Skip to content
Success

Console Output

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-qgwmt-tbtg9
Agent el-master-agent-pod-qgwmt-tbtg9 is provisioned from template el-master-agent-pod-qgwmt
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.eclipselink.svc.cluster.local/eclipselink/job/eclipselink-nightly-2.7/306/"
    runUrl: "job/eclipselink-nightly-2.7/306/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "3d62520732501e7b9e0bcd1206f227b6ebd57128"
    jenkins/label: "el-master-agent-pod"
  name: "el-master-agent-pod-qgwmt-tbtg9"
  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-qgwmt-tbtg9"
    - name: "JENKINS_NAME"
      value: "el-master-agent-pod-qgwmt-tbtg9"
    - 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-qgwmt-tbtg9 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 36e9af724ebe56488f26ca364a130cb02e6a18f2 (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 36e9af724ebe56488f26ca364a130cb02e6a18f2 # timeout=10
Commit message: "Bug in internal.helper.ConcurrencyUtil.dumpConcurrencyManagerInformationStep02(ConcurrencyManagerState) - copy paste mistake - it logs twice the Page 03 start - information about threads waiting to acquire read cache keys (#2113)"
 > git rev-list --no-walk f2224b9c97041d11402b720a53fe4cd181ff5d89 # 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@7389042e; decorates RemoteLauncher[hudson.remoting.Channel@6b4595f1:JNLP4-connect connection from 10.40.67.48/10.40.67.48:35712] 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 36e9af724ebe56488f26ca364a130cb02e6a18f2 (refs/remotes/origin/2.7)
 > 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 36e9af724ebe56488f26ca364a130cb02e6a18f2 # timeout=10
Commit message: "Bug in internal.helper.ConcurrencyUtil.dumpConcurrencyManagerInformationStep02(ConcurrencyManagerState) - copy paste mistake - it logs twice the Page 03 start - information about threads waiting to acquire read cache keys (#2113)"
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b 2.7 36e9af724ebe56488f26ca364a130cb02e6a18f2 # timeout=10
 > git rev-list --no-walk f2224b9c97041d11402b720a53fe4cd181ff5d89 # timeout=10
[Pipeline] sh
+ etc/jenkins/init.sh
-[ EclipseLink Init ]-----------------------------------------------------------
--2024-04-17 17:33:45--  https://repo1.maven.org/maven2/junit/junit/4.13.2/junit-4.13.2.jar
Resolving repo1.maven.org (repo1.maven.org)... 199.232.196.209, 199.232.192.209, 2a04:4e42:4c::209, ...
Connecting to repo1.maven.org (repo1.maven.org)|199.232.196.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% 9.75M 0s
    50K .......... .......... .......... .......... .......... 26% 15.3M 0s
   100K .......... .......... .......... .......... .......... 39% 48.6M 0s
   150K .......... .......... .......... .......... .......... 53% 55.2M 0s
   200K .......... .......... .......... .......... .......... 66% 21.5M 0s
   250K .......... .......... .......... .......... .......... 79% 52.1M 0s
   300K .......... .......... .......... .......... .......... 93% 73.5M 0s
   350K .......... .......... .....                           100%  232M=0.01s

2024-04-17 17:33:45 (26.1 MB/s) - '/home/jenkins/extension.lib.external/junit-4.13.2.jar' saved [384581/384581]

--2024-04-17 17:33:45--  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.196.209, 199.232.192.209, 2a04:4e42:4c::209, ...
Connecting to repo1.maven.org (repo1.maven.org)|199.232.196.209|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 45024 (44K) [application/java-archive]
Saving to: '/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar'

     0K .......... .......... .......... .......... ...       100% 10.9M=0.004s

2024-04-17 17:33:45 (10.9 MB/s) - '/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar' saved [45024/45024]

--2024-04-17 17:33:45--  https://repo1.maven.org/maven2/org/jmockit/jmockit/1.35/jmockit-1.35.jar
Resolving repo1.maven.org (repo1.maven.org)... 199.232.196.209, 199.232.192.209, 2a04:4e42:4c::209, ...
Connecting to repo1.maven.org (repo1.maven.org)|199.232.196.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% 7.19M 0s
    50K .......... .......... .......... .......... .......... 13% 11.5M 0s
   100K .......... .......... .......... .......... .......... 19%  106M 0s
   150K .......... .......... .......... .......... .......... 26% 47.4M 0s
   200K .......... .......... .......... .......... .......... 33% 21.4M 0s
   250K .......... .......... .......... .......... .......... 39% 61.1M 0s
   300K .......... .......... .......... .......... .......... 46%  174M 0s
   350K .......... .......... .......... .......... .......... 52% 86.1M 0s
   400K .......... .......... .......... .......... .......... 59%  102M 0s
   450K .......... .......... .......... .......... .......... 66% 27.8M 0s
   500K .......... .......... .......... .......... .......... 72%  140M 0s
   550K .......... .......... .......... .......... .......... 79%  170M 0s
   600K .......... .......... .......... .......... .......... 85%  118M 0s
   650K .......... .......... .......... .......... .......... 92%  135M 0s
   700K .......... .......... .......... .......... .......... 99%  186M 0s
   750K ......                                                100%  350M=0.02s

2024-04-17 17:33:46 (36.2 MB/s) - '/home/jenkins/extension.lib.external/jmockit-1.35.jar' saved [774685/774685]

--2024-04-17 17:33:46--  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.196.209, 199.232.192.209, 2a04:4e42:4c::209, ...
Connecting to repo1.maven.org (repo1.maven.org)|199.232.196.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% 12.0M 0s
    50K .........                                             100% 97.3M=0.004s

2024-04-17 17:33:46 (13.9 MB/s) - '/home/jenkins/extension.lib.external/jboss-logging-3.4.3.Final.jar' saved [60782/60782]

--2024-04-17 17:33:46--  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.196.209, 199.232.192.209, 2a04:4e42:4c::209, ...
Connecting to repo1.maven.org (repo1.maven.org)|199.232.196.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% 11.6M 0s
    50K .......... .......... .......... .......... .......... 43% 13.1M 0s
   100K .......... .......... .......... .......... .......... 64% 69.3M 0s
   150K .......... .......... .......... .......... .......... 86% 28.3M 0s
   200K .......... .......... .......... .                    100% 19.6M=0.01s

2024-04-17 17:33:46 (18.9 MB/s) - '/home/jenkins/extension.lib.external/javax.el-3.0.1-b12.jar' saved [237335/237335]

--2024-04-17 17:33:46--  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.196.209, 199.232.192.209, 2a04:4e42:4c::209, ...
Connecting to repo1.maven.org (repo1.maven.org)|199.232.196.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% 8.44M 0s
    50K .......... .......                                    100%  262M=0.006s

2024-04-17 17:33:46 (11.2 MB/s) - '/home/jenkins/extension.lib.external/classmate-1.6.0.jar' saved [68930/68930]

--2024-04-17 17:33:46--  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.196.209, 199.232.192.209, 2a04:4e42:4c::209, ...
Connecting to repo1.maven.org (repo1.maven.org)|199.232.196.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% 8.04M 0s
    50K .......... .......... .......... .......... ..........  4% 13.2M 0s
   100K .......... .......... .......... .......... ..........  6% 31.0M 0s
   150K .......... .......... .......... .......... ..........  8% 70.8M 0s
   200K .......... .......... .......... .......... .......... 10% 22.0M 0s
   250K .......... .......... .......... .......... .......... 12% 55.6M 0s
   300K .......... .......... .......... .......... .......... 14%  160M 0s
   350K .......... .......... .......... .......... .......... 16% 77.6M 0s
   400K .......... .......... .......... .......... .......... 18% 34.9M 0s
   450K .......... .......... .......... .......... .......... 20%  156M 0s
   500K .......... .......... .......... .......... .......... 22% 78.3M 0s
   550K .......... .......... .......... .......... .......... 24% 81.5M 0s
   600K .......... .......... .......... .......... .......... 26%  168M 0s
   650K .......... .......... .......... .......... .......... 28%  130M 0s
   700K .......... .......... .......... .......... .......... 30%  150M 0s
   750K .......... .......... .......... .......... .......... 32%  168M 0s
   800K .......... .......... .......... .......... .......... 34%  163M 0s
   850K .......... .......... .......... .......... .......... 37% 60.4M 0s
   900K .......... .......... .......... .......... .......... 39%  151M 0s
   950K .......... .......... .......... .......... .......... 41%  148M 0s
  1000K .......... .......... .......... .......... .......... 43%  149M 0s
  1050K .......... .......... .......... .......... .......... 45%  125M 0s
  1100K .......... .......... .......... .......... .......... 47%  139M 0s
  1150K .......... .......... .......... .......... .......... 49%  137M 0s
  1200K .......... .......... .......... .......... .......... 51%  155M 0s
  1250K .......... .......... .......... .......... .......... 53%  155M 0s
  1300K .......... .......... .......... .......... .......... 55%  169M 0s
  1350K .......... .......... .......... .......... .......... 57%  157M 0s
  1400K .......... .......... .......... .......... .......... 59%  167M 0s
  1450K .......... .......... .......... .......... .......... 61%  106M 0s
  1500K .......... .......... .......... .......... .......... 63%  139M 0s
  1550K .......... .......... .......... .......... .......... 65%  153M 0s
  1600K .......... .......... .......... .......... .......... 67%  142M 0s
  1650K .......... .......... .......... .......... .......... 69%  134M 0s
  1700K .......... .......... .......... .......... .......... 71%  169M 0s
  1750K .......... .......... .......... .......... .......... 74%  170M 0s
  1800K .......... .......... .......... .......... .......... 76%  167M 0s
  1850K .......... .......... .......... .......... .......... 78%  135M 0s
  1900K .......... .......... .......... .......... .......... 80%  171M 0s
  1950K .......... .......... .......... .......... .......... 82%  167M 0s
  2000K .......... .......... .......... .......... .......... 84%  170M 0s
  2050K .......... .......... .......... .......... .......... 86%  164M 0s
  2100K .......... .......... .......... .......... .......... 88%  168M 0s
  2150K .......... .......... .......... .......... .......... 90%  172M 0s
  2200K .......... .......... .......... .......... .......... 92%  174M 0s
  2250K .......... .......... .......... .......... .......... 94%  133M 0s
  2300K .......... .......... .......... .......... .......... 96%  170M 0s
  2350K .......... .......... .......... .......... .......... 98%  171M 0s
  2400K .......... .......... .......... .                    100%  205M=0.03s

2024-04-17 17:33:46 (76.2 MB/s) - '/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar' saved [2489850/2489850]

--2024-04-17 17:33:46--  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.196.209, 199.232.192.209, 2a04:4e42:4c::209, ...
Connecting to repo1.maven.org (repo1.maven.org)|199.232.196.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% 6.26M 0s
    50K .......... .......... .......... .......... ..........  4% 12.6M 0s
   100K .......... .......... .......... .......... ..........  6%  101M 0s
   150K .......... .......... .......... .......... ..........  8% 29.1M 0s
   200K .......... .......... .......... .......... .......... 10% 28.8M 0s
   250K .......... .......... .......... .......... .......... 12% 75.3M 0s
   300K .......... .......... .......... .......... .......... 15% 33.7M 0s
   350K .......... .......... .......... .......... .......... 17%  163M 0s
   400K .......... .......... .......... .......... .......... 19%  121M 0s
   450K .......... .......... .......... .......... .......... 21% 35.0M 0s
   500K .......... .......... .......... .......... .......... 23%  163M 0s
   550K .......... .......... .......... .......... .......... 25%  168M 0s
   600K .......... .......... .......... .......... .......... 28% 35.5M 0s
   650K .......... .......... .......... .......... .......... 30%  157M 0s
   700K .......... .......... .......... .......... .......... 32%  169M 0s
   750K .......... .......... .......... .......... .......... 34%  155M 0s
   800K .......... .......... .......... .......... .......... 36%  125M 0s
   850K .......... .......... .......... .......... .......... 38%  165M 0s
   900K .......... .......... .......... .......... .......... 40%  173M 0s
   950K .......... .......... .......... .......... .......... 43%  168M 0s
  1000K .......... .......... .......... .......... .......... 45%  159M 0s
  1050K .......... .......... .......... .......... .......... 47%  174M 0s
  1100K .......... .......... .......... .......... .......... 49%  166M 0s
  1150K .......... .......... .......... .......... .......... 51%  168M 0s
  1200K .......... .......... .......... .......... .......... 53%  122M 0s
  1250K .......... .......... .......... .......... .......... 56%  145M 0s
  1300K .......... .......... .......... .......... .......... 58%  155M 0s
  1350K .......... .......... .......... .......... .......... 60%  156M 0s
  1400K .......... .......... .......... .......... .......... 62%  153M 0s
  1450K .......... .......... .......... .......... .......... 64%  160M 0s
  1500K .......... .......... .......... .......... .......... 66%  165M 0s
  1550K .......... .......... .......... .......... .......... 68%  173M 0s
  1600K .......... .......... .......... .......... .......... 71%  127M 0s
  1650K .......... .......... .......... .......... .......... 73%  146M 0s
  1700K .......... .......... .......... .......... .......... 75%  174M 0s
  1750K .......... .......... .......... .......... .......... 77%  170M 0s
  1800K .......... .......... .......... .......... .......... 79%  155M 0s
  1850K .......... .......... .......... .......... .......... 81%  173M 0s
  1900K .......... .......... .......... .......... .......... 84%  167M 0s
  1950K .......... .......... .......... .......... .......... 86%  165M 0s
  2000K .......... .......... .......... .......... .......... 88%  137M 0s
  2050K .......... .......... .......... .......... .......... 90%  164M 0s
  2100K .......... .......... .......... .......... .......... 92%  170M 0s
  2150K .......... .......... .......... .......... .......... 94%  174M 0s
  2200K .......... .......... .......... .......... .......... 97%  160M 0s
  2250K .......... .......... .......... .......... .......... 99%  166M 0s
  2300K .......... .........                                  100%  192M=0.03s

2024-04-17 17:33:46 (70.8 MB/s) - '/home/jenkins/extension.lib.external/jgroups.jar' saved [2375243/2375243]

--2024-04-17 17:33:46--  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%  216K 31s
    50K .......... .......... .......... .......... ..........  1%  435K 23s
   100K .......... .......... .......... .......... ..........  2% 1.57M 17s
   150K .......... .......... .......... .......... ..........  2%  586K 15s
   200K .......... .......... .......... .......... ..........  3% 1.52M 13s
   250K .......... .......... .......... .......... ..........  4% 10.7M 11s
   300K .......... .......... .......... .......... ..........  5% 14.3M 9s
   350K .......... .......... .......... .......... ..........  5% 5.48M 8s
   400K .......... .......... .......... .......... ..........  6%  669K 8s
   450K .......... .......... .......... .......... ..........  7% 2.73M 8s
   500K .......... .......... .......... .......... ..........  8% 7.97M 7s
   550K .......... .......... .......... .......... ..........  8% 20.9M 6s
   600K .......... .......... .......... .......... ..........  9% 20.0M 6s
   650K .......... .......... .......... .......... .......... 10% 26.1M 5s
   700K .......... .......... .......... .......... .......... 11% 23.6M 5s
   750K .......... .......... .......... .......... .......... 11% 11.0M 5s
   800K .......... .......... .......... .......... .......... 12% 1.09M 5s
   850K .......... .......... .......... .......... .......... 13% 1.57M 5s
   900K .......... .......... .......... .......... .......... 14% 14.1M 4s
   950K .......... .......... .......... .......... .......... 14% 4.13M 4s
  1000K .......... .......... .......... .......... .......... 15% 6.70M 4s
  1050K .......... .......... .......... .......... .......... 16% 26.6M 4s
  1100K .......... .......... .......... .......... .......... 17% 26.4M 4s
  1150K .......... .......... .......... .......... .......... 17% 32.4M 3s
  1200K .......... .......... .......... .......... .......... 18% 37.9M 3s
  1250K .......... .......... .......... .......... .......... 19% 24.2M 3s
  1300K .......... .......... .......... .......... .......... 20% 46.9M 3s
  1350K .......... .......... .......... .......... .......... 20% 35.9M 3s
  1400K .......... .......... .......... .......... .......... 21% 40.3M 3s
  1450K .......... .......... .......... .......... .......... 22% 35.4M 3s
  1500K .......... .......... .......... .......... .......... 22% 44.2M 2s
  1550K .......... .......... .......... .......... .......... 23% 29.9M 2s
  1600K .......... .......... .......... .......... .......... 24% 25.1M 2s
  1650K .......... .......... .......... .......... .......... 25% 25.2M 2s
  1700K .......... .......... .......... .......... .......... 25%  746K 2s
  1750K .......... .......... .......... .......... .......... 26% 40.0M 2s
  1800K .......... .......... .......... .......... .......... 27% 10.5M 2s
  1850K .......... .......... .......... .......... .......... 28% 26.4M 2s
  1900K .......... .......... .......... .......... .......... 28% 3.20M 2s
  1950K .......... .......... .......... .......... .......... 29% 10.5M 2s
  2000K .......... .......... .......... .......... .......... 30% 8.82M 2s
  2050K .......... .......... .......... .......... .......... 31% 13.7M 2s
  2100K .......... .......... .......... .......... .......... 31% 22.8M 2s
  2150K .......... .......... .......... .......... .......... 32% 38.8M 2s
  2200K .......... .......... .......... .......... .......... 33% 22.6M 2s
  2250K .......... .......... .......... .......... .......... 34% 24.9M 2s
  2300K .......... .......... .......... .......... .......... 34% 28.7M 2s
  2350K .......... .......... .......... .......... .......... 35% 23.9M 2s
  2400K .......... .......... .......... .......... .......... 36% 26.6M 2s
  2450K .......... .......... .......... .......... .......... 37% 14.6M 1s
  2500K .......... .......... .......... .......... .......... 37% 18.2M 1s
  2550K .......... .......... .......... .......... .......... 38% 37.9M 1s
  2600K .......... .......... .......... .......... .......... 39% 23.6M 1s
  2650K .......... .......... .......... .......... .......... 40%  331K 2s
  2700K .......... .......... .......... .......... .......... 40% 33.1M 1s
  2750K .......... .......... .......... .......... .......... 41% 33.0M 1s
  2800K .......... .......... .......... .......... .......... 42% 22.9M 1s
  2850K .......... .......... .......... .......... .......... 43% 38.5M 1s
  2900K .......... .......... .......... .......... .......... 43% 32.2M 1s
  2950K .......... .......... .......... .......... .......... 44%  258K 2s
  3000K .......... .......... .......... .......... .......... 45% 27.8M 1s
  3050K .......... .......... .......... .......... .......... 45% 25.0M 1s
  3100K .......... .......... .......... .......... .......... 46% 27.6M 1s
  3150K .......... .......... .......... .......... .......... 47% 29.1M 1s
  3200K .......... .......... .......... .......... .......... 48% 22.8M 1s
  3250K .......... .......... .......... .......... .......... 48%  261K 1s
  3300K .......... .......... .......... .......... .......... 49% 38.1M 1s
  3350K .......... .......... .......... .......... .......... 50% 22.2M 1s
  3400K .......... .......... .......... .......... .......... 51% 30.9M 1s
  3450K .......... .......... .......... .......... .......... 51% 20.1M 1s
  3500K .......... .......... .......... .......... .......... 52% 17.9M 1s
  3550K .......... .......... .......... .......... .......... 53%  263K 1s
  3600K .......... .......... .......... .......... .......... 54% 35.1M 1s
  3650K .......... .......... .......... .......... .......... 54% 34.5M 1s
  3700K .......... .......... .......... .......... .......... 55% 20.2M 1s
  3750K .......... .......... .......... .......... .......... 56% 31.4M 1s
  3800K .......... .......... .......... .......... .......... 57% 27.5M 1s
  3850K .......... .......... .......... .......... .......... 57%  260K 1s
  3900K .......... .......... .......... .......... .......... 58% 29.0M 1s
  3950K .......... .......... .......... .......... .......... 59% 30.6M 1s
  4000K .......... .......... .......... .......... .......... 60% 27.1M 1s
  4050K .......... .......... .......... .......... .......... 60% 18.7M 1s
  4100K .......... .......... .......... .......... .......... 61% 21.9M 1s
  4150K .......... .......... .......... .......... .......... 62%  261K 1s
  4200K .......... .......... .......... .......... .......... 63% 38.5M 1s
  4250K .......... .......... .......... .......... .......... 63% 26.2M 1s
  4300K .......... .......... .......... .......... .......... 64% 35.8M 1s
  4350K .......... .......... .......... .......... .......... 65% 27.8M 1s
  4400K .......... .......... .......... .......... .......... 65% 30.1M 1s
  4450K .......... .......... .......... .......... .......... 66% 53.6M 1s
  4500K .......... .......... .......... .......... .......... 67%  259K 1s
  4550K .......... .......... .......... .......... .......... 68% 33.4M 1s
  4600K .......... .......... .......... .......... .......... 68% 31.4M 1s
  4650K .......... .......... .......... .......... .......... 69% 25.6M 1s
  4700K .......... .......... .......... .......... .......... 70% 33.8M 1s
  4750K .......... .......... .......... .......... .......... 71% 27.2M 1s
  4800K .......... .......... .......... .......... .......... 71%  260K 1s
  4850K .......... .......... .......... .......... .......... 72% 34.9M 1s
  4900K .......... .......... .......... .......... .......... 73% 27.9M 1s
  4950K .......... .......... .......... .......... .......... 74% 31.4M 1s
  5000K .......... .......... .......... .......... .......... 74% 22.7M 1s
  5050K .......... .......... .......... .......... .......... 75% 26.6M 1s
  5100K .......... .......... .......... .......... .......... 76%  260K 1s
  5150K .......... .......... .......... .......... .......... 77% 33.9M 1s
  5200K .......... .......... .......... .......... .......... 77% 32.3M 1s
  5250K .......... .......... .......... .......... .......... 78% 25.2M 1s
  5300K .......... .......... .......... .......... .......... 79% 25.3M 1s
  5350K .......... .......... .......... .......... .......... 80% 28.6M 1s
  5400K .......... .......... .......... .......... .......... 80%  260K 1s
  5450K .......... .......... .......... .......... .......... 81% 40.7M 1s
  5500K .......... .......... .......... .......... .......... 82% 47.5M 1s
  5550K .......... .......... .......... .......... .......... 83% 28.0M 1s
  5600K .......... .......... .......... .......... .......... 83% 33.0M 1s
  5650K .......... .......... .......... .......... .......... 84% 34.6M 1s
  5700K .......... .......... .......... .......... .......... 85%  258K 1s
  5750K .......... .......... .......... .......... .......... 86% 36.7M 0s
  5800K .......... .......... .......... .......... .......... 86% 36.9M 0s
  5850K .......... .......... .......... .......... .......... 87% 26.1M 0s
  5900K .......... .......... .......... .......... .......... 88% 37.9M 0s
  5950K .......... .......... .......... .......... .......... 88% 23.2M 0s
  6000K .......... .......... .......... .......... .......... 89%  259K 0s
  6050K .......... .......... .......... .......... .......... 90% 38.6M 0s
  6100K .......... .......... .......... .......... .......... 91% 38.4M 0s
  6150K .......... .......... .......... .......... .......... 91% 29.7M 0s
  6200K .......... .......... .......... .......... .......... 92% 29.2M 0s
  6250K .......... .......... .......... .......... .......... 93% 25.7M 0s
  6300K .......... .......... .......... .......... .......... 94%  259K 0s
  6350K .......... .......... .......... .......... .......... 94% 39.6M 0s
  6400K .......... .......... .......... .......... .......... 95% 26.3M 0s
  6450K .......... .......... .......... .......... .......... 96% 24.4M 0s
  6500K .......... .......... .......... .......... .......... 97% 26.7M 0s
  6550K .......... .......... .......... .......... .......... 97% 26.1M 0s
  6600K .......... .......... .......... .......... .......... 98% 39.6M 0s
  6650K .......... .......... .......... .......... .......... 99%  261K 0s
  6700K .......... .......... .......... .......... ..        100% 46.0M=3.6s

2024-04-17 17:33:51 (1.81 MB/s) - '/home/jenkins/extension.lib.external/apache-ant-1.10.9-bin.tar.gz' saved [6904503/6904503]

--2024-04-17 17:33:51--  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%  219K 6s
    50K .......... .......... .......... .......... ..........  7%  501K 4s
   100K .......... .......... .......... .......... .......... 11% 3.00M 3s
   150K .......... .......... .......... .......... .......... 15%  513K 2s
   200K .......... .......... .......... .......... .......... 19% 3.24M 2s
   250K .......... .......... .......... .......... .......... 23% 18.5M 2s
   300K .......... .......... .......... .......... .......... 27% 18.1M 1s
   350K .......... .......... .......... .......... .......... 31% 2.98M 1s
   400K .......... .......... .......... .......... .......... 35%  633K 1s
   450K .......... .......... .......... .......... .......... 38% 3.69M 1s
   500K .......... .......... .......... .......... .......... 42% 26.5M 1s
   550K .......... .......... .......... .......... .......... 46% 27.3M 1s
   600K .......... .......... .......... .......... .......... 50% 29.5M 1s
   650K .......... .......... .......... .......... .......... 54% 32.4M 0s
   700K .......... .......... .......... .......... .......... 58% 3.84M 0s
   750K .......... .......... .......... .......... .......... 62% 22.4M 0s
   800K .......... .......... .......... .......... .......... 66%  639K 0s
   850K .......... .......... .......... .......... .......... 70% 16.0M 0s
   900K .......... .......... .......... .......... .......... 73% 15.1M 0s
   950K .......... .......... .......... .......... .......... 77% 5.83M 0s
  1000K .......... .......... .......... .......... .......... 81% 20.1M 0s
  1050K .......... .......... .......... .......... .......... 85% 16.1M 0s
  1100K .......... .......... .......... .......... .......... 89% 15.9M 0s
  1150K .......... .......... .......... .......... .......... 93% 16.7M 0s
  1200K .......... .......... .......... .......... .......... 97% 12.4M 0s
  1250K .......... .......... .......... .....                100% 17.1M=0.7s

2024-04-17 17:33:52 (1.79 MB/s) - '/home/jenkins/extension.lib.external/mavenant/maven-ant-tasks-2.1.3.jar' saved [1316000/1316000]

--2024-04-17 17:33:52--  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.201, 23.205.255.204, 2600:1408:c400:e::17cd:6a11, ...
Connecting to download.jboss.org (download.jboss.org)|23.205.255.201|: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% 1.90M 90s
    50K .......... .......... .......... .......... ..........  0% 2.39M 81s
   100K .......... .......... .......... .......... ..........  0% 5.67M 64s
   150K .......... .......... .......... .......... ..........  0% 8.79M 53s
   200K .......... .......... .......... .......... ..........  0% 7.15M 47s
   250K .......... .......... .......... .......... ..........  0% 13.7M 41s
   300K .......... .......... .......... .......... ..........  0% 12.6M 37s
   350K .......... .......... .......... .......... ..........  0% 1.15M 51s
   400K .......... .......... .......... .......... ..........  0% 28.8M 46s
   450K .......... .......... .......... .......... ..........  0% 46.4M 42s
   500K .......... .......... .......... .......... ..........  0% 18.2M 39s
   550K .......... .......... .......... .......... ..........  0% 43.8M 36s
   600K .......... .......... .......... .......... ..........  0% 27.3M 34s
   650K .......... .......... .......... .......... ..........  0% 23.7M 32s
   700K .......... .......... .......... .......... ..........  0% 5.11M 32s
   750K .......... .......... .......... .......... ..........  0%  127M 30s
   800K .......... .......... .......... .......... ..........  0% 74.7M 28s
   850K .......... .......... .......... .......... ..........  0% 94.4M 27s
   900K .......... .......... .......... .......... ..........  0% 84.7M 26s
   950K .......... .......... .......... .......... ..........  0%  100M 24s
  1000K .......... .......... .......... .......... ..........  0% 16.0M 24s
  1050K .......... .......... .......... .......... ..........  0% 14.6M 23s
  1100K .......... .......... .......... .......... ..........  0%  150M 22s
  1150K .......... .......... .......... .......... ..........  0% 94.2M 21s
  1200K .......... .......... .......... .......... ..........  0% 73.7M 21s
  1250K .......... .......... .......... .......... ..........  0% 86.6M 20s
  1300K .......... .......... .......... .......... ..........  0%  379M 19s
  1350K .......... .......... .......... .......... ..........  0% 58.7M 18s
  1400K .......... .......... .......... .......... ..........  0% 8.21M 19s
  1450K .......... .......... .......... .......... ..........  0% 54.5M 18s
  1500K .......... .......... .......... .......... ..........  0% 68.4M 18s
  1550K .......... .......... .......... .......... ..........  0% 36.4M 17s
  1600K .......... .......... .......... .......... ..........  0% 12.6M 17s
  1650K .......... .......... .......... .......... ..........  0%  206M 17s
  1700K .......... .......... .......... .......... ..........  0%  139M 16s
  1750K .......... .......... .......... .......... ..........  1% 99.3M 16s
  1800K .......... .......... .......... .......... ..........  1%  157M 15s
  1850K .......... .......... .......... .......... ..........  1%  224M 15s
  1900K .......... .......... .......... .......... ..........  1% 47.9M 15s
  1950K .......... .......... .......... .......... ..........  1%  144M 14s
  2000K .......... .......... .......... .......... ..........  1%  855K 19s
  2050K .......... .......... .......... .......... ..........  1% 40.3M 18s
  2100K .......... .......... .......... .......... ..........  1%  388M 18s
  2150K .......... .......... .......... .......... ..........  1%  313M 18s
  2200K .......... .......... .......... .......... ..........  1%  307M 17s
  2250K .......... .......... .......... .......... ..........  1%  128M 17s
  2300K .......... .......... .......... .......... ..........  1%  167M 17s
  2350K .......... .......... .......... .......... ..........  1% 8.75M 17s
  2400K .......... .......... .......... .......... ..........  1%  178M 16s
  2450K .......... .......... .......... .......... ..........  1%  182M 16s
  2500K .......... .......... .......... .......... ..........  1%  158M 16s
  2550K .......... .......... .......... .......... ..........  1%  207M 15s
  2600K .......... .......... .......... .......... ..........  1%  114M 15s
  2650K .......... .......... .......... .......... ..........  1%  155M 15s
  2700K .......... .......... .......... .......... ..........  1%  205M 15s
  2750K .......... .......... .......... .......... ..........  1%  160M 14s
  2800K .......... .......... .......... .......... ..........  1%  135M 14s
  2850K .......... .......... .......... .......... ..........  1%  138M 14s
  2900K .......... .......... .......... .......... ..........  1%  178M 14s
  2950K .......... .......... .......... .......... ..........  1%  272M 13s
  3000K .......... .......... .......... .......... ..........  1%  136M 13s
  3050K .......... .......... .......... .......... ..........  1%  144M 13s
  3100K .......... .......... .......... .......... ..........  1%  134M 13s
  3150K .......... .......... .......... .......... ..........  1%  330M 13s
  3200K .......... .......... .......... .......... ..........  1%  151M 12s
  3250K .......... .......... .......... .......... ..........  1%  159M 12s
  3300K .......... .......... .......... .......... ..........  1%  149M 12s
  3350K .......... .......... .......... .......... ..........  1%  228M 12s
  3400K .......... .......... .......... .......... ..........  1% 21.8M 12s
  3450K .......... .......... .......... .......... ..........  1%  204M 12s
  3500K .......... .......... .......... .......... ..........  2%  223M 12s
  3550K .......... .......... .......... .......... ..........  2%  137M 11s
  3600K .......... .......... .......... .......... ..........  2%  172M 11s
  3650K .......... .......... .......... .......... ..........  2%  197M 11s
  3700K .......... .......... .......... .......... ..........  2%  140M 11s
  3750K .......... .......... .......... .......... ..........  2%  141M 11s
  3800K .......... .......... .......... .......... ..........  2%  234M 11s
  3850K .......... .......... .......... .......... ..........  2%  130M 11s
  3900K .......... .......... .......... .......... ..........  2%  161M 11s
  3950K .......... .......... .......... .......... ..........  2%  143M 10s
  4000K .......... .......... .......... .......... ..........  2%  349M 10s
  4050K .......... .......... .......... .......... ..........  2% 1.26M 12s
  4100K .......... .......... .......... .......... ..........  2%  274M 12s
  4150K .......... .......... .......... .......... ..........  2%  253M 11s
  4200K .......... .......... .......... .......... ..........  2%  301M 11s
  4250K .......... .......... .......... .......... ..........  2%  361M 11s
  4300K .......... .......... .......... .......... ..........  2%  319M 11s
  4350K .......... .......... .......... .......... ..........  2%  329M 11s
  4400K .......... .......... .......... .......... ..........  2%  312M 11s
  4450K .......... .......... .......... .......... ..........  2%  293M 11s
  4500K .......... .......... .......... .......... ..........  2%  307M 11s
  4550K .......... .......... .......... .......... ..........  2%  305M 10s
  4600K .......... .......... .......... .......... ..........  2%  286M 10s
  4650K .......... .......... .......... .......... ..........  2%  334M 10s
  4700K .......... .......... .......... .......... ..........  2%  374M 10s
  4750K .......... .......... .......... .......... ..........  2%  301M 10s
  4800K .......... .......... .......... .......... ..........  2%  270M 10s
  4850K .......... .......... .......... .......... ..........  2%  327M 10s
  4900K .......... .......... .......... .......... ..........  2%  324M 10s
  4950K .......... .......... .......... .......... ..........  2%  302M 10s
  5000K .......... .......... .......... .......... ..........  2%  358M 10s
  5050K .......... .......... .......... .......... ..........  2%  328M 9s
  5100K .......... .......... .......... .......... ..........  2%  279M 9s
  5150K .......... .......... .......... .......... ..........  2%  340M 9s
  5200K .......... .......... .......... .......... ..........  2%  288M 9s
  5250K .......... .......... .......... .......... ..........  3%  414M 9s
  5300K .......... .......... .......... .......... ..........  3%  325M 9s
  5350K .......... .......... .......... .......... ..........  3%  287M 9s
  5400K .......... .......... .......... .......... ..........  3%  377M 9s
  5450K .......... .......... .......... .......... ..........  3%  316M 9s
  5500K .......... .......... .......... .......... ..........  3%  343M 9s
  5550K .......... .......... .......... .......... ..........  3%  310M 9s
  5600K .......... .......... .......... .......... ..........  3%  294M 9s
  5650K .......... .......... .......... .......... ..........  3%  421M 9s
  5700K .......... .......... .......... .......... ..........  3%  340M 8s
  5750K .......... .......... .......... .......... ..........  3%  363M 8s
  5800K .......... .......... .......... .......... ..........  3%  328M 8s
  5850K .......... .......... .......... .......... ..........  3%  357M 8s
  5900K .......... .......... .......... .......... ..........  3%  374M 8s
  5950K .......... .......... .......... .......... ..........  3%  331M 8s
  6000K .......... .......... .......... .......... ..........  3%  377M 8s
  6050K .......... .......... .......... .......... ..........  3%  385M 8s
  6100K .......... .......... .......... .......... ..........  3% 1.38M 9s
  6150K .......... .......... .......... .......... ..........  3%  248M 9s
  6200K .......... .......... .......... .......... ..........  3%  350M 9s
  6250K .......... .......... .......... .......... ..........  3%  371M 9s
  6300K .......... .......... .......... .......... ..........  3% 5.18M 9s
  6350K .......... .......... .......... .......... ..........  3%  247M 9s
  6400K .......... .......... .......... .......... ..........  3%  293M 9s
  6450K .......... .......... .......... .......... ..........  3%  372M 9s
  6500K .......... .......... .......... .......... ..........  3%  301M 9s
  6550K .......... .......... .......... .......... ..........  3%  309M 9s
  6600K .......... .......... .......... .......... ..........  3%  341M 8s
  6650K .......... .......... .......... .......... ..........  3%  273M 8s
  6700K .......... .......... .......... .......... ..........  3%  378M 8s
  6750K .......... .......... .......... .......... ..........  3%  308M 8s
  6800K .......... .......... .......... .......... ..........  3%  329M 8s
  6850K .......... .......... .......... .......... ..........  3%  308M 8s
  6900K .......... .......... .......... .......... ..........  3%  319M 8s
  6950K .......... .......... .......... .......... ..........  3%  388M 8s
  7000K .......... .......... .......... .......... ..........  4%  285M 8s
  7050K .......... .......... .......... .......... ..........  4%  356M 8s
  7100K .......... .......... .......... .......... ..........  4%  292M 8s
  7150K .......... .......... .......... .......... ..........  4%  327M 8s
  7200K .......... .......... .......... .......... ..........  4%  381M 8s
  7250K .......... .......... .......... .......... ..........  4%  323M 8s
  7300K .......... .......... .......... .......... ..........  4%  318M 8s
  7350K .......... .......... .......... .......... ..........  4%  346M 8s
  7400K .......... .......... .......... .......... ..........  4%  354M 8s
  7450K .......... .......... .......... .......... ..........  4%  330M 8s
  7500K .......... .......... .......... .......... ..........  4%  330M 7s
  7550K .......... .......... .......... .......... ..........  4%  303M 7s
  7600K .......... .......... .......... .......... ..........  4%  405M 7s
  7650K .......... .......... .......... .......... ..........  4%  269M 7s
  7700K .......... .......... .......... .......... ..........  4%  315M 7s
  7750K .......... .......... .......... .......... ..........  4%  327M 7s
  7800K .......... .......... .......... .......... ..........  4%  385M 7s
  7850K .......... .......... .......... .......... ..........  4%  377M 7s
  7900K .......... .......... .......... .......... ..........  4%  298M 7s
  7950K .......... .......... .......... .......... ..........  4%  379M 7s
  8000K .......... .......... .......... .......... ..........  4%  353M 7s
  8050K .......... .......... .......... .......... ..........  4%  308M 7s
  8100K .......... .......... .......... .......... ..........  4%  404M 7s
  8150K .......... .......... .......... .......... ..........  4% 1.15M 8s
  8200K .......... .......... .......... .......... ..........  4%  234M 8s
  8250K .......... .......... .......... .......... ..........  4%  304M 8s
  8300K .......... .......... .......... .......... ..........  4%  324M 8s
  8350K .......... .......... .......... .......... ..........  4%  311M 8s
  8400K .......... .......... .......... .......... ..........  4%  300M 8s
  8450K .......... .......... .......... .......... ..........  4%  323M 7s
  8500K .......... .......... .......... .......... ..........  4%  235M 7s
  8550K .......... .......... .......... .......... ..........  4%  360M 7s
  8600K .......... .......... .......... .......... ..........  4%  317M 7s
  8650K .......... .......... .......... .......... ..........  4%  251M 7s
  8700K .......... .......... .......... .......... ..........  4%  310M 7s
  8750K .......... .......... .......... .......... ..........  5%  328M 7s
  8800K .......... .......... .......... .......... ..........  5%  273M 7s
  8850K .......... .......... .......... .......... ..........  5%  292M 7s
  8900K .......... .......... .......... .......... ..........  5%  319M 7s
  8950K .......... .......... .......... .......... ..........  5%  297M 7s
  9000K .......... .......... .......... .......... ..........  5%  405M 7s
  9050K .......... .......... .......... .......... ..........  5%  348M 7s
  9100K .......... .......... .......... .......... ..........  5%  357M 7s
  9150K .......... .......... .......... .......... ..........  5%  325M 7s
  9200K .......... .......... .......... .......... ..........  5%  332M 7s
  9250K .......... .......... .......... .......... ..........  5% 15.3M 7s
  9300K .......... .......... .......... .......... ..........  5%  306M 7s
  9350K .......... .......... .......... .......... ..........  5%  362M 7s
  9400K .......... .......... .......... .......... ..........  5%  281M 7s
  9450K .......... .......... .......... .......... ..........  5%  269M 7s
  9500K .......... .......... .......... .......... ..........  5%  408M 7s
  9550K .......... .......... .......... .......... ..........  5%  308M 7s
  9600K .......... .......... .......... .......... ..........  5%  315M 7s
  9650K .......... .......... .......... .......... ..........  5%  305M 7s
  9700K .......... .......... .......... .......... ..........  5%  284M 7s
  9750K .......... .......... .......... .......... ..........  5%  385M 7s
  9800K .......... .......... .......... .......... ..........  5%  293M 7s
  9850K .......... .......... .......... .......... ..........  5%  350M 6s
  9900K .......... .......... .......... .......... ..........  5%  292M 6s
  9950K .......... .......... .......... .......... ..........  5%  374M 6s
 10000K .......... .......... .......... .......... ..........  5%  335M 6s
 10050K .......... .......... .......... .......... ..........  5%  365M 6s
 10100K .......... .......... .......... .......... ..........  5%  416M 6s
 10150K .......... .......... .......... .......... ..........  5%  293M 6s
 10200K .......... .......... .......... .......... ..........  5% 1.16M 7s
 10250K .......... .......... .......... .......... ..........  5%  280M 7s
 10300K .......... .......... .......... .......... ..........  5%  309M 7s
 10350K .......... .......... .......... .......... ..........  5%  287M 7s
 10400K .......... .......... .......... .......... ..........  5%  307M 7s
 10450K .......... .......... .......... .......... ..........  5%  404M 7s
 10500K .......... .......... .......... .......... ..........  6%  305M 7s
 10550K .......... .......... .......... .......... ..........  6% 3.35M 7s
 10600K .......... .......... .......... .......... ..........  6%  194M 7s
 10650K .......... .......... .......... .......... ..........  6%  180M 7s
 10700K .......... .......... .......... .......... ..........  6%  181M 7s
 10750K .......... .......... .......... .......... ..........  6%  226M 7s
 10800K .......... .......... .......... .......... ..........  6%  239M 7s
 10850K .......... .......... .......... .......... ..........  6%  196M 7s
 10900K .......... .......... .......... .......... ..........  6%  257M 7s
 10950K .......... .......... .......... .......... ..........  6%  223M 7s
 11000K .......... .......... .......... .......... ..........  6%  251M 7s
 11050K .......... .......... .......... .......... ..........  6% 5.46M 7s
 11100K .......... .......... .......... .......... ..........  6%  204M 7s
 11150K .......... .......... .......... .......... ..........  6%  238M 7s
 11200K .......... .......... .......... .......... ..........  6%  338M 7s
 11250K .......... .......... .......... .......... ..........  6%  363M 7s
 11300K .......... .......... .......... .......... ..........  6% 22.2M 7s
 11350K .......... .......... .......... .......... ..........  6%  284M 7s
 11400K .......... .......... .......... .......... ..........  6%  269M 7s
 11450K .......... .......... .......... .......... ..........  6%  310M 7s
 11500K .......... .......... .......... .......... ..........  6%  328M 7s
 11550K .......... .......... .......... .......... ..........  6% 11.7M 7s
 11600K .......... .......... .......... .......... ..........  6%  250M 7s
 11650K .......... .......... .......... .......... ..........  6%  304M 7s
 11700K .......... .......... .......... .......... ..........  6%  322M 6s
 11750K .......... .......... .......... .......... ..........  6%  281M 6s
 11800K .......... .......... .......... .......... ..........  6% 3.42M 7s
 11850K .......... .......... .......... .......... ..........  6%  327M 7s
 11900K .......... .......... .......... .......... ..........  6%  289M 7s
 11950K .......... .......... .......... .......... ..........  6%  334M 7s
 12000K .......... .......... .......... .......... ..........  6%  349M 7s
 12050K .......... .......... .......... .......... ..........  6% 7.82M 7s
 12100K .......... .......... .......... .......... ..........  6%  283M 7s
 12150K .......... .......... .......... .......... ..........  6%  325M 7s
 12200K .......... .......... .......... .......... ..........  6%  416M 6s
 12250K .......... .......... .......... .......... ..........  7%  968K 7s
 12300K .......... .......... .......... .......... ..........  7%  289M 7s
 12350K .......... .......... .......... .......... ..........  7%  313M 7s
 12400K .......... .......... .......... .......... ..........  7%  252M 7s
 12450K .......... .......... .......... .......... ..........  7%  286M 7s
 12500K .......... .......... .......... .......... ..........  7%  294M 7s
 12550K .......... .......... .......... .......... ..........  7%  308M 7s
 12600K .......... .......... .......... .......... ..........  7%  293M 7s
 12650K .......... .......... .......... .......... ..........  7%  326M 7s
 12700K .......... .......... .......... .......... ..........  7%  316M 7s
 12750K .......... .......... .......... .......... ..........  7%  344M 7s
 12800K .......... .......... .......... .......... ..........  7%  244M 7s
 12850K .......... .......... .......... .......... ..........  7%  348M 7s
 12900K .......... .......... .......... .......... ..........  7%  319M 7s
 12950K .......... .......... .......... .......... ..........  7%  272M 7s
 13000K .......... .......... .......... .......... ..........  7%  369M 7s
 13050K .......... .......... .......... .......... ..........  7%  347M 7s
 13100K .......... .......... .......... .......... ..........  7%  354M 7s
 13150K .......... .......... .......... .......... ..........  7%  289M 7s
 13200K .......... .......... .......... .......... ..........  7%  322M 7s
 13250K .......... .......... .......... .......... ..........  7%  430M 7s
 13300K .......... .......... .......... .......... ..........  7%  335M 7s
 13350K .......... .......... .......... .......... ..........  7% 4.86M 7s
 13400K .......... .......... .......... .......... ..........  7%  290M 7s
 13450K .......... .......... .......... .......... ..........  7%  314M 7s
 13500K .......... .......... .......... .......... ..........  7%  321M 7s
 13550K .......... .......... .......... .......... ..........  7%  299M 7s
 13600K .......... .......... .......... .......... ..........  7%  303M 7s
 13650K .......... .......... .......... .......... ..........  7%  314M 7s
 13700K .......... .......... .......... .......... ..........  7%  389M 7s
 13750K .......... .......... .......... .......... ..........  7%  324M 6s
 13800K .......... .......... .......... .......... ..........  7%  286M 6s
 13850K .......... .......... .......... .......... ..........  7%  325M 6s
 13900K .......... .......... .......... .......... ..........  7%  288M 6s
 13950K .......... .......... .......... .......... ..........  7%  319M 6s
 14000K .......... .......... .......... .......... ..........  8%  360M 6s
 14050K .......... .......... .......... .......... ..........  8%  322M 6s
 14100K .......... .......... .......... .......... ..........  8%  408M 6s
 14150K .......... .......... .......... .......... ..........  8%  315M 6s
 14200K .......... .......... .......... .......... ..........  8%  340M 6s
 14250K .......... .......... .......... .......... ..........  8%  419M 6s
 14300K .......... .......... .......... .......... ..........  8% 1.30M 7s
 14350K .......... .......... .......... .......... ..........  8%  294M 7s
 14400K .......... .......... .......... .......... ..........  8%  271M 7s
 14450K .......... .......... .......... .......... ..........  8%  359M 7s
 14500K .......... .......... .......... .......... ..........  8%  321M 7s
 14550K .......... .......... .......... .......... ..........  8%  316M 7s
 14600K .......... .......... .......... .......... ..........  8%  353M 7s
 14650K .......... .......... .......... .......... ..........  8%  364M 6s
 14700K .......... .......... .......... .......... ..........  8%  264M 6s
 14750K .......... .......... .......... .......... ..........  8%  300M 6s
 14800K .......... .......... .......... .......... ..........  8%  299M 6s
 14850K .......... .......... .......... .......... ..........  8%  336M 6s
 14900K .......... .......... .......... .......... ..........  8%  350M 6s
 14950K .......... .......... .......... .......... ..........  8%  289M 6s
 15000K .......... .......... .......... .......... ..........  8%  301M 6s
 15050K .......... .......... .......... .......... ..........  8%  363M 6s
 15100K .......... .......... .......... .......... ..........  8%  297M 6s
 15150K .......... .......... .......... .......... ..........  8%  289M 6s
 15200K .......... .......... .......... .......... ..........  8%  335M 6s
 15250K .......... .......... .......... .......... ..........  8%  342M 6s
 15300K .......... .......... .......... .......... ..........  8%  317M 6s
 15350K .......... .......... .......... .......... ..........  8%  356M 6s
 15400K .......... .......... .......... .......... ..........  8%  303M 6s
 15450K .......... .......... .......... .......... ..........  8%  350M 6s
 15500K .......... .......... .......... .......... ..........  8%  375M 6s
 15550K .......... .......... .......... .......... ..........  8%  339M 6s
 15600K .......... .......... .......... .......... ..........  8%  291M 6s
 15650K .......... .......... .......... .......... ..........  8%  296M 6s
 15700K .......... .......... .......... .......... ..........  8%  357M 6s
 15750K .......... .......... .......... .......... ..........  9%  302M 6s
 15800K .......... .......... .......... .......... ..........  9%  307M 6s
 15850K .......... .......... .......... .......... ..........  9%  336M 6s
 15900K .......... .......... .......... .......... ..........  9%  336M 6s
 15950K .......... .......... .......... .......... ..........  9%  431M 6s
 16000K .......... .......... .......... .......... ..........  9%  339M 6s
 16050K .......... .......... .......... .......... ..........  9%  342M 6s
 16100K .......... .......... .......... .......... ..........  9%  372M 6s
 16150K .......... .......... .......... .......... ..........  9%  330M 6s
 16200K .......... .......... .......... .......... ..........  9%  408M 6s
 16250K .......... .......... .......... .......... ..........  9%  355M 6s
 16300K .......... .......... .......... .......... ..........  9%  343M 6s
 16350K .......... .......... .......... .......... ..........  9% 1.40M 6s
 16400K .......... .......... .......... .......... ..........  9%  276M 6s
 16450K .......... .......... .......... .......... ..........  9%  333M 6s
 16500K .......... .......... .......... .......... ..........  9%  395M 6s
 16550K .......... .......... .......... .......... ..........  9%  324M 6s
 16600K .......... .......... .......... .......... ..........  9%  360M 6s
 16650K .......... .......... .......... .......... ..........  9%  383M 6s
 16700K .......... .......... .......... .......... ..........  9% 3.95M 6s
 16750K .......... .......... .......... .......... ..........  9%  333M 6s
 16800K .......... .......... .......... .......... ..........  9%  227M 6s
 16850K .......... .......... .......... .......... ..........  9%  331M 6s
 16900K .......... .......... .......... .......... ..........  9%  289M 6s
 16950K .......... .......... .......... .......... ..........  9%  157M 6s
 17000K .......... .......... .......... .......... ..........  9%  219M 6s
 17050K .......... .......... .......... .......... ..........  9%  246M 6s
 17100K .......... .......... .......... .......... ..........  9%  381M 6s
 17150K .......... .......... .......... .......... ..........  9%  328M 6s
 17200K .......... .......... .......... .......... ..........  9% 60.1M 6s
 17250K .......... .......... .......... .......... ..........  9%  300M 6s
 17300K .......... .......... .......... .......... ..........  9%  382M 6s
 17350K .......... .......... .......... .......... ..........  9%  338M 6s
 17400K .......... .......... .......... .......... ..........  9%  288M 6s
 17450K .......... .......... .......... .......... ..........  9%  166M 6s
 17500K .......... .......... .......... .......... .......... 10%  329M 6s
 17550K .......... .......... .......... .......... .......... 10%  324M 6s
 17600K .......... .......... .......... .......... .......... 10%  253M 6s
 17650K .......... .......... .......... .......... .......... 10%  345M 6s
 17700K .......... .......... .......... .......... .......... 10%  211M 6s
 17750K .......... .......... .......... .......... .......... 10%  254M 6s
 17800K .......... .......... .......... .......... .......... 10%  143M 6s
 17850K .......... .......... .......... .......... .......... 10%  354M 6s
 17900K .......... .......... .......... .......... .......... 10%  284M 6s
 17950K .......... .......... .......... .......... .......... 10% 11.1M 6s
 18000K .......... .......... .......... .......... .......... 10%  212M 6s
 18050K .......... .......... .......... .......... .......... 10%  374M 6s
 18100K .......... .......... .......... .......... .......... 10%  283M 6s
 18150K .......... .......... .......... .......... .......... 10%  270M 6s
 18200K .......... .......... .......... .......... .......... 10%  365M 6s
 18250K .......... .......... .......... .......... .......... 10%  349M 6s
 18300K .......... .......... .......... .......... .......... 10%  360M 6s
 18350K .......... .......... .......... .......... .......... 10%  362M 6s
 18400K .......... .......... .......... .......... .......... 10% 1.57M 6s
 18450K .......... .......... .......... .......... .......... 10%  325M 6s
 18500K .......... .......... .......... .......... .......... 10%  252M 6s
 18550K .......... .......... .......... .......... .......... 10%  303M 6s
 18600K .......... .......... .......... .......... .......... 10%  356M 6s
 18650K .......... .......... .......... .......... .......... 10%  370M 6s
 18700K .......... .......... .......... .......... .......... 10%  117M 6s
 18750K .......... .......... .......... .......... .......... 10%  211M 6s
 18800K .......... .......... .......... .......... .......... 10%  223M 6s
 18850K .......... .......... .......... .......... .......... 10%  298M 6s
 18900K .......... .......... .......... .......... .......... 10%  240M 6s
 18950K .......... .......... .......... .......... .......... 10%  320M 6s
 19000K .......... .......... .......... .......... .......... 10%  132M 6s
 19050K .......... .......... .......... .......... .......... 10%  262M 6s
 19100K .......... .......... .......... .......... .......... 10%  221M 6s
 19150K .......... .......... .......... .......... .......... 10%  392M 6s
 19200K .......... .......... .......... .......... .......... 10%  335M 6s
 19250K .......... .......... .......... .......... .......... 11%  120M 6s
 19300K .......... .......... .......... .......... .......... 11%  232M 6s
 19350K .......... .......... .......... .......... .......... 11%  203M 6s
 19400K .......... .......... .......... .......... .......... 11%  248M 6s
 19450K .......... .......... .......... .......... .......... 11%  331M 6s
 19500K .......... .......... .......... .......... .......... 11%  183M 6s
 19550K .......... .......... .......... .......... .......... 11%  280M 6s
 19600K .......... .......... .......... .......... .......... 11%  160M 6s
 19650K .......... .......... .......... .......... .......... 11%  322M 5s
 19700K .......... .......... .......... .......... .......... 11%  323M 5s
 19750K .......... .......... .......... .......... .......... 11%  232M 5s
 19800K .......... .......... .......... .......... .......... 11%  194M 5s
 19850K .......... .......... .......... .......... .......... 11%  274M 5s
 19900K .......... .......... .......... .......... .......... 11%  292M 5s
 19950K .......... .......... .......... .......... .......... 11%  249M 5s
 20000K .......... .......... .......... .......... .......... 11%  384M 5s
 20050K .......... .......... .......... .......... .......... 11%  373M 5s
 20100K .......... .......... .......... .......... .......... 11%  208M 5s
 20150K .......... .......... .......... .......... .......... 11%  311M 5s
 20200K .......... .......... .......... .......... .......... 11%  314M 5s
 20250K .......... .......... .......... .......... .......... 11%  331M 5s
 20300K .......... .......... .......... .......... .......... 11%  292M 5s
 20350K .......... .......... .......... .......... .......... 11%  352M 5s
 20400K .......... .......... .......... .......... .......... 11%  176M 5s
 20450K .......... .......... .......... .......... .......... 11% 1.56M 6s
 20500K .......... .......... .......... .......... .......... 11%  326M 5s
 20550K .......... .......... .......... .......... .......... 11%  203M 5s
 20600K .......... .......... .......... .......... .......... 11%  405M 5s
 20650K .......... .......... .......... .......... .......... 11%  316M 5s
 20700K .......... .......... .......... .......... .......... 11%  235M 5s
 20750K .......... .......... .......... .......... .......... 11%  191M 5s
 20800K .......... .......... .......... .......... .......... 11%  224M 5s
 20850K .......... .......... .......... .......... .......... 11%  207M 5s
 20900K .......... .......... .......... .......... .......... 11%  288M 5s
 20950K .......... .......... .......... .......... .......... 11%  228M 5s
 21000K .......... .......... .......... .......... .......... 12%  355M 5s
 21050K .......... .......... .......... .......... .......... 12% 75.5M 5s
 21100K .......... .......... .......... .......... .......... 12% 70.3M 5s
 21150K .......... .......... .......... .......... .......... 12%  384M 5s
 21200K .......... .......... .......... .......... .......... 12%  326M 5s
 21250K .......... .......... .......... .......... .......... 12%  298M 5s
 21300K .......... .......... .......... .......... .......... 12%  262M 5s
 21350K .......... .......... .......... .......... .......... 12%  400M 5s
 21400K .......... .......... .......... .......... .......... 12%  293M 5s
 21450K .......... .......... .......... .......... .......... 12%  353M 5s
 21500K .......... .......... .......... .......... .......... 12%  370M 5s
 21550K .......... .......... .......... .......... .......... 12%  152M 5s
 21600K .......... .......... .......... .......... .......... 12%  173M 5s
 21650K .......... .......... .......... .......... .......... 12%  290M 5s
 21700K .......... .......... .......... .......... .......... 12%  342M 5s
 21750K .......... .......... .......... .......... .......... 12%  307M 5s
 21800K .......... .......... .......... .......... .......... 12%  112M 5s
 21850K .......... .......... .......... .......... .......... 12%  322M 5s
 21900K .......... .......... .......... .......... .......... 12%  341M 5s
 21950K .......... .......... .......... .......... .......... 12%  326M 5s
 22000K .......... .......... .......... .......... .......... 12%  163M 5s
 22050K .......... .......... .......... .......... .......... 12%  331M 5s
 22100K .......... .......... .......... .......... .......... 12%  162M 5s
 22150K .......... .......... .......... .......... .......... 12%  234M 5s
 22200K .......... .......... .......... .......... .......... 12%  384M 5s
 22250K .......... .......... .......... .......... .......... 12%  255M 5s
 22300K .......... .......... .......... .......... .......... 12%  302M 5s
 22350K .......... .......... .......... .......... .......... 12%  260M 5s
 22400K .......... .......... .......... .......... .......... 12%  384M 5s
 22450K .......... .......... .......... .......... .......... 12%  166M 5s
 22500K .......... .......... .......... .......... .......... 12% 1.37M 5s
 22550K .......... .......... .......... .......... .......... 12%  295M 5s
 22600K .......... .......... .......... .......... .......... 12%  355M 5s
 22650K .......... .......... .......... .......... .......... 12%  344M 5s
 22700K .......... .......... .......... .......... .......... 12%  271M 5s
 22750K .......... .......... .......... .......... .......... 13%  308M 5s
 22800K .......... .......... .......... .......... .......... 13%  147M 5s
 22850K .......... .......... .......... .......... .......... 13%  222M 5s
 22900K .......... .......... .......... .......... .......... 13%  219M 5s
 22950K .......... .......... .......... .......... .......... 13%  354M 5s
 23000K .......... .......... .......... .......... .......... 13%  190M 5s
 23050K .......... .......... .......... .......... .......... 13% 66.3M 5s
 23100K .......... .......... .......... .......... .......... 13%  359M 5s
 23150K .......... .......... .......... .......... .......... 13%  337M 5s
 23200K .......... .......... .......... .......... .......... 13%  405M 5s
 23250K .......... .......... .......... .......... .......... 13%  280M 5s
 23300K .......... .......... .......... .......... .......... 13%  110M 5s
 23350K .......... .......... .......... .......... .......... 13%  357M 5s
 23400K .......... .......... .......... .......... .......... 13%  344M 5s
 23450K .......... .......... .......... .......... .......... 13%  295M 5s
 23500K .......... .......... .......... .......... .......... 13%  334M 5s
 23550K .......... .......... .......... .......... .......... 13%  330M 5s
 23600K .......... .......... .......... .......... .......... 13%  230M 5s
 23650K .......... .......... .......... .......... .......... 13%  362M 5s
 23700K .......... .......... .......... .......... .......... 13%  335M 5s
 23750K .......... .......... .......... .......... .......... 13%  313M 5s
 23800K .......... .......... .......... .......... .......... 13% 8.50M 5s
 23850K .......... .......... .......... .......... .......... 13%  334M 5s
 23900K .......... .......... .......... .......... .......... 13%  351M 5s
 23950K .......... .......... .......... .......... .......... 13%  315M 5s
 24000K .......... .......... .......... .......... .......... 13%  331M 5s
 24050K .......... .......... .......... .......... .......... 13%  265M 5s
 24100K .......... .......... .......... .......... .......... 13%  312M 5s
 24150K .......... .......... .......... .......... .......... 13%  305M 5s
 24200K .......... .......... .......... .......... .......... 13%  330M 5s
 24250K .......... .......... .......... .......... .......... 13%  335M 5s
 24300K .......... .......... .......... .......... .......... 13%  358M 5s
 24350K .......... .......... .......... .......... .......... 13%  303M 5s
 24400K .......... .......... .......... .......... .......... 13%  364M 5s
 24450K .......... .......... .......... .......... .......... 13%  353M 5s
 24500K .......... .......... .......... .......... .......... 14%  401M 5s
 24550K .......... .......... .......... .......... .......... 14% 1.46M 5s
 24600K .......... .......... .......... .......... .......... 14%  274M 5s
 24650K .......... .......... .......... .......... .......... 14%  270M 5s
 24700K .......... .......... .......... .......... .......... 14% 7.36M 5s
 24750K .......... .......... .......... .......... .......... 14%  222M 5s
 24800K .......... .......... .......... .......... .......... 14% 8.84M 5s
 24850K .......... .......... .......... .......... .......... 14%  303M 5s
 24900K .......... .......... .......... .......... .......... 14%  280M 5s
 24950K .......... .......... .......... .......... .......... 14%  289M 5s
 25000K .......... .......... .......... .......... .......... 14%  375M 5s
 25050K .......... .......... .......... .......... .......... 14%  253M 5s
 25100K .......... .......... .......... .......... .......... 14%  268M 5s
 25150K .......... .......... .......... .......... .......... 14%  365M 5s
 25200K .......... .......... .......... .......... .......... 14%  298M 5s
 25250K .......... .......... .......... .......... .......... 14%  306M 5s
 25300K .......... .......... .......... .......... .......... 14%  301M 5s
 25350K .......... .......... .......... .......... .......... 14%  358M 5s
 25400K .......... .......... .......... .......... .......... 14%  322M 5s
 25450K .......... .......... .......... .......... .......... 14%  317M 5s
 25500K .......... .......... .......... .......... .......... 14%  296M 5s
 25550K .......... .......... .......... .......... .......... 14%  391M 5s
 25600K .......... .......... .......... .......... .......... 14%  222M 5s
 25650K .......... .......... .......... .......... .......... 14%  390M 5s
 25700K .......... .......... .......... .......... .......... 14%  270M 5s
 25750K .......... .......... .......... .......... .......... 14%  349M 5s
 25800K .......... .......... .......... .......... .......... 14%  355M 5s
 25850K .......... .......... .......... .......... .......... 14%  258M 5s
 25900K .......... .......... .......... .......... .......... 14%  310M 5s
 25950K .......... .......... .......... .......... .......... 14%  346M 5s
 26000K .......... .......... .......... .......... .......... 14%  338M 5s
 26050K .......... .......... .......... .......... .......... 14%  325M 5s
 26100K .......... .......... .......... .......... .......... 14%  296M 5s
 26150K .......... .......... .......... .......... .......... 14%  413M 5s
 26200K .......... .......... .......... .......... .......... 14%  335M 5s
 26250K .......... .......... .......... .......... .......... 15%  369M 5s
 26300K .......... .......... .......... .......... .......... 15%  322M 5s
 26350K .......... .......... .......... .......... .......... 15%  351M 5s
 26400K .......... .......... .......... .......... .......... 15%  413M 5s
 26450K .......... .......... .......... .......... .......... 15%  355M 5s
 26500K .......... .......... .......... .......... .......... 15%  322M 5s
 26550K .......... .......... .......... .......... .......... 15%  374M 5s
 26600K .......... .......... .......... .......... .......... 15% 1.47M 5s
 26650K .......... .......... .......... .......... .......... 15%  349M 5s
 26700K .......... .......... .......... .......... .......... 15%  313M 5s
 26750K .......... .......... .......... .......... .......... 15%  288M 5s
 26800K .......... .......... .......... .......... .......... 15%  315M 5s
 26850K .......... .......... .......... .......... .......... 15%  351M 5s
 26900K .......... .......... .......... .......... .......... 15%  294M 5s
 26950K .......... .......... .......... .......... .......... 15%  366M 5s
 27000K .......... .......... .......... .......... .......... 15%  277M 5s
 27050K .......... .......... .......... .......... .......... 15%  379M 5s
 27100K .......... .......... .......... .......... .......... 15%  316M 5s
 27150K .......... .......... .......... .......... .......... 15%  316M 5s
 27200K .......... .......... .......... .......... .......... 15%  320M 5s
 27250K .......... .......... .......... .......... .......... 15%  282M 5s
 27300K .......... .......... .......... .......... .......... 15%  370M 5s
 27350K .......... .......... .......... .......... .......... 15%  307M 5s
 27400K .......... .......... .......... .......... .......... 15%  345M 5s
 27450K .......... .......... .......... .......... .......... 15%  372M 5s
 27500K .......... .......... .......... .......... .......... 15%  338M 5s
 27550K .......... .......... .......... .......... .......... 15%  418M 5s
 27600K .......... .......... .......... .......... .......... 15%  327M 5s
 27650K .......... .......... .......... .......... .......... 15%  334M 5s
 27700K .......... .......... .......... .......... .......... 15%  410M 5s
 27750K .......... .......... .......... .......... .......... 15% 29.2M 5s
 27800K .......... .......... .......... .......... .......... 15%  261M 5s
 27850K .......... .......... .......... .......... .......... 15%  292M 5s
 27900K .......... .......... .......... .......... .......... 15%  358M 5s
 27950K .......... .......... .......... .......... .......... 15%  330M 5s
 28000K .......... .......... .......... .......... .......... 16%  310M 5s
 28050K .......... .......... .......... .......... .......... 16%  327M 5s
 28100K .......... .......... .......... .......... .......... 16%  328M 5s
 28150K .......... .......... .......... .......... .......... 16%  320M 5s
 28200K .......... .......... .......... .......... .......... 16%  310M 5s
 28250K .......... .......... .......... .......... .......... 16%  297M 5s
 28300K .......... .......... .......... .......... .......... 16%  326M 5s
 28350K .......... .......... .......... .......... .......... 16%  336M 5s
 28400K .......... .......... .......... .......... .......... 16%  404M 5s
 28450K .......... .......... .......... .......... .......... 16%  322M 5s
 28500K .......... .......... .......... .......... .......... 16%  398M 5s
 28550K .......... .......... .......... .......... .......... 16%  307M 5s
 28600K .......... .......... .......... .......... .......... 16%  366M 4s
 28650K .......... .......... .......... .......... .......... 16% 1.41M 5s
 28700K .......... .......... .......... .......... .......... 16%  297M 5s
 28750K .......... .......... .......... .......... .......... 16%  271M 5s
 28800K .......... .......... .......... .......... .......... 16%  332M 5s
 28850K .......... .......... .......... .......... .......... 16%  323M 5s
 28900K .......... .......... .......... .......... .......... 16%  275M 5s
 28950K .......... .......... .......... .......... .......... 16%  257M 5s
 29000K .......... .......... .......... .......... .......... 16%  319M 5s
 29050K .......... .......... .......... .......... .......... 16%  361M 5s
 29100K .......... .......... .......... .......... .......... 16%  213M 5s
 29150K .......... .......... .......... .......... .......... 16%  322M 5s
 29200K .......... .......... .......... .......... .......... 16%  194M 5s
 29250K .......... .......... .......... .......... .......... 16%  296M 5s
 29300K .......... .......... .......... .......... .......... 16%  365M 5s
 29350K .......... .......... .......... .......... .......... 16%  237M 5s
 29400K .......... .......... .......... .......... .......... 16%  321M 5s
 29450K .......... .......... .......... .......... .......... 16%  284M 5s
 29500K .......... .......... .......... .......... .......... 16%  247M 5s
 29550K .......... .......... .......... .......... .......... 16%  152M 5s
 29600K .......... .......... .......... .......... .......... 16%  294M 4s
 29650K .......... .......... .......... .......... .......... 16%  329M 4s
 29700K .......... .......... .......... .......... .......... 16%  286M 4s
 29750K .......... .......... .......... .......... .......... 17%  336M 4s
 29800K .......... .......... .......... .......... .......... 17%  273M 4s
 29850K .......... .......... .......... .......... .......... 17%  331M 4s
 29900K .......... .......... .......... .......... .......... 17%  348M 4s
 29950K .......... .......... .......... .......... .......... 17%  321M 4s
 30000K .......... .......... .......... .......... .......... 17%  208M 4s
 30050K .......... .......... .......... .......... .......... 17%  309M 4s
 30100K .......... .......... .......... .......... .......... 17%  129M 4s
 30150K .......... .......... .......... .......... .......... 17%  280M 4s
 30200K .......... .......... .......... .......... .......... 17%  341M 4s
 30250K .......... .......... .......... .......... .......... 17% 55.3M 4s
 30300K .......... .......... .......... .......... .......... 17%  228M 4s
 30350K .......... .......... .......... .......... .......... 17%  282M 4s
 30400K .......... .......... .......... .......... .......... 17%  179M 4s
 30450K .......... .......... .......... .......... .......... 17%  365M 4s
 30500K .......... .......... .......... .......... .......... 17%  295M 4s
 30550K .......... .......... .......... .......... .......... 17%  225M 4s
 30600K .......... .......... .......... .......... .......... 17%  236M 4s
 30650K .......... .......... .......... .......... .......... 17%  320M 4s
 30700K .......... .......... .......... .......... .......... 17% 1.25M 5s
 30750K .......... .......... .......... .......... .......... 17%  237M 5s
 30800K .......... .......... .......... .......... .......... 17%  325M 4s
 30850K .......... .......... .......... .......... .......... 17%  321M 4s
 30900K .......... .......... .......... .......... .......... 17%  255M 4s
 30950K .......... .......... .......... .......... .......... 17%  346M 4s
 31000K .......... .......... .......... .......... .......... 17%  320M 4s
 31050K .......... .......... .......... .......... .......... 17%  413M 4s
 31100K .......... .......... .......... .......... .......... 17%  333M 4s
 31150K .......... .......... .......... .......... .......... 17%  403M 4s
 31200K .......... .......... .......... .......... .......... 17%  328M 4s
 31250K .......... .......... .......... .......... .......... 17% 65.0M 4s
 31300K .......... .......... .......... .......... .......... 17%  235M 4s
 31350K .......... .......... .......... .......... .......... 17%  326M 4s
 31400K .......... .......... .......... .......... .......... 17%  298M 4s
 31450K .......... .......... .......... .......... .......... 17%  284M 4s
 31500K .......... .......... .......... .......... .......... 18%  345M 4s
 31550K .......... .......... .......... .......... .......... 18%  290M 4s
 31600K .......... .......... .......... .......... .......... 18%  349M 4s
 31650K .......... .......... .......... .......... .......... 18%  389M 4s
 31700K .......... .......... .......... .......... .......... 18%  343M 4s
 31750K .......... .......... .......... .......... .......... 18%  360M 4s
 31800K .......... .......... .......... .......... .......... 18%  243M 4s
 31850K .......... .......... .......... .......... .......... 18%  291M 4s
 31900K .......... .......... .......... .......... .......... 18%  312M 4s
 31950K .......... .......... .......... .......... .......... 18%  290M 4s
 32000K .......... .......... .......... .......... .......... 18%  316M 4s
 32050K .......... .......... .......... .......... .......... 18% 3.87M 4s
 32100K .......... .......... .......... .......... .......... 18%  264M 4s
 32150K .......... .......... .......... .......... .......... 18%  264M 4s
 32200K .......... .......... .......... .......... .......... 18%  325M 4s
 32250K .......... .......... .......... .......... .......... 18%  321M 4s
 32300K .......... .......... .......... .......... .......... 18%  329M 4s
 32350K .......... .......... .......... .......... .......... 18%  318M 4s
 32400K .......... .......... .......... .......... .......... 18%  361M 4s
 32450K .......... .......... .......... .......... .......... 18%  327M 4s
 32500K .......... .......... .......... .......... .......... 18%  272M 4s
 32550K .......... .......... .......... .......... .......... 18%  366M 4s
 32600K .......... .......... .......... .......... .......... 18%  341M 4s
 32650K .......... .......... .......... .......... .......... 18%  362M 4s
 32700K .......... .......... .......... .......... .......... 18%  397M 4s
 32750K .......... .......... .......... .......... .......... 18% 1.42M 4s
 32800K .......... .......... .......... .......... .......... 18%  221M 4s
 32850K .......... .......... .......... .......... .......... 18%  320M 4s
 32900K .......... .......... .......... .......... .......... 18%  253M 4s
 32950K .......... .......... .......... .......... .......... 18%  332M 4s
 33000K .......... .......... .......... .......... .......... 18%  365M 4s
 33050K .......... .......... .......... .......... .......... 18%  311M 4s
 33100K .......... .......... .......... .......... .......... 18% 52.8M 4s
 33150K .......... .......... .......... .......... .......... 18%  180M 4s
 33200K .......... .......... .......... .......... .......... 18%  289M 4s
 33250K .......... .......... .......... .......... .......... 19%  275M 4s
 33300K .......... .......... .......... .......... .......... 19%  267M 4s
 33350K .......... .......... .......... .......... .......... 19%  306M 4s
 33400K .......... .......... .......... .......... .......... 19%  256M 4s
 33450K .......... .......... .......... .......... .......... 19%  249M 4s
 33500K .......... .......... .......... .......... .......... 19%  253M 4s
 33550K .......... .......... .......... .......... .......... 19%  223M 4s
 33600K .......... .......... .......... .......... .......... 19%  336M 4s
 33650K .......... .......... .......... .......... .......... 19%  273M 4s
 33700K .......... .......... .......... .......... .......... 19%  308M 4s
 33750K .......... .......... .......... .......... .......... 19%  337M 4s
 33800K .......... .......... .......... .......... .......... 19%  289M 4s
 33850K .......... .......... .......... .......... .......... 19%  260M 4s
 33900K .......... .......... .......... .......... .......... 19%  310M 4s
 33950K .......... .......... .......... .......... .......... 19%  275M 4s
 34000K .......... .......... .......... .......... .......... 19%  212M 4s
 34050K .......... .......... .......... .......... .......... 19%  334M 4s
 34100K .......... .......... .......... .......... .......... 19%  247M 4s
 34150K .......... .......... .......... .......... .......... 19%  151M 4s
 34200K .......... .......... .......... .......... .......... 19%  167M 4s
 34250K .......... .......... .......... .......... .......... 19%  268M 4s
 34300K .......... .......... .......... .......... .......... 19%  283M 4s
 34350K .......... .......... .......... .......... .......... 19%  280M 4s
 34400K .......... .......... .......... .......... .......... 19%  149M 4s
 34450K .......... .......... .......... .......... .......... 19%  336M 4s
 34500K .......... .......... .......... .......... .......... 19%  311M 4s
 34550K .......... .......... .......... .......... .......... 19%  339M 4s
 34600K .......... .......... .......... .......... .......... 19% 48.8M 4s
 34650K .......... .......... .......... .......... .......... 19%  174M 4s
 34700K .......... .......... .......... .......... .......... 19%  317M 4s
 34750K .......... .......... .......... .......... .......... 19%  239M 4s
 34800K .......... .......... .......... .......... .......... 19% 1.37M 4s
 34850K .......... .......... .......... .......... .......... 19%  319M 4s
 34900K .......... .......... .......... .......... .......... 19%  274M 4s
 34950K .......... .......... .......... .......... .......... 19%  296M 4s
 35000K .......... .......... .......... .......... .......... 20%  388M 4s
 35050K .......... .......... .......... .......... .......... 20%  346M 4s
 35100K .......... .......... .......... .......... .......... 20%  217M 4s
 35150K .......... .......... .......... .......... .......... 20%  104M 4s
 35200K .......... .......... .......... .......... .......... 20%  340M 4s
 35250K .......... .......... .......... .......... .......... 20%  127M 4s
 35300K .......... .......... .......... .......... .......... 20%  137M 4s
 35350K .......... .......... .......... .......... .......... 20%  320M 4s
 35400K .......... .......... .......... .......... .......... 20%  103M 4s
 35450K .......... .......... .......... .......... .......... 20%  288M 4s
 35500K .......... .......... .......... .......... .......... 20%  297M 4s
 35550K .......... .......... .......... .......... .......... 20%  350M 4s
 35600K .......... .......... .......... .......... .......... 20% 9.11M 4s
 35650K .......... .......... .......... .......... .......... 20%  269M 4s
 35700K .......... .......... .......... .......... .......... 20%  384M 4s
 35750K .......... .......... .......... .......... .......... 20%  236M 4s
 35800K .......... .......... .......... .......... .......... 20%  279M 4s
 35850K .......... .......... .......... .......... .......... 20%  306M 4s
 35900K .......... .......... .......... .......... .......... 20%  292M 4s
 35950K .......... .......... .......... .......... .......... 20%  366M 4s
 36000K .......... .......... .......... .......... .......... 20%  307M 4s
 36050K .......... .......... .......... .......... .......... 20%  324M 4s
 36100K .......... .......... .......... .......... .......... 20%  355M 4s
 36150K .......... .......... .......... .......... .......... 20% 8.54M 4s
 36200K .......... .......... .......... .......... .......... 20%  275M 4s
 36250K .......... .......... .......... .......... .......... 20%  334M 4s
 36300K .......... .......... .......... .......... .......... 20%  330M 4s
 36350K .......... .......... .......... .......... .......... 20%  271M 4s
 36400K .......... .......... .......... .......... .......... 20%  380M 4s
 36450K .......... .......... .......... .......... .......... 20%  340M 4s
 36500K .......... .......... .......... .......... .......... 20%  338M 4s
 36550K .......... .......... .......... .......... .......... 20%  353M 4s
 36600K .......... .......... .......... .......... .......... 20%  340M 4s
 36650K .......... .......... .......... .......... .......... 20%  345M 4s
 36700K .......... .......... .......... .......... .......... 20%  395M 4s
 36750K .......... .......... .......... .......... .......... 20%  348M 4s
 36800K .......... .......... .......... .......... .......... 21%  364M 4s
 36850K .......... .......... .......... .......... .......... 21% 1.54M 4s
 36900K .......... .......... .......... .......... .......... 21%  296M 4s
 36950K .......... .......... .......... .......... .......... 21%  288M 4s
 37000K .......... .......... .......... .......... .......... 21%  249M 4s
 37050K .......... .......... .......... .......... .......... 21%  307M 4s
 37100K .......... .......... .......... .......... .......... 21%  324M 4s
 37150K .......... .......... .......... .......... .......... 21% 45.7M 4s
 37200K .......... .......... .......... .......... .......... 21%  106M 4s
 37250K .......... .......... .......... .......... .......... 21%  278M 4s
 37300K .......... .......... .......... .......... .......... 21%  294M 4s
 37350K .......... .......... .......... .......... .......... 21%  334M 4s
 37400K .......... .......... .......... .......... .......... 21%  698K 4s
 37450K .......... .......... .......... .......... .......... 21%  213M 4s
 37500K .......... .......... .......... .......... .......... 21%  342M 4s
 37550K .......... .......... .......... .......... .......... 21%  401M 4s
 37600K .......... .......... .......... .......... .......... 21%  340M 4s
 37650K .......... .......... .......... .......... .......... 21% 43.4M 4s
 37700K .......... .......... .......... .......... .......... 21%  153M 4s
 37750K .......... .......... .......... .......... .......... 21%  396M 4s
 37800K .......... .......... .......... .......... .......... 21%  118M 4s
 37850K .......... .......... .......... .......... .......... 21%  359M 4s
 37900K .......... .......... .......... .......... .......... 21%  615K 5s
 37950K .......... .......... .......... .......... .......... 21%  233M 5s
 38000K .......... .......... .......... .......... .......... 21%  207M 5s
 38050K .......... .......... .......... .......... .......... 21%  344M 5s
 38100K .......... .......... .......... .......... .......... 21%  403M 5s
 38150K .......... .......... .......... .......... .......... 21% 1.99M 5s
 38200K .......... .......... .......... .......... .......... 21%  144M 5s
 38250K .......... .......... .......... .......... .......... 21%  354M 5s
 38300K .......... .......... .......... .......... .......... 21%  342M 5s
 38350K .......... .......... .......... .......... .......... 21%  312M 5s
 38400K .......... .......... .......... .......... .......... 21%  344M 5s
 38450K .......... .......... .......... .......... .......... 21% 49.8M 5s
 38500K .......... .......... .......... .......... .......... 21%  170M 5s
 38550K .......... .......... .......... .......... .......... 22%  389M 5s
 38600K .......... .......... .......... .......... .......... 22%  355M 5s
 38650K .......... .......... .......... .......... .......... 22%  334M 5s
 38700K .......... .......... .......... .......... .......... 22%  110M 5s
 38750K .......... .......... .......... .......... .......... 22%  268M 5s
 38800K .......... .......... .......... .......... .......... 22%  284M 5s
 38850K .......... .......... .......... .......... .......... 22%  229M 5s
 38900K .......... .......... .......... .......... .......... 22%  519K 5s
 38950K .......... .......... .......... .......... .......... 22%  244M 5s
 39000K .......... .......... .......... .......... .......... 22%  275M 5s
 39050K .......... .......... .......... .......... .......... 22%  343M 5s
 39100K .......... .......... .......... .......... .......... 22%  237M 5s
 39150K .......... .......... .......... .......... .......... 22%  335M 5s
 39200K .......... .......... .......... .......... .......... 22%  226M 5s
 39250K .......... .......... .......... .......... .......... 22%  286M 5s
 39300K .......... .......... .......... .......... .......... 22%  346M 5s
 39350K .......... .......... .......... .......... .......... 22%  267M 5s
 39400K .......... .......... .......... .......... .......... 22%  269M 5s
 39450K .......... .......... .......... .......... .......... 22%  371M 5s
 39500K .......... .......... .......... .......... .......... 22%  364M 5s
 39550K .......... .......... .......... .......... .......... 22%  373M 5s
 39600K .......... .......... .......... .......... .......... 22%  332M 5s
 39650K .......... .......... .......... .......... .......... 22%  339M 5s
 39700K .......... .......... .......... .......... .......... 22% 4.00M 5s
 39750K .......... .......... .......... .......... .......... 22%  265M 5s
 39800K .......... .......... .......... .......... .......... 22%  281M 5s
 39850K .......... .......... .......... .......... .......... 22%  321M 5s
 39900K .......... .......... .......... .......... .......... 22%  112M 5s
 39950K .......... .......... .......... .......... .......... 22%  121M 5s
 40000K .......... .......... .......... .......... .......... 22%  170M 5s
 40050K .......... .......... .......... .......... .......... 22%  199M 5s
 40100K .......... .......... .......... .......... .......... 22%  320M 5s
 40150K .......... .......... .......... .......... .......... 22%  339M 5s
 40200K .......... .......... .......... .......... .......... 22%  398M 5s
 40250K .......... .......... .......... .......... .......... 22%  341M 5s
 40300K .......... .......... .......... .......... .......... 23%  326M 5s
 40350K .......... .......... .......... .......... .......... 23%  347M 5s
 40400K .......... .......... .......... .......... .......... 23%  379M 5s
 40450K .......... .......... .......... .......... .......... 23%  315M 5s
 40500K .......... .......... .......... .......... .......... 23%  353M 5s
 40550K .......... .......... .......... .......... .......... 23%  379M 5s
 40600K .......... .......... .......... .......... .......... 23%  361M 5s
 40650K .......... .......... .......... .......... .......... 23%  312M 5s
 40700K .......... .......... .......... .......... .......... 23%  373M 5s
 40750K .......... .......... .......... .......... .......... 23%  338M 5s
 40800K .......... .......... .......... .......... .......... 23%  321M 5s
 40850K .......... .......... .......... .......... .......... 23%  400M 5s
 40900K .......... .......... .......... .......... .......... 23%  342M 5s
 40950K .......... .......... .......... .......... .......... 23% 1.50M 5s
 41000K .......... .......... .......... .......... .......... 23%  270M 5s
 41050K .......... .......... .......... .......... .......... 23%  324M 5s
 41100K .......... .......... .......... .......... .......... 23%  327M 5s
 41150K .......... .......... .......... .......... .......... 23%  284M 5s
 41200K .......... .......... .......... .......... .......... 23%  383M 5s
 41250K .......... .......... .......... .......... .......... 23%  199M 5s
 41300K .......... .......... .......... .......... .......... 23%  240M 5s
 41350K .......... .......... .......... .......... .......... 23%  373M 5s
 41400K .......... .......... .......... .......... .......... 23%  285M 5s
 41450K .......... .......... .......... .......... .......... 23%  168M 5s
 41500K .......... .......... .......... .......... .......... 23%  294M 5s
 41550K .......... .......... .......... .......... .......... 23%  336M 5s
 41600K .......... .......... .......... .......... .......... 23%  315M 5s
 41650K .......... .......... .......... .......... .......... 23%  263M 5s
 41700K .......... .......... .......... .......... .......... 23%  357M 5s
 41750K .......... .......... .......... .......... .......... 23% 44.0M 5s
 41800K .......... .......... .......... .......... .......... 23%  286M 5s
 41850K .......... .......... .......... .......... .......... 23% 77.8M 5s
 41900K .......... .......... .......... .......... .......... 23%  339M 5s
 41950K .......... .......... .......... .......... .......... 23%  308M 5s
 42000K .......... .......... .......... .......... .......... 23% 54.7M 5s
 42050K .......... .......... .......... .......... .......... 24%  188M 5s
 42100K .......... .......... .......... .......... .......... 24%  283M 5s
 42150K .......... .......... .......... .......... .......... 24%  189M 5s
 42200K .......... .......... .......... .......... .......... 24%  338M 5s
 42250K .......... .......... .......... .......... .......... 24%  412M 5s
 42300K .......... .......... .......... .......... .......... 24% 28.2M 5s
 42350K .......... .......... .......... .......... .......... 24%  173M 5s
 42400K .......... .......... .......... .......... .......... 24%  165M 5s
 42450K .......... .......... .......... .......... .......... 24%  319M 5s
 42500K .......... .......... .......... .......... .......... 24%  269M 5s
 42550K .......... .......... .......... .......... .......... 24%  304M 5s
 42600K .......... .......... .......... .......... .......... 24%  363M 5s
 42650K .......... .......... .......... .......... .......... 24%  303M 5s
 42700K .......... .......... .......... .......... .......... 24%  311M 5s
 42750K .......... .......... .......... .......... .......... 24%  273M 4s
 42800K .......... .......... .......... .......... .......... 24%  336M 4s
 42850K .......... .......... .......... .......... .......... 24%  369M 4s
 42900K .......... .......... .......... .......... .......... 24%  385M 4s
 42950K .......... .......... .......... .......... .......... 24%  369M 4s
 43000K .......... .......... .......... .......... .......... 24% 1001K 5s
 43050K .......... .......... .......... .......... .......... 24%  154M 5s
 43100K .......... .......... .......... .......... .......... 24%  123M 5s
 43150K .......... .......... .......... .......... .......... 24%  191M 5s
 43200K .......... .......... .......... .......... .......... 24%  322M 5s
 43250K .......... .......... .......... .......... .......... 24%  278M 5s
 43300K .......... .......... .......... .......... .......... 24%  272M 5s
 43350K .......... .......... .......... .......... .......... 24%  346M 5s
 43400K .......... .......... .......... .......... .......... 24%  264M 5s
 43450K .......... .......... .......... .......... .......... 24%  261M 5s
 43500K .......... .......... .......... .......... .......... 24%  296M 5s
 43550K .......... .......... .......... .......... .......... 24%  303M 5s
 43600K .......... .......... .......... .......... .......... 24%  296M 5s
 43650K .......... .......... .......... .......... .......... 24%  157M 5s
 43700K .......... .......... .......... .......... .......... 24%  180M 5s
 43750K .......... .......... .......... .......... .......... 24%  329M 5s
 43800K .......... .......... .......... .......... .......... 25%  353M 5s
 43850K .......... .......... .......... .......... .......... 25%  329M 5s
 43900K .......... .......... .......... .......... .......... 25%  306M 5s
 43950K .......... .......... .......... .......... .......... 25%  445M 4s
 44000K .......... .......... .......... .......... .......... 25%  318M 4s
 44050K .......... .......... .......... .......... .......... 25%  357M 4s
 44100K .......... .......... .......... .......... .......... 25%  365M 4s
 44150K .......... .......... .......... .......... .......... 25%  289M 4s
 44200K .......... .......... .......... .......... .......... 25%  379M 4s
 44250K .......... .......... .......... .......... .......... 25%  342M 4s
 44300K .......... .......... .......... .......... .......... 25%  400M 4s
 44350K .......... .......... .......... .......... .......... 25%  304M 4s
 44400K .......... .......... .......... .......... .......... 25%  324M 4s
 44450K .......... .......... .......... .......... .......... 25%  410M 4s
 44500K .......... .......... .......... .......... .......... 25%  334M 4s
 44550K .......... .......... .......... .......... .......... 25%  338M 4s
 44600K .......... .......... .......... .......... .......... 25%  359M 4s
 44650K .......... .......... .......... .......... .......... 25%  323M 4s
 44700K .......... .......... .......... .......... .......... 25%  353M 4s
 44750K .......... .......... .......... .......... .......... 25%  358M 4s
 44800K .......... .......... .......... .......... .......... 25%  303M 4s
 44850K .......... .......... .......... .......... .......... 25%  407M 4s
 44900K .......... .......... .......... .......... .......... 25%  324M 4s
 44950K .......... .......... .......... .......... .......... 25%  331M 4s
 45000K .......... .......... .......... .......... .......... 25%  305M 4s
 45050K .......... .......... .......... .......... .......... 25% 1.70M 4s
 45100K .......... .......... .......... .......... .......... 25%  290M 4s
 45150K .......... .......... .......... .......... .......... 25%  309M 4s
 45200K .......... .......... .......... .......... .......... 25%  143M 4s
 45250K .......... .......... .......... .......... .......... 25%  226M 4s
 45300K .......... .......... .......... .......... .......... 25%  323M 4s
 45350K .......... .......... .......... .......... .......... 25% 85.5M 4s
 45400K .......... .......... .......... .......... .......... 25%  300M 4s
 45450K .......... .......... .......... .......... .......... 25%  348M 4s
 45500K .......... .......... .......... .......... .......... 25%  263M 4s
 45550K .......... .......... .......... .......... .......... 26%  315M 4s
 45600K .......... .......... .......... .......... .......... 26% 45.7M 4s
 45650K .......... .......... .......... .......... .......... 26%  293M 4s
 45700K .......... .......... .......... .......... .......... 26%  335M 4s
 45750K .......... .......... .......... .......... .......... 26%  310M 4s
 45800K .......... .......... .......... .......... .......... 26%  342M 4s
 45850K .......... .......... .......... .......... .......... 26%  268M 4s
 45900K .......... .......... .......... .......... .......... 26%  318M 4s
 45950K .......... .......... .......... .......... .......... 26%  410M 4s
 46000K .......... .......... .......... .......... .......... 26%  342M 4s
 46050K .......... .......... .......... .......... .......... 26% 40.4M 4s
 46100K .......... .......... .......... .......... .......... 26%  188M 4s
 46150K .......... .......... .......... .......... .......... 26%  329M 4s
 46200K .......... .......... .......... .......... .......... 26%  257M 4s
 46250K .......... .......... .......... .......... .......... 26%  280M 4s
 46300K .......... .......... .......... .......... .......... 26%  372M 4s
 46350K .......... .......... .......... .......... .......... 26%  283M 4s
 46400K .......... .......... .......... .......... .......... 26%  301M 4s
 46450K .......... .......... .......... .......... .......... 26%  320M 4s
 46500K .......... .......... .......... .......... .......... 26%  332M 4s
 46550K .......... .......... .......... .......... .......... 26%  353M 4s
 46600K .......... .......... .......... .......... .......... 26% 6.58M 4s
 46650K .......... .......... .......... .......... .......... 26%  253M 4s
 46700K .......... .......... .......... .......... .......... 26%  237M 4s
 46750K .......... .......... .......... .......... .......... 26%  301M 4s
 46800K .......... .......... .......... .......... .......... 26%  332M 4s
 46850K .......... .......... .......... .......... .......... 26%  301M 4s
 46900K .......... .......... .......... .......... .......... 26%  283M 4s
 46950K .......... .......... .......... .......... .......... 26%  344M 4s
 47000K .......... .......... .......... .......... .......... 26%  314M 4s
 47050K .......... .......... .......... .......... .......... 26%  355M 4s
 47100K .......... .......... .......... .......... .......... 26% 1.58M 4s
 47150K .......... .......... .......... .......... .......... 26%  293M 4s
 47200K .......... .......... .......... .......... .......... 26%  284M 4s
 47250K .......... .......... .......... .......... .......... 26%  332M 4s
 47300K .......... .......... .......... .......... .......... 27%  324M 4s
 47350K .......... .......... .......... .......... .......... 27%  288M 4s
 47400K .......... .......... .......... .......... .......... 27%  369M 4s
 47450K .......... .......... .......... .......... .......... 27%  284M 4s
 47500K .......... .......... .......... .......... .......... 27%  269M 4s
 47550K .......... .......... .......... .......... .......... 27%  246M 4s
 47600K .......... .......... .......... .......... .......... 27%  306M 4s
 47650K .......... .......... .......... .......... .......... 27%  169M 4s
 47700K .......... .......... .......... .......... .......... 27%  266M 4s
 47750K .......... .......... .......... .......... .......... 27%  254M 4s
 47800K .......... .......... .......... .......... .......... 27%  272M 4s
 47850K .......... .......... .......... .......... .......... 27%  212M 4s
 47900K .......... .......... .......... .......... .......... 27%  102M 4s
 47950K .......... .......... .......... .......... .......... 27% 85.1M 4s
 48000K .......... .......... .......... .......... .......... 27%  283M 4s
 48050K .......... .......... .......... .......... .......... 27%  271M 4s
 48100K .......... .......... .......... .......... .......... 27%  287M 4s
 48150K .......... .......... .......... .......... .......... 27%  370M 4s
 48200K .......... .......... .......... .......... .......... 27%  160M 4s
 48250K .......... .......... .......... .......... .......... 27% 44.4M 4s
 48300K .......... .......... .......... .......... .......... 27%  355M 4s
 48350K .......... .......... .......... .......... .......... 27%  283M 4s
 48400K .......... .......... .......... .......... .......... 27%  302M 4s
 48450K .......... .......... .......... .......... .......... 27%  355M 4s
 48500K .......... .......... .......... .......... .......... 27%  376M 4s
 48550K .......... .......... .......... .......... .......... 27%  328M 4s
 48600K .......... .......... .......... .......... .......... 27%  253M 4s
 48650K .......... .......... .......... .......... .......... 27%  368M 4s
 48700K .......... .......... .......... .......... .......... 27% 42.4M 4s
 48750K .......... .......... .......... .......... .......... 27%  318M 4s
 48800K .......... .......... .......... .......... .......... 27%  273M 4s
 48850K .......... .......... .......... .......... .......... 27%  354M 4s
 48900K .......... .......... .......... .......... .......... 27%  248M 4s
 48950K .......... .......... .......... .......... .......... 27%  355M 4s
 49000K .......... .......... .......... .......... .......... 27%  377M 4s
 49050K .......... .......... .......... .......... .......... 28%  348M 4s
 49100K .......... .......... .......... .......... .......... 28%  359M 4s
 49150K .......... .......... .......... .......... .......... 28% 1.31M 4s
 49200K .......... .......... .......... .......... .......... 28%  247M 4s
 49250K .......... .......... .......... .......... .......... 28%  334M 4s
 49300K .......... .......... .......... .......... .......... 28%  273M 4s
 49350K .......... .......... .......... .......... .......... 28%  316M 4s
 49400K .......... .......... .......... .......... .......... 28%  347M 4s
 49450K .......... .......... .......... .......... .......... 28%  282M 4s
 49500K .......... .......... .......... .......... .......... 28%  323M 4s
 49550K .......... .......... .......... .......... .......... 28%  307M 4s
 49600K .......... .......... .......... .......... .......... 28%  297M 4s
 49650K .......... .......... .......... .......... .......... 28%  369M 4s
 49700K .......... .......... .......... .......... .......... 28%  328M 4s
 49750K .......... .......... .......... .......... .......... 28%  371M 4s
 49800K .......... .......... .......... .......... .......... 28%  302M 4s
 49850K .......... .......... .......... .......... .......... 28%  345M 4s
 49900K .......... .......... .......... .......... .......... 28%  315M 4s
 49950K .......... .......... .......... .......... .......... 28%  312M 4s
 50000K .......... .......... .......... .......... .......... 28%  371M 4s
 50050K .......... .......... .......... .......... .......... 28%  277M 4s
 50100K .......... .......... .......... .......... .......... 28%  368M 4s
 50150K .......... .......... .......... .......... .......... 28%  333M 4s
 50200K .......... .......... .......... .......... .......... 28%  276M 4s
 50250K .......... .......... .......... .......... .......... 28%  412M 4s
 50300K .......... .......... .......... .......... .......... 28%  317M 4s
 50350K .......... .......... .......... .......... .......... 28%  168M 4s
 50400K .......... .......... .......... .......... .......... 28%  324M 4s
 50450K .......... .......... .......... .......... .......... 28%  279M 4s
 50500K .......... .......... .......... .......... .......... 28%  227M 4s
 50550K .......... .......... .......... .......... .......... 28%  245M 4s
 50600K .......... .......... .......... .......... .......... 28%  120M 4s
 50650K .......... .......... .......... .......... .......... 28%  363M 4s
 50700K .......... .......... .......... .......... .......... 28%  126M 4s
 50750K .......... .......... .......... .......... .......... 28%  256M 4s
 50800K .......... .......... .......... .......... .......... 29%  299M 4s
 50850K .......... .......... .......... .......... .......... 29%  280M 4s
 50900K .......... .......... .......... .......... .......... 29%  286M 4s
 50950K .......... .......... .......... .......... .......... 29%  322M 4s
 51000K .......... .......... .......... .......... .......... 29%  375M 4s
 51050K .......... .......... .......... .......... .......... 29%  195M 4s
 51100K .......... .......... .......... .......... .......... 29% 96.4M 4s
 51150K .......... .......... .......... .......... .......... 29%  334M 4s
 51200K .......... .......... .......... .......... .......... 29% 1.20M 4s
 51250K .......... .......... .......... .......... .......... 29%  261M 4s
 51300K .......... .......... .......... .......... .......... 29%  373M 4s
 51350K .......... .......... .......... .......... .......... 29%  269M 4s
 51400K .......... .......... .......... .......... .......... 29%  287M 4s
 51450K .......... .......... .......... .......... .......... 29%  310M 4s
 51500K .......... .......... .......... .......... .......... 29%  270M 4s
 51550K .......... .......... .......... .......... .......... 29%  334M 4s
 51600K .......... .......... .......... .......... .......... 29%  262M 4s
 51650K .......... .......... .......... .......... .......... 29%  291M 4s
 51700K .......... .......... .......... .......... .......... 29%  372M 4s
 51750K .......... .......... .......... .......... .......... 29%  278M 4s
 51800K .......... .......... .......... .......... .......... 29%  271M 4s
 51850K .......... .......... .......... .......... .......... 29%  315M 4s
 51900K .......... .......... .......... .......... .......... 29%  309M 4s
 51950K .......... .......... .......... .......... .......... 29%  284M 4s
 52000K .......... .......... .......... .......... .......... 29%  228M 4s
 52050K .......... .......... .......... .......... .......... 29%  305M 4s
 52100K .......... .......... .......... .......... .......... 29%  253M 4s
 52150K .......... .......... .......... .......... .......... 29%  281M 4s
 52200K .......... .......... .......... .......... .......... 29%  329M 4s
 52250K .......... .......... .......... .......... .......... 29%  271M 4s
 52300K .......... .......... .......... .......... .......... 29%  368M 4s
 52350K .......... .......... .......... .......... .......... 29%  208M 4s
 52400K .......... .......... .......... .......... .......... 29%  300M 4s
 52450K .......... .......... .......... .......... .......... 29%  341M 4s
 52500K .......... .......... .......... .......... .......... 29%  305M 4s
 52550K .......... .......... .......... .......... .......... 30%  340M 4s
 52600K .......... .......... .......... .......... .......... 30%  367M 4s
 52650K .......... .......... .......... .......... .......... 30%  337M 4s
 52700K .......... .......... .......... .......... .......... 30%  301M 4s
 52750K .......... .......... .......... .......... .......... 30%  345M 4s
 52800K .......... .......... .......... .......... .......... 30%  336M 4s
 52850K .......... .......... .......... .......... .......... 30%  431M 4s
 52900K .......... .......... .......... .......... .......... 30%  334M 4s
 52950K .......... .......... .......... .......... .......... 30%  386M 4s
 53000K .......... .......... .......... .......... .......... 30%  318M 4s
 53050K .......... .......... .......... .......... .......... 30%  348M 4s
 53100K .......... .......... .......... .......... .......... 30%  367M 4s
 53150K .......... .......... .......... .......... .......... 30%  341M 4s
 53200K .......... .......... .......... .......... .......... 30% 1.63M 4s
 53250K .......... .......... .......... .......... .......... 30%  289M 4s
 53300K .......... .......... .......... .......... .......... 30%  303M 4s
 53350K .......... .......... .......... .......... .......... 30%  335M 4s
 53400K .......... .......... .......... .......... .......... 30%  332M 4s
 53450K .......... .......... .......... .......... .......... 30%  244M 4s
 53500K .......... .......... .......... .......... .......... 30%  345M 4s
 53550K .......... .......... .......... .......... .......... 30%  324M 4s
 53600K .......... .......... .......... .......... .......... 30%  406M 4s
 53650K .......... .......... .......... .......... .......... 30%  311M 4s
 53700K .......... .......... .......... .......... .......... 30%  294M 4s
 53750K .......... .......... .......... .......... .......... 30%  329M 4s
 53800K .......... .......... .......... .......... .......... 30% 95.2M 4s
 53850K .......... .......... .......... .......... .......... 30%  210M 4s
 53900K .......... .......... .......... .......... .......... 30%  276M 4s
 53950K .......... .......... .......... .......... .......... 30%  159M 4s
 54000K .......... .......... .......... .......... .......... 30%  342M 4s
 54050K .......... .......... .......... .......... .......... 30%  131M 4s
 54100K .......... .......... .......... .......... .......... 30% 76.6M 4s
 54150K .......... .......... .......... .......... .......... 30%  368M 4s
 54200K .......... .......... .......... .......... .......... 30%  283M 4s
 54250K .......... .......... .......... .......... .......... 30% 47.2M 4s
 54300K .......... .......... .......... .......... .......... 31%  353M 4s
 54350K .......... .......... .......... .......... .......... 31%  283M 4s
 54400K .......... .......... .......... .......... .......... 31%  274M 4s
 54450K .......... .......... .......... .......... .......... 31%  331M 4s
 54500K .......... .......... .......... .......... .......... 31%  363M 4s
 54550K .......... .......... .......... .......... .......... 31% 38.3M 4s
 54600K .......... .......... .......... .......... .......... 31%  341M 4s
 54650K .......... .......... .......... .......... .......... 31%  253M 4s
 54700K .......... .......... .......... .......... .......... 31%  347M 4s
 54750K .......... .......... .......... .......... .......... 31%  305M 4s
 54800K .......... .......... .......... .......... .......... 31%  310M 4s
 54850K .......... .......... .......... .......... .......... 31%  375M 4s
 54900K .......... .......... .......... .......... .......... 31%  287M 4s
 54950K .......... .......... .......... .......... .......... 31%  294M 4s
 55000K .......... .......... .......... .......... .......... 31%  406M 4s
 55050K .......... .......... .......... .......... .......... 31% 9.70M 4s
 55100K .......... .......... .......... .......... .......... 31%  218M 4s
 55150K .......... .......... .......... .......... .......... 31%  339M 4s
 55200K .......... .......... .......... .......... .......... 31%  331M 4s
 55250K .......... .......... .......... .......... .......... 31% 1.46M 4s
 55300K .......... .......... .......... .......... .......... 31%  336M 4s
 55350K .......... .......... .......... .......... .......... 31%  325M 4s
 55400K .......... .......... .......... .......... .......... 31% 5.57M 4s
 55450K .......... .......... .......... .......... .......... 31%  277M 4s
 55500K .......... .......... .......... .......... .......... 31%  321M 4s
 55550K .......... .......... .......... .......... .......... 31%  262M 4s
 55600K .......... .......... .......... .......... .......... 31%  268M 4s
 55650K .......... .......... .......... .......... .......... 31%  330M 4s
 55700K .......... .......... .......... .......... .......... 31%  275M 4s
 55750K .......... .......... .......... .......... .......... 31%  320M 4s
 55800K .......... .......... .......... .......... .......... 31%  334M 4s
 55850K .......... .......... .......... .......... .......... 31%  267M 4s
 55900K .......... .......... .......... .......... .......... 31%  391M 4s
 55950K .......... .......... .......... .......... .......... 31%  265M 4s
 56000K .......... .......... .......... .......... .......... 31%  317M 4s
 56050K .......... .......... .......... .......... .......... 32%  291M 4s
 56100K .......... .......... .......... .......... .......... 32%  282M 4s
 56150K .......... .......... .......... .......... .......... 32%  370M 4s
 56200K .......... .......... .......... .......... .......... 32%  302M 4s
 56250K .......... .......... .......... .......... .......... 32%  330M 4s
 56300K .......... .......... .......... .......... .......... 32%  296M 4s
 56350K .......... .......... .......... .......... .......... 32%  340M 4s
 56400K .......... .......... .......... .......... .......... 32%  409M 4s
 56450K .......... .......... .......... .......... .......... 32%  330M 4s
 56500K .......... .......... .......... .......... .......... 32%  348M 4s
 56550K .......... .......... .......... .......... .......... 32%  359M 4s
 56600K .......... .......... .......... .......... .......... 32%  389M 4s
 56650K .......... .......... .......... .......... .......... 32%  348M 4s
 56700K .......... .......... .......... .......... .......... 32%  339M 4s
 56750K .......... .......... .......... .......... .......... 32%  336M 4s
 56800K .......... .......... .......... .......... .......... 32%  398M 4s
 56850K .......... .......... .......... .......... .......... 32%  348M 4s
 56900K .......... .......... .......... .......... .......... 32%  336M 4s
 56950K .......... .......... .......... .......... .......... 32%  350M 4s
 57000K .......... .......... .......... .......... .......... 32%  365M 4s
 57050K .......... .......... .......... .......... .......... 32%  361M 4s
 57100K .......... .......... .......... .......... .......... 32%  312M 4s
 57150K .......... .......... .......... .......... .......... 32%  381M 4s
 57200K .......... .......... .......... .......... .......... 32%  377M 4s
 57250K .......... .......... .......... .......... .......... 32%  307M 4s
 57300K .......... .......... .......... .......... .......... 32% 1.08M 4s
 57350K .......... .......... .......... .......... .......... 32%  240M 4s
 57400K .......... .......... .......... .......... .......... 32%  350M 4s
 57450K .......... .......... .......... .......... .......... 32%  343M 4s
 57500K .......... .......... .......... .......... .......... 32%  350M 4s
 57550K .......... .......... .......... .......... .......... 32%  338M 4s
 57600K .......... .......... .......... .......... .......... 32%  348M 4s
 57650K .......... .......... .......... .......... .......... 32%  317M 4s
 57700K .......... .......... .......... .......... .......... 32%  286M 4s
 57750K .......... .......... .......... .......... .......... 32%  343M 4s
 57800K .......... .......... .......... .......... .......... 33%  338M 4s
 57850K .......... .......... .......... .......... .......... 33%  372M 4s
 57900K .......... .......... .......... .......... .......... 33%  117M 4s
 57950K .......... .......... .......... .......... .......... 33%  207M 4s
 58000K .......... .......... .......... .......... .......... 33% 92.6M 4s
 58050K .......... .......... .......... .......... .......... 33%  273M 4s
 58100K .......... .......... .......... .......... .......... 33%  283M 4s
 58150K .......... .......... .......... .......... .......... 33% 2.78M 4s
 58200K .......... .......... .......... .......... .......... 33%  255M 4s
 58250K .......... .......... .......... .......... .......... 33%  233M 4s
 58300K .......... .......... .......... .......... .......... 33%  370M 4s
 58350K .......... .......... .......... .......... .......... 33%  288M 4s
 58400K .......... .......... .......... .......... .......... 33%  307M 4s
 58450K .......... .......... .......... .......... .......... 33%  307M 4s
 58500K .......... .......... .......... .......... .......... 33%  358M 4s
 58550K .......... .......... .......... .......... .......... 33%  270M 4s
 58600K .......... .......... .......... .......... .......... 33%  286M 4s
 58650K .......... .......... .......... .......... .......... 33%  343M 4s
 58700K .......... .......... .......... .......... .......... 33%  384M 4s
 58750K .......... .......... .......... .......... .......... 33%  309M 4s
 58800K .......... .......... .......... .......... .......... 33%  402M 4s
 58850K .......... .......... .......... .......... .......... 33%  326M 4s
 58900K .......... .......... .......... .......... .......... 33%  367M 4s
 58950K .......... .......... .......... .......... .......... 33%  352M 4s
 59000K .......... .......... .......... .......... .......... 33%  343M 4s
 59050K .......... .......... .......... .......... .......... 33%  360M 4s
 59100K .......... .......... .......... .......... .......... 33%  339M 4s
 59150K .......... .......... .......... .......... .......... 33%  415M 4s
 59200K .......... .......... .......... .......... .......... 33%  345M 4s
 59250K .......... .......... .......... .......... .......... 33%  342M 4s
 59300K .......... .......... .......... .......... .......... 33%  289M 4s
 59350K .......... .......... .......... .......... .......... 33% 1.28M 4s
 59400K .......... .......... .......... .......... .......... 33%  250M 4s
 59450K .......... .......... .......... .......... .......... 33%  344M 4s
 59500K .......... .......... .......... .......... .......... 33%  338M 4s
 59550K .......... .......... .......... .......... .......... 34%  263M 4s
 59600K .......... .......... .......... .......... .......... 34%  296M 4s
 59650K .......... .......... .......... .......... .......... 34%  207M 4s
 59700K .......... .......... .......... .......... .......... 34%  315M 4s
 59750K .......... .......... .......... .......... .......... 34%  295M 4s
 59800K .......... .......... .......... .......... .......... 34%  287M 4s
 59850K .......... .......... .......... .......... .......... 34%  315M 4s
 59900K .......... .......... .......... .......... .......... 34%  389M 4s
 59950K .......... .......... .......... .......... .......... 34%  358M 4s
 60000K .......... .......... .......... .......... .......... 34%  293M 4s
 60050K .......... .......... .......... .......... .......... 34%  362M 4s
 60100K .......... .......... .......... .......... .......... 34%  363M 4s
 60150K .......... .......... .......... .......... .......... 34%  308M 4s
 60200K .......... .......... .......... .......... .......... 34%  374M 4s
 60250K .......... .......... .......... .......... .......... 34%  323M 4s
 60300K .......... .......... .......... .......... .......... 34%  343M 4s
 60350K .......... .......... .......... .......... .......... 34%  347M 4s
 60400K .......... .......... .......... .......... .......... 34%  327M 4s
 60450K .......... .......... .......... .......... .......... 34% 19.5M 4s
 60500K .......... .......... .......... .......... .......... 34%  279M 4s
 60550K .......... .......... .......... .......... .......... 34%  349M 4s
 60600K .......... .......... .......... .......... .......... 34%  314M 4s
 60650K .......... .......... .......... .......... .......... 34%  329M 4s
 60700K .......... .......... .......... .......... .......... 34% 7.00M 4s
 60750K .......... .......... .......... .......... .......... 34%  148M 4s
 60800K .......... .......... .......... .......... .......... 34%  320M 4s
 60850K .......... .......... .......... .......... .......... 34%  361M 4s
 60900K .......... .......... .......... .......... .......... 34%  327M 4s
 60950K .......... .......... .......... .......... .......... 34% 81.5M 4s
 61000K .......... .......... .......... .......... .......... 34%  252M 4s
 61050K .......... .......... .......... .......... .......... 34%  274M 4s
 61100K .......... .......... .......... .......... .......... 34%  203M 4s
 61150K .......... .......... .......... .......... .......... 34%  202M 4s
 61200K .......... .......... .......... .......... .......... 34% 12.7M 4s
 61250K .......... .......... .......... .......... .......... 34%  251M 4s
 61300K .......... .......... .......... .......... .......... 35%  298M 4s
 61350K .......... .......... .......... .......... .......... 35%  405M 4s
 61400K .......... .......... .......... .......... .......... 35% 1002K 4s
 61450K .......... .......... .......... .......... .......... 35%  281M 4s
 61500K .......... .......... .......... .......... .......... 35%  299M 4s
 61550K .......... .......... .......... .......... .......... 35%  304M 4s
 61600K .......... .......... .......... .......... .......... 35%  317M 4s
 61650K .......... .......... .......... .......... .......... 35%  353M 4s
 61700K .......... .......... .......... .......... .......... 35%  312M 4s
 61750K .......... .......... .......... .......... .......... 35%  290M 4s
 61800K .......... .......... .......... .......... .......... 35%  310M 4s
 61850K .......... .......... .......... .......... .......... 35%  318M 4s
 61900K .......... .......... .......... .......... .......... 35%  325M 4s
 61950K .......... .......... .......... .......... .......... 35%  274M 4s
 62000K .......... .......... .......... .......... .......... 35%  310M 4s
 62050K .......... .......... .......... .......... .......... 35%  319M 4s
 62100K .......... .......... .......... .......... .......... 35%  366M 4s
 62150K .......... .......... .......... .......... .......... 35%  200M 4s
 62200K .......... .......... .......... .......... .......... 35%  306M 4s
 62250K .......... .......... .......... .......... .......... 35%  361M 4s
 62300K .......... .......... .......... .......... .......... 35%  283M 4s
 62350K .......... .......... .......... .......... .......... 35%  359M 4s
 62400K .......... .......... .......... .......... .......... 35%  301M 4s
 62450K .......... .......... .......... .......... .......... 35%  296M 4s
 62500K .......... .......... .......... .......... .......... 35%  339M 4s
 62550K .......... .......... .......... .......... .......... 35%  304M 4s
 62600K .......... .......... .......... .......... .......... 35%  275M 4s
 62650K .......... .......... .......... .......... .......... 35%  374M 4s
 62700K .......... .......... .......... .......... .......... 35%  370M 4s
 62750K .......... .......... .......... .......... .......... 35%  366M 4s
 62800K .......... .......... .......... .......... .......... 35%  348M 4s
 62850K .......... .......... .......... .......... .......... 35%  340M 4s
 62900K .......... .......... .......... .......... .......... 35%  428M 4s
 62950K .......... .......... .......... .......... .......... 35%  338M 3s
 63000K .......... .......... .......... .......... .......... 35%  324M 3s
 63050K .......... .......... .......... .......... .......... 36%  299M 3s
 63100K .......... .......... .......... .......... .......... 36%  337M 3s
 63150K .......... .......... .......... .......... .......... 36%  439M 3s
 63200K .......... .......... .......... .......... .......... 36%  300M 3s
 63250K .......... .......... .......... .......... .......... 36%  324M 3s
 63300K .......... .......... .......... .......... .......... 36%  381M 3s
 63350K .......... .......... .......... .......... .......... 36%  301M 3s
 63400K .......... .......... .......... .......... .......... 36%  413M 3s
 63450K .......... .......... .......... .......... .......... 36% 1.38M 4s
 63500K .......... .......... .......... .......... .......... 36%  294M 4s
 63550K .......... .......... .......... .......... .......... 36%  241M 4s
 63600K .......... .......... .......... .......... .......... 36%  328M 4s
 63650K .......... .......... .......... .......... .......... 36%  377M 4s
 63700K .......... .......... .......... .......... .......... 36%  115M 3s
 63750K .......... .......... .......... .......... .......... 36%  356M 3s
 63800K .......... .......... .......... .......... .......... 36%  235M 3s
 63850K .......... .......... .......... .......... .......... 36%  278M 3s
 63900K .......... .......... .......... .......... .......... 36%  298M 3s
 63950K .......... .......... .......... .......... .......... 36%  292M 3s
 64000K .......... .......... .......... .......... .......... 36%  381M 3s
 64050K .......... .......... .......... .......... .......... 36%  127M 3s
 64100K .......... .......... .......... .......... .......... 36%  374M 3s
 64150K .......... .......... .......... .......... .......... 36%  252M 3s
 64200K .......... .......... .......... .......... .......... 36%  403M 3s
 64250K .......... .......... .......... .......... .......... 36%  233M 3s
 64300K .......... .......... .......... .......... .......... 36%  251M 3s
 64350K .......... .......... .......... .......... .......... 36%  215M 3s
 64400K .......... .......... .......... .......... .......... 36%  273M 3s
 64450K .......... .......... .......... .......... .......... 36% 7.08M 3s
 64500K .......... .......... .......... .......... .......... 36%  302M 3s
 64550K .......... .......... .......... .......... .......... 36%  286M 3s
 64600K .......... .......... .......... .......... .......... 36%  263M 3s
 64650K .......... .......... .......... .......... .......... 36%  342M 3s
 64700K .......... .......... .......... .......... .......... 36%  272M 3s
 64750K .......... .......... .......... .......... .......... 36%  280M 3s
 64800K .......... .......... .......... .......... .......... 37%  273M 3s
 64850K .......... .......... .......... .......... .......... 37%  304M 3s
 64900K .......... .......... .......... .......... .......... 37%  304M 3s
 64950K .......... .......... .......... .......... .......... 37%  303M 3s
 65000K .......... .......... .......... .......... .......... 37%  325M 3s
 65050K .......... .......... .......... .......... .......... 37%  346M 3s
 65100K .......... .......... .......... .......... .......... 37%  345M 3s
 65150K .......... .......... .......... .......... .......... 37%  378M 3s
 65200K .......... .......... .......... .......... .......... 37%  315M 3s
 65250K .......... .......... .......... .......... .......... 37%  379M 3s
 65300K .......... .......... .......... .......... .......... 37%  337M 3s
 65350K .......... .......... .......... .......... .......... 37%  308M 3s
 65400K .......... .......... .......... .......... .......... 37%  361M 3s
 65450K .......... .......... .......... .......... .......... 37%  354M 3s
 65500K .......... .......... .......... .......... .......... 37% 1.39M 3s
 65550K .......... .......... .......... .......... .......... 37%  247M 3s
 65600K .......... .......... .......... .......... .......... 37%  247M 3s
 65650K .......... .......... .......... .......... .......... 37%  304M 3s
 65700K .......... .......... .......... .......... .......... 37%  285M 3s
 65750K .......... .......... .......... .......... .......... 37%  300M 3s
 65800K .......... .......... .......... .......... .......... 37%  349M 3s
 65850K .......... .......... .......... .......... .......... 37%  411M 3s
 65900K .......... .......... .......... .......... .......... 37%  353M 3s
 65950K .......... .......... .......... .......... .......... 37%  337M 3s
 66000K .......... .......... .......... .......... .......... 37%  301M 3s
 66050K .......... .......... .......... .......... .......... 37%  369M 3s
 66100K .......... .......... .......... .......... .......... 37%  177M 3s
 66150K .......... .......... .......... .......... .......... 37%  307M 3s
 66200K .......... .......... .......... .......... .......... 37%  326M 3s
 66250K .......... .......... .......... .......... .......... 37%  278M 3s
 66300K .......... .......... .......... .......... .......... 37%  364M 3s
 66350K .......... .......... .......... .......... .......... 37% 2.60M 3s
 66400K .......... .......... .......... .......... .......... 37%  232M 3s
 66450K .......... .......... .......... .......... .......... 37%  284M 3s
 66500K .......... .......... .......... .......... .......... 37%  306M 3s
 66550K .......... .......... .......... .......... .......... 38%  302M 3s
 66600K .......... .......... .......... .......... .......... 38%  257M 3s
 66650K .......... .......... .......... .......... .......... 38%  259M 3s
 66700K .......... .......... .......... .......... .......... 38%  326M 3s
 66750K .......... .......... .......... .......... .......... 38%  267M 3s
 66800K .......... .......... .......... .......... .......... 38%  313M 3s
 66850K .......... .......... .......... .......... .......... 38%  278M 3s
 66900K .......... .......... .......... .......... .......... 38%  393M 3s
 66950K .......... .......... .......... .......... .......... 38%  295M 3s
 67000K .......... .......... .......... .......... .......... 38%  362M 3s
 67050K .......... .......... .......... .......... .......... 38%  327M 3s
 67100K .......... .......... .......... .......... .......... 38%  337M 3s
 67150K .......... .......... .......... .......... .......... 38%  401M 3s
 67200K .......... .......... .......... .......... .......... 38%  331M 3s
 67250K .......... .......... .......... .......... .......... 38%  320M 3s
 67300K .......... .......... .......... .......... .......... 38%  373M 3s
 67350K .......... .......... .......... .......... .......... 38%  343M 3s
 67400K .......... .......... .......... .......... .......... 38%  368M 3s
 67450K .......... .......... .......... .......... .......... 38%  338M 3s
 67500K .......... .......... .......... .......... .......... 38%  304M 3s
 67550K .......... .......... .......... .......... .......... 38% 1.04M 3s
 67600K .......... .......... .......... .......... .......... 38%  268M 3s
 67650K .......... .......... .......... .......... .......... 38%  264M 3s
 67700K .......... .......... .......... .......... .......... 38%  283M 3s
 67750K .......... .......... .......... .......... .......... 38%  223M 3s
 67800K .......... .......... .......... .......... .......... 38%  325M 3s
 67850K .......... .......... .......... .......... .......... 38%  299M 3s
 67900K .......... .......... .......... .......... .......... 38%  287M 3s
 67950K .......... .......... .......... .......... .......... 38%  430M 3s
 68000K .......... .......... .......... .......... .......... 38%  280M 3s
 68050K .......... .......... .......... .......... .......... 38%  365M 3s
 68100K .......... .......... .......... .......... .......... 38%  375M 3s
 68150K .......... .......... .......... .......... .......... 38%  310M 3s
 68200K .......... .......... .......... .......... .......... 38%  405M 3s
 68250K .......... .......... .......... .......... .......... 38%  337M 3s
 68300K .......... .......... .......... .......... .......... 39%  403M 3s
 68350K .......... .......... .......... .......... .......... 39%  296M 3s
 68400K .......... .......... .......... .......... .......... 39% 10.4M 3s
 68450K .......... .......... .......... .......... .......... 39%  279M 3s
 68500K .......... .......... .......... .......... .......... 39%  259M 3s
 68550K .......... .......... .......... .......... .......... 39%  321M 3s
 68600K .......... .......... .......... .......... .......... 39%  238M 3s
 68650K .......... .......... .......... .......... .......... 39%  271M 3s
 68700K .......... .......... .......... .......... .......... 39%  306M 3s
 68750K .......... .......... .......... .......... .......... 39%  195M 3s
 68800K .......... .......... .......... .......... .......... 39%  306M 3s
 68850K .......... .......... .......... .......... .......... 39%  392M 3s
 68900K .......... .......... .......... .......... .......... 39%  291M 3s
 68950K .......... .......... .......... .......... .......... 39%  342M 3s
 69000K .......... .......... .......... .......... .......... 39%  355M 3s
 69050K .......... .......... .......... .......... .......... 39%  334M 3s
 69100K .......... .......... .......... .......... .......... 39%  367M 3s
 69150K .......... .......... .......... .......... .......... 39%  353M 3s
 69200K .......... .......... .......... .......... .......... 39%  336M 3s
 69250K .......... .......... .......... .......... .......... 39%  361M 3s
 69300K .......... .......... .......... .......... .......... 39%  374M 3s
 69350K .......... .......... .......... .......... .......... 39%  370M 3s
 69400K .......... .......... .......... .......... .......... 39%  329M 3s
 69450K .......... .......... .......... .......... .......... 39%  300M 3s
 69500K .......... .......... .......... .......... .......... 39%  393M 3s
 69550K .......... .......... .......... .......... .......... 39%  324M 3s
 69600K .......... .......... .......... .......... .......... 39%  943K 3s
 69650K .......... .......... .......... .......... .......... 39%  336M 3s
 69700K .......... .......... .......... .......... .......... 39%  274M 3s
 69750K .......... .......... .......... .......... .......... 39%  300M 3s
 69800K .......... .......... .......... .......... .......... 39%  276M 3s
 69850K .......... .......... .......... .......... .......... 39%  353M 3s
 69900K .......... .......... .......... .......... .......... 39%  312M 3s
 69950K .......... .......... .......... .......... .......... 39%  258M 3s
 70000K .......... .......... .......... .......... .......... 39%  264M 3s
 70050K .......... .......... .......... .......... .......... 40%  340M 3s
 70100K .......... .......... .......... .......... .......... 40%  292M 3s
 70150K .......... .......... .......... .......... .......... 40%  279M 3s
 70200K .......... .......... .......... .......... .......... 40%  334M 3s
 70250K .......... .......... .......... .......... .......... 40%  387M 3s
 70300K .......... .......... .......... .......... .......... 40%  347M 3s
 70350K .......... .......... .......... .......... .......... 40%  353M 3s
 70400K .......... .......... .......... .......... .......... 40%  362M 3s
 70450K .......... .......... .......... .......... .......... 40%  319M 3s
 70500K .......... .......... .......... .......... .......... 40%  337M 3s
 70550K .......... .......... .......... .......... .......... 40% 21.2M 3s
 70600K .......... .......... .......... .......... .......... 40%  279M 3s
 70650K .......... .......... .......... .......... .......... 40%  274M 3s
 70700K .......... .......... .......... .......... .......... 40%  327M 3s
 70750K .......... .......... .......... .......... .......... 40%  284M 3s
 70800K .......... .......... .......... .......... .......... 40%  290M 3s
 70850K .......... .......... .......... .......... .......... 40%  257M 3s
 70900K .......... .......... .......... .......... .......... 40%  338M 3s
 70950K .......... .......... .......... .......... .......... 40%  311M 3s
 71000K .......... .......... .......... .......... .......... 40%  253M 3s
 71050K .......... .......... .......... .......... .......... 40%  343M 3s
 71100K .......... .......... .......... .......... .......... 40%  334M 3s
 71150K .......... .......... .......... .......... .......... 40%  277M 3s
 71200K .......... .......... .......... .......... .......... 40%  373M 3s
 71250K .......... .......... .......... .......... .......... 40%  288M 3s
 71300K .......... .......... .......... .......... .......... 40%  367M 3s
 71350K .......... .......... .......... .......... .......... 40%  252M 3s
 71400K .......... .......... .......... .......... .......... 40%  307M 3s
 71450K .......... .......... .......... .......... .......... 40%  408M 3s
 71500K .......... .......... .......... .......... .......... 40%  337M 3s
 71550K .......... .......... .......... .......... .......... 40%  353M 3s
 71600K .......... .......... .......... .......... .......... 40%  375M 3s
 71650K .......... .......... .......... .......... .......... 40%  565K 3s
 71700K .......... .......... .......... .......... .......... 40%  339M 3s
 71750K .......... .......... .......... .......... .......... 40%  273M 3s
 71800K .......... .......... .......... .......... .......... 41%  300M 3s
 71850K .......... .......... .......... .......... .......... 41%  411M 3s
 71900K .......... .......... .......... .......... .......... 41%  237M 3s
 71950K .......... .......... .......... .......... .......... 41%  174M 3s
 72000K .......... .......... .......... .......... .......... 41%  314M 3s
 72050K .......... .......... .......... .......... .......... 41%  354M 3s
 72100K .......... .......... .......... .......... .......... 41%  224M 3s
 72150K .......... .......... .......... .......... .......... 41%  175M 3s
 72200K .......... .......... .......... .......... .......... 41%  350M 3s
 72250K .......... .......... .......... .......... .......... 41%  164M 3s
 72300K .......... .......... .......... .......... .......... 41%  242M 3s
 72350K .......... .......... .......... .......... .......... 41%  366M 3s
 72400K .......... .......... .......... .......... .......... 41%  184M 3s
 72450K .......... .......... .......... .......... .......... 41%  299M 3s
 72500K .......... .......... .......... .......... .......... 41%  241M 3s
 72550K .......... .......... .......... .......... .......... 41%  224M 3s
 72600K .......... .......... .......... .......... .......... 41%  191M 3s
 72650K .......... .......... .......... .......... .......... 41%  254M 3s
 72700K .......... .......... .......... .......... .......... 41%  395M 3s
 72750K .......... .......... .......... .......... .......... 41%  138M 3s
 72800K .......... .......... .......... .......... .......... 41%  136M 3s
 72850K .......... .......... .......... .......... .......... 41%  269M 3s
 72900K .......... .......... .......... .......... .......... 41%  324M 3s
 72950K .......... .......... .......... .......... .......... 41%  296M 3s
 73000K .......... .......... .......... .......... .......... 41%  349M 3s
 73050K .......... .......... .......... .......... .......... 41%  125M 3s
 73100K .......... .......... .......... .......... .......... 41%  373M 3s
 73150K .......... .......... .......... .......... .......... 41%  162M 3s
 73200K .......... .......... .......... .......... .......... 41%  355M 3s
 73250K .......... .......... .......... .......... .......... 41%  165M 3s
 73300K .......... .......... .......... .......... .......... 41%  283M 3s
 73350K .......... .......... .......... .......... .......... 41%  242M 3s
 73400K .......... .......... .......... .......... .......... 41%  356M 3s
 73450K .......... .......... .......... .......... .......... 41%  328M 3s
 73500K .......... .......... .......... .......... .......... 41%  100M 3s
 73550K .......... .......... .......... .......... .......... 41%  342M 3s
 73600K .......... .......... .......... .......... .......... 42%  360M 3s
 73650K .......... .......... .......... .......... .......... 42%  303M 3s
 73700K .......... .......... .......... .......... .......... 42% 1.58M 3s
 73750K .......... .......... .......... .......... .......... 42%  234M 3s
 73800K .......... .......... .......... .......... .......... 42%  173M 3s
 73850K .......... .......... .......... .......... .......... 42%  245M 3s
 73900K .......... .......... .......... .......... .......... 42%  313M 3s
 73950K .......... .......... .......... .......... .......... 42%  316M 3s
 74000K .......... .......... .......... .......... .......... 42%  331M 3s
 74050K .......... .......... .......... .......... .......... 42%  340M 3s
 74100K .......... .......... .......... .......... .......... 42%  218M 3s
 74150K .......... .......... .......... .......... .......... 42%  239M 3s
 74200K .......... .......... .......... .......... .......... 42%  339M 3s
 74250K .......... .......... .......... .......... .......... 42%  260M 3s
 74300K .......... .......... .......... .......... .......... 42%  372M 3s
 74350K .......... .......... .......... .......... .......... 42%  332M 3s
 74400K .......... .......... .......... .......... .......... 42%  345M 3s
 74450K .......... .......... .......... .......... .......... 42%  258M 3s
 74500K .......... .......... .......... .......... .......... 42%  331M 3s
 74550K .......... .......... .......... .......... .......... 42%  357M 3s
 74600K .......... .......... .......... .......... .......... 42%  336M 3s
 74650K .......... .......... .......... .......... .......... 42%  290M 3s
 74700K .......... .......... .......... .......... .......... 42%  320M 3s
 74750K .......... .......... .......... .......... .......... 42%  395M 3s
 74800K .......... .......... .......... .......... .......... 42%  161M 3s
 74850K .......... .......... .......... .......... .......... 42%  321M 3s
 74900K .......... .......... .......... .......... .......... 42%  296M 3s
 74950K .......... .......... .......... .......... .......... 42%  238M 3s
 75000K .......... .......... .......... .......... .......... 42%  340M 3s
 75050K .......... .......... .......... .......... .......... 42%  113M 3s
 75100K .......... .......... .......... .......... .......... 42%  171M 3s
 75150K .......... .......... .......... .......... .......... 42%  302M 3s
 75200K .......... .......... .......... .......... .......... 42%  332M 3s
 75250K .......... .......... .......... .......... .......... 42%  334M 3s
 75300K .......... .......... .......... .......... .......... 42% 95.0M 3s
 75350K .......... .......... .......... .......... .......... 43%  320M 3s
 75400K .......... .......... .......... .......... .......... 43% 2.91M 3s
 75450K .......... .......... .......... .......... .......... 43%  256M 3s
 75500K .......... .......... .......... .......... .......... 43%  271M 3s
 75550K .......... .......... .......... .......... .......... 43%  277M 3s
 75600K .......... .......... .......... .......... .......... 43%  403M 3s
 75650K .......... .......... .......... .......... .......... 43%  314M 3s
 75700K .......... .......... .......... .......... .......... 43%  338M 3s
 75750K .......... .......... .......... .......... .......... 43% 1.32M 3s
 75800K .......... .......... .......... .......... .......... 43%  191M 3s
 75850K .......... .......... .......... .......... .......... 43%  183M 3s
 75900K .......... .......... .......... .......... .......... 43%  176M 3s
 75950K .......... .......... .......... .......... .......... 43%  253M 3s
 76000K .......... .......... .......... .......... .......... 43%  187M 3s
 76050K .......... .......... .......... .......... .......... 43%  197M 3s
 76100K .......... .......... .......... .......... .......... 43%  256M 3s
 76150K .......... .......... .......... .......... .......... 43%  290M 3s
 76200K .......... .......... .......... .......... .......... 43%  248M 3s
 76250K .......... .......... .......... .......... .......... 43%  248M 3s
 76300K .......... .......... .......... .......... .......... 43%  323M 3s
 76350K .......... .......... .......... .......... .......... 43%  270M 3s
 76400K .......... .......... .......... .......... .......... 43%  335M 3s
 76450K .......... .......... .......... .......... .......... 43%  399M 3s
 76500K .......... .......... .......... .......... .......... 43%  319M 3s
 76550K .......... .......... .......... .......... .......... 43%  321M 3s
 76600K .......... .......... .......... .......... .......... 43%  364M 3s
 76650K .......... .......... .......... .......... .......... 43%  345M 3s
 76700K .......... .......... .......... .......... .......... 43%  356M 3s
 76750K .......... .......... .......... .......... .......... 43%  341M 3s
 76800K .......... .......... .......... .......... .......... 43%  316M 3s
 76850K .......... .......... .......... .......... .......... 43%  313M 3s
 76900K .......... .......... .......... .......... .......... 43%  306M 3s
 76950K .......... .......... .......... .......... .......... 43%  283M 3s
 77000K .......... .......... .......... .......... .......... 43%  278M 3s
 77050K .......... .......... .......... .......... .......... 43%  339M 3s
 77100K .......... .......... .......... .......... .......... 44%  301M 3s
 77150K .......... .......... .......... .......... .......... 44%  305M 3s
 77200K .......... .......... .......... .......... .......... 44%  340M 3s
 77250K .......... .......... .......... .......... .......... 44%  380M 3s
 77300K .......... .......... .......... .......... .......... 44%  352M 3s
 77350K .......... .......... .......... .......... .......... 44%  298M 3s
 77400K .......... .......... .......... .......... .......... 44%  375M 3s
 77450K .......... .......... .......... .......... .......... 44%  373M 3s
 77500K .......... .......... .......... .......... .......... 44%  313M 3s
 77550K .......... .......... .......... .......... .......... 44%  382M 3s
 77600K .......... .......... .......... .......... .......... 44%  356M 3s
 77650K .......... .......... .......... .......... .......... 44%  352M 3s
 77700K .......... .......... .......... .......... .......... 44%  326M 3s
 77750K .......... .......... .......... .......... .......... 44%  328M 3s
 77800K .......... .......... .......... .......... .......... 44% 1.63M 3s
 77850K .......... .......... .......... .......... .......... 44%  321M 3s
 77900K .......... .......... .......... .......... .......... 44%  337M 3s
 77950K .......... .......... .......... .......... .......... 44%  107M 3s
 78000K .......... .......... .......... .......... .......... 44%  358M 3s
 78050K .......... .......... .......... .......... .......... 44%  301M 3s
 78100K .......... .......... .......... .......... .......... 44%  325M 3s
 78150K .......... .......... .......... .......... .......... 44%  109M 3s
 78200K .......... .......... .......... .......... .......... 44%  205M 3s
 78250K .......... .......... .......... .......... .......... 44%  334M 3s
 78300K .......... .......... .......... .......... .......... 44%  311M 3s
 78350K .......... .......... .......... .......... .......... 44%  147M 3s
 78400K .......... .......... .......... .......... .......... 44%  128M 3s
 78450K .......... .......... .......... .......... .......... 44%  299M 3s
 78500K .......... .......... .......... .......... .......... 44%  344M 3s
 78550K .......... .......... .......... .......... .......... 44%  342M 3s
 78600K .......... .......... .......... .......... .......... 44%  374M 3s
 78650K .......... .......... .......... .......... .......... 44% 95.0M 3s
 78700K .......... .......... .......... .......... .......... 44%  303M 3s
 78750K .......... .......... .......... .......... .......... 44%  238M 3s
 78800K .......... .......... .......... .......... .......... 44%  213M 3s
 78850K .......... .......... .......... .......... .......... 45%  270M 3s
 78900K .......... .......... .......... .......... .......... 45% 93.1M 3s
 78950K .......... .......... .......... .......... .......... 45%  165M 3s
 79000K .......... .......... .......... .......... .......... 45%  165M 3s
 79050K .......... .......... .......... .......... .......... 45%  219M 3s
 79100K .......... .......... .......... .......... .......... 45%  379M 3s
 79150K .......... .......... .......... .......... .......... 45% 37.8M 3s
 79200K .......... .......... .......... .......... .......... 45%  359M 3s
 79250K .......... .......... .......... .......... .......... 45%  328M 3s
 79300K .......... .......... .......... .......... .......... 45%  374M 3s
 79350K .......... .......... .......... .......... .......... 45%  315M 3s
 79400K .......... .......... .......... .......... .......... 45%  154M 3s
 79450K .......... .......... .......... .......... .......... 45%  380M 3s
 79500K .......... .......... .......... .......... .......... 45%  204M 3s
 79550K .......... .......... .......... .......... .......... 45%  369M 3s
 79600K .......... .......... .......... .......... .......... 45%  372M 3s
 79650K .......... .......... .......... .......... .......... 45%  151M 3s
 79700K .......... .......... .......... .......... .......... 45%  323M 3s
 79750K .......... .......... .......... .......... .......... 45%  309M 3s
 79800K .......... .......... .......... .......... .......... 45%  371M 3s
 79850K .......... .......... .......... .......... .......... 45% 1.30M 3s
 79900K .......... .......... .......... .......... .......... 45%  305M 3s
 79950K .......... .......... .......... .......... .......... 45%  238M 3s
 80000K .......... .......... .......... .......... .......... 45%  364M 3s
 80050K .......... .......... .......... .......... .......... 45%  328M 3s
 80100K .......... .......... .......... .......... .......... 45%  303M 3s
 80150K .......... .......... .......... .......... .......... 45%  329M 3s
 80200K .......... .......... .......... .......... .......... 45%  370M 3s
 80250K .......... .......... .......... .......... .......... 45%  364M 3s
 80300K .......... .......... .......... .......... .......... 45%  281M 3s
 80350K .......... .......... .......... .......... .......... 45%  417M 3s
 80400K .......... .......... .......... .......... .......... 45%  167M 3s
 80450K .......... .......... .......... .......... .......... 45%  242M 3s
 80500K .......... .......... .......... .......... .......... 45%  219M 3s
 80550K .......... .......... .......... .......... .......... 45% 59.8M 3s
 80600K .......... .......... .......... .......... .......... 46%  330M 3s
 80650K .......... .......... .......... .......... .......... 46%  284M 3s
 80700K .......... .......... .......... .......... .......... 46%  340M 3s
 80750K .......... .......... .......... .......... .......... 46%  317M 3s
 80800K .......... .......... .......... .......... .......... 46%  292M 3s
 80850K .......... .......... .......... .......... .......... 46%  381M 3s
 80900K .......... .......... .......... .......... .......... 46%  382M 3s
 80950K .......... .......... .......... .......... .......... 46% 57.1M 3s
 81000K .......... .......... .......... .......... .......... 46%  298M 3s
 81050K .......... .......... .......... .......... .......... 46%  332M 3s
 81100K .......... .......... .......... .......... .......... 46%  326M 3s
 81150K .......... .......... .......... .......... .......... 46%  371M 3s
 81200K .......... .......... .......... .......... .......... 46%  118M 3s
 81250K .......... .......... .......... .......... .......... 46%  312M 3s
 81300K .......... .......... .......... .......... .......... 46%  368M 3s
 81350K .......... .......... .......... .......... .......... 46%  300M 3s
 81400K .......... .......... .......... .......... .......... 46% 57.9M 3s
 81450K .......... .......... .......... .......... .......... 46%  317M 3s
 81500K .......... .......... .......... .......... .......... 46%  297M 3s
 81550K .......... .......... .......... .......... .......... 46%  305M 3s
 81600K .......... .......... .......... .......... .......... 46%  346M 3s
 81650K .......... .......... .......... .......... .......... 46%  383M 3s
 81700K .......... .......... .......... .......... .......... 46% 71.9M 3s
 81750K .......... .......... .......... .......... .......... 46%  354M 3s
 81800K .......... .......... .......... .......... .......... 46%  321M 3s
 81850K .......... .......... .......... .......... .......... 46%  318M 3s
 81900K .......... .......... .......... .......... .......... 46% 1.57M 3s
 81950K .......... .......... .......... .......... .......... 46%  255M 3s
 82000K .......... .......... .......... .......... .......... 46%  323M 3s
 82050K .......... .......... .......... .......... .......... 46%  318M 3s
 82100K .......... .......... .......... .......... .......... 46%  341M 3s
 82150K .......... .......... .......... .......... .......... 46%  301M 3s
 82200K .......... .......... .......... .......... .......... 46%  335M 3s
 82250K .......... .......... .......... .......... .......... 46%  346M 3s
 82300K .......... .......... .......... .......... .......... 46%  231M 3s
 82350K .......... .......... .......... .......... .......... 47%  396M 3s
 82400K .......... .......... .......... .......... .......... 47%  275M 3s
 82450K .......... .......... .......... .......... .......... 47% 74.7M 3s
 82500K .......... .......... .......... .......... .......... 47%  194M 3s
 82550K .......... .......... .......... .......... .......... 47%  277M 3s
 82600K .......... .......... .......... .......... .......... 47%  410M 3s
 82650K .......... .......... .......... .......... .......... 47%  267M 3s
 82700K .......... .......... .......... .......... .......... 47%  161M 3s
 82750K .......... .......... .......... .......... .......... 47%  209M 3s
 82800K .......... .......... .......... .......... .......... 47%  166M 3s
 82850K .......... .......... .......... .......... .......... 47%  129M 3s
 82900K .......... .......... .......... .......... .......... 47%  349M 3s
 82950K .......... .......... .......... .......... .......... 47%  385M 3s
 83000K .......... .......... .......... .......... .......... 47% 94.0M 3s
 83050K .......... .......... .......... .......... .......... 47%  351M 3s
 83100K .......... .......... .......... .......... .......... 47%  144M 3s
 83150K .......... .......... .......... .......... .......... 47%  271M 3s
 83200K .......... .......... .......... .......... .......... 47%  350M 3s
 83250K .......... .......... .......... .......... .......... 47%  341M 3s
 83300K .......... .......... .......... .......... .......... 47%  383M 3s
 83350K .......... .......... .......... .......... .......... 47%  100M 3s
 83400K .......... .......... .......... .......... .......... 47%  331M 3s
 83450K .......... .......... .......... .......... .......... 47%  345M 3s
 83500K .......... .......... .......... .......... .......... 47% 72.1M 3s
 83550K .......... .......... .......... .......... .......... 47%  315M 3s
 83600K .......... .......... .......... .......... .......... 47%  329M 3s
 83650K .......... .......... .......... .......... .......... 47%  369M 3s
 83700K .......... .......... .......... .......... .......... 47%  306M 3s
 83750K .......... .......... .......... .......... .......... 47%  189M 3s
 83800K .......... .......... .......... .......... .......... 47%  357M 3s
 83850K .......... .......... .......... .......... .......... 47%  342M 3s
 83900K .......... .......... .......... .......... .......... 47%  344M 3s
 83950K .......... .......... .......... .......... .......... 47%  915K 3s
 84000K .......... .......... .......... .......... .......... 47%  136M 3s
 84050K .......... .......... .......... .......... .......... 47%  299M 3s
 84100K .......... .......... .......... .......... .......... 48%  286M 3s
 84150K .......... .......... .......... .......... .......... 48% 43.9M 3s
 84200K .......... .......... .......... .......... .......... 48%  320M 3s
 84250K .......... .......... .......... .......... .......... 48%  315M 3s
 84300K .......... .......... .......... .......... .......... 48%  287M 3s
 84350K .......... .......... .......... .......... .......... 48%  373M 3s
 84400K .......... .......... .......... .......... .......... 48%  347M 3s
 84450K .......... .......... .......... .......... .......... 48% 28.6M 3s
 84500K .......... .......... .......... .......... .......... 48%  263M 3s
 84550K .......... .......... .......... .......... .......... 48%  301M 3s
 84600K .......... .......... .......... .......... .......... 48%  313M 3s
 84650K .......... .......... .......... .......... .......... 48%  176M 3s
 84700K .......... .......... .......... .......... .......... 48%  323M 3s
 84750K .......... .......... .......... .......... .......... 48% 80.6M 3s
 84800K .......... .......... .......... .......... .......... 48%  268M 3s
 84850K .......... .......... .......... .......... .......... 48%  319M 3s
 84900K .......... .......... .......... .......... .......... 48%  259M 3s
 84950K .......... .......... .......... .......... .......... 48%  309M 3s
 85000K .......... .......... .......... .......... .......... 48%  243M 3s
 85050K .......... .......... .......... .......... .......... 48%  335M 3s
 85100K .......... .......... .......... .......... .......... 48%  419M 3s
 85150K .......... .......... .......... .......... .......... 48%  293M 3s
 85200K .......... .......... .......... .......... .......... 48%  321M 3s
 85250K .......... .......... .......... .......... .......... 48%  323M 3s
 85300K .......... .......... .......... .......... .......... 48%  369M 3s
 85350K .......... .......... .......... .......... .......... 48%  218M 3s
 85400K .......... .......... .......... .......... .......... 48%  315M 3s
 85450K .......... .......... .......... .......... .......... 48%  400M 3s
 85500K .......... .......... .......... .......... .......... 48%  361M 3s
 85550K .......... .......... .......... .......... .......... 48%  129M 3s
 85600K .......... .......... .......... .......... .......... 48%  245M 3s
 85650K .......... .......... .......... .......... .......... 48%  321M 3s
 85700K .......... .......... .......... .......... .......... 48%  175M 3s
 85750K .......... .......... .......... .......... .......... 48%  338M 3s
 85800K .......... .......... .......... .......... .......... 48%  340M 3s
 85850K .......... .......... .......... .......... .......... 49%  270M 3s
 85900K .......... .......... .......... .......... .......... 49%  152M 3s
 85950K .......... .......... .......... .......... .......... 49%  325M 3s
 86000K .......... .......... .......... .......... .......... 49% 1.55M 3s
 86050K .......... .......... .......... .......... .......... 49%  285M 3s
 86100K .......... .......... .......... .......... .......... 49%  286M 3s
 86150K .......... .......... .......... .......... .......... 49%  295M 3s
 86200K .......... .......... .......... .......... .......... 49%  370M 3s
 86250K .......... .......... .......... .......... .......... 49%  216M 3s
 86300K .......... .......... .......... .......... .......... 49%  277M 3s
 86350K .......... .......... .......... .......... .......... 49%  330M 3s
 86400K .......... .......... .......... .......... .......... 49%  386M 3s
 86450K .......... .......... .......... .......... .......... 49%  132M 3s
 86500K .......... .......... .......... .......... .......... 49%  264M 3s
 86550K .......... .......... .......... .......... .......... 49%  306M 3s
 86600K .......... .......... .......... .......... .......... 49%  375M 3s
 86650K .......... .......... .......... .......... .......... 49%  354M 3s
 86700K .......... .......... .......... .......... .......... 49%  111M 3s
 86750K .......... .......... .......... .......... .......... 49%  375M 3s
 86800K .......... .......... .......... .......... .......... 49%  293M 3s
 86850K .......... .......... .......... .......... .......... 49%  325M 3s
 86900K .......... .......... .......... .......... .......... 49%  314M 3s
 86950K .......... .......... .......... .......... .......... 49%  352M 3s
 87000K .......... .......... .......... .......... .......... 49%  331M 3s
 87050K .......... .......... .......... .......... .......... 49% 61.8M 3s
 87100K .......... .......... .......... .......... .......... 49%  302M 3s
 87150K .......... .......... .......... .......... .......... 49%  340M 3s
 87200K .......... .......... .......... .......... .......... 49%  283M 3s
 87250K .......... .......... .......... .......... .......... 49%  355M 3s
 87300K .......... .......... .......... .......... .......... 49%  352M 3s
 87350K .......... .......... .......... .......... .......... 49% 18.6M 3s
 87400K .......... .......... .......... .......... .......... 49%  273M 3s
 87450K .......... .......... .......... .......... .......... 49%  301M 3s
 87500K .......... .......... .......... .......... .......... 49%  335M 3s
 87550K .......... .......... .......... .......... .......... 49%  284M 3s
 87600K .......... .......... .......... .......... .......... 50%  371M 3s
 87650K .......... .......... .......... .......... .......... 50%  299M 3s
 87700K .......... .......... .......... .......... .......... 50%  312M 3s
 87750K .......... .......... .......... .......... .......... 50%  270M 3s
 87800K .......... .......... .......... .......... .......... 50%  317M 3s
 87850K .......... .......... .......... .......... .......... 50%  347M 3s
 87900K .......... .......... .......... .......... .......... 50%  410M 3s
 87950K .......... .......... .......... .......... .......... 50%  336M 3s
 88000K .......... .......... .......... .......... .......... 50%  367M 3s
 88050K .......... .......... .......... .......... .......... 50% 1.59M 3s
 88100K .......... .......... .......... .......... .......... 50%  291M 3s
 88150K .......... .......... .......... .......... .......... 50%  284M 3s
 88200K .......... .......... .......... .......... .......... 50%  306M 3s
 88250K .......... .......... .......... .......... .......... 50%  352M 3s
 88300K .......... .......... .......... .......... .......... 50%  309M 3s
 88350K .......... .......... .......... .......... .......... 50%  335M 3s
 88400K .......... .......... .......... .......... .......... 50%  179M 3s
 88450K .......... .......... .......... .......... .......... 50%  295M 3s
 88500K .......... .......... .......... .......... .......... 50%  273M 3s
 88550K .......... .......... .......... .......... .......... 50%  286M 3s
 88600K .......... .......... .......... .......... .......... 50%  201M 3s
 88650K .......... .......... .......... .......... .......... 50%  165M 3s
 88700K .......... .......... .......... .......... .......... 50%  262M 3s
 88750K .......... .......... .......... .......... .......... 50%  307M 3s
 88800K .......... .......... .......... .......... .......... 50%  301M 3s
 88850K .......... .......... .......... .......... .......... 50%  120M 3s
 88900K .......... .......... .......... .......... .......... 50%  155M 3s
 88950K .......... .......... .......... .......... .......... 50%  316M 3s
 89000K .......... .......... .......... .......... .......... 50%  257M 3s
 89050K .......... .......... .......... .......... .......... 50%  299M 3s
 89100K .......... .......... .......... .......... .......... 50%  185M 3s
 89150K .......... .......... .......... .......... .......... 50%  347M 3s
 89200K .......... .......... .......... .......... .......... 50%  222M 3s
 89250K .......... .......... .......... .......... .......... 50%  289M 3s
 89300K .......... .......... .......... .......... .......... 50%  328M 3s
 89350K .......... .......... .......... .......... .......... 51% 97.9M 3s
 89400K .......... .......... .......... .......... .......... 51%  355M 3s
 89450K .......... .......... .......... .......... .......... 51%  194M 3s
 89500K .......... .......... .......... .......... .......... 51%  203M 3s
 89550K .......... .......... .......... .......... .......... 51%  176M 3s
 89600K .......... .......... .......... .......... .......... 51%  190M 3s
 89650K .......... .......... .......... .......... .......... 51%  187M 3s
 89700K .......... .......... .......... .......... .......... 51%  149M 3s
 89750K .......... .......... .......... .......... .......... 51%  162M 3s
 89800K .......... .......... .......... .......... .......... 51%  264M 3s
 89850K .......... .......... .......... .......... .......... 51%  258M 3s
 89900K .......... .......... .......... .......... .......... 51%  301M 3s
 89950K .......... .......... .......... .......... .......... 51%  401M 3s
 90000K .......... .......... .......... .......... .......... 51%  229M 3s
 90050K .......... .......... .......... .......... .......... 51%  300M 3s
 90100K .......... .......... .......... .......... .......... 51% 1.18M 3s
 90150K .......... .......... .......... .......... .......... 51%  271M 3s
 90200K .......... .......... .......... .......... .......... 51%  275M 3s
 90250K .......... .......... .......... .......... .......... 51%  320M 3s
 90300K .......... .......... .......... .......... .......... 51%  283M 3s
 90350K .......... .......... .......... .......... .......... 51%  332M 3s
 90400K .......... .......... .......... .......... .......... 51%  337M 3s
 90450K .......... .......... .......... .......... .......... 51%  280M 3s
 90500K .......... .......... .......... .......... .......... 51%  388M 3s
 90550K .......... .......... .......... .......... .......... 51%  243M 3s
 90600K .......... .......... .......... .......... .......... 51%  271M 3s
 90650K .......... .......... .......... .......... .......... 51%  309M 3s
 90700K .......... .......... .......... .......... .......... 51%  302M 3s
 90750K .......... .......... .......... .......... .......... 51%  311M 3s
 90800K .......... .......... .......... .......... .......... 51%  318M 3s
 90850K .......... .......... .......... .......... .......... 51%  293M 3s
 90900K .......... .......... .......... .......... .......... 51%  342M 3s
 90950K .......... .......... .......... .......... .......... 51%  273M 3s
 91000K .......... .......... .......... .......... .......... 51%  289M 3s
 91050K .......... .......... .......... .......... .......... 51%  313M 2s
 91100K .......... .......... .......... .......... .......... 52%  302M 2s
 91150K .......... .......... .......... .......... .......... 52%  420M 2s
 91200K .......... .......... .......... .......... .......... 52%  283M 2s
 91250K .......... .......... .......... .......... .......... 52%  380M 2s
 91300K .......... .......... .......... .......... .......... 52%  375M 2s
 91350K .......... .......... .......... .......... .......... 52%  310M 2s
 91400K .......... .......... .......... .......... .......... 52%  400M 2s
 91450K .......... .......... .......... .......... .......... 52%  340M 2s
 91500K .......... .......... .......... .......... .......... 52%  394M 2s
 91550K .......... .......... .......... .......... .......... 52%  295M 2s
 91600K .......... .......... .......... .......... .......... 52%  327M 2s
 91650K .......... .......... .......... .......... .......... 52%  423M 2s
 91700K .......... .......... .......... .......... .......... 52%  327M 2s
 91750K .......... .......... .......... .......... .......... 52%  356M 2s
 91800K .......... .......... .......... .......... .......... 52%  362M 2s
 91850K .......... .......... .......... .......... .......... 52%  363M 2s
 91900K .......... .......... .......... .......... .......... 52%  351M 2s
 91950K .......... .......... .......... .......... .......... 52%  350M 2s
 92000K .......... .......... .......... .......... .......... 52%  314M 2s
 92050K .......... .......... .......... .......... .......... 52%  412M 2s
 92100K .......... .......... .......... .......... .......... 52%  321M 2s
 92150K .......... .......... .......... .......... .......... 52% 1.10M 2s
 92200K .......... .......... .......... .......... .......... 52%  299M 2s
 92250K .......... .......... .......... .......... .......... 52%  284M 2s
 92300K .......... .......... .......... .......... .......... 52%  312M 2s
 92350K .......... .......... .......... .......... .......... 52%  320M 2s
 92400K .......... .......... .......... .......... .......... 52%  271M 2s
 92450K .......... .......... .......... .......... .......... 52%  325M 2s
 92500K .......... .......... .......... .......... .......... 52%  309M 2s
 92550K .......... .......... .......... .......... .......... 52%  321M 2s
 92600K .......... .......... .......... .......... .......... 52%  277M 2s
 92650K .......... .......... .......... .......... .......... 52%  304M 2s
 92700K .......... .......... .......... .......... .......... 52%  297M 2s
 92750K .......... .......... .......... .......... .......... 52%  297M 2s
 92800K .......... .......... .......... .......... .......... 52%  299M 2s
 92850K .......... .......... .......... .......... .......... 53%  407M 2s
 92900K .......... .......... .......... .......... .......... 53%  299M 2s
 92950K .......... .......... .......... .......... .......... 53%  323M 2s
 93000K .......... .......... .......... .......... .......... 53%  318M 2s
 93050K .......... .......... .......... .......... .......... 53%  364M 2s
 93100K .......... .......... .......... .......... .......... 53%  301M 2s
 93150K .......... .......... .......... .......... .......... 53%  326M 2s
 93200K .......... .......... .......... .......... .......... 53%  352M 2s
 93250K .......... .......... .......... .......... .......... 53%  370M 2s
 93300K .......... .......... .......... .......... .......... 53%  382M 2s
 93350K .......... .......... .......... .......... .......... 53%  340M 2s
 93400K .......... .......... .......... .......... .......... 53%  349M 2s
 93450K .......... .......... .......... .......... .......... 53%  358M 2s
 93500K .......... .......... .......... .......... .......... 53%  349M 2s
 93550K .......... .......... .......... .......... .......... 53%  354M 2s
 93600K .......... .......... .......... .......... .......... 53%  364M 2s
 93650K .......... .......... .......... .......... .......... 53%  337M 2s
 93700K .......... .......... .......... .......... .......... 53%  336M 2s
 93750K .......... .......... .......... .......... .......... 53%  414M 2s
 93800K .......... .......... .......... .......... .......... 53%  329M 2s
 93850K .......... .......... .......... .......... .......... 53%  365M 2s
 93900K .......... .......... .......... .......... .......... 53%  363M 2s
 93950K .......... .......... .......... .......... .......... 53%  363M 2s
 94000K .......... .......... .......... .......... .......... 53%  332M 2s
 94050K .......... .......... .......... .......... .......... 53%  343M 2s
 94100K .......... .......... .......... .......... .......... 53%  405M 2s
 94150K .......... .......... .......... .......... .......... 53%  310M 2s
 94200K .......... .......... .......... .......... .......... 53% 1.54M 2s
 94250K .......... .......... .......... .......... .......... 53%  230M 2s
 94300K .......... .......... .......... .......... .......... 53%  283M 2s
 94350K .......... .......... .......... .......... .......... 53%  223M 2s
 94400K .......... .......... .......... .......... .......... 53%  354M 2s
 94450K .......... .......... .......... .......... .......... 53%  260M 2s
 94500K .......... .......... .......... .......... .......... 53%  340M 2s
 94550K .......... .......... .......... .......... .......... 53%  365M 2s
 94600K .......... .......... .......... .......... .......... 54%  295M 2s
 94650K .......... .......... .......... .......... .......... 54%  337M 2s
 94700K .......... .......... .......... .......... .......... 54%  296M 2s
 94750K .......... .......... .......... .......... .......... 54%  161M 2s
 94800K .......... .......... .......... .......... .......... 54%  125M 2s
 94850K .......... .......... .......... .......... .......... 54%  120M 2s
 94900K .......... .......... .......... .......... .......... 54%  252M 2s
 94950K .......... .......... .......... .......... .......... 54%  308M 2s
 95000K .......... .......... .......... .......... .......... 54%  291M 2s
 95050K .......... .......... .......... .......... .......... 54%  249M 2s
 95100K .......... .......... .......... .......... .......... 54%  360M 2s
 95150K .......... .......... .......... .......... .......... 54%  355M 2s
 95200K .......... .......... .......... .......... .......... 54%  285M 2s
 95250K .......... .......... .......... .......... .......... 54%  321M 2s
 95300K .......... .......... .......... .......... .......... 54%  194M 2s
 95350K .......... .......... .......... .......... .......... 54%  339M 2s
 95400K .......... .......... .......... .......... .......... 54%  104M 2s
 95450K .......... .......... .......... .......... .......... 54%  340M 2s
 95500K .......... .......... .......... .......... .......... 54% 69.4M 2s
 95550K .......... .......... .......... .......... .......... 54%  221M 2s
 95600K .......... .......... .......... .......... .......... 54%  366M 2s
 95650K .......... .......... .......... .......... .......... 54%  294M 2s
 95700K .......... .......... .......... .......... .......... 54%  316M 2s
 95750K .......... .......... .......... .......... .......... 54% 35.2M 2s
 95800K .......... .......... .......... .......... .......... 54%  277M 2s
 95850K .......... .......... .......... .......... .......... 54%  326M 2s
 95900K .......... .......... .......... .......... .......... 54%  271M 2s
 95950K .......... .......... .......... .......... .......... 54%  367M 2s
 96000K .......... .......... .......... .......... .......... 54%  299M 2s
 96050K .......... .......... .......... .......... .......... 54%  300M 2s
 96100K .......... .......... .......... .......... .......... 54%  349M 2s
 96150K .......... .......... .......... .......... .......... 54%  342M 2s
 96200K .......... .......... .......... .......... .......... 54%  410M 2s
 96250K .......... .......... .......... .......... .......... 54% 1.59M 2s
 96300K .......... .......... .......... .......... .......... 54%  196M 2s
 96350K .......... .......... .......... .......... .......... 55%  168M 2s
 96400K .......... .......... .......... .......... .......... 55%  188M 2s
 96450K .......... .......... .......... .......... .......... 55%  256M 2s
 96500K .......... .......... .......... .......... .......... 55%  185M 2s
 96550K .......... .......... .......... .......... .......... 55%  201M 2s
 96600K .......... .......... .......... .......... .......... 55%  230M 2s
 96650K .......... .......... .......... .......... .......... 55%  232M 2s
 96700K .......... .......... .......... .......... .......... 55%  214M 2s
 96750K .......... .......... .......... .......... .......... 55%  228M 2s
 96800K .......... .......... .......... .......... .......... 55% 7.75M 2s
 96850K .......... .......... .......... .......... .......... 55%  182M 2s
 96900K .......... .......... .......... .......... .......... 55%  220M 2s
 96950K .......... .......... .......... .......... .......... 55%  200M 2s
 97000K .......... .......... .......... .......... .......... 55%  176M 2s
 97050K .......... .......... .......... .......... .......... 55%  254M 2s
 97100K .......... .......... .......... .......... .......... 55%  340M 2s
 97150K .......... .......... .......... .......... .......... 55%  311M 2s
 97200K .......... .......... .......... .......... .......... 55%  287M 2s
 97250K .......... .......... .......... .......... .......... 55%  213M 2s
 97300K .......... .......... .......... .......... .......... 55%  280M 2s
 97350K .......... .......... .......... .......... .......... 55%  374M 2s
 97400K .......... .......... .......... .......... .......... 55%  257M 2s
 97450K .......... .......... .......... .......... .......... 55%  308M 2s
 97500K .......... .......... .......... .......... .......... 55%  124M 2s
 97550K .......... .......... .......... .......... .......... 55%  219M 2s
 97600K .......... .......... .......... .......... .......... 55%  262M 2s
 97650K .......... .......... .......... .......... .......... 55%  206M 2s
 97700K .......... .......... .......... .......... .......... 55%  227M 2s
 97750K .......... .......... .......... .......... .......... 55%  237M 2s
 97800K .......... .......... .......... .......... .......... 55%  217M 2s
 97850K .......... .......... .......... .......... .......... 55%  228M 2s
 97900K .......... .......... .......... .......... .......... 55%  260M 2s
 97950K .......... .......... .......... .......... .......... 55%  256M 2s
 98000K .......... .......... .......... .......... .......... 55%  353M 2s
 98050K .......... .......... .......... .......... .......... 55%  351M 2s
 98100K .......... .......... .......... .......... .......... 56%  398M 2s
 98150K .......... .......... .......... .......... .......... 56%  365M 2s
 98200K .......... .......... .......... .......... .......... 56%  383M 2s
 98250K .......... .......... .......... .......... .......... 56%  291M 2s
 98300K .......... .......... .......... .......... .......... 56% 1.74M 2s
 98350K .......... .......... .......... .......... .......... 56%  218M 2s
 98400K .......... .......... .......... .......... .......... 56%  310M 2s
 98450K .......... .......... .......... .......... .......... 56%  402M 2s
 98500K .......... .......... .......... .......... .......... 56%  278M 2s
 98550K .......... .......... .......... .......... .......... 56%  300M 2s
 98600K .......... .......... .......... .......... .......... 56%  254M 2s
 98650K .......... .......... .......... .......... .......... 56%  326M 2s
 98700K .......... .......... .......... .......... .......... 56%  278M 2s
 98750K .......... .......... .......... .......... .......... 56%  381M 2s
 98800K .......... .......... .......... .......... .......... 56%  334M 2s
 98850K .......... .......... .......... .......... .......... 56%  216M 2s
 98900K .......... .......... .......... .......... .......... 56%  284M 2s
 98950K .......... .......... .......... .......... .......... 56%  196M 2s
 99000K .......... .......... .......... .......... .......... 56%  401M 2s
 99050K .......... .......... .......... .......... .......... 56%  254M 2s
 99100K .......... .......... .......... .......... .......... 56%  314M 2s
 99150K .......... .......... .......... .......... .......... 56%  163M 2s
 99200K .......... .......... .......... .......... .......... 56%  267M 2s
 99250K .......... .......... .......... .......... .......... 56%  343M 2s
 99300K .......... .......... .......... .......... .......... 56%  322M 2s
 99350K .......... .......... .......... .......... .......... 56% 45.4M 2s
 99400K .......... .......... .......... .......... .......... 56%  142M 2s
 99450K .......... .......... .......... .......... .......... 56%  317M 2s
 99500K .......... .......... .......... .......... .......... 56%  192M 2s
 99550K .......... .......... .......... .......... .......... 56%  205M 2s
 99600K .......... .......... .......... .......... .......... 56%  214M 2s
 99650K .......... .......... .......... .......... .......... 56%  183M 2s
 99700K .......... .......... .......... .......... .......... 56%  216M 2s
 99750K .......... .......... .......... .......... .......... 56%  188M 2s
 99800K .......... .......... .......... .......... .......... 56%  351M 2s
 99850K .......... .......... .......... .......... .......... 57%  328M 2s
 99900K .......... .......... .......... .......... .......... 57%  210M 2s
 99950K .......... .......... .......... .......... .......... 57%  219M 2s
100000K .......... .......... .......... .......... .......... 57%  211M 2s
100050K .......... .......... .......... .......... .......... 57%  199M 2s
100100K .......... .......... .......... .......... .......... 57%  167M 2s
100150K .......... .......... .......... .......... .......... 57%  236M 2s
100200K .......... .......... .......... .......... .......... 57%  223M 2s
100250K .......... .......... .......... .......... .......... 57%  191M 2s
100300K .......... .......... .......... .......... .......... 57%  212M 2s
100350K .......... .......... .......... .......... .......... 57% 1.57M 2s
100400K .......... .......... .......... .......... .......... 57%  210M 2s
100450K .......... .......... .......... .......... .......... 57%  213M 2s
100500K .......... .......... .......... .......... .......... 57%  221M 2s
100550K .......... .......... .......... .......... .......... 57%  161M 2s
100600K .......... .......... .......... .......... .......... 57%  215M 2s
100650K .......... .......... .......... .......... .......... 57%  186M 2s
100700K .......... .......... .......... .......... .......... 57%  183M 2s
100750K .......... .......... .......... .......... .......... 57%  205M 2s
100800K .......... .......... .......... .......... .......... 57%  221M 2s
100850K .......... .......... .......... .......... .......... 57%  214M 2s
100900K .......... .......... .......... .......... .......... 57%  221M 2s
100950K .......... .......... .......... .......... .......... 57%  207M 2s
101000K .......... .......... .......... .......... .......... 57%  170M 2s
101050K .......... .......... .......... .......... .......... 57%  184M 2s
101100K .......... .......... .......... .......... .......... 57%  188M 2s
101150K .......... .......... .......... .......... .......... 57%  192M 2s
101200K .......... .......... .......... .......... .......... 57%  207M 2s
101250K .......... .......... .......... .......... .......... 57%  201M 2s
101300K .......... .......... .......... .......... .......... 57%  196M 2s
101350K .......... .......... .......... .......... .......... 57%  236M 2s
101400K .......... .......... .......... .......... .......... 57%  155M 2s
101450K .......... .......... .......... .......... .......... 57%  242M 2s
101500K .......... .......... .......... .......... .......... 57%  199M 2s
101550K .......... .......... .......... .......... .......... 57%  181M 2s
101600K .......... .......... .......... .......... .......... 58%  282M 2s
101650K .......... .......... .......... .......... .......... 58%  373M 2s
101700K .......... .......... .......... .......... .......... 58%  345M 2s
101750K .......... .......... .......... .......... .......... 58%  330M 2s
101800K .......... .......... .......... .......... .......... 58%  295M 2s
101850K .......... .......... .......... .......... .......... 58%  215M 2s
101900K .......... .......... .......... .......... .......... 58%  173M 2s
101950K .......... .......... .......... .......... .......... 58%  222M 2s
102000K .......... .......... .......... .......... .......... 58%  229M 2s
102050K .......... .......... .......... .......... .......... 58%  258M 2s
102100K .......... .......... .......... .......... .......... 58%  174M 2s
102150K .......... .......... .......... .......... .......... 58%  255M 2s
102200K .......... .......... .......... .......... .......... 58%  281M 2s
102250K .......... .......... .......... .......... .......... 58%  277M 2s
102300K .......... .......... .......... .......... .......... 58%  382M 2s
102350K .......... .......... .......... .......... .......... 58%  365M 2s
102400K .......... .......... .......... .......... .......... 58% 1.27M 2s
102450K .......... .......... .......... .......... .......... 58%  271M 2s
102500K .......... .......... .......... .......... .......... 58%  289M 2s
102550K .......... .......... .......... .......... .......... 58%  223M 2s
102600K .......... .......... .......... .......... .......... 58%  203M 2s
102650K .......... .......... .......... .......... .......... 58%  233M 2s
102700K .......... .......... .......... .......... .......... 58% 10.2M 2s
102750K .......... .......... .......... .......... .......... 58%  222M 2s
102800K .......... .......... .......... .......... .......... 58%  281M 2s
102850K .......... .......... .......... .......... .......... 58%  359M 2s
102900K .......... .......... .......... .......... .......... 58%  260M 2s
102950K .......... .......... .......... .......... .......... 58%  194M 2s
103000K .......... .......... .......... .......... .......... 58%  204M 2s
103050K .......... .......... .......... .......... .......... 58%  178M 2s
103100K .......... .......... .......... .......... .......... 58%  243M 2s
103150K .......... .......... .......... .......... .......... 58%  221M 2s
103200K .......... .......... .......... .......... .......... 58%  204M 2s
103250K .......... .......... .......... .......... .......... 58%  283M 2s
103300K .......... .......... .......... .......... .......... 58%  324M 2s
103350K .......... .......... .......... .......... .......... 59%  401M 2s
103400K .......... .......... .......... .......... .......... 59%  323M 2s
103450K .......... .......... .......... .......... .......... 59%  378M 2s
103500K .......... .......... .......... .......... .......... 59%  208M 2s
103550K .......... .......... .......... .......... .......... 59%  244M 2s
103600K .......... .......... .......... .......... .......... 59%  410M 2s
103650K .......... .......... .......... .......... .......... 59%  338M 2s
103700K .......... .......... .......... .......... .......... 59% 19.4M 2s
103750K .......... .......... .......... .......... .......... 59%  265M 2s
103800K .......... .......... .......... .......... .......... 59%  278M 2s
103850K .......... .......... .......... .......... .......... 59%  342M 2s
103900K .......... .......... .......... .......... .......... 59%  234M 2s
103950K .......... .......... .......... .......... .......... 59%  243M 2s
104000K .......... .......... .......... .......... .......... 59%  372M 2s
104050K .......... .......... .......... .......... .......... 59%  353M 2s
104100K .......... .......... .......... .......... .......... 59%  371M 2s
104150K .......... .......... .......... .......... .......... 59%  322M 2s
104200K .......... .......... .......... .......... .......... 59%  243M 2s
104250K .......... .......... .......... .......... .......... 59%  266M 2s
104300K .......... .......... .......... .......... .......... 59% 6.61M 2s
104350K .......... .......... .......... .......... .......... 59%  302M 2s
104400K .......... .......... .......... .......... .......... 59% 1.19M 2s
104450K .......... .......... .......... .......... .......... 59%  299M 2s
104500K .......... .......... .......... .......... .......... 59%  210M 2s
104550K .......... .......... .......... .......... .......... 59%  175M 2s
104600K .......... .......... .......... .......... .......... 59%  200M 2s
104650K .......... .......... .......... .......... .......... 59%  244M 2s
104700K .......... .......... .......... .......... .......... 59%  268M 2s
104750K .......... .......... .......... .......... .......... 59%  339M 2s
104800K .......... .......... .......... .......... .......... 59%  318M 2s
104850K .......... .......... .......... .......... .......... 59%  381M 2s
104900K .......... .......... .......... .......... .......... 59%  294M 2s
104950K .......... .......... .......... .......... .......... 59% 55.0M 2s
105000K .......... .......... .......... .......... .......... 59%  269M 2s
105050K .......... .......... .......... .......... .......... 59%  295M 2s
105100K .......... .......... .......... .......... .......... 60%  230M 2s
105150K .......... .......... .......... .......... .......... 60%  206M 2s
105200K .......... .......... .......... .......... .......... 60%  187M 2s
105250K .......... .......... .......... .......... .......... 60%  182M 2s
105300K .......... .......... .......... .......... .......... 60%  195M 2s
105350K .......... .......... .......... .......... .......... 60%  162M 2s
105400K .......... .......... .......... .......... .......... 60%  185M 2s
105450K .......... .......... .......... .......... .......... 60%  201M 2s
105500K .......... .......... .......... .......... .......... 60%  201M 2s
105550K .......... .......... .......... .......... .......... 60%  230M 2s
105600K .......... .......... .......... .......... .......... 60%  227M 2s
105650K .......... .......... .......... .......... .......... 60%  266M 2s
105700K .......... .......... .......... .......... .......... 60%  206M 2s
105750K .......... .......... .......... .......... .......... 60%  230M 2s
105800K .......... .......... .......... .......... .......... 60%  275M 2s
105850K .......... .......... .......... .......... .......... 60%  216M 2s
105900K .......... .......... .......... .......... .......... 60%  225M 2s
105950K .......... .......... .......... .......... .......... 60%  219M 2s
106000K .......... .......... .......... .......... .......... 60% 10.6M 2s
106050K .......... .......... .......... .......... .......... 60%  166M 2s
106100K .......... .......... .......... .......... .......... 60%  139M 2s
106150K .......... .......... .......... .......... .......... 60%  257M 2s
106200K .......... .......... .......... .......... .......... 60%  222M 2s
106250K .......... .......... .......... .......... .......... 60%  259M 2s
106300K .......... .......... .......... .......... .......... 60%  193M 2s
106350K .......... .......... .......... .......... .......... 60%  234M 2s
106400K .......... .......... .......... .......... .......... 60%  245M 2s
106450K .......... .......... .......... .......... .......... 60%  875K 2s
106500K .......... .......... .......... .......... .......... 60%  273M 2s
106550K .......... .......... .......... .......... .......... 60%  237M 2s
106600K .......... .......... .......... .......... .......... 60%  243M 2s
106650K .......... .......... .......... .......... .......... 60%  182M 2s
106700K .......... .......... .......... .......... .......... 60%  263M 2s
106750K .......... .......... .......... .......... .......... 60%  321M 2s
106800K .......... .......... .......... .......... .......... 60%  276M 2s
106850K .......... .......... .......... .......... .......... 61%  208M 2s
106900K .......... .......... .......... .......... .......... 61%  240M 2s
106950K .......... .......... .......... .......... .......... 61%  301M 2s
107000K .......... .......... .......... .......... .......... 61%  307M 2s
107050K .......... .......... .......... .......... .......... 61%  193M 2s
107100K .......... .......... .......... .......... .......... 61%  207M 2s
107150K .......... .......... .......... .......... .......... 61%  306M 2s
107200K .......... .......... .......... .......... .......... 61%  267M 2s
107250K .......... .......... .......... .......... .......... 61%  278M 2s
107300K .......... .......... .......... .......... .......... 61%  179M 2s
107350K .......... .......... .......... .......... .......... 61%  296M 2s
107400K .......... .......... .......... .......... .......... 61%  398M 2s
107450K .......... .......... .......... .......... .......... 61%  350M 2s
107500K .......... .......... .......... .......... .......... 61%  308M 2s
107550K .......... .......... .......... .......... .......... 61%  258M 2s
107600K .......... .......... .......... .......... .......... 61%  266M 2s
107650K .......... .......... .......... .......... .......... 61%  417M 2s
107700K .......... .......... .......... .......... .......... 61%  310M 2s
107750K .......... .......... .......... .......... .......... 61%  230M 2s
107800K .......... .......... .......... .......... .......... 61%  316M 2s
107850K .......... .......... .......... .......... .......... 61%  354M 2s
107900K .......... .......... .......... .......... .......... 61%  331M 2s
107950K .......... .......... .......... .......... .......... 61%  271M 2s
108000K .......... .......... .......... .......... .......... 61%  330M 2s
108050K .......... .......... .......... .......... .......... 61%  404M 2s
108100K .......... .......... .......... .......... .......... 61%  226M 2s
108150K .......... .......... .......... .......... .......... 61%  334M 2s
108200K .......... .......... .......... .......... .......... 61%  357M 2s
108250K .......... .......... .......... .......... .......... 61%  312M 2s
108300K .......... .......... .......... .......... .......... 61%  289M 2s
108350K .......... .......... .......... .......... .......... 61%  307M 2s
108400K .......... .......... .......... .......... .......... 61%  382M 2s
108450K .......... .......... .......... .......... .......... 61%  351M 2s
108500K .......... .......... .......... .......... .......... 61% 1.58M 2s
108550K .......... .......... .......... .......... .......... 61%  177M 2s
108600K .......... .......... .......... .......... .......... 61%  189M 2s
108650K .......... .......... .......... .......... .......... 62%  353M 2s
108700K .......... .......... .......... .......... .......... 62%  268M 2s
108750K .......... .......... .......... .......... .......... 62%  336M 2s
108800K .......... .......... .......... .......... .......... 62%  263M 2s
108850K .......... .......... .......... .......... .......... 62% 4.75M 2s
108900K .......... .......... .......... .......... .......... 62%  157M 2s
108950K .......... .......... .......... .......... .......... 62%  270M 2s
109000K .......... .......... .......... .......... .......... 62%  304M 2s
109050K .......... .......... .......... .......... .......... 62%  311M 2s
109100K .......... .......... .......... .......... .......... 62%  247M 2s
109150K .......... .......... .......... .......... .......... 62%  299M 2s
109200K .......... .......... .......... .......... .......... 62%  231M 2s
109250K .......... .......... .......... .......... .......... 62%  197M 2s
109300K .......... .......... .......... .......... .......... 62%  363M 2s
109350K .......... .......... .......... .......... .......... 62%  281M 2s
109400K .......... .......... .......... .......... .......... 62%  275M 2s
109450K .......... .......... .......... .......... .......... 62%  267M 2s
109500K .......... .......... .......... .......... .......... 62%  159M 2s
109550K .......... .......... .......... .......... .......... 62%  254M 2s
109600K .......... .......... .......... .......... .......... 62%  211M 2s
109650K .......... .......... .......... .......... .......... 62%  388M 2s
109700K .......... .......... .......... .......... .......... 62%  315M 2s
109750K .......... .......... .......... .......... .......... 62%  379M 2s
109800K .......... .......... .......... .......... .......... 62%  339M 2s
109850K .......... .......... .......... .......... .......... 62%  335M 2s
109900K .......... .......... .......... .......... .......... 62%  348M 2s
109950K .......... .......... .......... .......... .......... 62%  273M 2s
110000K .......... .......... .......... .......... .......... 62%  251M 2s
110050K .......... .......... .......... .......... .......... 62%  366M 2s
110100K .......... .......... .......... .......... .......... 62%  355M 2s
110150K .......... .......... .......... .......... .......... 62%  416M 2s
110200K .......... .......... .......... .......... .......... 62%  359M 2s
110250K .......... .......... .......... .......... .......... 62%  397M 2s
110300K .......... .......... .......... .......... .......... 62%  303M 2s
110350K .......... .......... .......... .......... .......... 62%  279M 2s
110400K .......... .......... .......... .......... .......... 63%  292M 2s
110450K .......... .......... .......... .......... .......... 63%  337M 2s
110500K .......... .......... .......... .......... .......... 63%  358M 2s
110550K .......... .......... .......... .......... .......... 63% 1.45M 2s
110600K .......... .......... .......... .......... .......... 63%  167M 2s
110650K .......... .......... .......... .......... .......... 63%  312M 2s
110700K .......... .......... .......... .......... .......... 63%  345M 2s
110750K .......... .......... .......... .......... .......... 63%  244M 2s
110800K .......... .......... .......... .......... .......... 63%  266M 2s
110850K .......... .......... .......... .......... .......... 63%  143M 2s
110900K .......... .......... .......... .......... .......... 63%  226M 2s
110950K .......... .......... .......... .......... .......... 63%  308M 2s
111000K .......... .......... .......... .......... .......... 63%  309M 2s
111050K .......... .......... .......... .......... .......... 63%  366M 2s
111100K .......... .......... .......... .......... .......... 63%  313M 2s
111150K .......... .......... .......... .......... .......... 63%  242M 2s
111200K .......... .......... .......... .......... .......... 63%  217M 2s
111250K .......... .......... .......... .......... .......... 63%  331M 2s
111300K .......... .......... .......... .......... .......... 63%  374M 2s
111350K .......... .......... .......... .......... .......... 63%  310M 2s
111400K .......... .......... .......... .......... .......... 63%  406M 2s
111450K .......... .......... .......... .......... .......... 63%  357M 2s
111500K .......... .......... .......... .......... .......... 63%  344M 2s
111550K .......... .......... .......... .......... .......... 63%  254M 2s
111600K .......... .......... .......... .......... .......... 63%  251M 2s
111650K .......... .......... .......... .......... .......... 63% 7.87M 2s
111700K .......... .......... .......... .......... .......... 63%  278M 2s
111750K .......... .......... .......... .......... .......... 63%  217M 2s
111800K .......... .......... .......... .......... .......... 63%  218M 2s
111850K .......... .......... .......... .......... .......... 63%  257M 2s
111900K .......... .......... .......... .......... .......... 63%  410M 2s
111950K .......... .......... .......... .......... .......... 63%  346M 2s
112000K .......... .......... .......... .......... .......... 63%  358M 2s
112050K .......... .......... .......... .......... .......... 63%  363M 2s
112100K .......... .......... .......... .......... .......... 63%  263M 2s
112150K .......... .......... .......... .......... .......... 64% 10.9M 2s
112200K .......... .......... .......... .......... .......... 64%  310M 2s
112250K .......... .......... .......... .......... .......... 64%  282M 2s
112300K .......... .......... .......... .......... .......... 64%  297M 2s
112350K .......... .......... .......... .......... .......... 64%  242M 2s
112400K .......... .......... .......... .......... .......... 64%  280M 2s
112450K .......... .......... .......... .......... .......... 64%  377M 2s
112500K .......... .......... .......... .......... .......... 64%  348M 2s
112550K .......... .......... .......... .......... .......... 64%  343M 2s
112600K .......... .......... .......... .......... .......... 64% 1.12M 2s
112650K .......... .......... .......... .......... .......... 64%  187M 2s
112700K .......... .......... .......... .......... .......... 64%  237M 2s
112750K .......... .......... .......... .......... .......... 64%  293M 2s
112800K .......... .......... .......... .......... .......... 64%  261M 2s
112850K .......... .......... .......... .......... .......... 64%  305M 2s
112900K .......... .......... .......... .......... .......... 64%  242M 2s
112950K .......... .......... .......... .......... .......... 64%  202M 2s
113000K .......... .......... .......... .......... .......... 64%  183M 2s
113050K .......... .......... .......... .......... .......... 64%  190M 2s
113100K .......... .......... .......... .......... .......... 64%  237M 2s
113150K .......... .......... .......... .......... .......... 64%  273M 2s
113200K .......... .......... .......... .......... .......... 64%  312M 2s
113250K .......... .......... .......... .......... .......... 64%  334M 2s
113300K .......... .......... .......... .......... .......... 64%  317M 2s
113350K .......... .......... .......... .......... .......... 64%  224M 2s
113400K .......... .......... .......... .......... .......... 64%  208M 2s
113450K .......... .......... .......... .......... .......... 64%  394M 2s
113500K .......... .......... .......... .......... .......... 64%  320M 2s
113550K .......... .......... .......... .......... .......... 64%  391M 2s
113600K .......... .......... .......... .......... .......... 64%  363M 2s
113650K .......... .......... .......... .......... .......... 64%  301M 2s
113700K .......... .......... .......... .......... .......... 64%  385M 2s
113750K .......... .......... .......... .......... .......... 64%  239M 2s
113800K .......... .......... .......... .......... .......... 64%  300M 2s
113850K .......... .......... .......... .......... .......... 64%  371M 2s
113900K .......... .......... .......... .......... .......... 65%  362M 2s
113950K .......... .......... .......... .......... .......... 65%  380M 2s
114000K .......... .......... .......... .......... .......... 65%  314M 2s
114050K .......... .......... .......... .......... .......... 65%  339M 2s
114100K .......... .......... .......... .......... .......... 65%  351M 2s
114150K .......... .......... .......... .......... .......... 65%  231M 2s
114200K .......... .......... .......... .......... .......... 65%  351M 2s
114250K .......... .......... .......... .......... .......... 65%  359M 2s
114300K .......... .......... .......... .......... .......... 65%  316M 2s
114350K .......... .......... .......... .......... .......... 65%  424M 2s
114400K .......... .......... .......... .......... .......... 65%  308M 2s
114450K .......... .......... .......... .......... .......... 65%  376M 2s
114500K .......... .......... .......... .......... .......... 65%  251M 2s
114550K .......... .......... .......... .......... .......... 65%  280M 2s
114600K .......... .......... .......... .......... .......... 65%  405M 2s
114650K .......... .......... .......... .......... .......... 65% 1.13M 2s
114700K .......... .......... .......... .......... .......... 65%  300M 2s
114750K .......... .......... .......... .......... .......... 65%  315M 2s
114800K .......... .......... .......... .......... .......... 65%  305M 2s
114850K .......... .......... .......... .......... .......... 65%  288M 2s
114900K .......... .......... .......... .......... .......... 65%  308M 2s
114950K .......... .......... .......... .......... .......... 65%  264M 2s
115000K .......... .......... .......... .......... .......... 65%  280M 2s
115050K .......... .......... .......... .......... .......... 65%  295M 2s
115100K .......... .......... .......... .......... .......... 65%  330M 2s
115150K .......... .......... .......... .......... .......... 65%  299M 2s
115200K .......... .......... .......... .......... .......... 65%  272M 2s
115250K .......... .......... .......... .......... .......... 65%  309M 2s
115300K .......... .......... .......... .......... .......... 65%  333M 2s
115350K .......... .......... .......... .......... .......... 65%  276M 2s
115400K .......... .......... .......... .......... .......... 65%  351M 2s
115450K .......... .......... .......... .......... .......... 65%  302M 2s
115500K .......... .......... .......... .......... .......... 65%  321M 2s
115550K .......... .......... .......... .......... .......... 65%  155M 2s
115600K .......... .......... .......... .......... .......... 65%  282M 2s
115650K .......... .......... .......... .......... .......... 66%  379M 2s
115700K .......... .......... .......... .......... .......... 66%  324M 2s
115750K .......... .......... .......... .......... .......... 66%  401M 2s
115800K .......... .......... .......... .......... .......... 66%  315M 2s
115850K .......... .......... .......... .......... .......... 66%  345M 2s
115900K .......... .......... .......... .......... .......... 66%  347M 2s
115950K .......... .......... .......... .......... .......... 66%  336M 2s
116000K .......... .......... .......... .......... .......... 66%  340M 2s
116050K .......... .......... .......... .......... .......... 66%  418M 2s
116100K .......... .......... .......... .......... .......... 66%  302M 2s
116150K .......... .......... .......... .......... .......... 66%  234M 2s
116200K .......... .......... .......... .......... .......... 66%  223M 2s
116250K .......... .......... .......... .......... .......... 66%  263M 2s
116300K .......... .......... .......... .......... .......... 66%  242M 2s
116350K .......... .......... .......... .......... .......... 66%  330M 2s
116400K .......... .......... .......... .......... .......... 66%  355M 2s
116450K .......... .......... .......... .......... .......... 66%  363M 2s
116500K .......... .......... .......... .......... .......... 66%  349M 2s
116550K .......... .......... .......... .......... .......... 66%  341M 2s
116600K .......... .......... .......... .......... .......... 66%  353M 2s
116650K .......... .......... .......... .......... .......... 66%  393M 2s
116700K .......... .......... .......... .......... .......... 66% 1.47M 2s
116750K .......... .......... .......... .......... .......... 66%  297M 2s
116800K .......... .......... .......... .......... .......... 66%  230M 2s
116850K .......... .......... .......... .......... .......... 66%  328M 2s
116900K .......... .......... .......... .......... .......... 66%  332M 2s
116950K .......... .......... .......... .......... .......... 66%  319M 2s
117000K .......... .......... .......... .......... .......... 66%  326M 2s
117050K .......... .......... .......... .......... .......... 66%  359M 2s
117100K .......... .......... .......... .......... .......... 66%  238M 2s
117150K .......... .......... .......... .......... .......... 66%  232M 2s
117200K .......... .......... .......... .......... .......... 66%  212M 2s
117250K .......... .......... .......... .......... .......... 66%  193M 2s
117300K .......... .......... .......... .......... .......... 66%  297M 2s
117350K .......... .......... .......... .......... .......... 66%  313M 2s
117400K .......... .......... .......... .......... .......... 67%  307M 2s
117450K .......... .......... .......... .......... .......... 67%  312M 2s
117500K .......... .......... .......... .......... .......... 67%  404M 2s
117550K .......... .......... .......... .......... .......... 67% 7.01M 2s
117600K .......... .......... .......... .......... .......... 67%  263M 2s
117650K .......... .......... .......... .......... .......... 67%  320M 2s
117700K .......... .......... .......... .......... .......... 67%  301M 2s
117750K .......... .......... .......... .......... .......... 67%  294M 2s
117800K .......... .......... .......... .......... .......... 67%  300M 2s
117850K .......... .......... .......... .......... .......... 67%  162M 2s
117900K .......... .......... .......... .......... .......... 67%  340M 2s
117950K .......... .......... .......... .......... .......... 67%  281M 2s
118000K .......... .......... .......... .......... .......... 67%  284M 2s
118050K .......... .......... .......... .......... .......... 67%  298M 2s
118100K .......... .......... .......... .......... .......... 67%  391M 2s
118150K .......... .......... .......... .......... .......... 67%  337M 2s
118200K .......... .......... .......... .......... .......... 67%  342M 2s
118250K .......... .......... .......... .......... .......... 67%  361M 2s
118300K .......... .......... .......... .......... .......... 67%  371M 2s
118350K .......... .......... .......... .......... .......... 67%  361M 2s
118400K .......... .......... .......... .......... .......... 67%  326M 2s
118450K .......... .......... .......... .......... .......... 67%  348M 2s
118500K .......... .......... .......... .......... .......... 67%  374M 2s
118550K .......... .......... .......... .......... .......... 67%  358M 2s
118600K .......... .......... .......... .......... .......... 67%  307M 2s
118650K .......... .......... .......... .......... .......... 67%  359M 2s
118700K .......... .......... .......... .......... .......... 67%  325M 2s
118750K .......... .......... .......... .......... .......... 67% 1.49M 2s
118800K .......... .......... .......... .......... .......... 67%  232M 2s
118850K .......... .......... .......... .......... .......... 67%  393M 2s
118900K .......... .......... .......... .......... .......... 67%  364M 2s
118950K .......... .......... .......... .......... .......... 67% 4.42M 2s
119000K .......... .......... .......... .......... .......... 67%  309M 2s
119050K .......... .......... .......... .......... .......... 67%  336M 2s
119100K .......... .......... .......... .......... .......... 67%  301M 2s
119150K .......... .......... .......... .......... .......... 68%  259M 2s
119200K .......... .......... .......... .......... .......... 68%  375M 2s
119250K .......... .......... .......... .......... .......... 68%  269M 2s
119300K .......... .......... .......... .......... .......... 68%  300M 2s
119350K .......... .......... .......... .......... .......... 68%  301M 2s
119400K .......... .......... .......... .......... .......... 68%  315M 2s
119450K .......... .......... .......... .......... .......... 68%  278M 2s
119500K .......... .......... .......... .......... .......... 68%  356M 2s
119550K .......... .......... .......... .......... .......... 68%  329M 2s
119600K .......... .......... .......... .......... .......... 68%  340M 2s
119650K .......... .......... .......... .......... .......... 68%  294M 2s
119700K .......... .......... .......... .......... .......... 68%  340M 2s
119750K .......... .......... .......... .......... .......... 68%  319M 2s
119800K .......... .......... .......... .......... .......... 68%  276M 2s
119850K .......... .......... .......... .......... .......... 68%  408M 2s
119900K .......... .......... .......... .......... .......... 68%  348M 2s
119950K .......... .......... .......... .......... .......... 68%  340M 2s
120000K .......... .......... .......... .......... .......... 68%  370M 2s
120050K .......... .......... .......... .......... .......... 68%  332M 2s
120100K .......... .......... .......... .......... .......... 68%  446M 2s
120150K .......... .......... .......... .......... .......... 68%  316M 2s
120200K .......... .......... .......... .......... .......... 68%  313M 2s
120250K .......... .......... .......... .......... .......... 68%  310M 2s
120300K .......... .......... .......... .......... .......... 68%  312M 2s
120350K .......... .......... .......... .......... .......... 68%  410M 2s
120400K .......... .......... .......... .......... .......... 68%  361M 2s
120450K .......... .......... .......... .......... .......... 68%  395M 2s
120500K .......... .......... .......... .......... .......... 68%  305M 2s
120550K .......... .......... .......... .......... .......... 68%  349M 2s
120600K .......... .......... .......... .......... .......... 68%  395M 2s
120650K .......... .......... .......... .......... .......... 68%  347M 2s
120700K .......... .......... .......... .......... .......... 68%  372M 2s
120750K .......... .......... .......... .......... .......... 68%  383M 2s
120800K .......... .......... .......... .......... .......... 68%  961K 2s
120850K .......... .......... .......... .......... .......... 68%  305M 2s
120900K .......... .......... .......... .......... .......... 69%  250M 2s
120950K .......... .......... .......... .......... .......... 69%  274M 2s
121000K .......... .......... .......... .......... .......... 69%  306M 2s
121050K .......... .......... .......... .......... .......... 69%  319M 2s
121100K .......... .......... .......... .......... .......... 69%  316M 2s
121150K .......... .......... .......... .......... .......... 69%  289M 2s
121200K .......... .......... .......... .......... .......... 69%  273M 2s
121250K .......... .......... .......... .......... .......... 69%  329M 2s
121300K .......... .......... .......... .......... .......... 69%  336M 2s
121350K .......... .......... .......... .......... .......... 69%  313M 2s
121400K .......... .......... .......... .......... .......... 69%  303M 2s
121450K .......... .......... .......... .......... .......... 69%  328M 2s
121500K .......... .......... .......... .......... .......... 69%  281M 2s
121550K .......... .......... .......... .......... .......... 69%  278M 2s
121600K .......... .......... .......... .......... .......... 69%  299M 2s
121650K .......... .......... .......... .......... .......... 69%  290M 2s
121700K .......... .......... .......... .......... .......... 69%  281M 2s
121750K .......... .......... .......... .......... .......... 69%  382M 2s
121800K .......... .......... .......... .......... .......... 69%  335M 2s
121850K .......... .......... .......... .......... .......... 69%  331M 2s
121900K .......... .......... .......... .......... .......... 69%  364M 2s
121950K .......... .......... .......... .......... .......... 69%  371M 2s
122000K .......... .......... .......... .......... .......... 69%  347M 2s
122050K .......... .......... .......... .......... .......... 69%  344M 2s
122100K .......... .......... .......... .......... .......... 69%  417M 1s
122150K .......... .......... .......... .......... .......... 69%  337M 1s
122200K .......... .......... .......... .......... .......... 69%  298M 1s
122250K .......... .......... .......... .......... .......... 69%  349M 1s
122300K .......... .......... .......... .......... .......... 69%  363M 1s
122350K .......... .......... .......... .......... .......... 69%  327M 1s
122400K .......... .......... .......... .......... .......... 69%  324M 1s
122450K .......... .......... .......... .......... .......... 69%  369M 1s
122500K .......... .......... .......... .......... .......... 69%  343M 1s
122550K .......... .......... .......... .......... .......... 69%  374M 1s
122600K .......... .......... .......... .......... .......... 69%  335M 1s
122650K .......... .......... .......... .......... .......... 70%  337M 1s
122700K .......... .......... .......... .......... .......... 70%  396M 1s
122750K .......... .......... .......... .......... .......... 70%  320M 1s
122800K .......... .......... .......... .......... .......... 70%  375M 1s
122850K .......... .......... .......... .......... .......... 70% 1.54M 1s
122900K .......... .......... .......... .......... .......... 70%  378M 1s
122950K .......... .......... .......... .......... .......... 70%  144M 1s
123000K .......... .......... .......... .......... .......... 70%  262M 1s
123050K .......... .......... .......... .......... .......... 70%  314M 1s
123100K .......... .......... .......... .......... .......... 70%  301M 1s
123150K .......... .......... .......... .......... .......... 70%  319M 1s
123200K .......... .......... .......... .......... .......... 70%  304M 1s
123250K .......... .......... .......... .......... .......... 70%  323M 1s
123300K .......... .......... .......... .......... .......... 70%  298M 1s
123350K .......... .......... .......... .......... .......... 70%  321M 1s
123400K .......... .......... .......... .......... .......... 70%  385M 1s
123450K .......... .......... .......... .......... .......... 70%  120M 1s
123500K .......... .......... .......... .......... .......... 70%  176M 1s
123550K .......... .......... .......... .......... .......... 70%  132M 1s
123600K .......... .......... .......... .......... .......... 70%  414M 1s
123650K .......... .......... .......... .......... .......... 70% 13.5M 1s
123700K .......... .......... .......... .......... .......... 70%  333M 1s
123750K .......... .......... .......... .......... .......... 70%  305M 1s
123800K .......... .......... .......... .......... .......... 70%  314M 1s
123850K .......... .......... .......... .......... .......... 70%  370M 1s
123900K .......... .......... .......... .......... .......... 70%  351M 1s
123950K .......... .......... .......... .......... .......... 70%  365M 1s
124000K .......... .......... .......... .......... .......... 70%  264M 1s
124050K .......... .......... .......... .......... .......... 70%  374M 1s
124100K .......... .......... .......... .......... .......... 70%  380M 1s
124150K .......... .......... .......... .......... .......... 70%  323M 1s
124200K .......... .......... .......... .......... .......... 70% 9.48M 1s
124250K .......... .......... .......... .......... .......... 70%  339M 1s
124300K .......... .......... .......... .......... .......... 70%  274M 1s
124350K .......... .......... .......... .......... .......... 70%  290M 1s
124400K .......... .......... .......... .......... .......... 71%  338M 1s
124450K .......... .......... .......... .......... .......... 71%  317M 1s
124500K .......... .......... .......... .......... .......... 71%  344M 1s
124550K .......... .......... .......... .......... .......... 71%  283M 1s
124600K .......... .......... .......... .......... .......... 71%  285M 1s
124650K .......... .......... .......... .......... .......... 71%  316M 1s
124700K .......... .......... .......... .......... .......... 71%  317M 1s
124750K .......... .......... .......... .......... .......... 71%  416M 1s
124800K .......... .......... .......... .......... .......... 71%  359M 1s
124850K .......... .......... .......... .......... .......... 71%  356M 1s
124900K .......... .......... .......... .......... .......... 71% 1.02M 1s
124950K .......... .......... .......... .......... .......... 71%  263M 1s
125000K .......... .......... .......... .......... .......... 71%  317M 1s
125050K .......... .......... .......... .......... .......... 71%  297M 1s
125100K .......... .......... .......... .......... .......... 71%  314M 1s
125150K .......... .......... .......... .......... .......... 71%  285M 1s
125200K .......... .......... .......... .......... .......... 71%  325M 1s
125250K .......... .......... .......... .......... .......... 71%  282M 1s
125300K .......... .......... .......... .......... .......... 71%  372M 1s
125350K .......... .......... .......... .......... .......... 71%  356M 1s
125400K .......... .......... .......... .......... .......... 71%  335M 1s
125450K .......... .......... .......... .......... .......... 71%  419M 1s
125500K .......... .......... .......... .......... .......... 71%  366M 1s
125550K .......... .......... .......... .......... .......... 71%  364M 1s
125600K .......... .......... .......... .......... .......... 71%  377M 1s
125650K .......... .......... .......... .......... .......... 71%  352M 1s
125700K .......... .......... .......... .......... .......... 71%  429M 1s
125750K .......... .......... .......... .......... .......... 71%  342M 1s
125800K .......... .......... .......... .......... .......... 71% 44.8M 1s
125850K .......... .......... .......... .......... .......... 71%  230M 1s
125900K .......... .......... .......... .......... .......... 71%  273M 1s
125950K .......... .......... .......... .......... .......... 71%  368M 1s
126000K .......... .......... .......... .......... .......... 71%  285M 1s
126050K .......... .......... .......... .......... .......... 71%  216M 1s
126100K .......... .......... .......... .......... .......... 71%  355M 1s
126150K .......... .......... .......... .......... .......... 72%  329M 1s
126200K .......... .......... .......... .......... .......... 72%  418M 1s
126250K .......... .......... .......... .......... .......... 72%  334M 1s
126300K .......... .......... .......... .......... .......... 72%  368M 1s
126350K .......... .......... .......... .......... .......... 72%  354M 1s
126400K .......... .......... .......... .......... .......... 72%  327M 1s
126450K .......... .......... .......... .......... .......... 72%  394M 1s
126500K .......... .......... .......... .......... .......... 72% 14.3M 1s
126550K .......... .......... .......... .......... .......... 72%  348M 1s
126600K .......... .......... .......... .......... .......... 72%  316M 1s
126650K .......... .......... .......... .......... .......... 72%  342M 1s
126700K .......... .......... .......... .......... .......... 72%  313M 1s
126750K .......... .......... .......... .......... .......... 72%  394M 1s
126800K .......... .......... .......... .......... .......... 72%  334M 1s
126850K .......... .......... .......... .......... .......... 72%  326M 1s
126900K .......... .......... .......... .......... .......... 72%  377M 1s
126950K .......... .......... .......... .......... .......... 72% 1.11M 1s
127000K .......... .......... .......... .......... .......... 72%  292M 1s
127050K .......... .......... .......... .......... .......... 72%  323M 1s
127100K .......... .......... .......... .......... .......... 72%  228M 1s
127150K .......... .......... .......... .......... .......... 72%  402M 1s
127200K .......... .......... .......... .......... .......... 72%  227M 1s
127250K .......... .......... .......... .......... .......... 72%  333M 1s
127300K .......... .......... .......... .......... .......... 72%  315M 1s
127350K .......... .......... .......... .......... .......... 72%  358M 1s
127400K .......... .......... .......... .......... .......... 72%  295M 1s
127450K .......... .......... .......... .......... .......... 72%  275M 1s
127500K .......... .......... .......... .......... .......... 72%  356M 1s
127550K .......... .......... .......... .......... .......... 72%  272M 1s
127600K .......... .......... .......... .......... .......... 72%  310M 1s
127650K .......... .......... .......... .......... .......... 72%  417M 1s
127700K .......... .......... .......... .......... .......... 72%  258M 1s
127750K .......... .......... .......... .......... .......... 72%  298M 1s
127800K .......... .......... .......... .......... .......... 72%  325M 1s
127850K .......... .......... .......... .......... .......... 72%  355M 1s
127900K .......... .......... .......... .......... .......... 73%  331M 1s
127950K .......... .......... .......... .......... .......... 73%  339M 1s
128000K .......... .......... .......... .......... .......... 73%  336M 1s
128050K .......... .......... .......... .......... .......... 73%  375M 1s
128100K .......... .......... .......... .......... .......... 73%  351M 1s
128150K .......... .......... .......... .......... .......... 73%  359M 1s
128200K .......... .......... .......... .......... .......... 73%  355M 1s
128250K .......... .......... .......... .......... .......... 73%  388M 1s
128300K .......... .......... .......... .......... .......... 73%  366M 1s
128350K .......... .......... .......... .......... .......... 73%  311M 1s
128400K .......... .......... .......... .......... .......... 73%  367M 1s
128450K .......... .......... .......... .......... .......... 73%  398M 1s
128500K .......... .......... .......... .......... .......... 73%  329M 1s
128550K .......... .......... .......... .......... .......... 73%  369M 1s
128600K .......... .......... .......... .......... .......... 73%  339M 1s
128650K .......... .......... .......... .......... .......... 73%  427M 1s
128700K .......... .......... .......... .......... .......... 73%  353M 1s
128750K .......... .......... .......... .......... .......... 73%  390M 1s
128800K .......... .......... .......... .......... .......... 73%  335M 1s
128850K .......... .......... .......... .......... .......... 73%  370M 1s
128900K .......... .......... .......... .......... .......... 73%  434M 1s
128950K .......... .......... .......... .......... .......... 73%  358M 1s
129000K .......... .......... .......... .......... .......... 73% 1.22M 1s
129050K .......... .......... .......... .......... .......... 73%  283M 1s
129100K .......... .......... .......... .......... .......... 73%  311M 1s
129150K .......... .......... .......... .......... .......... 73%  268M 1s
129200K .......... .......... .......... .......... .......... 73%  321M 1s
129250K .......... .......... .......... .......... .......... 73%  235M 1s
129300K .......... .......... .......... .......... .......... 73%  301M 1s
129350K .......... .......... .......... .......... .......... 73%  354M 1s
129400K .......... .......... .......... .......... .......... 73%  275M 1s
129450K .......... .......... .......... .......... .......... 73%  322M 1s
129500K .......... .......... .......... .......... .......... 73%  218M 1s
129550K .......... .......... .......... .......... .......... 73%  361M 1s
129600K .......... .......... .......... .......... .......... 73%  360M 1s
129650K .......... .......... .......... .......... .......... 74%  347M 1s
129700K .......... .......... .......... .......... .......... 74%  426M 1s
129750K .......... .......... .......... .......... .......... 74%  312M 1s
129800K .......... .......... .......... .......... .......... 74%  324M 1s
129850K .......... .......... .......... .......... .......... 74%  379M 1s
129900K .......... .......... .......... .......... .......... 74%  354M 1s
129950K .......... .......... .......... .......... .......... 74%  414M 1s
130000K .......... .......... .......... .......... .......... 74%  349M 1s
130050K .......... .......... .......... .......... .......... 74%  339M 1s
130100K .......... .......... .......... .......... .......... 74%  404M 1s
130150K .......... .......... .......... .......... .......... 74%  336M 1s
130200K .......... .......... .......... .......... .......... 74%  343M 1s
130250K .......... .......... .......... .......... .......... 74% 20.3M 1s
130300K .......... .......... .......... .......... .......... 74%  294M 1s
130350K .......... .......... .......... .......... .......... 74%  262M 1s
130400K .......... .......... .......... .......... .......... 74%  275M 1s
130450K .......... .......... .......... .......... .......... 74%  324M 1s
130500K .......... .......... .......... .......... .......... 74%  314M 1s
130550K .......... .......... .......... .......... .......... 74%  256M 1s
130600K .......... .......... .......... .......... .......... 74%  356M 1s
130650K .......... .......... .......... .......... .......... 74%  332M 1s
130700K .......... .......... .......... .......... .......... 74%  334M 1s
130750K .......... .......... .......... .......... .......... 74%  359M 1s
130800K .......... .......... .......... .......... .......... 74%  341M 1s
130850K .......... .......... .......... .......... .......... 74%  411M 1s
130900K .......... .......... .......... .......... .......... 74%  349M 1s
130950K .......... .......... .......... .......... .......... 74%  302M 1s
131000K .......... .......... .......... .......... .......... 74%  343M 1s
131050K .......... .......... .......... .......... .......... 74% 1.47M 1s
131100K .......... .......... .......... .......... .......... 74%  301M 1s
131150K .......... .......... .......... .......... .......... 74%  329M 1s
131200K .......... .......... .......... .......... .......... 74%  277M 1s
131250K .......... .......... .......... .......... .......... 74%  307M 1s
131300K .......... .......... .......... .......... .......... 74%  343M 1s
131350K .......... .......... .......... .......... .......... 74%  331M 1s
131400K .......... .......... .......... .......... .......... 75%  305M 1s
131450K .......... .......... .......... .......... .......... 75%  301M 1s
131500K .......... .......... .......... .......... .......... 75%  373M 1s
131550K .......... .......... .......... .......... .......... 75%  300M 1s
131600K .......... .......... .......... .......... .......... 75%  351M 1s
131650K .......... .......... .......... .......... .......... 75%  325M 1s
131700K .......... .......... .......... .......... .......... 75%  327M 1s
131750K .......... .......... .......... .......... .......... 75%  414M 1s
131800K .......... .......... .......... .......... .......... 75%  294M 1s
131850K .......... .......... .......... .......... .......... 75%  327M 1s
131900K .......... .......... .......... .......... .......... 75%  417M 1s
131950K .......... .......... .......... .......... .......... 75%  342M 1s
132000K .......... .......... .......... .......... .......... 75%  292M 1s
132050K .......... .......... .......... .......... .......... 75%  349M 1s
132100K .......... .......... .......... .......... .......... 75%  332M 1s
132150K .......... .......... .......... .......... .......... 75%  373M 1s
132200K .......... .......... .......... .......... .......... 75%  259M 1s
132250K .......... .......... .......... .......... .......... 75%  409M 1s
132300K .......... .......... .......... .......... .......... 75%  347M 1s
132350K .......... .......... .......... .......... .......... 75%  288M 1s
132400K .......... .......... .......... .......... .......... 75%  352M 1s
132450K .......... .......... .......... .......... .......... 75%  385M 1s
132500K .......... .......... .......... .......... .......... 75%  290M 1s
132550K .......... .......... .......... .......... .......... 75%  262M 1s
132600K .......... .......... .......... .......... .......... 75%  272M 1s
132650K .......... .......... .......... .......... .......... 75% 7.67M 1s
132700K .......... .......... .......... .......... .......... 75%  291M 1s
132750K .......... .......... .......... .......... .......... 75%  327M 1s
132800K .......... .......... .......... .......... .......... 75%  325M 1s
132850K .......... .......... .......... .......... .......... 75%  365M 1s
132900K .......... .......... .......... .......... .......... 75%  328M 1s
132950K .......... .......... .......... .......... .......... 75%  350M 1s
133000K .......... .......... .......... .......... .......... 75%  378M 1s
133050K .......... .......... .......... .......... .......... 75%  323M 1s
133100K .......... .......... .......... .......... .......... 75% 1.14M 1s
133150K .......... .......... .......... .......... .......... 76%  260M 1s
133200K .......... .......... .......... .......... .......... 76%  288M 1s
133250K .......... .......... .......... .......... .......... 76%  333M 1s
133300K .......... .......... .......... .......... .......... 76%  270M 1s
133350K .......... .......... .......... .......... .......... 76%  326M 1s
133400K .......... .......... .......... .......... .......... 76%  256M 1s
133450K .......... .......... .......... .......... .......... 76%  347M 1s
133500K .......... .......... .......... .......... .......... 76%  278M 1s
133550K .......... .......... .......... .......... .......... 76%  321M 1s
133600K .......... .......... .......... .......... .......... 76%  245M 1s
133650K .......... .......... .......... .......... .......... 76%  292M 1s
133700K .......... .......... .......... .......... .......... 76%  312M 1s
133750K .......... .......... .......... .......... .......... 76%  296M 1s
133800K .......... .......... .......... .......... .......... 76%  299M 1s
133850K .......... .......... .......... .......... .......... 76%  321M 1s
133900K .......... .......... .......... .......... .......... 76%  316M 1s
133950K .......... .......... .......... .......... .......... 76%  294M 1s
134000K .......... .......... .......... .......... .......... 76%  253M 1s
134050K .......... .......... .......... .......... .......... 76%  283M 1s
134100K .......... .......... .......... .......... .......... 76%  308M 1s
134150K .......... .......... .......... .......... .......... 76%  382M 1s
134200K .......... .......... .......... .......... .......... 76%  336M 1s
134250K .......... .......... .......... .......... .......... 76%  365M 1s
134300K .......... .......... .......... .......... .......... 76%  383M 1s
134350K .......... .......... .......... .......... .......... 76%  333M 1s
134400K .......... .......... .......... .......... .......... 76%  314M 1s
134450K .......... .......... .......... .......... .......... 76%  376M 1s
134500K .......... .......... .......... .......... .......... 76%  385M 1s
134550K .......... .......... .......... .......... .......... 76%  321M 1s
134600K .......... .......... .......... .......... .......... 76%  408M 1s
134650K .......... .......... .......... .......... .......... 76%  351M 1s
134700K .......... .......... .......... .......... .......... 76%  330M 1s
134750K .......... .......... .......... .......... .......... 76%  363M 1s
134800K .......... .......... .......... .......... .......... 76%  338M 1s
134850K .......... .......... .......... .......... .......... 76%  402M 1s
134900K .......... .......... .......... .......... .......... 77%  346M 1s
134950K .......... .......... .......... .......... .......... 77%  404M 1s
135000K .......... .......... .......... .......... .......... 77%  323M 1s
135050K .......... .......... .......... .......... .......... 77%  363M 1s
135100K .......... .......... .......... .......... .......... 77%  368M 1s
135150K .......... .......... .......... .......... .......... 77% 1.29M 1s
135200K .......... .......... .......... .......... .......... 77%  164M 1s
135250K .......... .......... .......... .......... .......... 77%  361M 1s
135300K .......... .......... .......... .......... .......... 77%  337M 1s
135350K .......... .......... .......... .......... .......... 77%  346M 1s
135400K .......... .......... .......... .......... .......... 77%  391M 1s
135450K .......... .......... .......... .......... .......... 77%  180M 1s
135500K .......... .......... .......... .......... .......... 77%  279M 1s
135550K .......... .......... .......... .......... .......... 77%  292M 1s
135600K .......... .......... .......... .......... .......... 77%  356M 1s
135650K .......... .......... .......... .......... .......... 77%  273M 1s
135700K .......... .......... .......... .......... .......... 77%  299M 1s
135750K .......... .......... .......... .......... .......... 77%  341M 1s
135800K .......... .......... .......... .......... .......... 77%  387M 1s
135850K .......... .......... .......... .......... .......... 77%  325M 1s
135900K .......... .......... .......... .......... .......... 77%  267M 1s
135950K .......... .......... .......... .......... .......... 77%  299M 1s
136000K .......... .......... .......... .......... .......... 77%  299M 1s
136050K .......... .......... .......... .......... .......... 77%  399M 1s
136100K .......... .......... .......... .......... .......... 77%  335M 1s
136150K .......... .......... .......... .......... .......... 77%  374M 1s
136200K .......... .......... .......... .......... .......... 77%  258M 1s
136250K .......... .......... .......... .......... .......... 77%  357M 1s
136300K .......... .......... .......... .......... .......... 77%  326M 1s
136350K .......... .......... .......... .......... .......... 77%  325M 1s
136400K .......... .......... .......... .......... .......... 77%  357M 1s
136450K .......... .......... .......... .......... .......... 77%  309M 1s
136500K .......... .......... .......... .......... .......... 77%  363M 1s
136550K .......... .......... .......... .......... .......... 77%  292M 1s
136600K .......... .......... .......... .......... .......... 77%  342M 1s
136650K .......... .......... .......... .......... .......... 78%  408M 1s
136700K .......... .......... .......... .......... .......... 78%  342M 1s
136750K .......... .......... .......... .......... .......... 78% 9.54M 1s
136800K .......... .......... .......... .......... .......... 78%  295M 1s
136850K .......... .......... .......... .......... .......... 78%  327M 1s
136900K .......... .......... .......... .......... .......... 78%  265M 1s
136950K .......... .......... .......... .......... .......... 78%  341M 1s
137000K .......... .......... .......... .......... .......... 78%  376M 1s
137050K .......... .......... .......... .......... .......... 78%  321M 1s
137100K .......... .......... .......... .......... .......... 78%  368M 1s
137150K .......... .......... .......... .......... .......... 78%  346M 1s
137200K .......... .......... .......... .......... .......... 78% 1.16M 1s
137250K .......... .......... .......... .......... .......... 78%  298M 1s
137300K .......... .......... .......... .......... .......... 78%  266M 1s
137350K .......... .......... .......... .......... .......... 78%  270M 1s
137400K .......... .......... .......... .......... .......... 78%  297M 1s
137450K .......... .......... .......... .......... .......... 78%  289M 1s
137500K .......... .......... .......... .......... .......... 78%  304M 1s
137550K .......... .......... .......... .......... .......... 78%  315M 1s
137600K .......... .......... .......... .......... .......... 78%  311M 1s
137650K .......... .......... .......... .......... .......... 78%  311M 1s
137700K .......... .......... .......... .......... .......... 78%  322M 1s
137750K .......... .......... .......... .......... .......... 78%  311M 1s
137800K .......... .......... .......... .......... .......... 78%  268M 1s
137850K .......... .......... .......... .......... .......... 78%  301M 1s
137900K .......... .......... .......... .......... .......... 78%  330M 1s
137950K .......... .......... .......... .......... .......... 78%  279M 1s
138000K .......... .......... .......... .......... .......... 78%  310M 1s
138050K .......... .......... .......... .......... .......... 78%  276M 1s
138100K .......... .......... .......... .......... .......... 78%  331M 1s
138150K .......... .......... .......... .......... .......... 78%  391M 1s
138200K .......... .......... .......... .......... .......... 78%  348M 1s
138250K .......... .......... .......... .......... .......... 78%  353M 1s
138300K .......... .......... .......... .......... .......... 78%  319M 1s
138350K .......... .......... .......... .......... .......... 78%  371M 1s
138400K .......... .......... .......... .......... .......... 79%  316M 1s
138450K .......... .......... .......... .......... .......... 79%  344M 1s
138500K .......... .......... .......... .......... .......... 79%  372M 1s
138550K .......... .......... .......... .......... .......... 79%  318M 1s
138600K .......... .......... .......... .......... .......... 79%  405M 1s
138650K .......... .......... .......... .......... .......... 79%  349M 1s
138700K .......... .......... .......... .......... .......... 79%  397M 1s
138750K .......... .......... .......... .......... .......... 79%  326M 1s
138800K .......... .......... .......... .......... .......... 79%  319M 1s
138850K .......... .......... .......... .......... .......... 79%  434M 1s
138900K .......... .......... .......... .......... .......... 79%  333M 1s
138950K .......... .......... .......... .......... .......... 79%  334M 1s
139000K .......... .......... .......... .......... .......... 79%  287M 1s
139050K .......... .......... .......... .......... .......... 79%  371M 1s
139100K .......... .......... .......... .......... .......... 79%  347M 1s
139150K .......... .......... .......... .......... .......... 79%  303M 1s
139200K .......... .......... .......... .......... .......... 79%  323M 1s
139250K .......... .......... .......... .......... .......... 79% 1.09M 1s
139300K .......... .......... .......... .......... .......... 79%  275M 1s
139350K .......... .......... .......... .......... .......... 79%  339M 1s
139400K .......... .......... .......... .......... .......... 79%  418M 1s
139450K .......... .......... .......... .......... .......... 79% 3.65M 1s
139500K .......... .......... .......... .......... .......... 79%  194M 1s
139550K .......... .......... .......... .......... .......... 79%  346M 1s
139600K .......... .......... .......... .......... .......... 79%  313M 1s
139650K .......... .......... .......... .......... .......... 79%  381M 1s
139700K .......... .......... .......... .......... .......... 79%  279M 1s
139750K .......... .......... .......... .......... .......... 79%  285M 1s
139800K .......... .......... .......... .......... .......... 79%  390M 1s
139850K .......... .......... .......... .......... .......... 79%  265M 1s
139900K .......... .......... .......... .......... .......... 79%  313M 1s
139950K .......... .......... .......... .......... .......... 79%  309M 1s
140000K .......... .......... .......... .......... .......... 79%  321M 1s
140050K .......... .......... .......... .......... .......... 79%  316M 1s
140100K .......... .......... .......... .......... .......... 79%  311M 1s
140150K .......... .......... .......... .......... .......... 80%  268M 1s
140200K .......... .......... .......... .......... .......... 80%  357M 1s
140250K .......... .......... .......... .......... .......... 80%  318M 1s
140300K .......... .......... .......... .......... .......... 80%  329M 1s
140350K .......... .......... .......... .......... .......... 80%  366M 1s
140400K .......... .......... .......... .......... .......... 80%  380M 1s
140450K .......... .......... .......... .......... .......... 80%  351M 1s
140500K .......... .......... .......... .......... .......... 80%  307M 1s
140550K .......... .......... .......... .......... .......... 80%  353M 1s
140600K .......... .......... .......... .......... .......... 80%  391M 1s
140650K .......... .......... .......... .......... .......... 80%  332M 1s
140700K .......... .......... .......... .......... .......... 80%  403M 1s
140750K .......... .......... .......... .......... .......... 80%  347M 1s
140800K .......... .......... .......... .......... .......... 80%  382M 1s
140850K .......... .......... .......... .......... .......... 80%  349M 1s
140900K .......... .......... .......... .......... .......... 80%  324M 1s
140950K .......... .......... .......... .......... .......... 80%  410M 1s
141000K .......... .......... .......... .......... .......... 80%  365M 1s
141050K .......... .......... .......... .......... .......... 80%  423M 1s
141100K .......... .......... .......... .......... .......... 80%  324M 1s
141150K .......... .......... .......... .......... .......... 80%  344M 1s
141200K .......... .......... .......... .......... .......... 80%  350M 1s
141250K .......... .......... .......... .......... .......... 80%  331M 1s
141300K .......... .......... .......... .......... .......... 80% 1.23M 1s
141350K .......... .......... .......... .......... .......... 80%  246M 1s
141400K .......... .......... .......... .......... .......... 80%  295M 1s
141450K .......... .......... .......... .......... .......... 80%  366M 1s
141500K .......... .......... .......... .......... .......... 80%  265M 1s
141550K .......... .......... .......... .......... .......... 80%  344M 1s
141600K .......... .......... .......... .......... .......... 80%  359M 1s
141650K .......... .......... .......... .......... .......... 80%  200M 1s
141700K .......... .......... .......... .......... .......... 80%  305M 1s
141750K .......... .......... .......... .......... .......... 80%  300M 1s
141800K .......... .......... .......... .......... .......... 80%  302M 1s
141850K .......... .......... .......... .......... .......... 80%  297M 1s
141900K .......... .......... .......... .......... .......... 81%  321M 1s
141950K .......... .......... .......... .......... .......... 81%  281M 1s
142000K .......... .......... .......... .......... .......... 81%  289M 1s
142050K .......... .......... .......... .......... .......... 81%  329M 1s
142100K .......... .......... .......... .......... .......... 81%  371M 1s
142150K .......... .......... .......... .......... .......... 81%  269M 1s
142200K .......... .......... .......... .......... .......... 81%  250M 1s
142250K .......... .......... .......... .......... .......... 81%  313M 1s
142300K .......... .......... .......... .......... .......... 81%  309M 1s
142350K .......... .......... .......... .......... .......... 81%  431M 1s
142400K .......... .......... .......... .......... .......... 81%  313M 1s
142450K .......... .......... .......... .......... .......... 81%  368M 1s
142500K .......... .......... .......... .......... .......... 81%  372M 1s
142550K .......... .......... .......... .......... .......... 81%  311M 1s
142600K .......... .......... .......... .......... .......... 81%  362M 1s
142650K .......... .......... .......... .......... .......... 81%  322M 1s
142700K .......... .......... .......... .......... .......... 81%  364M 1s
142750K .......... .......... .......... .......... .......... 81%  302M 1s
142800K .......... .......... .......... .......... .......... 81%  307M 1s
142850K .......... .......... .......... .......... .......... 81%  419M 1s
142900K .......... .......... .......... .......... .......... 81%  333M 1s
142950K .......... .......... .......... .......... .......... 81%  312M 1s
143000K .......... .......... .......... .......... .......... 81%  366M 1s
143050K .......... .......... .......... .......... .......... 81%  368M 1s
143100K .......... .......... .......... .......... .......... 81%  390M 1s
143150K .......... .......... .......... .......... .......... 81%  365M 1s
143200K .......... .......... .......... .......... .......... 81%  312M 1s
143250K .......... .......... .......... .......... .......... 81%  423M 1s
143300K .......... .......... .......... .......... .......... 81%  308M 1s
143350K .......... .......... .......... .......... .......... 81%  962K 1s
143400K .......... .......... .......... .......... .......... 81%  298M 1s
143450K .......... .......... .......... .......... .......... 81%  279M 1s
143500K .......... .......... .......... .......... .......... 81%  247M 1s
143550K .......... .......... .......... .......... .......... 81%  316M 1s
143600K .......... .......... .......... .......... .......... 81%  297M 1s
143650K .......... .......... .......... .......... .......... 82%  347M 1s
143700K .......... .......... .......... .......... .......... 82%  274M 1s
143750K .......... .......... .......... .......... .......... 82%  342M 1s
143800K .......... .......... .......... .......... .......... 82%  259M 1s
143850K .......... .......... .......... .......... .......... 82%  306M 1s
143900K .......... .......... .......... .......... .......... 82%  336M 1s
143950K .......... .......... .......... .......... .......... 82%  268M 1s
144000K .......... .......... .......... .......... .......... 82%  291M 1s
144050K .......... .......... .......... .......... .......... 82%  344M 1s
144100K .......... .......... .......... .......... .......... 82%  274M 1s
144150K .......... .......... .......... .......... .......... 82%  304M 1s
144200K .......... .......... .......... .......... .......... 82%  312M 1s
144250K .......... .......... .......... .......... .......... 82%  391M 1s
144300K .......... .......... .......... .......... .......... 82%  315M 1s
144350K .......... .......... .......... .......... .......... 82%  290M 1s
144400K .......... .......... .......... .......... .......... 82%  357M 1s
144450K .......... .......... .......... .......... .......... 82%  352M 1s
144500K .......... .......... .......... .......... .......... 82%  386M 1s
144550K .......... .......... .......... .......... .......... 82%  335M 1s
144600K .......... .......... .......... .......... .......... 82%  344M 1s
144650K .......... .......... .......... .......... .......... 82%  364M 1s
144700K .......... .......... .......... .......... .......... 82%  344M 1s
144750K .......... .......... .......... .......... .......... 82%  318M 1s
144800K .......... .......... .......... .......... .......... 82%  375M 1s
144850K .......... .......... .......... .......... .......... 82%  344M 1s
144900K .......... .......... .......... .......... .......... 82%  360M 1s
144950K .......... .......... .......... .......... .......... 82%  386M 1s
145000K .......... .......... .......... .......... .......... 82%  318M 1s
145050K .......... .......... .......... .......... .......... 82%  372M 1s
145100K .......... .......... .......... .......... .......... 82%  381M 1s
145150K .......... .......... .......... .......... .......... 82%  386M 1s
145200K .......... .......... .......... .......... .......... 82%  300M 1s
145250K .......... .......... .......... .......... .......... 82%  354M 1s
145300K .......... .......... .......... .......... .......... 82%  418M 1s
145350K .......... .......... .......... .......... .......... 82%  315M 1s
145400K .......... .......... .......... .......... .......... 82% 1.02M 1s
145450K .......... .......... .......... .......... .......... 83%  334M 1s
145500K .......... .......... .......... .......... .......... 83%  244M 1s
145550K .......... .......... .......... .......... .......... 83%  312M 1s
145600K .......... .......... .......... .......... .......... 83%  323M 1s
145650K .......... .......... .......... .......... .......... 83%  307M 1s
145700K .......... .......... .......... .......... .......... 83%  296M 1s
145750K .......... .......... .......... .......... .......... 83%  398M 1s
145800K .......... .......... .......... .......... .......... 83%  261M 1s
145850K .......... .......... .......... .......... .......... 83%  288M 1s
145900K .......... .......... .......... .......... .......... 83%  312M 1s
145950K .......... .......... .......... .......... .......... 83%  353M 1s
146000K .......... .......... .......... .......... .......... 83%  281M 1s
146050K .......... .......... .......... .......... .......... 83%  297M 1s
146100K .......... .......... .......... .......... .......... 83%  361M 1s
146150K .......... .......... .......... .......... .......... 83%  283M 1s
146200K .......... .......... .......... .......... .......... 83%  317M 1s
146250K .......... .......... .......... .......... .......... 83%  293M 1s
146300K .......... .......... .......... .......... .......... 83%  299M 1s
146350K .......... .......... .......... .......... .......... 83%  405M 1s
146400K .......... .......... .......... .......... .......... 83%  325M 1s
146450K .......... .......... .......... .......... .......... 83%  335M 1s
146500K .......... .......... .......... .......... .......... 83%  348M 1s
146550K .......... .......... .......... .......... .......... 83%  321M 1s
146600K .......... .......... .......... .......... .......... 83%  405M 1s
146650K .......... .......... .......... .......... .......... 83%  342M 1s
146700K .......... .......... .......... .......... .......... 83%  397M 1s
146750K .......... .......... .......... .......... .......... 83%  308M 1s
146800K .......... .......... .......... .......... .......... 83%  323M 1s
146850K .......... .......... .......... .......... .......... 83%  406M 1s
146900K .......... .......... .......... .......... .......... 83%  339M 1s
146950K .......... .......... .......... .......... .......... 83%  349M 1s
147000K .......... .......... .......... .......... .......... 83%  360M 1s
147050K .......... .......... .......... .......... .......... 83%  386M 1s
147100K .......... .......... .......... .......... .......... 83%  365M 1s
147150K .......... .......... .......... .......... .......... 83%  364M 1s
147200K .......... .......... .......... .......... .......... 84%  299M 1s
147250K .......... .......... .......... .......... .......... 84%  390M 1s
147300K .......... .......... .......... .......... .......... 84%  349M 1s
147350K .......... .......... .......... .......... .......... 84%  351M 1s
147400K .......... .......... .......... .......... .......... 84%  351M 1s
147450K .......... .......... .......... .......... .......... 84% 1.38M 1s
147500K .......... .......... .......... .......... .......... 84%  324M 1s
147550K .......... .......... .......... .......... .......... 84%  290M 1s
147600K .......... .......... .......... .......... .......... 84%  308M 1s
147650K .......... .......... .......... .......... .......... 84%  324M 1s
147700K .......... .......... .......... .......... .......... 84%  369M 1s
147750K .......... .......... .......... .......... .......... 84%  261M 1s
147800K .......... .......... .......... .......... .......... 84%  324M 1s
147850K .......... .......... .......... .......... .......... 84%  298M 1s
147900K .......... .......... .......... .......... .......... 84%  283M 1s
147950K .......... .......... .......... .......... .......... 84%  316M 1s
148000K .......... .......... .......... .......... .......... 84%  147M 1s
148050K .......... .......... .......... .......... .......... 84%  177M 1s
148100K .......... .......... .......... .......... .......... 84%  342M 1s
148150K .......... .......... .......... .......... .......... 84%  342M 1s
148200K .......... .......... .......... .......... .......... 84%  328M 1s
148250K .......... .......... .......... .......... .......... 84%  136M 1s
148300K .......... .......... .......... .......... .......... 84%  218M 1s
148350K .......... .......... .......... .......... .......... 84%  256M 1s
148400K .......... .......... .......... .......... .......... 84%  202M 1s
148450K .......... .......... .......... .......... .......... 84%  373M 1s
148500K .......... .......... .......... .......... .......... 84%  108M 1s
148550K .......... .......... .......... .......... .......... 84%  351M 1s
148600K .......... .......... .......... .......... .......... 84%  115M 1s
148650K .......... .......... .......... .......... .......... 84% 30.9M 1s
148700K .......... .......... .......... .......... .......... 84%  361M 1s
148750K .......... .......... .......... .......... .......... 84%  245M 1s
148800K .......... .......... .......... .......... .......... 84%  343M 1s
148850K .......... .......... .......... .......... .......... 84%  316M 1s
148900K .......... .......... .......... .......... .......... 84%  384M 1s
148950K .......... .......... .......... .......... .......... 85% 39.1M 1s
149000K .......... .......... .......... .......... .......... 85%  343M 1s
149050K .......... .......... .......... .......... .......... 85%  311M 1s
149100K .......... .......... .......... .......... .......... 85%  304M 1s
149150K .......... .......... .......... .......... .......... 85%  294M 1s
149200K .......... .......... .......... .......... .......... 85%  289M 1s
149250K .......... .......... .......... .......... .......... 85%  396M 1s
149300K .......... .......... .......... .......... .......... 85%  344M 1s
149350K .......... .......... .......... .......... .......... 85%  344M 1s
149400K .......... .......... .......... .......... .......... 85%  370M 1s
149450K .......... .......... .......... .......... .......... 85%  348M 1s
149500K .......... .......... .......... .......... .......... 85% 1.34M 1s
149550K .......... .......... .......... .......... .......... 85%  270M 1s
149600K .......... .......... .......... .......... .......... 85%  318M 1s
149650K .......... .......... .......... .......... .......... 85%  317M 1s
149700K .......... .......... .......... .......... .......... 85%  267M 1s
149750K .......... .......... .......... .......... .......... 85%  336M 1s
149800K .......... .......... .......... .......... .......... 85%  311M 1s
149850K .......... .......... .......... .......... .......... 85%  325M 1s
149900K .......... .......... .......... .......... .......... 85%  258M 1s
149950K .......... .......... .......... .......... .......... 85%  338M 1s
150000K .......... .......... .......... .......... .......... 85%  296M 1s
150050K .......... .......... .......... .......... .......... 85%  288M 1s
150100K .......... .......... .......... .......... .......... 85%  361M 1s
150150K .......... .......... .......... .......... .......... 85%  343M 1s
150200K .......... .......... .......... .......... .......... 85%  353M 1s
150250K .......... .......... .......... .......... .......... 85%  344M 1s
150300K .......... .......... .......... .......... .......... 85%  388M 1s
150350K .......... .......... .......... .......... .......... 85%  352M 1s
150400K .......... .......... .......... .......... .......... 85%  308M 1s
150450K .......... .......... .......... .......... .......... 85%  374M 1s
150500K .......... .......... .......... .......... .......... 85%  334M 1s
150550K .......... .......... .......... .......... .......... 85%  410M 1s
150600K .......... .......... .......... .......... .......... 85%  335M 1s
150650K .......... .......... .......... .......... .......... 85%  357M 1s
150700K .......... .......... .......... .......... .......... 86%  411M 1s
150750K .......... .......... .......... .......... .......... 86%  293M 1s
150800K .......... .......... .......... .......... .......... 86%  109M 1s
150850K .......... .......... .......... .......... .......... 86%  295M 1s
150900K .......... .......... .......... .......... .......... 86%  348M 1s
150950K .......... .......... .......... .......... .......... 86%  215M 1s
151000K .......... .......... .......... .......... .......... 86%  267M 1s
151050K .......... .......... .......... .......... .......... 86%  336M 1s
151100K .......... .......... .......... .......... .......... 86%  296M 1s
151150K .......... .......... .......... .......... .......... 86%  319M 1s
151200K .......... .......... .......... .......... .......... 86%  374M 1s
151250K .......... .......... .......... .......... .......... 86%  373M 1s
151300K .......... .......... .......... .......... .......... 86%  333M 1s
151350K .......... .......... .......... .......... .......... 86%  353M 1s
151400K .......... .......... .......... .......... .......... 86%  335M 1s
151450K .......... .......... .......... .......... .......... 86%  370M 1s
151500K .......... .......... .......... .......... .......... 86%  384M 1s
151550K .......... .......... .......... .......... .......... 86% 1.45M 1s
151600K .......... .......... .......... .......... .......... 86%  245M 1s
151650K .......... .......... .......... .......... .......... 86%  354M 1s
151700K .......... .......... .......... .......... .......... 86%  301M 1s
151750K .......... .......... .......... .......... .......... 86%  268M 1s
151800K .......... .......... .......... .......... .......... 86%  309M 1s
151850K .......... .......... .......... .......... .......... 86%  341M 1s
151900K .......... .......... .......... .......... .......... 86%  341M 1s
151950K .......... .......... .......... .......... .......... 86%  362M 1s
152000K .......... .......... .......... .......... .......... 86%  311M 1s
152050K .......... .......... .......... .......... .......... 86%  422M 1s
152100K .......... .......... .......... .......... .......... 86%  329M 1s
152150K .......... .......... .......... .......... .......... 86%  341M 1s
152200K .......... .......... .......... .......... .......... 86%  363M 1s
152250K .......... .......... .......... .......... .......... 86%  374M 1s
152300K .......... .......... .......... .......... .......... 86%  355M 1s
152350K .......... .......... .......... .......... .......... 86% 8.60M 1s
152400K .......... .......... .......... .......... .......... 86%  279M 1s
152450K .......... .......... .......... .......... .......... 87%  327M 1s
152500K .......... .......... .......... .......... .......... 87%  256M 1s
152550K .......... .......... .......... .......... .......... 87%  309M 1s
152600K .......... .......... .......... .......... .......... 87%  240M 1s
152650K .......... .......... .......... .......... .......... 87%  304M 1s
152700K .......... .......... .......... .......... .......... 87%  371M 1s
152750K .......... .......... .......... .......... .......... 87%  338M 1s
152800K .......... .......... .......... .......... .......... 87%  316M 1s
152850K .......... .......... .......... .......... .......... 87%  348M 1s
152900K .......... .......... .......... .......... .......... 87%  397M 1s
152950K .......... .......... .......... .......... .......... 87%  322M 1s
153000K .......... .......... .......... .......... .......... 87%  329M 1s
153050K .......... .......... .......... .......... .......... 87%  341M 1s
153100K .......... .......... .......... .......... .......... 87%  365M 1s
153150K .......... .......... .......... .......... .......... 87%  387M 1s
153200K .......... .......... .......... .......... .......... 87%  330M 1s
153250K .......... .......... .......... .......... .......... 87%  206M 1s
153300K .......... .......... .......... .......... .......... 87%  277M 1s
153350K .......... .......... .......... .......... .......... 87%  296M 1s
153400K .......... .......... .......... .......... .......... 87%  390M 1s
153450K .......... .......... .......... .......... .......... 87%  343M 1s
153500K .......... .......... .......... .......... .......... 87%  356M 1s
153550K .......... .......... .......... .......... .......... 87%  358M 1s
153600K .......... .......... .......... .......... .......... 87% 1011K 1s
153650K .......... .......... .......... .......... .......... 87%  268M 1s
153700K .......... .......... .......... .......... .......... 87%  381M 1s
153750K .......... .......... .......... .......... .......... 87%  269M 1s
153800K .......... .......... .......... .......... .......... 87%  268M 1s
153850K .......... .......... .......... .......... .......... 87%  343M 1s
153900K .......... .......... .......... .......... .......... 87%  330M 1s
153950K .......... .......... .......... .......... .......... 87%  355M 1s
154000K .......... .......... .......... .......... .......... 87%  311M 1s
154050K .......... .......... .......... .......... .......... 87%  294M 1s
154100K .......... .......... .......... .......... .......... 87%  357M 1s
154150K .......... .......... .......... .......... .......... 87%  281M 1s
154200K .......... .......... .......... .......... .......... 88%  310M 1s
154250K .......... .......... .......... .......... .......... 88%  318M 1s
154300K .......... .......... .......... .......... .......... 88%  332M 1s
154350K .......... .......... .......... .......... .......... 88%  293M 1s
154400K .......... .......... .......... .......... .......... 88%  301M 1s
154450K .......... .......... .......... .......... .......... 88%  298M 1s
154500K .......... .......... .......... .......... .......... 88%  324M 1s
154550K .......... .......... .......... .......... .......... 88%  302M 1s
154600K .......... .......... .......... .......... .......... 88%  353M 1s
154650K .......... .......... .......... .......... .......... 88%  299M 1s
154700K .......... .......... .......... .......... .......... 88%  348M 1s
154750K .......... .......... .......... .......... .......... 88%  280M 1s
154800K .......... .......... .......... .......... .......... 88%  307M 1s
154850K .......... .......... .......... .......... .......... 88%  377M 1s
154900K .......... .......... .......... .......... .......... 88%  267M 1s
154950K .......... .......... .......... .......... .......... 88%  267M 1s
155000K .......... .......... .......... .......... .......... 88%  319M 1s
155050K .......... .......... .......... .......... .......... 88%  269M 1s
155100K .......... .......... .......... .......... .......... 88%  301M 1s
155150K .......... .......... .......... .......... .......... 88%  336M 1s
155200K .......... .......... .......... .......... .......... 88%  335M 1s
155250K .......... .......... .......... .......... .......... 88%  415M 1s
155300K .......... .......... .......... .......... .......... 88%  320M 1s
155350K .......... .......... .......... .......... .......... 88%  392M 1s
155400K .......... .......... .......... .......... .......... 88%  290M 1s
155450K .......... .......... .......... .......... .......... 88%  374M 1s
155500K .......... .......... .......... .......... .......... 88%  362M 1s
155550K .......... .......... .......... .......... .......... 88%  296M 1s
155600K .......... .......... .......... .......... .......... 88% 1.59M 1s
155650K .......... .......... .......... .......... .......... 88%  310M 1s
155700K .......... .......... .......... .......... .......... 88%  296M 1s
155750K .......... .......... .......... .......... .......... 88%  302M 1s
155800K .......... .......... .......... .......... .......... 88%  336M 1s
155850K .......... .......... .......... .......... .......... 88%  281M 1s
155900K .......... .......... .......... .......... .......... 88%  328M 1s
155950K .......... .......... .......... .......... .......... 89%  377M 1s
156000K .......... .......... .......... .......... .......... 89%  231M 1s
156050K .......... .......... .......... .......... .......... 89%  343M 1s
156100K .......... .......... .......... .......... .......... 89%  229M 1s
156150K .......... .......... .......... .......... .......... 89%  296M 1s
156200K .......... .......... .......... .......... .......... 89% 69.7M 1s
156250K .......... .......... .......... .......... .......... 89%  320M 1s
156300K .......... .......... .......... .......... .......... 89%  292M 1s
156350K .......... .......... .......... .......... .......... 89%  226M 1s
156400K .......... .......... .......... .......... .......... 89%  344M 1s
156450K .......... .......... .......... .......... .......... 89%  103M 1s
156500K .......... .......... .......... .......... .......... 89%  236M 1s
156550K .......... .......... .......... .......... .......... 89%  116M 1s
156600K .......... .......... .......... .......... .......... 89%  287M 1s
156650K .......... .......... .......... .......... .......... 89%  355M 1s
156700K .......... .......... .......... .......... .......... 89%  337M 1s
156750K .......... .......... .......... .......... .......... 89%  314M 1s
156800K .......... .......... .......... .......... .......... 89%  329M 1s
156850K .......... .......... .......... .......... .......... 89%  336M 1s
156900K .......... .......... .......... .......... .......... 89%  267M 1s
156950K .......... .......... .......... .......... .......... 89%  144M 0s
157000K .......... .......... .......... .......... .......... 89% 44.6M 0s
157050K .......... .......... .......... .......... .......... 89%  333M 0s
157100K .......... .......... .......... .......... .......... 89%  310M 0s
157150K .......... .......... .......... .......... .......... 89%  328M 0s
157200K .......... .......... .......... .......... .......... 89% 94.5M 0s
157250K .......... .......... .......... .......... .......... 89%  261M 0s
157300K .......... .......... .......... .......... .......... 89%  267M 0s
157350K .......... .......... .......... .......... .......... 89%  379M 0s
157400K .......... .......... .......... .......... .......... 89%  348M 0s
157450K .......... .......... .......... .......... .......... 89%  410M 0s
157500K .......... .......... .......... .......... .......... 89%  274M 0s
157550K .......... .......... .......... .......... .......... 89%  316M 0s
157600K .......... .......... .......... .......... .......... 89%  321M 0s
157650K .......... .......... .......... .......... .......... 89% 1.54M 0s
157700K .......... .......... .......... .......... .......... 90%  288M 0s
157750K .......... .......... .......... .......... .......... 90%  273M 0s
157800K .......... .......... .......... .......... .......... 90%  309M 0s
157850K .......... .......... .......... .......... .......... 90%  367M 0s
157900K .......... .......... .......... .......... .......... 90%  346M 0s
157950K .......... .......... .......... .......... .......... 90%  408M 0s
158000K .......... .......... .......... .......... .......... 90% 12.8M 0s
158050K .......... .......... .......... .......... .......... 90%  331M 0s
158100K .......... .......... .......... .......... .......... 90%  270M 0s
158150K .......... .......... .......... .......... .......... 90%  312M 0s
158200K .......... .......... .......... .......... .......... 90%  359M 0s
158250K .......... .......... .......... .......... .......... 90%  325M 0s
158300K .......... .......... .......... .......... .......... 90% 19.6M 0s
158350K .......... .......... .......... .......... .......... 90%  298M 0s
158400K .......... .......... .......... .......... .......... 90%  236M 0s
158450K .......... .......... .......... .......... .......... 90%  284M 0s
158500K .......... .......... .......... .......... .......... 90%  297M 0s
158550K .......... .......... .......... .......... .......... 90%  314M 0s
158600K .......... .......... .......... .......... .......... 90%  318M 0s
158650K .......... .......... .......... .......... .......... 90%  248M 0s
158700K .......... .......... .......... .......... .......... 90%  294M 0s
158750K .......... .......... .......... .......... .......... 90%  304M 0s
158800K .......... .......... .......... .......... .......... 90%  234M 0s
158850K .......... .......... .......... .......... .......... 90%  358M 0s
158900K .......... .......... .......... .......... .......... 90%  317M 0s
158950K .......... .......... .......... .......... .......... 90%  305M 0s
159000K .......... .......... .......... .......... .......... 90%  389M 0s
159050K .......... .......... .......... .......... .......... 90%  315M 0s
159100K .......... .......... .......... .......... .......... 90%  403M 0s
159150K .......... .......... .......... .......... .......... 90%  352M 0s
159200K .......... .......... .......... .......... .......... 90%  337M 0s
159250K .......... .......... .......... .......... .......... 90%  384M 0s
159300K .......... .......... .......... .......... .......... 90%  344M 0s
159350K .......... .......... .......... .......... .......... 90%  382M 0s
159400K .......... .......... .......... .......... .......... 90%  227M 0s
159450K .......... .......... .......... .......... .......... 91%  343M 0s
159500K .......... .......... .......... .......... .......... 91%  418M 0s
159550K .......... .......... .......... .......... .......... 91%  340M 0s
159600K .......... .......... .......... .......... .......... 91%  375M 0s
159650K .......... .......... .......... .......... .......... 91%  330M 0s
159700K .......... .......... .......... .......... .......... 91% 1.72M 0s
159750K .......... .......... .......... .......... .......... 91%  269M 0s
159800K .......... .......... .......... .......... .......... 91%  268M 0s
159850K .......... .......... .......... .......... .......... 91%  370M 0s
159900K .......... .......... .......... .......... .......... 91%  253M 0s
159950K .......... .......... .......... .......... .......... 91%  309M 0s
160000K .......... .......... .......... .......... .......... 91%  321M 0s
160050K .......... .......... .......... .......... .......... 91%  307M 0s
160100K .......... .......... .......... .......... .......... 91%  312M 0s
160150K .......... .......... .......... .......... .......... 91%  338M 0s
160200K .......... .......... .......... .......... .......... 91%  317M 0s
160250K .......... .......... .......... .......... .......... 91%  314M 0s
160300K .......... .......... .......... .......... .......... 91%  356M 0s
160350K .......... .......... .......... .......... .......... 91%  257M 0s
160400K .......... .......... .......... .......... .......... 91%  186M 0s
160450K .......... .......... .......... .......... .......... 91%  297M 0s
160500K .......... .......... .......... .......... .......... 91%  338M 0s
160550K .......... .......... .......... .......... .......... 91%  405M 0s
160600K .......... .......... .......... .......... .......... 91%  254M 0s
160650K .......... .......... .......... .......... .......... 91%  142M 0s
160700K .......... .......... .......... .......... .......... 91%  354M 0s
160750K .......... .......... .......... .......... .......... 91%  318M 0s
160800K .......... .......... .......... .......... .......... 91%  301M 0s
160850K .......... .......... .......... .......... .......... 91%  326M 0s
160900K .......... .......... .......... .......... .......... 91%  296M 0s
160950K .......... .......... .......... .......... .......... 91%  312M 0s
161000K .......... .......... .......... .......... .......... 91%  286M 0s
161050K .......... .......... .......... .......... .......... 91% 14.4M 0s
161100K .......... .......... .......... .......... .......... 91%  332M 0s
161150K .......... .......... .......... .......... .......... 91%  274M 0s
161200K .......... .......... .......... .......... .......... 92%  325M 0s
161250K .......... .......... .......... .......... .......... 92%  332M 0s
161300K .......... .......... .......... .......... .......... 92%  283M 0s
161350K .......... .......... .......... .......... .......... 92%  286M 0s
161400K .......... .......... .......... .......... .......... 92%  370M 0s
161450K .......... .......... .......... .......... .......... 92%  324M 0s
161500K .......... .......... .......... .......... .......... 92%  345M 0s
161550K .......... .......... .......... .......... .......... 92%  361M 0s
161600K .......... .......... .......... .......... .......... 92%  390M 0s
161650K .......... .......... .......... .......... .......... 92%  324M 0s
161700K .......... .......... .......... .......... .......... 92%  334M 0s
161750K .......... .......... .......... .......... .......... 92% 1.62M 0s
161800K .......... .......... .......... .......... .......... 92%  253M 0s
161850K .......... .......... .......... .......... .......... 92%  333M 0s
161900K .......... .......... .......... .......... .......... 92%  316M 0s
161950K .......... .......... .......... .......... .......... 92%  259M 0s
162000K .......... .......... .......... .......... .......... 92%  314M 0s
162050K .......... .......... .......... .......... .......... 92%  375M 0s
162100K .......... .......... .......... .......... .......... 92%  128M 0s
162150K .......... .......... .......... .......... .......... 92%  247M 0s
162200K .......... .......... .......... .......... .......... 92%  277M 0s
162250K .......... .......... .......... .......... .......... 92%  265M 0s
162300K .......... .......... .......... .......... .......... 92%  323M 0s
162350K .......... .......... .......... .......... .......... 92%  125M 0s
162400K .......... .......... .......... .......... .......... 92%  301M 0s
162450K .......... .......... .......... .......... .......... 92%  294M 0s
162500K .......... .......... .......... .......... .......... 92%  299M 0s
162550K .......... .......... .......... .......... .......... 92%  338M 0s
162600K .......... .......... .......... .......... .......... 92%  150M 0s
162650K .......... .......... .......... .......... .......... 92%  223M 0s
162700K .......... .......... .......... .......... .......... 92%  270M 0s
162750K .......... .......... .......... .......... .......... 92%  303M 0s
162800K .......... .......... .......... .......... .......... 92%  243M 0s
162850K .......... .......... .......... .......... .......... 92%  128M 0s
162900K .......... .......... .......... .......... .......... 92%  221M 0s
162950K .......... .......... .......... .......... .......... 93%  298M 0s
163000K .......... .......... .......... .......... .......... 93%  109M 0s
163050K .......... .......... .......... .......... .......... 93%  400M 0s
163100K .......... .......... .......... .......... .......... 93% 49.9M 0s
163150K .......... .......... .......... .......... .......... 93%  106M 0s
163200K .......... .......... .......... .......... .......... 93%  381M 0s
163250K .......... .......... .......... .......... .......... 93%  362M 0s
163300K .......... .......... .......... .......... .......... 93%  377M 0s
163350K .......... .......... .......... .......... .......... 93% 5.07M 0s
163400K .......... .......... .......... .......... .......... 93%  311M 0s
163450K .......... .......... .......... .......... .......... 93%  270M 0s
163500K .......... .......... .......... .......... .......... 93%  309M 0s
163550K .......... .......... .......... .......... .......... 93%  315M 0s
163600K .......... .......... .......... .......... .......... 93%  351M 0s
163650K .......... .......... .......... .......... .......... 93%  376M 0s
163700K .......... .......... .......... .......... .......... 93%  341M 0s
163750K .......... .......... .......... .......... .......... 93%  332M 0s
163800K .......... .......... .......... .......... .......... 93% 1.32M 0s
163850K .......... .......... .......... .......... .......... 93%  275M 0s
163900K .......... .......... .......... .......... .......... 93%  294M 0s
163950K .......... .......... .......... .......... .......... 93%  273M 0s
164000K .......... .......... .......... .......... .......... 93%  210M 0s
164050K .......... .......... .......... .......... .......... 93%  383M 0s
164100K .......... .......... .......... .......... .......... 93%  301M 0s
164150K .......... .......... .......... .......... .......... 93%  361M 0s
164200K .......... .......... .......... .......... .......... 93%  360M 0s
164250K .......... .......... .......... .......... .......... 93%  369M 0s
164300K .......... .......... .......... .......... .......... 93%  340M 0s
164350K .......... .......... .......... .......... .......... 93%  307M 0s
164400K .......... .......... .......... .......... .......... 93%  374M 0s
164450K .......... .......... .......... .......... .......... 93%  374M 0s
164500K .......... .......... .......... .......... .......... 93% 11.8M 0s
164550K .......... .......... .......... .......... .......... 93%  276M 0s
164600K .......... .......... .......... .......... .......... 93%  288M 0s
164650K .......... .......... .......... .......... .......... 93%  283M 0s
164700K .......... .......... .......... .......... .......... 94%  302M 0s
164750K .......... .......... .......... .......... .......... 94%  346M 0s
164800K .......... .......... .......... .......... .......... 94%  326M 0s
164850K .......... .......... .......... .......... .......... 94%  309M 0s
164900K .......... .......... .......... .......... .......... 94%  320M 0s
164950K .......... .......... .......... .......... .......... 94%  317M 0s
165000K .......... .......... .......... .......... .......... 94%  300M 0s
165050K .......... .......... .......... .......... .......... 94%  275M 0s
165100K .......... .......... .......... .......... .......... 94%  338M 0s
165150K .......... .......... .......... .......... .......... 94%  311M 0s
165200K .......... .......... .......... .......... .......... 94%  398M 0s
165250K .......... .......... .......... .......... .......... 94%  311M 0s
165300K .......... .......... .......... .......... .......... 94%  347M 0s
165350K .......... .......... .......... .......... .......... 94%  386M 0s
165400K .......... .......... .......... .......... .......... 94%  324M 0s
165450K .......... .......... .......... .......... .......... 94%  346M 0s
165500K .......... .......... .......... .......... .......... 94%  412M 0s
165550K .......... .......... .......... .......... .......... 94%  343M 0s
165600K .......... .......... .......... .......... .......... 94%  311M 0s
165650K .......... .......... .......... .......... .......... 94%  366M 0s
165700K .......... .......... .......... .......... .......... 94%  392M 0s
165750K .......... .......... .......... .......... .......... 94%  372M 0s
165800K .......... .......... .......... .......... .......... 94%  351M 0s
165850K .......... .......... .......... .......... .......... 94% 1.31M 0s
165900K .......... .......... .......... .......... .......... 94%  256M 0s
165950K .......... .......... .......... .......... .......... 94%  299M 0s
166000K .......... .......... .......... .......... .......... 94%  327M 0s
166050K .......... .......... .......... .......... .......... 94%  343M 0s
166100K .......... .......... .......... .......... .......... 94%  339M 0s
166150K .......... .......... .......... .......... .......... 94%  392M 0s
166200K .......... .......... .......... .......... .......... 94%  175M 0s
166250K .......... .......... .......... .......... .......... 94%  319M 0s
166300K .......... .......... .......... .......... .......... 94%  292M 0s
166350K .......... .......... .......... .......... .......... 94%  354M 0s
166400K .......... .......... .......... .......... .......... 94%  374M 0s
166450K .......... .......... .......... .......... .......... 95% 80.5M 0s
166500K .......... .......... .......... .......... .......... 95%  338M 0s
166550K .......... .......... .......... .......... .......... 95%  347M 0s
166600K .......... .......... .......... .......... .......... 95%  376M 0s
166650K .......... .......... .......... .......... .......... 95%  155M 0s
166700K .......... .......... .......... .......... .......... 95%  284M 0s
166750K .......... .......... .......... .......... .......... 95%  350M 0s
166800K .......... .......... .......... .......... .......... 95%  306M 0s
166850K .......... .......... .......... .......... .......... 95%  337M 0s
166900K .......... .......... .......... .......... .......... 95%  418M 0s
166950K .......... .......... .......... .......... .......... 95% 42.5M 0s
167000K .......... .......... .......... .......... .......... 95%  123M 0s
167050K .......... .......... .......... .......... .......... 95%  292M 0s
167100K .......... .......... .......... .......... .......... 95%  399M 0s
167150K .......... .......... .......... .......... .......... 95%  341M 0s
167200K .......... .......... .......... .......... .......... 95%  363M 0s
167250K .......... .......... .......... .......... .......... 95%  364M 0s
167300K .......... .......... .......... .......... .......... 95%  356M 0s
167350K .......... .......... .......... .......... .......... 95% 9.92M 0s
167400K .......... .......... .......... .......... .......... 95%  283M 0s
167450K .......... .......... .......... .......... .......... 95%  369M 0s
167500K .......... .......... .......... .......... .......... 95%  305M 0s
167550K .......... .......... .......... .......... .......... 95%  349M 0s
167600K .......... .......... .......... .......... .......... 95%  398M 0s
167650K .......... .......... .......... .......... .......... 95% 71.6M 0s
167700K .......... .......... .......... .......... .......... 95%  266M 0s
167750K .......... .......... .......... .......... .......... 95%  342M 0s
167800K .......... .......... .......... .......... .......... 95%  428M 0s
167850K .......... .......... .......... .......... .......... 95%  310M 0s
167900K .......... .......... .......... .......... .......... 95% 1.33M 0s
167950K .......... .......... .......... .......... .......... 95%  138M 0s
168000K .......... .......... .......... .......... .......... 95%  296M 0s
168050K .......... .......... .......... .......... .......... 95%  311M 0s
168100K .......... .......... .......... .......... .......... 95%  326M 0s
168150K .......... .......... .......... .......... .......... 95%  323M 0s
168200K .......... .......... .......... .......... .......... 96%  373M 0s
168250K .......... .......... .......... .......... .......... 96%  192M 0s
168300K .......... .......... .......... .......... .......... 96%  298M 0s
168350K .......... .......... .......... .......... .......... 96%  343M 0s
168400K .......... .......... .......... .......... .......... 96%  358M 0s
168450K .......... .......... .......... .......... .......... 96%  317M 0s
168500K .......... .......... .......... .......... .......... 96% 14.2M 0s
168550K .......... .......... .......... .......... .......... 96%  306M 0s
168600K .......... .......... .......... .......... .......... 96%  321M 0s
168650K .......... .......... .......... .......... .......... 96%  245M 0s
168700K .......... .......... .......... .......... .......... 96%  368M 0s
168750K .......... .......... .......... .......... .......... 96% 88.6M 0s
168800K .......... .......... .......... .......... .......... 96%  314M 0s
168850K .......... .......... .......... .......... .......... 96%  377M 0s
168900K .......... .......... .......... .......... .......... 96%  267M 0s
168950K .......... .......... .......... .......... .......... 96%  352M 0s
169000K .......... .......... .......... .......... .......... 96% 92.2M 0s
169050K .......... .......... .......... .......... .......... 96%  190M 0s
169100K .......... .......... .......... .......... .......... 96%  340M 0s
169150K .......... .......... .......... .......... .......... 96%  279M 0s
169200K .......... .......... .......... .......... .......... 96%  362M 0s
169250K .......... .......... .......... .......... .......... 96%  248M 0s
169300K .......... .......... .......... .......... .......... 96%  310M 0s
169350K .......... .......... .......... .......... .......... 96%  206M 0s
169400K .......... .......... .......... .......... .......... 96%  371M 0s
169450K .......... .......... .......... .......... .......... 96%  204M 0s
169500K .......... .......... .......... .......... .......... 96%  177M 0s
169550K .......... .......... .......... .......... .......... 96%  247M 0s
169600K .......... .......... .......... .......... .......... 96%  165M 0s
169650K .......... .......... .......... .......... .......... 96%  331M 0s
169700K .......... .......... .......... .......... .......... 96%  273M 0s
169750K .......... .......... .......... .......... .......... 96%  166M 0s
169800K .......... .......... .......... .......... .......... 96%  354M 0s
169850K .......... .......... .......... .......... .......... 96%  342M 0s
169900K .......... .......... .......... .......... .......... 96%  178M 0s
169950K .......... .......... .......... .......... .......... 97% 1.56M 0s
170000K .......... .......... .......... .......... .......... 97%  271M 0s
170050K .......... .......... .......... .......... .......... 97%  299M 0s
170100K .......... .......... .......... .......... .......... 97%  385M 0s
170150K .......... .......... .......... .......... .......... 97%  282M 0s
170200K .......... .......... .......... .......... .......... 97% 30.5M 0s
170250K .......... .......... .......... .......... .......... 97%  230M 0s
170300K .......... .......... .......... .......... .......... 97%  258M 0s
170350K .......... .......... .......... .......... .......... 97%  360M 0s
170400K .......... .......... .......... .......... .......... 97%  274M 0s
170450K .......... .......... .......... .......... .......... 97%  348M 0s
170500K .......... .......... .......... .......... .......... 97%  281M 0s
170550K .......... .......... .......... .......... .......... 97%  313M 0s
170600K .......... .......... .......... .......... .......... 97%  251M 0s
170650K .......... .......... .......... .......... .......... 97%  305M 0s
170700K .......... .......... .......... .......... .......... 97%  368M 0s
170750K .......... .......... .......... .......... .......... 97%  373M 0s
170800K .......... .......... .......... .......... .......... 97% 37.6M 0s
170850K .......... .......... .......... .......... .......... 97%  294M 0s
170900K .......... .......... .......... .......... .......... 97%  285M 0s
170950K .......... .......... .......... .......... .......... 97%  322M 0s
171000K .......... .......... .......... .......... .......... 97%  315M 0s
171050K .......... .......... .......... .......... .......... 97%  272M 0s
171100K .......... .......... .......... .......... .......... 97%  336M 0s
171150K .......... .......... .......... .......... .......... 97%  282M 0s
171200K .......... .......... .......... .......... .......... 97%  325M 0s
171250K .......... .......... .......... .......... .......... 97%  406M 0s
171300K .......... .......... .......... .......... .......... 97%  354M 0s
171350K .......... .......... .......... .......... .......... 97%  346M 0s
171400K .......... .......... .......... .......... .......... 97%  356M 0s
171450K .......... .......... .......... .......... .......... 97%  286M 0s
171500K .......... .......... .......... .......... .......... 97%  351M 0s
171550K .......... .......... .......... .......... .......... 97%  254M 0s
171600K .......... .......... .......... .......... .......... 97%  296M 0s
171650K .......... .......... .......... .......... .......... 97%  331M 0s
171700K .......... .......... .......... .......... .......... 98%  319M 0s
171750K .......... .......... .......... .......... .......... 98%  341M 0s
171800K .......... .......... .......... .......... .......... 98%  408M 0s
171850K .......... .......... .......... .......... .......... 98%  347M 0s
171900K .......... .......... .......... .......... .......... 98%  286M 0s
171950K .......... .......... .......... .......... .......... 98%  362M 0s
172000K .......... .......... .......... .......... .......... 98% 1.62M 0s
172050K .......... .......... .......... .......... .......... 98%  351M 0s
172100K .......... .......... .......... .......... .......... 98%  315M 0s
172150K .......... .......... .......... .......... .......... 98%  300M 0s
172200K .......... .......... .......... .......... .......... 98%  342M 0s
172250K .......... .......... .......... .......... .......... 98%  333M 0s
172300K .......... .......... .......... .......... .......... 98% 11.2M 0s
172350K .......... .......... .......... .......... .......... 98%  317M 0s
172400K .......... .......... .......... .......... .......... 98%  353M 0s
172450K .......... .......... .......... .......... .......... 98%  296M 0s
172500K .......... .......... .......... .......... .......... 98%  227M 0s
172550K .......... .......... .......... .......... .......... 98%  347M 0s
172600K .......... .......... .......... .......... .......... 98%  294M 0s
172650K .......... .......... .......... .......... .......... 98%  329M 0s
172700K .......... .......... .......... .......... .......... 98%  359M 0s
172750K .......... .......... .......... .......... .......... 98%  337M 0s
172800K .......... .......... .......... .......... .......... 98%  398M 0s
172850K .......... .......... .......... .......... .......... 98%  313M 0s
172900K .......... .......... .......... .......... .......... 98%  356M 0s
172950K .......... .......... .......... .......... .......... 98%  371M 0s
173000K .......... .......... .......... .......... .......... 98%  371M 0s
173050K .......... .......... .......... .......... .......... 98%  329M 0s
173100K .......... .......... .......... .......... .......... 98%  284M 0s
173150K .......... .......... .......... .......... .......... 98%  352M 0s
173200K .......... .......... .......... .......... .......... 98%  280M 0s
173250K .......... .......... .......... .......... .......... 98%  283M 0s
173300K .......... .......... .......... .......... .......... 98%  321M 0s
173350K .......... .......... .......... .......... .......... 98%  322M 0s
173400K .......... .......... .......... .......... .......... 98%  371M 0s
173450K .......... .......... .......... .......... .......... 99%  375M 0s
173500K .......... .......... .......... .......... .......... 99%  345M 0s
173550K .......... .......... .......... .......... .......... 99%  328M 0s
173600K .......... .......... .......... .......... .......... 99%  328M 0s
173650K .......... .......... .......... .......... .......... 99%  293M 0s
173700K .......... .......... .......... .......... .......... 99%  272M 0s
173750K .......... .......... .......... .......... .......... 99%  379M 0s
173800K .......... .......... .......... .......... .......... 99%  284M 0s
173850K .......... .......... .......... .......... .......... 99%  310M 0s
173900K .......... .......... .......... .......... .......... 99%  316M 0s
173950K .......... .......... .......... .......... .......... 99%  375M 0s
174000K .......... .......... .......... .......... .......... 99%  371M 0s
174050K .......... .......... .......... .......... .......... 99% 1.33M 0s
174100K .......... .......... .......... .......... .......... 99%  331M 0s
174150K .......... .......... .......... .......... .......... 99%  282M 0s
174200K .......... .......... .......... .......... .......... 99%  247M 0s
174250K .......... .......... .......... .......... .......... 99%  351M 0s
174300K .......... .......... .......... .......... .......... 99%  244M 0s
174350K .......... .......... .......... .......... .......... 99%  265M 0s
174400K .......... .......... .......... .......... .......... 99%  295M 0s
174450K .......... .......... .......... .......... .......... 99%  343M 0s
174500K .......... .......... .......... .......... .......... 99%  346M 0s
174550K .......... .......... .......... .......... .......... 99%  305M 0s
174600K .......... .......... .......... .......... .......... 99%  375M 0s
174650K .......... .......... .......... .......... .......... 99%  347M 0s
174700K .......... .......... .......... .......... .......... 99%  413M 0s
174750K .......... .......... .......... .......... .......... 99%  323M 0s
174800K .......... .......... .......... .......... .......... 99%  325M 0s
174850K .......... .......... .......... .......... .......... 99%  416M 0s
174900K .......... .......... .......... .......... .......... 99%  344M 0s
174950K .......... .......... .......... .......... .......... 99%  353M 0s
175000K .......... .......... .......... .......... .......... 99%  342M 0s
175050K .......... .......... .......... .......... .......... 99%  392M 0s
175100K .......... .......... .......... .......... .......... 99%  351M 0s
175150K .......... .......... .......... .......... .......... 99%  361M 0s
175200K .......... .......... .......... .......... ...       100%  319M=4.7s

2024-04-17 17:33:57 (36.5 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-17 17:33:57--  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-17 17:33:57--  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% 32.0M 7s
    50K .......... .......... .......... .......... ..........  0% 94.8M 5s
   100K .......... .......... .......... .......... ..........  0%  119M 4s
   150K .......... .......... .......... .......... ..........  0%  103M 3s
   200K .......... .......... .......... .......... ..........  0%  113M 3s
   250K .......... .......... .......... .......... ..........  0% 97.3M 3s
   300K .......... .......... .......... .......... ..........  0%  126M 3s
   350K .......... .......... .......... .......... ..........  0%  107M 3s
   400K .......... .......... .......... .......... ..........  0%  110M 3s
   450K .......... .......... .......... .......... ..........  0%  122M 3s
   500K .......... .......... .......... .......... ..........  0%  101M 3s
   550K .......... .......... .......... .......... ..........  0%  114M 3s
   600K .......... .......... .......... .......... ..........  0% 78.5M 3s
   650K .......... .......... .......... .......... ..........  0% 50.2M 3s
   700K .......... .......... .......... .......... ..........  0% 64.3M 3s
   750K .......... .......... .......... .......... ..........  0% 57.2M 3s
   800K .......... .......... .......... .......... ..........  0% 58.1M 3s
   850K .......... .......... .......... .......... ..........  0% 51.8M 3s
   900K .......... .......... .......... .......... ..........  0% 56.8M 3s
   950K .......... .......... .......... .......... ..........  0% 60.0M 3s
  1000K .......... .......... .......... .......... ..........  0% 55.0M 3s
  1050K .......... .......... .......... .......... ..........  0% 55.1M 3s
  1100K .......... .......... .......... .......... ..........  0% 7.37M 4s
  1150K .......... .......... .......... .......... ..........  0%  151M 4s
  1200K .......... .......... .......... .......... ..........  0% 98.6M 4s
  1250K .......... .......... .......... .......... ..........  0% 53.0M 4s
  1300K .......... .......... .......... .......... ..........  0% 54.4M 4s
  1350K .......... .......... .......... .......... ..........  0% 54.5M 4s
  1400K .......... .......... .......... .......... ..........  0% 58.0M 4s
  1450K .......... .......... .......... .......... ..........  0% 65.8M 4s
  1500K .......... .......... .......... .......... ..........  0% 84.6M 4s
  1550K .......... .......... .......... .......... ..........  0% 35.7M 4s
  1600K .......... .......... .......... .......... ..........  0% 49.3M 4s
  1650K .......... .......... .......... .......... ..........  0% 41.3M 4s
  1700K .......... .......... .......... .......... ..........  0% 31.2M 4s
  1750K .......... .......... .......... .......... ..........  0%  106M 4s
  1800K .......... .......... .......... .......... ..........  0% 32.4M 4s
  1850K .......... .......... .......... .......... ..........  0%  100M 4s
  1900K .......... .......... .......... .......... ..........  0% 32.9M 4s
  1950K .......... .......... .......... .......... ..........  0%  111M 4s
  2000K .......... .......... .......... .......... ..........  0% 47.7M 4s
  2050K .......... .......... .......... .......... ..........  0% 38.9M 4s
  2100K .......... .......... .......... .......... ..........  0% 49.4M 4s
  2150K .......... .......... .......... .......... ..........  0% 48.7M 4s
  2200K .......... .......... .......... .......... ..........  0%  104M 4s
  2250K .......... .......... .......... .......... ..........  0%  122M 4s
  2300K .......... .......... .......... .......... ..........  0%  113M 4s
  2350K .......... .......... .......... .......... ..........  1%  110M 4s
  2400K .......... .......... .......... .......... ..........  1%  101M 4s
  2450K .......... .......... .......... .......... ..........  1%  101M 4s
  2500K .......... .......... .......... .......... ..........  1%  126M 4s
  2550K .......... .......... .......... .......... ..........  1%  101M 4s
  2600K .......... .......... .......... .......... ..........  1%  117M 4s
  2650K .......... .......... .......... .......... ..........  1% 7.41M 5s
  2700K .......... .......... .......... .......... ..........  1%  251M 4s
  2750K .......... .......... .......... .......... ..........  1% 5.61M 5s
  2800K .......... .......... .......... .......... ..........  1%  203M 5s
  2850K .......... .......... .......... .......... ..........  1%  259M 5s
  2900K .......... .......... .......... .......... ..........  1%  235M 5s
  2950K .......... .......... .......... .......... ..........  1%  284M 5s
  3000K .......... .......... .......... .......... ..........  1% 46.7M 5s
  3050K .......... .......... .......... .......... ..........  1% 39.2M 5s
  3100K .......... .......... .......... .......... ..........  1% 38.2M 5s
  3150K .......... .......... .......... .......... ..........  1% 35.7M 5s
  3200K .......... .......... .......... .......... ..........  1% 36.1M 5s
  3250K .......... .......... .......... .......... ..........  1% 38.1M 5s
  3300K .......... .......... .......... .......... ..........  1% 37.5M 5s
  3350K .......... .......... .......... .......... ..........  1% 38.0M 5s
  3400K .......... .......... .......... .......... ..........  1% 38.1M 5s
  3450K .......... .......... .......... .......... ..........  1% 39.3M 5s
  3500K .......... .......... .......... .......... ..........  1% 35.7M 5s
  3550K .......... .......... .......... .......... ..........  1% 36.7M 5s
  3600K .......... .......... .......... .......... ..........  1% 13.3M 5s
  3650K .......... .......... .......... .......... ..........  1% 63.8M 5s
  3700K .......... .......... .......... .......... ..........  1% 22.6M 5s
  3750K .......... .......... .......... .......... ..........  1%  134M 5s
  3800K .......... .......... .......... .......... ..........  1%  118M 5s
  3850K .......... .......... .......... .......... ..........  1% 30.4M 5s
  3900K .......... .......... .......... .......... ..........  1%  171M 5s
  3950K .......... .......... .......... .......... ..........  1% 97.0M 5s
  4000K .......... .......... .......... .......... ..........  1% 50.4M 5s
  4050K .......... .......... .......... .......... ..........  1%  116M 5s
  4100K .......... .......... .......... .......... ..........  1%  112M 5s
  4150K .......... .......... .......... .......... ..........  1% 94.4M 5s
  4200K .......... .......... .......... .......... ..........  1%  112M 5s
  4250K .......... .......... .......... .......... ..........  1%  119M 5s
  4300K .......... .......... .......... .......... ..........  1% 92.7M 5s
  4350K .......... .......... .......... .......... ..........  1%  133M 5s
  4400K .......... .......... .......... .......... ..........  1%  108M 5s
  4450K .......... .......... .......... .......... ..........  1%  138M 5s
  4500K .......... .......... .......... .......... ..........  1% 94.2M 5s
  4550K .......... .......... .......... .......... ..........  1%  113M 5s
  4600K .......... .......... .......... .......... ..........  1%  117M 5s
  4650K .......... .......... .......... .......... ..........  1%  102M 5s
  4700K .......... .......... .......... .......... ..........  1%  117M 5s
  4750K .......... .......... .......... .......... ..........  2%  129M 5s
  4800K .......... .......... .......... .......... ..........  2%  100M 5s
  4850K .......... .......... .......... .......... ..........  2%  127M 5s
  4900K .......... .......... .......... .......... ..........  2% 7.66M 5s
  4950K .......... .......... .......... .......... ..........  2%  252M 5s
  5000K .......... .......... .......... .......... ..........  2%  273M 5s
  5050K .......... .......... .......... .......... ..........  2%  281M 5s
  5100K .......... .......... .......... .......... ..........  2%  304M 5s
  5150K .......... .......... .......... .......... ..........  2% 7.49M 5s
  5200K .......... .......... .......... .......... ..........  2%  246M 5s
  5250K .......... .......... .......... .......... ..........  2%  238M 5s
  5300K .......... .......... .......... .......... ..........  2%  273M 5s
  5350K .......... .......... .......... .......... ..........  2%  264M 5s
  5400K .......... .......... .......... .......... ..........  2%  323M 5s
  5450K .......... .......... .......... .......... ..........  2% 7.75M 5s
  5500K .......... .......... .......... .......... ..........  2%  292M 5s
  5550K .......... .......... .......... .......... ..........  2%  264M 5s
  5600K .......... .......... .......... .......... ..........  2%  289M 5s
  5650K .......... .......... .......... .......... ..........  2%  232M 5s
  5700K .......... .......... .......... .......... ..........  2%  283M 5s
  5750K .......... .......... .......... .......... ..........  2% 50.7M 5s
  5800K .......... .......... .......... .......... ..........  2% 31.1M 5s
  5850K .......... .......... .......... .......... ..........  2%  149M 5s
  5900K .......... .......... .......... .......... ..........  2% 69.9M 5s
  5950K .......... .......... .......... .......... ..........  2% 60.5M 5s
  6000K .......... .......... .......... .......... ..........  2% 56.7M 5s
  6050K .......... .......... .......... .......... ..........  2%  132M 5s
  6100K .......... .......... .......... .......... ..........  2%  114M 5s
  6150K .......... .......... .......... .......... ..........  2% 85.1M 5s
  6200K .......... .......... .......... .......... ..........  2%  113M 5s
  6250K .......... .......... .......... .......... ..........  2%  132M 5s
  6300K .......... .......... .......... .......... ..........  2%  108M 5s
  6350K .......... .......... .......... .......... ..........  2%  117M 5s
  6400K .......... .......... .......... .......... ..........  2%  101M 5s
  6450K .......... .......... .......... .......... ..........  2%  124M 4s
  6500K .......... .......... .......... .......... ..........  2%  103M 4s
  6550K .......... .......... .......... .......... ..........  2%  112M 4s
  6600K .......... .......... .......... .......... ..........  2% 99.5M 4s
  6650K .......... .......... .......... .......... ..........  2%  148M 4s
  6700K .......... .......... .......... .......... ..........  2% 94.7M 4s
  6750K .......... .......... .......... .......... ..........  2%  114M 4s
  6800K .......... .......... .......... .......... ..........  2%  129M 4s
  6850K .......... .......... .......... .......... ..........  2%  104M 4s
  6900K .......... .......... .......... .......... ..........  2%  130M 4s
  6950K .......... .......... .......... .......... ..........  2%  104M 4s
  7000K .......... .......... .......... .......... ..........  2%  114M 4s
  7050K .......... .......... .......... .......... ..........  2% 91.7M 4s
  7100K .......... .......... .......... .......... ..........  2%  128M 4s
  7150K .......... .......... .......... .......... ..........  3% 98.2M 4s
  7200K .......... .......... .......... .......... ..........  3%  148M 4s
  7250K .......... .......... .......... .......... ..........  3% 98.0M 4s
  7300K .......... .......... .......... .......... ..........  3% 83.3M 4s
  7350K .......... .......... .......... .......... ..........  3%  233M 4s
  7400K .......... .......... .......... .......... ..........  3%  113M 4s
  7450K .......... .......... .......... .......... ..........  3% 80.5M 4s
  7500K .......... .......... .......... .......... ..........  3%  176M 4s
  7550K .......... .......... .......... .......... ..........  3% 94.9M 4s
  7600K .......... .......... .......... .......... ..........  3%  130M 4s
  7650K .......... .......... .......... .......... ..........  3%  109M 4s
  7700K .......... .......... .......... .......... ..........  3%  125M 4s
  7750K .......... .......... .......... .......... ..........  3%  110M 4s
  7800K .......... .......... .......... .......... ..........  3%  107M 4s
  7850K .......... .......... .......... .......... ..........  3%  110M 4s
  7900K .......... .......... .......... .......... ..........  3%  107M 4s
  7950K .......... .......... .......... .......... ..........  3%  112M 4s
  8000K .......... .......... .......... .......... ..........  3% 82.6M 4s
  8050K .......... .......... .......... .......... ..........  3% 57.3M 4s
  8100K .......... .......... .......... .......... ..........  3% 57.7M 4s
  8150K .......... .......... .......... .......... ..........  3% 49.3M 4s
  8200K .......... .......... .......... .......... ..........  3% 6.94M 4s
  8250K .......... .......... .......... .......... ..........  3%  238M 4s
  8300K .......... .......... .......... .......... ..........  3%  271M 4s
  8350K .......... .......... .......... .......... ..........  3%  246M 4s
  8400K .......... .......... .......... .......... ..........  3%  273M 4s
  8450K .......... .......... .......... .......... ..........  3%  233M 4s
  8500K .......... .......... .......... .......... ..........  3%  258M 4s
  8550K .......... .......... .......... .......... ..........  3%  277M 4s
  8600K .......... .......... .......... .......... ..........  3%  312M 4s
  8650K .......... .......... .......... .......... ..........  3%  117M 4s
  8700K .......... .......... .......... .......... ..........  3% 38.2M 4s
  8750K .......... .......... .......... .......... ..........  3% 38.4M 4s
  8800K .......... .......... .......... .......... ..........  3% 37.1M 4s
  8850K .......... .......... .......... .......... ..........  3% 34.7M 4s
  8900K .......... .......... .......... .......... ..........  3% 36.1M 4s
  8950K .......... .......... .......... .......... ..........  3% 38.3M 4s
  9000K .......... .......... .......... .......... ..........  3% 40.1M 4s
  9050K .......... .......... .......... .......... ..........  3% 56.2M 4s
  9100K .......... .......... .......... .......... ..........  3% 56.4M 4s
  9150K .......... .......... .......... .......... ..........  3% 52.0M 4s
  9200K .......... .......... .......... .......... ..........  3% 59.6M 4s
  9250K .......... .......... .......... .......... ..........  3% 52.1M 4s
  9300K .......... .......... .......... .......... ..........  3% 57.2M 4s
  9350K .......... .......... .......... .......... ..........  3% 51.6M 4s
  9400K .......... .......... .......... .......... ..........  3% 78.5M 4s
  9450K .......... .......... .......... .......... ..........  3%  112M 4s
  9500K .......... .......... .......... .......... ..........  3%  135M 4s
  9550K .......... .......... .......... .......... ..........  4%  105M 4s
  9600K .......... .......... .......... .......... ..........  4%  120M 4s
  9650K .......... .......... .......... .......... ..........  4%  115M 4s
  9700K .......... .......... .......... .......... ..........  4%  102M 4s
  9750K .......... .......... .......... .......... ..........  4%  113M 4s
  9800K .......... .......... .......... .......... ..........  4%  122M 4s
  9850K .......... .......... .......... .......... ..........  4% 98.1M 4s
  9900K .......... .......... .......... .......... ..........  4%  117M 4s
  9950K .......... .......... .......... .......... ..........  4%  113M 4s
 10000K .......... .......... .......... .......... ..........  4%  104M 4s
 10050K .......... .......... .......... .......... ..........  4%  121M 4s
 10100K .......... .......... .......... .......... ..........  4%  128M 4s
 10150K .......... .......... .......... .......... ..........  4%  120M 4s
 10200K .......... .......... .......... .......... ..........  4%  111M 4s
 10250K .......... .......... .......... .......... ..........  4%  109M 4s
 10300K .......... .......... .......... .......... ..........  4%  103M 4s
 10350K .......... .......... .......... .......... ..........  4%  132M 4s
 10400K .......... .......... .......... .......... ..........  4%  101M 4s
 10450K .......... .......... .......... .......... ..........  4%  127M 4s
 10500K .......... .......... .......... .......... ..........  4%  104M 4s
 10550K .......... .......... .......... .......... ..........  4%  112M 4s
 10600K .......... .......... .......... .......... ..........  4%  112M 4s
 10650K .......... .......... .......... .......... ..........  4% 98.6M 4s
 10700K .......... .......... .......... .......... ..........  4%  118M 4s
 10750K .......... .......... .......... .......... ..........  4%  115M 4s
 10800K .......... .......... .......... .......... ..........  4%  111M 4s
 10850K .......... .......... .......... .......... ..........  4%  119M 4s
 10900K .......... .......... .......... .......... ..........  4% 7.02M 4s
 10950K .......... .......... .......... .......... ..........  4%  229M 4s
 11000K .......... .......... .......... .......... ..........  4%  268M 4s
 11050K .......... .......... .......... .......... ..........  4%  247M 4s
 11100K .......... .......... .......... .......... ..........  4%  269M 4s
 11150K .......... .......... .......... .......... ..........  4%  267M 4s
 11200K .......... .......... .......... .......... ..........  4%  264M 4s
 11250K .......... .......... .......... .......... ..........  4%  262M 4s
 11300K .......... .......... .......... .......... ..........  4%  300M 4s
 11350K .......... .......... .......... .......... ..........  4%  254M 4s
 11400K .......... .......... .......... .......... ..........  4%  220M 4s
 11450K .......... .......... .......... .......... ..........  4%  233M 4s
 11500K .......... .......... .......... .......... ..........  4%  264M 4s
 11550K .......... .......... .......... .......... ..........  4%  230M 4s
 11600K .......... .......... .......... .......... ..........  4%  241M 4s
 11650K .......... .......... .......... .......... ..........  4%  247M 4s
 11700K .......... .......... .......... .......... ..........  4%  206M 4s
 11750K .......... .......... .......... .......... ..........  4%  107M 4s
 11800K .......... .......... .......... .......... ..........  4% 92.2M 4s
 11850K .......... .......... .......... .......... ..........  4% 55.2M 4s
 11900K .......... .......... .......... .......... ..........  5% 53.2M 4s
 11950K .......... .......... .......... .......... ..........  5% 65.4M 4s
 12000K .......... .......... .......... .......... ..........  5% 56.6M 4s
 12050K .......... .......... .......... .......... ..........  5% 50.9M 4s
 12100K .......... .......... .......... .......... ..........  5% 57.7M 4s
 12150K .......... .......... .......... .......... ..........  5% 57.6M 4s
 12200K .......... .......... .......... .......... ..........  5% 54.2M 4s
 12250K .......... .......... .......... .......... ..........  5% 51.4M 4s
 12300K .......... .......... .......... .......... ..........  5% 36.1M 4s
 12350K .......... .......... .......... .......... ..........  5% 35.8M 4s
 12400K .......... .......... .......... .......... ..........  5% 40.0M 4s
 12450K .......... .......... .......... .......... ..........  5% 36.1M 4s
 12500K .......... .......... .......... .......... ..........  5% 40.6M 4s
 12550K .......... .......... .......... .......... ..........  5% 57.9M 4s
 12600K .......... .......... .......... .......... ..........  5% 6.91M 4s
 12650K .......... .......... .......... .......... ..........  5%  164M 4s
 12700K .......... .......... .......... .......... ..........  5%  176M 4s
 12750K .......... .......... .......... .......... ..........  5%  218M 4s
 12800K .......... .......... .......... .......... ..........  5%  247M 4s
 12850K .......... .......... .......... .......... ..........  5%  240M 4s
 12900K .......... .......... .......... .......... ..........  5%  276M 4s
 12950K .......... .......... .......... .......... ..........  5%  260M 4s
 13000K .......... .......... .......... .......... ..........  5%  276M 4s
 13050K .......... .......... .......... .......... ..........  5%  264M 4s
 13100K .......... .......... .......... .......... ..........  5%  300M 4s
 13150K .......... .......... .......... .......... ..........  5%  262M 4s
 13200K .......... .......... .......... .......... ..........  5%  302M 4s
 13250K .......... .......... .......... .......... ..........  5% 9.11M 4s
 13300K .......... .......... .......... .......... ..........  5%  277M 4s
 13350K .......... .......... .......... .......... ..........  5%  208M 4s
 13400K .......... .......... .......... .......... ..........  5%  261M 4s
 13450K .......... .......... .......... .......... ..........  5%  261M 4s
 13500K .......... .......... .......... .......... ..........  5%  262M 4s
 13550K .......... .......... .......... .......... ..........  5%  249M 4s
 13600K .......... .......... .......... .......... ..........  5%  226M 4s
 13650K .......... .......... .......... .......... ..........  5%  193M 4s
 13700K .......... .......... .......... .......... ..........  5%  172M 4s
 13750K .......... .......... .......... .......... ..........  5%  276M 4s
 13800K .......... .......... .......... .......... ..........  5%  281M 4s
 13850K .......... .......... .......... .......... ..........  5%  123M 4s
 13900K .......... .......... .......... .......... ..........  5%  264M 4s
 13950K .......... .......... .......... .......... ..........  5%  260M 4s
 14000K .......... .......... .......... .......... ..........  5%  260M 4s
 14050K .......... .......... .......... .......... ..........  5%  240M 4s
 14100K .......... .......... .......... .......... ..........  5%  268M 4s
 14150K .......... .......... .......... .......... ..........  5%  223M 4s
 14200K .......... .......... .......... .......... ..........  5%  304M 4s
 14250K .......... .......... .......... .......... ..........  5%  227M 4s
 14300K .......... .......... .......... .......... ..........  6%  250M 4s
 14350K .......... .......... .......... .......... ..........  6%  216M 4s
 14400K .......... .......... .......... .......... ..........  6%  230M 4s
 14450K .......... .......... .......... .......... ..........  6%  183M 3s
 14500K .......... .......... .......... .......... ..........  6%  114M 3s
 14550K .......... .......... .......... .......... ..........  6%  142M 3s
 14600K .......... .......... .......... .......... ..........  6%  110M 3s
 14650K .......... .......... .......... .......... ..........  6%  106M 3s
 14700K .......... .......... .......... .......... ..........  6%  118M 3s
 14750K .......... .......... .......... .......... ..........  6%  119M 3s
 14800K .......... .......... .......... .......... ..........  6% 98.2M 3s
 14850K .......... .......... .......... .......... ..........  6%  116M 3s
 14900K .......... .......... .......... .......... ..........  6%  100M 3s
 14950K .......... .......... .......... .......... ..........  6%  119M 3s
 15000K .......... .......... .......... .......... ..........  6% 98.3M 3s
 15050K .......... .......... .......... .......... ..........  6%  124M 3s
 15100K .......... .......... .......... .......... ..........  6%  121M 3s
 15150K .......... .......... .......... .......... ..........  6%  107M 3s
 15200K .......... .......... .......... .......... ..........  6%  118M 3s
 15250K .......... .......... .......... .......... ..........  6%  119M 3s
 15300K .......... .......... .......... .......... ..........  6%  116M 3s
 15350K .......... .......... .......... .......... ..........  6%  104M 3s
 15400K .......... .......... .......... .......... ..........  6%  102M 3s
 15450K .......... .......... .......... .......... ..........  6%  105M 3s
 15500K .......... .......... .......... .......... ..........  6%  120M 3s
 15550K .......... .......... .......... .......... ..........  6%  113M 3s
 15600K .......... .......... .......... .......... ..........  6%  123M 3s
 15650K .......... .......... .......... .......... ..........  6%  115M 3s
 15700K .......... .......... .......... .......... ..........  6%  127M 3s
 15750K .......... .......... .......... .......... ..........  6%  100M 3s
 15800K .......... .......... .......... .......... ..........  6%  121M 3s
 15850K .......... .......... .......... .......... ..........  6%  106M 3s
 15900K .......... .......... .......... .......... ..........  6%  114M 3s
 15950K .......... .......... .......... .......... ..........  6% 54.7M 3s
 16000K .......... .......... .......... .......... ..........  6% 53.7M 3s
 16050K .......... .......... .......... .......... ..........  6% 59.3M 3s
 16100K .......... .......... .......... .......... ..........  6% 55.0M 3s
 16150K .......... .......... .......... .......... ..........  6% 48.0M 3s
 16200K .......... .......... .......... .......... ..........  6% 53.2M 3s
 16250K .......... .......... .......... .......... ..........  6% 54.2M 3s
 16300K .......... .......... .......... .......... ..........  6% 55.4M 3s
 16350K .......... .......... .......... .......... ..........  6% 62.3M 3s
 16400K .......... .......... .......... .......... ..........  6% 96.8M 3s
 16450K .......... .......... .......... .......... ..........  6% 92.3M 3s
 16500K .......... .......... .......... .......... ..........  6%  134M 3s
 16550K .......... .......... .......... .......... ..........  6%  121M 3s
 16600K .......... .......... .......... .......... ..........  6%  103M 3s
 16650K .......... .......... .......... .......... ..........  6%  107M 3s
 16700K .......... .......... .......... .......... ..........  7%  126M 3s
 16750K .......... .......... .......... .......... ..........  7%  116M 3s
 16800K .......... .......... .......... .......... ..........  7% 94.7M 3s
 16850K .......... .......... .......... .......... ..........  7%  137M 3s
 16900K .......... .......... .......... .......... ..........  7%  111M 3s
 16950K .......... .......... .......... .......... ..........  7%  100M 3s
 17000K .......... .......... .......... .......... ..........  7%  131M 3s
 17050K .......... .......... .......... .......... ..........  7%  101M 3s
 17100K .......... .......... .......... .......... ..........  7%  118M 3s
 17150K .......... .......... .......... .......... ..........  7%  116M 3s
 17200K .......... .......... .......... .......... ..........  7% 97.8M 3s
 17250K .......... .......... .......... .......... ..........  7%  121M 3s
 17300K .......... .......... .......... .......... ..........  7%  118M 3s
 17350K .......... .......... .......... .......... ..........  7%  101M 3s
 17400K .......... .......... .......... .......... ..........  7%  120M 3s
 17450K .......... .......... .......... .......... ..........  7%  113M 3s
 17500K .......... .......... .......... .......... ..........  7%  107M 3s
 17550K .......... .......... .......... .......... ..........  7%  130M 3s
 17600K .......... .......... .......... .......... ..........  7%  110M 3s
 17650K .......... .......... .......... .......... ..........  7%  121M 3s
 17700K .......... .......... .......... .......... ..........  7%  109M 3s
 17750K .......... .......... .......... .......... ..........  7% 91.2M 3s
 17800K .......... .......... .......... .......... ..........  7%  135M 3s
 17850K .......... .......... .......... .......... ..........  7% 99.3M 3s
 17900K .......... .......... .......... .......... ..........  7%  121M 3s
 17950K .......... .......... .......... .......... ..........  7%  118M 3s
 18000K .......... .......... .......... .......... ..........  7% 90.2M 3s
 18050K .......... .......... .......... .......... ..........  7%  130M 3s
 18100K .......... .......... .......... .......... ..........  7%  123M 3s
 18150K .......... .......... .......... .......... ..........  7% 96.0M 3s
 18200K .......... .......... .......... .......... ..........  7%  118M 3s
 18250K .......... .......... .......... .......... ..........  7%  125M 3s
 18300K .......... .......... .......... .......... ..........  7%  111M 3s
 18350K .......... .......... .......... .......... ..........  7%  108M 3s
 18400K .......... .......... .......... .......... ..........  7%  115M 3s
 18450K .......... .......... .......... .......... ..........  7%  131M 3s
 18500K .......... .......... .......... .......... ..........  7% 96.8M 3s
 18550K .......... .......... .......... .......... ..........  7%  126M 3s
 18600K .......... .......... .......... .......... ..........  7%  105M 3s
 18650K .......... .......... .......... .......... ..........  7%  106M 3s
 18700K .......... .......... .......... .......... ..........  7%  105M 3s
 18750K .......... .......... .......... .......... ..........  7%  115M 3s
 18800K .......... .......... .......... .......... ..........  7%  133M 3s
 18850K .......... .......... .......... .......... ..........  7% 89.7M 3s
 18900K .......... .......... .......... .......... ..........  7%  111M 3s
 18950K .......... .......... .......... .......... ..........  7%  128M 3s
 19000K .......... .......... .......... .......... ..........  7%  108M 3s
 19050K .......... .......... .......... .......... ..........  7%  130M 3s
 19100K .......... .......... .......... .......... ..........  8%  107M 3s
 19150K .......... .......... .......... .......... ..........  8% 71.6M 3s
 19200K .......... .......... .......... .......... ..........  8% 56.6M 3s
 19250K .......... .......... .......... .......... ..........  8% 61.6M 3s
 19300K .......... .......... .......... .......... ..........  8% 10.7M 3s
 19350K .......... .......... .......... .......... ..........  8%  193M 3s
 19400K .......... .......... .......... .......... ..........  8%  229M 3s
 19450K .......... .......... .......... .......... ..........  8%  235M 3s
 19500K .......... .......... .......... .......... ..........  8%  162M 3s
 19550K .......... .......... .......... .......... ..........  8%  172M 3s
 19600K .......... .......... .......... .......... ..........  8%  185M 3s
 19650K .......... .......... .......... .......... ..........  8% 63.0M 3s
 19700K .......... .......... .......... .......... ..........  8% 52.5M 3s
 19750K .......... .......... .......... .......... ..........  8% 56.8M 3s
 19800K .......... .......... .......... .......... ..........  8% 57.6M 3s
 19850K .......... .......... .......... .......... ..........  8% 55.9M 3s
 19900K .......... .......... .......... .......... ..........  8% 57.0M 3s
 19950K .......... .......... .......... .......... ..........  8% 55.8M 3s
 20000K .......... .......... .......... .......... ..........  8% 53.6M 3s
 20050K .......... .......... .......... .......... ..........  8% 56.4M 3s
 20100K .......... .......... .......... .......... ..........  8% 58.2M 3s
 20150K .......... .......... .......... .......... ..........  8% 55.9M 3s
 20200K .......... .......... .......... .......... ..........  8% 54.1M 3s
 20250K .......... .......... .......... .......... ..........  8% 50.4M 3s
 20300K .......... .......... .......... .......... ..........  8% 59.2M 3s
 20350K .......... .......... .......... .......... ..........  8% 56.4M 3s
 20400K .......... .......... .......... .......... ..........  8% 54.1M 3s
 20450K .......... .......... .......... .......... ..........  8% 55.0M 3s
 20500K .......... .......... .......... .......... ..........  8% 56.7M 3s
 20550K .......... .......... .......... .......... ..........  8% 71.3M 3s
 20600K .......... .......... .......... .......... ..........  8%  108M 3s
 20650K .......... .......... .......... .......... ..........  8%  106M 3s
 20700K .......... .......... .......... .......... ..........  8%  120M 3s
 20750K .......... .......... .......... .......... ..........  8%  126M 3s
 20800K .......... .......... .......... .......... ..........  8%  101M 3s
 20850K .......... .......... .......... .......... ..........  8%  120M 3s
 20900K .......... .......... .......... .......... ..........  8%  103M 3s
 20950K .......... .......... .......... .......... ..........  8%  111M 3s
 21000K .......... .......... .......... .......... ..........  8%  101M 3s
 21050K .......... .......... .......... .......... ..........  8%  136M 3s
 21100K .......... .......... .......... .......... ..........  8%  106M 3s
 21150K .......... .......... .......... .......... ..........  8%  101M 3s
 21200K .......... .......... .......... .......... ..........  8%  116M 3s
 21250K .......... .......... .......... .......... ..........  8%  130M 3s
 21300K .......... .......... .......... .......... ..........  8%  110M 3s
 21350K .......... .......... .......... .......... ..........  8%  100M 3s
 21400K .......... .......... .......... .......... ..........  8%  115M 3s
 21450K .......... .......... .......... .......... ..........  9%  106M 3s
 21500K .......... .......... .......... .......... ..........  9%  122M 3s
 21550K .......... .......... .......... .......... ..........  9% 97.9M 3s
 21600K .......... .......... .......... .......... ..........  9%  112M 3s
 21650K .......... .......... .......... .......... ..........  9%  135M 3s
 21700K .......... .......... .......... .......... ..........  9%  102M 3s
 21750K .......... .......... .......... .......... ..........  9%  125M 3s
 21800K .......... .......... .......... .......... ..........  9% 97.1M 3s
 21850K .......... .......... .......... .......... ..........  9%  117M 3s
 21900K .......... .......... .......... .......... ..........  9%  107M 3s
 21950K .......... .......... .......... .......... ..........  9%  110M 3s
 22000K .......... .......... .......... .......... ..........  9%  128M 3s
 22050K .......... .......... .......... .......... ..........  9%  127M 3s
 22100K .......... .......... .......... .......... ..........  9% 98.4M 3s
 22150K .......... .......... .......... .......... ..........  9%  102M 3s
 22200K .......... .......... .......... .......... ..........  9%  140M 3s
 22250K .......... .......... .......... .......... ..........  9%  101M 3s
 22300K .......... .......... .......... .......... ..........  9%  125M 3s
 22350K .......... .......... .......... .......... ..........  9%  105M 3s
 22400K .......... .......... .......... .......... ..........  9%  120M 3s
 22450K .......... .......... .......... .......... ..........  9%  121M 3s
 22500K .......... .......... .......... .......... ..........  9% 97.1M 3s
 22550K .......... .......... .......... .......... ..........  9%  112M 3s
 22600K .......... .......... .......... .......... ..........  9% 94.7M 3s
 22650K .......... .......... .......... .......... ..........  9%  136M 3s
 22700K .......... .......... .......... .......... ..........  9%  124M 3s
 22750K .......... .......... .......... .......... ..........  9% 97.9M 3s
 22800K .......... .......... .......... .......... ..........  9%  121M 3s
 22850K .......... .......... .......... .......... ..........  9%  111M 3s
 22900K .......... .......... .......... .......... ..........  9%  113M 3s
 22950K .......... .......... .......... .......... ..........  9%  113M 3s
 23000K .......... .......... .......... .......... ..........  9%  102M 3s
 23050K .......... .......... .......... .......... ..........  9%  120M 3s
 23100K .......... .......... .......... .......... ..........  9%  118M 3s
 23150K .......... .......... .......... .......... ..........  9%  103M 3s
 23200K .......... .......... .......... .......... ..........  9% 82.8M 3s
 23250K .......... .......... .......... .......... ..........  9%  151M 3s
 23300K .......... .......... .......... .......... ..........  9%  121M 3s
 23350K .......... .......... .......... .......... ..........  9%  125M 3s
 23400K .......... .......... .......... .......... ..........  9%  122M 3s
 23450K .......... .......... .......... .......... ..........  9%  115M 3s
 23500K .......... .......... .......... .......... ..........  9%  102M 3s
 23550K .......... .......... .......... .......... ..........  9% 98.4M 3s
 23600K .......... .......... .......... .......... ..........  9%  117M 3s
 23650K .......... .......... .......... .......... ..........  9%  132M 3s
 23700K .......... .......... .......... .......... ..........  9%  124M 3s
 23750K .......... .......... .......... .......... ..........  9% 99.4M 3s
 23800K .......... .......... .......... .......... ..........  9% 95.3M 3s
 23850K .......... .......... .......... .......... .......... 10%  118M 3s
 23900K .......... .......... .......... .......... .......... 10%  129M 3s
 23950K .......... .......... .......... .......... .......... 10%  107M 3s
 24000K .......... .......... .......... .......... .......... 10%  114M 3s
 24050K .......... .......... .......... .......... .......... 10%  126M 3s
 24100K .......... .......... .......... .......... .......... 10%  102M 3s
 24150K .......... .......... .......... .......... .......... 10% 62.7M 3s
 24200K .......... .......... .......... .......... .......... 10% 58.3M 3s
 24250K .......... .......... .......... .......... .......... 10% 57.0M 3s
 24300K .......... .......... .......... .......... .......... 10% 59.4M 3s
 24350K .......... .......... .......... .......... .......... 10% 54.5M 3s
 24400K .......... .......... .......... .......... .......... 10% 50.8M 3s
 24450K .......... .......... .......... .......... .......... 10% 62.0M 3s
 24500K .......... .......... .......... .......... .......... 10% 55.7M 3s
 24550K .......... .......... .......... .......... .......... 10% 53.5M 3s
 24600K .......... .......... .......... .......... .......... 10% 64.4M 3s
 24650K .......... .......... .......... .......... .......... 10% 52.4M 3s
 24700K .......... .......... .......... .......... .......... 10% 62.0M 3s
 24750K .......... .......... .......... .......... .......... 10% 53.0M 3s
 24800K .......... .......... .......... .......... .......... 10% 52.4M 3s
 24850K .......... .......... .......... .......... .......... 10% 58.5M 3s
 24900K .......... .......... .......... .......... .......... 10% 53.3M 3s
 24950K .......... .......... .......... .......... .......... 10% 56.5M 3s
 25000K .......... .......... .......... .......... .......... 10% 59.0M 3s
 25050K .......... .......... .......... .......... .......... 10% 55.8M 3s
 25100K .......... .......... .......... .......... .......... 10% 53.6M 3s
 25150K .......... .......... .......... .......... .......... 10% 60.7M 3s
 25200K .......... .......... .......... .......... .......... 10% 59.1M 3s
 25250K .......... .......... .......... .......... .......... 10% 91.6M 3s
 25300K .......... .......... .......... .......... .......... 10%  122M 3s
 25350K .......... .......... .......... .......... .......... 10%  110M 3s
 25400K .......... .......... .......... .......... .......... 10%  111M 3s
 25450K .......... .......... .......... .......... .......... 10%  103M 3s
 25500K .......... .......... .......... .......... .......... 10%  123M 3s
 25550K .......... .......... .......... .......... .......... 10% 95.9M 3s
 25600K .......... .......... .......... .......... .......... 10%  140M 3s
 25650K .......... .......... .......... .......... .......... 10%  114M 3s
 25700K .......... .......... .......... .......... .......... 10%  102M 3s
 25750K .......... .......... .......... .......... .......... 10%  111M 3s
 25800K .......... .......... .......... .......... .......... 10%  117M 3s
 25850K .......... .......... .......... .......... .......... 10%  109M 3s
 25900K .......... .......... .......... .......... .......... 10%  126M 3s
 25950K .......... .......... .......... .......... .......... 10%  104M 3s
 26000K .......... .......... .......... .......... .......... 10%  114M 3s
 26050K .......... .......... .......... .......... .......... 10% 96.4M 3s
 26100K .......... .......... .......... .......... .......... 10% 94.1M 3s
 26150K .......... .......... .......... .......... .......... 10%  102M 3s
 26200K .......... .......... .......... .......... .......... 10%  121M 3s
 26250K .......... .......... .......... .......... .......... 11%  183M 3s
 26300K .......... .......... .......... .......... .......... 11%  115M 3s
 26350K .......... .......... .......... .......... .......... 11% 99.8M 3s
 26400K .......... .......... .......... .......... .......... 11%  131M 3s
 26450K .......... .......... .......... .......... .......... 11% 94.9M 3s
 26500K .......... .......... .......... .......... .......... 11%  119M 3s
 26550K .......... .......... .......... .......... .......... 11%  128M 3s
 26600K .......... .......... .......... .......... .......... 11%  109M 3s
 26650K .......... .......... .......... .......... .......... 11%  102M 3s
 26700K .......... .......... .......... .......... .......... 11%  120M 3s
 26750K .......... .......... .......... .......... .......... 11%  107M 3s
 26800K .......... .......... .......... .......... .......... 11%  107M 3s
 26850K .......... .......... .......... .......... .......... 11%  123M 3s
 26900K .......... .......... .......... .......... .......... 11%  127M 3s
 26950K .......... .......... .......... .......... .......... 11%  103M 3s
 27000K .......... .......... .......... .......... .......... 11%  123M 3s
 27050K .......... .......... .......... .......... .......... 11% 98.7M 3s
 27100K .......... .......... .......... .......... .......... 11%  122M 3s
 27150K .......... .......... .......... .......... .......... 11%  101M 3s
 27200K .......... .......... .......... .......... .......... 11%  114M 3s
 27250K .......... .......... .......... .......... .......... 11%  102M 3s
 27300K .......... .......... .......... .......... .......... 11%  121M 3s
 27350K .......... .......... .......... .......... .......... 11%  127M 3s
 27400K .......... .......... .......... .......... .......... 11% 97.8M 3s
 27450K .......... .......... .......... .......... .......... 11%  119M 3s
 27500K .......... .......... .......... .......... .......... 11%  115M 3s
 27550K .......... .......... .......... .......... .......... 11%  109M 3s
 27600K .......... .......... .......... .......... .......... 11%  108M 3s
 27650K .......... .......... .......... .......... .......... 11%  150M 3s
 27700K .......... .......... .......... .......... .......... 11% 94.5M 3s
 27750K .......... .......... .......... .......... .......... 11%  120M 3s
 27800K .......... .......... .......... .......... .......... 11%  119M 3s
 27850K .......... .......... .......... .......... .......... 11%  100M 3s
 27900K .......... .......... .......... .......... .......... 11%  112M 3s
 27950K .......... .......... .......... .......... .......... 11%  127M 3s
 28000K .......... .......... .......... .......... .......... 11%  103M 3s
 28050K .......... .......... .......... .......... .......... 11% 96.0M 3s
 28100K .......... .......... .......... .......... .......... 11%  108M 3s
 28150K .......... .......... .......... .......... .......... 11%  135M 3s
 28200K .......... .......... .......... .......... .......... 11%  112M 3s
 28250K .......... .......... .......... .......... .......... 11%  114M 3s
 28300K .......... .......... .......... .......... .......... 11%  122M 3s
 28350K .......... .......... .......... .......... .......... 11%  101M 3s
 28400K .......... .......... .......... .......... .......... 11%  113M 3s
 28450K .......... .......... .......... .......... .......... 11%  120M 3s
 28500K .......... .......... .......... .......... .......... 11%  104M 3s
 28550K .......... .......... .......... .......... .......... 11%  133M 3s
 28600K .......... .......... .......... .......... .......... 11%  106M 3s
 28650K .......... .......... .......... .......... .......... 12% 98.9M 3s
 28700K .......... .......... .......... .......... .......... 12%  127M 3s
 28750K .......... .......... .......... .......... .......... 12%  106M 3s
 28800K .......... .......... .......... .......... .......... 12%  116M 3s
 28850K .......... .......... .......... .......... .......... 12%  103M 3s
 28900K .......... .......... .......... .......... .......... 12%  115M 3s
 28950K .......... .......... .......... .......... .......... 12%  132M 3s
 29000K .......... .......... .......... .......... .......... 12% 95.3M 3s
 29050K .......... .......... .......... .......... .......... 12% 63.1M 3s
 29100K .......... .......... .......... .......... .......... 12% 64.5M 3s
 29150K .......... .......... .......... .......... .......... 12% 46.2M 3s
 29200K .......... .......... .......... .......... .......... 12% 62.9M 3s
 29250K .......... .......... .......... .......... .......... 12% 54.9M 3s
 29300K .......... .......... .......... .......... .......... 12% 59.7M 3s
 29350K .......... .......... .......... .......... .......... 12% 53.6M 3s
 29400K .......... .......... .......... .......... .......... 12% 53.8M 3s
 29450K .......... .......... .......... .......... .......... 12% 55.7M 3s
 29500K .......... .......... .......... .......... .......... 12% 92.1M 3s
 29550K .......... .......... .......... .......... .......... 12%  118M 3s
 29600K .......... .......... .......... .......... .......... 12%  102M 3s
 29650K .......... .......... .......... .......... .......... 12%  107M 3s
 29700K .......... .......... .......... .......... .......... 12%  113M 3s
 29750K .......... .......... .......... .......... .......... 12%  123M 3s
 29800K .......... .......... .......... .......... .......... 12%  121M 3s
 29850K .......... .......... .......... .......... .......... 12% 98.2M 3s
 29900K .......... .......... .......... .......... .......... 12%  124M 3s
 29950K .......... .......... .......... .......... .......... 12%  105M 3s
 30000K .......... .......... .......... .......... .......... 12%  106M 3s
 30050K .......... .......... .......... .......... .......... 12%  105M 3s
 30100K .......... .......... .......... .......... .......... 12%  123M 3s
 30150K .......... .......... .......... .......... .......... 12%  119M 3s
 30200K .......... .......... .......... .......... .......... 12%  124M 3s
 30250K .......... .......... .......... .......... .......... 12%  100M 3s
 30300K .......... .......... .......... .......... .......... 12%  111M 3s
 30350K .......... .......... .......... .......... .......... 12%  101M 3s
 30400K .......... .......... .......... .......... .......... 12%  128M 3s
 30450K .......... .......... .......... .......... .......... 12%  115M 3s
 30500K .......... .......... .......... .......... .......... 12%  115M 3s
 30550K .......... .......... .......... .......... .......... 12%  102M 3s
 30600K .......... .......... .......... .......... .......... 12%  131M 3s
 30650K .......... .......... .......... .......... .......... 12%  105M 3s
 30700K .......... .......... .......... .......... .......... 12%  108M 3s
 30750K .......... .......... .......... .......... .......... 12%  126M 3s
 30800K .......... .......... .......... .......... .......... 12%  103M 3s
 30850K .......... .......... .......... .......... .......... 12%  112M 3s
 30900K .......... .......... .......... .......... .......... 12%  114M 3s
 30950K .......... .......... .......... .......... .......... 12%  108M 3s
 31000K .......... .......... .......... .......... .......... 12%  102M 3s
 31050K .......... .......... .......... .......... .......... 13% 55.2M 3s
 31100K .......... .......... .......... .......... .......... 13% 56.5M 3s
 31150K .......... .......... .......... .......... .......... 13% 59.9M 3s
 31200K .......... .......... .......... .......... .......... 13% 62.1M 3s
 31250K .......... .......... .......... .......... .......... 13% 53.6M 3s
 31300K .......... .......... .......... .......... .......... 13% 54.5M 3s
 31350K .......... .......... .......... .......... .......... 13% 54.9M 3s
 31400K .......... .......... .......... .......... .......... 13% 54.0M 3s
 31450K .......... .......... .......... .......... .......... 13% 59.1M 3s
 31500K .......... .......... .......... .......... .......... 13% 55.8M 3s
 31550K .......... .......... .......... .......... .......... 13% 54.8M 3s
 31600K .......... .......... .......... .......... .......... 13% 53.8M 3s
 31650K .......... .......... .......... .......... .......... 13% 60.4M 3s
 31700K .......... .......... .......... .......... .......... 13% 56.6M 3s
 31750K .......... .......... .......... .......... .......... 13% 53.6M 3s
 31800K .......... .......... .......... .......... .......... 13% 55.9M 3s
 31850K .......... .......... .......... .......... .......... 13% 57.4M 3s
 31900K .......... .......... .......... .......... .......... 13% 60.9M 3s
 31950K .......... .......... .......... .......... .......... 13% 51.1M 3s
 32000K .......... .......... .......... .......... .......... 13% 53.5M 3s
 32050K .......... .......... .......... .......... .......... 13% 58.7M 3s
 32100K .......... .......... .......... .......... .......... 13% 57.3M 3s
 32150K .......... .......... .......... .......... .......... 13% 60.4M 3s
 32200K .......... .......... .......... .......... .......... 13% 60.3M 3s
 32250K .......... .......... .......... .......... .......... 13% 51.5M 3s
 32300K .......... .......... .......... .......... .......... 13% 50.3M 3s
 32350K .......... .......... .......... .......... .......... 13% 53.9M 3s
 32400K .......... .......... .......... .......... .......... 13% 66.6M 3s
 32450K .......... .......... .......... .......... .......... 13% 55.6M 3s
 32500K .......... .......... .......... .......... .......... 13% 55.2M 3s
 32550K .......... .......... .......... .......... .......... 13% 60.6M 3s
 32600K .......... .......... .......... .......... .......... 13% 54.6M 3s
 32650K .......... .......... .......... .......... .......... 13%  110M 3s
 32700K .......... .......... .......... .......... .......... 13%  113M 3s
 32750K .......... .......... .......... .......... .......... 13%  115M 3s
 32800K .......... .......... .......... .......... .......... 13% 5.55M 3s
 32850K .......... .......... .......... .......... .......... 13%  241M 3s
 32900K .......... .......... .......... .......... .......... 13%  125M 3s
 32950K .......... .......... .......... .......... .......... 13%  206M 3s
 33000K .......... .......... .......... .......... .......... 13%  240M 3s
 33050K .......... .......... .......... .......... .......... 13%  267M 3s
 33100K .......... .......... .......... .......... .......... 13%  229M 3s
 33150K .......... .......... .......... .......... .......... 13%  241M 3s
 33200K .......... .......... .......... .......... .......... 13%  229M 3s
 33250K .......... .......... .......... .......... .......... 13%  253M 3s
 33300K .......... .......... .......... .......... .......... 13%  258M 3s
 33350K .......... .......... .......... .......... .......... 13%  260M 3s
 33400K .......... .......... .......... .......... .......... 14%  248M 3s
 33450K .......... .......... .......... .......... .......... 14%  299M 3s
 33500K .......... .......... .......... .......... .......... 14%  226M 3s
 33550K .......... .......... .......... .......... .......... 14%  263M 3s
 33600K .......... .......... .......... .......... .......... 14%  265M 3s
 33650K .......... .......... .......... .......... .......... 14%  250M 3s
 33700K .......... .......... .......... .......... .......... 14%  249M 3s
 33750K .......... .......... .......... .......... .......... 14%  263M 3s
 33800K .......... .......... .......... .......... .......... 14%  268M 3s
 33850K .......... .......... .......... .......... .......... 14%  275M 3s
 33900K .......... .......... .......... .......... .......... 14%  234M 3s
 33950K .......... .......... .......... .......... .......... 14%  280M 3s
 34000K .......... .......... .......... .......... .......... 14%  241M 3s
 34050K .......... .......... .......... .......... .......... 14%  247M 3s
 34100K .......... .......... .......... .......... .......... 14%  186M 3s
 34150K .......... .......... .......... .......... .......... 14%  184M 3s
 34200K .......... .......... .......... .......... .......... 14%  190M 3s
 34250K .......... .......... .......... .......... .......... 14%  216M 3s
 34300K .......... .......... .......... .......... .......... 14%  160M 3s
 34350K .......... .......... .......... .......... .......... 14%  250M 3s
 34400K .......... .......... .......... .......... .......... 14%  265M 3s
 34450K .......... .......... .......... .......... .......... 14%  227M 3s
 34500K .......... .......... .......... .......... .......... 14%  236M 3s
 34550K .......... .......... .......... .......... .......... 14%  242M 3s
 34600K .......... .......... .......... .......... .......... 14%  248M 3s
 34650K .......... .......... .......... .......... .......... 14%  245M 3s
 34700K .......... .......... .......... .......... .......... 14% 71.2M 3s
 34750K .......... .......... .......... .......... .......... 14%  165M 3s
 34800K .......... .......... .......... .......... .......... 14%  138M 3s
 34850K .......... .......... .......... .......... .......... 14%  121M 3s
 34900K .......... .......... .......... .......... .......... 14%  127M 3s
 34950K .......... .......... .......... .......... .......... 14% 98.4M 3s
 35000K .......... .......... .......... .......... .......... 14%  121M 3s
 35050K .......... .......... .......... .......... .......... 14%  114M 3s
 35100K .......... .......... .......... .......... .......... 14%  104M 3s
 35150K .......... .......... .......... .......... .......... 14%  117M 3s
 35200K .......... .......... .......... .......... .......... 14%  117M 3s
 35250K .......... .......... .......... .......... .......... 14% 67.8M 3s
 35300K .......... .......... .......... .......... .......... 14% 46.3M 3s
 35350K .......... .......... .......... .......... .......... 14% 81.7M 3s
 35400K .......... .......... .......... .......... .......... 14% 52.3M 3s
 35450K .......... .......... .......... .......... .......... 14% 54.1M 3s
 35500K .......... .......... .......... .......... .......... 14% 60.0M 3s
 35550K .......... .......... .......... .......... .......... 14% 54.3M 3s
 35600K .......... .......... .......... .......... .......... 14% 6.10M 3s
 35650K .......... .......... .......... .......... .......... 14%  242M 3s
 35700K .......... .......... .......... .......... .......... 14%  227M 3s
 35750K .......... .......... .......... .......... .......... 14%  237M 3s
 35800K .......... .......... .......... .......... .......... 15%  220M 3s
 35850K .......... .......... .......... .......... .......... 15%  230M 3s
 35900K .......... .......... .......... .......... .......... 15%  226M 3s
 35950K .......... .......... .......... .......... .......... 15%  271M 3s
 36000K .......... .......... .......... .......... .......... 15%  243M 3s
 36050K .......... .......... .......... .......... .......... 15%  244M 3s
 36100K .......... .......... .......... .......... .......... 15%  241M 3s
 36150K .......... .......... .......... .......... .......... 15%  116M 3s
 36200K .......... .......... .......... .......... .......... 15% 55.6M 3s
 36250K .......... .......... .......... .......... .......... 15% 59.7M 3s
 36300K .......... .......... .......... .......... .......... 15% 55.4M 3s
 36350K .......... .......... .......... .......... .......... 15% 54.1M 3s
 36400K .......... .......... .......... .......... .......... 15% 60.2M 3s
 36450K .......... .......... .......... .......... .......... 15% 40.8M 3s
 36500K .......... .......... .......... .......... .......... 15% 74.1M 3s
 36550K .......... .......... .......... .......... .......... 15%  219M 3s
 36600K .......... .......... .......... .......... .......... 15%  171M 3s
 36650K .......... .......... .......... .......... .......... 15%  107M 3s
 36700K .......... .......... .......... .......... .......... 15% 55.2M 3s
 36750K .......... .......... .......... .......... .......... 15% 59.2M 3s
 36800K .......... .......... .......... .......... .......... 15% 57.1M 3s
 36850K .......... .......... .......... .......... .......... 15% 64.2M 3s
 36900K .......... .......... .......... .......... .......... 15%  108M 3s
 36950K .......... .......... .......... .......... .......... 15%  107M 3s
 37000K .......... .......... .......... .......... .......... 15%  105M 3s
 37050K .......... .......... .......... .......... .......... 15%  119M 3s
 37100K .......... .......... .......... .......... .......... 15% 6.96M 3s
 37150K .......... .......... .......... .......... .......... 15%  231M 3s
 37200K .......... .......... .......... .......... .......... 15%  237M 3s
 37250K .......... .......... .......... .......... .......... 15%  258M 3s
 37300K .......... .......... .......... .......... .......... 15%  270M 3s
 37350K .......... .......... .......... .......... .......... 15%  245M 3s
 37400K .......... .......... .......... .......... .......... 15%  262M 3s
 37450K .......... .......... .......... .......... .......... 15%  234M 3s
 37500K .......... .......... .......... .......... .......... 15%  236M 3s
 37550K .......... .......... .......... .......... .......... 15%  246M 3s
 37600K .......... .......... .......... .......... .......... 15%  274M 3s
 37650K .......... .......... .......... .......... .......... 15%  280M 3s
 37700K .......... .......... .......... .......... .......... 15%  242M 3s
 37750K .......... .......... .......... .......... .......... 15%  246M 3s
 37800K .......... .......... .......... .......... .......... 15%  297M 3s
 37850K .......... .......... .......... .......... .......... 15%  158M 3s
 37900K .......... .......... .......... .......... .......... 15%  306M 3s
 37950K .......... .......... .......... .......... .......... 15%  134M 3s
 38000K .......... .......... .......... .......... .......... 15%  223M 3s
 38050K .......... .......... .......... .......... .......... 15%  243M 3s
 38100K .......... .......... .......... .......... .......... 15%  204M 3s
 38150K .......... .......... .......... .......... .......... 15%  212M 3s
 38200K .......... .......... .......... .......... .......... 16%  273M 3s
 38250K .......... .......... .......... .......... .......... 16%  246M 3s
 38300K .......... .......... .......... .......... .......... 16%  260M 3s
 38350K .......... .......... .......... .......... .......... 16%  245M 3s
 38400K .......... .......... .......... .......... .......... 16%  238M 3s
 38450K .......... .......... .......... .......... .......... 16%  294M 3s
 38500K .......... .......... .......... .......... .......... 16% 50.9M 3s
 38550K .......... .......... .......... .......... .......... 16%  226M 3s
 38600K .......... .......... .......... .......... .......... 16%  220M 3s
 38650K .......... .......... .......... .......... .......... 16%  232M 3s
 38700K .......... .......... .......... .......... .......... 16%  168M 3s
 38750K .......... .......... .......... .......... .......... 16%  133M 3s
 38800K .......... .......... .......... .......... .......... 16%  129M 3s
 38850K .......... .......... .......... .......... .......... 16%  107M 3s
 38900K .......... .......... .......... .......... .......... 16%  125M 3s
 38950K .......... .......... .......... .......... .......... 16%  111M 3s
 39000K .......... .......... .......... .......... .......... 16% 96.2M 3s
 39050K .......... .......... .......... .......... .......... 16%  126M 3s
 39100K .......... .......... .......... .......... .......... 16% 92.3M 3s
 39150K .......... .......... .......... .......... .......... 16%  127M 3s
 39200K .......... .......... .......... .......... .......... 16%  104M 3s
 39250K .......... .......... .......... .......... .......... 16%  126M 3s
 39300K .......... .......... .......... .......... .......... 16%  101M 3s
 39350K .......... .......... .......... .......... .......... 16% 54.1M 3s
 39400K .......... .......... .......... .......... .......... 16% 54.2M 3s
 39450K .......... .......... .......... .......... .......... 16% 62.1M 3s
 39500K .......... .......... .......... .......... .......... 16% 47.5M 3s
 39550K .......... .......... .......... .......... .......... 16% 57.1M 3s
 39600K .......... .......... .......... .......... .......... 16% 18.9M 3s
 39650K .......... .......... .......... .......... .......... 16%  214M 3s
 39700K .......... .......... .......... .......... .......... 16%  253M 3s
 39750K .......... .......... .......... .......... .......... 16%  132M 3s
 39800K .......... .......... .......... .......... .......... 16% 62.1M 3s
 39850K .......... .......... .......... .......... .......... 16% 81.1M 3s
 39900K .......... .......... .......... .......... .......... 16%  122M 3s
 39950K .......... .......... .......... .......... .......... 16%  111M 3s
 40000K .......... .......... .......... .......... .......... 16%  107M 3s
 40050K .......... .......... .......... .......... .......... 16% 99.9M 3s
 40100K .......... .......... .......... .......... .......... 16%  116M 3s
 40150K .......... .......... .......... .......... .......... 16%  113M 3s
 40200K .......... .......... .......... .......... .......... 16%  106M 3s
 40250K .......... .......... .......... .......... .......... 16%  111M 3s
 40300K .......... .......... .......... .......... .......... 16%  134M 3s
 40350K .......... .......... .......... .......... .......... 16% 94.8M 3s
 40400K .......... .......... .......... .......... .......... 16%  109M 3s
 40450K .......... .......... .......... .......... .......... 16%  129M 3s
 40500K .......... .......... .......... .......... .......... 16%  102M 3s
 40550K .......... .......... .......... .......... .......... 16%  113M 3s
 40600K .......... .......... .......... .......... .......... 17%  101M 3s
 40650K .......... .......... .......... .......... .......... 17%  119M 3s
 40700K .......... .......... .......... .......... .......... 17% 86.8M 3s
 40750K .......... .......... .......... .......... .......... 17% 53.3M 3s
 40800K .......... .......... .......... .......... .......... 17% 59.0M 3s
 40850K .......... .......... .......... .......... .......... 17% 58.7M 3s
 40900K .......... .......... .......... .......... .......... 17% 54.1M 3s
 40950K .......... .......... .......... .......... .......... 17% 57.1M 3s
 41000K .......... .......... .......... .......... .......... 17% 54.7M 3s
 41050K .......... .......... .......... .......... .......... 17% 56.9M 3s
 41100K .......... .......... .......... .......... .......... 17% 56.0M 3s
 41150K .......... .......... .......... .......... .......... 17% 54.2M 3s
 41200K .......... .......... .......... .......... .......... 17% 58.7M 3s
 41250K .......... .......... .......... .......... .......... 17% 54.4M 3s
 41300K .......... .......... .......... .......... .......... 17% 55.7M 3s
 41350K .......... .......... .......... .......... .......... 17% 56.3M 3s
 41400K .......... .......... .......... .......... .......... 17% 57.1M 3s
 41450K .......... .......... .......... .......... .......... 17% 48.3M 3s
 41500K .......... .......... .......... .......... .......... 17% 69.3M 3s
 41550K .......... .......... .......... .......... .......... 17% 47.4M 3s
 41600K .......... .......... .......... .......... .......... 17% 38.9M 3s
 41650K .......... .......... .......... .......... .......... 17% 38.8M 3s
 41700K .......... .......... .......... .......... .......... 17% 56.2M 3s
 41750K .......... .......... .......... .......... .......... 17% 51.3M 3s
 41800K .......... .......... .......... .......... .......... 17% 56.0M 3s
 41850K .......... .......... .......... .......... .......... 17% 56.3M 3s
 41900K .......... .......... .......... .......... .......... 17% 60.9M 3s
 41950K .......... .......... .......... .......... .......... 17% 56.7M 3s
 42000K .......... .......... .......... .......... .......... 17% 50.7M 3s
 42050K .......... .......... .......... .......... .......... 17% 59.0M 3s
 42100K .......... .......... .......... .......... .......... 17% 71.5M 3s
 42150K .......... .......... .......... .......... .......... 17%  118M 3s
 42200K .......... .......... .......... .......... .......... 17%  111M 3s
 42250K .......... .......... .......... .......... .......... 17% 99.8M 3s
 42300K .......... .......... .......... .......... .......... 17%  119M 3s
 42350K .......... .......... .......... .......... .......... 17% 93.2M 3s
 42400K .......... .......... .......... .......... .......... 17%  106M 3s
 42450K .......... .......... .......... .......... .......... 17%  106M 3s
 42500K .......... .......... .......... .......... .......... 17%  104M 3s
 42550K .......... .......... .......... .......... .......... 17% 87.3M 3s
 42600K .......... .......... .......... .......... .......... 17%  170M 3s
 42650K .......... .......... .......... .......... .......... 17%  108M 3s
 42700K .......... .......... .......... .......... .......... 17%  110M 3s
 42750K .......... .......... .......... .......... .......... 17%  141M 3s
 42800K .......... .......... .......... .......... .......... 17%  104M 3s
 42850K .......... .......... .......... .......... .......... 17%  107M 2s
 42900K .......... .......... .......... .......... .......... 17%  104M 2s
 42950K .......... .......... .......... .......... .......... 18%  138M 2s
 43000K .......... .......... .......... .......... .......... 18%  103M 2s
 43050K .......... .......... .......... .......... .......... 18%  104M 2s
 43100K .......... .......... .......... .......... .......... 18%  113M 2s
 43150K .......... .......... .......... .......... .......... 18% 4.98M 3s
 43200K .......... .......... .......... .......... .......... 18%  197M 3s
 43250K .......... .......... .......... .......... .......... 18%  250M 3s
 43300K .......... .......... .......... .......... .......... 18%  201M 3s
 43350K .......... .......... .......... .......... .......... 18%  270M 3s
 43400K .......... .......... .......... .......... .......... 18%  228M 3s
 43450K .......... .......... .......... .......... .......... 18%  277M 3s
 43500K .......... .......... .......... .......... .......... 18%  275M 3s
 43550K .......... .......... .......... .......... .......... 18%  306M 3s
 43600K .......... .......... .......... .......... .......... 18%  242M 3s
 43650K .......... .......... .......... .......... .......... 18%  252M 3s
 43700K .......... .......... .......... .......... .......... 18%  268M 3s
 43750K .......... .......... .......... .......... .......... 18%  262M 3s
 43800K .......... .......... .......... .......... .......... 18%  264M 2s
 43850K .......... .......... .......... .......... .......... 18%  261M 2s
 43900K .......... .......... .......... .......... .......... 18% 74.8M 2s
 43950K .......... .......... .......... .......... .......... 18% 53.1M 2s
 44000K .......... .......... .......... .......... .......... 18% 59.1M 2s
 44050K .......... .......... .......... .......... .......... 18% 60.7M 2s
 44100K .......... .......... .......... .......... .......... 18% 41.6M 2s
 44150K .......... .......... .......... .......... .......... 18% 59.5M 2s
 44200K .......... .......... .......... .......... .......... 18% 47.4M 2s
 44250K .......... .......... .......... .......... .......... 18% 54.7M 2s
 44300K .......... .......... .......... .......... .......... 18% 60.5M 2s
 44350K .......... .......... .......... .......... .......... 18% 48.3M 3s
 44400K .......... .......... .......... .......... .......... 18% 54.7M 3s
 44450K .......... .......... .......... .......... .......... 18% 57.7M 3s
 44500K .......... .......... .......... .......... .......... 18% 53.3M 3s
 44550K .......... .......... .......... .......... .......... 18% 59.1M 3s
 44600K .......... .......... .......... .......... .......... 18% 40.6M 3s
 44650K .......... .......... .......... .......... .......... 18% 52.7M 3s
 44700K .......... .......... .......... .......... .......... 18% 53.7M 3s
 44750K .......... .......... .......... .......... .......... 18% 59.2M 3s
 44800K .......... .......... .......... .......... .......... 18% 53.5M 3s
 44850K .......... .......... .......... .......... .......... 18% 54.8M 3s
 44900K .......... .......... .......... .......... .......... 18% 56.6M 3s
 44950K .......... .......... .......... .......... .......... 18% 56.1M 3s
 45000K .......... .......... .......... .......... .......... 18% 59.7M 3s
 45050K .......... .......... .......... .......... .......... 18% 67.3M 3s
 45100K .......... .......... .......... .......... .......... 18%  172M 3s
 45150K .......... .......... .......... .......... .......... 18%  112M 3s
 45200K .......... .......... .......... .......... .......... 18% 93.2M 3s
 45250K .......... .......... .......... .......... .......... 18%  125M 2s
 45300K .......... .......... .......... .......... .......... 18%  106M 2s
 45350K .......... .......... .......... .......... .......... 19%  117M 2s
 45400K .......... .......... .......... .......... .......... 19%  116M 2s
 45450K .......... .......... .......... .......... .......... 19%  106M 2s
 45500K .......... .......... .......... .......... .......... 19%  117M 2s
 45550K .......... .......... .......... .......... .......... 19% 91.1M 2s
 45600K .......... .......... .......... .......... .......... 19%  140M 2s
 45650K .......... .......... .......... .......... .......... 19%  101M 2s
 45700K .......... .......... .......... .......... .......... 19%  110M 2s
 45750K .......... .......... .......... .......... .......... 19%  105M 2s
 45800K .......... .......... .......... .......... .......... 19%  134M 2s
 45850K .......... .......... .......... .......... .......... 19%  125M 2s
 45900K .......... .......... .......... .......... .......... 19% 94.9M 2s
 45950K .......... .......... .......... .......... .......... 19%  143M 2s
 46000K .......... .......... .......... .......... .......... 19%  118M 2s
 46050K .......... .......... .......... .......... .......... 19%  107M 2s
 46100K .......... .......... .......... .......... .......... 19%  118M 2s
 46150K .......... .......... .......... .......... .......... 19%  101M 2s
 46200K .......... .......... .......... .......... .......... 19% 7.44M 2s
 46250K .......... .......... .......... .......... .......... 19%  200M 2s
 46300K .......... .......... .......... .......... .......... 19%  241M 2s
 46350K .......... .......... .......... .......... .......... 19%  214M 2s
 46400K .......... .......... .......... .......... .......... 19%  225M 2s
 46450K .......... .......... .......... .......... .......... 19%  226M 2s
 46500K .......... .......... .......... .......... .......... 19%  259M 2s
 46550K .......... .......... .......... .......... .......... 19%  205M 2s
 46600K .......... .......... .......... .......... .......... 19%  246M 2s
 46650K .......... .......... .......... .......... .......... 19%  249M 2s
 46700K .......... .......... .......... .......... .......... 19%  236M 2s
 46750K .......... .......... .......... .......... .......... 19%  235M 2s
 46800K .......... .......... .......... .......... .......... 19%  238M 2s
 46850K .......... .......... .......... .......... .......... 19%  246M 2s
 46900K .......... .......... .......... .......... .......... 19%  263M 2s
 46950K .......... .......... .......... .......... .......... 19%  232M 2s
 47000K .......... .......... .......... .......... .......... 19%  284M 2s
 47050K .......... .......... .......... .......... .......... 19%  243M 2s
 47100K .......... .......... .......... .......... .......... 19%  286M 2s
 47150K .......... .......... .......... .......... .......... 19%  254M 2s
 47200K .......... .......... .......... .......... .......... 19%  300M 2s
 47250K .......... .......... .......... .......... .......... 19%  253M 2s
 47300K .......... .......... .......... .......... .......... 19%  200M 2s
 47350K .......... .......... .......... .......... .......... 19%  185M 2s
 47400K .......... .......... .......... .......... .......... 19% 59.1M 2s
 47450K .......... .......... .......... .......... .......... 19% 56.2M 2s
 47500K .......... .......... .......... .......... .......... 19% 54.9M 2s
 47550K .......... .......... .......... .......... .......... 19% 56.0M 2s
 47600K .......... .......... .......... .......... .......... 19% 58.0M 2s
 47650K .......... .......... .......... .......... .......... 19% 16.7M 2s
 47700K .......... .......... .......... .......... .......... 19%  181M 2s
 47750K .......... .......... .......... .......... .......... 20%  249M 2s
 47800K .......... .......... .......... .......... .......... 20%  216M 2s
 47850K .......... .......... .......... .......... .......... 20%  253M 2s
 47900K .......... .......... .......... .......... .......... 20%  204M 2s
 47950K .......... .......... .......... .......... .......... 20%  123M 2s
 48000K .......... .......... .......... .......... .......... 20%  109M 2s
 48050K .......... .......... .......... .......... .......... 20%  101M 2s
 48100K .......... .......... .......... .......... .......... 20%  106M 2s
 48150K .......... .......... .......... .......... .......... 20% 78.5M 2s
 48200K .......... .......... .......... .......... .......... 20% 54.5M 2s
 48250K .......... .......... .......... .......... .......... 20% 51.0M 2s
 48300K .......... .......... .......... .......... .......... 20% 57.5M 2s
 48350K .......... .......... .......... .......... .......... 20% 72.0M 2s
 48400K .......... .......... .......... .......... .......... 20% 56.5M 2s
 48450K .......... .......... .......... .......... .......... 20% 7.48M 2s
 48500K .......... .......... .......... .......... .......... 20%  220M 2s
 48550K .......... .......... .......... .......... .......... 20%  244M 2s
 48600K .......... .......... .......... .......... .......... 20%  210M 2s
 48650K .......... .......... .......... .......... .......... 20%  265M 2s
 48700K .......... .......... .......... .......... .......... 20%  225M 2s
 48750K .......... .......... .......... .......... .......... 20%  242M 2s
 48800K .......... .......... .......... .......... .......... 20%  248M 2s
 48850K .......... .......... .......... .......... .......... 20%  289M 2s
 48900K .......... .......... .......... .......... .......... 20% 8.12M 2s
 48950K .......... .......... .......... .......... .......... 20%  245M 2s
 49000K .......... .......... .......... .......... .......... 20%  233M 2s
 49050K .......... .......... .......... .......... .......... 20%  200M 2s
 49100K .......... .......... .......... .......... .......... 20%  218M 2s
 49150K .......... .......... .......... .......... .......... 20%  241M 2s
 49200K .......... .......... .......... .......... .......... 20%  234M 2s
 49250K .......... .......... .......... .......... .......... 20%  268M 2s
 49300K .......... .......... .......... .......... .......... 20%  233M 2s
 49350K .......... .......... .......... .......... .......... 20%  253M 2s
 49400K .......... .......... .......... .......... .......... 20%  255M 2s
 49450K .......... .......... .......... .......... .......... 20%  185M 2s
 49500K .......... .......... .......... .......... .......... 20%  233M 2s
 49550K .......... .......... .......... .......... .......... 20%  275M 2s
 49600K .......... .......... .......... .......... .......... 20%  231M 2s
 49650K .......... .......... .......... .......... .......... 20%  259M 2s
 49700K .......... .......... .......... .......... .......... 20%  249M 2s
 49750K .......... .......... .......... .......... .......... 20%  240M 2s
 49800K .......... .......... .......... .......... .......... 20%  220M 2s
 49850K .......... .......... .......... .......... .......... 20%  258M 2s
 49900K .......... .......... .......... .......... .......... 20%  242M 2s
 49950K .......... .......... .......... .......... .......... 20%  262M 2s
 50000K .......... .......... .......... .......... .......... 20%  242M 2s
 50050K .......... .......... .......... .......... .......... 20%  260M 2s
 50100K .......... .......... .......... .......... .......... 20%  233M 2s
 50150K .......... .......... .......... .......... .......... 21%  271M 2s
 50200K .......... .......... .......... .......... .......... 21%  239M 2s
 50250K .......... .......... .......... .......... .......... 21%  204M 2s
 50300K .......... .......... .......... .......... .......... 21%  192M 2s
 50350K .......... .......... .......... .......... .......... 21%  197M 2s
 50400K .......... .......... .......... .......... .......... 21%  190M 2s
 50450K .......... .......... .......... .......... .......... 21%  114M 2s
 50500K .......... .......... .......... .......... .......... 21% 59.3M 2s
 50550K .......... .......... .......... .......... .......... 21% 54.8M 2s
 50600K .......... .......... .......... .......... .......... 21% 59.6M 2s
 50650K .......... .......... .......... .......... .......... 21% 52.2M 2s
 50700K .......... .......... .......... .......... .......... 21% 57.4M 2s
 50750K .......... .......... .......... .......... .......... 21% 54.2M 2s
 50800K .......... .......... .......... .......... .......... 21% 52.0M 2s
 50850K .......... .......... .......... .......... .......... 21% 44.5M 2s
 50900K .......... .......... .......... .......... .......... 21% 36.6M 2s
 50950K .......... .......... .......... .......... .......... 21% 37.8M 2s
 51000K .......... .......... .......... .......... .......... 21% 38.7M 2s
 51050K .......... .......... .......... .......... .......... 21% 36.2M 2s
 51100K .......... .......... .......... .......... .......... 21% 38.7M 2s
 51150K .......... .......... .......... .......... .......... 21% 38.4M 2s
 51200K .......... .......... .......... .......... .......... 21% 36.6M 2s
 51250K .......... .......... .......... .......... .......... 21% 36.7M 2s
 51300K .......... .......... .......... .......... .......... 21% 38.7M 2s
 51350K .......... .......... .......... .......... .......... 21% 38.0M 2s
 51400K .......... .......... .......... .......... .......... 21% 6.60M 2s
 51450K .......... .......... .......... .......... .......... 21%  233M 2s
 51500K .......... .......... .......... .......... .......... 21%  220M 2s
 51550K .......... .......... .......... .......... .......... 21%  242M 2s
 51600K .......... .......... .......... .......... .......... 21%  217M 2s
 51650K .......... .......... .......... .......... .......... 21%  247M 2s
 51700K .......... .......... .......... .......... .......... 21%  137M 2s
 51750K .......... .......... .......... .......... .......... 21% 61.5M 2s
 51800K .......... .......... .......... .......... .......... 21%  116M 2s
 51850K .......... .......... .......... .......... .......... 21%  106M 2s
 51900K .......... .......... .......... .......... .......... 21%  105M 2s
 51950K .......... .......... .......... .......... .......... 21%  124M 2s
 52000K .......... .......... .......... .......... .......... 21%  101M 2s
 52050K .......... .......... .......... .......... .......... 21%  117M 2s
 52100K .......... .......... .......... .......... .......... 21%  113M 2s
 52150K .......... .......... .......... .......... .......... 21%  117M 2s
 52200K .......... .......... .......... .......... .......... 21%  110M 2s
 52250K .......... .......... .......... .......... .......... 21%  110M 2s
 52300K .......... .......... .......... .......... .......... 21%  107M 2s
 52350K .......... .......... .......... .......... .......... 21% 95.2M 2s
 52400K .......... .......... .......... .......... .......... 21%  123M 2s
 52450K .......... .......... .......... .......... .......... 21%  114M 2s
 52500K .......... .......... .......... .......... .......... 21%  117M 2s
 52550K .......... .......... .......... .......... .......... 22%  105M 2s
 52600K .......... .......... .......... .......... .......... 22%  124M 2s
 52650K .......... .......... .......... .......... .......... 22%  109M 2s
 52700K .......... .......... .......... .......... .......... 22% 39.8M 2s
 52750K .......... .......... .......... .......... .......... 22%  220M 2s
 52800K .......... .......... .......... .......... .......... 22%  230M 2s
 52850K .......... .......... .......... .......... .......... 22%  238M 2s
 52900K .......... .......... .......... .......... .......... 22%  170M 2s
 52950K .......... .......... .......... .......... .......... 22%  119M 2s
 53000K .......... .......... .......... .......... .......... 22% 97.5M 2s
 53050K .......... .......... .......... .......... .......... 22%  122M 2s
 53100K .......... .......... .......... .......... .......... 22%  116M 2s
 53150K .......... .......... .......... .......... .......... 22% 95.5M 2s
 53200K .......... .......... .......... .......... .......... 22% 7.66M 2s
 53250K .......... .......... .......... .......... .......... 22%  206M 2s
 53300K .......... .......... .......... .......... .......... 22%  231M 2s
 53350K .......... .......... .......... .......... .......... 22%  228M 2s
 53400K .......... .......... .......... .......... .......... 22%  269M 2s
 53450K .......... .......... .......... .......... .......... 22%  239M 2s
 53500K .......... .......... .......... .......... .......... 22%  268M 2s
 53550K .......... .......... .......... .......... .......... 22%  245M 2s
 53600K .......... .......... .......... .......... .......... 22%  256M 2s
 53650K .......... .......... .......... .......... .......... 22%  240M 2s
 53700K .......... .......... .......... .......... .......... 22%  278M 2s
 53750K .......... .......... .......... .......... .......... 22%  274M 2s
 53800K .......... .......... .......... .......... .......... 22%  289M 2s
 53850K .......... .......... .......... .......... .......... 22%  280M 2s
 53900K .......... .......... .......... .......... .......... 22%  276M 2s
 53950K .......... .......... .......... .......... .......... 22% 26.8M 2s
 54000K .......... .......... .......... .......... .......... 22% 61.3M 2s
 54050K .......... .......... .......... .......... .......... 22% 5.90M 2s
 54100K .......... .......... .......... .......... .......... 22%  211M 2s
 54150K .......... .......... .......... .......... .......... 22%  300M 2s
 54200K .......... .......... .......... .......... .......... 22% 16.9M 2s
 54250K .......... .......... .......... .......... .......... 22% 36.2M 2s
 54300K .......... .......... .......... .......... .......... 22% 12.0M 2s
 54350K .......... .......... .......... .......... .......... 22% 37.6M 2s
 54400K .......... .......... .......... .......... .......... 22% 38.7M 2s
 54450K .......... .......... .......... .......... .......... 22% 25.7M 2s
 54500K .......... .......... .......... .......... .......... 22% 96.1M 2s
 54550K .......... .......... .......... .......... .......... 22% 32.6M 2s
 54600K .......... .......... .......... .......... .......... 22%  101M 2s
 54650K .......... .......... .......... .......... .......... 22%  120M 2s
 54700K .......... .......... .......... .......... .......... 22% 32.0M 2s
 54750K .......... .......... .......... .......... .......... 22%  114M 2s
 54800K .......... .......... .......... .......... .......... 22% 32.2M 2s
 54850K .......... .......... .......... .......... .......... 22% 99.6M 2s
 54900K .......... .......... .......... .......... .......... 23%  115M 2s
 54950K .......... .......... .......... .......... .......... 23% 30.5M 2s
 55000K .......... .......... .......... .......... .......... 23%  136M 2s
 55050K .......... .......... .......... .......... .......... 23%  113M 2s
 55100K .......... .......... .......... .......... .......... 23%  110M 2s
 55150K .......... .......... .......... .......... .......... 23%  115M 2s
 55200K .......... .......... .......... .......... .......... 23%  111M 2s
 55250K .......... .......... .......... .......... .......... 23%  110M 2s
 55300K .......... .......... .......... .......... .......... 23%  111M 2s
 55350K .......... .......... .......... .......... .......... 23% 98.5M 2s
 55400K .......... .......... .......... .......... .......... 23%  126M 2s
 55450K .......... .......... .......... .......... .......... 23%  110M 2s
 55500K .......... .......... .......... .......... .......... 23%  111M 2s
 55550K .......... .......... .......... .......... .......... 23%  104M 2s
 55600K .......... .......... .......... .......... .......... 23%  130M 2s
 55650K .......... .......... .......... .......... .......... 23%  110M 2s
 55700K .......... .......... .......... .......... .......... 23%  110M 2s
 55750K .......... .......... .......... .......... .......... 23%  116M 2s
 55800K .......... .......... .......... .......... .......... 23%  113M 2s
 55850K .......... .......... .......... .......... .......... 23% 58.1M 2s
 55900K .......... .......... .......... .......... .......... 23% 54.0M 2s
 55950K .......... .......... .......... .......... .......... 23% 60.8M 2s
 56000K .......... .......... .......... .......... .......... 23% 17.5M 2s
 56050K .......... .......... .......... .......... .......... 23%  192M 2s
 56100K .......... .......... .......... .......... .......... 23%  191M 2s
 56150K .......... .......... .......... .......... .......... 23%  276M 2s
 56200K .......... .......... .......... .......... .......... 23%  229M 2s
 56250K .......... .......... .......... .......... .......... 23%  284M 2s
 56300K .......... .......... .......... .......... .......... 23%  213M 2s
 56350K .......... .......... .......... .......... .......... 23%  176M 2s
 56400K .......... .......... .......... .......... .......... 23%  184M 2s
 56450K .......... .......... .......... .......... .......... 23% 99.9M 2s
 56500K .......... .......... .......... .......... .......... 23%  114M 2s
 56550K .......... .......... .......... .......... .......... 23%  106M 2s
 56600K .......... .......... .......... .......... .......... 23%  109M 2s
 56650K .......... .......... .......... .......... .......... 23%  139M 2s
 56700K .......... .......... .......... .......... .......... 23%  108M 2s
 56750K .......... .......... .......... .......... .......... 23%  121M 2s
 56800K .......... .......... .......... .......... .......... 23% 97.1M 2s
 56850K .......... .......... .......... .......... .......... 23% 57.0M 2s
 56900K .......... .......... .......... .......... .......... 23% 36.4M 2s
 56950K .......... .......... .......... .......... .......... 23% 37.9M 2s
 57000K .......... .......... .......... .......... .......... 23% 38.3M 2s
 57050K .......... .......... .......... .......... .......... 23% 47.2M 2s
 57100K .......... .......... .......... .......... .......... 23% 55.9M 2s
 57150K .......... .......... .......... .......... .......... 23% 55.0M 2s
 57200K .......... .......... .......... .......... .......... 23% 61.4M 2s
 57250K .......... .......... .......... .......... .......... 23%  107M 2s
 57300K .......... .......... .......... .......... .......... 24% 31.4M 2s
 57350K .......... .......... .......... .......... .......... 24%  120M 2s
 57400K .......... .......... .......... .......... .......... 24%  107M 2s
 57450K .......... .......... .......... .......... .......... 24% 28.4M 2s
 57500K .......... .......... .......... .......... .......... 24%  132M 2s
 57550K .......... .......... .......... .......... .......... 24% 32.8M 2s
 57600K .......... .......... .......... .......... .......... 24% 99.3M 2s
 57650K .......... .......... .......... .......... .......... 24%  117M 2s
 57700K .......... .......... .......... .......... .......... 24% 32.3M 2s
 57750K .......... .......... .......... .......... .......... 24%  107M 2s
 57800K .......... .......... .......... .......... .......... 24% 31.7M 2s
 57850K .......... .......... .......... .......... .......... 24%  122M 2s
 57900K .......... .......... .......... .......... .......... 24%  109M 2s
 57950K .......... .......... .......... .......... .......... 24% 31.5M 2s
 58000K .......... .......... .......... .......... .......... 24% 99.3M 2s
 58050K .......... .......... .......... .......... .......... 24% 6.26M 2s
 58100K .......... .......... .......... .......... .......... 24%  213M 2s
 58150K .......... .......... .......... .......... .......... 24%  225M 2s
 58200K .......... .......... .......... .......... .......... 24%  229M 2s
 58250K .......... .......... .......... .......... .......... 24%  273M 2s
 58300K .......... .......... .......... .......... .......... 24% 3.99M 2s
 58350K .......... .......... .......... .......... .......... 24%  197M 2s
 58400K .......... .......... .......... .......... .......... 24%  217M 2s
 58450K .......... .......... .......... .......... .......... 24%  238M 2s
 58500K .......... .......... .......... .......... .......... 24%  257M 2s
 58550K .......... .......... .......... .......... .......... 24%  211M 2s
 58600K .......... .......... .......... .......... .......... 24%  250M 2s
 58650K .......... .......... .......... .......... .......... 24%  266M 2s
 58700K .......... .......... .......... .......... .......... 24%  264M 2s
 58750K .......... .......... .......... .......... .......... 24%  237M 2s
 58800K .......... .......... .......... .......... .......... 24%  248M 2s
 58850K .......... .......... .......... .......... .......... 24%  245M 2s
 58900K .......... .......... .......... .......... .......... 24%  276M 2s
 58950K .......... .......... .......... .......... .......... 24%  189M 2s
 59000K .......... .......... .......... .......... .......... 24% 59.8M 2s
 59050K .......... .......... .......... .......... .......... 24% 55.7M 2s
 59100K .......... .......... .......... .......... .......... 24% 54.3M 2s
 59150K .......... .......... .......... .......... .......... 24% 53.3M 2s
 59200K .......... .......... .......... .......... .......... 24% 55.6M 2s
 59250K .......... .......... .......... .......... .......... 24%  106M 2s
 59300K .......... .......... .......... .......... .......... 24%  109M 2s
 59350K .......... .......... .......... .......... .......... 24%  112M 2s
 59400K .......... .......... .......... .......... .......... 24% 92.9M 2s
 59450K .......... .......... .......... .......... .......... 24% 86.0M 2s
 59500K .......... .......... .......... .......... .......... 24%  171M 2s
 59550K .......... .......... .......... .......... .......... 24%  121M 2s
 59600K .......... .......... .......... .......... .......... 24% 99.3M 2s
 59650K .......... .......... .......... .......... .......... 24%  142M 2s
 59700K .......... .......... .......... .......... .......... 25%  108M 2s
 59750K .......... .......... .......... .......... .......... 25%  120M 2s
 59800K .......... .......... .......... .......... .......... 25%  106M 2s
 59850K .......... .......... .......... .......... .......... 25%  111M 2s
 59900K .......... .......... .......... .......... .......... 25%  115M 2s
 59950K .......... .......... .......... .......... .......... 25%  114M 2s
 60000K .......... .......... .......... .......... .......... 25%  105M 2s
 60050K .......... .......... .......... .......... .......... 25%  109M 2s
 60100K .......... .......... .......... .......... .......... 25% 99.1M 2s
 60150K .......... .......... .......... .......... .......... 25%  144M 2s
 60200K .......... .......... .......... .......... .......... 25%  123M 2s
 60250K .......... .......... .......... .......... .......... 25% 98.5M 2s
 60300K .......... .......... .......... .......... .......... 25%  108M 2s
 60350K .......... .......... .......... .......... .......... 25%  119M 2s
 60400K .......... .......... .......... .......... .......... 25%  113M 2s
 60450K .......... .......... .......... .......... .......... 25%  113M 2s
 60500K .......... .......... .......... .......... .......... 25%  113M 2s
 60550K .......... .......... .......... .......... .......... 25%  116M 2s
 60600K .......... .......... .......... .......... .......... 25%  109M 2s
 60650K .......... .......... .......... .......... .......... 25%  106M 2s
 60700K .......... .......... .......... .......... .......... 25%  123M 2s
 60750K .......... .......... .......... .......... .......... 25%  108M 2s
 60800K .......... .......... .......... .......... .......... 25%  100M 2s
 60850K .......... .......... .......... .......... .......... 25%  128M 2s
 60900K .......... .......... .......... .......... .......... 25%  101M 2s
 60950K .......... .......... .......... .......... .......... 25% 31.1M 2s
 61000K .......... .......... .......... .......... .......... 25%  116M 2s
 61050K .......... .......... .......... .......... .......... 25% 33.6M 2s
 61100K .......... .......... .......... .......... .......... 25%  115M 2s
 61150K .......... .......... .......... .......... .......... 25%  103M 2s
 61200K .......... .......... .......... .......... .......... 25% 30.8M 2s
 61250K .......... .......... .......... .......... .......... 25%  137M 2s
 61300K .......... .......... .......... .......... .......... 25% 43.7M 2s
 61350K .......... .......... .......... .......... .......... 25% 56.7M 2s
 61400K .......... .......... .......... .......... .......... 25% 55.7M 2s
 61450K .......... .......... .......... .......... .......... 25% 59.6M 2s
 61500K .......... .......... .......... .......... .......... 25% 49.0M 2s
 61550K .......... .......... .......... .......... .......... 25% 59.4M 2s
 61600K .......... .......... .......... .......... .......... 25% 61.0M 2s
 61650K .......... .......... .......... .......... .......... 25% 55.8M 2s
 61700K .......... .......... .......... .......... .......... 25% 54.8M 2s
 61750K .......... .......... .......... .......... .......... 25% 61.1M 2s
 61800K .......... .......... .......... .......... .......... 25% 53.6M 2s
 61850K .......... .......... .......... .......... .......... 25% 59.0M 2s
 61900K .......... .......... .......... .......... .......... 25% 54.0M 2s
 61950K .......... .......... .......... .......... .......... 25% 55.9M 2s
 62000K .......... .......... .......... .......... .......... 25% 59.4M 2s
 62050K .......... .......... .......... .......... .......... 25% 6.93M 2s
 62100K .......... .......... .......... .......... .......... 26%  201M 2s
 62150K .......... .......... .......... .......... .......... 26%  199M 2s
 62200K .......... .......... .......... .......... .......... 26%  158M 2s
 62250K .......... .......... .......... .......... .......... 26%  274M 2s
 62300K .......... .......... .......... .......... .......... 26%  233M 2s
 62350K .......... .......... .......... .......... .......... 26%  238M 2s
 62400K .......... .......... .......... .......... .......... 26%  230M 2s
 62450K .......... .......... .......... .......... .......... 26%  240M 2s
 62500K .......... .......... .......... .......... .......... 26%  204M 2s
 62550K .......... .......... .......... .......... .......... 26%  235M 2s
 62600K .......... .......... .......... .......... .......... 26%  223M 2s
 62650K .......... .......... .......... .......... .......... 26%  262M 2s
 62700K .......... .......... .......... .......... .......... 26%  257M 2s
 62750K .......... .......... .......... .......... .......... 26%  233M 2s
 62800K .......... .......... .......... .......... .......... 26%  235M 2s
 62850K .......... .......... .......... .......... .......... 26%  157M 2s
 62900K .......... .......... .......... .......... .......... 26%  197M 2s
 62950K .......... .......... .......... .......... .......... 26%  135M 2s
 63000K .......... .......... .......... .......... .......... 26%  200M 2s
 63050K .......... .......... .......... .......... .......... 26%  199M 2s
 63100K .......... .......... .......... .......... .......... 26%  193M 2s
 63150K .......... .......... .......... .......... .......... 26%  123M 2s
 63200K .......... .......... .......... .......... .......... 26%  110M 2s
 63250K .......... .......... .......... .......... .......... 26%  105M 2s
 63300K .......... .......... .......... .......... .......... 26% 6.14M 2s
 63350K .......... .......... .......... .......... .......... 26%  225M 2s
 63400K .......... .......... .......... .......... .......... 26%  215M 2s
 63450K .......... .......... .......... .......... .......... 26%  241M 2s
 63500K .......... .......... .......... .......... .......... 26%  274M 2s
 63550K .......... .......... .......... .......... .......... 26%  246M 2s
 63600K .......... .......... .......... .......... .......... 26%  275M 2s
 63650K .......... .......... .......... .......... .......... 26%  264M 2s
 63700K .......... .......... .......... .......... .......... 26%  277M 2s
 63750K .......... .......... .......... .......... .......... 26%  222M 2s
 63800K .......... .......... .......... .......... .......... 26%  254M 2s
 63850K .......... .......... .......... .......... .......... 26%  253M 2s
 63900K .......... .......... .......... .......... .......... 26%  164M 2s
 63950K .......... .......... .......... .......... .......... 26% 57.4M 2s
 64000K .......... .......... .......... .......... .......... 26% 15.6M 2s
 64050K .......... .......... .......... .......... .......... 26% 59.1M 2s
 64100K .......... .......... .......... .......... .......... 26% 15.9M 2s
 64150K .......... .......... .......... .......... .......... 26% 52.9M 2s
 64200K .......... .......... .......... .......... .......... 26% 59.8M 2s
 64250K .......... .......... .......... .......... .......... 26% 59.3M 2s
 64300K .......... .......... .......... .......... .......... 26%  103M 2s
 64350K .......... .......... .......... .......... .......... 26%  117M 2s
 64400K .......... .......... .......... .......... .......... 26%  122M 2s
 64450K .......... .......... .......... .......... .......... 27% 87.0M 2s
 64500K .......... .......... .......... .......... .......... 27% 58.7M 2s
 64550K .......... .......... .......... .......... .......... 27% 54.5M 2s
 64600K .......... .......... .......... .......... .......... 27% 55.9M 2s
 64650K .......... .......... .......... .......... .......... 27% 56.8M 2s
 64700K .......... .......... .......... .......... .......... 27% 54.7M 2s
 64750K .......... .......... .......... .......... .......... 27% 57.7M 2s
 64800K .......... .......... .......... .......... .......... 27% 58.1M 2s
 64850K .......... .......... .......... .......... .......... 27% 55.7M 2s
 64900K .......... .......... .......... .......... .......... 27% 55.6M 2s
 64950K .......... .......... .......... .......... .......... 27% 97.9M 2s
 65000K .......... .......... .......... .......... .......... 27%  118M 2s
 65050K .......... .......... .......... .......... .......... 27%  114M 2s
 65100K .......... .......... .......... .......... .......... 27%  111M 2s
 65150K .......... .......... .......... .......... .......... 27%  108M 2s
 65200K .......... .......... .......... .......... .......... 27%  117M 2s
 65250K .......... .......... .......... .......... .......... 27%  123M 2s
 65300K .......... .......... .......... .......... .......... 27%  106M 2s
 65350K .......... .......... .......... .......... .......... 27%  104M 2s
 65400K .......... .......... .......... .......... .......... 27%  120M 2s
 65450K .......... .......... .......... .......... .......... 27%  105M 2s
 65500K .......... .......... .......... .......... .......... 27%  132M 2s
 65550K .......... .......... .......... .......... .......... 27%  105M 2s
 65600K .......... .......... .......... .......... .......... 27%  110M 2s
 65650K .......... .......... .......... .......... .......... 27%  106M 2s
 65700K .......... .......... .......... .......... .......... 27%  126M 2s
 65750K .......... .......... .......... .......... .......... 27% 98.7M 2s
 65800K .......... .......... .......... .......... .......... 27%  117M 2s
 65850K .......... .......... .......... .......... .......... 27%  109M 2s
 65900K .......... .......... .......... .......... .......... 27%  127M 2s
 65950K .......... .......... .......... .......... .......... 27%  113M 2s
 66000K .......... .......... .......... .......... .......... 27% 99.1M 2s
 66050K .......... .......... .......... .......... .......... 27%  111M 2s
 66100K .......... .......... .......... .......... .......... 27%  120M 2s
 66150K .......... .......... .......... .......... .......... 27%  125M 2s
 66200K .......... .......... .......... .......... .......... 27% 71.6M 2s
 66250K .......... .......... .......... .......... .......... 27%  158M 2s
 66300K .......... .......... .......... .......... .......... 27%  141M 2s
 66350K .......... .......... .......... .......... .......... 27%  120M 2s
 66400K .......... .......... .......... .......... .......... 27%  106M 2s
 66450K .......... .......... .......... .......... .......... 27% 65.6M 2s
 66500K .......... .......... .......... .......... .......... 27%  224M 2s
 66550K .......... .......... .......... .......... .......... 27%  108M 2s
 66600K .......... .......... .......... .......... .......... 27%  125M 2s
 66650K .......... .......... .......... .......... .......... 27%  141M 2s
 66700K .......... .......... .......... .......... .......... 27%  109M 2s
 66750K .......... .......... .......... .......... .......... 27%  112M 2s
 66800K .......... .......... .......... .......... .......... 27%  106M 2s
 66850K .......... .......... .......... .......... .......... 28%  108M 2s
 66900K .......... .......... .......... .......... .......... 28%  141M 2s
 66950K .......... .......... .......... .......... .......... 28% 98.3M 2s
 67000K .......... .......... .......... .......... .......... 28%  104M 2s
 67050K .......... .......... .......... .......... .......... 28%  125M 2s
 67100K .......... .......... .......... .......... .......... 28%  104M 2s
 67150K .......... .......... .......... .......... .......... 28%  111M 2s
 67200K .......... .......... .......... .......... .......... 28% 95.2M 2s
 67250K .......... .......... .......... .......... .......... 28% 54.5M 2s
 67300K .......... .......... .......... .......... .......... 28% 38.6M 2s
 67350K .......... .......... .......... .......... .......... 28% 62.7M 2s
 67400K .......... .......... .......... .......... .......... 28% 37.1M 2s
 67450K .......... .......... .......... .......... .......... 28% 8.70M 2s
 67500K .......... .......... .......... .......... .......... 28%  154M 2s
 67550K .......... .......... .......... .......... .......... 28%  201M 2s
 67600K .......... .......... .......... .......... .......... 28% 92.5M 2s
 67650K .......... .......... .......... .......... .......... 28% 37.3M 2s
 67700K .......... .......... .......... .......... .......... 28% 31.8M 2s
 67750K .......... .......... .......... .......... .......... 28% 45.9M 2s
 67800K .......... .......... .......... .......... .......... 28% 8.12M 2s
 67850K .......... .......... .......... .......... .......... 28%  235M 2s
 67900K .......... .......... .......... .......... .......... 28%  238M 2s
 67950K .......... .......... .......... .......... .......... 28%  284M 2s
 68000K .......... .......... .......... .......... .......... 28%  217M 2s
 68050K .......... .......... .......... .......... .......... 28% 47.5M 2s
 68100K .......... .......... .......... .......... .......... 28% 36.9M 2s
 68150K .......... .......... .......... .......... .......... 28% 38.1M 2s
 68200K .......... .......... .......... .......... .......... 28% 36.6M 2s
 68250K .......... .......... .......... .......... .......... 28% 6.71M 2s
 68300K .......... .......... .......... .......... .......... 28%  245M 2s
 68350K .......... .......... .......... .......... .......... 28%  234M 2s
 68400K .......... .......... .......... .......... .......... 28%  250M 2s
 68450K .......... .......... .......... .......... .......... 28%  253M 2s
 68500K .......... .......... .......... .......... .......... 28%  178M 2s
 68550K .......... .......... .......... .......... .......... 28%  232M 2s
 68600K .......... .......... .......... .......... .......... 28% 45.5M 2s
 68650K .......... .......... .......... .......... .......... 28% 59.6M 2s
 68700K .......... .......... .......... .......... .......... 28% 52.5M 2s
 68750K .......... .......... .......... .......... .......... 28% 55.4M 2s
 68800K .......... .......... .......... .......... .......... 28% 91.3M 2s
 68850K .......... .......... .......... .......... .......... 28% 93.9M 2s
 68900K .......... .......... .......... .......... .......... 28%  141M 2s
 68950K .......... .......... .......... .......... .......... 28%  110M 2s
 69000K .......... .......... .......... .......... .......... 28%  109M 2s
 69050K .......... .......... .......... .......... .......... 28%  109M 2s
 69100K .......... .......... .......... .......... .......... 28%  121M 2s
 69150K .......... .......... .......... .......... .......... 28%  110M 2s
 69200K .......... .......... .......... .......... .......... 28%  101M 2s
 69250K .......... .......... .......... .......... .......... 29%  111M 2s
 69300K .......... .......... .......... .......... .......... 29%  117M 2s
 69350K .......... .......... .......... .......... .......... 29%  122M 2s
 69400K .......... .......... .......... .......... .......... 29%  113M 2s
 69450K .......... .......... .......... .......... .......... 29%  104M 2s
 69500K .......... .......... .......... .......... .......... 29%  122M 2s
 69550K .......... .......... .......... .......... .......... 29%  115M 2s
 69600K .......... .......... .......... .......... .......... 29% 83.0M 2s
 69650K .......... .......... .......... .......... .......... 29% 88.1M 2s
 69700K .......... .......... .......... .......... .......... 29%  121M 2s
 69750K .......... .......... .......... .......... .......... 29% 72.8M 2s
 69800K .......... .......... .......... .......... .......... 29% 51.5M 2s
 69850K .......... .......... .......... .......... .......... 29%  101M 2s
 69900K .......... .......... .......... .......... .......... 29%  118M 2s
 69950K .......... .......... .......... .......... .......... 29% 98.7M 2s
 70000K .......... .......... .......... .......... .......... 29%  136M 2s
 70050K .......... .......... .......... .......... .......... 29% 98.1M 2s
 70100K .......... .......... .......... .......... .......... 29%  125M 2s
 70150K .......... .......... .......... .......... .......... 29%  104M 2s
 70200K .......... .......... .......... .......... .......... 29%  111M 2s
 70250K .......... .......... .......... .......... .......... 29%  105M 2s
 70300K .......... .......... .......... .......... .......... 29%  120M 2s
 70350K .......... .......... .......... .......... .......... 29%  107M 2s
 70400K .......... .......... .......... .......... .......... 29%  124M 2s
 70450K .......... .......... .......... .......... .......... 29%  103M 2s
 70500K .......... .......... .......... .......... .......... 29%  119M 2s
 70550K .......... .......... .......... .......... .......... 29%  109M 2s
 70600K .......... .......... .......... .......... .......... 29% 66.3M 2s
 70650K .......... .......... .......... .......... .......... 29% 53.9M 2s
 70700K .......... .......... .......... .......... .......... 29% 45.5M 2s
 70750K .......... .......... .......... .......... .......... 29% 75.5M 2s
 70800K .......... .......... .......... .......... .......... 29% 57.1M 2s
 70850K .......... .......... .......... .......... .......... 29% 55.9M 2s
 70900K .......... .......... .......... .......... .......... 29% 34.7M 2s
 70950K .......... .......... .......... .......... .......... 29%  139M 2s
 71000K .......... .......... .......... .......... .......... 29%  117M 2s
 71050K .......... .......... .......... .......... .......... 29%  121M 2s
 71100K .......... .......... .......... .......... .......... 29%  105M 2s
 71150K .......... .......... .......... .......... .......... 29% 61.5M 2s
 71200K .......... .......... .......... .......... .......... 29% 60.5M 2s
 71250K .......... .......... .......... .......... .......... 29% 49.8M 2s
 71300K .......... .......... .......... .......... .......... 29% 53.4M 2s
 71350K .......... .......... .......... .......... .......... 29% 62.9M 2s
 71400K .......... .......... .......... .......... .......... 29% 59.7M 2s
 71450K .......... .......... .......... .......... .......... 29% 56.4M 2s
 71500K .......... .......... .......... .......... .......... 29% 54.1M 2s
 71550K .......... .......... .......... .......... .......... 29% 56.2M 2s
 71600K .......... .......... .......... .......... .......... 29% 57.5M 2s
 71650K .......... .......... .......... .......... .......... 30% 55.3M 2s
 71700K .......... .......... .......... .......... .......... 30% 54.0M 2s
 71750K .......... .......... .......... .......... .......... 30% 57.2M 2s
 71800K .......... .......... .......... .......... .......... 30% 53.3M 2s
 71850K .......... .......... .......... .......... .......... 30% 46.8M 2s
 71900K .......... .......... .......... .......... .......... 30% 56.7M 2s
 71950K .......... .......... .......... .......... .......... 30% 50.6M 2s
 72000K .......... .......... .......... .......... .......... 30% 60.6M 2s
 72050K .......... .......... .......... .......... .......... 30% 57.5M 2s
 72100K .......... .......... .......... .......... .......... 30% 92.5M 2s
 72150K .......... .......... .......... .......... .......... 30%  114M 2s
 72200K .......... .......... .......... .......... .......... 30%  111M 2s
 72250K .......... .......... .......... .......... .......... 30%  112M 2s
 72300K .......... .......... .......... .......... .......... 30%  106M 2s
 72350K .......... .......... .......... .......... .......... 30%  104M 2s
 72400K .......... .......... .......... .......... .......... 30%  130M 2s
 72450K .......... .......... .......... .......... .......... 30%  104M 2s
 72500K .......... .......... .......... .......... .......... 30%  116M 2s
 72550K .......... .......... .......... .......... .......... 30%  111M 2s
 72600K .......... .......... .......... .......... .......... 30%  122M 2s
 72650K .......... .......... .......... .......... .......... 30%  115M 2s
 72700K .......... .......... .......... .......... .......... 30%  112M 2s
 72750K .......... .......... .......... .......... .......... 30%  110M 2s
 72800K .......... .......... .......... .......... .......... 30%  109M 2s
 72850K .......... .......... .......... .......... .......... 30%  104M 2s
 72900K .......... .......... .......... .......... .......... 30%  108M 2s
 72950K .......... .......... .......... .......... .......... 30%  117M 2s
 73000K .......... .......... .......... .......... .......... 30%  112M 2s
 73050K .......... .......... .......... .......... .......... 30%  119M 2s
 73100K .......... .......... .......... .......... .......... 30%  119M 2s
 73150K .......... .......... .......... .......... .......... 30%  101M 2s
 73200K .......... .......... .......... .......... .......... 30%  113M 2s
 73250K .......... .......... .......... .......... .......... 30%  111M 2s
 73300K .......... .......... .......... .......... .......... 30%  113M 2s
 73350K .......... .......... .......... .......... .......... 30% 71.2M 2s
 73400K .......... .......... .......... .......... .......... 30% 70.4M 2s
 73450K .......... .......... .......... .......... .......... 30%  115M 2s
 73500K .......... .......... .......... .......... .......... 30%  102M 2s
 73550K .......... .......... .......... .......... .......... 30% 96.3M 2s
 73600K .......... .......... .......... .......... .......... 30% 53.6M 2s
 73650K .......... .......... .......... .......... .......... 30% 60.5M 2s
 73700K .......... .......... .......... .......... .......... 30% 65.3M 2s
 73750K .......... .......... .......... .......... .......... 30%  128M 2s
 73800K .......... .......... .......... .......... .......... 30%  111M 2s
 73850K .......... .......... .......... .......... .......... 30%  101M 2s
 73900K .......... .......... .......... .......... .......... 30%  117M 2s
 73950K .......... .......... .......... .......... .......... 30%  107M 2s
 74000K .......... .......... .......... .......... .......... 30% 95.0M 2s
 74050K .......... .......... .......... .......... .......... 31%  112M 2s
 74100K .......... .......... .......... .......... .......... 31% 64.7M 2s
 74150K .......... .......... .......... .......... .......... 31% 49.3M 2s
 74200K .......... .......... .......... .......... .......... 31% 62.1M 2s
 74250K .......... .......... .......... .......... .......... 31% 52.5M 2s
 74300K .......... .......... .......... .......... .......... 31% 50.1M 2s
 74350K .......... .......... .......... .......... .......... 31%  186M 2s
 74400K .......... .......... .......... .......... .......... 31%  112M 2s
 74450K .......... .......... .......... .......... .......... 31%  111M 2s
 74500K .......... .......... .......... .......... .......... 31%  116M 2s
 74550K .......... .......... .......... .......... .......... 31%  108M 2s
 74600K .......... .......... .......... .......... .......... 31%  101M 2s
 74650K .......... .......... .......... .......... .......... 31% 97.8M 2s
 74700K .......... .......... .......... .......... .......... 31%  133M 2s
 74750K .......... .......... .......... .......... .......... 31%  105M 2s
 74800K .......... .......... .......... .......... .......... 31%  117M 2s
 74850K .......... .......... .......... .......... .......... 31%  120M 2s
 74900K .......... .......... .......... .......... .......... 31% 97.2M 2s
 74950K .......... .......... .......... .......... .......... 31%  134M 2s
 75000K .......... .......... .......... .......... .......... 31%  112M 2s
 75050K .......... .......... .......... .......... .......... 31%  110M 2s
 75100K .......... .......... .......... .......... .......... 31%  112M 2s
 75150K .......... .......... .......... .......... .......... 31%  108M 2s
 75200K .......... .......... .......... .......... .......... 31% 83.0M 2s
 75250K .......... .......... .......... .......... .......... 31% 55.4M 2s
 75300K .......... .......... .......... .......... .......... 31% 50.9M 2s
 75350K .......... .......... .......... .......... .......... 31% 7.15M 2s
 75400K .......... .......... .......... .......... .......... 31%  212M 2s
 75450K .......... .......... .......... .......... .......... 31%  234M 2s
 75500K .......... .......... .......... .......... .......... 31%  212M 2s
 75550K .......... .......... .......... .......... .......... 31%  269M 2s
 75600K .......... .......... .......... .......... .......... 31%  247M 2s
 75650K .......... .......... .......... .......... .......... 31%  295M 2s
 75700K .......... .......... .......... .......... .......... 31%  285M 2s
 75750K .......... .......... .......... .......... .......... 31% 7.90M 2s
 75800K .......... .......... .......... .......... .......... 31%  211M 2s
 75850K .......... .......... .......... .......... .......... 31%  250M 2s
 75900K .......... .......... .......... .......... .......... 31%  223M 2s
 75950K .......... .......... .......... .......... .......... 31%  268M 2s
 76000K .......... .......... .......... .......... .......... 31%  230M 2s
 76050K .......... .......... .......... .......... .......... 31%  288M 2s
 76100K .......... .......... .......... .......... .......... 31%  286M 2s
 76150K .......... .......... .......... .......... .......... 31%  264M 2s
 76200K .......... .......... .......... .......... .......... 31%  251M 2s
 76250K .......... .......... .......... .......... .......... 31%  146M 2s
 76300K .......... .......... .......... .......... .......... 31% 60.4M 2s
 76350K .......... .......... .......... .......... .......... 31% 56.4M 2s
 76400K .......... .......... .......... .......... .......... 32% 51.1M 2s
 76450K .......... .......... .......... .......... .......... 32% 7.18M 2s
 76500K .......... .......... .......... .......... .......... 32%  211M 2s
 76550K .......... .......... .......... .......... .......... 32%  234M 2s
 76600K .......... .......... .......... .......... .......... 32%  209M 2s
 76650K .......... .......... .......... .......... .......... 32%  249M 2s
 76700K .......... .......... .......... .......... .......... 32%  227M 2s
 76750K .......... .......... .......... .......... .......... 32%  252M 2s
 76800K .......... .......... .......... .......... .......... 32%  252M 2s
 76850K .......... .......... .......... .......... .......... 32%  284M 2s
 76900K .......... .......... .......... .......... .......... 32%  147M 2s
 76950K .......... .......... .......... .......... .......... 32% 57.2M 2s
 77000K .......... .......... .......... .......... .......... 32% 55.7M 2s
 77050K .......... .......... .......... .......... .......... 32% 59.5M 2s
 77100K .......... .......... .......... .......... .......... 32%  119M 2s
 77150K .......... .......... .......... .......... .......... 32%  108M 2s
 77200K .......... .......... .......... .......... .......... 32%  109M 2s
 77250K .......... .......... .......... .......... .......... 32%  120M 2s
 77300K .......... .......... .......... .......... .......... 32%  116M 2s
 77350K .......... .......... .......... .......... .......... 32%  113M 2s
 77400K .......... .......... .......... .......... .......... 32%  100M 2s
 77450K .......... .......... .......... .......... .......... 32%  127M 2s
 77500K .......... .......... .......... .......... .......... 32%  103M 2s
 77550K .......... .......... .......... .......... .......... 32% 99.8M 2s
 77600K .......... .......... .......... .......... .......... 32%  139M 2s
 77650K .......... .......... .......... .......... .......... 32%  118M 2s
 77700K .......... .......... .......... .......... .......... 32% 98.5M 2s
 77750K .......... .......... .......... .......... .......... 32%  115M 2s
 77800K .......... .......... .......... .......... .......... 32%  121M 2s
 77850K .......... .......... .......... .......... .......... 32%  103M 2s
 77900K .......... .......... .......... .......... .......... 32%  110M 2s
 77950K .......... .......... .......... .......... .......... 32%  119M 2s
 78000K .......... .......... .......... .......... .......... 32%  110M 2s
 78050K .......... .......... .......... .......... .......... 32%  117M 2s
 78100K .......... .......... .......... .......... .......... 32%  108M 2s
 78150K .......... .......... .......... .......... .......... 32%  114M 2s
 78200K .......... .......... .......... .......... .......... 32%  114M 2s
 78250K .......... .......... .......... .......... .......... 32% 93.5M 2s
 78300K .......... .......... .......... .......... .......... 32%  128M 2s
 78350K .......... .......... .......... .......... .......... 32%  106M 2s
 78400K .......... .......... .......... .......... .......... 32%  110M 2s
 78450K .......... .......... .......... .......... .......... 32%  119M 2s
 78500K .......... .......... .......... .......... .......... 32%  120M 2s
 78550K .......... .......... .......... .......... .......... 32% 96.9M 2s
 78600K .......... .......... .......... .......... .......... 32%  123M 2s
 78650K .......... .......... .......... .......... .......... 32%  103M 2s
 78700K .......... .......... .......... .......... .......... 32%  123M 2s
 78750K .......... .......... .......... .......... .......... 32% 98.5M 2s
 78800K .......... .......... .......... .......... .......... 33%  148M 2s
 78850K .......... .......... .......... .......... .......... 33%  113M 2s
 78900K .......... .......... .......... .......... .......... 33%  112M 2s
 78950K .......... .......... .......... .......... .......... 33% 71.0M 2s
 79000K .......... .......... .......... .......... .......... 33%  174M 2s
 79050K .......... .......... .......... .......... .......... 33%  129M 2s
 79100K .......... .......... .......... .......... .......... 33%  124M 2s
 79150K .......... .......... .......... .......... .......... 33%  109M 2s
 79200K .......... .......... .......... .......... .......... 33%  120M 2s
 79250K .......... .......... .......... .......... .......... 33%  102M 2s
 79300K .......... .......... .......... .......... .......... 33%  104M 2s
 79350K .......... .......... .......... .......... .......... 33%  102M 2s
 79400K .......... .......... .......... .......... .......... 33%  151M 2s
 79450K .......... .......... .......... .......... .......... 33% 97.4M 2s
 79500K .......... .......... .......... .......... .......... 33%  112M 2s
 79550K .......... .......... .......... .......... .......... 33%  127M 2s
 79600K .......... .......... .......... .......... .......... 33%  114M 2s
 79650K .......... .......... .......... .......... .......... 33%  108M 2s
 79700K .......... .......... .......... .......... .......... 33%  113M 2s
 79750K .......... .......... .......... .......... .......... 33% 90.6M 2s
 79800K .......... .......... .......... .......... .......... 33%  103M 2s
 79850K .......... .......... .......... .......... .......... 33%  122M 2s
 79900K .......... .......... .......... .......... .......... 33%  109M 2s
 79950K .......... .......... .......... .......... .......... 33%  110M 2s
 80000K .......... .......... .......... .......... .......... 33% 65.2M 2s
 80050K .......... .......... .......... .......... .......... 33%  253M 2s
 80100K .......... .......... .......... .......... .......... 33%  156M 2s
 80150K .......... .......... .......... .......... .......... 33%  101M 2s
 80200K .......... .......... .......... .......... .......... 33% 75.1M 2s
 80250K .......... .......... .......... .......... .......... 33% 53.7M 2s
 80300K .......... .......... .......... .......... .......... 33% 54.1M 2s
 80350K .......... .......... .......... .......... .......... 33% 62.9M 2s
 80400K .......... .......... .......... .......... .......... 33% 48.1M 2s
 80450K .......... .......... .......... .......... .......... 33% 63.7M 2s
 80500K .......... .......... .......... .......... .......... 33% 62.0M 2s
 80550K .......... .......... .......... .......... .......... 33% 54.6M 2s
 80600K .......... .......... .......... .......... .......... 33% 55.9M 2s
 80650K .......... .......... .......... .......... .......... 33% 49.4M 2s
 80700K .......... .......... .......... .......... .......... 33% 6.74M 2s
 80750K .......... .......... .......... .......... .......... 33%  205M 2s
 80800K .......... .......... .......... .......... .......... 33%  250M 2s
 80850K .......... .......... .......... .......... .......... 33%  270M 2s
 80900K .......... .......... .......... .......... .......... 33%  259M 2s
 80950K .......... .......... .......... .......... .......... 33% 19.6M 2s
 81000K .......... .......... .......... .......... .......... 33% 51.8M 2s
 81050K .......... .......... .......... .......... .......... 33% 55.0M 2s
 81100K .......... .......... .......... .......... .......... 33% 6.39M 2s
 81150K .......... .......... .......... .......... .......... 33%  239M 2s
 81200K .......... .......... .......... .......... .......... 34%  230M 2s
 81250K .......... .......... .......... .......... .......... 34%  249M 2s
 81300K .......... .......... .......... .......... .......... 34%  102M 2s
 81350K .......... .......... .......... .......... .......... 34% 18.2M 2s
 81400K .......... .......... .......... .......... .......... 34%  108M 2s
 81450K .......... .......... .......... .......... .......... 34%  112M 2s
 81500K .......... .......... .......... .......... .......... 34% 30.2M 2s
 81550K .......... .......... .......... .......... .......... 34%  120M 2s
 81600K .......... .......... .......... .......... .......... 34% 27.5M 2s
 81650K .......... .......... .......... .......... .......... 34%  173M 2s
 81700K .......... .......... .......... .......... .......... 34%  126M 2s
 81750K .......... .......... .......... .......... .......... 34% 30.6M 2s
 81800K .......... .......... .......... .......... .......... 34%  106M 2s
 81850K .......... .......... .......... .......... .......... 34% 30.4M 2s
 81900K .......... .......... .......... .......... .......... 34%  154M 2s
 81950K .......... .......... .......... .......... .......... 34%  100M 2s
 82000K .......... .......... .......... .......... .......... 34% 31.9M 2s
 82050K .......... .......... .......... .......... .......... 34% 87.0M 2s
 82100K .......... .......... .......... .......... .......... 34% 31.6M 2s
 82150K .......... .......... .......... .......... .......... 34%  110M 2s
 82200K .......... .......... .......... .......... .......... 34%  107M 2s
 82250K .......... .......... .......... .......... .......... 34% 50.8M 2s
 82300K .......... .......... .......... .......... .......... 34%  122M 2s
 82350K .......... .......... .......... .......... .......... 34% 61.6M 2s
 82400K .......... .......... .......... .......... .......... 34% 56.2M 2s
 82450K .......... .......... .......... .......... .......... 34% 55.7M 2s
 82500K .......... .......... .......... .......... .......... 34% 58.8M 2s
 82550K .......... .......... .......... .......... .......... 34% 54.5M 2s
 82600K .......... .......... .......... .......... .......... 34% 57.8M 2s
 82650K .......... .......... .......... .......... .......... 34% 58.5M 2s
 82700K .......... .......... .......... .......... .......... 34% 55.4M 2s
 82750K .......... .......... .......... .......... .......... 34%  106M 2s
 82800K .......... .......... .......... .......... .......... 34%  104M 2s
 82850K .......... .......... .......... .......... .......... 34%  128M 2s
 82900K .......... .......... .......... .......... .......... 34%  108M 2s
 82950K .......... .......... .......... .......... .......... 34%  109M 2s
 83000K .......... .......... .......... .......... .......... 34% 98.1M 2s
 83050K .......... .......... .......... .......... .......... 34%  123M 2s
 83100K .......... .......... .......... .......... .......... 34%  125M 2s
 83150K .......... .......... .......... .......... .......... 34%  118M 2s
 83200K .......... .......... .......... .......... .......... 34%  101M 2s
 83250K .......... .......... .......... .......... .......... 34%  116M 2s
 83300K .......... .......... .......... .......... .......... 34%  106M 2s
 83350K .......... .......... .......... .......... .......... 34%  115M 2s
 83400K .......... .......... .......... .......... .......... 34%  113M 2s
 83450K .......... .......... .......... .......... .......... 34%  113M 2s
 83500K .......... .......... .......... .......... .......... 34%  117M 2s
 83550K .......... .......... .......... .......... .......... 34%  111M 2s
 83600K .......... .......... .......... .......... .......... 35%  109M 2s
 83650K .......... .......... .......... .......... .......... 35%  126M 2s
 83700K .......... .......... .......... .......... .......... 35% 99.7M 2s
 83750K .......... .......... .......... .......... .......... 35%  108M 2s
 83800K .......... .......... .......... .......... .......... 35%  111M 2s
 83850K .......... .......... .......... .......... .......... 35%  116M 2s
 83900K .......... .......... .......... .......... .......... 35% 7.62M 2s
 83950K .......... .......... .......... .......... .......... 35%  217M 2s
 84000K .......... .......... .......... .......... .......... 35%  232M 2s
 84050K .......... .......... .......... .......... .......... 35%  262M 2s
 84100K .......... .......... .......... .......... .......... 35%  261M 2s
 84150K .......... .......... .......... .......... .......... 35%  292M 2s
 84200K .......... .......... .......... .......... .......... 35%  267M 2s
 84250K .......... .......... .......... .......... .......... 35%  269M 2s
 84300K .......... .......... .......... .......... .......... 35%  258M 2s
 84350K .......... .......... .......... .......... .......... 35%  237M 2s
 84400K .......... .......... .......... .......... .......... 35%  272M 2s
 84450K .......... .......... .......... .......... .......... 35%  261M 2s
 84500K .......... .......... .......... .......... .......... 35%  274M 2s
 84550K .......... .......... .......... .......... .......... 35%  212M 2s
 84600K .......... .......... .......... .......... .......... 35%  126M 2s
 84650K .......... .......... .......... .......... .......... 35%  103M 2s
 84700K .......... .......... .......... .......... .......... 35%  129M 2s
 84750K .......... .......... .......... .......... .......... 35%  113M 2s
 84800K .......... .......... .......... .......... .......... 35%  114M 2s
 84850K .......... .......... .......... .......... .......... 35%  111M 2s
 84900K .......... .......... .......... .......... .......... 35%  106M 2s
 84950K .......... .......... .......... .......... .......... 35%  110M 2s
 85000K .......... .......... .......... .......... .......... 35% 53.5M 2s
 85050K .......... .......... .......... .......... .......... 35% 60.2M 2s
 85100K .......... .......... .......... .......... .......... 35% 5.76M 2s
 85150K .......... .......... .......... .......... .......... 35%  234M 2s
 85200K .......... .......... .......... .......... .......... 35%  219M 2s
 85250K .......... .......... .......... .......... .......... 35%  285M 2s
 85300K .......... .......... .......... .......... .......... 35% 90.4M 2s
 85350K .......... .......... .......... .......... .......... 35% 7.06M 2s
 85400K .......... .......... .......... .......... .......... 35%  239M 2s
 85450K .......... .......... .......... .......... .......... 35%  208M 2s
 85500K .......... .......... .......... .......... .......... 35% 11.3M 2s
 85550K .......... .......... .......... .......... .......... 35% 35.8M 2s
 85600K .......... .......... .......... .......... .......... 35% 10.6M 2s
 85650K .......... .......... .......... .......... .......... 35% 36.7M 2s
 85700K .......... .......... .......... .......... .......... 35% 38.9M 2s
 85750K .......... .......... .......... .......... .......... 35% 5.04M 2s
 85800K .......... .......... .......... .......... .......... 35%  254M 2s
 85850K .......... .......... .......... .......... .......... 35%  216M 2s
 85900K .......... .......... .......... .......... .......... 35%  285M 2s
 85950K .......... .......... .......... .......... .......... 36%  275M 2s
 86000K .......... .......... .......... .......... .......... 36% 22.3M 2s
 86050K .......... .......... .......... .......... .......... 36% 58.0M 2s
 86100K .......... .......... .......... .......... .......... 36% 59.0M 2s
 86150K .......... .......... .......... .......... .......... 36% 5.66M 2s
 86200K .......... .......... .......... .......... .......... 36%  192M 2s
 86250K .......... .......... .......... .......... .......... 36%  265M 2s
 86300K .......... .......... .......... .......... .......... 36%  284M 2s
 86350K .......... .......... .......... .......... .......... 36%  199M 2s
 86400K .......... .......... .......... .......... .......... 36% 12.9M 2s
 86450K .......... .......... .......... .......... .......... 36% 37.3M 2s
 86500K .......... .......... .......... .......... .......... 36% 10.7M 2s
 86550K .......... .......... .......... .......... .......... 36% 35.9M 2s
 86600K .......... .......... .......... .......... .......... 36% 37.2M 2s
 86650K .......... .......... .......... .......... .......... 36% 10.3M 2s
 86700K .......... .......... .......... .......... .......... 36% 39.6M 2s
 86750K .......... .......... .......... .......... .......... 36% 10.4M 2s
 86800K .......... .......... .......... .......... .......... 36% 38.8M 2s
 86850K .......... .......... .......... .......... .......... 36% 6.86M 2s
 86900K .......... .......... .......... .......... .......... 36%  203M 2s
 86950K .......... .......... .......... .......... .......... 36%  293M 2s
 87000K .......... .......... .......... .......... .......... 36% 23.9M 2s
 87050K .......... .......... .......... .......... .......... 36% 85.9M 2s
 87100K .......... .......... .......... .......... .......... 36% 57.7M 2s
 87150K .......... .......... .......... .......... .......... 36% 24.3M 2s
 87200K .......... .......... .......... .......... .......... 36%  100M 2s
 87250K .......... .......... .......... .......... .......... 36% 7.46M 2s
 87300K .......... .......... .......... .......... .......... 36%  246M 2s
 87350K .......... .......... .......... .......... .......... 36%  241M 2s
 87400K .......... .......... .......... .......... .......... 36%  260M 2s
 87450K .......... .......... .......... .......... .......... 36%  262M 2s
 87500K .......... .......... .......... .......... .......... 36%  245M 2s
 87550K .......... .......... .......... .......... .......... 36%  217M 2s
 87600K .......... .......... .......... .......... .......... 36%  266M 2s
 87650K .......... .......... .......... .......... .......... 36%  258M 2s
 87700K .......... .......... .......... .......... .......... 36%  269M 2s
 87750K .......... .......... .......... .......... .......... 36%  239M 2s
 87800K .......... .......... .......... .......... .......... 36%  244M 2s
 87850K .......... .......... .......... .......... .......... 36%  255M 2s
 87900K .......... .......... .......... .......... .......... 36%  210M 2s
 87950K .......... .......... .......... .......... .......... 36%  223M 2s
 88000K .......... .......... .......... .......... .......... 36%  166M 2s
 88050K .......... .......... .......... .......... .......... 36% 58.8M 2s
 88100K .......... .......... .......... .......... .......... 36% 79.6M 2s
 88150K .......... .......... .......... .......... .......... 36%  119M 2s
 88200K .......... .......... .......... .......... .......... 36%  101M 2s
 88250K .......... .......... .......... .......... .......... 36%  106M 2s
 88300K .......... .......... .......... .......... .......... 36%  120M 2s
 88350K .......... .......... .......... .......... .......... 37%  112M 2s
 88400K .......... .......... .......... .......... .......... 37%  112M 2s
 88450K .......... .......... .......... .......... .......... 37% 61.4M 2s
 88500K .......... .......... .......... .......... .......... 37% 58.0M 2s
 88550K .......... .......... .......... .......... .......... 37% 55.3M 2s
 88600K .......... .......... .......... .......... .......... 37% 7.30M 2s
 88650K .......... .......... .......... .......... .......... 37%  273M 2s
 88700K .......... .......... .......... .......... .......... 37%  267M 2s
 88750K .......... .......... .......... .......... .......... 37%  243M 2s
 88800K .......... .......... .......... .......... .......... 37%  260M 2s
 88850K .......... .......... .......... .......... .......... 37%  305M 2s
 88900K .......... .......... .......... .......... .......... 37%  266M 2s
 88950K .......... .......... .......... .......... .......... 37%  257M 2s
 89000K .......... .......... .......... .......... .......... 37%  266M 2s
 89050K .......... .......... .......... .......... .......... 37%  124M 2s
 89100K .......... .......... .......... .......... .......... 37% 7.25M 2s
 89150K .......... .......... .......... .......... .......... 37%  204M 2s
 89200K .......... .......... .......... .......... .......... 37%  201M 2s
 89250K .......... .......... .......... .......... .......... 37%  267M 2s
 89300K .......... .......... .......... .......... .......... 37%  252M 2s
 89350K .......... .......... .......... .......... .......... 37%  282M 2s
 89400K .......... .......... .......... .......... .......... 37%  257M 2s
 89450K .......... .......... .......... .......... .......... 37%  279M 2s
 89500K .......... .......... .......... .......... .......... 37% 88.5M 2s
 89550K .......... .......... .......... .......... .......... 37% 57.8M 2s
 89600K .......... .......... .......... .......... .......... 37% 60.1M 2s
 89650K .......... .......... .......... .......... .......... 37% 50.9M 2s
 89700K .......... .......... .......... .......... .......... 37% 63.4M 2s
 89750K .......... .......... .......... .......... .......... 37% 53.1M 2s
 89800K .......... .......... .......... .......... .......... 37% 58.4M 2s
 89850K .......... .......... .......... .......... .......... 37% 55.8M 2s
 89900K .......... .......... .......... .......... .......... 37% 16.0M 2s
 89950K .......... .......... .......... .......... .......... 37% 51.4M 2s
 90000K .......... .......... .......... .......... .......... 37% 16.1M 2s
 90050K .......... .......... .......... .......... .......... 37% 48.4M 2s
 90100K .......... .......... .......... .......... .......... 37% 53.1M 2s
 90150K .......... .......... .......... .......... .......... 37% 25.7M 2s
 90200K .......... .......... .......... .......... .......... 37% 53.4M 2s
 90250K .......... .......... .......... .......... .......... 37% 15.2M 2s
 90300K .......... .......... .......... .......... .......... 37% 55.4M 2s
 90350K .......... .......... .......... .......... .......... 37% 58.7M 2s
 90400K .......... .......... .......... .......... .......... 37% 5.32M 2s
 90450K .......... .......... .......... .......... .......... 37%  212M 2s
 90500K .......... .......... .......... .......... .......... 37%  216M 2s
 90550K .......... .......... .......... .......... .......... 37%  274M 2s
 90600K .......... .......... .......... .......... .......... 37%  270M 2s
 90650K .......... .......... .......... .......... .......... 37%  249M 2s
 90700K .......... .......... .......... .......... .......... 37%  226M 2s
 90750K .......... .......... .......... .......... .......... 38% 41.1M 2s
 90800K .......... .......... .......... .......... .......... 38%  121M 2s
 90850K .......... .......... .......... .......... .......... 38%  111M 2s
 90900K .......... .......... .......... .......... .......... 38% 30.5M 2s
 90950K .......... .......... .......... .......... .......... 38%  111M 2s
 91000K .......... .......... .......... .......... .......... 38%  116M 2s
 91050K .......... .......... .......... .......... .......... 38% 20.5M 2s
 91100K .......... .......... .......... .......... .......... 38% 50.5M 2s
 91150K .......... .......... .......... .......... .......... 38% 16.3M 2s
 91200K .......... .......... .......... .......... .......... 38% 54.3M 2s
 91250K .......... .......... .......... .......... .......... 38% 58.6M 2s
 91300K .......... .......... .......... .......... .......... 38% 16.2M 2s
 91350K .......... .......... .......... .......... .......... 38% 6.82M 2s
 91400K .......... .......... .......... .......... .......... 38%  161M 2s
 91450K .......... .......... .......... .......... .......... 38%  235M 2s
 91500K .......... .......... .......... .......... .......... 38%  252M 2s
 91550K .......... .......... .......... .......... .......... 38%  284M 2s
 91600K .......... .......... .......... .......... .......... 38%  303M 2s
 91650K .......... .......... .......... .......... .......... 38%  135M 2s
 91700K .......... .......... .......... .......... .......... 38%  205M 2s
 91750K .......... .......... .......... .......... .......... 38% 58.7M 2s
 91800K .......... .......... .......... .......... .......... 38%  123M 2s
 91850K .......... .......... .......... .......... .......... 38%  107M 2s
 91900K .......... .......... .......... .......... .......... 38%  104M 2s
 91950K .......... .......... .......... .......... .......... 38%  138M 2s
 92000K .......... .......... .......... .......... .......... 38% 92.1M 2s
 92050K .......... .......... .......... .......... .......... 38%  113M 2s
 92100K .......... .......... .......... .......... .......... 38%  108M 2s
 92150K .......... .......... .......... .......... .......... 38%  114M 2s
 92200K .......... .......... .......... .......... .......... 38%  112M 2s
 92250K .......... .......... .......... .......... .......... 38%  113M 2s
 92300K .......... .......... .......... .......... .......... 38%  107M 2s
 92350K .......... .......... .......... .......... .......... 38%  114M 2s
 92400K .......... .......... .......... .......... .......... 38%  108M 2s
 92450K .......... .......... .......... .......... .......... 38% 85.9M 2s
 92500K .......... .......... .......... .......... .......... 38%  101M 2s
 92550K .......... .......... .......... .......... .......... 38% 98.2M 2s
 92600K .......... .......... .......... .......... .......... 38%  130M 2s
 92650K .......... .......... .......... .......... .......... 38%  105M 2s
 92700K .......... .......... .......... .......... .......... 38%  115M 2s
 92750K .......... .......... .......... .......... .......... 38%  125M 2s
 92800K .......... .......... .......... .......... .......... 38%  112M 2s
 92850K .......... .......... .......... .......... .......... 38%  101M 2s
 92900K .......... .......... .......... .......... .......... 38%  108M 2s
 92950K .......... .......... .......... .......... .......... 38%  111M 2s
 93000K .......... .......... .......... .......... .......... 38%  114M 2s
 93050K .......... .......... .......... .......... .......... 38%  110M 2s
 93100K .......... .......... .......... .......... .......... 38% 99.2M 2s
 93150K .......... .......... .......... .......... .......... 39%  118M 2s
 93200K .......... .......... .......... .......... .......... 39%  141M 2s
 93250K .......... .......... .......... .......... .......... 39%  100M 2s
 93300K .......... .......... .......... .......... .......... 39%  124M 2s
 93350K .......... .......... .......... .......... .......... 39% 69.5M 2s
 93400K .......... .......... .......... .......... .......... 39% 64.3M 2s
 93450K .......... .......... .......... .......... .......... 39%  178M 2s
 93500K .......... .......... .......... .......... .......... 39%  104M 2s
 93550K .......... .......... .......... .......... .......... 39%  127M 2s
 93600K .......... .......... .......... .......... .......... 39%  105M 2s
 93650K .......... .......... .......... .......... .......... 39%  116M 2s
 93700K .......... .......... .......... .......... .......... 39%  132M 2s
 93750K .......... .......... .......... .......... .......... 39%  128M 2s
 93800K .......... .......... .......... .......... .......... 39% 97.0M 2s
 93850K .......... .......... .......... .......... .......... 39% 31.6M 2s
 93900K .......... .......... .......... .......... .......... 39%  105M 2s
 93950K .......... .......... .......... .......... .......... 39% 32.6M 2s
 94000K .......... .......... .......... .......... .......... 39%  103M 2s
 94050K .......... .......... .......... .......... .......... 39%  113M 2s
 94100K .......... .......... .......... .......... .......... 39% 33.1M 2s
 94150K .......... .......... .......... .......... .......... 39% 78.8M 2s
 94200K .......... .......... .......... .......... .......... 39% 50.6M 2s
 94250K .......... .......... .......... .......... .......... 39%  155M 2s
 94300K .......... .......... .......... .......... .......... 39%  105M 2s
 94350K .......... .......... .......... .......... .......... 39% 32.7M 2s
 94400K .......... .......... .......... .......... .......... 39%  113M 2s
 94450K .......... .......... .......... .......... .......... 39% 28.7M 2s
 94500K .......... .......... .......... .......... .......... 39% 55.4M 2s
 94550K .......... .......... .......... .......... .......... 39% 57.4M 2s
 94600K .......... .......... .......... .......... .......... 39% 15.9M 2s
 94650K .......... .......... .......... .......... .......... 39% 56.4M 2s
 94700K .......... .......... .......... .......... .......... 39% 17.0M 2s
 94750K .......... .......... .......... .......... .......... 39%  146M 2s
 94800K .......... .......... .......... .......... .......... 39%  111M 2s
 94850K .......... .......... .......... .......... .......... 39% 30.6M 2s
 94900K .......... .......... .......... .......... .......... 39%  122M 2s
 94950K .......... .......... .......... .......... .......... 39% 49.6M 2s
 95000K .......... .......... .......... .......... .......... 39%  100M 2s
 95050K .......... .......... .......... .......... .......... 39% 49.0M 2s
 95100K .......... .......... .......... .......... .......... 39%  151M 2s
 95150K .......... .......... .......... .......... .......... 39%  233M 2s
 95200K .......... .......... .......... .......... .......... 39%  225M 2s
 95250K .......... .......... .......... .......... .......... 39%  106M 2s
 95300K .......... .......... .......... .......... .......... 39% 82.1M 2s
 95350K .......... .......... .......... .......... .......... 39%  170M 2s
 95400K .......... .......... .......... .......... .......... 39%  108M 2s
 95450K .......... .......... .......... .......... .......... 39%  122M 2s
 95500K .......... .......... .......... .......... .......... 40%  110M 2s
 95550K .......... .......... .......... .......... .......... 40%  144M 2s
 95600K .......... .......... .......... .......... .......... 40% 98.6M 2s
 95650K .......... .......... .......... .......... .......... 40% 96.0M 2s
 95700K .......... .......... .......... .......... .......... 40%  123M 2s
 95750K .......... .......... .......... .......... .......... 40%  112M 2s
 95800K .......... .......... .......... .......... .......... 40% 91.7M 2s
 95850K .......... .......... .......... .......... .......... 40% 96.2M 2s
 95900K .......... .......... .......... .......... .......... 40%  100M 2s
 95950K .......... .......... .......... .......... .......... 40%  121M 2s
 96000K .......... .......... .......... .......... .......... 40%  129M 2s
 96050K .......... .......... .......... .......... .......... 40%  116M 2s
 96100K .......... .......... .......... .......... .......... 40%  101M 2s
 96150K .......... .......... .......... .......... .......... 40%  115M 2s
 96200K .......... .......... .......... .......... .......... 40%  104M 2s
 96250K .......... .......... .......... .......... .......... 40%  106M 2s
 96300K .......... .......... .......... .......... .......... 40%  126M 2s
 96350K .......... .......... .......... .......... .......... 40%  117M 2s
 96400K .......... .......... .......... .......... .......... 40%  112M 2s
 96450K .......... .......... .......... .......... .......... 40%  105M 2s
 96500K .......... .......... .......... .......... .......... 40%  119M 2s
 96550K .......... .......... .......... .......... .......... 40%  103M 2s
 96600K .......... .......... .......... .......... .......... 40%  123M 2s
 96650K .......... .......... .......... .......... .......... 40% 94.2M 2s
 96700K .......... .......... .......... .......... .......... 40% 76.5M 2s
 96750K .......... .......... .......... .......... .......... 40% 90.2M 2s
 96800K .......... .......... .......... .......... .......... 40% 95.3M 2s
 96850K .......... .......... .......... .......... .......... 40%  105M 2s
 96900K .......... .......... .......... .......... .......... 40%  136M 2s
 96950K .......... .......... .......... .......... .......... 40%  103M 2s
 97000K .......... .......... .......... .......... .......... 40%  114M 2s
 97050K .......... .......... .......... .......... .......... 40% 99.5M 2s
 97100K .......... .......... .......... .......... .......... 40%  122M 2s
 97150K .......... .......... .......... .......... .......... 40%  111M 2s
 97200K .......... .......... .......... .......... .......... 40%  110M 2s
 97250K .......... .......... .......... .......... .......... 40%  124M 2s
 97300K .......... .......... .......... .......... .......... 40%  116M 2s
 97350K .......... .......... .......... .......... .......... 40% 79.8M 2s
 97400K .......... .......... .......... .......... .......... 40% 63.5M 2s
 97450K .......... .......... .......... .......... .......... 40% 52.2M 2s
 97500K .......... .......... .......... .......... .......... 40% 56.8M 2s
 97550K .......... .......... .......... .......... .......... 40% 55.3M 2s
 97600K .......... .......... .......... .......... .......... 40% 59.7M 2s
 97650K .......... .......... .......... .......... .......... 40% 55.7M 2s
 97700K .......... .......... .......... .......... .......... 40% 7.25M 2s
 97750K .......... .......... .......... .......... .......... 40%  205M 2s
 97800K .......... .......... .......... .......... .......... 40%  208M 2s
 97850K .......... .......... .......... .......... .......... 40%  286M 2s
 97900K .......... .......... .......... .......... .......... 41% 36.1M 2s
 97950K .......... .......... .......... .......... .......... 41% 55.4M 2s
 98000K .......... .......... .......... .......... .......... 41% 59.6M 2s
 98050K .......... .......... .......... .......... .......... 41% 15.8M 2s
 98100K .......... .......... .......... .......... .......... 41% 50.7M 2s
 98150K .......... .......... .......... .......... .......... 41% 24.5M 2s
 98200K .......... .......... .......... .......... .......... 41% 53.8M 2s
 98250K .......... .......... .......... .......... .......... 41% 57.1M 2s
 98300K .......... .......... .......... .......... .......... 41% 51.8M 2s
 98350K .......... .......... .......... .......... .......... 41% 56.9M 2s
 98400K .......... .......... .......... .......... .......... 41% 52.9M 2s
 98450K .......... .......... .......... .......... .......... 41% 69.2M 2s
 98500K .......... .......... .......... .......... .......... 41%  105M 2s
 98550K .......... .......... .......... .......... .......... 41%  109M 2s
 98600K .......... .......... .......... .......... .......... 41%  113M 2s
 98650K .......... .......... .......... .......... .......... 41%  114M 2s
 98700K .......... .......... .......... .......... .......... 41%  129M 2s
 98750K .......... .......... .......... .......... .......... 41% 83.5M 2s
 98800K .......... .......... .......... .......... .......... 41% 75.4M 2s
 98850K .......... .......... .......... .......... .......... 41%  111M 2s
 98900K .......... .......... .......... .......... .......... 41%  118M 2s
 98950K .......... .......... .......... .......... .......... 41%  118M 2s
 99000K .......... .......... .......... .......... .......... 41% 92.6M 2s
 99050K .......... .......... .......... .......... .......... 41%  133M 2s
 99100K .......... .......... .......... .......... .......... 41%  113M 2s
 99150K .......... .......... .......... .......... .......... 41%  110M 2s
 99200K .......... .......... .......... .......... .......... 41%  112M 2s
 99250K .......... .......... .......... .......... .......... 41%  123M 2s
 99300K .......... .......... .......... .......... .......... 41% 98.8M 2s
 99350K .......... .......... .......... .......... .......... 41%  136M 2s
 99400K .......... .......... .......... .......... .......... 41%  108M 2s
 99450K .......... .......... .......... .......... .......... 41%  120M 2s
 99500K .......... .......... .......... .......... .......... 41%  111M 2s
 99550K .......... .......... .......... .......... .......... 41%  104M 2s
 99600K .......... .......... .......... .......... .......... 41%  109M 2s
 99650K .......... .......... .......... .......... .......... 41%  124M 2s
 99700K .......... .......... .......... .......... .......... 41% 93.9M 2s
 99750K .......... .......... .......... .......... .......... 41%  114M 2s
 99800K .......... .......... .......... .......... .......... 41%  133M 2s
 99850K .......... .......... .......... .......... .......... 41% 7.39M 2s
 99900K .......... .......... .......... .......... .......... 41%  252M 2s
 99950K .......... .......... .......... .......... .......... 41%  200M 2s
100000K .......... .......... .......... .......... .......... 41%  245M 2s
100050K .......... .......... .......... .......... .......... 41%  213M 2s
100100K .......... .......... .......... .......... .......... 41%  265M 2s
100150K .......... .......... .......... .......... .......... 41%  235M 2s
100200K .......... .......... .......... .......... .......... 41%  286M 2s
100250K .......... .......... .......... .......... .......... 41%  257M 2s
100300K .......... .......... .......... .......... .......... 42%  219M 2s
100350K .......... .......... .......... .......... .......... 42%  239M 2s
100400K .......... .......... .......... .......... .......... 42%  253M 2s
100450K .......... .......... .......... .......... .......... 42%  269M 2s
100500K .......... .......... .......... .......... .......... 42%  303M 2s
100550K .......... .......... .......... .......... .......... 42%  262M 2s
100600K .......... .......... .......... .......... .......... 42%  259M 2s
100650K .......... .......... .......... .......... .......... 42%  255M 2s
100700K .......... .......... .......... .......... .......... 42%  276M 2s
100750K .......... .......... .......... .......... .......... 42%  257M 2s
100800K .......... .......... .......... .......... .......... 42%  266M 2s
100850K .......... .......... .......... .......... .......... 42%  226M 2s
100900K .......... .......... .......... .......... .......... 42%  256M 2s
100950K .......... .......... .......... .......... .......... 42%  244M 2s
101000K .......... .......... .......... .......... .......... 42%  267M 2s
101050K .......... .......... .......... .......... .......... 42% 5.74M 2s
101100K .......... .......... .......... .......... .......... 42%  256M 2s
101150K .......... .......... .......... .......... .......... 42%  270M 2s
101200K .......... .......... .......... .......... .......... 42%  119M 2s
101250K .......... .......... .......... .......... .......... 42% 40.9M 2s
101300K .......... .......... .......... .......... .......... 42% 36.5M 2s
101350K .......... .......... .......... .......... .......... 42% 37.1M 2s
101400K .......... .......... .......... .......... .......... 42% 38.0M 2s
101450K .......... .......... .......... .......... .......... 42% 36.3M 2s
101500K .......... .......... .......... .......... .......... 42% 37.1M 2s
101550K .......... .......... .......... .......... .......... 42% 38.4M 2s
101600K .......... .......... .......... .......... .......... 42% 36.7M 2s
101650K .......... .......... .......... .......... .......... 42% 37.7M 2s
101700K .......... .......... .......... .......... .......... 42% 36.8M 2s
101750K .......... .......... .......... .......... .......... 42% 36.7M 2s
101800K .......... .......... .......... .......... .......... 42% 38.9M 2s
101850K .......... .......... .......... .......... .......... 42% 35.8M 2s
101900K .......... .......... .......... .......... .......... 42% 36.3M 2s
101950K .......... .......... .......... .......... .......... 42% 36.8M 2s
102000K .......... .......... .......... .......... .......... 42% 36.9M 2s
102050K .......... .......... .......... .......... .......... 42% 41.4M 2s
102100K .......... .......... .......... .......... .......... 42% 41.3M 2s
102150K .......... .......... .......... .......... .......... 42% 76.2M 2s
102200K .......... .......... .......... .......... .......... 42%  102M 2s
102250K .......... .......... .......... .......... .......... 42%  102M 2s
102300K .......... .......... .......... .......... .......... 42%  130M 2s
102350K .......... .......... .......... .......... .......... 42%  109M 2s
102400K .......... .......... .......... .......... .......... 42%  113M 2s
102450K .......... .......... .......... .......... .......... 42% 28.9M 2s
102500K .......... .......... .......... .......... .......... 42%  226M 2s
102550K .......... .......... .......... .......... .......... 42%  281M 2s
102600K .......... .......... .......... .......... .......... 42%  239M 2s
102650K .......... .......... .......... .......... .......... 42%  253M 2s
102700K .......... .......... .......... .......... .......... 43%  249M 2s
102750K .......... .......... .......... .......... .......... 43%  112M 2s
102800K .......... .......... .......... .......... .......... 43%  115M 2s
102850K .......... .......... .......... .......... .......... 43%  129M 2s
102900K .......... .......... .......... .......... .......... 43%  100M 2s
102950K .......... .......... .......... .......... .......... 43%  110M 2s
103000K .......... .......... .......... .......... .......... 43%  109M 2s
103050K .......... .......... .......... .......... .......... 43%  130M 2s
103100K .......... .......... .......... .......... .......... 43% 95.5M 2s
103150K .......... .......... .......... .......... .......... 43%  138M 2s
103200K .......... .......... .......... .......... .......... 43%  112M 2s
103250K .......... .......... .......... .......... .......... 43% 72.4M 2s
103300K .......... .......... .......... .......... .......... 43%  134M 2s
103350K .......... .......... .......... .......... .......... 43%  104M 2s
103400K .......... .......... .......... .......... .......... 43%  109M 2s
103450K .......... .......... .......... .......... .......... 43% 84.6M 2s
103500K .......... .......... .......... .......... .......... 43%  110M 2s
103550K .......... .......... .......... .......... .......... 43%  114M 2s
103600K .......... .......... .......... .......... .......... 43%  107M 2s
103650K .......... .......... .......... .......... .......... 43%  105M 2s
103700K .......... .......... .......... .......... .......... 43%  109M 2s
103750K .......... .......... .......... .......... .......... 43%  129M 2s
103800K .......... .......... .......... .......... .......... 43%  108M 2s
103850K .......... .......... .......... .......... .......... 43%  108M 2s
103900K .......... .......... .......... .......... .......... 43% 85.0M 2s
103950K .......... .......... .......... .......... .......... 43%  167M 2s
104000K .......... .......... .......... .......... .......... 43%  118M 2s
104050K .......... .......... .......... .......... .......... 43% 96.8M 2s
104100K .......... .......... .......... .......... .......... 43%  117M 2s
104150K .......... .......... .......... .......... .......... 43%  107M 2s
104200K .......... .......... .......... .......... .......... 43%  116M 2s
104250K .......... .......... .......... .......... .......... 43% 68.7M 2s
104300K .......... .......... .......... .......... .......... 43% 72.0M 2s
104350K .......... .......... .......... .......... .......... 43% 77.7M 2s
104400K .......... .......... .......... .......... .......... 43%  115M 2s
104450K .......... .......... .......... .......... .......... 43%  127M 2s
104500K .......... .......... .......... .......... .......... 43% 53.5M 2s
104550K .......... .......... .......... .......... .......... 43% 45.2M 2s
104600K .......... .......... .......... .......... .......... 43% 26.7M 2s
104650K .......... .......... .......... .......... .......... 43% 60.2M 2s
104700K .......... .......... .......... .......... .......... 43% 39.0M 2s
104750K .......... .......... .......... .......... .......... 43% 35.9M 2s
104800K .......... .......... .......... .......... .......... 43% 36.0M 2s
104850K .......... .......... .......... .......... .......... 43% 38.7M 2s
104900K .......... .......... .......... .......... .......... 43% 38.0M 2s
104950K .......... .......... .......... .......... .......... 43% 37.2M 2s
105000K .......... .......... .......... .......... .......... 43% 43.3M 2s
105050K .......... .......... .......... .......... .......... 43% 54.3M 2s
105100K .......... .......... .......... .......... .......... 44% 55.3M 2s
105150K .......... .......... .......... .......... .......... 44% 54.6M 2s
105200K .......... .......... .......... .......... .......... 44% 52.9M 2s
105250K .......... .......... .......... .......... .......... 44% 60.4M 2s
105300K .......... .......... .......... .......... .......... 44% 58.6M 2s
105350K .......... .......... .......... .......... .......... 44% 52.5M 2s
105400K .......... .......... .......... .......... .......... 44% 59.2M 2s
105450K .......... .......... .......... .......... .......... 44% 51.5M 2s
105500K .......... .......... .......... .......... .......... 44% 57.0M 2s
105550K .......... .......... .......... .......... .......... 44% 51.3M 2s
105600K .......... .......... .......... .......... .......... 44% 7.21M 2s
105650K .......... .......... .......... .......... .......... 44%  244M 2s
105700K .......... .......... .......... .......... .......... 44%  269M 2s
105750K .......... .......... .......... .......... .......... 44%  244M 2s
105800K .......... .......... .......... .......... .......... 44%  264M 2s
105850K .......... .......... .......... .......... .......... 44% 83.2M 2s
105900K .......... .......... .......... .......... .......... 44% 63.8M 2s
105950K .......... .......... .......... .......... .......... 44% 75.2M 2s
106000K .......... .......... .......... .......... .......... 44% 58.5M 2s
106050K .......... .......... .......... .......... .......... 44% 58.0M 2s
106100K .......... .......... .......... .......... .......... 44% 54.2M 2s
106150K .......... .......... .......... .......... .......... 44% 54.9M 2s
106200K .......... .......... .......... .......... .......... 44% 57.3M 2s
106250K .......... .......... .......... .......... .......... 44% 55.6M 2s
106300K .......... .......... .......... .......... .......... 44% 55.0M 2s
106350K .......... .......... .......... .......... .......... 44% 57.2M 2s
106400K .......... .......... .......... .......... .......... 44% 55.3M 2s
106450K .......... .......... .......... .......... .......... 44% 56.9M 2s
106500K .......... .......... .......... .......... .......... 44% 55.9M 2s
106550K .......... .......... .......... .......... .......... 44% 53.8M 2s
106600K .......... .......... .......... .......... .......... 44% 58.3M 2s
106650K .......... .......... .......... .......... .......... 44% 52.4M 2s
106700K .......... .......... .......... .......... .......... 44% 60.7M 2s
106750K .......... .......... .......... .......... .......... 44% 55.1M 2s
106800K .......... .......... .......... .......... .......... 44% 59.6M 2s
106850K .......... .......... .......... .......... .......... 44% 52.4M 2s
106900K .......... .......... .......... .......... .......... 44% 57.4M 2s
106950K .......... .......... .......... .......... .......... 44% 55.1M 2s
107000K .......... .......... .......... .......... .......... 44% 55.7M 2s
107050K .......... .......... .......... .......... .......... 44% 73.6M 2s
107100K .......... .......... .......... .......... .......... 44%  112M 2s
107150K .......... .......... .......... .......... .......... 44%  117M 2s
107200K .......... .......... .......... .......... .......... 44%  116M 2s
107250K .......... .......... .......... .......... .......... 44% 84.7M 2s
107300K .......... .......... .......... .......... .......... 44% 7.36M 2s
107350K .......... .......... .......... .......... .......... 44%  236M 2s
107400K .......... .......... .......... .......... .......... 44%  226M 2s
107450K .......... .......... .......... .......... .......... 45%  217M 2s
107500K .......... .......... .......... .......... .......... 45%  233M 2s
107550K .......... .......... .......... .......... .......... 45%  281M 2s
107600K .......... .......... .......... .......... .......... 45%  244M 2s
107650K .......... .......... .......... .......... .......... 45%  161M 2s
107700K .......... .......... .......... .......... .......... 45%  185M 2s
107750K .......... .......... .......... .......... .......... 45%  258M 2s
107800K .......... .......... .......... .......... .......... 45%  262M 2s
107850K .......... .......... .......... .......... .......... 45%  267M 2s
107900K .......... .......... .......... .......... .......... 45%  270M 2s
107950K .......... .......... .......... .......... .......... 45%  212M 2s
108000K .......... .......... .......... .......... .......... 45%  199M 2s
108050K .......... .......... .......... .......... .......... 45%  265M 2s
108100K .......... .......... .......... .......... .......... 45%  252M 2s
108150K .......... .......... .......... .......... .......... 45%  268M 2s
108200K .......... .......... .......... .......... .......... 45%  224M 2s
108250K .......... .......... .......... .......... .......... 45%  217M 2s
108300K .......... .......... .......... .......... .......... 45% 53.4M 2s
108350K .......... .......... .......... .......... .......... 45% 63.2M 2s
108400K .......... .......... .......... .......... .......... 45% 53.8M 2s
108450K .......... .......... .......... .......... .......... 45% 57.1M 2s
108500K .......... .......... .......... .......... .......... 45% 64.8M 2s
108550K .......... .......... .......... .......... .......... 45% 74.4M 2s
108600K .......... .......... .......... .......... .......... 45%  115M 2s
108650K .......... .......... .......... .......... .......... 45%  109M 2s
108700K .......... .......... .......... .......... .......... 45% 96.3M 2s
108750K .......... .......... .......... .......... .......... 45%  133M 2s
108800K .......... .......... .......... .......... .......... 45% 99.8M 2s
108850K .......... .......... .......... .......... .......... 45%  131M 2s
108900K .......... .......... .......... .......... .......... 45%  101M 2s
108950K .......... .......... .......... .......... .......... 45%  115M 2s
109000K .......... .......... .......... .......... .......... 45%  110M 2s
109050K .......... .......... .......... .......... .......... 45%  111M 2s
109100K .......... .......... .......... .......... .......... 45%  106M 2s
109150K .......... .......... .......... .......... .......... 45%  110M 2s
109200K .......... .......... .......... .......... .......... 45%  104M 2s
109250K .......... .......... .......... .......... .......... 45%  113M 2s
109300K .......... .......... .......... .......... .......... 45%  110M 2s
109350K .......... .......... .......... .......... .......... 45%  141M 2s
109400K .......... .......... .......... .......... .......... 45% 97.4M 2s
109450K .......... .......... .......... .......... .......... 45%  116M 2s
109500K .......... .......... .......... .......... .......... 45% 78.8M 2s
109550K .......... .......... .......... .......... .......... 45% 53.6M 2s
109600K .......... .......... .......... .......... .......... 45% 54.5M 2s
109650K .......... .......... .......... .......... .......... 45% 6.77M 2s
109700K .......... .......... .......... .......... .......... 45%  176M 2s
109750K .......... .......... .......... .......... .......... 45%  245M 2s
109800K .......... .......... .......... .......... .......... 45%  202M 2s
109850K .......... .......... .......... .......... .......... 46%  246M 2s
109900K .......... .......... .......... .......... .......... 46%  263M 2s
109950K .......... .......... .......... .......... .......... 46%  208M 2s
110000K .......... .......... .......... .......... .......... 46%  243M 2s
110050K .......... .......... .......... .......... .......... 46%  282M 2s
110100K .......... .......... .......... .......... .......... 46%  217M 2s
110150K .......... .......... .......... .......... .......... 46%  136M 2s
110200K .......... .......... .......... .......... .......... 46% 54.3M 2s
110250K .......... .......... .......... .......... .......... 46% 55.2M 2s
110300K .......... .......... .......... .......... .......... 46% 59.1M 2s
110350K .......... .......... .......... .......... .......... 46% 53.6M 2s
110400K .......... .......... .......... .......... .......... 46% 58.2M 2s
110450K .......... .......... .......... .......... .......... 46% 73.3M 2s
110500K .......... .......... .......... .......... .......... 46%  116M 2s
110550K .......... .......... .......... .......... .......... 46%  119M 2s
110600K .......... .......... .......... .......... .......... 46%  107M 2s
110650K .......... .......... .......... .......... .......... 46%  101M 2s
110700K .......... .......... .......... .......... .......... 46%  129M 2s
110750K .......... .......... .......... .......... .......... 46% 89.0M 2s
110800K .......... .......... .......... .......... .......... 46%  131M 2s
110850K .......... .......... .......... .......... .......... 46% 80.9M 2s
110900K .......... .......... .......... .......... .......... 46%  119M 2s
110950K .......... .......... .......... .......... .......... 46% 98.0M 2s
111000K .......... .......... .......... .......... .......... 46%  124M 2s
111050K .......... .......... .......... .......... .......... 46%  118M 2s
111100K .......... .......... .......... .......... .......... 46% 99.1M 2s
111150K .......... .......... .......... .......... .......... 46%  141M 2s
111200K .......... .......... .......... .......... .......... 46%  108M 2s
111250K .......... .......... .......... .......... .......... 46%  112M 2s
111300K .......... .......... .......... .......... .......... 46%  138M 2s
111350K .......... .......... .......... .......... .......... 46% 97.0M 2s
111400K .......... .......... .......... .......... .......... 46%  123M 2s
111450K .......... .......... .......... .......... .......... 46%  105M 2s
111500K .......... .......... .......... .......... .......... 46%  114M 2s
111550K .......... .......... .......... .......... .......... 46%  101M 2s
111600K .......... .......... .......... .......... .......... 46%  121M 2s
111650K .......... .......... .......... .......... .......... 46%  110M 2s
111700K .......... .......... .......... .......... .......... 46%  101M 2s
111750K .......... .......... .......... .......... .......... 46% 60.4M 2s
111800K .......... .......... .......... .......... .......... 46% 60.5M 2s
111850K .......... .......... .......... .......... .......... 46% 55.4M 2s
111900K .......... .......... .......... .......... .......... 46% 53.8M 2s
111950K .......... .......... .......... .......... .......... 46% 50.5M 2s
112000K .......... .......... .......... .......... .......... 46%  107M 2s
112050K .......... .......... .......... .......... .......... 46%  120M 2s
112100K .......... .......... .......... .......... .......... 46%  104M 2s
112150K .......... .......... .......... .......... .......... 46%  123M 2s
112200K .......... .......... .......... .......... .......... 46%  113M 2s
112250K .......... .......... .......... .......... .......... 47%  102M 2s
112300K .......... .......... .......... .......... .......... 47%  123M 2s
112350K .......... .......... .......... .......... .......... 47%  115M 2s
112400K .......... .......... .......... .......... .......... 47% 98.4M 2s
112450K .......... .......... .......... .......... .......... 47%  112M 2s
112500K .......... .......... .......... .......... .......... 47%  114M 2s
112550K .......... .......... .......... .......... .......... 47%  116M 2s
112600K .......... .......... .......... .......... .......... 47%  116M 2s
112650K .......... .......... .......... .......... .......... 47%  120M 2s
112700K .......... .......... .......... .......... .......... 47%  111M 2s
112750K .......... .......... .......... .......... .......... 47%  110M 2s
112800K .......... .......... .......... .......... .......... 47%  103M 2s
112850K .......... .......... .......... .......... .......... 47%  110M 2s
112900K .......... .......... .......... .......... .......... 47%  121M 2s
112950K .......... .......... .......... .......... .......... 47%  116M 2s
113000K .......... .......... .......... .......... .......... 47%  123M 2s
113050K .......... .......... .......... .......... .......... 47%  102M 2s
113100K .......... .......... .......... .......... .......... 47%  115M 2s
113150K .......... .......... .......... .......... .......... 47%  108M 2s
113200K .......... .......... .......... .......... .......... 47%  101M 2s
113250K .......... .......... .......... .......... .......... 47%  111M 2s
113300K .......... .......... .......... .......... .......... 47%  127M 2s
113350K .......... .......... .......... .......... .......... 47%  103M 2s
113400K .......... .......... .......... .......... .......... 47%  130M 2s
113450K .......... .......... .......... .......... .......... 47%  116M 2s
113500K .......... .......... .......... .......... .......... 47%  105M 2s
113550K .......... .......... .......... .......... .......... 47%  105M 2s
113600K .......... .......... .......... .......... .......... 47%  116M 2s
113650K .......... .......... .......... .......... .......... 47%  106M 2s
113700K .......... .......... .......... .......... .......... 47%  110M 2s
113750K .......... .......... .......... .......... .......... 47%  114M 2s
113800K .......... .......... .......... .......... .......... 47% 72.0M 2s
113850K .......... .......... .......... .......... .......... 47% 53.3M 2s
113900K .......... .......... .......... .......... .......... 47% 54.0M 2s
113950K .......... .......... .......... .......... .......... 47% 59.1M 2s
114000K .......... .......... .......... .......... .......... 47% 59.3M 2s
114050K .......... .......... .......... .......... .......... 47% 53.0M 2s
114100K .......... .......... .......... .......... .......... 47% 54.2M 2s
114150K .......... .......... .......... .......... .......... 47% 59.1M 2s
114200K .......... .......... .......... .......... .......... 47% 56.9M 2s
114250K .......... .......... .......... .......... .......... 47% 91.7M 2s
114300K .......... .......... .......... .......... .......... 47%  120M 2s
114350K .......... .......... .......... .......... .......... 47%  103M 2s
114400K .......... .......... .......... .......... .......... 47%  106M 2s
114450K .......... .......... .......... .......... .......... 47%  120M 2s
114500K .......... .......... .......... .......... .......... 47%  102M 2s
114550K .......... .......... .......... .......... .......... 47%  115M 2s
114600K .......... .......... .......... .......... .......... 47%  101M 2s
114650K .......... .......... .......... .......... .......... 48%  126M 2s
114700K .......... .......... .......... .......... .......... 48%  119M 2s
114750K .......... .......... .......... .......... .......... 48%  106M 2s
114800K .......... .......... .......... .......... .......... 48%  109M 2s
114850K .......... .......... .......... .......... .......... 48%  104M 2s
114900K .......... .......... .......... .......... .......... 48%  127M 2s
114950K .......... .......... .......... .......... .......... 48%  109M 2s
115000K .......... .......... .......... .......... .......... 48%  102M 2s
115050K .......... .......... .......... .......... .......... 48%  117M 2s
115100K .......... .......... .......... .......... .......... 48%  128M 2s
115150K .......... .......... .......... .......... .......... 48%  116M 2s
115200K .......... .......... .......... .......... .......... 48%  102M 2s
115250K .......... .......... .......... .......... .......... 48%  133M 2s
115300K .......... .......... .......... .......... .......... 48%  120M 2s
115350K .......... .......... .......... .......... .......... 48% 93.7M 2s
115400K .......... .......... .......... .......... .......... 48%  106M 2s
115450K .......... .......... .......... .......... .......... 48%  116M 2s
115500K .......... .......... .......... .......... .......... 48%  114M 2s
115550K .......... .......... .......... .......... .......... 48% 98.6M 2s
115600K .......... .......... .......... .......... .......... 48%  133M 2s
115650K .......... .......... .......... .......... .......... 48% 96.9M 2s
115700K .......... .......... .......... .......... .......... 48%  116M 2s
115750K .......... .......... .......... .......... .......... 48%  114M 2s
115800K .......... .......... .......... .......... .......... 48%  137M 2s
115850K .......... .......... .......... .......... .......... 48%  101M 2s
115900K .......... .......... .......... .......... .......... 48%  123M 2s
115950K .......... .......... .......... .......... .......... 48%  105M 2s
116000K .......... .......... .......... .......... .......... 48%  117M 2s
116050K .......... .......... .......... .......... .......... 48%  111M 2s
116100K .......... .......... .......... .......... .......... 48%  110M 2s
116150K .......... .......... .......... .......... .......... 48% 71.1M 2s
116200K .......... .......... .......... .......... .......... 48% 49.4M 2s
116250K .......... .......... .......... .......... .......... 48% 7.45M 2s
116300K .......... .......... .......... .......... .......... 48%  220M 2s
116350K .......... .......... .......... .......... .......... 48%  235M 2s
116400K .......... .......... .......... .......... .......... 48%  262M 2s
116450K .......... .......... .......... .......... .......... 48%  238M 2s
116500K .......... .......... .......... .......... .......... 48%  284M 2s
116550K .......... .......... .......... .......... .......... 48%  259M 2s
116600K .......... .......... .......... .......... .......... 48%  242M 2s
116650K .......... .......... .......... .......... .......... 48%  126M 2s
116700K .......... .......... .......... .......... .......... 48% 56.1M 2s
116750K .......... .......... .......... .......... .......... 48% 54.0M 2s
116800K .......... .......... .......... .......... .......... 48% 59.2M 2s
116850K .......... .......... .......... .......... .......... 48% 55.3M 2s
116900K .......... .......... .......... .......... .......... 48% 58.5M 2s
116950K .......... .......... .......... .......... .......... 48% 54.6M 2s
117000K .......... .......... .......... .......... .......... 49% 58.2M 2s
117050K .......... .......... .......... .......... .......... 49% 49.8M 2s
117100K .......... .......... .......... .......... .......... 49% 65.2M 2s
117150K .......... .......... .......... .......... .......... 49% 54.2M 2s
117200K .......... .......... .......... .......... .......... 49% 52.7M 2s
117250K .......... .......... .......... .......... .......... 49% 57.8M 2s
117300K .......... .......... .......... .......... .......... 49% 58.8M 2s
117350K .......... .......... .......... .......... .......... 49% 54.8M 2s
117400K .......... .......... .......... .......... .......... 49% 52.9M 2s
117450K .......... .......... .......... .......... .......... 49% 7.35M 2s
117500K .......... .......... .......... .......... .......... 49%  234M 2s
117550K .......... .......... .......... .......... .......... 49%  238M 2s
117600K .......... .......... .......... .......... .......... 49%  263M 2s
117650K .......... .......... .......... .......... .......... 49%  233M 2s
117700K .......... .......... .......... .......... .......... 49%  255M 2s
117750K .......... .......... .......... .......... .......... 49%  225M 2s
117800K .......... .......... .......... .......... .......... 49%  248M 2s
117850K .......... .......... .......... .......... .......... 49%  241M 2s
117900K .......... .......... .......... .......... .......... 49%  243M 2s
117950K .......... .......... .......... .......... .......... 49%  222M 2s
118000K .......... .......... .......... .......... .......... 49%  243M 2s
118050K .......... .......... .......... .......... .......... 49%  268M 2s
118100K .......... .......... .......... .......... .......... 49%  238M 2s
118150K .......... .......... .......... .......... .......... 49%  248M 2s
118200K .......... .......... .......... .......... .......... 49%  248M 2s
118250K .......... .......... .......... .......... .......... 49%  234M 2s
118300K .......... .......... .......... .......... .......... 49%  295M 2s
118350K .......... .......... .......... .......... .......... 49%  263M 2s
118400K .......... .......... .......... .......... .......... 49%  247M 2s
118450K .......... .......... .......... .......... .......... 49%  250M 2s
118500K .......... .......... .......... .......... .......... 49%  234M 2s
118550K .......... .......... .......... .......... .......... 49%  257M 2s
118600K .......... .......... .......... .......... .......... 49%  125M 2s
118650K .......... .......... .......... .......... .......... 49%  131M 2s
118700K .......... .......... .......... .......... .......... 49% 96.6M 2s
118750K .......... .......... .......... .......... .......... 49%  123M 2s
118800K .......... .......... .......... .......... .......... 49%  114M 2s
118850K .......... .......... .......... .......... .......... 49%  110M 2s
118900K .......... .......... .......... .......... .......... 49% 52.0M 2s
118950K .......... .......... .......... .......... .......... 49%  243M 2s
119000K .......... .......... .......... .......... .......... 49%  233M 2s
119050K .......... .......... .......... .......... .......... 49%  146M 2s
119100K .......... .......... .......... .......... .......... 49%  108M 2s
119150K .......... .......... .......... .......... .......... 49%  115M 2s
119200K .......... .......... .......... .......... .......... 49%  114M 2s
119250K .......... .......... .......... .......... .......... 49% 91.8M 2s
119300K .......... .......... .......... .......... .......... 49%  129M 2s
119350K .......... .......... .......... .......... .......... 49%  120M 2s
119400K .......... .......... .......... .......... .......... 50%  106M 2s
119450K .......... .......... .......... .......... .......... 50%  120M 2s
119500K .......... .......... .......... .......... .......... 50% 98.5M 2s
119550K .......... .......... .......... .......... .......... 50%  103M 2s
119600K .......... .......... .......... .......... .......... 50%  116M 2s
119650K .......... .......... .......... .......... .......... 50% 67.2M 2s
119700K .......... .......... .......... .......... .......... 50% 54.0M 2s
119750K .......... .......... .......... .......... .......... 50% 56.4M 2s
119800K .......... .......... .......... .......... .......... 50% 57.6M 2s
119850K .......... .......... .......... .......... .......... 50%  101M 2s
119900K .......... .......... .......... .......... .......... 50%  121M 2s
119950K .......... .......... .......... .......... .......... 50% 7.35M 2s
120000K .......... .......... .......... .......... .......... 50%  254M 2s
120050K .......... .......... .......... .......... .......... 50%  190M 2s
120100K .......... .......... .......... .......... .......... 50%  261M 2s
120150K .......... .......... .......... .......... .......... 50%  239M 2s
120200K .......... .......... .......... .......... .......... 50%  264M 2s
120250K .......... .......... .......... .......... .......... 50%  224M 2s
120300K .......... .......... .......... .......... .......... 50%  231M 2s
120350K .......... .......... .......... .......... .......... 50%  240M 2s
120400K .......... .......... .......... .......... .......... 50%  294M 2s
120450K .......... .......... .......... .......... .......... 50%  233M 2s
120500K .......... .......... .......... .......... .......... 50%  278M 2s
120550K .......... .......... .......... .......... .......... 50%  264M 2s
120600K .......... .......... .......... .......... .......... 50%  305M 2s
120650K .......... .......... .......... .......... .......... 50%  135M 2s
120700K .......... .......... .......... .......... .......... 50%  277M 2s
120750K .......... .......... .......... .......... .......... 50% 69.9M 2s
120800K .......... .......... .......... .......... .......... 50% 53.0M 2s
120850K .......... .......... .......... .......... .......... 50% 53.6M 2s
120900K .......... .......... .......... .......... .......... 50% 60.6M 2s
120950K .......... .......... .......... .......... .......... 50% 55.0M 2s
121000K .......... .......... .......... .......... .......... 50% 55.7M 2s
121050K .......... .......... .......... .......... .......... 50% 57.5M 2s
121100K .......... .......... .......... .......... .......... 50% 55.1M 2s
121150K .......... .......... .......... .......... .......... 50% 54.0M 2s
121200K .......... .......... .......... .......... .......... 50% 59.7M 2s
121250K .......... .......... .......... .......... .......... 50% 57.5M 2s
121300K .......... .......... .......... .......... .......... 50% 44.4M 2s
121350K .......... .......... .......... .......... .......... 50% 77.7M 2s
121400K .......... .......... .......... .......... .......... 50%  103M 2s
121450K .......... .......... .......... .......... .......... 50%  128M 2s
121500K .......... .......... .......... .......... .......... 50%  105M 2s
121550K .......... .......... .......... .......... .......... 50%  110M 2s
121600K .......... .......... .......... .......... .......... 50%  119M 2s
121650K .......... .......... .......... .......... .......... 50%  112M 2s
121700K .......... .......... .......... .......... .......... 50%  101M 2s
121750K .......... .......... .......... .......... .......... 50%  106M 2s
121800K .......... .......... .......... .......... .......... 51% 89.2M 2s
121850K .......... .......... .......... .......... .......... 51%  147M 2s
121900K .......... .......... .......... .......... .......... 51%  117M 2s
121950K .......... .......... .......... .......... .......... 51%  112M 2s
122000K .......... .......... .......... .......... .......... 51%  113M 2s
122050K .......... .......... .......... .......... .......... 51%  114M 2s
122100K .......... .......... .......... .......... .......... 51%  103M 2s
122150K .......... .......... .......... .......... .......... 51%  124M 2s
122200K .......... .......... .......... .......... .......... 51% 99.7M 2s
122250K .......... .......... .......... .......... .......... 51%  114M 2s
122300K .......... .......... .......... .......... .......... 51%  126M 2s
122350K .......... .......... .......... .......... .......... 51%  109M 2s
122400K .......... .......... .......... .......... .......... 51%  108M 2s
122450K .......... .......... .......... .......... .......... 51%  114M 2s
122500K .......... .......... .......... .......... .......... 51%  104M 2s
122550K .......... .......... .......... .......... .......... 51%  123M 2s
122600K .......... .......... .......... .......... .......... 51% 46.6M 2s
122650K .......... .......... .......... .......... .......... 51%  257M 2s
122700K .......... .......... .......... .......... .......... 51% 6.14M 2s
122750K .......... .......... .......... .......... .......... 51%  202M 2s
122800K .......... .......... .......... .......... .......... 51%  215M 2s
122850K .......... .......... .......... .......... .......... 51%  239M 2s
122900K .......... .......... .......... .......... .......... 51%  233M 2s
122950K .......... .......... .......... .......... .......... 51%  270M 2s
123000K .......... .......... .......... .......... .......... 51%  275M 2s
123050K .......... .......... .......... .......... .......... 51%  273M 2s
123100K .......... .......... .......... .......... .......... 51%  276M 2s
123150K .......... .......... .......... .......... .......... 51% 8.67M 2s
123200K .......... .......... .......... .......... .......... 51%  222M 2s
123250K .......... .......... .......... .......... .......... 51%  235M 2s
123300K .......... .......... .......... .......... .......... 51%  240M 2s
123350K .......... .......... .......... .......... .......... 51%  230M 2s
123400K .......... .......... .......... .......... .......... 51%  265M 2s
123450K .......... .......... .......... .......... .......... 51%  235M 2s
123500K .......... .......... .......... .......... .......... 51%  247M 2s
123550K .......... .......... .......... .......... .......... 51%  291M 2s
123600K .......... .......... .......... .......... .......... 51%  213M 2s
123650K .......... .......... .......... .......... .......... 51% 64.4M 2s
123700K .......... .......... .......... .......... .......... 51% 57.4M 2s
123750K .......... .......... .......... .......... .......... 51% 59.0M 2s
123800K .......... .......... .......... .......... .......... 51% 50.1M 2s
123850K .......... .......... .......... .......... .......... 51% 54.9M 2s
123900K .......... .......... .......... .......... .......... 51% 59.8M 2s
123950K .......... .......... .......... .......... .......... 51% 52.1M 2s
124000K .......... .......... .......... .......... .......... 51% 50.8M 2s
124050K .......... .......... .......... .......... .......... 51% 37.4M 2s
124100K .......... .......... .......... .......... .......... 51% 40.5M 2s
124150K .......... .......... .......... .......... .......... 51% 36.6M 2s
124200K .......... .......... .......... .......... .......... 52% 49.8M 2s
124250K .......... .......... .......... .......... .......... 52% 54.7M 2s
124300K .......... .......... .......... .......... .......... 52% 59.6M 2s
124350K .......... .......... .......... .......... .......... 52% 50.9M 2s
124400K .......... .......... .......... .......... .......... 52% 63.3M 2s
124450K .......... .......... .......... .......... .......... 52% 67.4M 2s
124500K .......... .......... .......... .......... .......... 52%  108M 2s
124550K .......... .......... .......... .......... .......... 52%  112M 2s
124600K .......... .......... .......... .......... .......... 52% 94.8M 2s
124650K .......... .......... .......... .......... .......... 52%  138M 2s
124700K .......... .......... .......... .......... .......... 52%  106M 2s
124750K .......... .......... .......... .......... .......... 52%  107M 2s
124800K .......... .......... .......... .......... .......... 52%  118M 2s
124850K .......... .......... .......... .......... .......... 52%  116M 2s
124900K .......... .......... .......... .......... .......... 52%  106M 2s
124950K .......... .......... .......... .......... .......... 52%  115M 2s
125000K .......... .......... .......... .......... .......... 52% 93.3M 2s
125050K .......... .......... .......... .......... .......... 52%  163M 2s
125100K .......... .......... .......... .......... .......... 52%  102M 2s
125150K .......... .......... .......... .......... .......... 52%  113M 2s
125200K .......... .......... .......... .......... .......... 52%  109M 2s
125250K .......... .......... .......... .......... .......... 52%  122M 2s
125300K .......... .......... .......... .......... .......... 52% 94.2M 2s
125350K .......... .......... .......... .......... .......... 52%  105M 2s
125400K .......... .......... .......... .......... .......... 52%  109M 2s
125450K .......... .......... .......... .......... .......... 52%  147M 2s
125500K .......... .......... .......... .......... .......... 52%  106M 2s
125550K .......... .......... .......... .......... .......... 52%  116M 2s
125600K .......... .......... .......... .......... .......... 52%  101M 2s
125650K .......... .......... .......... .......... .......... 52%  118M 2s
125700K .......... .......... .......... .......... .......... 52% 73.5M 2s
125750K .......... .......... .......... .......... .......... 52% 76.2M 2s
125800K .......... .......... .......... .......... .......... 52%  101M 2s
125850K .......... .......... .......... .......... .......... 52%  117M 2s
125900K .......... .......... .......... .......... .......... 52%  122M 2s
125950K .......... .......... .......... .......... .......... 52%  102M 2s
126000K .......... .......... .......... .......... .......... 52%  113M 2s
126050K .......... .......... .......... .......... .......... 52%  112M 2s
126100K .......... .......... .......... .......... .......... 52% 83.8M 2s
126150K .......... .......... .......... .......... .......... 52%  165M 2s
126200K .......... .......... .......... .......... .......... 52%  104M 2s
126250K .......... .......... .......... .......... .......... 52%  105M 2s
126300K .......... .......... .......... .......... .......... 52%  125M 2s
126350K .......... .......... .......... .......... .......... 52%  106M 2s
126400K .......... .......... .......... .......... .......... 52%  109M 2s
126450K .......... .......... .......... .......... .......... 52%  110M 2s
126500K .......... .......... .......... .......... .......... 52% 7.79M 2s
126550K .......... .......... .......... .......... .......... 52%  215M 2s
126600K .......... .......... .......... .......... .......... 53%  192M 2s
126650K .......... .......... .......... .......... .......... 53%  237M 2s
126700K .......... .......... .......... .......... .......... 53%  242M 2s
126750K .......... .......... .......... .......... .......... 53%  224M 2s
126800K .......... .......... .......... .......... .......... 53%  247M 2s
126850K .......... .......... .......... .......... .......... 53%  286M 2s
126900K .......... .......... .......... .......... .......... 53% 65.1M 2s
126950K .......... .......... .......... .......... .......... 53% 35.2M 2s
127000K .......... .......... .......... .......... .......... 53% 37.5M 2s
127050K .......... .......... .......... .......... .......... 53% 35.7M 2s
127100K .......... .......... .......... .......... .......... 53% 39.3M 2s
127150K .......... .......... .......... .......... .......... 53% 39.4M 2s
127200K .......... .......... .......... .......... .......... 53% 36.3M 2s
127250K .......... .......... .......... .......... .......... 53% 36.6M 2s
127300K .......... .......... .......... .......... .......... 53% 39.9M 2s
127350K .......... .......... .......... .......... .......... 53% 23.1M 2s
127400K .......... .......... .......... .......... .......... 53% 91.7M 2s
127450K .......... .......... .......... .......... .......... 53% 39.8M 2s
127500K .......... .......... .......... .......... .......... 53% 34.8M 2s
127550K .......... .......... .......... .......... .......... 53% 41.8M 2s
127600K .......... .......... .......... .......... .......... 53% 54.9M 2s
127650K .......... .......... .......... .......... .......... 53% 54.8M 2s
127700K .......... .......... .......... .......... .......... 53% 57.4M 2s
127750K .......... .......... .......... .......... .......... 53% 55.4M 2s
127800K .......... .......... .......... .......... .......... 53% 58.8M 2s
127850K .......... .......... .......... .......... .......... 53% 54.9M 2s
127900K .......... .......... .......... .......... .......... 53% 56.4M 2s
127950K .......... .......... .......... .......... .......... 53% 57.3M 2s
128000K .......... .......... .......... .......... .......... 53% 54.3M 2s
128050K .......... .......... .......... .......... .......... 53% 54.2M 2s
128100K .......... .......... .......... .......... .......... 53% 58.3M 2s
128150K .......... .......... .......... .......... .......... 53% 58.7M 2s
128200K .......... .......... .......... .......... .......... 53% 45.3M 2s
128250K .......... .......... .......... .......... .......... 53% 50.0M 2s
128300K .......... .......... .......... .......... .......... 53% 45.6M 2s
128350K .......... .......... .......... .......... .......... 53%  107M 2s
128400K .......... .......... .......... .......... .......... 53%  119M 2s
128450K .......... .......... .......... .......... .......... 53%  120M 2s
128500K .......... .......... .......... .......... .......... 53% 96.1M 2s
128550K .......... .......... .......... .......... .......... 53%  107M 2s
128600K .......... .......... .......... .......... .......... 53% 7.49M 2s
128650K .......... .......... .......... .......... .......... 53%  247M 2s
128700K .......... .......... .......... .......... .......... 53%  223M 2s
128750K .......... .......... .......... .......... .......... 53%  238M 2s
128800K .......... .......... .......... .......... .......... 53%  235M 2s
128850K .......... .......... .......... .......... .......... 53%  264M 2s
128900K .......... .......... .......... .......... .......... 53%  266M 2s
128950K .......... .......... .......... .......... .......... 54%  301M 2s
129000K .......... .......... .......... .......... .......... 54%  252M 2s
129050K .......... .......... .......... .......... .......... 54%  259M 2s
129100K .......... .......... .......... .......... .......... 54%  280M 2s
129150K .......... .......... .......... .......... .......... 54%  307M 2s
129200K .......... .......... .......... .......... .......... 54%  276M 2s
129250K .......... .......... .......... .......... .......... 54%  301M 2s
129300K .......... .......... .......... .......... .......... 54% 8.39M 2s
129350K .......... .......... .......... .......... .......... 54%  266M 2s
129400K .......... .......... .......... .......... .......... 54%  240M 2s
129450K .......... .......... .......... .......... .......... 54%  241M 2s
129500K .......... .......... .......... .......... .......... 54%  227M 2s
129550K .......... .......... .......... .......... .......... 54%  261M 2s
129600K .......... .......... .......... .......... .......... 54%  245M 2s
129650K .......... .......... .......... .......... .......... 54%  268M 2s
129700K .......... .......... .......... .......... .......... 54%  250M 2s
129750K .......... .......... .......... .......... .......... 54%  254M 2s
129800K .......... .......... .......... .......... .......... 54%  254M 2s
129850K .......... .......... .......... .......... .......... 54%  250M 2s
129900K .......... .......... .......... .......... .......... 54%  242M 2s
129950K .......... .......... .......... .......... .......... 54%  267M 2s
130000K .......... .......... .......... .......... .......... 54%  257M 2s
130050K .......... .......... .......... .......... .......... 54%  269M 2s
130100K .......... .......... .......... .......... .......... 54%  260M 2s
130150K .......... .......... .......... .......... .......... 54%  279M 2s
130200K .......... .......... .......... .......... .......... 54%  223M 2s
130250K .......... .......... .......... .......... .......... 54%  247M 2s
130300K .......... .......... .......... .......... .......... 54%  220M 2s
130350K .......... .......... .......... .......... .......... 54%  117M 2s
130400K .......... .......... .......... .......... .......... 54%  107M 2s
130450K .......... .......... .......... .......... .......... 54% 96.1M 2s
130500K .......... .......... .......... .......... .......... 54%  122M 2s
130550K .......... .......... .......... .......... .......... 54%  124M 2s
130600K .......... .......... .......... .......... .......... 54%  123M 2s
130650K .......... .......... .......... .......... .......... 54% 94.2M 2s
130700K .......... .......... .......... .......... .......... 54% 74.3M 2s
130750K .......... .......... .......... .......... .......... 54%  234M 2s
130800K .......... .......... .......... .......... .......... 54%  119M 2s
130850K .......... .......... .......... .......... .......... 54%  117M 2s
130900K .......... .......... .......... .......... .......... 54%  102M 2s
130950K .......... .......... .......... .......... .......... 54%  122M 2s
131000K .......... .......... .......... .......... .......... 54%  122M 2s
131050K .......... .......... .......... .......... .......... 54% 99.3M 2s
131100K .......... .......... .......... .......... .......... 54% 65.1M 2s
131150K .......... .......... .......... .......... .......... 54%  144M 2s
131200K .......... .......... .......... .......... .......... 54%  250M 2s
131250K .......... .......... .......... .......... .......... 54% 98.0M 2s
131300K .......... .......... .......... .......... .......... 54%  119M 2s
131350K .......... .......... .......... .......... .......... 55% 75.3M 2s
131400K .......... .......... .......... .......... .......... 55% 55.0M 2s
131450K .......... .......... .......... .......... .......... 55% 56.3M 2s
131500K .......... .......... .......... .......... .......... 55% 60.2M 2s
131550K .......... .......... .......... .......... .......... 55% 55.1M 2s
131600K .......... .......... .......... .......... .......... 55% 59.8M 2s
131650K .......... .......... .......... .......... .......... 55% 52.0M 2s
131700K .......... .......... .......... .......... .......... 55% 58.1M 2s
131750K .......... .......... .......... .......... .......... 55% 53.0M 2s
131800K .......... .......... .......... .......... .......... 55% 57.2M 2s
131850K .......... .......... .......... .......... .......... 55% 61.5M 2s
131900K .......... .......... .......... .......... .......... 55% 56.7M 2s
131950K .......... .......... .......... .......... .......... 55% 54.8M 2s
132000K .......... .......... .......... .......... .......... 55% 58.1M 2s
132050K .......... .......... .......... .......... .......... 55% 54.4M 1s
132100K .......... .......... .......... .......... .......... 55% 57.8M 1s
132150K .......... .......... .......... .......... .......... 55% 52.2M 1s
132200K .......... .......... .......... .......... .......... 55% 59.0M 1s
132250K .......... .......... .......... .......... .......... 55% 52.0M 1s
132300K .......... .......... .......... .......... .......... 55% 44.7M 1s
132350K .......... .......... .......... .......... .......... 55% 46.8M 1s
132400K .......... .......... .......... .......... .......... 55% 48.7M 1s
132450K .......... .......... .......... .......... .......... 55%  137M 1s
132500K .......... .......... .......... .......... .......... 55%  110M 1s
132550K .......... .......... .......... .......... .......... 55%  103M 1s
132600K .......... .......... .......... .......... .......... 55%  114M 1s
132650K .......... .......... .......... .......... .......... 55%  129M 1s
132700K .......... .......... .......... .......... .......... 55% 99.4M 1s
132750K .......... .......... .......... .......... .......... 55%  101M 1s
132800K .......... .......... .......... .......... .......... 55%  121M 1s
132850K .......... .......... .......... .......... .......... 55%  127M 1s
132900K .......... .......... .......... .......... .......... 55% 92.6M 1s
132950K .......... .......... .......... .......... .......... 55% 74.2M 1s
133000K .......... .......... .......... .......... .......... 55% 59.5M 1s
133050K .......... .......... .......... .......... .......... 55% 58.8M 1s
133100K .......... .......... .......... .......... .......... 55% 53.6M 1s
133150K .......... .......... .......... .......... .......... 55% 61.8M 1s
133200K .......... .......... .......... .......... .......... 55% 67.6M 1s
133250K .......... .......... .......... .......... .......... 55%  118M 1s
133300K .......... .......... .......... .......... .......... 55% 98.4M 1s
133350K .......... .......... .......... .......... .......... 55%  115M 1s
133400K .......... .......... .......... .......... .......... 55%  108M 1s
133450K .......... .......... .......... .......... .......... 55%  119M 1s
133500K .......... .......... .......... .......... .......... 55%  107M 1s
133550K .......... .......... .......... .......... .......... 55% 97.7M 1s
133600K .......... .......... .......... .......... .......... 55%  127M 1s
133650K .......... .......... .......... .......... .......... 55% 93.3M 1s
133700K .......... .......... .......... .......... .......... 55%  126M 1s
133750K .......... .......... .......... .......... .......... 56%  114M 1s
133800K .......... .......... .......... .......... .......... 56%  130M 1s
133850K .......... .......... .......... .......... .......... 56% 98.6M 1s
133900K .......... .......... .......... .......... .......... 56%  124M 1s
133950K .......... .......... .......... .......... .......... 56% 98.6M 1s
134000K .......... .......... .......... .......... .......... 56%  120M 1s
134050K .......... .......... .......... .......... .......... 56%  124M 1s
134100K .......... .......... .......... .......... .......... 56%  114M 1s
134150K .......... .......... .......... .......... .......... 56%  114M 1s
134200K .......... .......... .......... .......... .......... 56%  111M 1s
134250K .......... .......... .......... .......... .......... 56%  109M 1s
134300K .......... .......... .......... .......... .......... 56%  110M 1s
134350K .......... .......... .......... .......... .......... 56%  125M 1s
134400K .......... .......... .......... .......... .......... 56%  102M 1s
134450K .......... .......... .......... .......... .......... 56%  109M 1s
134500K .......... .......... .......... .......... .......... 56%  131M 1s
134550K .......... .......... .......... .......... .......... 56%  111M 1s
134600K .......... .......... .......... .......... .......... 56%  108M 1s
134650K .......... .......... .......... .......... .......... 56%  111M 1s
134700K .......... .......... .......... .......... .......... 56%  118M 1s
134750K .......... .......... .......... .......... .......... 56% 91.1M 1s
134800K .......... .......... .......... .......... .......... 56%  131M 1s
134850K .......... .......... .......... .......... .......... 56% 7.29M 1s
134900K .......... .......... .......... .......... .......... 56%  242M 1s
134950K .......... .......... .......... .......... .......... 56%  231M 1s
135000K .......... .......... .......... .......... .......... 56%  235M 1s
135050K .......... .......... .......... .......... .......... 56%  267M 1s
135100K .......... .......... .......... .......... .......... 56%  259M 1s
135150K .......... .......... .......... .......... .......... 56%  242M 1s
135200K .......... .......... .......... .......... .......... 56%  281M 1s
135250K .......... .......... .......... .......... .......... 56%  210M 1s
135300K .......... .......... .......... .......... .......... 56%  259M 1s
135350K .......... .......... .......... .......... .......... 56%  237M 1s
135400K .......... .......... .......... .......... .......... 56%  271M 1s
135450K .......... .......... .......... .......... .......... 56%  255M 1s
135500K .......... .......... .......... .......... .......... 56%  253M 1s
135550K .......... .......... .......... .......... .......... 56%  239M 1s
135600K .......... .......... .......... .......... .......... 56%  247M 1s
135650K .......... .......... .......... .......... .......... 56%  225M 1s
135700K .......... .......... .......... .......... .......... 56%  156M 1s
135750K .......... .......... .......... .......... .......... 56% 59.2M 1s
135800K .......... .......... .......... .......... .......... 56% 51.4M 1s
135850K .......... .......... .......... .......... .......... 56% 53.5M 1s
135900K .......... .......... .......... .......... .......... 56% 90.1M 1s
135950K .......... .......... .......... .......... .......... 56%  105M 1s
136000K .......... .......... .......... .......... .......... 56%  121M 1s
136050K .......... .......... .......... .......... .......... 56%  101M 1s
136100K .......... .......... .......... .......... .......... 56%  114M 1s
136150K .......... .......... .......... .......... .......... 57% 94.2M 1s
136200K .......... .......... .......... .......... .......... 57%  163M 1s
136250K .......... .......... .......... .......... .......... 57% 35.8M 1s
136300K .......... .......... .......... .......... .......... 57% 91.5M 1s
136350K .......... .......... .......... .......... .......... 57%  136M 1s
136400K .......... .......... .......... .......... .......... 57% 31.3M 1s
136450K .......... .......... .......... .......... .......... 57%  126M 1s
136500K .......... .......... .......... .......... .......... 57% 48.5M 1s
136550K .......... .......... .......... .......... .......... 57% 16.1M 1s
136600K .......... .......... .......... .......... .......... 57% 57.0M 1s
136650K .......... .......... .......... .......... .......... 57% 16.1M 1s
136700K .......... .......... .......... .......... .......... 57% 55.2M 1s
136750K .......... .......... .......... .......... .......... 57% 42.6M 1s
136800K .......... .......... .......... .......... .......... 57% 15.4M 1s
136850K .......... .......... .......... .......... .......... 57% 59.6M 1s
136900K .......... .......... .......... .......... .......... 57% 15.7M 1s
136950K .......... .......... .......... .......... .......... 57% 58.1M 1s
137000K .......... .......... .......... .......... .......... 57% 59.8M 1s
137050K .......... .......... .......... .......... .......... 57% 15.6M 1s
137100K .......... .......... .......... .......... .......... 57% 57.2M 1s
137150K .......... .......... .......... .......... .......... 57% 15.7M 1s
137200K .......... .......... .......... .......... .......... 57%  109M 1s
137250K .......... .......... .......... .......... .......... 57%  119M 1s
137300K .......... .......... .......... .......... .......... 57% 30.5M 1s
137350K .......... .......... .......... .......... .......... 57%  122M 1s
137400K .......... .......... .......... .......... .......... 57% 31.3M 1s
137450K .......... .......... .......... .......... .......... 57%  118M 1s
137500K .......... .......... .......... .......... .......... 57% 99.7M 1s
137550K .......... .......... .......... .......... .......... 57%  118M 1s
137600K .......... .......... .......... .......... .......... 57% 93.2M 1s
137650K .......... .......... .......... .......... .......... 57%  137M 1s
137700K .......... .......... .......... .......... .......... 57% 96.3M 1s
137750K .......... .......... .......... .......... .......... 57%  124M 1s
137800K .......... .......... .......... .......... .......... 57%  118M 1s
137850K .......... .......... .......... .......... .......... 57% 98.3M 1s
137900K .......... .......... .......... .......... .......... 57% 7.66M 1s
137950K .......... .......... .......... .......... .......... 57%  238M 1s
138000K .......... .......... .......... .......... .......... 57%  230M 1s
138050K .......... .......... .......... .......... .......... 57%  225M 1s
138100K .......... .......... .......... .......... .......... 57%  259M 1s
138150K .......... .......... .......... .......... .......... 57%  255M 1s
138200K .......... .......... .......... .......... .......... 57%  252M 1s
138250K .......... .......... .......... .......... .......... 57%  224M 1s
138300K .......... .......... .......... .......... .......... 57%  248M 1s
138350K .......... .......... .......... .......... .......... 57%  267M 1s
138400K .......... .......... .......... .......... .......... 57%  287M 1s
138450K .......... .......... .......... .......... .......... 57%  243M 1s
138500K .......... .......... .......... .......... .......... 58%  227M 1s
138550K .......... .......... .......... .......... .......... 58%  234M 1s
138600K .......... .......... .......... .......... .......... 58%  269M 1s
138650K .......... .......... .......... .......... .......... 58%  256M 1s
138700K .......... .......... .......... .......... .......... 58%  259M 1s
138750K .......... .......... .......... .......... .......... 58%  237M 1s
138800K .......... .......... .......... .......... .......... 58%  275M 1s
138850K .......... .......... .......... .......... .......... 58%  269M 1s
138900K .......... .......... .......... .......... .......... 58%  274M 1s
138950K .......... .......... .......... .......... .......... 58%  258M 1s
139000K .......... .......... .......... .......... .......... 58%  256M 1s
139050K .......... .......... .......... .......... .......... 58%  248M 1s
139100K .......... .......... .......... .......... .......... 58%  252M 1s
139150K .......... .......... .......... .......... .......... 58%  226M 1s
139200K .......... .......... .......... .......... .......... 58%  119M 1s
139250K .......... .......... .......... .......... .......... 58% 89.1M 1s
139300K .......... .......... .......... .......... .......... 58%  128M 1s
139350K .......... .......... .......... .......... .......... 58%  126M 1s
139400K .......... .......... .......... .......... .......... 58% 99.7M 1s
139450K .......... .......... .......... .......... .......... 58%  110M 1s
139500K .......... .......... .......... .......... .......... 58%  119M 1s
139550K .......... .......... .......... .......... .......... 58% 92.7M 1s
139600K .......... .......... .......... .......... .......... 58% 92.7M 1s
139650K .......... .......... .......... .......... .......... 58% 31.3M 1s
139700K .......... .......... .......... .......... .......... 58%  103M 1s
139750K .......... .......... .......... .......... .......... 58% 39.8M 1s
139800K .......... .......... .......... .......... .......... 58% 48.8M 1s
139850K .......... .......... .......... .......... .......... 58% 54.4M 1s
139900K .......... .......... .......... .......... .......... 58% 60.5M 1s
139950K .......... .......... .......... .......... .......... 58% 51.5M 1s
140000K .......... .......... .......... .......... .......... 58% 60.2M 1s
140050K .......... .......... .......... .......... .......... 58% 56.7M 1s
140100K .......... .......... .......... .......... .......... 58% 15.7M 1s
140150K .......... .......... .......... .......... .......... 58% 56.2M 1s
140200K .......... .......... .......... .......... .......... 58% 16.0M 1s
140250K .......... .......... .......... .......... .......... 58% 81.3M 1s
140300K .......... .......... .......... .......... .......... 58%  101M 1s
140350K .......... .......... .......... .......... .......... 58% 32.3M 1s
140400K .......... .......... .......... .......... .......... 58%  103M 1s
140450K .......... .......... .......... .......... .......... 58% 31.4M 1s
140500K .......... .......... .......... .......... .......... 58%  114M 1s
140550K .......... .......... .......... .......... .......... 58% 97.0M 1s
140600K .......... .......... .......... .......... .......... 58% 27.4M 1s
140650K .......... .......... .......... .......... .......... 58% 63.8M 1s
140700K .......... .......... .......... .......... .......... 58% 28.4M 1s
140750K .......... .......... .......... .......... .......... 58% 98.1M 1s
140800K .......... .......... .......... .......... .......... 58%  112M 1s
140850K .......... .......... .......... .......... .......... 58% 29.5M 1s
140900K .......... .......... .......... .......... .......... 59%  148M 1s
140950K .......... .......... .......... .......... .......... 59%  106M 1s
141000K .......... .......... .......... .......... .......... 59% 31.5M 1s
141050K .......... .......... .......... .......... .......... 59%  135M 1s
141100K .......... .......... .......... .......... .......... 59% 30.8M 1s
141150K .......... .......... .......... .......... .......... 59% 95.2M 1s
141200K .......... .......... .......... .......... .......... 59%  130M 1s
141250K .......... .......... .......... .......... .......... 59% 69.7M 1s
141300K .......... .......... .......... .......... .......... 59%  215M 1s
141350K .......... .......... .......... .......... .......... 59%  140M 1s
141400K .......... .......... .......... .......... .......... 59%  100M 1s
141450K .......... .......... .......... .......... .......... 59%  118M 1s
141500K .......... .......... .......... .......... .......... 59%  101M 1s
141550K .......... .......... .......... .......... .......... 59%  118M 1s
141600K .......... .......... .......... .......... .......... 59%  116M 1s
141650K .......... .......... .......... .......... .......... 59%  101M 1s
141700K .......... .......... .......... .......... .......... 59%  121M 1s
141750K .......... .......... .......... .......... .......... 59% 98.1M 1s
141800K .......... .......... .......... .......... .......... 59%  118M 1s
141850K .......... .......... .......... .......... .......... 59%  113M 1s
141900K .......... .......... .......... .......... .......... 59%  124M 1s
141950K .......... .......... .......... .......... .......... 59%  117M 1s
142000K .......... .......... .......... .......... .......... 59%  121M 1s
142050K .......... .......... .......... .......... .......... 59%  114M 1s
142100K .......... .......... .......... .......... .......... 59%  102M 1s
142150K .......... .......... .......... .......... .......... 59%  126M 1s
142200K .......... .......... .......... .......... .......... 59% 95.2M 1s
142250K .......... .......... .......... .......... .......... 59%  123M 1s
142300K .......... .......... .......... .......... .......... 59%  104M 1s
142350K .......... .......... .......... .......... .......... 59%  125M 1s
142400K .......... .......... .......... .......... .......... 59% 77.2M 1s
142450K .......... .......... .......... .......... .......... 59% 61.6M 1s
142500K .......... .......... .......... .......... .......... 59%  127M 1s
142550K .......... .......... .......... .......... .......... 59%  111M 1s
142600K .......... .......... .......... .......... .......... 59% 36.4M 1s
142650K .......... .......... .......... .......... .......... 59%  171M 1s
142700K .......... .......... .......... .......... .......... 59% 77.2M 1s
142750K .......... .......... .......... .......... .......... 59% 63.4M 1s
142800K .......... .......... .......... .......... .......... 59% 57.8M 1s
142850K .......... .......... .......... .......... .......... 59% 57.7M 1s
142900K .......... .......... .......... .......... .......... 59% 51.0M 1s
142950K .......... .......... .......... .......... .......... 59% 49.7M 1s
143000K .......... .......... .......... .......... .......... 59% 38.6M 1s
143050K .......... .......... .......... .......... .......... 59% 37.0M 1s
143100K .......... .......... .......... .......... .......... 59% 5.27M 1s
143150K .......... .......... .......... .......... .......... 59%  192M 1s
143200K .......... .......... .......... .......... .......... 59%  206M 1s
143250K .......... .......... .......... .......... .......... 59%  242M 1s
143300K .......... .......... .......... .......... .......... 60%  261M 1s
143350K .......... .......... .......... .......... .......... 60%  253M 1s
143400K .......... .......... .......... .......... .......... 60%  298M 1s
143450K .......... .......... .......... .......... .......... 60%  252M 1s
143500K .......... .......... .......... .......... .......... 60%  231M 1s
143550K .......... .......... .......... .......... .......... 60%  103M 1s
143600K .......... .......... .......... .......... .......... 60% 60.9M 1s
143650K .......... .......... .......... .......... .......... 60% 44.7M 1s
143700K .......... .......... .......... .......... .......... 60% 13.4M 1s
143750K .......... .......... .......... .......... .......... 60% 55.6M 1s
143800K .......... .......... .......... .......... .......... 60% 54.5M 1s
143850K .......... .......... .......... .......... .......... 60% 15.7M 1s
143900K .......... .......... .......... .......... .......... 60% 34.3M 1s
143950K .......... .......... .......... .......... .......... 60% 10.7M 1s
144000K .......... .......... .......... .......... .......... 60% 36.2M 1s
144050K .......... .......... .......... .......... .......... 60% 38.8M 1s
144100K .......... .......... .......... .......... .......... 60% 15.8M 1s
144150K .......... .......... .......... .......... .......... 60% 31.6M 1s
144200K .......... .......... .......... .......... .......... 60% 70.0M 1s
144250K .......... .......... .......... .......... .......... 60% 56.3M 1s
144300K .......... .......... .......... .......... .......... 60% 56.7M 1s
144350K .......... .......... .......... .......... .......... 60% 53.2M 1s
144400K .......... .......... .......... .......... .......... 60% 54.1M 1s
144450K .......... .......... .......... .......... .......... 60% 61.4M 1s
144500K .......... .......... .......... .......... .......... 60% 53.8M 1s
144550K .......... .......... .......... .......... .......... 60% 35.3M 1s
144600K .......... .......... .......... .......... .......... 60% 38.6M 1s
144650K .......... .......... .......... .......... .......... 60% 56.9M 1s
144700K .......... .......... .......... .......... .......... 60% 51.8M 1s
144750K .......... .......... .......... .......... .......... 60% 59.2M 1s
144800K .......... .......... .......... .......... .......... 60% 54.7M 1s
144850K .......... .......... .......... .......... .......... 60% 57.2M 1s
144900K .......... .......... .......... .......... .......... 60% 52.7M 1s
144950K .......... .......... .......... .......... .......... 60% 59.1M 1s
145000K .......... .......... .......... .......... .......... 60% 53.8M 1s
145050K .......... .......... .......... .......... .......... 60% 59.5M 1s
145100K .......... .......... .......... .......... .......... 60% 53.2M 1s
145150K .......... .......... .......... .......... .......... 60% 94.5M 1s
145200K .......... .......... .......... .......... .......... 60% 95.2M 1s
145250K .......... .......... .......... .......... .......... 60%  117M 1s
145300K .......... .......... .......... .......... .......... 60% 99.9M 1s
145350K .......... .......... .......... .......... .......... 60%  109M 1s
145400K .......... .......... .......... .......... .......... 60%  130M 1s
145450K .......... .......... .......... .......... .......... 60%  109M 1s
145500K .......... .......... .......... .......... .......... 60%  117M 1s
145550K .......... .......... .......... .......... .......... 60%  111M 1s
145600K .......... .......... .......... .......... .......... 60%  101M 1s
145650K .......... .......... .......... .......... .......... 60% 45.5M 1s
145700K .......... .......... .......... .......... .......... 61% 38.0M 1s
145750K .......... .......... .......... .......... .......... 61% 39.7M 1s
145800K .......... .......... .......... .......... .......... 61% 36.4M 1s
145850K .......... .......... .......... .......... .......... 61% 36.4M 1s
145900K .......... .......... .......... .......... .......... 61% 54.1M 1s
145950K .......... .......... .......... .......... .......... 61% 62.0M 1s
146000K .......... .......... .......... .......... .......... 61% 52.0M 1s
146050K .......... .......... .......... .......... .......... 61% 54.6M 1s
146100K .......... .......... .......... .......... .......... 61% 61.3M 1s
146150K .......... .......... .......... .......... .......... 61% 53.0M 1s
146200K .......... .......... .......... .......... .......... 61% 57.3M 1s
146250K .......... .......... .......... .......... .......... 61% 56.7M 1s
146300K .......... .......... .......... .......... .......... 61% 55.2M 1s
146350K .......... .......... .......... .......... .......... 61% 55.2M 1s
146400K .......... .......... .......... .......... .......... 61% 52.6M 1s
146450K .......... .......... .......... .......... .......... 61% 57.6M 1s
146500K .......... .......... .......... .......... .......... 61% 66.2M 1s
146550K .......... .......... .......... .......... .......... 61%  103M 1s
146600K .......... .......... .......... .......... .......... 61%  120M 1s
146650K .......... .......... .......... .......... .......... 61% 98.9M 1s
146700K .......... .......... .......... .......... .......... 61%  122M 1s
146750K .......... .......... .......... .......... .......... 61% 93.4M 1s
146800K .......... .......... .......... .......... .......... 61%  137M 1s
146850K .......... .......... .......... .......... .......... 61% 57.4M 1s
146900K .......... .......... .......... .......... .......... 61% 55.0M 1s
146950K .......... .......... .......... .......... .......... 61% 54.6M 1s
147000K .......... .......... .......... .......... .......... 61% 54.8M 1s
147050K .......... .......... .......... .......... .......... 61% 58.1M 1s
147100K .......... .......... .......... .......... .......... 61% 52.9M 1s
147150K .......... .......... .......... .......... .......... 61% 58.9M 1s
147200K .......... .......... .......... .......... .......... 61% 56.9M 1s
147250K .......... .......... .......... .......... .......... 61% 49.1M 1s
147300K .......... .......... .......... .......... .......... 61% 38.8M 1s
147350K .......... .......... .......... .......... .......... 61% 41.4M 1s
147400K .......... .......... .......... .......... .......... 61% 50.4M 1s
147450K .......... .......... .......... .......... .......... 61% 56.6M 1s
147500K .......... .......... .......... .......... .......... 61% 55.0M 1s
147550K .......... .......... .......... .......... .......... 61% 58.0M 1s
147600K .......... .......... .......... .......... .......... 61% 55.1M 1s
147650K .......... .......... .......... .......... .......... 61% 57.0M 1s
147700K .......... .......... .......... .......... .......... 61% 63.8M 1s
147750K .......... .......... .......... .......... .......... 61%  108M 1s
147800K .......... .......... .......... .......... .......... 61%  103M 1s
147850K .......... .......... .......... .......... .......... 61%  123M 1s
147900K .......... .......... .......... .......... .......... 61% 87.9M 1s
147950K .......... .......... .......... .......... .......... 61%  115M 1s
148000K .......... .......... .......... .......... .......... 61%  118M 1s
148050K .......... .......... .......... .......... .......... 61% 76.9M 1s
148100K .......... .......... .......... .......... .......... 62%  113M 1s
148150K .......... .......... .......... .......... .......... 62% 83.5M 1s
148200K .......... .......... .......... .......... .......... 62% 98.3M 1s
148250K .......... .......... .......... .......... .......... 62%  123M 1s
148300K .......... .......... .......... .......... .......... 62% 73.5M 1s
148350K .......... .......... .......... .......... .......... 62%  102M 1s
148400K .......... .......... .......... .......... .......... 62% 72.6M 1s
148450K .......... .......... .......... .......... .......... 62% 93.1M 1s
148500K .......... .......... .......... .......... .......... 62%  120M 1s
148550K .......... .......... .......... .......... .......... 62% 76.5M 1s
148600K .......... .......... .......... .......... .......... 62% 76.9M 1s
148650K .......... .......... .......... .......... .......... 62%  125M 1s
148700K .......... .......... .......... .......... .......... 62% 99.8M 1s
148750K .......... .......... .......... .......... .......... 62%  101M 1s
148800K .......... .......... .......... .......... .......... 62% 68.3M 1s
148850K .......... .......... .......... .......... .......... 62% 56.9M 1s
148900K .......... .......... .......... .......... .......... 62% 53.2M 1s
148950K .......... .......... .......... .......... .......... 62% 32.4M 1s
149000K .......... .......... .......... .......... .......... 62% 59.0M 1s
149050K .......... .......... .......... .......... .......... 62% 32.3M 1s
149100K .......... .......... .......... .......... .......... 62% 53.7M 1s
149150K .......... .......... .......... .......... .......... 62% 55.3M 1s
149200K .......... .......... .......... .......... .......... 62% 63.4M 1s
149250K .......... .......... .......... .......... .......... 62% 94.3M 1s
149300K .......... .......... .......... .......... .......... 62% 72.9M 1s
149350K .......... .......... .......... .......... .......... 62%  117M 1s
149400K .......... .......... .......... .......... .......... 62%  104M 1s
149450K .......... .......... .......... .......... .......... 62% 67.8M 1s
149500K .......... .......... .......... .......... .......... 62%  103M 1s
149550K .......... .......... .......... .......... .......... 62% 57.4M 1s
149600K .......... .......... .......... .......... .......... 62%  106M 1s
149650K .......... .......... .......... .......... .......... 62%  121M 1s
149700K .......... .......... .......... .......... .......... 62% 72.6M 1s
149750K .......... .......... .......... .......... .......... 62%  142M 1s
149800K .......... .......... .......... .......... .......... 62% 33.1M 1s
149850K .......... .......... .......... .......... .......... 62%  251M 1s
149900K .......... .......... .......... .......... .......... 62% 7.67M 1s
149950K .......... .......... .......... .......... .......... 62%  215M 1s
150000K .......... .......... .......... .......... .......... 62%  224M 1s
150050K .......... .......... .......... .......... .......... 62%  228M 1s
150100K .......... .......... .......... .......... .......... 62%  265M 1s
150150K .......... .......... .......... .......... .......... 62%  226M 1s
150200K .......... .......... .......... .......... .......... 62%  252M 1s
150250K .......... .......... .......... .......... .......... 62%  213M 1s
150300K .......... .......... .......... .......... .......... 62%  264M 1s
150350K .......... .......... .......... .......... .......... 62%  239M 1s
150400K .......... .......... .......... .......... .......... 62%  277M 1s
150450K .......... .......... .......... .......... .......... 63%  247M 1s
150500K .......... .......... .......... .......... .......... 63%  281M 1s
150550K .......... .......... .......... .......... .......... 63%  247M 1s
150600K .......... .......... .......... .......... .......... 63%  303M 1s
150650K .......... .......... .......... .......... .......... 63%  264M 1s
150700K .......... .......... .......... .......... .......... 63%  124M 1s
150750K .......... .......... .......... .......... .......... 63% 39.7M 1s
150800K .......... .......... .......... .......... .......... 63% 60.9M 1s
150850K .......... .......... .......... .......... .......... 63% 43.3M 1s
150900K .......... .......... .......... .......... .......... 63%  151M 1s
150950K .......... .......... .......... .......... .......... 63%  132M 1s
151000K .......... .......... .......... .......... .......... 63%  113M 1s
151050K .......... .......... .......... .......... .......... 63%  115M 1s
151100K .......... .......... .......... .......... .......... 63% 76.7M 1s
151150K .......... .......... .......... .......... .......... 63%  105M 1s
151200K .......... .......... .......... .......... .......... 63%  113M 1s
151250K .......... .......... .......... .......... .......... 63%  105M 1s
151300K .......... .......... .......... .......... .......... 63%  117M 1s
151350K .......... .......... .......... .......... .......... 63%  119M 1s
151400K .......... .......... .......... .......... .......... 63%  106M 1s
151450K .......... .......... .......... .......... .......... 63%  119M 1s
151500K .......... .......... .......... .......... .......... 63%  105M 1s
151550K .......... .......... .......... .......... .......... 63%  105M 1s
151600K .......... .......... .......... .......... .......... 63%  142M 1s
151650K .......... .......... .......... .......... .......... 63%  108M 1s
151700K .......... .......... .......... .......... .......... 63%  120M 1s
151750K .......... .......... .......... .......... .......... 63%  106M 1s
151800K .......... .......... .......... .......... .......... 63%  111M 1s
151850K .......... .......... .......... .......... .......... 63%  110M 1s
151900K .......... .......... .......... .......... .......... 63%  114M 1s
151950K .......... .......... .......... .......... .......... 63% 99.4M 1s
152000K .......... .......... .......... .......... .......... 63%  126M 1s
152050K .......... .......... .......... .......... .......... 63% 59.6M 1s
152100K .......... .......... .......... .......... .......... 63% 55.7M 1s
152150K .......... .......... .......... .......... .......... 63% 58.3M 1s
152200K .......... .......... .......... .......... .......... 63% 55.0M 1s
152250K .......... .......... .......... .......... .......... 63% 7.80M 1s
152300K .......... .......... .......... .......... .......... 63%  230M 1s
152350K .......... .......... .......... .......... .......... 63%  258M 1s
152400K .......... .......... .......... .......... .......... 63%  251M 1s
152450K .......... .......... .......... .......... .......... 63%  274M 1s
152500K .......... .......... .......... .......... .......... 63%  241M 1s
152550K .......... .......... .......... .......... .......... 63%  282M 1s
152600K .......... .......... .......... .......... .......... 63%  232M 1s
152650K .......... .......... .......... .......... .......... 63%  207M 1s
152700K .......... .......... .......... .......... .......... 63% 62.2M 1s
152750K .......... .......... .......... .......... .......... 63% 54.3M 1s
152800K .......... .......... .......... .......... .......... 63% 53.4M 1s
152850K .......... .......... .......... .......... .......... 64% 52.6M 1s
152900K .......... .......... .......... .......... .......... 64% 68.1M 1s
152950K .......... .......... .......... .......... .......... 64% 56.5M 1s
153000K .......... .......... .......... .......... .......... 64% 56.6M 1s
153050K .......... .......... .......... .......... .......... 64% 55.9M 1s
153100K .......... .......... .......... .......... .......... 64% 52.4M 1s
153150K .......... .......... .......... .......... .......... 64% 36.8M 1s
153200K .......... .......... .......... .......... .......... 64%  134M 1s
153250K .......... .......... .......... .......... .......... 64% 55.5M 1s
153300K .......... .......... .......... .......... .......... 64% 53.8M 1s
153350K .......... .......... .......... .......... .......... 64% 64.0M 1s
153400K .......... .......... .......... .......... .......... 64% 52.3M 1s
153450K .......... .......... .......... .......... .......... 64% 55.2M 1s
153500K .......... .......... .......... .......... .......... 64% 55.8M 1s
153550K .......... .......... .......... .......... .......... 64% 7.35M 1s
153600K .......... .......... .......... .......... .......... 64%  233M 1s
153650K .......... .......... .......... .......... .......... 64%  236M 1s
153700K .......... .......... .......... .......... .......... 64%  249M 1s
153750K .......... .......... .......... .......... .......... 64%  221M 1s
153800K .......... .......... .......... .......... .......... 64%  238M 1s
153850K .......... .......... .......... .......... .......... 64%  240M 1s
153900K .......... .......... .......... .......... .......... 64%  261M 1s
153950K .......... .......... .......... .......... .......... 64%  304M 1s
154000K .......... .......... .......... .......... .......... 64%  264M 1s
154050K .......... .......... .......... .......... .......... 64%  272M 1s
154100K .......... .......... .......... .......... .......... 64%  246M 1s
154150K .......... .......... .......... .......... .......... 64%  253M 1s
154200K .......... .......... .......... .......... .......... 64%  243M 1s
154250K .......... .......... .......... .......... .......... 64%  302M 1s
154300K .......... .......... .......... .......... .......... 64%  279M 1s
154350K .......... .......... .......... .......... .......... 64% 8.03M 1s
154400K .......... .......... .......... .......... .......... 64%  204M 1s
154450K .......... .......... .......... .......... .......... 64%  209M 1s
154500K .......... .......... .......... .......... .......... 64%  216M 1s
154550K .......... .......... .......... .......... .......... 64%  259M 1s
154600K .......... .......... .......... .......... .......... 64%  257M 1s
154650K .......... .......... .......... .......... .......... 64%  279M 1s
154700K .......... .......... .......... .......... .......... 64%  227M 1s
154750K .......... .......... .......... .......... .......... 64%  297M 1s
154800K .......... .......... .......... .......... .......... 64%  279M 1s
154850K .......... .......... .......... .......... .......... 64%  159M 1s
154900K .......... .......... .......... .......... .......... 64%  102M 1s
154950K .......... .......... .......... .......... .......... 64%  116M 1s
155000K .......... .......... .......... .......... .......... 64% 32.6M 1s
155050K .......... .......... .......... .......... .......... 64%  102M 1s
155100K .......... .......... .......... .......... .......... 64% 31.6M 1s
155150K .......... .......... .......... .......... .......... 64%  123M 1s
155200K .......... .......... .......... .......... .......... 64% 93.4M 1s
155250K .......... .......... .......... .......... .......... 65% 32.5M 1s
155300K .......... .......... .......... .......... .......... 65%  112M 1s
155350K .......... .......... .......... .......... .......... 65% 31.3M 1s
155400K .......... .......... .......... .......... .......... 65%  105M 1s
155450K .......... .......... .......... .......... .......... 65% 87.3M 1s
155500K .......... .......... .......... .......... .......... 65% 16.3M 1s
155550K .......... .......... .......... .......... .......... 65% 56.8M 1s
155600K .......... .......... .......... .......... .......... 65% 15.3M 1s
155650K .......... .......... .......... .......... .......... 65% 66.8M 1s
155700K .......... .......... .......... .......... .......... 65% 56.0M 1s
155750K .......... .......... .......... .......... .......... 65% 15.6M 1s
155800K .......... .......... .......... .......... .......... 65% 53.4M 1s
155850K .......... .......... .......... .......... .......... 65% 57.4M 1s
155900K .......... .......... .......... .......... .......... 65% 55.9M 1s
155950K .......... .......... .......... .......... .......... 65% 60.7M 1s
156000K .......... .......... .......... .......... .......... 65% 55.0M 1s
156050K .......... .......... .......... .......... .......... 65% 56.8M 1s
156100K .......... .......... .......... .......... .......... 65% 57.1M 1s
156150K .......... .......... .......... .......... .......... 65% 62.2M 1s
156200K .......... .......... .......... .......... .......... 65% 67.6M 1s
156250K .......... .......... .......... .......... .......... 65% 78.3M 1s
156300K .......... .......... .......... .......... .......... 65% 71.3M 1s
156350K .......... .......... .......... .......... .......... 65% 61.5M 1s
156400K .......... .......... .......... .......... .......... 65%  132M 1s
156450K .......... .......... .......... .......... .......... 65% 67.2M 1s
156500K .......... .......... .......... .......... .......... 65%  115M 1s
156550K .......... .......... .......... .......... .......... 65%  119M 1s
156600K .......... .......... .......... .......... .......... 65%  106M 1s
156650K .......... .......... .......... .......... .......... 65% 97.2M 1s
156700K .......... .......... .......... .......... .......... 65%  120M 1s
156750K .......... .......... .......... .......... .......... 65%  106M 1s
156800K .......... .......... .......... .......... .......... 65%  115M 1s
156850K .......... .......... .......... .......... .......... 65%  121M 1s
156900K .......... .......... .......... .......... .......... 65%  124M 1s
156950K .......... .......... .......... .......... .......... 65%  108M 1s
157000K .......... .......... .......... .......... .......... 65% 81.0M 1s
157050K .......... .......... .......... .......... .......... 65%  199M 1s
157100K .......... .......... .......... .......... .......... 65%  103M 1s
157150K .......... .......... .......... .......... .......... 65%  118M 1s
157200K .......... .......... .......... .......... .......... 65%  101M 1s
157250K .......... .......... .......... .......... .......... 65%  117M 1s
157300K .......... .......... .......... .......... .......... 65%  111M 1s
157350K .......... .......... .......... .......... .......... 65%  111M 1s
157400K .......... .......... .......... .......... .......... 65%  109M 1s
157450K .......... .......... .......... .......... .......... 65%  125M 1s
157500K .......... .......... .......... .......... .......... 65% 92.0M 1s
157550K .......... .......... .......... .......... .......... 65%  143M 1s
157600K .......... .......... .......... .......... .......... 65%  103M 1s
157650K .......... .......... .......... .......... .......... 66%  131M 1s
157700K .......... .......... .......... .......... .......... 66%  114M 1s
157750K .......... .......... .......... .......... .......... 66%  106M 1s
157800K .......... .......... .......... .......... .......... 66%  106M 1s
157850K .......... .......... .......... .......... .......... 66%  121M 1s
157900K .......... .......... .......... .......... .......... 66%  116M 1s
157950K .......... .......... .......... .......... .......... 66% 95.4M 1s
158000K .......... .......... .......... .......... .......... 66%  132M 1s
158050K .......... .......... .......... .......... .......... 66%  119M 1s
158100K .......... .......... .......... .......... .......... 66%  118M 1s
158150K .......... .......... .......... .......... .......... 66%  106M 1s
158200K .......... .......... .......... .......... .......... 66%  123M 1s
158250K .......... .......... .......... .......... .......... 66%  103M 1s
158300K .......... .......... .......... .......... .......... 66%  114M 1s
158350K .......... .......... .......... .......... .......... 66%  109M 1s
158400K .......... .......... .......... .......... .......... 66% 95.8M 1s
158450K .......... .......... .......... .......... .......... 66%  125M 1s
158500K .......... .......... .......... .......... .......... 66%  125M 1s
158550K .......... .......... .......... .......... .......... 66% 30.7M 1s
158600K .......... .......... .......... .......... .......... 66%  102M 1s
158650K .......... .......... .......... .......... .......... 66% 30.4M 1s
158700K .......... .......... .......... .......... .......... 66%  109M 1s
158750K .......... .......... .......... .......... .......... 66%  190M 1s
158800K .......... .......... .......... .......... .......... 66% 31.7M 1s
158850K .......... .......... .......... .......... .......... 66%  115M 1s
158900K .......... .......... .......... .......... .......... 66% 45.9M 1s
158950K .......... .......... .......... .......... .......... 66% 7.20M 1s
159000K .......... .......... .......... .......... .......... 66%  225M 1s
159050K .......... .......... .......... .......... .......... 66%  218M 1s
159100K .......... .......... .......... .......... .......... 66%  223M 1s
159150K .......... .......... .......... .......... .......... 66%  243M 1s
159200K .......... .......... .......... .......... .......... 66%  277M 1s
159250K .......... .......... .......... .......... .......... 66%  301M 1s
159300K .......... .......... .......... .......... .......... 66% 8.26M 1s
159350K .......... .......... .......... .......... .......... 66%  220M 1s
159400K .......... .......... .......... .......... .......... 66%  227M 1s
159450K .......... .......... .......... .......... .......... 66%  239M 1s
159500K .......... .......... .......... .......... .......... 66%  209M 1s
159550K .......... .......... .......... .......... .......... 66%  244M 1s
159600K .......... .......... .......... .......... .......... 66%  245M 1s
159650K .......... .......... .......... .......... .......... 66%  302M 1s
159700K .......... .......... .......... .......... .......... 66%  277M 1s
159750K .......... .......... .......... .......... .......... 66% 24.6M 1s
159800K .......... .......... .......... .......... .......... 66%  203M 1s
159850K .......... .......... .......... .......... .......... 66%  263M 1s
159900K .......... .......... .......... .......... .......... 66%  276M 1s
159950K .......... .......... .......... .......... .......... 66% 31.5M 1s
160000K .......... .......... .......... .......... .......... 67%  109M 1s
160050K .......... .......... .......... .......... .......... 67% 31.3M 1s
160100K .......... .......... .......... .......... .......... 67%  124M 1s
160150K .......... .......... .......... .......... .......... 67% 99.3M 1s
160200K .......... .......... .......... .......... .......... 67% 32.7M 1s
160250K .......... .......... .......... .......... .......... 67%  109M 1s
160300K .......... .......... .......... .......... .......... 67% 33.6M 1s
160350K .......... .......... .......... .......... .......... 67% 79.8M 1s
160400K .......... .......... .......... .......... .......... 67%  129M 1s
160450K .......... .......... .......... .......... .......... 67% 20.4M 1s
160500K .......... .......... .......... .......... .......... 67% 56.9M 1s
160550K .......... .......... .......... .......... .......... 67% 53.0M 1s
160600K .......... .......... .......... .......... .......... 67% 59.4M 1s
160650K .......... .......... .......... .......... .......... 67% 54.5M 1s
160700K .......... .......... .......... .......... .......... 67% 61.2M 1s
160750K .......... .......... .......... .......... .......... 67% 51.9M 1s
160800K .......... .......... .......... .......... .......... 67% 56.7M 1s
160850K .......... .......... .......... .......... .......... 67% 27.3M 1s
160900K .......... .......... .......... .......... .......... 67% 49.1M 1s
160950K .......... .......... .......... .......... .......... 67% 15.8M 1s
161000K .......... .......... .......... .......... .......... 67% 53.0M 1s
161050K .......... .......... .......... .......... .......... 67% 62.0M 1s
161100K .......... .......... .......... .......... .......... 67% 15.5M 1s
161150K .......... .......... .......... .......... .......... 67% 56.5M 1s
161200K .......... .......... .......... .......... .......... 67% 16.2M 1s
161250K .......... .......... .......... .......... .......... 67% 56.3M 1s
161300K .......... .......... .......... .......... .......... 67% 55.5M 1s
161350K .......... .......... .......... .......... .......... 67% 16.5M 1s
161400K .......... .......... .......... .......... .......... 67%  190M 1s
161450K .......... .......... .......... .......... .......... 67% 29.0M 1s
161500K .......... .......... .......... .......... .......... 67% 96.9M 1s
161550K .......... .......... .......... .......... .......... 67%  101M 1s
161600K .......... .......... .......... .......... .......... 67% 32.4M 1s
161650K .......... .......... .......... .......... .......... 67%  111M 1s
161700K .......... .......... .......... .......... .......... 67% 41.6M 1s
161750K .......... .......... .......... .......... .......... 67% 51.8M 1s
161800K .......... .......... .......... .......... .......... 67% 83.0M 1s
161850K .......... .......... .......... .......... .......... 67%  108M 1s
161900K .......... .......... .......... .......... .......... 67%  120M 1s
161950K .......... .......... .......... .......... .......... 67% 5.82M 1s
162000K .......... .......... .......... .......... .......... 67%  198M 1s
162050K .......... .......... .......... .......... .......... 67%  218M 1s
162100K .......... .......... .......... .......... .......... 67%  257M 1s
162150K .......... .......... .......... .......... .......... 67%  222M 1s
162200K .......... .......... .......... .......... .......... 67%  217M 1s
162250K .......... .......... .......... .......... .......... 67%  246M 1s
162300K .......... .......... .......... .......... .......... 67%  286M 1s
162350K .......... .......... .......... .......... .......... 67%  270M 1s
162400K .......... .......... .......... .......... .......... 68%  246M 1s
162450K .......... .......... .......... .......... .......... 68%  223M 1s
162500K .......... .......... .......... .......... .......... 68%  305M 1s
162550K .......... .......... .......... .......... .......... 68%  252M 1s
162600K .......... .......... .......... .......... .......... 68% 62.1M 1s
162650K .......... .......... .......... .......... .......... 68% 62.1M 1s
162700K .......... .......... .......... .......... .......... 68% 56.6M 1s
162750K .......... .......... .......... .......... .......... 68% 51.8M 1s
162800K .......... .......... .......... .......... .......... 68% 54.6M 1s
162850K .......... .......... .......... .......... .......... 68% 60.4M 1s
162900K .......... .......... .......... .......... .......... 68% 56.1M 1s
162950K .......... .......... .......... .......... .......... 68% 53.4M 1s
163000K .......... .......... .......... .......... .......... 68% 63.8M 1s
163050K .......... .......... .......... .......... .......... 68% 7.13M 1s
163100K .......... .......... .......... .......... .......... 68%  181M 1s
163150K .......... .......... .......... .......... .......... 68%  229M 1s
163200K .......... .......... .......... .......... .......... 68%  240M 1s
163250K .......... .......... .......... .......... .......... 68%  260M 1s
163300K .......... .......... .......... .......... .......... 68%  234M 1s
163350K .......... .......... .......... .......... .......... 68%  242M 1s
163400K .......... .......... .......... .......... .......... 68% 6.36M 1s
163450K .......... .......... .......... .......... .......... 68%  214M 1s
163500K .......... .......... .......... .......... .......... 68% 15.5M 1s
163550K .......... .......... .......... .......... .......... 68%  272M 1s
163600K .......... .......... .......... .......... .......... 68% 92.8M 1s
163650K .......... .......... .......... .......... .......... 68% 56.4M 1s
163700K .......... .......... .......... .......... .......... 68% 56.8M 1s
163750K .......... .......... .......... .......... .......... 68% 62.3M 1s
163800K .......... .......... .......... .......... .......... 68% 83.1M 1s
163850K .......... .......... .......... .......... .......... 68%  152M 1s
163900K .......... .......... .......... .......... .......... 68%  109M 1s
163950K .......... .......... .......... .......... .......... 68%  105M 1s
164000K .......... .......... .......... .......... .......... 68%  122M 1s
164050K .......... .......... .......... .......... .......... 68% 98.5M 1s
164100K .......... .......... .......... .......... .......... 68%  108M 1s
164150K .......... .......... .......... .......... .......... 68%  117M 1s
164200K .......... .......... .......... .......... .......... 68% 79.8M 1s
164250K .......... .......... .......... .......... .......... 68% 56.5M 1s
164300K .......... .......... .......... .......... .......... 68% 58.4M 1s
164350K .......... .......... .......... .......... .......... 68% 97.4M 1s
164400K .......... .......... .......... .......... .......... 68%  110M 1s
164450K .......... .......... .......... .......... .......... 68%  109M 1s
164500K .......... .......... .......... .......... .......... 68%  115M 1s
164550K .......... .......... .......... .......... .......... 68% 99.7M 1s
164600K .......... .......... .......... .......... .......... 68%  114M 1s
164650K .......... .......... .......... .......... .......... 68%  133M 1s
164700K .......... .......... .......... .......... .......... 68%  101M 1s
164750K .......... .......... .......... .......... .......... 68%  125M 1s
164800K .......... .......... .......... .......... .......... 69%  111M 1s
164850K .......... .......... .......... .......... .......... 69% 67.2M 1s
164900K .......... .......... .......... .......... .......... 69%  188M 1s
164950K .......... .......... .......... .......... .......... 69%  126M 1s
165000K .......... .......... .......... .......... .......... 69%  125M 1s
165050K .......... .......... .......... .......... .......... 69%  101M 1s
165100K .......... .......... .......... .......... .......... 69%  126M 1s
165150K .......... .......... .......... .......... .......... 69%  110M 1s
165200K .......... .......... .......... .......... .......... 69%  114M 1s
165250K .......... .......... .......... .......... .......... 69%  111M 1s
165300K .......... .......... .......... .......... .......... 69%  124M 1s
165350K .......... .......... .......... .......... .......... 69%  112M 1s
165400K .......... .......... .......... .......... .......... 69%  107M 1s
165450K .......... .......... .......... .......... .......... 69% 73.4M 1s
165500K .......... .......... .......... .......... .......... 69% 63.2M 1s
165550K .......... .......... .......... .......... .......... 69% 58.0M 1s
165600K .......... .......... .......... .......... .......... 69% 50.9M 1s
165650K .......... .......... .......... .......... .......... 69% 59.0M 1s
165700K .......... .......... .......... .......... .......... 69% 55.9M 1s
165750K .......... .......... .......... .......... .......... 69% 57.5M 1s
165800K .......... .......... .......... .......... .......... 69% 55.3M 1s
165850K .......... .......... .......... .......... .......... 69% 57.2M 1s
165900K .......... .......... .......... .......... .......... 69% 52.2M 1s
165950K .......... .......... .......... .......... .......... 69% 56.8M 1s
166000K .......... .......... .......... .......... .......... 69% 54.3M 1s
166050K .......... .......... .......... .......... .......... 69% 58.4M 1s
166100K .......... .......... .......... .......... .......... 69% 59.2M 1s
166150K .......... .......... .......... .......... .......... 69% 51.3M 1s
166200K .......... .......... .......... .......... .......... 69% 55.4M 1s
166250K .......... .......... .......... .......... .......... 69% 19.4M 1s
166300K .......... .......... .......... .......... .......... 69% 98.5M 1s
166350K .......... .......... .......... .......... .......... 69% 52.4M 1s
166400K .......... .......... .......... .......... .......... 69% 55.5M 1s
166450K .......... .......... .......... .......... .......... 69% 55.7M 1s
166500K .......... .......... .......... .......... .......... 69% 38.9M 1s
166550K .......... .......... .......... .......... .......... 69%  100M 1s
166600K .......... .......... .......... .......... .......... 69% 55.2M 1s
166650K .......... .......... .......... .......... .......... 69% 53.3M 1s
166700K .......... .......... .......... .......... .......... 69% 61.9M 1s
166750K .......... .......... .......... .......... .......... 69% 74.9M 1s
166800K .......... .......... .......... .......... .......... 69%  104M 1s
166850K .......... .......... .......... .......... .......... 69%  117M 1s
166900K .......... .......... .......... .......... .......... 69%  105M 1s
166950K .......... .......... .......... .......... .......... 69%  115M 1s
167000K .......... .......... .......... .......... .......... 69% 99.6M 1s
167050K .......... .......... .......... .......... .......... 69%  114M 1s
167100K .......... .......... .......... .......... .......... 69%  114M 1s
167150K .......... .......... .......... .......... .......... 69%  108M 1s
167200K .......... .......... .......... .......... .......... 70%  125M 1s
167250K .......... .......... .......... .......... .......... 70% 97.9M 1s
167300K .......... .......... .......... .......... .......... 70%  112M 1s
167350K .......... .......... .......... .......... .......... 70%  123M 1s
167400K .......... .......... .......... .......... .......... 70%  118M 1s
167450K .......... .......... .......... .......... .......... 70% 81.7M 1s
167500K .......... .......... .......... .......... .......... 70% 55.8M 1s
167550K .......... .......... .......... .......... .......... 70% 54.4M 1s
167600K .......... .......... .......... .......... .......... 70% 38.0M 1s
167650K .......... .......... .......... .......... .......... 70% 37.0M 1s
167700K .......... .......... .......... .......... .......... 70% 49.2M 1s
167750K .......... .......... .......... .......... .......... 70% 55.0M 1s
167800K .......... .......... .......... .......... .......... 70% 59.3M 1s
167850K .......... .......... .......... .......... .......... 70% 56.3M 1s
167900K .......... .......... .......... .......... .......... 70% 52.9M 1s
167950K .......... .......... .......... .......... .......... 70% 57.5M 1s
168000K .......... .......... .......... .......... .......... 70% 54.1M 1s
168050K .......... .......... .......... .......... .......... 70% 58.4M 1s
168100K .......... .......... .......... .......... .......... 70% 55.4M 1s
168150K .......... .......... .......... .......... .......... 70% 51.3M 1s
168200K .......... .......... .......... .......... .......... 70% 43.5M 1s
168250K .......... .......... .......... .......... .......... 70% 41.5M 1s
168300K .......... .......... .......... .......... .......... 70% 36.9M 1s
168350K .......... .......... .......... .......... .......... 70% 37.6M 1s
168400K .......... .......... .......... .......... .......... 70% 37.0M 1s
168450K .......... .......... .......... .......... .......... 70% 37.3M 1s
168500K .......... .......... .......... .......... .......... 70% 38.7M 1s
168550K .......... .......... .......... .......... .......... 70% 36.9M 1s
168600K .......... .......... .......... .......... .......... 70% 39.1M 1s
168650K .......... .......... .......... .......... .......... 70% 49.4M 1s
168700K .......... .......... .......... .......... .......... 70% 51.7M 1s
168750K .......... .......... .......... .......... .......... 70% 56.7M 1s
168800K .......... .......... .......... .......... .......... 70% 49.7M 1s
168850K .......... .......... .......... .......... .......... 70% 56.7M 1s
168900K .......... .......... .......... .......... .......... 70% 54.4M 1s
168950K .......... .......... .......... .......... .......... 70% 83.2M 1s
169000K .......... .......... .......... .......... .......... 70%  112M 1s
169050K .......... .......... .......... .......... .......... 70%  100M 1s
169100K .......... .......... .......... .......... .......... 70%  162M 1s
169150K .......... .......... .......... .......... .......... 70%  102M 1s
169200K .......... .......... .......... .......... .......... 70%  106M 1s
169250K .......... .......... .......... .......... .......... 70%  120M 1s
169300K .......... .......... .......... .......... .......... 70%  109M 1s
169350K .......... .......... .......... .......... .......... 70%  118M 1s
169400K .......... .......... .......... .......... .......... 70%  116M 1s
169450K .......... .......... .......... .......... .......... 70%  123M 1s
169500K .......... .......... .......... .......... .......... 70%  101M 1s
169550K .......... .......... .......... .......... .......... 70%  110M 1s
169600K .......... .......... .......... .......... .......... 71%  123M 1s
169650K .......... .......... .......... .......... .......... 71% 93.9M 1s
169700K .......... .......... .......... .......... .......... 71%  109M 1s
169750K .......... .......... .......... .......... .......... 71%  122M 1s
169800K .......... .......... .......... .......... .......... 71% 82.8M 1s
169850K .......... .......... .......... .......... .......... 71%  117M 1s
169900K .......... .......... .......... .......... .......... 71%  101M 1s
169950K .......... .......... .......... .......... .......... 71%  111M 1s
170000K .......... .......... .......... .......... .......... 71%  110M 1s
170050K .......... .......... .......... .......... .......... 71%  113M 1s
170100K .......... .......... .......... .......... .......... 71%  121M 1s
170150K .......... .......... .......... .......... .......... 71% 98.4M 1s
170200K .......... .......... .......... .......... .......... 71%  133M 1s
170250K .......... .......... .......... .......... .......... 71%  100M 1s
170300K .......... .......... .......... .......... .......... 71%  113M 1s
170350K .......... .......... .......... .......... .......... 71%  135M 1s
170400K .......... .......... .......... .......... .......... 71% 93.6M 1s
170450K .......... .......... .......... .......... .......... 71%  116M 1s
170500K .......... .......... .......... .......... .......... 71%  126M 1s
170550K .......... .......... .......... .......... .......... 71% 7.56M 1s
170600K .......... .......... .......... .......... .......... 71%  272M 1s
170650K .......... .......... .......... .......... .......... 71%  239M 1s
170700K .......... .......... .......... .......... .......... 71%  256M 1s
170750K .......... .......... .......... .......... .......... 71%  222M 1s
170800K .......... .......... .......... .......... .......... 71%  259M 1s
170850K .......... .......... .......... .......... .......... 71%  246M 1s
170900K .......... .......... .......... .......... .......... 71%  299M 1s
170950K .......... .......... .......... .......... .......... 71%  243M 1s
171000K .......... .......... .......... .......... .......... 71%  294M 1s
171050K .......... .......... .......... .......... .......... 71% 27.1M 1s
171100K .......... .......... .......... .......... .......... 71%  252M 1s
171150K .......... .......... .......... .......... .......... 71%  251M 1s
171200K .......... .......... .......... .......... .......... 71%  233M 1s
171250K .......... .......... .......... .......... .......... 71%  150M 1s
171300K .......... .......... .......... .......... .......... 71%  192M 1s
171350K .......... .......... .......... .......... .......... 71% 70.2M 1s
171400K .......... .......... .......... .......... .......... 71% 53.7M 1s
171450K .......... .......... .......... .......... .......... 71% 55.6M 1s
171500K .......... .......... .......... .......... .......... 71% 57.7M 1s
171550K .......... .......... .......... .......... .......... 71% 59.2M 1s
171600K .......... .......... .......... .......... .......... 71% 56.2M 1s
171650K .......... .......... .......... .......... .......... 71% 53.5M 1s
171700K .......... .......... .......... .......... .......... 71% 38.8M 1s
171750K .......... .......... .......... .......... .......... 71% 25.2M 1s
171800K .......... .......... .......... .......... .......... 71% 73.4M 1s
171850K .......... .......... .......... .......... .......... 71% 37.7M 1s
171900K .......... .......... .......... .......... .......... 71% 35.9M 1s
171950K .......... .......... .......... .......... .......... 72% 82.8M 1s
172000K .......... .......... .......... .......... .......... 72%  103M 1s
172050K .......... .......... .......... .......... .......... 72%  124M 1s
172100K .......... .......... .......... .......... .......... 72% 95.5M 1s
172150K .......... .......... .......... .......... .......... 72%  114M 1s
172200K .......... .......... .......... .......... .......... 72%  130M 1s
172250K .......... .......... .......... .......... .......... 72% 92.3M 1s
172300K .......... .......... .......... .......... .......... 72%  114M 1s
172350K .......... .......... .......... .......... .......... 72%  111M 1s
172400K .......... .......... .......... .......... .......... 72%  116M 1s
172450K .......... .......... .......... .......... .......... 72%  110M 1s
172500K .......... .......... .......... .......... .......... 72%  108M 1s
172550K .......... .......... .......... .......... .......... 72%  117M 1s
172600K .......... .......... .......... .......... .......... 72%  120M 1s
172650K .......... .......... .......... .......... .......... 72%  101M 1s
172700K .......... .......... .......... .......... .......... 72%  125M 1s
172750K .......... .......... .......... .......... .......... 72%  117M 1s
172800K .......... .......... .......... .......... .......... 72%  102M 1s
172850K .......... .......... .......... .......... .......... 72%  128M 1s
172900K .......... .......... .......... .......... .......... 72%  114M 1s
172950K .......... .......... .......... .......... .......... 72%  113M 1s
173000K .......... .......... .......... .......... .......... 72%  114M 1s
173050K .......... .......... .......... .......... .......... 72%  115M 1s
173100K .......... .......... .......... .......... .......... 72% 99.6M 1s
173150K .......... .......... .......... .......... .......... 72%  130M 1s
173200K .......... .......... .......... .......... .......... 72% 93.6M 1s
173250K .......... .......... .......... .......... .......... 72%  122M 1s
173300K .......... .......... .......... .......... .......... 72%  107M 1s
173350K .......... .......... .......... .......... .......... 72%  116M 1s
173400K .......... .......... .......... .......... .......... 72%  102M 1s
173450K .......... .......... .......... .......... .......... 72%  102M 1s
173500K .......... .......... .......... .......... .......... 72%  137M 1s
173550K .......... .......... .......... .......... .......... 72%  108M 1s
173600K .......... .......... .......... .......... .......... 72%  128M 1s
173650K .......... .......... .......... .......... .......... 72%  114M 1s
173700K .......... .......... .......... .......... .......... 72%  113M 1s
173750K .......... .......... .......... .......... .......... 72%  116M 1s
173800K .......... .......... .......... .......... .......... 72%  104M 1s
173850K .......... .......... .......... .......... .......... 72%  124M 1s
173900K .......... .......... .......... .......... .......... 72% 93.9M 1s
173950K .......... .......... .......... .......... .......... 72% 90.9M 1s
174000K .......... .......... .......... .......... .......... 72% 94.9M 1s
174050K .......... .......... .......... .......... .......... 72%  121M 1s
174100K .......... .......... .......... .......... .......... 72%  125M 1s
174150K .......... .......... .......... .......... .......... 72%  112M 1s
174200K .......... .......... .......... .......... .......... 72%  100M 1s
174250K .......... .......... .......... .......... .......... 72%  116M 1s
174300K .......... .......... .......... .......... .......... 72%  102M 1s
174350K .......... .......... .......... .......... .......... 73%  137M 1s
174400K .......... .......... .......... .......... .......... 73%  112M 1s
174450K .......... .......... .......... .......... .......... 73% 90.6M 1s
174500K .......... .......... .......... .......... .......... 73% 96.7M 1s
174550K .......... .......... .......... .......... .......... 73%  150M 1s
174600K .......... .......... .......... .......... .......... 73%  113M 1s
174650K .......... .......... .......... .......... .......... 73%  103M 1s
174700K .......... .......... .......... .......... .......... 73%  116M 1s
174750K .......... .......... .......... .......... .......... 73% 99.3M 1s
174800K .......... .......... .......... .......... .......... 73% 92.0M 1s
174850K .......... .......... .......... .......... .......... 73% 60.6M 1s
174900K .......... .......... .......... .......... .......... 73% 54.9M 1s
174950K .......... .......... .......... .......... .......... 73% 85.3M 1s
175000K .......... .......... .......... .......... .......... 73%  138M 1s
175050K .......... .......... .......... .......... .......... 73%  113M 1s
175100K .......... .......... .......... .......... .......... 73%  109M 1s
175150K .......... .......... .......... .......... .......... 73% 69.3M 1s
175200K .......... .......... .......... .......... .......... 73% 70.0M 1s
175250K .......... .......... .......... .......... .......... 73% 50.4M 1s
175300K .......... .......... .......... .......... .......... 73% 60.7M 1s
175350K .......... .......... .......... .......... .......... 73% 57.4M 1s
175400K .......... .......... .......... .......... .......... 73% 52.0M 1s
175450K .......... .......... .......... .......... .......... 73% 57.2M 1s
175500K .......... .......... .......... .......... .......... 73% 56.8M 1s
175550K .......... .......... .......... .......... .......... 73% 57.6M 1s
175600K .......... .......... .......... .......... .......... 73% 59.5M 1s
175650K .......... .......... .......... .......... .......... 73% 68.5M 1s
175700K .......... .......... .......... .......... .......... 73%  118M 1s
175750K .......... .......... .......... .......... .......... 73%  110M 1s
175800K .......... .......... .......... .......... .......... 73%  115M 1s
175850K .......... .......... .......... .......... .......... 73% 6.99M 1s
175900K .......... .......... .......... .......... .......... 73%  233M 1s
175950K .......... .......... .......... .......... .......... 73%  225M 1s
176000K .......... .......... .......... .......... .......... 73%  230M 1s
176050K .......... .......... .......... .......... .......... 73%  200M 1s
176100K .......... .......... .......... .......... .......... 73%  256M 1s
176150K .......... .......... .......... .......... .......... 73%  256M 1s
176200K .......... .......... .......... .......... .......... 73%  256M 1s
176250K .......... .......... .......... .......... .......... 73%  231M 1s
176300K .......... .......... .......... .......... .......... 73%  277M 1s
176350K .......... .......... .......... .......... .......... 73%  236M 1s
176400K .......... .......... .......... .......... .......... 73%  242M 1s
176450K .......... .......... .......... .......... .......... 73%  239M 1s
176500K .......... .......... .......... .......... .......... 73%  243M 1s
176550K .......... .......... .......... .......... .......... 73%  258M 1s
176600K .......... .......... .......... .......... .......... 73%  261M 1s
176650K .......... .......... .......... .......... .......... 73%  249M 1s
176700K .......... .......... .......... .......... .......... 73%  275M 1s
176750K .......... .......... .......... .......... .......... 74%  222M 1s
176800K .......... .......... .......... .......... .......... 74%  254M 1s
176850K .......... .......... .......... .......... .......... 74%  245M 1s
176900K .......... .......... .......... .......... .......... 74%  267M 1s
176950K .......... .......... .......... .......... .......... 74%  245M 1s
177000K .......... .......... .......... .......... .......... 74%  235M 1s
177050K .......... .......... .......... .......... .......... 74%  250M 1s
177100K .......... .......... .......... .......... .......... 74%  250M 1s
177150K .......... .......... .......... .......... .......... 74%  267M 1s
177200K .......... .......... .......... .......... .......... 74%  240M 1s
177250K .......... .......... .......... .......... .......... 74%  149M 1s
177300K .......... .......... .......... .......... .......... 74%  119M 1s
177350K .......... .......... .......... .......... .......... 74%  108M 1s
177400K .......... .......... .......... .......... .......... 74%  104M 1s
177450K .......... .......... .......... .......... .......... 74%  120M 1s
177500K .......... .......... .......... .......... .......... 74%  122M 1s
177550K .......... .......... .......... .......... .......... 74%  106M 1s
177600K .......... .......... .......... .......... .......... 74%  107M 1s
177650K .......... .......... .......... .......... .......... 74%  117M 1s
177700K .......... .......... .......... .......... .......... 74%  133M 1s
177750K .......... .......... .......... .......... .......... 74%  108M 1s
177800K .......... .......... .......... .......... .......... 74% 93.4M 1s
177850K .......... .......... .......... .......... .......... 74% 95.5M 1s
177900K .......... .......... .......... .......... .......... 74% 96.5M 1s
177950K .......... .......... .......... .......... .......... 74%  201M 1s
178000K .......... .......... .......... .......... .......... 74% 57.3M 1s
178050K .......... .......... .......... .......... .......... 74% 55.5M 1s
178100K .......... .......... .......... .......... .......... 74% 53.4M 1s
178150K .......... .......... .......... .......... .......... 74% 58.3M 1s
178200K .......... .......... .......... .......... .......... 74% 56.9M 1s
178250K .......... .......... .......... .......... .......... 74% 53.1M 1s
178300K .......... .......... .......... .......... .......... 74% 56.6M 1s
178350K .......... .......... .......... .......... .......... 74% 55.9M 1s
178400K .......... .......... .......... .......... .......... 74% 48.5M 1s
178450K .......... .......... .......... .......... .......... 74% 50.1M 1s
178500K .......... .......... .......... .......... .......... 74% 56.7M 1s
178550K .......... .......... .......... .......... .......... 74% 5.14M 1s
178600K .......... .......... .......... .......... .......... 74%  203M 1s
178650K .......... .......... .......... .......... .......... 74%  199M 1s
178700K .......... .......... .......... .......... .......... 74%  264M 1s
178750K .......... .......... .......... .......... .......... 74%  224M 1s
178800K .......... .......... .......... .......... .......... 74%  239M 1s
178850K .......... .......... .......... .......... .......... 74%  236M 1s
178900K .......... .......... .......... .......... .......... 74%  230M 1s
178950K .......... .......... .......... .......... .......... 74%  224M 1s
179000K .......... .......... .......... .......... .......... 74%  284M 1s
179050K .......... .......... .......... .......... .......... 74%  253M 1s
179100K .......... .......... .......... .......... .......... 74%  233M 1s
179150K .......... .......... .......... .......... .......... 75% 72.3M 1s
179200K .......... .......... .......... .......... .......... 75% 56.8M 1s
179250K .......... .......... .......... .......... .......... 75% 51.0M 1s
179300K .......... .......... .......... .......... .......... 75% 58.5M 1s
179350K .......... .......... .......... .......... .......... 75% 53.6M 1s
179400K .......... .......... .......... .......... .......... 75% 60.7M 1s
179450K .......... .......... .......... .......... .......... 75%  108M 1s
179500K .......... .......... .......... .......... .......... 75% 82.9M 1s
179550K .......... .......... .......... .......... .......... 75%  109M 1s
179600K .......... .......... .......... .......... .......... 75%  137M 1s
179650K .......... .......... .......... .......... .......... 75%  125M 1s
179700K .......... .......... .......... .......... .......... 75%  125M 1s
179750K .......... .......... .......... .......... .......... 75% 96.8M 1s
179800K .......... .......... .......... .......... .......... 75% 57.4M 1s
179850K .......... .......... .......... .......... .......... 75% 54.9M 1s
179900K .......... .......... .......... .......... .......... 75% 56.8M 1s
179950K .......... .......... .......... .......... .......... 75% 55.6M 1s
180000K .......... .......... .......... .......... .......... 75% 58.1M 1s
180050K .......... .......... .......... .......... .......... 75% 54.6M 1s
180100K .......... .......... .......... .......... .......... 75% 52.3M 1s
180150K .......... .......... .......... .......... .......... 75% 6.85M 1s
180200K .......... .......... .......... .......... .......... 75%  193M 1s
180250K .......... .......... .......... .......... .......... 75%  224M 1s
180300K .......... .......... .......... .......... .......... 75%  256M 1s
180350K .......... .......... .......... .......... .......... 75%  235M 1s
180400K .......... .......... .......... .......... .......... 75%  262M 1s
180450K .......... .......... .......... .......... .......... 75%  245M 1s
180500K .......... .......... .......... .......... .......... 75%  263M 1s
180550K .......... .......... .......... .......... .......... 75%  265M 1s
180600K .......... .......... .......... .......... .......... 75%  231M 1s
180650K .......... .......... .......... .......... .......... 75% 81.7M 1s
180700K .......... .......... .......... .......... .......... 75% 62.9M 1s
180750K .......... .......... .......... .......... .......... 75% 81.7M 1s
180800K .......... .......... .......... .......... .......... 75%  112M 1s
180850K .......... .......... .......... .......... .......... 75% 89.6M 1s
180900K .......... .......... .......... .......... .......... 75%  140M 1s
180950K .......... .......... .......... .......... .......... 75%  104M 1s
181000K .......... .......... .......... .......... .......... 75%  127M 1s
181050K .......... .......... .......... .......... .......... 75%  103M 1s
181100K .......... .......... .......... .......... .......... 75%  133M 1s
181150K .......... .......... .......... .......... .......... 75%  102M 1s
181200K .......... .......... .......... .......... .......... 75%  108M 1s
181250K .......... .......... .......... .......... .......... 75% 7.10M 1s
181300K .......... .......... .......... .......... .......... 75%  210M 1s
181350K .......... .......... .......... .......... .......... 75%  236M 1s
181400K .......... .......... .......... .......... .......... 75%  251M 1s
181450K .......... .......... .......... .......... .......... 75%  307M 1s
181500K .......... .......... .......... .......... .......... 76%  229M 1s
181550K .......... .......... .......... .......... .......... 76%  256M 1s
181600K .......... .......... .......... .......... .......... 76%  283M 1s
181650K .......... .......... .......... .......... .......... 76% 71.1M 1s
181700K .......... .......... .......... .......... .......... 76% 56.6M 1s
181750K .......... .......... .......... .......... .......... 76% 54.6M 1s
181800K .......... .......... .......... .......... .......... 76% 48.6M 1s
181850K .......... .......... .......... .......... .......... 76% 67.2M 1s
181900K .......... .......... .......... .......... .......... 76% 56.1M 1s
181950K .......... .......... .......... .......... .......... 76% 52.6M 1s
182000K .......... .......... .......... .......... .......... 76% 50.6M 1s
182050K .......... .......... .......... .......... .......... 76% 62.9M 1s
182100K .......... .......... .......... .......... .......... 76% 57.6M 1s
182150K .......... .......... .......... .......... .......... 76% 56.4M 1s
182200K .......... .......... .......... .......... .......... 76%  126M 1s
182250K .......... .......... .......... .......... .......... 76%  244M 1s
182300K .......... .......... .......... .......... .......... 76%  106M 1s
182350K .......... .......... .......... .......... .......... 76%  123M 1s
182400K .......... .......... .......... .......... .......... 76%  110M 1s
182450K .......... .......... .......... .......... .......... 76%  100M 1s
182500K .......... .......... .......... .......... .......... 76%  116M 1s
182550K .......... .......... .......... .......... .......... 76%  122M 1s
182600K .......... .......... .......... .......... .......... 76%  108M 1s
182650K .......... .......... .......... .......... .......... 76%  119M 1s
182700K .......... .......... .......... .......... .......... 76%  108M 1s
182750K .......... .......... .......... .......... .......... 76% 62.1M 1s
182800K .......... .......... .......... .......... .......... 76%  248M 1s
182850K .......... .......... .......... .......... .......... 76%  138M 1s
182900K .......... .......... .......... .......... .......... 76%  123M 1s
182950K .......... .......... .......... .......... .......... 76% 95.8M 1s
183000K .......... .......... .......... .......... .......... 76%  124M 1s
183050K .......... .......... .......... .......... .......... 76% 98.9M 1s
183100K .......... .......... .......... .......... .......... 76%  125M 1s
183150K .......... .......... .......... .......... .......... 76%  113M 1s
183200K .......... .......... .......... .......... .......... 76%  106M 1s
183250K .......... .......... .......... .......... .......... 76%  116M 1s
183300K .......... .......... .......... .......... .......... 76%  112M 1s
183350K .......... .......... .......... .......... .......... 76%  102M 1s
183400K .......... .......... .......... .......... .......... 76%  123M 1s
183450K .......... .......... .......... .......... .......... 76%  116M 1s
183500K .......... .......... .......... .......... .......... 76%  105M 1s
183550K .......... .......... .......... .......... .......... 76% 94.8M 1s
183600K .......... .......... .......... .......... .......... 76% 7.26M 1s
183650K .......... .......... .......... .......... .......... 76%  260M 1s
183700K .......... .......... .......... .......... .......... 76%  245M 1s
183750K .......... .......... .......... .......... .......... 76%  211M 1s
183800K .......... .......... .......... .......... .......... 76%  210M 1s
183850K .......... .......... .......... .......... .......... 76%  305M 1s
183900K .......... .......... .......... .......... .......... 77%  280M 1s
183950K .......... .......... .......... .......... .......... 77%  301M 1s
184000K .......... .......... .......... .......... .......... 77% 8.12M 1s
184050K .......... .......... .......... .......... .......... 77%  200M 1s
184100K .......... .......... .......... .......... .......... 77%  225M 1s
184150K .......... .......... .......... .......... .......... 77%  248M 1s
184200K .......... .......... .......... .......... .......... 77%  255M 1s
184250K .......... .......... .......... .......... .......... 77%  281M 1s
184300K .......... .......... .......... .......... .......... 77%  236M 1s
184350K .......... .......... .......... .......... .......... 77%  282M 1s
184400K .......... .......... .......... .......... .......... 77%  255M 1s
184450K .......... .......... .......... .......... .......... 77%  240M 1s
184500K .......... .......... .......... .......... .......... 77%  236M 1s
184550K .......... .......... .......... .......... .......... 77%  231M 1s
184600K .......... .......... .......... .......... .......... 77%  227M 1s
184650K .......... .......... .......... .......... .......... 77%  268M 1s
184700K .......... .......... .......... .......... .......... 77%  240M 1s
184750K .......... .......... .......... .......... .......... 77%  271M 1s
184800K .......... .......... .......... .......... .......... 77%  211M 1s
184850K .......... .......... .......... .......... .......... 77%  256M 1s
184900K .......... .......... .......... .......... .......... 77%  245M 1s
184950K .......... .......... .......... .......... .......... 77%  237M 1s
185000K .......... .......... .......... .......... .......... 77%  221M 1s
185050K .......... .......... .......... .......... .......... 77%  190M 1s
185100K .......... .......... .......... .......... .......... 77%  251M 1s
185150K .......... .......... .......... .......... .......... 77% 45.1M 1s
185200K .......... .......... .......... .......... .......... 77% 38.0M 1s
185250K .......... .......... .......... .......... .......... 77% 42.9M 1s
185300K .......... .......... .......... .......... .......... 77% 55.4M 1s
185350K .......... .......... .......... .......... .......... 77% 5.34M 1s
185400K .......... .......... .......... .......... .......... 77%  223M 1s
185450K .......... .......... .......... .......... .......... 77%  233M 1s
185500K .......... .......... .......... .......... .......... 77%  285M 1s
185550K .......... .......... .......... .......... .......... 77%  246M 1s
185600K .......... .......... .......... .......... .......... 77% 20.5M 1s
185650K .......... .......... .......... .......... .......... 77% 56.9M 1s
185700K .......... .......... .......... .......... .......... 77% 15.5M 1s
185750K .......... .......... .......... .......... .......... 77% 55.1M 1s
185800K .......... .......... .......... .......... .......... 77% 60.3M 1s
185850K .......... .......... .......... .......... .......... 77% 12.6M 1s
185900K .......... .......... .......... .......... .......... 77% 59.3M 1s
185950K .......... .......... .......... .......... .......... 77% 4.89M 1s
186000K .......... .......... .......... .......... .......... 77%  213M 1s
186050K .......... .......... .......... .......... .......... 77%  261M 1s
186100K .......... .......... .......... .......... .......... 77% 41.8M 1s
186150K .......... .......... .......... .......... .......... 77% 36.3M 1s
186200K .......... .......... .......... .......... .......... 77% 11.4M 1s
186250K .......... .......... .......... .......... .......... 77% 62.7M 1s
186300K .......... .......... .......... .......... .......... 78% 51.5M 1s
186350K .......... .......... .......... .......... .......... 78% 16.0M 1s
186400K .......... .......... .......... .......... .......... 78% 57.0M 1s
186450K .......... .......... .......... .......... .......... 78% 56.7M 1s
186500K .......... .......... .......... .......... .......... 78% 24.9M 1s
186550K .......... .......... .......... .......... .......... 78% 53.8M 1s
186600K .......... .......... .......... .......... .......... 78% 58.6M 1s
186650K .......... .......... .......... .......... .......... 78% 50.3M 1s
186700K .......... .......... .......... .......... .......... 78% 60.9M 1s
186750K .......... .......... .......... .......... .......... 78% 58.5M 1s
186800K .......... .......... .......... .......... .......... 78% 55.0M 1s
186850K .......... .......... .......... .......... .......... 78% 57.4M 1s
186900K .......... .......... .......... .......... .......... 78% 57.1M 1s
186950K .......... .......... .......... .......... .......... 78% 51.6M 1s
187000K .......... .......... .......... .......... .......... 78% 56.5M 1s
187050K .......... .......... .......... .......... .......... 78% 58.3M 1s
187100K .......... .......... .......... .......... .......... 78% 52.3M 1s
187150K .......... .......... .......... .......... .......... 78% 52.1M 1s
187200K .......... .......... .......... .......... .......... 78% 37.7M 1s
187250K .......... .......... .......... .......... .......... 78% 38.1M 1s
187300K .......... .......... .......... .......... .......... 78% 36.9M 1s
187350K .......... .......... .......... .......... .......... 78% 36.4M 1s
187400K .......... .......... .......... .......... .......... 78% 39.1M 1s
187450K .......... .......... .......... .......... .......... 78% 37.1M 1s
187500K .......... .......... .......... .......... .......... 78% 37.4M 1s
187550K .......... .......... .......... .......... .......... 78% 10.6M 1s
187600K .......... .......... .......... .......... .......... 78% 38.0M 1s
187650K .......... .......... .......... .......... .......... 78% 36.3M 1s
187700K .......... .......... .......... .......... .......... 78% 3.65M 1s
187750K .......... .......... .......... .......... .......... 78%  185M 1s
187800K .......... .......... .......... .......... .......... 78%  246M 1s
187850K .......... .......... .......... .......... .......... 78%  195M 1s
187900K .......... .......... .......... .......... .......... 78%  254M 1s
187950K .......... .......... .......... .......... .......... 78%  275M 1s
188000K .......... .......... .......... .......... .......... 78%  206M 1s
188050K .......... .......... .......... .......... .......... 78% 27.7M 1s
188100K .......... .......... .......... .......... .......... 78% 62.0M 1s
188150K .......... .......... .......... .......... .......... 78% 54.0M 1s
188200K .......... .......... .......... .......... .......... 78% 55.9M 1s
188250K .......... .......... .......... .......... .......... 78% 6.71M 1s
188300K .......... .......... .......... .......... .......... 78%  211M 1s
188350K .......... .......... .......... .......... .......... 78%  236M 1s
188400K .......... .......... .......... .......... .......... 78%  218M 1s
188450K .......... .......... .......... .......... .......... 78%  198M 1s
188500K .......... .......... .......... .......... .......... 78%  251M 1s
188550K .......... .......... .......... .......... .......... 78%  300M 1s
188600K .......... .......... .......... .......... .......... 78%  279M 1s
188650K .......... .......... .......... .......... .......... 78% 7.22M 1s
188700K .......... .......... .......... .......... .......... 79%  224M 1s
188750K .......... .......... .......... .......... .......... 79%  240M 1s
188800K .......... .......... .......... .......... .......... 79%  220M 1s
188850K .......... .......... .......... .......... .......... 79%  230M 1s
188900K .......... .......... .......... .......... .......... 79%  233M 1s
188950K .......... .......... .......... .......... .......... 79%  246M 1s
189000K .......... .......... .......... .......... .......... 79%  274M 1s
189050K .......... .......... .......... .......... .......... 79% 97.4M 1s
189100K .......... .......... .......... .......... .......... 79%  186M 1s
189150K .......... .......... .......... .......... .......... 79%  203M 1s
189200K .......... .......... .......... .......... .......... 79% 22.5M 1s
189250K .......... .......... .......... .......... .......... 79% 99.3M 1s
189300K .......... .......... .......... .......... .......... 79%  118M 1s
189350K .......... .......... .......... .......... .......... 79% 30.4M 1s
189400K .......... .......... .......... .......... .......... 79%  135M 1s
189450K .......... .......... .......... .......... .......... 79% 31.0M 1s
189500K .......... .......... .......... .......... .......... 79% 12.8M 1s
189550K .......... .......... .......... .......... .......... 79%  232M 1s
189600K .......... .......... .......... .......... .......... 79%  163M 1s
189650K .......... .......... .......... .......... .......... 79% 52.7M 1s
189700K .......... .......... .......... .......... .......... 79% 22.0M 1s
189750K .......... .......... .......... .......... .......... 79%  108M 1s
189800K .......... .......... .......... .......... .......... 79% 76.6M 1s
189850K .......... .......... .......... .......... .......... 79% 7.58M 1s
189900K .......... .......... .......... .......... .......... 79%  207M 1s
189950K .......... .......... .......... .......... .......... 79%  251M 1s
190000K .......... .......... .......... .......... .......... 79%  219M 1s
190050K .......... .......... .......... .......... .......... 79%  251M 1s
190100K .......... .......... .......... .......... .......... 79%  256M 1s
190150K .......... .......... .......... .......... .......... 79%  278M 1s
190200K .......... .......... .......... .......... .......... 79%  226M 1s
190250K .......... .......... .......... .......... .......... 79%  289M 1s
190300K .......... .......... .......... .......... .......... 79%  219M 1s
190350K .......... .......... .......... .......... .......... 79%  250M 1s
190400K .......... .......... .......... .......... .......... 79%  226M 1s
190450K .......... .......... .......... .......... .......... 79%  281M 1s
190500K .......... .......... .......... .......... .......... 79%  253M 1s
190550K .......... .......... .......... .......... .......... 79%  266M 1s
190600K .......... .......... .......... .......... .......... 79%  262M 1s
190650K .......... .......... .......... .......... .......... 79% 94.3M 1s
190700K .......... .......... .......... .......... .......... 79% 57.0M 1s
190750K .......... .......... .......... .......... .......... 79% 56.4M 1s
190800K .......... .......... .......... .......... .......... 79% 56.7M 1s
190850K .......... .......... .......... .......... .......... 79% 53.4M 1s
190900K .......... .......... .......... .......... .......... 79% 55.4M 1s
190950K .......... .......... .......... .......... .......... 79% 53.8M 1s
191000K .......... .......... .......... .......... .......... 79% 59.7M 1s
191050K .......... .......... .......... .......... .......... 80% 57.2M 1s
191100K .......... .......... .......... .......... .......... 80% 52.5M 1s
191150K .......... .......... .......... .......... .......... 80% 77.9M 1s
191200K .......... .......... .......... .......... .......... 80%  122M 1s
191250K .......... .......... .......... .......... .......... 80%  111M 1s
191300K .......... .......... .......... .......... .......... 80% 99.1M 1s
191350K .......... .......... .......... .......... .......... 80%  105M 1s
191400K .......... .......... .......... .......... .......... 80%  116M 1s
191450K .......... .......... .......... .......... .......... 80%  120M 1s
191500K .......... .......... .......... .......... .......... 80%  106M 1s
191550K .......... .......... .......... .......... .......... 80%  111M 1s
191600K .......... .......... .......... .......... .......... 80%  115M 1s
191650K .......... .......... .......... .......... .......... 80%  103M 1s
191700K .......... .......... .......... .......... .......... 80%  102M 1s
191750K .......... .......... .......... .......... .......... 80% 53.7M 1s
191800K .......... .......... .......... .......... .......... 80% 38.3M 1s
191850K .......... .......... .......... .......... .......... 80% 36.8M 1s
191900K .......... .......... .......... .......... .......... 80% 6.58M 1s
191950K .......... .......... .......... .......... .......... 80%  213M 1s
192000K .......... .......... .......... .......... .......... 80%  197M 1s
192050K .......... .......... .......... .......... .......... 80%  298M 1s
192100K .......... .......... .......... .......... .......... 80% 29.7M 1s
192150K .......... .......... .......... .......... .......... 80% 56.4M 1s
192200K .......... .......... .......... .......... .......... 80% 13.3M 1s
192250K .......... .......... .......... .......... .......... 80% 35.6M 1s
192300K .......... .......... .......... .......... .......... 80% 40.2M 1s
192350K .......... .......... .......... .......... .......... 80% 15.7M 1s
192400K .......... .......... .......... .......... .......... 80% 59.0M 1s
192450K .......... .......... .......... .......... .......... 80% 53.3M 1s
192500K .......... .......... .......... .......... .......... 80% 51.2M 1s
192550K .......... .......... .......... .......... .......... 80% 57.8M 1s
192600K .......... .......... .......... .......... .......... 80% 64.5M 1s
192650K .......... .......... .......... .......... .......... 80% 54.7M 1s
192700K .......... .......... .......... .......... .......... 80% 6.73M 1s
192750K .......... .......... .......... .......... .......... 80%  185M 1s
192800K .......... .......... .......... .......... .......... 80%  206M 1s
192850K .......... .......... .......... .......... .......... 80%  208M 1s
192900K .......... .......... .......... .......... .......... 80%  243M 1s
192950K .......... .......... .......... .......... .......... 80%  228M 1s
193000K .......... .......... .......... .......... .......... 80%  226M 1s
193050K .......... .......... .......... .......... .......... 80%  246M 1s
193100K .......... .......... .......... .......... .......... 80%  204M 1s
193150K .......... .......... .......... .......... .......... 80%  268M 1s
193200K .......... .......... .......... .......... .......... 80%  222M 1s
193250K .......... .......... .......... .......... .......... 80%  254M 1s
193300K .......... .......... .......... .......... .......... 80%  238M 1s
193350K .......... .......... .......... .......... .......... 80%  236M 1s
193400K .......... .......... .......... .......... .......... 80%  248M 1s
193450K .......... .......... .......... .......... .......... 81%  253M 1s
193500K .......... .......... .......... .......... .......... 81%  267M 1s
193550K .......... .......... .......... .......... .......... 81%  268M 1s
193600K .......... .......... .......... .......... .......... 81%  224M 1s
193650K .......... .......... .......... .......... .......... 81%  255M 1s
193700K .......... .......... .......... .......... .......... 81%  252M 1s
193750K .......... .......... .......... .......... .......... 81%  234M 1s
193800K .......... .......... .......... .......... .......... 81%  249M 1s
193850K .......... .......... .......... .......... .......... 81%  252M 1s
193900K .......... .......... .......... .......... .......... 81%  225M 1s
193950K .......... .......... .......... .......... .......... 81%  248M 1s
194000K .......... .......... .......... .......... .......... 81%  206M 1s
194050K .......... .......... .......... .......... .......... 81%  120M 1s
194100K .......... .......... .......... .......... .......... 81% 97.4M 1s
194150K .......... .......... .......... .......... .......... 81%  103M 1s
194200K .......... .......... .......... .......... .......... 81%  134M 1s
194250K .......... .......... .......... .......... .......... 81% 91.0M 1s
194300K .......... .......... .......... .......... .......... 81%  116M 1s
194350K .......... .......... .......... .......... .......... 81%  126M 1s
194400K .......... .......... .......... .......... .......... 81%  105M 1s
194450K .......... .......... .......... .......... .......... 81%  122M 1s
194500K .......... .......... .......... .......... .......... 81%  112M 1s
194550K .......... .......... .......... .......... .......... 81%  116M 1s
194600K .......... .......... .......... .......... .......... 81%  115M 1s
194650K .......... .......... .......... .......... .......... 81% 74.8M 1s
194700K .......... .......... .......... .......... .......... 81%  170M 1s
194750K .......... .......... .......... .......... .......... 81% 94.1M 1s
194800K .......... .......... .......... .......... .......... 81%  117M 1s
194850K .......... .......... .......... .......... .......... 81%  106M 1s
194900K .......... .......... .......... .......... .......... 81% 30.7M 1s
194950K .......... .......... .......... .......... .......... 81%  130M 1s
195000K .......... .......... .......... .......... .......... 81% 24.1M 1s
195050K .......... .......... .......... .......... .......... 81% 56.7M 1s
195100K .......... .......... .......... .......... .......... 81% 59.0M 1s
195150K .......... .......... .......... .......... .......... 81% 54.3M 1s
195200K .......... .......... .......... .......... .......... 81% 56.2M 1s
195250K .......... .......... .......... .......... .......... 81% 54.1M 1s
195300K .......... .......... .......... .......... .......... 81% 57.0M 1s
195350K .......... .......... .......... .......... .......... 81% 59.5M 1s
195400K .......... .......... .......... .......... .......... 81% 52.2M 1s
195450K .......... .......... .......... .......... .......... 81% 57.4M 1s
195500K .......... .......... .......... .......... .......... 81% 60.6M 1s
195550K .......... .......... .......... .......... .......... 81% 51.4M 1s
195600K .......... .......... .......... .......... .......... 81% 52.4M 1s
195650K .......... .......... .......... .......... .......... 81% 54.2M 1s
195700K .......... .......... .......... .......... .......... 81% 36.2M 1s
195750K .......... .......... .......... .......... .......... 81% 36.1M 1s
195800K .......... .......... .......... .......... .......... 81% 38.5M 1s
195850K .......... .......... .......... .......... .......... 82% 65.1M 1s
195900K .......... .......... .......... .......... .......... 82%  113M 1s
195950K .......... .......... .......... .......... .......... 82%  117M 1s
196000K .......... .......... .......... .......... .......... 82%  102M 1s
196050K .......... .......... .......... .......... .......... 82%  112M 1s
196100K .......... .......... .......... .......... .......... 82%  104M 1s
196150K .......... .......... .......... .......... .......... 82%  119M 1s
196200K .......... .......... .......... .......... .......... 82%  114M 1s
196250K .......... .......... .......... .......... .......... 82%  102M 1s
196300K .......... .......... .......... .......... .......... 82%  121M 1s
196350K .......... .......... .......... .......... .......... 82%  113M 1s
196400K .......... .......... .......... .......... .......... 82%  124M 1s
196450K .......... .......... .......... .......... .......... 82%  106M 1s
196500K .......... .......... .......... .......... .......... 82%  107M 1s
196550K .......... .......... .......... .......... .......... 82% 7.46M 1s
196600K .......... .......... .......... .......... .......... 82%  255M 1s
196650K .......... .......... .......... .......... .......... 82%  224M 1s
196700K .......... .......... .......... .......... .......... 82%  261M 1s
196750K .......... .......... .......... .......... .......... 82%  200M 1s
196800K .......... .......... .......... .......... .......... 82%  287M 1s
196850K .......... .......... .......... .......... .......... 82%  249M 1s
196900K .......... .......... .......... .......... .......... 82%  244M 1s
196950K .......... .......... .......... .......... .......... 82%  237M 1s
197000K .......... .......... .......... .......... .......... 82%  260M 1s
197050K .......... .......... .......... .......... .......... 82%  249M 1s
197100K .......... .......... .......... .......... .......... 82%  257M 1s
197150K .......... .......... .......... .......... .......... 82%  243M 1s
197200K .......... .......... .......... .......... .......... 82%  263M 1s
197250K .......... .......... .......... .......... .......... 82%  278M 1s
197300K .......... .......... .......... .......... .......... 82%  299M 1s
197350K .......... .......... .......... .......... .......... 82%  239M 1s
197400K .......... .......... .......... .......... .......... 82%  303M 1s
197450K .......... .......... .......... .......... .......... 82%  237M 1s
197500K .......... .......... .......... .......... .......... 82%  261M 1s
197550K .......... .......... .......... .......... .......... 82%  282M 1s
197600K .......... .......... .......... .......... .......... 82%  256M 1s
197650K .......... .......... .......... .......... .......... 82%  264M 1s
197700K .......... .......... .......... .......... .......... 82%  215M 1s
197750K .......... .......... .......... .......... .......... 82%  241M 1s
197800K .......... .......... .......... .......... .......... 82%  209M 1s
197850K .......... .......... .......... .......... .......... 82%  145M 1s
197900K .......... .......... .......... .......... .......... 82% 97.1M 1s
197950K .......... .......... .......... .......... .......... 82%  149M 1s
198000K .......... .......... .......... .......... .......... 82% 62.9M 1s
198050K .......... .......... .......... .......... .......... 82%  233M 1s
198100K .......... .......... .......... .......... .......... 82%  130M 1s
198150K .......... .......... .......... .......... .......... 82% 95.9M 1s
198200K .......... .......... .......... .......... .......... 82%  152M 1s
198250K .......... .......... .......... .......... .......... 83% 95.2M 1s
198300K .......... .......... .......... .......... .......... 83%  136M 1s
198350K .......... .......... .......... .......... .......... 83%  104M 1s
198400K .......... .......... .......... .......... .......... 83%  127M 1s
198450K .......... .......... .......... .......... .......... 83%  109M 1s
198500K .......... .......... .......... .......... .......... 83% 94.9M 1s
198550K .......... .......... .......... .......... .......... 83% 80.8M 1s
198600K .......... .......... .......... .......... .......... 83% 85.1M 1s
198650K .......... .......... .......... .......... .......... 83%  143M 1s
198700K .......... .......... .......... .......... .......... 83% 98.0M 1s
198750K .......... .......... .......... .......... .......... 83%  112M 1s
198800K .......... .......... .......... .......... .......... 83%  106M 1s
198850K .......... .......... .......... .......... .......... 83%  113M 1s
198900K .......... .......... .......... .......... .......... 83%  134M 1s
198950K .......... .......... .......... .......... .......... 83%  113M 1s
199000K .......... .......... .......... .......... .......... 83%  106M 1s
199050K .......... .......... .......... .......... .......... 83%  127M 1s
199100K .......... .......... .......... .......... .......... 83% 95.4M 1s
199150K .......... .......... .......... .......... .......... 83%  124M 1s
199200K .......... .......... .......... .......... .......... 83% 96.5M 1s
199250K .......... .......... .......... .......... .......... 83%  117M 1s
199300K .......... .......... .......... .......... .......... 83% 98.4M 1s
199350K .......... .......... .......... .......... .......... 83%  121M 1s
199400K .......... .......... .......... .......... .......... 83%  121M 1s
199450K .......... .......... .......... .......... .......... 83%  119M 1s
199500K .......... .......... .......... .......... .......... 83%  100M 1s
199550K .......... .......... .......... .......... .......... 83%  117M 1s
199600K .......... .......... .......... .......... .......... 83%  103M 1s
199650K .......... .......... .......... .......... .......... 83%  125M 1s
199700K .......... .......... .......... .......... .......... 83%  100M 1s
199750K .......... .......... .......... .......... .......... 83%  117M 1s
199800K .......... .......... .......... .......... .......... 83%  128M 1s
199850K .......... .......... .......... .......... .......... 83% 71.8M 1s
199900K .......... .......... .......... .......... .......... 83% 53.0M 1s
199950K .......... .......... .......... .......... .......... 83% 62.9M 1s
200000K .......... .......... .......... .......... .......... 83% 7.05M 1s
200050K .......... .......... .......... .......... .......... 83%  258M 1s
200100K .......... .......... .......... .......... .......... 83%  253M 1s
200150K .......... .......... .......... .......... .......... 83%  227M 1s
200200K .......... .......... .......... .......... .......... 83%  242M 1s
200250K .......... .......... .......... .......... .......... 83%  299M 1s
200300K .......... .......... .......... .......... .......... 83%  175M 1s
200350K .......... .......... .......... .......... .......... 83%  243M 1s
200400K .......... .......... .......... .......... .......... 83%  220M 1s
200450K .......... .......... .......... .......... .......... 83%  240M 1s
200500K .......... .......... .......... .......... .......... 83%  158M 1s
200550K .......... .......... .......... .......... .......... 83%  116M 1s
200600K .......... .......... .......... .......... .......... 83%  148M 1s
200650K .......... .......... .......... .......... .......... 84%  113M 1s
200700K .......... .......... .......... .......... .......... 84%  117M 1s
200750K .......... .......... .......... .......... .......... 84%  110M 1s
200800K .......... .......... .......... .......... .......... 84%  113M 1s
200850K .......... .......... .......... .......... .......... 84%  110M 1s
200900K .......... .......... .......... .......... .......... 84%  111M 1s
200950K .......... .......... .......... .......... .......... 84%  121M 1s
201000K .......... .......... .......... .......... .......... 84% 63.5M 1s
201050K .......... .......... .......... .......... .......... 84% 55.1M 1s
201100K .......... .......... .......... .......... .......... 84% 58.0M 1s
201150K .......... .......... .......... .......... .......... 84% 47.7M 1s
201200K .......... .......... .......... .......... .......... 84% 67.1M 1s
201250K .......... .......... .......... .......... .......... 84% 58.5M 1s
201300K .......... .......... .......... .......... .......... 84% 56.9M 1s
201350K .......... .......... .......... .......... .......... 84% 52.8M 1s
201400K .......... .......... .......... .......... .......... 84% 56.9M 1s
201450K .......... .......... .......... .......... .......... 84% 6.94M 1s
201500K .......... .......... .......... .......... .......... 84%  224M 1s
201550K .......... .......... .......... .......... .......... 84%  277M 1s
201600K .......... .......... .......... .......... .......... 84%  251M 1s
201650K .......... .......... .......... .......... .......... 84%  261M 1s
201700K .......... .......... .......... .......... .......... 84%  217M 1s
201750K .......... .......... .......... .......... .......... 84%  285M 1s
201800K .......... .......... .......... .......... .......... 84%  256M 1s
201850K .......... .......... .......... .......... .......... 84%  263M 1s
201900K .......... .......... .......... .......... .......... 84%  192M 1s
201950K .......... .......... .......... .......... .......... 84% 66.7M 1s
202000K .......... .......... .......... .......... .......... 84% 49.7M 1s
202050K .......... .......... .......... .......... .......... 84% 57.6M 1s
202100K .......... .......... .......... .......... .......... 84% 54.6M 1s
202150K .......... .......... .......... .......... .......... 84% 59.1M 1s
202200K .......... .......... .......... .......... .......... 84% 58.7M 1s
202250K .......... .......... .......... .......... .......... 84% 54.4M 1s
202300K .......... .......... .......... .......... .......... 84% 52.9M 1s
202350K .......... .......... .......... .......... .......... 84% 57.2M 1s
202400K .......... .......... .......... .......... .......... 84% 61.2M 1s
202450K .......... .......... .......... .......... .......... 84% 54.4M 1s
202500K .......... .......... .......... .......... .......... 84% 62.0M 1s
202550K .......... .......... .......... .......... .......... 84%  111M 1s
202600K .......... .......... .......... .......... .......... 84%  114M 1s
202650K .......... .......... .......... .......... .......... 84% 98.9M 1s
202700K .......... .......... .......... .......... .......... 84%  126M 1s
202750K .......... .......... .......... .......... .......... 84%  110M 1s
202800K .......... .......... .......... .......... .......... 84%  111M 1s
202850K .......... .......... .......... .......... .......... 84%  104M 1s
202900K .......... .......... .......... .......... .......... 84%  117M 1s
202950K .......... .......... .......... .......... .......... 84%  109M 1s
203000K .......... .......... .......... .......... .......... 85% 90.1M 1s
203050K .......... .......... .......... .......... .......... 85%  168M 1s
203100K .......... .......... .......... .......... .......... 85% 93.9M 1s
203150K .......... .......... .......... .......... .......... 85%  129M 1s
203200K .......... .......... .......... .......... .......... 85% 80.8M 1s
203250K .......... .......... .......... .......... .......... 85% 50.2M 1s
203300K .......... .......... .......... .......... .......... 85% 67.0M 1s
203350K .......... .......... .......... .......... .......... 85% 59.3M 1s
203400K .......... .......... .......... .......... .......... 85%  107M 1s
203450K .......... .......... .......... .......... .......... 85%  112M 1s
203500K .......... .......... .......... .......... .......... 85%  113M 1s
203550K .......... .......... .......... .......... .......... 85% 7.54M 1s
203600K .......... .......... .......... .......... .......... 85%  165M 1s
203650K .......... .......... .......... .......... .......... 85%  251M 1s
203700K .......... .......... .......... .......... .......... 85%  221M 1s
203750K .......... .......... .......... .......... .......... 85%  247M 1s
203800K .......... .......... .......... .......... .......... 85%  226M 1s
203850K .......... .......... .......... .......... .......... 85%  259M 1s
203900K .......... .......... .......... .......... .......... 85%  247M 1s
203950K .......... .......... .......... .......... .......... 85%  256M 1s
204000K .......... .......... .......... .......... .......... 85%  250M 1s
204050K .......... .......... .......... .......... .......... 85%  264M 1s
204100K .......... .......... .......... .......... .......... 85%  222M 1s
204150K .......... .......... .......... .......... .......... 85%  256M 1s
204200K .......... .......... .......... .......... .......... 85%  217M 1s
204250K .......... .......... .......... .......... .......... 85%  242M 0s
204300K .......... .......... .......... .......... .......... 85%  254M 0s
204350K .......... .......... .......... .......... .......... 85%  299M 0s
204400K .......... .......... .......... .......... .......... 85%  232M 0s
204450K .......... .......... .......... .......... .......... 85%  241M 0s
204500K .......... .......... .......... .......... .......... 85%  244M 0s
204550K .......... .......... .......... .......... .......... 85%  252M 0s
204600K .......... .......... .......... .......... .......... 85%  238M 0s
204650K .......... .......... .......... .......... .......... 85%  283M 0s
204700K .......... .......... .......... .......... .......... 85%  239M 0s
204750K .......... .......... .......... .......... .......... 85%  243M 0s
204800K .......... .......... .......... .......... .......... 85%  231M 0s
204850K .......... .......... .......... .......... .......... 85%  240M 0s
204900K .......... .......... .......... .......... .......... 85% 59.4M 0s
204950K .......... .......... .......... .......... .......... 85% 63.4M 0s
205000K .......... .......... .......... .......... .......... 85% 53.9M 0s
205050K .......... .......... .......... .......... .......... 85% 54.8M 0s
205100K .......... .......... .......... .......... .......... 85% 60.3M 0s
205150K .......... .......... .......... .......... .......... 85% 54.8M 0s
205200K .......... .......... .......... .......... .......... 85% 57.7M 0s
205250K .......... .......... .......... .......... .......... 85% 60.4M 0s
205300K .......... .......... .......... .......... .......... 85% 54.0M 0s
205350K .......... .......... .......... .......... .......... 85% 54.0M 0s
205400K .......... .......... .......... .......... .......... 86% 54.6M 0s
205450K .......... .......... .......... .......... .......... 86% 58.9M 0s
205500K .......... .......... .......... .......... .......... 86% 51.4M 0s
205550K .......... .......... .......... .......... .......... 86% 63.1M 0s
205600K .......... .......... .......... .......... .......... 86% 54.3M 0s
205650K .......... .......... .......... .......... .......... 86% 75.1M 0s
205700K .......... .......... .......... .......... .......... 86% 95.4M 0s
205750K .......... .......... .......... .......... .......... 86%  119M 0s
205800K .......... .......... .......... .......... .......... 86%  112M 0s
205850K .......... .......... .......... .......... .......... 86%  114M 0s
205900K .......... .......... .......... .......... .......... 86%  108M 0s
205950K .......... .......... .......... .......... .......... 86%  114M 0s
206000K .......... .......... .......... .......... .......... 86%  124M 0s
206050K .......... .......... .......... .......... .......... 86%  109M 0s
206100K .......... .......... .......... .......... .......... 86%  111M 0s
206150K .......... .......... .......... .......... .......... 86%  112M 0s
206200K .......... .......... .......... .......... .......... 86% 97.8M 0s
206250K .......... .......... .......... .......... .......... 86%  114M 0s
206300K .......... .......... .......... .......... .......... 86%  122M 0s
206350K .......... .......... .......... .......... .......... 86% 72.3M 0s
206400K .......... .......... .......... .......... .......... 86%  156M 0s
206450K .......... .......... .......... .......... .......... 86%  141M 0s
206500K .......... .......... .......... .......... .......... 86% 14.0M 0s
206550K .......... .......... .......... .......... .......... 86% 59.8M 0s
206600K .......... .......... .......... .......... .......... 86%  155M 0s
206650K .......... .......... .......... .......... .......... 86%  189M 0s
206700K .......... .......... .......... .......... .......... 86%  224M 0s
206750K .......... .......... .......... .......... .......... 86%  214M 0s
206800K .......... .......... .......... .......... .......... 86%  235M 0s
206850K .......... .......... .......... .......... .......... 86%  256M 0s
206900K .......... .......... .......... .......... .......... 86%  203M 0s
206950K .......... .......... .......... .......... .......... 86%  211M 0s
207000K .......... .......... .......... .......... .......... 86%  208M 0s
207050K .......... .......... .......... .......... .......... 86%  229M 0s
207100K .......... .......... .......... .......... .......... 86%  240M 0s
207150K .......... .......... .......... .......... .......... 86%  247M 0s
207200K .......... .......... .......... .......... .......... 86%  220M 0s
207250K .......... .......... .......... .......... .......... 86%  247M 0s
207300K .......... .......... .......... .......... .......... 86%  181M 0s
207350K .......... .......... .......... .......... .......... 86%  113M 0s
207400K .......... .......... .......... .......... .......... 86%  125M 0s
207450K .......... .......... .......... .......... .......... 86%  112M 0s
207500K .......... .......... .......... .......... .......... 86%  116M 0s
207550K .......... .......... .......... .......... .......... 86% 95.2M 0s
207600K .......... .......... .......... .......... .......... 86%  117M 0s
207650K .......... .......... .......... .......... .......... 86%  109M 0s
207700K .......... .......... .......... .......... .......... 86%  133M 0s
207750K .......... .......... .......... .......... .......... 86% 94.2M 0s
207800K .......... .......... .......... .......... .......... 87% 51.3M 0s
207850K .......... .......... .......... .......... .......... 87% 55.3M 0s
207900K .......... .......... .......... .......... .......... 87% 73.3M 0s
207950K .......... .......... .......... .......... .......... 87% 75.6M 0s
208000K .......... .......... .......... .......... .......... 87%  122M 0s
208050K .......... .......... .......... .......... .......... 87%  111M 0s
208100K .......... .......... .......... .......... .......... 87%  106M 0s
208150K .......... .......... .......... .......... .......... 87%  107M 0s
208200K .......... .......... .......... .......... .......... 87%  115M 0s
208250K .......... .......... .......... .......... .......... 87%  121M 0s
208300K .......... .......... .......... .......... .......... 87%  105M 0s
208350K .......... .......... .......... .......... .......... 87%  107M 0s
208400K .......... .......... .......... .......... .......... 87%  128M 0s
208450K .......... .......... .......... .......... .......... 87% 94.8M 0s
208500K .......... .......... .......... .......... .......... 87%  125M 0s
208550K .......... .......... .......... .......... .......... 87%  108M 0s
208600K .......... .......... .......... .......... .......... 87%  116M 0s
208650K .......... .......... .......... .......... .......... 87%  103M 0s
208700K .......... .......... .......... .......... .......... 87%  109M 0s
208750K .......... .......... .......... .......... .......... 87%  127M 0s
208800K .......... .......... .......... .......... .......... 87%  104M 0s
208850K .......... .......... .......... .......... .......... 87%  115M 0s
208900K .......... .......... .......... .......... .......... 87%  115M 0s
208950K .......... .......... .......... .......... .......... 87% 88.1M 0s
209000K .......... .......... .......... .......... .......... 87% 59.5M 0s
209050K .......... .......... .......... .......... .......... 87% 59.0M 0s
209100K .......... .......... .......... .......... .......... 87% 60.5M 0s
209150K .......... .......... .......... .......... .......... 87% 54.7M 0s
209200K .......... .......... .......... .......... .......... 87% 53.6M 0s
209250K .......... .......... .......... .......... .......... 87% 58.0M 0s
209300K .......... .......... .......... .......... .......... 87% 57.1M 0s
209350K .......... .......... .......... .......... .......... 87% 56.4M 0s
209400K .......... .......... .......... .......... .......... 87% 62.3M 0s
209450K .......... .......... .......... .......... .......... 87%  102M 0s
209500K .......... .......... .......... .......... .......... 87%  115M 0s
209550K .......... .......... .......... .......... .......... 87%  124M 0s
209600K .......... .......... .......... .......... .......... 87% 98.0M 0s
209650K .......... .......... .......... .......... .......... 87%  123M 0s
209700K .......... .......... .......... .......... .......... 87%  110M 0s
209750K .......... .......... .......... .......... .......... 87%  118M 0s
209800K .......... .......... .......... .......... .......... 87%  106M 0s
209850K .......... .......... .......... .......... .......... 87%  112M 0s
209900K .......... .......... .......... .......... .......... 87%  115M 0s
209950K .......... .......... .......... .......... .......... 87%  119M 0s
210000K .......... .......... .......... .......... .......... 87%  101M 0s
210050K .......... .......... .......... .......... .......... 87%  117M 0s
210100K .......... .......... .......... .......... .......... 87%  115M 0s
210150K .......... .......... .......... .......... .......... 87%  116M 0s
210200K .......... .......... .......... .......... .......... 88% 88.8M 0s
210250K .......... .......... .......... .......... .......... 88%  135M 0s
210300K .......... .......... .......... .......... .......... 88%  103M 0s
210350K .......... .......... .......... .......... .......... 88%  107M 0s
210400K .......... .......... .......... .......... .......... 88%  120M 0s
210450K .......... .......... .......... .......... .......... 88%  104M 0s
210500K .......... .......... .......... .......... .......... 88%  119M 0s
210550K .......... .......... .......... .......... .......... 88%  129M 0s
210600K .......... .......... .......... .......... .......... 88%  109M 0s
210650K .......... .......... .......... .......... .......... 88% 94.4M 0s
210700K .......... .......... .......... .......... .......... 88%  128M 0s
210750K .......... .......... .......... .......... .......... 88%  102M 0s
210800K .......... .......... .......... .......... .......... 88%  119M 0s
210850K .......... .......... .......... .......... .......... 88%  118M 0s
210900K .......... .......... .......... .......... .......... 88% 86.6M 0s
210950K .......... .......... .......... .......... .......... 88%  208M 0s
211000K .......... .......... .......... .......... .......... 88% 97.3M 0s
211050K .......... .......... .......... .......... .......... 88%  119M 0s
211100K .......... .......... .......... .......... .......... 88%  111M 0s
211150K .......... .......... .......... .......... .......... 88%  107M 0s
211200K .......... .......... .......... .......... .......... 88% 96.5M 0s
211250K .......... .......... .......... .......... .......... 88%  135M 0s
211300K .......... .......... .......... .......... .......... 88% 98.0M 0s
211350K .......... .......... .......... .......... .......... 88%  127M 0s
211400K .......... .......... .......... .......... .......... 88%  114M 0s
211450K .......... .......... .......... .......... .......... 88%  106M 0s
211500K .......... .......... .......... .......... .......... 88%  120M 0s
211550K .......... .......... .......... .......... .......... 88% 77.8M 0s
211600K .......... .......... .......... .......... .......... 88% 56.0M 0s
211650K .......... .......... .......... .......... .......... 88% 59.3M 0s
211700K .......... .......... .......... .......... .......... 88% 58.4M 0s
211750K .......... .......... .......... .......... .......... 88% 57.0M 0s
211800K .......... .......... .......... .......... .......... 88% 56.8M 0s
211850K .......... .......... .......... .......... .......... 88% 40.6M 0s
211900K .......... .......... .......... .......... .......... 88%  100M 0s
211950K .......... .......... .......... .......... .......... 88% 54.0M 0s
212000K .......... .......... .......... .......... .......... 88% 52.0M 0s
212050K .......... .......... .......... .......... .......... 88% 56.6M 0s
212100K .......... .......... .......... .......... .......... 88% 55.7M 0s
212150K .......... .......... .......... .......... .......... 88% 36.2M 0s
212200K .......... .......... .......... .......... .......... 88% 38.8M 0s
212250K .......... .......... .......... .......... .......... 88% 30.0M 0s
212300K .......... .......... .......... .......... .......... 88% 61.9M 0s
212350K .......... .......... .......... .......... .......... 88% 56.4M 0s
212400K .......... .......... .......... .......... .......... 88% 58.2M 0s
212450K .......... .......... .......... .......... .......... 88% 56.5M 0s
212500K .......... .......... .......... .......... .......... 88% 57.1M 0s
212550K .......... .......... .......... .......... .......... 89% 56.4M 0s
212600K .......... .......... .......... .......... .......... 89% 53.7M 0s
212650K .......... .......... .......... .......... .......... 89% 54.9M 0s
212700K .......... .......... .......... .......... .......... 89% 60.4M 0s
212750K .......... .......... .......... .......... .......... 89% 5.22M 0s
212800K .......... .......... .......... .......... .......... 89%  200M 0s
212850K .......... .......... .......... .......... .......... 89%  237M 0s
212900K .......... .......... .......... .......... .......... 89%  242M 0s
212950K .......... .......... .......... .......... .......... 89%  203M 0s
213000K .......... .......... .......... .......... .......... 89%  282M 0s
213050K .......... .......... .......... .......... .......... 89%  258M 0s
213100K .......... .......... .......... .......... .......... 89%  244M 0s
213150K .......... .......... .......... .......... .......... 89%  239M 0s
213200K .......... .......... .......... .......... .......... 89% 73.9M 0s
213250K .......... .......... .......... .......... .......... 89% 55.3M 0s
213300K .......... .......... .......... .......... .......... 89% 56.9M 0s
213350K .......... .......... .......... .......... .......... 89% 53.8M 0s
213400K .......... .......... .......... .......... .......... 89% 58.8M 0s
213450K .......... .......... .......... .......... .......... 89% 56.8M 0s
213500K .......... .......... .......... .......... .......... 89% 53.0M 0s
213550K .......... .......... .......... .......... .......... 89% 56.9M 0s
213600K .......... .......... .......... .......... .......... 89% 55.3M 0s
213650K .......... .......... .......... .......... .......... 89% 53.8M 0s
213700K .......... .......... .......... .......... .......... 89% 57.8M 0s
213750K .......... .......... .......... .......... .......... 89% 56.9M 0s
213800K .......... .......... .......... .......... .......... 89% 57.7M 0s
213850K .......... .......... .......... .......... .......... 89% 53.4M 0s
213900K .......... .......... .......... .......... .......... 89% 55.5M 0s
213950K .......... .......... .......... .......... .......... 89% 58.8M 0s
214000K .......... .......... .......... .......... .......... 89% 57.3M 0s
214050K .......... .......... .......... .......... .......... 89% 54.9M 0s
214100K .......... .......... .......... .......... .......... 89% 55.3M 0s
214150K .......... .......... .......... .......... .......... 89% 42.5M 0s
214200K .......... .......... .......... .......... .......... 89% 38.7M 0s
214250K .......... .......... .......... .......... .......... 89% 35.6M 0s
214300K .......... .......... .......... .......... .......... 89% 40.6M 0s
214350K .......... .......... .......... .......... .......... 89% 37.4M 0s
214400K .......... .......... .......... .......... .......... 89% 36.7M 0s
214450K .......... .......... .......... .......... .......... 89% 38.8M 0s
214500K .......... .......... .......... .......... .......... 89% 36.9M 0s
214550K .......... .......... .......... .......... .......... 89% 36.2M 0s
214600K .......... .......... .......... .......... .......... 89% 38.9M 0s
214650K .......... .......... .......... .......... .......... 89% 49.3M 0s
214700K .......... .......... .......... .......... .......... 89% 55.4M 0s
214750K .......... .......... .......... .......... .......... 89% 61.4M 0s
214800K .......... .......... .......... .......... .......... 89% 53.2M 0s
214850K .......... .......... .......... .......... .......... 89% 56.0M 0s
214900K .......... .......... .......... .......... .......... 89% 56.9M 0s
214950K .......... .......... .......... .......... .......... 90% 55.2M 0s
215000K .......... .......... .......... .......... .......... 90% 97.3M 0s
215050K .......... .......... .......... .......... .......... 90%  102M 0s
215100K .......... .......... .......... .......... .......... 90%  123M 0s
215150K .......... .......... .......... .......... .......... 90% 92.5M 0s
215200K .......... .......... .......... .......... .......... 90%  128M 0s
215250K .......... .......... .......... .......... .......... 90%  106M 0s
215300K .......... .......... .......... .......... .......... 90%  126M 0s
215350K .......... .......... .......... .......... .......... 90% 95.3M 0s
215400K .......... .......... .......... .......... .......... 90% 97.5M 0s
215450K .......... .......... .......... .......... .......... 90%  102M 0s
215500K .......... .......... .......... .......... .......... 90%  144M 0s
215550K .......... .......... .......... .......... .......... 90%  134M 0s
215600K .......... .......... .......... .......... .......... 90%  100M 0s
215650K .......... .......... .......... .......... .......... 90%  119M 0s
215700K .......... .......... .......... .......... .......... 90%  103M 0s
215750K .......... .......... .......... .......... .......... 90% 98.2M 0s
215800K .......... .......... .......... .......... .......... 90%  160M 0s
215850K .......... .......... .......... .......... .......... 90% 99.2M 0s
215900K .......... .......... .......... .......... .......... 90%  138M 0s
215950K .......... .......... .......... .......... .......... 90%  114M 0s
216000K .......... .......... .......... .......... .......... 90%  118M 0s
216050K .......... .......... .......... .......... .......... 90% 64.7M 0s
216100K .......... .......... .......... .......... .......... 90% 59.2M 0s
216150K .......... .......... .......... .......... .......... 90% 54.9M 0s
216200K .......... .......... .......... .......... .......... 90% 55.8M 0s
216250K .......... .......... .......... .......... .......... 90% 56.5M 0s
216300K .......... .......... .......... .......... .......... 90% 58.2M 0s
216350K .......... .......... .......... .......... .......... 90% 56.2M 0s
216400K .......... .......... .......... .......... .......... 90% 54.7M 0s
216450K .......... .......... .......... .......... .......... 90% 54.0M 0s
216500K .......... .......... .......... .......... .......... 90% 55.9M 0s
216550K .......... .......... .......... .......... .......... 90% 61.6M 0s
216600K .......... .......... .......... .......... .......... 90% 53.8M 0s
216650K .......... .......... .......... .......... .......... 90% 55.5M 0s
216700K .......... .......... .......... .......... .......... 90% 58.1M 0s
216750K .......... .......... .......... .......... .......... 90% 76.4M 0s
216800K .......... .......... .......... .......... .......... 90%  107M 0s
216850K .......... .......... .......... .......... .......... 90%  114M 0s
216900K .......... .......... .......... .......... .......... 90%  116M 0s
216950K .......... .......... .......... .......... .......... 90%  109M 0s
217000K .......... .......... .......... .......... .......... 90%  111M 0s
217050K .......... .......... .......... .......... .......... 90%  103M 0s
217100K .......... .......... .......... .......... .......... 90%  118M 0s
217150K .......... .......... .......... .......... .......... 90%  101M 0s
217200K .......... .......... .......... .......... .......... 90%  117M 0s
217250K .......... .......... .......... .......... .......... 90%  113M 0s
217300K .......... .......... .......... .......... .......... 90%  110M 0s
217350K .......... .......... .......... .......... .......... 91%  109M 0s
217400K .......... .......... .......... .......... .......... 91%  132M 0s
217450K .......... .......... .......... .......... .......... 91%  103M 0s
217500K .......... .......... .......... .......... .......... 91% 94.5M 0s
217550K .......... .......... .......... .......... .......... 91%  121M 0s
217600K .......... .......... .......... .......... .......... 91%  131M 0s
217650K .......... .......... .......... .......... .......... 91% 78.8M 0s
217700K .......... .......... .......... .......... .......... 91% 54.9M 0s
217750K .......... .......... .......... .......... .......... 91% 54.2M 0s
217800K .......... .......... .......... .......... .......... 91% 62.3M 0s
217850K .......... .......... .......... .......... .......... 91% 57.5M 0s
217900K .......... .......... .......... .......... .......... 91% 6.67M 0s
217950K .......... .......... .......... .......... .......... 91%  229M 0s
218000K .......... .......... .......... .......... .......... 91%  251M 0s
218050K .......... .......... .......... .......... .......... 91%  180M 0s
218100K .......... .......... .......... .......... .......... 91%  244M 0s
218150K .......... .......... .......... .......... .......... 91%  228M 0s
218200K .......... .......... .......... .......... .......... 91%  289M 0s
218250K .......... .......... .......... .......... .......... 91%  237M 0s
218300K .......... .......... .......... .......... .......... 91%  239M 0s
218350K .......... .......... .......... .......... .......... 91%  250M 0s
218400K .......... .......... .......... .......... .......... 91%  292M 0s
218450K .......... .......... .......... .......... .......... 91%  261M 0s
218500K .......... .......... .......... .......... .......... 91%  287M 0s
218550K .......... .......... .......... .......... .......... 91%  243M 0s
218600K .......... .......... .......... .......... .......... 91%  271M 0s
218650K .......... .......... .......... .......... .......... 91%  228M 0s
218700K .......... .......... .......... .......... .......... 91%  251M 0s
218750K .......... .......... .......... .......... .......... 91%  204M 0s
218800K .......... .......... .......... .......... .......... 91%  215M 0s
218850K .......... .......... .......... .......... .......... 91%  226M 0s
218900K .......... .......... .......... .......... .......... 91%  115M 0s
218950K .......... .......... .......... .......... .......... 91%  116M 0s
219000K .......... .......... .......... .......... .......... 91%  108M 0s
219050K .......... .......... .......... .......... .......... 91%  107M 0s
219100K .......... .......... .......... .......... .......... 91%  117M 0s
219150K .......... .......... .......... .......... .......... 91%  125M 0s
219200K .......... .......... .......... .......... .......... 91%  100M 0s
219250K .......... .......... .......... .......... .......... 91%  121M 0s
219300K .......... .......... .......... .......... .......... 91%  113M 0s
219350K .......... .......... .......... .......... .......... 91%  100M 0s
219400K .......... .......... .......... .......... .......... 91%  112M 0s
219450K .......... .......... .......... .......... .......... 91%  121M 0s
219500K .......... .......... .......... .......... .......... 91% 97.0M 0s
219550K .......... .......... .......... .......... .......... 91%  109M 0s
219600K .......... .......... .......... .......... .......... 91%  139M 0s
219650K .......... .......... .......... .......... .......... 91% 97.5M 0s
219700K .......... .......... .......... .......... .......... 91% 7.67M 0s
219750K .......... .......... .......... .......... .......... 92%  222M 0s
219800K .......... .......... .......... .......... .......... 92%  179M 0s
219850K .......... .......... .......... .......... .......... 92%  269M 0s
219900K .......... .......... .......... .......... .......... 92%  252M 0s
219950K .......... .......... .......... .......... .......... 92%  289M 0s
220000K .......... .......... .......... .......... .......... 92%  280M 0s
220050K .......... .......... .......... .......... .......... 92%  279M 0s
220100K .......... .......... .......... .......... .......... 92%  280M 0s
220150K .......... .......... .......... .......... .......... 92%  238M 0s
220200K .......... .......... .......... .......... .......... 92%  263M 0s
220250K .......... .......... .......... .......... .......... 92%  261M 0s
220300K .......... .......... .......... .......... .......... 92%  195M 0s
220350K .......... .......... .......... .......... .......... 92%  259M 0s
220400K .......... .......... .......... .......... .......... 92%  262M 0s
220450K .......... .......... .......... .......... .......... 92%  285M 0s
220500K .......... .......... .......... .......... .......... 92%  200M 0s
220550K .......... .......... .......... .......... .......... 92% 41.6M 0s
220600K .......... .......... .......... .......... .......... 92% 38.8M 0s
220650K .......... .......... .......... .......... .......... 92% 26.6M 0s
220700K .......... .......... .......... .......... .......... 92%  112M 0s
220750K .......... .......... .......... .......... .......... 92% 55.6M 0s
220800K .......... .......... .......... .......... .......... 92% 60.6M 0s
220850K .......... .......... .......... .......... .......... 92% 7.37M 0s
220900K .......... .......... .......... .......... .......... 92%  220M 0s
220950K .......... .......... .......... .......... .......... 92%  233M 0s
221000K .......... .......... .......... .......... .......... 92%  248M 0s
221050K .......... .......... .......... .......... .......... 92%  267M 0s
221100K .......... .......... .......... .......... .......... 92%  295M 0s
221150K .......... .......... .......... .......... .......... 92%  243M 0s
221200K .......... .......... .......... .......... .......... 92% 7.68M 0s
221250K .......... .......... .......... .......... .......... 92%  242M 0s
221300K .......... .......... .......... .......... .......... 92%  247M 0s
221350K .......... .......... .......... .......... .......... 92%  226M 0s
221400K .......... .......... .......... .......... .......... 92%  278M 0s
221450K .......... .......... .......... .......... .......... 92%  241M 0s
221500K .......... .......... .......... .......... .......... 92%  239M 0s
221550K .......... .......... .......... .......... .......... 92%  257M 0s
221600K .......... .......... .......... .......... .......... 92%  277M 0s
221650K .......... .......... .......... .......... .......... 92%  272M 0s
221700K .......... .......... .......... .......... .......... 92%  295M 0s
221750K .......... .......... .......... .......... .......... 92% 62.0M 0s
221800K .......... .......... .......... .......... .......... 92% 55.1M 0s
221850K .......... .......... .......... .......... .......... 92% 54.4M 0s
221900K .......... .......... .......... .......... .......... 92% 65.3M 0s
221950K .......... .......... .......... .......... .......... 92% 56.8M 0s
222000K .......... .......... .......... .......... .......... 92% 53.7M 0s
222050K .......... .......... .......... .......... .......... 92% 68.9M 0s
222100K .......... .......... .......... .......... .......... 92%  103M 0s
222150K .......... .......... .......... .......... .......... 93%  120M 0s
222200K .......... .......... .......... .......... .......... 93%  123M 0s
222250K .......... .......... .......... .......... .......... 93% 98.5M 0s
222300K .......... .......... .......... .......... .......... 93%  125M 0s
222350K .......... .......... .......... .......... .......... 93%  105M 0s
222400K .......... .......... .......... .......... .......... 93%  105M 0s
222450K .......... .......... .......... .......... .......... 93%  114M 0s
222500K .......... .......... .......... .......... .......... 93%  107M 0s
222550K .......... .......... .......... .......... .......... 93%  127M 0s
222600K .......... .......... .......... .......... .......... 93%  107M 0s
222650K .......... .......... .......... .......... .......... 93%  113M 0s
222700K .......... .......... .......... .......... .......... 93%  110M 0s
222750K .......... .......... .......... .......... .......... 93%  114M 0s
222800K .......... .......... .......... .......... .......... 93% 87.2M 0s
222850K .......... .......... .......... .......... .......... 93%  115M 0s
222900K .......... .......... .......... .......... .......... 93%  124M 0s
222950K .......... .......... .......... .......... .......... 93%  141M 0s
223000K .......... .......... .......... .......... .......... 93%  108M 0s
223050K .......... .......... .......... .......... .......... 93%  107M 0s
223100K .......... .......... .......... .......... .......... 93%  118M 0s
223150K .......... .......... .......... .......... .......... 93% 99.9M 0s
223200K .......... .......... .......... .......... .......... 93%  124M 0s
223250K .......... .......... .......... .......... .......... 93% 96.5M 0s
223300K .......... .......... .......... .......... .......... 93%  123M 0s
223350K .......... .......... .......... .......... .......... 93% 99.1M 0s
223400K .......... .......... .......... .......... .......... 93%  116M 0s
223450K .......... .......... .......... .......... .......... 93% 86.8M 0s
223500K .......... .......... .......... .......... .......... 93% 53.8M 0s
223550K .......... .......... .......... .......... .......... 93% 36.8M 0s
223600K .......... .......... .......... .......... .......... 93% 37.2M 0s
223650K .......... .......... .......... .......... .......... 93% 47.1M 0s
223700K .......... .......... .......... .......... .......... 93% 68.4M 0s
223750K .......... .......... .......... .......... .......... 93% 55.4M 0s
223800K .......... .......... .......... .......... .......... 93%  124M 0s
223850K .......... .......... .......... .......... .......... 93%  111M 0s
223900K .......... .......... .......... .......... .......... 93% 95.8M 0s
223950K .......... .......... .......... .......... .......... 93%  124M 0s
224000K .......... .......... .......... .......... .......... 93%  110M 0s
224050K .......... .......... .......... .......... .......... 93%  111M 0s
224100K .......... .......... .......... .......... .......... 93%  102M 0s
224150K .......... .......... .......... .......... .......... 93%  112M 0s
224200K .......... .......... .......... .......... .......... 93%  125M 0s
224250K .......... .......... .......... .......... .......... 93%  109M 0s
224300K .......... .......... .......... .......... .......... 93%  112M 0s
224350K .......... .......... .......... .......... .......... 93% 98.0M 0s
224400K .......... .......... .......... .......... .......... 93%  109M 0s
224450K .......... .......... .......... .......... .......... 93% 54.4M 0s
224500K .......... .......... .......... .......... .......... 94% 55.1M 0s
224550K .......... .......... .......... .......... .......... 94% 59.5M 0s
224600K .......... .......... .......... .......... .......... 94% 58.2M 0s
224650K .......... .......... .......... .......... .......... 94% 54.0M 0s
224700K .......... .......... .......... .......... .......... 94% 58.0M 0s
224750K .......... .......... .......... .......... .......... 94% 56.2M 0s
224800K .......... .......... .......... .......... .......... 94% 57.0M 0s
224850K .......... .......... .......... .......... .......... 94% 46.5M 0s
224900K .......... .......... .......... .......... .......... 94% 67.8M 0s
224950K .......... .......... .......... .......... .......... 94% 56.0M 0s
225000K .......... .......... .......... .......... .......... 94% 54.8M 0s
225050K .......... .......... .......... .......... .......... 94% 57.5M 0s
225100K .......... .......... .......... .......... .......... 94% 57.0M 0s
225150K .......... .......... .......... .......... .......... 94% 55.1M 0s
225200K .......... .......... .......... .......... .......... 94% 57.9M 0s
225250K .......... .......... .......... .......... .......... 94% 55.9M 0s
225300K .......... .......... .......... .......... .......... 94% 56.5M 0s
225350K .......... .......... .......... .......... .......... 94% 73.3M 0s
225400K .......... .......... .......... .......... .......... 94% 96.1M 0s
225450K .......... .......... .......... .......... .......... 94%  107M 0s
225500K .......... .......... .......... .......... .......... 94%  123M 0s
225550K .......... .......... .......... .......... .......... 94%  111M 0s
225600K .......... .......... .......... .......... .......... 94%  121M 0s
225650K .......... .......... .......... .......... .......... 94%  115M 0s
225700K .......... .......... .......... .......... .......... 94%  102M 0s
225750K .......... .......... .......... .......... .......... 94%  125M 0s
225800K .......... .......... .......... .......... .......... 94%  107M 0s
225850K .......... .......... .......... .......... .......... 94%  100M 0s
225900K .......... .......... .......... .......... .......... 94%  147M 0s
225950K .......... .......... .......... .......... .......... 94% 97.1M 0s
226000K .......... .......... .......... .......... .......... 94%  108M 0s
226050K .......... .......... .......... .......... .......... 94%  122M 0s
226100K .......... .......... .......... .......... .......... 94%  111M 0s
226150K .......... .......... .......... .......... .......... 94%  104M 0s
226200K .......... .......... .......... .......... .......... 94% 6.90M 0s
226250K .......... .......... .......... .......... .......... 94%  226M 0s
226300K .......... .......... .......... .......... .......... 94%  217M 0s
226350K .......... .......... .......... .......... .......... 94%  238M 0s
226400K .......... .......... .......... .......... .......... 94%  231M 0s
226450K .......... .......... .......... .......... .......... 94%  251M 0s
226500K .......... .......... .......... .......... .......... 94%  218M 0s
226550K .......... .......... .......... .......... .......... 94%  284M 0s
226600K .......... .......... .......... .......... .......... 94%  280M 0s
226650K .......... .......... .......... .......... .......... 94%  301M 0s
226700K .......... .......... .......... .......... .......... 94%  282M 0s
226750K .......... .......... .......... .......... .......... 94%  278M 0s
226800K .......... .......... .......... .......... .......... 94%  280M 0s
226850K .......... .......... .......... .......... .......... 94%  303M 0s
226900K .......... .......... .......... .......... .......... 95% 9.28M 0s
226950K .......... .......... .......... .......... .......... 95%  272M 0s
227000K .......... .......... .......... .......... .......... 95%  116M 0s
227050K .......... .......... .......... .......... .......... 95%  269M 0s
227100K .......... .......... .......... .......... .......... 95%  243M 0s
227150K .......... .......... .......... .......... .......... 95%  236M 0s
227200K .......... .......... .......... .......... .......... 95%  249M 0s
227250K .......... .......... .......... .......... .......... 95%  256M 0s
227300K .......... .......... .......... .......... .......... 95%  265M 0s
227350K .......... .......... .......... .......... .......... 95%  262M 0s
227400K .......... .......... .......... .......... .......... 95%  255M 0s
227450K .......... .......... .......... .......... .......... 95%  274M 0s
227500K .......... .......... .......... .......... .......... 95%  236M 0s
227550K .......... .......... .......... .......... .......... 95%  266M 0s
227600K .......... .......... .......... .......... .......... 95%  268M 0s
227650K .......... .......... .......... .......... .......... 95%  285M 0s
227700K .......... .......... .......... .......... .......... 95%  245M 0s
227750K .......... .......... .......... .......... .......... 95%  279M 0s
227800K .......... .......... .......... .......... .......... 95%  268M 0s
227850K .......... .......... .......... .......... .......... 95%  285M 0s
227900K .......... .......... .......... .......... .......... 95%  258M 0s
227950K .......... .......... .......... .......... .......... 95%  261M 0s
228000K .......... .......... .......... .......... .......... 95%  212M 0s
228050K .......... .......... .......... .......... .......... 95%  245M 0s
228100K .......... .......... .......... .......... .......... 95%  212M 0s
228150K .......... .......... .......... .......... .......... 95%  119M 0s
228200K .......... .......... .......... .......... .......... 95%  116M 0s
228250K .......... .......... .......... .......... .......... 95%  104M 0s
228300K .......... .......... .......... .......... .......... 95%  109M 0s
228350K .......... .......... .......... .......... .......... 95%  123M 0s
228400K .......... .......... .......... .......... .......... 95%  105M 0s
228450K .......... .......... .......... .......... .......... 95%  101M 0s
228500K .......... .......... .......... .......... .......... 95%  117M 0s
228550K .......... .......... .......... .......... .......... 95%  122M 0s
228600K .......... .......... .......... .......... .......... 95% 49.0M 0s
228650K .......... .......... .......... .......... .......... 95%  244M 0s
228700K .......... .......... .......... .......... .......... 95%  106M 0s
228750K .......... .......... .......... .......... .......... 95% 57.6M 0s
228800K .......... .......... .......... .......... .......... 95% 55.8M 0s
228850K .......... .......... .......... .......... .......... 95% 46.4M 0s
228900K .......... .......... .......... .......... .......... 95% 61.6M 0s
228950K .......... .......... .......... .......... .......... 95% 59.2M 0s
229000K .......... .......... .......... .......... .......... 95% 56.5M 0s
229050K .......... .......... .......... .......... .......... 95% 55.9M 0s
229100K .......... .......... .......... .......... .......... 95% 53.8M 0s
229150K .......... .......... .......... .......... .......... 95% 48.7M 0s
229200K .......... .......... .......... .......... .......... 95% 72.9M 0s
229250K .......... .......... .......... .......... .......... 95% 72.8M 0s
229300K .......... .......... .......... .......... .......... 96%  127M 0s
229350K .......... .......... .......... .......... .......... 96%  108M 0s
229400K .......... .......... .......... .......... .......... 96%  107M 0s
229450K .......... .......... .......... .......... .......... 96%  120M 0s
229500K .......... .......... .......... .......... .......... 96% 96.1M 0s
229550K .......... .......... .......... .......... .......... 96%  123M 0s
229600K .......... .......... .......... .......... .......... 96%  102M 0s
229650K .......... .......... .......... .......... .......... 96%  130M 0s
229700K .......... .......... .......... .......... .......... 96%  105M 0s
229750K .......... .......... .......... .......... .......... 96%  108M 0s
229800K .......... .......... .......... .......... .......... 96%  119M 0s
229850K .......... .......... .......... .......... .......... 96%  111M 0s
229900K .......... .......... .......... .......... .......... 96%  109M 0s
229950K .......... .......... .......... .......... .......... 96%  126M 0s
230000K .......... .......... .......... .......... .......... 96%  108M 0s
230050K .......... .......... .......... .......... .......... 96% 74.4M 0s
230100K .......... .......... .......... .......... .......... 96%  139M 0s
230150K .......... .......... .......... .......... .......... 96%  168M 0s
230200K .......... .......... .......... .......... .......... 96%  106M 0s
230250K .......... .......... .......... .......... .......... 96%  109M 0s
230300K .......... .......... .......... .......... .......... 96%  119M 0s
230350K .......... .......... .......... .......... .......... 96%  102M 0s
230400K .......... .......... .......... .......... .......... 96%  123M 0s
230450K .......... .......... .......... .......... .......... 96%  115M 0s
230500K .......... .......... .......... .......... .......... 96% 88.9M 0s
230550K .......... .......... .......... .......... .......... 96%  117M 0s
230600K .......... .......... .......... .......... .......... 96%  134M 0s
230650K .......... .......... .......... .......... .......... 96% 98.0M 0s
230700K .......... .......... .......... .......... .......... 96%  126M 0s
230750K .......... .......... .......... .......... .......... 96% 97.5M 0s
230800K .......... .......... .......... .......... .......... 96%  117M 0s
230850K .......... .......... .......... .......... .......... 96%  123M 0s
230900K .......... .......... .......... .......... .......... 96%  115M 0s
230950K .......... .......... .......... .......... .......... 96%  129M 0s
231000K .......... .......... .......... .......... .......... 96%  105M 0s
231050K .......... .......... .......... .......... .......... 96%  118M 0s
231100K .......... .......... .......... .......... .......... 96% 97.0M 0s
231150K .......... .......... .......... .......... .......... 96%  128M 0s
231200K .......... .......... .......... .......... .......... 96%  121M 0s
231250K .......... .......... .......... .......... .......... 96%  105M 0s
231300K .......... .......... .......... .......... .......... 96%  121M 0s
231350K .......... .......... .......... .......... .......... 96% 97.5M 0s
231400K .......... .......... .......... .......... .......... 96% 55.5M 0s
231450K .......... .......... .......... .......... .......... 96% 51.8M 0s
231500K .......... .......... .......... .......... .......... 96% 6.86M 0s
231550K .......... .......... .......... .......... .......... 96%  200M 0s
231600K .......... .......... .......... .......... .......... 96%  225M 0s
231650K .......... .......... .......... .......... .......... 96%  249M 0s
231700K .......... .......... .......... .......... .......... 97%  285M 0s
231750K .......... .......... .......... .......... .......... 97%  224M 0s
231800K .......... .......... .......... .......... .......... 97%  278M 0s
231850K .......... .......... .......... .......... .......... 97%  270M 0s
231900K .......... .......... .......... .......... .......... 97%  298M 0s
231950K .......... .......... .......... .......... .......... 97%  200M 0s
232000K .......... .......... .......... .......... .......... 97% 70.4M 0s
232050K .......... .......... .......... .......... .......... 97% 55.4M 0s
232100K .......... .......... .......... .......... .......... 97% 53.8M 0s
232150K .......... .......... .......... .......... .......... 97% 54.9M 0s
232200K .......... .......... .......... .......... .......... 97% 57.4M 0s
232250K .......... .......... .......... .......... .......... 97% 58.8M 0s
232300K .......... .......... .......... .......... .......... 97% 54.4M 0s
232350K .......... .......... .......... .......... .......... 97% 59.9M 0s
232400K .......... .......... .......... .......... .......... 97% 56.0M 0s
232450K .......... .......... .......... .......... .......... 97% 52.3M 0s
232500K .......... .......... .......... .......... .......... 97% 64.6M 0s
232550K .......... .......... .......... .......... .......... 97% 54.5M 0s
232600K .......... .......... .......... .......... .......... 97% 58.3M 0s
232650K .......... .......... .......... .......... .......... 97% 52.4M 0s
232700K .......... .......... .......... .......... .......... 97% 59.8M 0s
232750K .......... .......... .......... .......... .......... 97% 57.0M 0s
232800K .......... .......... .......... .......... .......... 97% 51.6M 0s
232850K .......... .......... .......... .......... .......... 97% 60.0M 0s
232900K .......... .......... .......... .......... .......... 97% 54.0M 0s
232950K .......... .......... .......... .......... .......... 97% 55.0M 0s
233000K .......... .......... .......... .......... .......... 97% 59.8M 0s
233050K .......... .......... .......... .......... .......... 97% 52.1M 0s
233100K .......... .......... .......... .......... .......... 97%  123M 0s
233150K .......... .......... .......... .......... .......... 97%  117M 0s
233200K .......... .......... .......... .......... .......... 97%  117M 0s
233250K .......... .......... .......... .......... .......... 97%  105M 0s
233300K .......... .......... .......... .......... .......... 97% 90.3M 0s
233350K .......... .......... .......... .......... .......... 97% 88.8M 0s
233400K .......... .......... .......... .......... .......... 97%  141M 0s
233450K .......... .......... .......... .......... .......... 97%  105M 0s
233500K .......... .......... .......... .......... .......... 97%  119M 0s
233550K .......... .......... .......... .......... .......... 97%  111M 0s
233600K .......... .......... .......... .......... .......... 97%  112M 0s
233650K .......... .......... .......... .......... .......... 97%  104M 0s
233700K .......... .......... .......... .......... .......... 97%  123M 0s
233750K .......... .......... .......... .......... .......... 97%  106M 0s
233800K .......... .......... .......... .......... .......... 97%  105M 0s
233850K .......... .......... .......... .......... .......... 97%  128M 0s
233900K .......... .......... .......... .......... .......... 97%  106M 0s
233950K .......... .......... .......... .......... .......... 97%  112M 0s
234000K .......... .......... .......... .......... .......... 97%  117M 0s
234050K .......... .......... .......... .......... .......... 98%  102M 0s
234100K .......... .......... .......... .......... .......... 98%  110M 0s
234150K .......... .......... .......... .......... .......... 98%  107M 0s
234200K .......... .......... .......... .......... .......... 98%  124M 0s
234250K .......... .......... .......... .......... .......... 98%  110M 0s
234300K .......... .......... .......... .......... .......... 98%  103M 0s
234350K .......... .......... .......... .......... .......... 98%  131M 0s
234400K .......... .......... .......... .......... .......... 98% 87.2M 0s
234450K .......... .......... .......... .......... .......... 98%  127M 0s
234500K .......... .......... .......... .......... .......... 98%  128M 0s
234550K .......... .......... .......... .......... .......... 98%  107M 0s
234600K .......... .......... .......... .......... .......... 98%  115M 0s
234650K .......... .......... .......... .......... .......... 98%  110M 0s
234700K .......... .......... .......... .......... .......... 98% 62.6M 0s
234750K .......... .......... .......... .......... .......... 98%  219M 0s
234800K .......... .......... .......... .......... .......... 98%  174M 0s
234850K .......... .......... .......... .......... .......... 98%  106M 0s
234900K .......... .......... .......... .......... .......... 98%  118M 0s
234950K .......... .......... .......... .......... .......... 98%  110M 0s
235000K .......... .......... .......... .......... .......... 98%  120M 0s
235050K .......... .......... .......... .......... .......... 98%  113M 0s
235100K .......... .......... .......... .......... .......... 98%  105M 0s
235150K .......... .......... .......... .......... .......... 98%  113M 0s
235200K .......... .......... .......... .......... .......... 98%  115M 0s
235250K .......... .......... .......... .......... .......... 98%  116M 0s
235300K .......... .......... .......... .......... .......... 98% 99.2M 0s
235350K .......... .......... .......... .......... .......... 98%  120M 0s
235400K .......... .......... .......... .......... .......... 98%  116M 0s
235450K .......... .......... .......... .......... .......... 98%  121M 0s
235500K .......... .......... .......... .......... .......... 98%  114M 0s
235550K .......... .......... .......... .......... .......... 98% 5.89M 0s
235600K .......... .......... .......... .......... .......... 98%  237M 0s
235650K .......... .......... .......... .......... .......... 98%  232M 0s
235700K .......... .......... .......... .......... .......... 98%  159M 0s
235750K .......... .......... .......... .......... .......... 98%  173M 0s
235800K .......... .......... .......... .......... .......... 98%  235M 0s
235850K .......... .......... .......... .......... .......... 98%  265M 0s
235900K .......... .......... .......... .......... .......... 98%  255M 0s
235950K .......... .......... .......... .......... .......... 98% 75.7M 0s
236000K .......... .......... .......... .......... .......... 98% 38.5M 0s
236050K .......... .......... .......... .......... .......... 98% 38.0M 0s
236100K .......... .......... .......... .......... .......... 98% 38.3M 0s
236150K .......... .......... .......... .......... .......... 98% 37.1M 0s
236200K .......... .......... .......... .......... .......... 98% 32.7M 0s
236250K .......... .......... .......... .......... .......... 98% 42.1M 0s
236300K .......... .......... .......... .......... .......... 98% 38.8M 0s
236350K .......... .......... .......... .......... .......... 98% 37.8M 0s
236400K .......... .......... .......... .......... .......... 98% 37.3M 0s
236450K .......... .......... .......... .......... .......... 99% 36.6M 0s
236500K .......... .......... .......... .......... .......... 99% 40.5M 0s
236550K .......... .......... .......... .......... .......... 99% 55.1M 0s
236600K .......... .......... .......... .......... .......... 99% 56.5M 0s
236650K .......... .......... .......... .......... .......... 99% 32.4M 0s
236700K .......... .......... .......... .......... .......... 99%  207M 0s
236750K .......... .......... .......... .......... .......... 99% 54.0M 0s
236800K .......... .......... .......... .......... .......... 99% 63.7M 0s
236850K .......... .......... .......... .......... .......... 99% 49.4M 0s
236900K .......... .......... .......... .......... .......... 99% 62.9M 0s
236950K .......... .......... .......... .......... .......... 99% 54.6M 0s
237000K .......... .......... .......... .......... .......... 99% 57.3M 0s
237050K .......... .......... .......... .......... .......... 99% 50.4M 0s
237100K .......... .......... .......... .......... .......... 99% 60.6M 0s
237150K .......... .......... .......... .......... .......... 99% 49.8M 0s
237200K .......... .......... .......... .......... .......... 99% 62.5M 0s
237250K .......... .......... .......... .......... .......... 99% 56.2M 0s
237300K .......... .......... .......... .......... .......... 99% 79.0M 0s
237350K .......... .......... .......... .......... .......... 99%  107M 0s
237400K .......... .......... .......... .......... .......... 99%  111M 0s
237450K .......... .......... .......... .......... .......... 99%  117M 0s
237500K .......... .......... .......... .......... .......... 99%  106M 0s
237550K .......... .......... .......... .......... .......... 99%  102M 0s
237600K .......... .......... .......... .......... .......... 99%  120M 0s
237650K .......... .......... .......... .......... .......... 99%  102M 0s
237700K .......... .......... .......... .......... .......... 99% 7.08M 0s
237750K .......... .......... .......... .......... .......... 99%  221M 0s
237800K .......... .......... .......... .......... .......... 99%  223M 0s
237850K .......... .......... .......... .......... .......... 99%  239M 0s
237900K .......... .......... .......... .......... .......... 99%  204M 0s
237950K .......... .......... .......... .......... .......... 99%  232M 0s
238000K .......... .......... .......... .......... .......... 99%  245M 0s
238050K .......... .......... .......... .......... .......... 99%  265M 0s
238100K .......... .......... .......... .......... .......... 99%  275M 0s
238150K .......... .......... .......... .......... .......... 99%  292M 0s
238200K .......... .......... .......... .......... .......... 99%  271M 0s
238250K .......... .......... .......... .......... .......... 99%  265M 0s
238300K .......... .......... .......... .......... .......... 99%  255M 0s
238350K .......... .......... .......... .......... .......... 99%  297M 0s
238400K .......... .......... .......... .......... .......... 99% 43.8M 0s
238450K .......... .......... .......... .......... .......... 99% 23.7M 0s
238500K .......... .......... .......... .......... .......... 99% 59.3M 0s
238550K .......... .......... .......... .......... .......... 99% 29.8M 0s
238600K .......... .......... .......... .......... .......... 99% 49.1M 0s
238650K .......... .......... .......... .......... .......... 99% 44.0M 0s
238700K .......... .......... .......... .......... .......... 99% 54.2M 0s
238750K .......... .......... .......... .......... .......... 99%  120M 0s
238800K .......... .......... .......... .......... .......... 99% 30.1M 0s
238850K .......... .......... ....                            100% 16.1M=3.4s

2024-04-17 17:34:01 (68.7 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-17 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%  217K 41s
    50K .......... .......... .......... .......... ..........  1%  444K 30s
   100K .......... .......... .......... .......... ..........  1% 14.5M 20s
   150K .......... .......... .......... .......... ..........  2%  452K 20s
   200K .......... .......... .......... .......... ..........  2% 17.9M 16s
   250K .......... .......... .......... .......... ..........  3% 18.8M 13s
   300K .......... .......... .......... .......... ..........  3% 19.0M 11s
   350K .......... .......... .......... .......... ..........  4% 14.4M 10s
   400K .......... .......... .......... .......... ..........  5%  479K 11s
   450K .......... .......... .......... .......... ..........  5% 24.2M 10s
   500K .......... .......... .......... .......... ..........  6% 21.3M 9s
   550K .......... .......... .......... .......... ..........  6% 38.1M 8s
   600K .......... .......... .......... .......... ..........  7% 22.2M 7s
   650K .......... .......... .......... .......... ..........  7% 33.1M 7s
   700K .......... .......... .......... .......... ..........  8% 24.7M 6s
   750K .......... .......... .......... .......... ..........  9% 23.1M 6s
   800K .......... .......... .......... .......... ..........  9% 1.48M 6s
   850K .......... .......... .......... .......... .......... 10%  741K 6s
   900K .......... .......... .......... .......... .......... 10% 38.3M 6s
   950K .......... .......... .......... .......... .......... 11% 30.7M 5s
  1000K .......... .......... .......... .......... .......... 11% 34.9M 5s
  1050K .......... .......... .......... .......... .......... 12% 35.4M 5s
  1100K .......... .......... .......... .......... .......... 12% 31.5M 5s
  1150K .......... .......... .......... .......... .......... 13% 31.9M 4s
  1200K .......... .......... .......... .......... .......... 14% 34.2M 4s
  1250K .......... .......... .......... .......... .......... 14% 49.9M 4s
  1300K .......... .......... .......... .......... .......... 15% 31.7M 4s
  1350K .......... .......... .......... .......... .......... 15% 35.3M 4s
  1400K .......... .......... .......... .......... .......... 16% 51.7M 4s
  1450K .......... .......... .......... .......... .......... 16% 32.0M 3s
  1500K .......... .......... .......... .......... .......... 17% 39.7M 3s
  1550K .......... .......... .......... .......... .......... 18% 40.7M 3s
  1600K .......... .......... .......... .......... .......... 18% 40.4M 3s
  1650K .......... .......... .......... .......... .......... 19% 1.85M 3s
  1700K .......... .......... .......... .......... .......... 19%  736K 3s
  1750K .......... .......... .......... .......... .......... 20% 35.6M 3s
  1800K .......... .......... .......... .......... .......... 20% 37.0M 3s
  1850K .......... .......... .......... .......... .......... 21% 30.8M 3s
  1900K .......... .......... .......... .......... .......... 22% 35.2M 3s
  1950K .......... .......... .......... .......... .......... 22% 33.6M 3s
  2000K .......... .......... .......... .......... .......... 23% 39.0M 3s
  2050K .......... .......... .......... .......... .......... 23% 46.4M 3s
  2100K .......... .......... .......... .......... .......... 24% 35.0M 3s
  2150K .......... .......... .......... .......... .......... 24% 32.9M 2s
  2200K .......... .......... .......... .......... .......... 25% 38.6M 2s
  2250K .......... .......... .......... .......... .......... 25% 43.0M 2s
  2300K .......... .......... .......... .......... .......... 26% 36.4M 2s
  2350K .......... .......... .......... .......... .......... 27%  704K 2s
  2400K .......... .......... .......... .......... .......... 27% 32.7M 2s
  2450K .......... .......... .......... .......... .......... 28% 12.9M 2s
  2500K .......... .......... .......... .......... .......... 28% 40.5M 2s
  2550K .......... .......... .......... .......... .......... 29% 43.5M 2s
  2600K .......... .......... .......... .......... .......... 29% 50.8M 2s
  2650K .......... .......... .......... .......... .......... 30%  261K 2s
  2700K .......... .......... .......... .......... .......... 31% 49.8M 2s
  2750K .......... .......... .......... .......... .......... 31% 52.7M 2s
  2800K .......... .......... .......... .......... .......... 32% 35.2M 2s
  2850K .......... .......... .......... .......... .......... 32% 63.2M 2s
  2900K .......... .......... .......... .......... .......... 33% 47.8M 2s
  2950K .......... .......... .......... .......... .......... 33%  255K 3s
  3000K .......... .......... .......... .......... .......... 34% 52.2M 2s
  3050K .......... .......... .......... .......... .......... 35% 56.5M 2s
  3100K .......... .......... .......... .......... .......... 35% 37.9M 2s
  3150K .......... .......... .......... .......... .......... 36% 55.9M 2s
  3200K .......... .......... .......... .......... .......... 36% 47.6M 2s
  3250K .......... .......... .......... .......... .......... 37%  255K 3s
  3300K .......... .......... .......... .......... .......... 37% 46.9M 2s
  3350K .......... .......... .......... .......... .......... 38% 51.7M 2s
  3400K .......... .......... .......... .......... .......... 38% 44.7M 2s
  3450K .......... .......... .......... .......... .......... 39% 51.1M 2s
  3500K .......... .......... .......... .......... .......... 40% 47.4M 2s
  3550K .......... .......... .......... .......... .......... 40%  256K 2s
  3600K .......... .......... .......... .......... .......... 41% 58.0M 2s
  3650K .......... .......... .......... .......... .......... 41% 55.0M 2s
  3700K .......... .......... .......... .......... .......... 42% 47.9M 2s
  3750K .......... .......... .......... .......... .......... 42% 49.5M 2s
  3800K .......... .......... .......... .......... .......... 43% 51.1M 2s
  3850K .......... .......... .......... .......... .......... 44%  255K 2s
  3900K .......... .......... .......... .......... .......... 44% 46.7M 2s
  3950K .......... .......... .......... .......... .......... 45% 50.1M 2s
  4000K .......... .......... .......... .......... .......... 45% 52.6M 2s
  4050K .......... .......... .......... .......... .......... 46% 14.9M 2s
  4100K .......... .......... .......... .......... .......... 46% 48.6M 2s
  4150K .......... .......... .......... .......... .......... 47%  258K 2s
  4200K .......... .......... .......... .......... .......... 48% 60.6M 2s
  4250K .......... .......... .......... .......... .......... 48% 40.3M 2s
  4300K .......... .......... .......... .......... .......... 49% 51.9M 2s
  4350K .......... .......... .......... .......... .......... 49% 49.9M 2s
  4400K .......... .......... .......... .......... .......... 50% 34.6M 2s
  4450K .......... .......... .......... .......... .......... 50% 42.7M 2s
  4500K .......... .......... .......... .......... .......... 51%  255K 2s
  4550K .......... .......... .......... .......... .......... 51% 35.0M 2s
  4600K .......... .......... .......... .......... .......... 52% 26.9M 2s
  4650K .......... .......... .......... .......... .......... 53% 21.6M 2s
  4700K .......... .......... .......... .......... .......... 53% 51.2M 2s
  4750K .......... .......... .......... .......... .......... 54% 22.6M 2s
  4800K .......... .......... .......... .......... .......... 54%  261K 2s
  4850K .......... .......... .......... .......... .......... 55% 40.0M 2s
  4900K .......... .......... .......... .......... .......... 55% 27.2M 2s
  4950K .......... .......... .......... .......... .......... 56% 29.5M 2s
  5000K .......... .......... .......... .......... .......... 57% 42.9M 2s
  5050K .......... .......... .......... .......... .......... 57% 37.3M 2s
  5100K .......... .......... .......... .......... .......... 58%  258K 2s
  5150K .......... .......... .......... .......... .......... 58% 44.0M 2s
  5200K .......... .......... .......... .......... .......... 59% 54.1M 2s
  5250K .......... .......... .......... .......... .......... 59% 47.1M 2s
  5300K .......... .......... .......... .......... .......... 60% 54.2M 2s
  5350K .......... .......... .......... .......... .......... 61% 48.5M 2s
  5400K .......... .......... .......... .......... .......... 61%  255K 2s
  5450K .......... .......... .......... .......... .......... 62% 34.2M 2s
  5500K .......... .......... .......... .......... .......... 62% 54.9M 2s
  5550K .......... .......... .......... .......... .......... 63% 39.0M 2s
  5600K .......... .......... .......... .......... .......... 63% 43.1M 2s
  5650K .......... .......... .......... .......... .......... 64% 36.5M 2s
  5700K .......... .......... .......... .......... .......... 64%  256K 2s
  5750K .......... .......... .......... .......... .......... 65% 33.0M 2s
  5800K .......... .......... .......... .......... .......... 66% 35.6M 2s
  5850K .......... .......... .......... .......... .......... 66% 41.1M 2s
  5900K .......... .......... .......... .......... .......... 67% 39.5M 2s
  5950K .......... .......... .......... .......... .......... 67% 20.9M 1s
  6000K .......... .......... .......... .......... .......... 68%  259K 2s
  6050K .......... .......... .......... .......... .......... 68% 32.6M 1s
  6100K .......... .......... .......... .......... .......... 69% 32.4M 1s
  6150K .......... .......... .......... .......... .......... 70% 33.8M 1s
  6200K .......... .......... .......... .......... .......... 70% 33.2M 1s
  6250K .......... .......... .......... .......... .......... 71% 33.5M 1s
  6300K .......... .......... .......... .......... .......... 71%  259K 1s
  6350K .......... .......... .......... .......... .......... 72% 26.2M 1s
  6400K .......... .......... .......... .......... .......... 72% 19.2M 1s
  6450K .......... .......... .......... .......... .......... 73% 29.2M 1s
  6500K .......... .......... .......... .......... .......... 74% 21.7M 1s
  6550K .......... .......... .......... .......... .......... 74% 19.1M 1s
  6600K .......... .......... .......... .......... .......... 75% 29.9M 1s
  6650K .......... .......... .......... .......... .......... 75%  263K 1s
  6700K .......... .......... .......... .......... .......... 76% 21.2M 1s
  6750K .......... .......... .......... .......... .......... 76% 28.9M 1s
  6800K .......... .......... .......... .......... .......... 77% 24.0M 1s
  6850K .......... .......... .......... .......... .......... 77% 24.5M 1s
  6900K .......... .......... .......... .......... .......... 78% 20.9M 1s
  6950K .......... .......... .......... .......... .......... 79%  263K 1s
  7000K .......... .......... .......... .......... .......... 79% 27.4M 1s
  7050K .......... .......... .......... .......... .......... 80% 28.7M 1s
  7100K .......... .......... .......... .......... .......... 80% 16.8M 1s
  7150K .......... .......... .......... .......... .......... 81% 29.3M 1s
  7200K .......... .......... .......... .......... .......... 81% 23.4M 1s
  7250K .......... .......... .......... .......... .......... 82%  262K 1s
  7300K .......... .......... .......... .......... .......... 83% 24.8M 1s
  7350K .......... .......... .......... .......... .......... 83% 29.1M 1s
  7400K .......... .......... .......... .......... .......... 84% 19.6M 1s
  7450K .......... .......... .......... .......... .......... 84% 22.7M 1s
  7500K .......... .......... .......... .......... .......... 85% 18.7M 1s
  7550K .......... .......... .......... .......... .......... 85%  264K 1s
  7600K .......... .......... .......... .......... .......... 86% 24.4M 1s
  7650K .......... .......... .......... .......... .......... 86% 27.3M 1s
  7700K .......... .......... .......... .......... .......... 87% 19.4M 1s
  7750K .......... .......... .......... .......... .......... 88% 22.8M 1s
  7800K .......... .......... .......... .......... .......... 88% 17.6M 1s
  7850K .......... .......... .......... .......... .......... 89%  263K 1s
  7900K .......... .......... .......... .......... .......... 89% 29.4M 1s
  7950K .......... .......... .......... .......... .......... 90% 22.7M 0s
  8000K .......... .......... .......... .......... .......... 90% 24.5M 0s
  8050K .......... .......... .......... .......... .......... 91% 21.1M 0s
  8100K .......... .......... .......... .......... .......... 92% 19.3M 0s
  8150K .......... .......... .......... .......... .......... 92%  264K 0s
  8200K .......... .......... .......... .......... .......... 93% 30.0M 0s
  8250K .......... .......... .......... .......... .......... 93% 23.5M 0s
  8300K .......... .......... .......... .......... .......... 94% 24.9M 0s
  8350K .......... .......... .......... .......... .......... 94% 23.6M 0s
  8400K .......... .......... .......... .......... .......... 95% 19.5M 0s
  8450K .......... .......... .......... .......... .......... 96%  263K 0s
  8500K .......... .......... .......... .......... .......... 96% 28.8M 0s
  8550K .......... .......... .......... .......... .......... 97% 23.3M 0s
  8600K .......... .......... .......... .......... .......... 97% 20.3M 0s
  8650K .......... .......... .......... .......... .......... 98% 23.0M 0s
  8700K .......... .......... .......... .......... .......... 98% 20.5M 0s
  8750K .......... .......... .......... .......... .......... 99% 29.6M 0s
  8800K .......... .......... .......... .......... .......... 99%  261K 0s
  8850K .                                                     100% 2211G=5.1s

2024-04-17 17:34:06 (1.69 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 <eclipselink-dev@eclipse.org>" 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 <eclipselink-dev@eclipse.org>

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 <eclipselink-dev@eclipse.org>

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 <eclipselink-dev@eclipse.org>
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 <eclipselink-dev@eclipse.org>

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 <eclipselink-dev@eclipse.org>

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 <eclipselink-dev@eclipse.org>

[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 ]-----------------------------------------------------------
[17.04.2024 17:34:12] -[ Starting MySQL Database ]------------------------------
[17.04.2024 17:34:12] --[ 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='20240417.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  ='v20240417-36e9af724e'
     [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.v20240417-36e9af724e'
     [echo] build.number   ='20240417'
     [echo] git.hash       ='36e9af724e'
     [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 14 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 466 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.1 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 569 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.0 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 368 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 947 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 1.7 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 700 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 3.0 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 54 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 405 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 454 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.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 21 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 14 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 255 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 463 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 81 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 335 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 1.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 90 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 140 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 1.0 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 836 kB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
     [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 857 kB/s)
     [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 2.6 MB/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 133 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 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/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 2.3 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 293 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.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 185 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 128 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 202 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 761 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 553 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.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 59 kB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
     [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 730 kB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/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 304 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 70 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 382 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 30 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 762 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 284 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 310 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 443 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 134 kB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.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 93 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 110 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 107 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 272 kB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
     [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 1.6 MB/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 966 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 969 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 1.1 MB/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 431 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 156 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-project/2.2.1/maven-project-2.2.1.jar (156 kB at 6.3 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-model/2.2.1/maven-model-2.2.1.jar (88 kB at 2.7 MB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/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-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 1.6 MB/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-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 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-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-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 693 kB/s)
     [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 962 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] 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-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 233 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.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 835 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/junit/junit/3.8.1/junit-3.8.1.jar (121 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-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/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 431 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.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 4.7 MB/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-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 2.8 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] 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/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 528 kB/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 230 kB/s)
     [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 923 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.5 MB/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 12 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 21 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 96 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 559 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 3.1 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 69 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 947 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 2.7 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 3.0 MB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom
     [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 1.8 MB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/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 556 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 688 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 111 kB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
     [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 317 kB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
     [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 152 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 892 kB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
     [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 1.2 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 116 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 530 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 329 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 850 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 1.0 MB/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 138 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 92 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 148 kB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
     [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 381 kB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
     [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 767 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 348 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 372 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 114 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 778 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 672 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 116 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 848 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 2.5 MB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
     [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 571 kB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
     [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 2.4 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 682 kB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
     [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 1.6 MB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
     [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 250 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 118 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 209 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 515 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 258 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 158 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 93 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 750 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 788 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 1.4 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 1.0 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.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 1.7 MB/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 3.9 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 214 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.0 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 1.1 MB/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 164 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.3 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 1.5 MB/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 95 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 16 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 33 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 9.1 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 28 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 39 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 31 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 149 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 42 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 15 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 73 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 18 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 335 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 126 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 826 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 37 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 15 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.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 49 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 37 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 305 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 634 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 48 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 295 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 3.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 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-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/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/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/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/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 3.8 MB/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-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 179 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.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 6.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.jar
     [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 5.5 MB/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/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar (38 kB at 895 kB/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] 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 5.0 MB/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.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 1.2 MB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.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 1.1 MB/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/tukaani/xz/1.5/xz-1.5.jar (100 kB at 1.6 MB/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/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (86 kB at 1.3 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.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/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar (37 kB at 323 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.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 2.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.core.shared/1.3.0/org.eclipse.tycho.core.shared-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 4.6 MB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
     [java] [INFO] 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 60 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.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 419 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/de/pdark/decentxml/1.3/decentxml-1.3.jar (112 kB at 826 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 2.1 MB/s)
     [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 68 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] 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/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar (37 kB at 211 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/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar (13 kB at 72 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.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar (29 kB at 147 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.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar (21 kB at 107 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/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 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/3.0/maven-settings-3.0.jar
     [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar (1.4 MB at 6.9 MB/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-core/3.0/maven-core-3.0.jar (527 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-repository-metadata/3.0/maven-repository-metadata-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 176 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.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 212 kB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
     [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 134 kB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
     [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 221 kB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
     [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar (21 kB at 89 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 456 kB/s)
     [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 223 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
     [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 57 kB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
     [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 308 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-util/1.7/aether-util-1.7.jar (108 kB at 446 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/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 619 kB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
     [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 244 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/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar (379 kB at 1.5 MB/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] 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 797 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.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 181 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.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.8 MB/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 111 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 52 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 194 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 98 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 11 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 32 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 2.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 1.6 MB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.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 711 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-runtime16899873370617911429.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 261 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 1.0 MB/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/3.0/maven-model-3.0.jar (165 kB at 11 MB/s)
     [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 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 636 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:  8.421 s
     [java] [INFO] Finished at: 2024-04-17T17:34:23Z
     [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 30 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 214 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 71 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 94 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 643 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 14 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 41 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 72 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 440 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 106 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 375 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 257 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.1 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 407 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 38 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 27 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 35 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 18 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 15 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 25 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 12 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 306 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 27 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 18 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 19 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 27 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 12 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 11 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/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] 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] 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 4.2 MB/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-archiver/4.2.2/plexus-archiver-4.2.2.jar (194 kB at 2.9 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-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 944 kB/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/eclipse/tycho/tycho-maven-plugin/1.7.0/tycho-maven-plugin-1.7.0.jar (5.4 kB at 62 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.4 MB/s)
     [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.7.0/org.eclipse.tycho.p2.tools.shared-1.7.0.jar (22 kB at 237 kB/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] 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/tukaani/xz/1.8/xz-1.8.jar (109 kB at 969 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.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/apache/commons/commons-compress/1.20/commons-compress-1.20.jar (632 kB at 5.1 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.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/tycho-core/1.7.0/tycho-core-1.7.0.jar (205 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-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/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.700/org.eclipse.osgi.compatibility.state-1.1.700.jar (248 kB at 1.6 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/tycho/sisu-equinox-api/1.7.0/sisu-equinox-api-1.7.0.jar (3.1 kB at 19 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.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/tycho-metadata-model/1.7.0/tycho-metadata-model-1.7.0.jar (38 kB at 237 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/de/pdark/decentxml/1.4/decentxml-1.4.jar (131 kB at 762 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/org/eclipse/tycho/sisu-equinox-embedder/1.7.0/sisu-equinox-embedder-1.7.0.jar (13 kB at 77 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 45 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/org.eclipse.tycho.core.shared/1.7.0/org.eclipse.tycho.core.shared-1.7.0.jar (37 kB at 179 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.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/tycho/tycho-p2-facade/1.7.0/tycho-p2-facade-1.7.0.jar (37 kB at 175 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 6.4 MB/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 117 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 23 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 2.9 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.4 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 320 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 267 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.7 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 484 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 2.6 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 32 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 104 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 180 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 271 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 495 kB/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 412 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 582 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 29 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 1.3 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 27 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 342 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 28 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 244 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.2 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 363 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 25 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 61 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 225 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 70 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 34 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 49 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/ow2/asm/asm-tree/7.2/asm-tree-7.2.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] 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.5 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/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (54 kB at 1.0 MB/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/eclipse/tycho/tycho-artifactcomparator/1.7.0/tycho-artifactcomparator-1.7.0.jar (20 kB at 304 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 333 kB/s)
     [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 606 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 380 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 877 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 93 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 781 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 222 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 1.1 MB/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 178 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 259 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 722 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 443 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 284 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 1.1 MB/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 26 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 199 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 33 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 95 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 138 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.2 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 91 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 118 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 712 kB/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 62 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/maven-archiver/3.5.0/maven-archiver-3.5.0.jar (26 kB at 823 kB/s)
     [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.8 MB/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.6.0/org.eclipse.persistence.asm-9.6.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.6.0/org.eclipse.persistence.asm-9.6.0.pom (22 kB at 144 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 278 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 69 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 355 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 76 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 61 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 251 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 261 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 252 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 28 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 237 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 310 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 285 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 396 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 396 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 337 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 382 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 28 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 623 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 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.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 179 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 122 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 383 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 87 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 76 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 130 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 542 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 86 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 293 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 247 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 50 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 275 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 322 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 69 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 165 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 114 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 406 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 167 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 364 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 332 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 61 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 293 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 415 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 292 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 196 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 282 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 919 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 238 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 145 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 372 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 248 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 761 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 118 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 49 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 239 kB/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 278 kB/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 149 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 28 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 267 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 113 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 439 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 59 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 91 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 45 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 141 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 76 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 57 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 92 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 39 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 131 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 34 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 167 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 164 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 209 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 244 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 63 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 9.8 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 249 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 252 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 119 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 137 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 155 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 76 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 57 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 326 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 125 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 137 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 112 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 150 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 171 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 50 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 88 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 26 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 51 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 256 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 15 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 11 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 285 kB/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 15 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 23 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 25 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 25 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 25 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 27 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 27 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 197 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 21 kB/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 97 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 334 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 209 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 12 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 26 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 26 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 64 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 212 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 241 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 207 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 18 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 24 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 214 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 72 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 99 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 224 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 146 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 117 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 32 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 142 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 357 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 47 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 138 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 55 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 78 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 111 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 136 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 186 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 68 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 41 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 30 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 56 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 28 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 41 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 45 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 267 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 88 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 20 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 39 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 1.2 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 364 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 5.2 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 56 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 146 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 661 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 45 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 28 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 449 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 942 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 332 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 1.2 MB/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 4.4 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 290 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 50 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 148 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 508 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 1.8 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 588 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 292 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 49 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 198 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 16 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.6.0/org.eclipse.persistence.asm-9.6.0.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/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0-sources.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 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 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/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/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.6.0/org.eclipse.persistence.asm-9.6.0.jar (290 kB at 1.5 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 jakarta.oss.sonatype.org: https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0-sources.jar (364 kB at 1.9 MB/s)
     [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 349 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.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/ch/qos/logback/logback-core/1.2.13/logback-core-1.2.13.jar (450 kB at 3.4 MB/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 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.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 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.8 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/jakarta/xml/soap/jakarta.xml.soap-api/1.4.2/jakarta.xml.soap-api-1.4.2.jar (37 kB at 803 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.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/org/jvnet/staxex/stax-ex/1.8.3/stax-ex-1.8.3.jar (39 kB at 838 kB/s)
     [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 771 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] 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] 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/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/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] 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 3.6 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] 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] 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.4 MB/s)
     [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 2.4 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] 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 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.1 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] 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] 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 33 MB/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.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 561 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/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/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/com/sun/xml/fastinfoset/FastInfoset/1.2.18/FastInfoset-1.2.18.jar (317 kB at 6.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/jakarta/jws/jakarta.jws-api/1.1.1/jakarta.jws-api-1.1.1.jar (16 kB at 352 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] 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 557 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.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/org/jvnet/mimepull/mimepull/1.9.15/mimepull-1.9.15.jar (65 kB at 485 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.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.4 MB/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 106 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] 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 403 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.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.2 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/mail/jakarta.mail-api/1.6.7/jakarta.mail-api-1.6.7.jar (220 kB at 4.7 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/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/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/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4.jar (83 kB at 1.8 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.jar
     [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/eclipse/persistence/jakarta.persistence/2.2.3/jakarta.persistence-2.2.3-sources.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/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/glassfish/jakarta.json/1.1.6/jakarta.json-1.1.6.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.jar (174 kB at 3.6 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] 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/corba/glassfish-corba-csiv2-idl/4.2.5/glassfish-corba-csiv2-idl-4.2.5.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] 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 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 467 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] 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] 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 3.8 MB/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.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 929 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] 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.5 MB/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.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 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 23 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] 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 14 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-basic-tools/4.1.0/pfl-basic-tools-4.1.0.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/ow2/asm/asm-commons/7.3.1/asm-commons-7.3.1.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 5.9 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-basic-tools/4.1.0/pfl-basic-tools-4.1.0.jar (71 kB at 957 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.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/pfl/pfl-tf-tools/4.1.2/pfl-tf-tools-4.1.2.jar (51 kB at 377 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.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 2.6 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-tf/4.1.0/pfl-tf-4.1.0.jar (94 kB at 691 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 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 2.4 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 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 4.6 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 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 4.3 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] 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 246 kB/s)
     [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 7.2 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 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 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 860 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.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/jersey/core/jersey-client/2.41/jersey-client-2.41.jar (303 kB at 6.3 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/pfl/pfl-asm/4.1.0/pfl-asm-4.1.0.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 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 21 MB/s)
     [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] 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] 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 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 15 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] 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 6.3 MB/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 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 12 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] 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/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/slf4j/slf4j-nop/1.7.36/slf4j-nop-1.7.36.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] Downloading from oss.sonatype.org: https://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 15 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] 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] 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/com/oracle/database/nls/orai18n/23.3.0.23.09/orai18n-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 24 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.9 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] 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 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] 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.7 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] 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/xml/xdb/23.3.0.23.09/xdb-23.3.0.23.09.jar (129 kB at 2.4 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] 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 24 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] 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] 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 22 MB/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.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] 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 27 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.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 24 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] 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] 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 8.0 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/org/apache/avro/avro/1.7.6/avro-1.7.6.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] 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 1.1 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] 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 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 6.5 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] 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] 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 3.7 MB/s)
     [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 37 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] 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] 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.5 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] Downloading from oss.sonatype.org: https://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/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/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/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] Downloading from oss.sonatype.org: https://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 537 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.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] 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 19 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 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 7.3 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] 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 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.7 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] 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] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/staging/org/tukaani/xz/1.0/xz-1.0.jar (95 kB at 599 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.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 20 MB/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.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/guava/guava/26.0-jre/guava-26.0-jre.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] 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] 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 369 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.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] 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/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar (337 kB at 1.9 MB/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] 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 18 MB/s)
     [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 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/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/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar (14 kB at 116 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] 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/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar (8.8 kB at 146 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 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] 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 39 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 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 47 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.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] 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] 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] 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 4.3 MB/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 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] 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 8.7 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] 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 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 466 kB/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-spi/3.1.SP4/weld-spi-3.1.SP4.jar (85 kB at 1.6 MB/s)
     [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 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.7 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 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] 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 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] 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 818 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.jar
     [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 2.7 MB/s)
     [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 12 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 629 kB/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] 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] 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 114 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 265 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 6.8 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 2.9 MB/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 683 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.202404171734
     [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 200 kB/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 132 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 73 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 249 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 73 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 119 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 71 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 65 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 231 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 55 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 63 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 33 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 14 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 122 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 47 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 64 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 75 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 229 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 52 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 145 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 159 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 99 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 283 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 25 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 95 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 97 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 157 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 288 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 6.0 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 89 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 267 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-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-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-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-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar
     [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 2.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.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 610 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 216 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 110 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-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 597 kB/s)
     [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 490 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
     [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 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-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-core/2.0.6/maven-core-2.0.6.jar (152 kB at 2.5 MB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
     [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 388 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/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 430 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-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 519 kB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.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 533 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/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 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-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-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 177 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-artifact/2.0.6/maven-artifact-2.0.6.jar (87 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.6/maven-settings-2.0.6.jar (49 kB at 629 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.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/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar
     [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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
     [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 118 kB/s)
     [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 2.2 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 62 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 311 kB/s)
     [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 540 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 14 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 377 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 111 kB/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 19 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 43 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 23 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 33 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-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 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 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-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] 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] 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 161 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 246 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 39 kB/s)
     [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 19 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 15 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.202404171734
     [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.202404171734
     [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 238 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 572 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.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 264 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 92 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 402 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 904 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 121 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 104 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 204 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 1.3 MB/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 312 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 157 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 120 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 33 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 33 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 509 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 610 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 47 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 124 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 61 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 108 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 85 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 330 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 146 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 36 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 49 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 466 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 843 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 183 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 272 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 364 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 87 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 173 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 364 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 540 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 573 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 139 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 178 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 446 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 73 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 50 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 54 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 161 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 50 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 88 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 58 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 100 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 94 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 24 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 314 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 91 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 295 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 235 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 225 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 231 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 4.0 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 481 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 215 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 18 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 41 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 49 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 100 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 4.3 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 6.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 128 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 56 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 170 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 31 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 359 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 34 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 84 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 102 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 101 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 829 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 99 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 54 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 56 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 120 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 587 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 259 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 269 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.5 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 4.3 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 4.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 231 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 424 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 7.5 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 18 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 117 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 240 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 438 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 118 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.4 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 62 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 94 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 354 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 91 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 711 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 116 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 106 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 313 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 1.6 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 188 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 993 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 642 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 107 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 89 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 67 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 662 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 121 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 186 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 150 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 1.1 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 318 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.1 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 182 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 168 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 177 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 213 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 63 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 48 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 49 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 114 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 26 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 14 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 995 kB/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 147 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 199 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 282 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 294 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.3 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 84 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 295 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 234 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 564 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.4 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 345 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/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/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/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-impl/2.3/maven-reporting-impl-2.3.jar (18 kB at 599 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/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 219 kB/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/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar (293 kB at 5.5 MB/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/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 1.9 MB/s)
     [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 2.1 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] 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/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (194 kB at 2.6 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 2.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/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (173 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/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar
     [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 14 MB/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.4/doxia-site-renderer-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 120 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 1.7 MB/s)
     [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 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-xhtml/1.4/doxia-module-xhtml-1.4.jar
     [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-logging-api/1.4/doxia-logging-api-1.4.jar (11 kB at 109 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-decoration-model/1.4/doxia-decoration-model-1.4.jar (61 kB at 583 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-site-renderer/1.4/doxia-site-renderer-1.4.jar (53 kB at 496 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-module-fml/1.4/doxia-module-fml-1.4.jar (38 kB at 344 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/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 94 kB/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] 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 68 kB/s)
     [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/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar (15 kB at 136 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/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 3.2 MB/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/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 531 kB/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.7 MB/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] 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 703 kB/s)
     [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/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 1.8 MB/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.3 MB/s)
     [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 191 kB/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] 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-core/1.3.8/struts-core-1.3.8.jar (329 kB at 2.3 MB/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/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 kB at 2.4 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-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/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/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar (191 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/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.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 757 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/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/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 222 kB/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/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/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/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 251 kB/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/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar (74 kB at 443 kB/s)
     [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 321 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] 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/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.jar (35 kB at 205 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/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar (560 kB at 3.2 MB/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/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 763 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/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar (108 kB at 601 kB/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/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar (61 kB at 330 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-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar (37 kB at 197 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/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 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.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-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.jar (123 kB at 635 kB/s)
     [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 852 kB/s)
     [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] 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.4 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.8 MB/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.1 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.037 s]
     [java] [INFO] System Bundle Fragment exporting sun.misc and sun.reflect SUCCESS [  3.502 s]
     [java] [INFO] EclipseLink Compilation Dependencies ............... SUCCESS [  1.369 s]
     [java] [INFO] EclipseLink Compilation Dependencies p2 Repository . SUCCESS [ 11.696 s]
     [java] [INFO] ------------------------------------------------------------------------
     [java] [INFO] BUILD SUCCESS
     [java] [INFO] ------------------------------------------------------------------------
     [java] [INFO] Total time:  01:03 min
     [java] [INFO] Finished at: 2024-04-17T17:35:27Z
     [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           ='v202404171735'
     [echo] oraclelibs.version.string      ='1.0.0.v202404171735'
     [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.v202404171735.jar'...
      [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo/plugins/oracle.libs_1.0.0.v202404171735.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.v202404171735'

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.v202404171735.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                 ='v20240417-36e9af724e'
     [echo] version.string                    ='2.7.15.v20240417-36e9af724e'
     [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.v20240417-36e9af724e.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 6.9 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 59 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 41 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 385 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 33 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 70 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 41 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 270 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 157 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 57 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 267 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 348 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 68 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.4 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 45 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/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.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] 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 280 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.3 MB/s)
     [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 195 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.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 147 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 570 kB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/findbugs-maven-plugin/3.0.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 250 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 1.2 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 42 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 438 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.043 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.001 s]
     [java] [INFO] EclipseLink Extension .............................. SUCCESS [  0.002 s]
     [java] [INFO] EclipseLink JPA .................................... SUCCESS [  0.001 s]
     [java] [INFO] EclipseLink MOXy ................................... SUCCESS [  0.002 s]
     [java] [INFO] EclipseLink DBWS ................................... SUCCESS [  0.001 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.001 s]
     [java] [INFO] EclipseLink Oracle NoSQL Extension ................. SUCCESS [  0.002 s]
     [java] [INFO] ------------------------------------------------------------------------
     [java] [INFO] BUILD SUCCESS
     [java] [INFO] ------------------------------------------------------------------------
     [java] [INFO] Total time:  9.031 s
     [java] [INFO] Finished at: 2024-04-17T17:35:42Z
     [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 = '20240417.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='20240417.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='20240417.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='20240417.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='20240417.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='20240417.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='20240417.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='20240417.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='20240417.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='20240417.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='20240417.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           ='v202404171735'
     [echo] oraclelibs.version.string      ='1.0.0.v202404171735'
     [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.v20240417-36e9af724e.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 = '20240417.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='20240417.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='20240417.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='20240417.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='20240417.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='20240417.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='20240417.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.045 s]
     [java] [INFO] System Bundle Fragment exporting sun.misc and sun.reflect SUCCESS [  0.004 s]
     [java] [INFO] EclipseLink Compilation Dependencies ............... SUCCESS [  0.004 s]
     [java] [INFO] EclipseLink Compilation Dependencies p2 Repository . SUCCESS [  0.014 s]
     [java] [INFO] ------------------------------------------------------------------------
     [java] [INFO] BUILD SUCCESS
     [java] [INFO] ------------------------------------------------------------------------
     [java] [INFO] Total time:  10.483 s
     [java] [INFO] Finished at: 2024-04-17T17:35:55Z
     [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.258 s
     [java] [INFO] Finished at: 2024-04-17T17:35:56Z
     [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-runtime3422069719560129752.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.249 s
     [java] [INFO] Finished at: 2024-04-17T17:36:00Z
     [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.202404171736
     [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.202404171736
     [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.202404171736
     [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.043 s]
     [java] [INFO] System Bundle Fragment exporting sun.misc and sun.reflect SUCCESS [  0.614 s]
     [java] [INFO] EclipseLink Compilation Dependencies ............... SUCCESS [  0.979 s]
     [java] [INFO] EclipseLink Compilation Dependencies p2 Repository . SUCCESS [  4.665 s]
     [java] [INFO] ------------------------------------------------------------------------
     [java] [INFO] BUILD SUCCESS
     [java] [INFO] ------------------------------------------------------------------------
     [java] [INFO] Total time:  16.843 s
     [java] [INFO] Finished at: 2024-04-17T17:36:18Z
     [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           ='v202404171736'
     [echo] oraclelibs.version.string      ='1.0.0.v202404171736'
     [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.v202404171736.jar'...
      [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem/oraclelibs/p2repo/plugins/oracle.libs_1.0.0.v202404171736.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.v202404171736'

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.v202404171736.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                 ='v20240417-36e9af724e'
     [echo] version.string                    ='2.7.15.v20240417-36e9af724e'
     [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.v20240417-36e9af724e.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=v20240417-36e9af724e
     [echo]     -DforceContextQualifier=v20240417-36e9af724e
     [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 404 kB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/12/maven-parent-12.pom
     [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/12/maven-parent-12.pom (22 kB at 776 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.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 68 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 64 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 116 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 379 kB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
     [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 576 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 41 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 85 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 37 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 108 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 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.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 52 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 178 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 204 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 232 kB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.pom
     [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.pom (2.4 kB at 140 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-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-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-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 545 kB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.jar
     [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.jar (58 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-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 313 kB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.jar
     [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.jar (31 kB at 224 kB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar
     [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.jar (51 kB at 334 kB/s)
     [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 243 kB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.jar
     [java] [INFO] 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/maven/maven-model/2.0.11/maven-model-2.0.11.jar (97 kB at 624 kB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.1/ant-1.8.1.jar
     [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar (35 kB at 219 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-project/2.0.11/maven-project-2.0.11.jar (123 kB at 748 kB/s)
     [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 512 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 69 kB/s)
     [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.jar (409 kB at 2.2 MB/s)
     [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.1/ant-1.8.1.jar (1.5 MB at 6.7 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.v20240417-36e9af724e.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.v20240417-36e9af724e
     [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 38 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 279 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 58 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 45 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 27 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 42 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-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] 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] 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 304 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.8 MB/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 690 kB/s)
     [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 50 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 15 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.8 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 1.5 MB/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 77 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 179 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 10 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 2.0 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 889 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 191 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 241 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 1.3 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.v20240417-36e9af724e.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.v20240417-36e9af724e-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.v20240417-36e9af724e.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.v20240417-36e9af724e
     [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:     'v20240417-36e9af724e'
     [java]      [echo] buildDate:     '20240417'
     [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:[37] 
     [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<T> 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.v20240417-36e9af724e.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.v20240417-36e9af724e-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.v20240417-36e9af724e.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.v20240417-36e9af724e
     [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<ServerAddress>) 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<MongoCredential>, 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<ServerAddress>, List<MongoCredential>, 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.v20240417-36e9af724e.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.v20240417-36e9af724e-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.v20240417-36e9af724e.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.v20240417-36e9af724e
     [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.v20240417-36e9af724e.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.v20240417-36e9af724e-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.v20240417-36e9af724e.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.v20240417-36e9af724e
     [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 <X> Subgraph<X> 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 <X> Subgraph<X> addSubgraph(String attributeName, Class<X> 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 <X> Subgraph<X> 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 <X> Subgraph<X> addKeySubgraph(String attributeName, Class<X> 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.v20240417-36e9af724e.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.v20240417-36e9af724e-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.v20240417-36e9af724e.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.v20240417-36e9af724e
     [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<String> 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.v20240417-36e9af724e.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.v20240417-36e9af724e-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.v20240417-36e9af724e.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.v20240417-36e9af724e
     [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<E> 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<E> 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<E> 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<E> 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<JAXBElement> fields;
     [java] 	             ^^^^^^^^^^^
     [java] JAXBElement is a raw type. References to generic type JAXBElement<T> 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<JAXBElement> getFields() {
     [java] 	            ^^^^^^^^^^^
     [java] JAXBElement is a raw type. References to generic type JAXBElement<T> 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<JAXBElement> fields) {
     [java] 	                           ^^^^^^^^^^^
     [java] JAXBElement is a raw type. References to generic type JAXBElement<T> 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<? extends XmlAdapter<?,?>>) Class.forName(adapterClassName, true, cl)));
     [java] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     [java] Type safety: Unchecked cast from Class<capture#5-of ?> to Class<? extends XmlAdapter<?,?>>
     [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<? extends XmlAdapter<?,?>>) Class.forName(adapterClassName, true, cl)));
     [java] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     [java] Type safety: Unchecked cast from Class<capture#7-of ?> to Class<? extends XmlAdapter<?,?>>
     [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<JAXBElement> fields;
     [java] 	             ^^^^^^^^^^^
     [java] JAXBElement is a raw type. References to generic type JAXBElement<T> 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<JAXBElement> getFields() {
     [java] 	            ^^^^^^^^^^^
     [java] JAXBElement is a raw type. References to generic type JAXBElement<T> 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<JAXBElement> fields) {
     [java] 	                           ^^^^^^^^^^^
     [java] JAXBElement is a raw type. References to generic type JAXBElement<T> 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<Class, ClassDescriptor> descriptors = context.getServerSession().getDescriptors();
     [java] 	          ^^^^^
     [java] Class is a raw type. References to generic type Class<T> 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<T> 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<T> 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<T> 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<ValueType,BoundType> 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>) object) {
     [java] 	                ^^^^^^^^^^^^^^^^^^^^^
     [java] Type safety: Unchecked cast from Object to List<Object>
     [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<T> 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<T> 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<T> 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<E> 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<E> 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<E> 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<T> 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<E> 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<E> 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<T> 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<T> 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<T> 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<T> 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<T> 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<T> 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<JAXBElement> elements) {
     [java] 	                                                     ^^^^^^^^^^^
     [java] JAXBElement is a raw type. References to generic type JAXBElement<T> 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<T> 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<Object>) results);
     [java] 	                  ^^^^^^^^^^^^^^^^^^^^^^
     [java] Type safety: Unchecked cast from Object to List<Object>
     [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<String, Object> queryParams, UriInfo uriInfo, PageableCollection resultCollection) {
     [java] 	        ^^^^^^^^^^^^^^^^^^
     [java] PageableCollection is a raw type. References to generic type PageableCollection<T> 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<String, Object> queryParams, UriInfo uriInfo, PageableCollection resultCollection) {
     [java] 	                                                                                                          ^^^^^^^^^^^^^^^^^^
     [java] PageableCollection is a raw type. References to generic type PageableCollection<T> 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<T> 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<T> 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<T> 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<JAXBElement> getFields();
     [java] 	     ^^^^^^^^^^^
     [java] JAXBElement is a raw type. References to generic type JAXBElement<T> 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<JAXBElement> fields);
     [java] 	                    ^^^^^^^^^^^
     [java] JAXBElement is a raw type. References to generic type JAXBElement<T> 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<T> 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.v20240417-36e9af724e.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.v20240417-36e9af724e-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.v20240417-36e9af724e.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.v20240417-36e9af724e
     [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.v20240417-36e9af724e.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.v20240417-36e9af724e-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.v20240417-36e9af724e.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.v20240417-36e9af724e
     [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.v20240417-36e9af724e.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.v20240417-36e9af724e-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.v20240417-36e9af724e.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.v20240417-36e9af724e
     [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<E> 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<T> 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<T> 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.v20240417-36e9af724e.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.v20240417-36e9af724e-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.v20240417-36e9af724e.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.v20240417-36e9af724e
     [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.v20240417-36e9af724e.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.v20240417-36e9af724e-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.v20240417-36e9af724e.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.v20240417-36e9af724e
     [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.v20240417-36e9af724e.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.v20240417-36e9af724e-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.v20240417-36e9af724e.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.479 s]
     [java] [INFO] EclipseLink Hermes Parser .......................... SUCCESS [  4.992 s]
     [java] [INFO] EclipseLink Core ................................... SUCCESS [  7.313 s]
     [java] [INFO] EclipseLink NoSQL Extension ........................ SUCCESS [  0.380 s]
     [java] [INFO] EclipseLink Extension .............................. SUCCESS [  0.178 s]
     [java] [INFO] EclipseLink JPA .................................... SUCCESS [  1.656 s]
     [java] [INFO] EclipseLink MOXy ................................... SUCCESS [  0.905 s]
     [java] [INFO] EclipseLink DBWS ................................... SUCCESS [  0.748 s]
     [java] [INFO] EclipseLink JPA-RS ................................. SUCCESS [  0.170 s]
     [java] [INFO] EclipseLink SDO .................................... SUCCESS [  0.592 s]
     [java] [INFO] EclipseLink DBWS Builder ........................... SUCCESS [  0.466 s]
     [java] [INFO] EclipseLink Oracle Extension ....................... SUCCESS [  0.370 s]
     [java] [INFO] EclipseLink Oracle NoSQL Extension ................. SUCCESS [  0.219 s]
     [java] [INFO] ------------------------------------------------------------------------
     [java] [INFO] BUILD SUCCESS
     [java] [INFO] ------------------------------------------------------------------------
     [java] [INFO] Total time:  26.422 s
     [java] [INFO] Finished at: 2024-04-17T17:36:49Z
     [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.v20240417-36e9af724e.jar
      [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/org.eclipse.persistence.jpa.modelgen.source_2.7.15.v20240417-36e9af724e.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.v20240417-36e9af724e.jar
      [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/eclipselink-moxy-dynamicxjc.source_2.7.15.v20240417-36e9af724e.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.v20240417-36e9af724e
    [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.v20240417-36e9af724e.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:1216: 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.v20240417-36e9af724e.jar
     [echo]             /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/org.eclipse.persistence.extension_2.7.15.v20240417-36e9af724e.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.v20240417-36e9af724e.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.v20240417-36e9af724e.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.v20240417-36e9af724e.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.v20240417-36e9af724e.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.v20240417-36e9af724e.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.v20240417-36e9af724e.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.v20240417-36e9af724e.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.v20240417-36e9af724e.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.v20240417-36e9af724e.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.v20240417-36e9af724e.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.v20240417-36e9af724e.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.v20240417-36e9af724e.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.v20240417-36e9af724e.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.v20240417-36e9af724e.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.v20240417-36e9af724e.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.v20240417-36e9af724e.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.v20240417-36e9af724e.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.v20240417-36e9af724e.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.v20240417-36e9af724e.jar'
     [echo] core.lib              ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.core_2.7.15.v20240417-36e9af724e.jar'
     [echo] moxy.lib              ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.moxy_2.7.15.v20240417-36e9af724e.jar'
     [echo] jpa.lib               ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.jpa_2.7.15.v20240417-36e9af724e.jar'
     [echo] jpars.lib             ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.jpars_2.7.15.v20240417-36e9af724e.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.v20240417-36e9af724e.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 = '20240417.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='20240417.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='20240417.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='20240417.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='20240417.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='20240417.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='20240417.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='20240417.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='20240417.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='20240417.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='20240417.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='20240417.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='20240417.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='20240417.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='20240417.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='20240417.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='20240417.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='20240417.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='20240417.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='20240417.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='20240417.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.v20240417-36e9af724e
      [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.v20240417-36e9af724e
      [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.v20240417-36e9af724e
      [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.v20240417-36e9af724e
      [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 = '20240417.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='20240417.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='20240417.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='20240417.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='20240417.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='20240417.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='20240417.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='20240417.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='20240417.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='20240417.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='20240417.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='20240417.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.v20240417-36e9af724e.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='20240417.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.v20240417-36e9af724e
      [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.v20240417-36e9af724e.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.v20240417-36e9af724e'
     [echo] EarV: '2_7_15_v20240417-36e9af724e'

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_v20240417-36e9af724e-shared-lib.ear

create-shared-lib-install:
      [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/eclipselink2_7_15_v20240417-36e9af724e-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                 ='v20240417-36e9af724e'
     [echo] version.string                    ='2.7.15.v20240417-36e9af724e'
     [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.v20240417-36e9af724e.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.6.0
      [say] '
      [say]    hermes.version      = '2.7.15.v20240417-36e9af724e'
      [say]    oracle.version      = '2.7.15.v20240417-36e9af724e'
      [say]    oraclenosql.version = '2.7.15.v20240417-36e9af724e'
      [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.v20240417-36e9af724e.jar

jar-feature:
      [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/classes/features/org.eclipse.persistence.dbwsbuilder_2.7.15.v20240417-36e9af724e.jar

jar-feature:
      [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/classes/features/org.eclipse.persistence.jpa_2.7.15.v20240417-36e9af724e.jar

jar-feature:
      [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/classes/features/org.eclipse.persistence.nosql_2.7.15.v20240417-36e9af724e.jar

jar-feature:
      [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/classes/features/org.eclipse.persistence.moxy_2.7.15.v20240417-36e9af724e.jar

jar-feature:
      [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/classes/features/org.eclipse.persistence.sdo_2.7.15.v20240417-36e9af724e.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.v20240417-36e9af724e.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.v20240417-36e9af724e.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.v20240417-36e9af724e.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.v20240417-36e9af724e.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.v20240417-36e9af724e.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.v20240417-36e9af724e.jar

jar-feature:
      [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/classes/features/org.eclipse.persistence.sdk_2.7.15.v20240417-36e9af724e.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.v20240417-36e9af724e.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.v20240417-36e9af724e.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/build1910131467
     [echo] /tmp/build1910131467
    [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/eclipselink.zip into /tmp/build1910131467
    [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.765 sec
   [delete] Deleting directory /tmp/build1910131467

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: 389ms

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-20240417.1734/eclipselink-toplink-2.7.15-20240417.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.v20240417-36e9af724e
   [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/p2repo/2.7.15.v20240417-36e9af724e
    [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/p2repo/2.7.15.v20240417-36e9af724e

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                 ='v20240417-36e9af724e'
     [echo] version.string                    ='2.7.15.v20240417-36e9af724e'
     [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.v20240417-36e9af724e.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.v20240417-36e9af724e'
     [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.v20240417-36e9af724e/features'
     [echo] p2.bundle.dir         ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/p2repo/2.7.15.v20240417-36e9af724e/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.v20240417-36e9af724e'
     [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.v20240417-36e9af724e/plugins
    [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/p2repo/2.7.15.v20240417-36e9af724e/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.v20240417-36e9af724e/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.v20240417-36e9af724e/plugins
    [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/eclipselink-P2-2.7.15.v20240417-36e9af724e.zip into /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/p2repo/2.7.15.v20240417-36e9af724e/plugins
    [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/features/eclipselink-P2-2.7.15.v20240417-36e9af724e.zip into /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/p2repo/2.7.15.v20240417-36e9af724e/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.v20240417-36e9af724e'
     [echo] p2.repos.url     ='file://home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/p2repo/2.7.15.v20240417-36e9af724e'
       [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/20240417
     [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/20240417'
     [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/bundles/2.7.15/20240417
     [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/bundles/2.7.15/20240417
     [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/bundles/2.7.15/20240417
     [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/bundles/2.7.15/20240417
     [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/bundles/2.7.15/20240417
     [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/bundles/2.7.15/20240417
     [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/bundles/2.7.15/20240417
     [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/bundles/2.7.15/20240417
     [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/build/bundles/2.7.15/20240417
     [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='20240417.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  ='v20240417-36e9af724e'
     [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.v20240417-36e9af724e'
     [echo] build.number   ='20240417'
     [echo] git.hash       ='36e9af724e'
     [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/20240417'
     [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-v20240417-36e9af724e.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-17 17:39:05.615--DatabaseSessionImpl(1205406622)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:39:06.093--DatabaseSessionImpl(1205406622)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.732 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-17 17:39:06.746--ServerSession(511707818)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: query: 2024-04-17 17:39:06.809--ClientSession(530042637)--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.v20240417-36e9af724e): 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-17 17:39:06.818--ClientSession(302977067)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:06.818--ClientSession(1716093734)--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.v20240417-36e9af724e): 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-17 17:39:06.822--ServerSession(364639279)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: query: 2024-04-17 17:39:06.824--ClientSession(38262958)--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.v20240417-36e9af724e): 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-17 17:39:06.824--ServerSession(364639279)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Connections unavailable
    [junit] Error Code: 0
    [junit] [EL Info]: query: 2024-04-17 17:39:06.824--ClientSession(38262958)--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.v20240417-36e9af724e): 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-17 17:39:11.825--ServerSession(364639279)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Connections unavailable
    [junit] Error Code: 0
    [junit] [EL Info]: query: 2024-04-17 17:39:11.825--ClientSession(38262958)--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.v20240417-36e9af724e): 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-17 17:39:16.826--ServerSession(364639279)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Connections unavailable
    [junit] Error Code: 0
    [junit] [EL Warning]: 2024-04-17 17:39:16.826--ClientSession(38262958)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.299 sec
    [junit] Running org.eclipse.persistence.testing.tests.junit.failover.FailoverTest
    [junit] [EL Info]: 2024-04-17 17:39:17.36--DatabaseSessionImpl(109228794)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: query: 2024-04-17 17:39:17.428--DatabaseSessionImpl(109228794)--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.v20240417-36e9af724e): 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.322 sec
    [junit] Running org.eclipse.persistence.testing.tests.junit.helper.ConcurrencySemaphoreTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.804 sec
    [junit] Running org.eclipse.persistence.testing.tests.junit.helper.HelperTest
    [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 sec
    [junit] Running org.eclipse.persistence.testing.tests.junit.helper.JavaUtilTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec
    [junit] Running org.eclipse.persistence.testing.tests.junit.helper.JavaVersionTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec
    [junit] Running org.eclipse.persistence.testing.tests.junit.identitymaps.CacheIdTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 sec
    [junit] Running org.eclipse.persistence.testing.tests.junit.localization.LocalizationResourcesTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec
    [junit] Running org.eclipse.persistence.testing.tests.junit.localization.LocalizationTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 sec
    [junit] Running org.eclipse.persistence.testing.tests.junit.logging.LogCategoryTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec
    [junit] Running org.eclipse.persistence.testing.tests.junit.logging.LogLevelTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 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.093 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.112 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] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec
    [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] 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.184 sec
    [junit] Running org.eclipse.persistence.testing.tests.junit.security.SecurableBackwardsCompatibilityTest
    [junit] [EL Warning]: jpa: 2024-04-17 17:39:25.887--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-17 17:39:25.935--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-17 17:39:25.939--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-17 17:39:25.94--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-17 17:39:25.948--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.213 sec
    [junit] Running org.eclipse.persistence.testing.tests.junit.sessionsxml.SessionManagerTest
    [junit] [EL Warning]: connection: 2024-04-17 17:39:26.445--Exception [EclipseLink-63001] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:26.653--Exception [EclipseLink-63002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.369 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.28 sec
    [junit] Running org.eclipse.persistence.testing.tests.junit.transparentindirection.IndirectSetTest
    [junit] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.223 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-17 17:39:28.966--DatabaseSessionImpl(1793799654)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:39:29.524--DatabaseSessionImpl(1793799654)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:29.535--DatabaseSessionImpl(1793799654)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:29.542--DatabaseSessionImpl(1793799654)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:29.551--DatabaseSessionImpl(1793799654)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:29.56--DatabaseSessionImpl(1793799654)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:29.566--DatabaseSessionImpl(1793799654)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:29.573--DatabaseSessionImpl(1793799654)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:29.585--DatabaseSessionImpl(1793799654)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:29.591--DatabaseSessionImpl(1793799654)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:29.598--DatabaseSessionImpl(1793799654)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:29.603--DatabaseSessionImpl(1793799654)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:29.609--DatabaseSessionImpl(1793799654)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:29.615--DatabaseSessionImpl(1793799654)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:29.62--DatabaseSessionImpl(1793799654)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:29.624--DatabaseSessionImpl(1793799654)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:29.63--DatabaseSessionImpl(1793799654)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:29.636--DatabaseSessionImpl(1793799654)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:29.641--DatabaseSessionImpl(1793799654)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:29.647--DatabaseSessionImpl(1793799654)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:29.652--DatabaseSessionImpl(1793799654)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:29.656--DatabaseSessionImpl(1793799654)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:29.661--DatabaseSessionImpl(1793799654)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:29.667--DatabaseSessionImpl(1793799654)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:29.672--DatabaseSessionImpl(1793799654)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:29.678--DatabaseSessionImpl(1793799654)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:29.713--DatabaseSessionImpl(1793799654)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:29.719--DatabaseSessionImpl(1793799654)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:29.723--DatabaseSessionImpl(1793799654)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.159 sec
    [junit] 
    [junit] Running AggregateUpdateObjectTestSuite
    [junit] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.458 sec
    [junit] 
    [junit] Running AggregateReadAllTestSuite
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
    [junit] 
    [junit] Running AggregateDeleteObjectTestSuite
    [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 sec
    [junit] 
    [junit] Running AggregateInsertObjectTestSuite
    [junit] [EL Warning]: 2024-04-17 17:39:30.902--UnitOfWork(233343686)--Exception [EclipseLink-68] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.065 sec
    [junit] 
    [junit] Running AggregateUnitOfWorkTestSuite
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
    [junit] 
    [junit] Running AggregateUnitOfWorkCommitResumeTestSuite
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
    [junit] 
    [junit] Running AggregateCheckForNullUnitOfWorkTestSuite
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 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.005 sec
    [junit] 
    [junit] Running AggregateEventTestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
    [junit] 
    [junit] Running NestedAggregateTestSuite
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec
    [junit] 
    [junit] Running AggregateInheritanceTestSuite
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
    [junit] 
    [junit] Running AggregateRelationshipsTestSuite
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
    [junit] [EL Info]: 2024-04-17 17:39:31.241--DatabaseSessionImpl(1792711692)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:39:31.274--DatabaseSessionImpl(1792711692)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:31.275--DatabaseSessionImpl(1792711692)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:31.276--DatabaseSessionImpl(1792711692)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:31.276--DatabaseSessionImpl(1792711692)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:31.277--DatabaseSessionImpl(1792711692)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:31.278--DatabaseSessionImpl(1792711692)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:31.279--DatabaseSessionImpl(1792711692)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:31.28--DatabaseSessionImpl(1792711692)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:31.508--DatabaseSessionImpl(1225554563)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] 
    [junit] Running EmployeeReadObjectTestSuite
    [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec
    [junit] 
    [junit] Running EmployeeUpdateObjectTestSuite
    [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 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.059 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.004 sec
    [junit] [EL Info]: 2024-04-17 17:39:32.003--DatabaseSessionImpl(154674411)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:39:32.274--DatabaseSessionImpl(154674411)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:32.275--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:33.232--ServerSession(476179877)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.868 sec
    [junit] [EL Info]: 2024-04-17 17:39:48.316--DatabaseSessionImpl(622396011)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] 
    [junit] Running CacheIdentityMapInsertOverflowTestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 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-17 17:39:48.619--ServerSession(1982072255)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:39:48.694--DatabaseSessionImpl(1493755606)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:39:48.733--DatabaseSessionImpl(1493755606)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:48.744--DatabaseSessionImpl(1493755606)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:48.748--DatabaseSessionImpl(1493755606)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:48.753--DatabaseSessionImpl(1493755606)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:48.757--DatabaseSessionImpl(1493755606)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:48.76--DatabaseSessionImpl(1493755606)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:48.764--DatabaseSessionImpl(1493755606)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:48.768--DatabaseSessionImpl(1493755606)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:48.771--DatabaseSessionImpl(1493755606)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:48.775--DatabaseSessionImpl(1493755606)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:48.778--DatabaseSessionImpl(1493755606)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.014 sec
    [junit] 
    [junit] Running CollectionsWriteObjectTestSuite
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
    [junit] 
    [junit] Running CollectionsDeleteObjectTestSuite
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 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.038 sec
    [junit] [EL Info]: 2024-04-17 17:39:48.961--DatabaseSessionImpl(338957261)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:39:49.287--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:49.288--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:49.289--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:49.29--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:49.29--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:49.291--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:49.296--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:49.3--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:49.304--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:49.307--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:50.053--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:50.059--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:50.063--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:50.066--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:50.07--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:50.074--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:50.078--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:50.081--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:50.085--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:50.089--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:50.092--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:50.096--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:50.099--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:50.103--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:50.107--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:50.111--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:50.114--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:50.18--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:50.184--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:50.188--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:50.192--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:50.195--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:50.2--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:50.205--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:50.208--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:50.212--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.065 sec
    [junit] 
    [junit] Running UnitOfWorkTestSuite
    [junit] [EL Warning]: 2024-04-17 17:39:50.83--UnitOfWork(1251996697)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:50.84--UnitOfWork(1118400595)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:50.976--UnitOfWork(373462668)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:51.017--UnitOfWork(2061394598)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:51.017--UnitOfWork(1005849716)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:51.021--UnitOfWork(412494235)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:51.042--UnitOfWork(850520326)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:51.147--UnitOfWork(650311527)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:51.264--UnitOfWork(597049482)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:51.287--UnitOfWork(771404135)--Exception [EclipseLink-200] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:51.304--DatabaseSessionImpl(338957261)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Exception Description: DatabaseAccessor not connected.
    [junit] [EL Warning]: 2024-04-17 17:39:51.314--UnitOfWork(2134545149)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.532 sec
    [junit] 
    [junit] Running UnitOfWorkEventTestSuite
    [junit] [EL Warning]: 2024-04-17 17:39:51.351--UnitOfWork(831656273)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.014 sec
    [junit] [EL Info]: 2024-04-17 17:39:51.353--DatabaseSessionImpl(1464460851)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:39:51.372--DatabaseSessionImpl(1464460851)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.005 sec
    [junit] 
    [junit] Running ConversionManagerReadAllTestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 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.007 sec
    [junit] 
    [junit] Running ConversionManagerUpdateObjectTestSuite
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
    [junit] 
    [junit] Running ConversionManagerConvertObjectTestSuite
    [junit] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 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-17 17:39:51.446--DatabaseSessionImpl(1254161863)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [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.006 sec
    [junit] 
    [junit] Running ConversionManagerInsertObjectTestSuite
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 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-17 17:39:51.533--DatabaseSessionImpl(300690223)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:39:51.82--DatabaseSessionImpl(300690223)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:39:52.051--DatabaseSessionImpl(300690223)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.012 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.017 sec
    [junit] 
    [junit] Running CustomSQLReadAllTestSuite
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.003 sec
    [junit] 
    [junit] Running OutputParametersTestSuite
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This test can only be run in Oracle9
    [junit] [EL Info]: 2024-04-17 17:39:52.165--ServerSession(217103506)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.035 sec
    [junit] 
    [junit] Running CustomSQLStoredFunctionTestSuite
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:52.202--DatabaseSessionImpl(684948803)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:39:52.311--DatabaseSessionImpl(1153778787)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] 
    [junit] Running EmployeeReadObjectTestSuite
    [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
    [junit] 
    [junit] Running EmployeeUpdateObjectTestSuite
    [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 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.034 sec
    [junit] 
    [junit] Running EmployeeReadAllTestSuite
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 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-17 17:39:52.682--DatabaseSessionImpl(1444955914)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [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.022 sec
    [junit] 
    [junit] Running EmployeeDeleteObjectTestSuite
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 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-17 17:39:53.192--UnitOfWork(1387426106)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:53.212--UnitOfWork(1343642221)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.186 sec
    [junit] [EL Info]: 2024-04-17 17:39:53.294--DatabaseSessionImpl(2035659988)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [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.031 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.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-17 17:39:53.768--UnitOfWork(285527187)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:53.786--UnitOfWork(1253179264)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.716 sec
    [junit] [EL Info]: 2024-04-17 17:39:55.443--DatabaseSessionImpl(401290746)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] 
    [junit] Running EmployeeReadObjectTestSuite
    [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 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.020 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: 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-17 17:39:55.886--UnitOfWork(404223984)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:55.901--UnitOfWork(1289555759)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.091 sec
    [junit] [EL Info]: 2024-04-17 17:39:55.942--DatabaseSessionImpl(967348315)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:39:56.048--DatabaseSessionImpl(1321173721)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:39:56.059--DatabaseSessionImpl(2035430543)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] 
    [junit] Running EmployeeReadObjectTestSuite
    [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
    [junit] 
    [junit] Running EmployeeUpdateObjectTestSuite
    [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
    [junit] 
    [junit] Running EmployeeInsertObjectTestSuite
    [junit] Tests run: 11, 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.027 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-17 17:39:56.399--DatabaseSessionImpl(888117369)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] 
    [junit] Running EmployeeReadObjectTestSuite
    [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 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-17 17:39:56.683--DatabaseSessionImpl(411168628)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] 
    [junit] Running EmployeeReadObjectTestSuite
    [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 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.019 sec
    [junit] 
    [junit] Running EmployeeDeleteObjectTestSuite
    [junit] Tests run: 11, 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.005 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-17 17:39:57.02--DatabaseSessionImpl(323509890)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [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.027 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.051 sec
    [junit] [EL Info]: 2024-04-17 17:39:57.309--DatabaseSessionImpl(1012083607)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] 
    [junit] Running ForceUpdateVersionLockingTestSuite
    [junit] [EL Warning]: 2024-04-17 17:39:58.46--UnitOfWork(2074675151)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:58.47--UnitOfWork(447778435)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:58.479--UnitOfWork(1941343640)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:58.487--UnitOfWork(1084459588)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.036 sec
    [junit] 
    [junit] Running ForceUpdateVersionLockingNopTestSuite
    [junit] [EL Warning]: 2024-04-17 17:39:58.494--UnitOfWork(1761645902)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:58.496--UnitOfWork(334409047)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:58.5--UnitOfWork(489693281)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:58.502--UnitOfWork(206943440)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:58.507--UnitOfWork(643157181)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:58.509--UnitOfWork(54436922)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:58.513--UnitOfWork(1096356159)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:39:58.514--UnitOfWork(1074487756)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.025 sec
    [junit] [EL Info]: 2024-04-17 17:39:58.518--DatabaseSessionImpl(1196766417)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:39:59.789--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:00.137--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:00.142--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:00.145--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:00.149--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:00.153--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:00.156--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:00.186--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:00.19--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:00.193--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:00.207--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:00.653--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:00.658--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:00.672--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:00.676--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:00.679--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:00.683--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:00.687--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:00.69--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:00.695--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:00.708--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:00.711--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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: 11.040 sec
    [junit] 
    [junit] Running ExpressionTestSuite
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This expression is not supported on this platform.
    [junit] [EL Warning]: 2024-04-17 17:40:12.116--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.QueryException
    [junit] Exception Description: Invalid query key [foofoo] in expression.
    [junit] Query: ReadAllQuery(referenceClass=Employee )
    [junit] [EL Warning]: 2024-04-17 17:40:12.117--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6078] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:12.118--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6068] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:12.118--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:12.118--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:12.119--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:12.119--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6122] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:12.18--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.218 sec
    [junit] 
    [junit] Running ExpressionInMemoryTestSuite
    [junit] [EL Warning]: 2024-04-17 17:40:12.232--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This test is not supported In-Memory
    [junit] [EL Warning]: 2024-04-17 17:40:12.307--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This test is not supported In-Memory
    [junit] [EL Warning]: 2024-04-17 17:40:12.308--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This test is not supported In-Memory
    [junit] [EL Warning]: 2024-04-17 17:40:12.309--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This test is not supported In-Memory
    [junit] [EL Warning]: 2024-04-17 17:40:12.328--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This test is not supported In-Memory
    [junit] [EL Warning]: 2024-04-17 17:40:12.402--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This test is not supported In-Memory
    [junit] [EL Warning]: 2024-04-17 17:40:12.412--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This test is not supported In-Memory
    [junit] [EL Warning]: 2024-04-17 17:40:12.413--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This test is not supported In-Memory
    [junit] [EL Warning]: 2024-04-17 17:40:12.439--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This test is not supported In-Memory
    [junit] [EL Warning]: 2024-04-17 17:40:12.458--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This test is not supported In-Memory
    [junit] [EL Warning]: 2024-04-17 17:40:12.46--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This test is not supported In-Memory
    [junit] [EL Warning]: 2024-04-17 17:40:12.469--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.275 sec
    [junit] 
    [junit] Running ExpressionSubSelectTestSuite
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.002 sec
    [junit] 
    [junit] Running ExpressionOuterJoinTestSuite
    [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec
    [junit] 
    [junit] Running ExpressionUnitTestSuite
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.091 sec
    [junit] 
    [junit] Running QueryFrameworkTestSuite
    [junit] [EL Info]: 2024-04-17 17:40:12.788--ServerSession(1925374809)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:12.806--ServerSession(769090523)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: Not supported in MySQL
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: Not supported in MySQL
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This database does not support NOWAIT
    [junit] [EL Info]: 2024-04-17 17:40:12.865--ServerSession(1135547754)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:12.904--ServerSession(55893572)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This database does not support NOWAIT
    [junit] [EL Warning]: 2024-04-17 17:40:12.978--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6029] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.QueryException
    [junit] Exception Description: A reference class must be provided.
    [junit] Query: ReadAllQuery()
    [junit] [EL Warning]: 2024-04-17 17:40:12.978--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6024] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.QueryException
    [junit] Exception Description: Modify queries require an object to modify.
    [junit] Query: WriteObjectQuery(null)
    [junit] [EL Warning]: 2024-04-17 17:40:12.98--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6129] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:13.023--ServerSession(1731878261)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:40:13.05--ClientSession(1846206509)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:13.055--ServerSession(224702128)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:40:13.104--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6183] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:13.17--ServerSession(682683113)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:13.198--ServerSession(2064205143)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:13.224--ServerSession(1411172927)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:13.252--ServerSession(128998827)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:40:13.281--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6131] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:13.309--DatabaseSessionImpl(1151089812)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:40:13.365--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6135] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:13.371--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6120] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:14.417--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:14.418--ServerSession(401978800)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:14.452--Running checkCustomQueryRaceConditionsInReadAllQuery test.
    [junit] [EL Info]: 2024-04-17 17:40:14.454--Running checkCustomQueryRaceConditionsInReadObjectQuery test.
    [junit] [EL Warning]: query: 2024-04-17 17:40:14.455--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-17 17:40:14.482--ServerSession(2033255565)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:40:15.53--ClientSession(1583980252)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.813 sec
    [junit] 
    [junit] Running CacheHitAndInMemoryTestSuite
    [junit] [EL Warning]: 2024-04-17 17:40:15.676--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6092] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.140 sec
    [junit] 
    [junit] Running Event Hook Test Suite
    [junit] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec
    [junit] 
    [junit] Running OptimisticLockingTestSuite
    [junit] [EL Warning]: 2024-04-17 17:40:15.752--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:15.756--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:15.758--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:15.761--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:15.919--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:16.029--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: Nested arrays not supported on this database
    [junit] [EL Warning]: 2024-04-17 17:40:16.105--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: Nested arrays not supported on this database
    [junit] [EL Warning]: 2024-04-17 17:40:16.116--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6119] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:16.117--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6119] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.387 sec
    [junit] 
    [junit] Running ReportQueryTestSuite
    [junit] [EL Warning]: 2024-04-17 17:40:16.165--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6034] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:16.166--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:16.166--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:16.189--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6050] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:16.191--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-3002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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-17 17:40:16.262--ServerSession(1936728619)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:16.299--ServerSession(904779910)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:16.337--ServerSession(500426853)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:40:16.371--ServerSession(500426853)--java.lang.NullPointerException
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:16.373--ServerSession(732453311)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:16.409--ServerSession(1524475288)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:16.444--ServerSession(1650177125)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:16.479--ServerSession(111864851)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:40:16.512--ServerSession(111864851)--java.lang.NullPointerException
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:16.513--ServerSession(958613130)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:16.566--ServerSession(4358716)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:16.604--ServerSession(1871949388)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.394 sec
    [junit] 
    [junit] Running Integrity Checker
    [junit] [EL Info]: 2024-04-17 17:40:16.657--DatabaseSessionImpl(1470942118)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Severe]: 2024-04-17 17:40:16.669--DatabaseSessionImpl(1470942118)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.IntegrityException
    [junit] Descriptor Exceptions: 
    [junit] ---------------------------------------------------------
    [junit] 
    [junit] Exception [EclipseLink-59] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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-17 17:40:16.671--DatabaseSessionImpl(919169422)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Severe]: 2024-04-17 17:40:16.682--DatabaseSessionImpl(919169422)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.IntegrityException
    [junit] Descriptor Exceptions: 
    [junit] ---------------------------------------------------------
    [junit] 
    [junit] Exception [EclipseLink-59] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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-17 17:40:16.693--DatabaseSessionImpl(235149619)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Severe]: 2024-04-17 17:40:16.733--DatabaseSessionImpl(235149619)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.IntegrityException
    [junit] Descriptor Exceptions: 
    [junit] ---------------------------------------------------------
    [junit] 
    [junit] Exception [EclipseLink-141] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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-17 17:40:16.734--DatabaseSessionImpl(1460685994)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec
    [junit] 
    [junit] Running ExceptionHandler
    [junit] [EL Warning]: 2024-04-17 17:40:16.746--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:16.748--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.023 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-17 17:40:16.77--Thread(Thread[main,5,main])--Time {0.5HR}
    [junit] [EL Fine]: 2024-04-17 17:40:16.77--Thread(Thread[main,5,main])--cmp_init_transformer_is_null
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 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.v20240417-36e9af724e): 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-17 17:40:16.783--DatabaseSessionImpl(527305679)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:16.803--DatabaseSessionImpl(527305679)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:16.812--DatabaseSessionImpl(1196766417)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:16.823--DatabaseSessionImpl(1087956214)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:16.833--DatabaseSessionImpl(1196766417)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.072 sec
    [junit] 
    [junit] Running JNDIConnectionTestSuite
    [junit] [EL Info]: 2024-04-17 17:40:16.85--DatabaseSessionImpl(1196766417)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:16.868--DatabaseSessionImpl(1196766417)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 sec
    [junit] 
    [junit] Running CustomSequenceTestSuite
    [junit] [EL Warning]: 2024-04-17 17:40:16.88--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.017 sec
    [junit] 
    [junit] Running SequenceTestSuite
    [junit] [EL Info]: 2024-04-17 17:40:16.96--ServerSession(571704818)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:16.986--ServerSession(1717369859)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:17.011--ServerSession(856713663)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:17.07--DatabaseSessionImpl(741723601)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:17.088--DatabaseSessionImpl(1196766417)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:40:17.098--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:17.099--DatabaseSessionImpl(1196766417)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:17.109--DatabaseSessionImpl(1196766417)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:40:17.119--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:17.12--DatabaseSessionImpl(1196766417)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:40:17.134--UnitOfWork(198110873)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.240 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.014 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-17 17:40:17.207--DatabaseSessionImpl(2031959376)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:17.219--DatabaseSessionImpl(640617224)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:17.23--DatabaseSessionImpl(998964671)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:17.241--DatabaseSessionImpl(405885817)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Severe]: 2024-04-17 17:40:17.251--DatabaseSessionImpl(405885817)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.IntegrityException
    [junit] Descriptor Exceptions: 
    [junit] ---------------------------------------------------------
    [junit] 
    [junit] Exception [EclipseLink-63] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.045 sec
    [junit] 
    [junit] Running SessionCacheTestSuite
    [junit] [EL Warning]: 2024-04-17 17:40:17.252--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This database does not support NOWAIT
    [junit] [EL Warning]: 2024-04-17 17:40:17.253--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This database does not support NOWAIT
    [junit] [EL Warning]: 2024-04-17 17:40:17.253--DatabaseSessionImpl(1196766417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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-17 17:40:17.259--DatabaseSessionImpl(1196766417)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:17.272--DatabaseSessionImpl(1196766417)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:17.285--DatabaseSessionImpl(1196766417)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:17.296--DatabaseSessionImpl(1196766417)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:17.326--DatabaseSessionImpl(1196766417)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:17.336--DatabaseSessionImpl(1432093328)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:40:18.569--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.895 sec
    [junit] 
    [junit] Running ExpressionTestSuite
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This expression is not supported on this platform.
    [junit] [EL Warning]: 2024-04-17 17:40:30.635--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.QueryException
    [junit] Exception Description: Invalid query key [foofoo] in expression.
    [junit] Query: ReadAllQuery(referenceClass=Employee )
    [junit] [EL Warning]: 2024-04-17 17:40:30.636--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6078] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:30.636--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6068] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:30.636--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:30.637--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:30.637--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:30.637--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6122] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:30.686--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.161 sec
    [junit] 
    [junit] Running ExpressionInMemoryTestSuite
    [junit] [EL Warning]: 2024-04-17 17:40:30.72--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This test is not supported In-Memory
    [junit] [EL Warning]: 2024-04-17 17:40:30.781--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This test is not supported In-Memory
    [junit] [EL Warning]: 2024-04-17 17:40:30.782--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This test is not supported In-Memory
    [junit] [EL Warning]: 2024-04-17 17:40:30.783--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This test is not supported In-Memory
    [junit] [EL Warning]: 2024-04-17 17:40:30.795--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This test is not supported In-Memory
    [junit] [EL Warning]: 2024-04-17 17:40:30.847--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This test is not supported In-Memory
    [junit] [EL Warning]: 2024-04-17 17:40:30.853--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This test is not supported In-Memory
    [junit] [EL Warning]: 2024-04-17 17:40:30.854--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This test is not supported In-Memory
    [junit] [EL Warning]: 2024-04-17 17:40:30.873--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This test is not supported In-Memory
    [junit] [EL Warning]: 2024-04-17 17:40:30.888--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This test is not supported In-Memory
    [junit] [EL Warning]: 2024-04-17 17:40:30.89--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This test is not supported In-Memory
    [junit] [EL Warning]: 2024-04-17 17:40:30.899--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.214 sec
    [junit] 
    [junit] Running ExpressionSubSelectTestSuite
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.058 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.073 sec
    [junit] 
    [junit] Running ExpressionUnitTestSuite
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.074 sec
    [junit] 
    [junit] Running QueryFrameworkTestSuite
    [junit] [EL Info]: 2024-04-17 17:40:31.193--ServerSession(285274075)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:31.209--ServerSession(945724251)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: Not supported in MySQL
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: Not supported in MySQL
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This database does not support NOWAIT
    [junit] [EL Info]: 2024-04-17 17:40:31.248--ServerSession(1404949156)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:31.279--ServerSession(874093852)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This database does not support NOWAIT
    [junit] [EL Warning]: 2024-04-17 17:40:31.333--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6029] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.QueryException
    [junit] Exception Description: A reference class must be provided.
    [junit] Query: ReadAllQuery()
    [junit] [EL Warning]: 2024-04-17 17:40:31.333--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6024] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.QueryException
    [junit] Exception Description: Modify queries require an object to modify.
    [junit] Query: WriteObjectQuery(null)
    [junit] [EL Warning]: 2024-04-17 17:40:31.334--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6129] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:31.365--ServerSession(1927269490)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:40:31.387--ClientSession(1684111049)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:31.388--ServerSession(1484819842)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:40:31.425--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6183] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:31.467--ServerSession(2082641019)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:31.489--ServerSession(820635626)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:31.513--ServerSession(1957779726)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:31.534--ServerSession(1492431040)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:40:31.567--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6131] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:31.588--DatabaseSessionImpl(783154166)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:40:31.638--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6135] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:31.642--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6120] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:32.682--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:32.683--ServerSession(1281128223)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:32.714--Running checkCustomQueryRaceConditionsInReadAllQuery test.
    [junit] [EL Info]: 2024-04-17 17:40:32.715--Running checkCustomQueryRaceConditionsInReadObjectQuery test.
    [junit] [EL Warning]: query: 2024-04-17 17:40:32.716--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-17 17:40:32.741--ServerSession(639453388)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:40:33.784--ClientSession(1857460309)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.659 sec
    [junit] 
    [junit] Running CacheHitAndInMemoryTestSuite
    [junit] [EL Warning]: 2024-04-17 17:40:33.904--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6092] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.113 sec
    [junit] 
    [junit] Running Event Hook Test Suite
    [junit] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
    [junit] 
    [junit] Running OptimisticLockingTestSuite
    [junit] [EL Warning]: 2024-04-17 17:40:33.959--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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,163
    [junit] [EL Warning]: 2024-04-17 17:40:33.961--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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,164
    [junit] [EL Warning]: 2024-04-17 17:40:33.964--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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,165
    [junit] [EL Warning]: 2024-04-17 17:40:33.966--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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,166
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
    [junit] 
    [junit] Running QueryOptimizationTestSuite
    [junit] [EL Warning]: 2024-04-17 17:40:34.1--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:34.2--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: Nested arrays not supported on this database
    [junit] [EL Warning]: 2024-04-17 17:40:34.276--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: Nested arrays not supported on this database
    [junit] [EL Warning]: 2024-04-17 17:40:34.284--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6119] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:34.284--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6119] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.347 sec
    [junit] 
    [junit] Running ReportQueryTestSuite
    [junit] [EL Warning]: 2024-04-17 17:40:34.325--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6034] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:34.325--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:34.326--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:34.343--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6050] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:34.344--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-3002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.061 sec
    [junit] 
    [junit] Running Transaction Test Suite
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
    [junit] 
    [junit] Running ReadingThroughWriteConnectionSuite
    [junit] [EL Info]: 2024-04-17 17:40:34.407--ServerSession(444386303)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:34.44--ServerSession(1786363162)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:34.474--ServerSession(1275853519)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:40:34.506--ServerSession(1275853519)--java.lang.NullPointerException
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:34.508--ServerSession(1158213249)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:34.542--ServerSession(574725994)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:34.574--ServerSession(1832887874)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:34.609--ServerSession(1183905966)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:40:34.642--ServerSession(1183905966)--java.lang.NullPointerException
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:34.643--ServerSession(1300314975)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:34.703--ServerSession(1341801146)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:34.742--ServerSession(1206196858)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.388 sec
    [junit] 
    [junit] Running Integrity Checker
    [junit] [EL Info]: 2024-04-17 17:40:34.795--DatabaseSessionImpl(1078824206)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Severe]: 2024-04-17 17:40:34.806--DatabaseSessionImpl(1078824206)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.IntegrityException
    [junit] Descriptor Exceptions: 
    [junit] ---------------------------------------------------------
    [junit] 
    [junit] Exception [EclipseLink-59] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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-17 17:40:34.807--DatabaseSessionImpl(1809965097)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Severe]: 2024-04-17 17:40:34.818--DatabaseSessionImpl(1809965097)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.IntegrityException
    [junit] Descriptor Exceptions: 
    [junit] ---------------------------------------------------------
    [junit] 
    [junit] Exception [EclipseLink-59] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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-17 17:40:34.829--DatabaseSessionImpl(1713794884)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Severe]: 2024-04-17 17:40:34.869--DatabaseSessionImpl(1713794884)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.IntegrityException
    [junit] Descriptor Exceptions: 
    [junit] ---------------------------------------------------------
    [junit] 
    [junit] Exception [EclipseLink-141] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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-17 17:40:34.87--DatabaseSessionImpl(1672792803)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
    [junit] 
    [junit] Running ExceptionHandler
    [junit] [EL Warning]: 2024-04-17 17:40:34.882--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:34.884--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.023 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-17 17:40:34.906--Thread(Thread[main,5,main])--Time {0.5HR}
    [junit] [EL Fine]: 2024-04-17 17:40:34.906--Thread(Thread[main,5,main])--cmp_init_transformer_is_null
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 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.v20240417-36e9af724e): 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-17 17:40:34.917--DatabaseSessionImpl(194699387)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:34.94--DatabaseSessionImpl(194699387)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:34.951--DatabaseSessionImpl(1432093328)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:34.962--DatabaseSessionImpl(1884885212)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:34.972--DatabaseSessionImpl(1432093328)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.072 sec
    [junit] 
    [junit] Running JNDIConnectionTestSuite
    [junit] [EL Info]: 2024-04-17 17:40:34.984--DatabaseSessionImpl(1432093328)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:34.995--DatabaseSessionImpl(1432093328)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
    [junit] 
    [junit] Running CustomSequenceTestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
    [junit] 
    [junit] Running SequenceTestSuite
    [junit] [EL Info]: 2024-04-17 17:40:35.068--ServerSession(1141815928)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:35.092--ServerSession(740358750)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:35.115--ServerSession(38330955)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:35.167--DatabaseSessionImpl(431968953)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:35.186--DatabaseSessionImpl(1432093328)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:40:35.197--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:35.197--DatabaseSessionImpl(1432093328)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:35.208--DatabaseSessionImpl(1432093328)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:40:35.218--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:35.219--DatabaseSessionImpl(1432093328)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:40:35.231--UnitOfWork(1984192708)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.215 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.036 sec
    [junit] 
    [junit] Running QueryRepreparationTestSuite
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 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-17 17:40:35.29--DatabaseSessionImpl(1355159804)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:35.302--DatabaseSessionImpl(723238317)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:35.313--DatabaseSessionImpl(1048653674)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:35.324--DatabaseSessionImpl(1028155256)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Severe]: 2024-04-17 17:40:35.334--DatabaseSessionImpl(1028155256)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.IntegrityException
    [junit] Descriptor Exceptions: 
    [junit] ---------------------------------------------------------
    [junit] 
    [junit] Exception [EclipseLink-63] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.045 sec
    [junit] 
    [junit] Running SessionCacheTestSuite
    [junit] [EL Warning]: 2024-04-17 17:40:35.336--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This database does not support NOWAIT
    [junit] [EL Warning]: 2024-04-17 17:40:35.336--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This database does not support NOWAIT
    [junit] [EL Warning]: 2024-04-17 17:40:35.336--DatabaseSessionImpl(1432093328)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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-17 17:40:35.341--DatabaseSessionImpl(1432093328)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:35.354--DatabaseSessionImpl(1432093328)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:35.366--DatabaseSessionImpl(1432093328)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:35.377--DatabaseSessionImpl(1432093328)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:35.408--DatabaseSessionImpl(1432093328)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:35.418--DatabaseSessionImpl(1332264622)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] 
    [junit] Running ExpressionTestSuite
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.093 sec
    [junit] 
    [junit] Running ExpressionSubSelectTestSuite
    [junit] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
    [junit] 
    [junit] Running EmployeeReadObjectTestSuite
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
    [junit] 
    [junit] Running AnySessionsTestSuite
    [junit] [EL Info]: 2024-04-17 17:40:36.997--ServerSession(2038235130)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:40:37.033--SessionBroker(787688037)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.ValidationException
    [junit] Exception Description: There is no session registered with the name [].
    [junit] [EL Info]: 2024-04-17 17:40:37.034--ServerSession(1536179750)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:37.066--ServerSession(457808064)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:40:37.092--SessionBroker(533031256)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.ValidationException
    [junit] Exception Description: There is no session registered with the name [].
    [junit] [EL Info]: 2024-04-17 17:40:37.093--ServerSession(1565473031)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:37.124--ServerSession(1468725840)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:40:37.152--SessionBroker(2077409550)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.ValidationException
    [junit] Exception Description: There is no session registered with the name [].
    [junit] [EL Info]: 2024-04-17 17:40:37.153--ServerSession(1671273336)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:37.182--ServerSession(1192918571)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:37.214--ServerSession(100580223)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:37.238--ServerSession(1496142388)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:37.262--ServerSession(1605511693)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:37.288--ServerSession(866420758)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:37.312--ServerSession(703207007)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.340 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-17 17:40:37.362--HistoricalSession(1951388570)--Exception [EclipseLink-6103] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:37.369--DatabaseSessionImpl(1332264622)--Exception [EclipseLink-6101] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.030 sec
    [junit] 
    [junit] Running EmployeeReadObjectTestSuite
    [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 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.040 sec
    [junit] 
    [junit] Running TestSuite
    [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
    [junit] 
    [junit] Running EmployeeDeleteObjectTestSuite
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This test supports Oracle DB only.
    [junit] [EL Info]: 2024-04-17 17:40:37.617--DatabaseSessionImpl(1682524967)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:37.778--DatabaseSessionImpl(618118204)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] 
    [junit] Running ExpressionTestSuite
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.073 sec
    [junit] 
    [junit] Running ExpressionSubSelectTestSuite
    [junit] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec
    [junit] 
    [junit] Running EmployeeReadObjectTestSuite
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
    [junit] 
    [junit] Running AnySessionsTestSuite
    [junit] [EL Info]: 2024-04-17 17:40:39.361--ServerSession(2089876218)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:40:39.4--SessionBroker(1112766922)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.ValidationException
    [junit] Exception Description: There is no session registered with the name [].
    [junit] [EL Info]: 2024-04-17 17:40:39.401--ServerSession(1066635787)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:39.431--ServerSession(719306104)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:40:39.457--SessionBroker(945431572)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.ValidationException
    [junit] Exception Description: There is no session registered with the name [].
    [junit] [EL Info]: 2024-04-17 17:40:39.458--ServerSession(1401834821)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:39.484--ServerSession(1377140238)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:40:39.509--SessionBroker(1889278676)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.ValidationException
    [junit] Exception Description: There is no session registered with the name [].
    [junit] [EL Info]: 2024-04-17 17:40:39.51--ServerSession(2050471493)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:39.537--ServerSession(271365023)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:39.562--ServerSession(730082508)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:39.587--ServerSession(1978592532)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:39.611--ServerSession(1520353915)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:39.636--ServerSession(1275340115)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:39.66--ServerSession(50336539)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.322 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-17 17:40:39.705--HistoricalSession(1086227845)--Exception [EclipseLink-6103] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:39.711--DatabaseSessionImpl(618118204)--Exception [EclipseLink-6101] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.027 sec
    [junit] 
    [junit] Running EmployeeReadAllTestSuite
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 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.069 sec
    [junit] 
    [junit] Running EmployeeDeleteObjectTestSuite
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This test supports Oracle DB only.
    [junit] [EL Info]: 2024-04-17 17:40:39.946--DatabaseSessionImpl(257656875)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:40.11--DatabaseSessionImpl(212113887)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] 
    [junit] Running ExpressionTestSuite
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.072 sec
    [junit] 
    [junit] Running ExpressionSubSelectTestSuite
    [junit] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec
    [junit] 
    [junit] Running EmployeeReadObjectTestSuite
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
    [junit] 
    [junit] Running AnySessionsTestSuite
    [junit] [EL Info]: 2024-04-17 17:40:42.314--ServerSession(1829945196)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:40:42.345--SessionBroker(318782304)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.ValidationException
    [junit] Exception Description: There is no session registered with the name [].
    [junit] [EL Info]: 2024-04-17 17:40:42.346--ServerSession(864831010)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:42.41--ServerSession(641758544)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:40:42.437--SessionBroker(1389348402)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.ValidationException
    [junit] Exception Description: There is no session registered with the name [].
    [junit] [EL Info]: 2024-04-17 17:40:42.438--ServerSession(47299621)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:42.468--ServerSession(289506248)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:40:42.494--SessionBroker(484526894)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.ValidationException
    [junit] Exception Description: There is no session registered with the name [].
    [junit] [EL Info]: 2024-04-17 17:40:42.494--ServerSession(628728604)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:42.523--ServerSession(1407488324)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:42.549--ServerSession(414997530)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:42.578--ServerSession(2147015131)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:42.604--ServerSession(404902272)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:42.628--ServerSession(1039840203)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:42.651--ServerSession(1268834233)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.362 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-17 17:40:42.698--HistoricalSession(424094918)--Exception [EclipseLink-6103] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:42.704--DatabaseSessionImpl(212113887)--Exception [EclipseLink-6101] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.025 sec
    [junit] 
    [junit] Running EmployeeReadAllTestSuite
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] 
    [junit] Running EmployeeInsertObjectTestSuite
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
    [junit] 
    [junit] Running TestSuite
    [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 sec
    [junit] 
    [junit] Running EmployeeDeleteObjectTestSuite
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This test supports Oracle DB only.
    [junit] [EL Info]: 2024-04-17 17:40:42.898--DatabaseSessionImpl(373184356)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:43.055--DatabaseSessionImpl(1205432311)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:44.413--DatabaseSessionImpl(686584438)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:44.424--DatabaseSessionImpl(515190887)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [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.019 sec
    [junit] 
    [junit] Running InheritanceDeleteObjectTestSuite
    [junit] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
    [junit] 
    [junit] Running InheritanceInsertObjectTestSuite
    [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec
    [junit] 
    [junit] Running InheritanceUpdateObjectTestSuite
    [junit] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec
    [junit] 
    [junit] Running InheritanceUnitOfWorkTestSuite
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
    [junit] 
    [junit] Running InheritanceUnitOfWorkCommitResumeTestSuite
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec
    [junit] 
    [junit] Running Deep Inheritance Tests
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
    [junit] 
    [junit] Running TranslatedKeyInheritance
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 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-17 17:40:45.245--DatabaseSessionImpl(1746735162)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] 
    [junit] Running InsuranceReadObjectTestSuite
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 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.024 sec
    [junit] 
    [junit] Running InsuranceDeleteObjectTestSuite
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
    [junit] 
    [junit] Running InsuranceDeletePrivateOwnedTestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
    [junit] [EL Info]: 2024-04-17 17:40:45.506--DatabaseSessionImpl(1769799334)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:45.515--DatabaseSessionImpl(1769799334)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:45.523--DatabaseSessionImpl(1978963720)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:40:45.535--DatabaseSessionImpl(1978963720)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:45.54--DatabaseSessionImpl(1978963720)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:45.543--DatabaseSessionImpl(1978963720)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:45.548--DatabaseSessionImpl(1978963720)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.004 sec
    [junit] [EL Info]: 2024-04-17 17:40:45.573--DatabaseSessionImpl(2041856248)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:40:45.593--DatabaseSessionImpl(2041856248)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:45.598--DatabaseSessionImpl(2041856248)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:45.602--DatabaseSessionImpl(2041856248)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:45.605--DatabaseSessionImpl(2041856248)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:45.609--DatabaseSessionImpl(2041856248)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:45.612--DatabaseSessionImpl(2041856248)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:45.616--DatabaseSessionImpl(2041856248)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:45.62--DatabaseSessionImpl(2041856248)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:45.623--DatabaseSessionImpl(2041856248)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:45.628--DatabaseSessionImpl(2041856248)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:45.631--DatabaseSessionImpl(2041856248)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:45.635--DatabaseSessionImpl(2041856248)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:45.639--DatabaseSessionImpl(2041856248)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:45.643--DatabaseSessionImpl(2041856248)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:45.647--DatabaseSessionImpl(2041856248)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:45.651--DatabaseSessionImpl(2041856248)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:45.655--DatabaseSessionImpl(2041856248)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.013 sec
    [junit] 
    [junit] Running InterfaceWithoutTablesReadAllTestSuite
    [junit] [EL Warning]: 2024-04-17 17:40:45.721--DatabaseSessionImpl(2041856248)--Exception [EclipseLink-6006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.030 sec
    [junit] 
    [junit] Running InterfaceWithoutTablesVariable1To1TestSuite
    [junit] [EL Warning]: 2024-04-17 17:40:45.792--DatabaseSessionImpl(2041856248)--Exception [EclipseLink-6072] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.024 sec
    [junit] 
    [junit] Running InterfaceWithoutTablesManyDescriptorTestSuite
    [junit] [EL Info]: 2024-04-17 17:40:45.825--DatabaseSessionImpl(694802988)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:45.838--DatabaseSessionImpl(2041856248)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
    [junit] [EL Info]: 2024-04-17 17:40:45.847--DatabaseSessionImpl(1870120919)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:46.097--DatabaseSessionImpl(1870120919)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:46.102--DatabaseSessionImpl(1870120919)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:46.105--DatabaseSessionImpl(1870120919)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:46.109--DatabaseSessionImpl(1870120919)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:46.112--DatabaseSessionImpl(1870120919)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:46.116--DatabaseSessionImpl(1870120919)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:46.119--DatabaseSessionImpl(1870120919)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:46.123--DatabaseSessionImpl(1870120919)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:46.127--DatabaseSessionImpl(1870120919)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.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.021 sec
    [junit] 
    [junit] Running EmployeeDeleteObjectTestSuite
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
    [junit] 
    [junit] Running BatchWriteTests
    [junit] Native batch writing is not supported on this database.
    [junit] [EL Warning]: 2024-04-17 17:40:46.548--UnitOfWork(419971509)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:46.551--UnitOfWork(2010895184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:46.552--UnitOfWork(1803066984)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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', 9830, 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', 9830, 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-17 17:40:46.553--UnitOfWork(1764048614)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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 9840, 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 9840, 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-17 17:40:46.554--UnitOfWork(1444216837)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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 9850, 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 9850, 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.038 sec
    [junit] 
    [junit] Running CascadeOptimisticLockingTestSuite
    [junit] [EL Info]: 2024-04-17 17:40:46.617--DatabaseSessionImpl(2108636317)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
    [junit] [EL Info]: 2024-04-17 17:40:46.628--DatabaseSessionImpl(2006455532)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] 
    [junit] Running JPQLUnitTestSuite
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 sec
    [junit] 
    [junit] Running JPQLSimpleTestSuite
    [junit] [EL Warning]: 2024-04-17 17:40:47.691--DatabaseSessionImpl(2006455532)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:47.914--ServerSession(667355572)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Tests run: 122, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.065 sec
    [junit] 
    [junit] Running JPQLSimpleTestSuite
    [junit] [EL Warning]: 2024-04-17 17:40:48.725--DatabaseSessionImpl(2006455532)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:48.961--ServerSession(95983600)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Tests run: 122, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.019 sec
    [junit] 
    [junit] Running JPQLComplexTestSuite
    [junit] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 sec
    [junit] 
    [junit] Running JPQLSimpleSelectTestSuite
    [junit] [EL Warning]: 2024-04-17 17:40:49.822--DatabaseSessionImpl(2006455532)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.236 sec
    [junit] 
    [junit] Running JPQLComplexSelectTestSuite
    [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 sec
    [junit] 
    [junit] Running JPQLValidationTestSuite
    [junit] [EL Warning]: 2024-04-17 17:40:50.114--DatabaseSessionImpl(2006455532)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.116--DatabaseSessionImpl(2006455532)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.116--DatabaseSessionImpl(2006455532)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.116--DatabaseSessionImpl(2006455532)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.117--DatabaseSessionImpl(2006455532)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.117--DatabaseSessionImpl(2006455532)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.118--DatabaseSessionImpl(2006455532)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.118--DatabaseSessionImpl(2006455532)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.118--DatabaseSessionImpl(2006455532)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.119--DatabaseSessionImpl(2006455532)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.119--DatabaseSessionImpl(2006455532)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.12--DatabaseSessionImpl(2006455532)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.12--DatabaseSessionImpl(2006455532)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.135--DatabaseSessionImpl(2006455532)--Exception [EclipseLink-6094] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.139--DatabaseSessionImpl(1228533457)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] 
    [junit] Running LegacyReadObjectTestSuite
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 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.020 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.018 sec
    [junit] [EL Info]: 2024-04-17 17:40:50.624--DatabaseSessionImpl(1383527945)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:40:50.643--DatabaseSessionImpl(1383527945)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.648--DatabaseSessionImpl(1383527945)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.652--DatabaseSessionImpl(1383527945)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.656--DatabaseSessionImpl(1383527945)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.66--DatabaseSessionImpl(1383527945)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.663--DatabaseSessionImpl(1383527945)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.667--DatabaseSessionImpl(1383527945)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.671--DatabaseSessionImpl(1383527945)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.675--DatabaseSessionImpl(1383527945)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.679--DatabaseSessionImpl(1383527945)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.682--DatabaseSessionImpl(1383527945)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.686--DatabaseSessionImpl(1383527945)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.689--DatabaseSessionImpl(1383527945)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.692--DatabaseSessionImpl(1383527945)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.695--DatabaseSessionImpl(1383527945)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.699--DatabaseSessionImpl(1383527945)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.702--DatabaseSessionImpl(1383527945)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.705--DatabaseSessionImpl(1383527945)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.708--DatabaseSessionImpl(1383527945)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.712--DatabaseSessionImpl(1383527945)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.715--DatabaseSessionImpl(1383527945)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.718--DatabaseSessionImpl(1383527945)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.721--DatabaseSessionImpl(1383527945)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.725--DatabaseSessionImpl(1383527945)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.728--DatabaseSessionImpl(1383527945)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.731--DatabaseSessionImpl(1383527945)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.734--DatabaseSessionImpl(1383527945)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.737--DatabaseSessionImpl(1383527945)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:40:50.74--DatabaseSessionImpl(1383527945)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.048 sec
    [junit] 
    [junit] Running AggregateCollectionMapping Map Test Suite
    [junit] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
    [junit] 
    [junit] Running OneToManyMapping Map Test Suite
    [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
    [junit] 
    [junit] Running UnidirectionalOneToManyMapping Map Test Suite
    [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
    [junit] 
    [junit] Running ManyToManyMapping Map Test Suite
    [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
    [junit] [EL Info]: 2024-04-17 17:40:51.141--DatabaseSessionImpl(768414110)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] 
    [junit] Running MappingReadObjectTestSuite
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec
    [junit] 
    [junit] Running MappingReadAllTestSuite
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec
    [junit] 
    [junit] Running MappingDeleteObjectTestSuite
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec
    [junit] 
    [junit] Running MappingInsertObjectTestSuite
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 sec
    [junit] 
    [junit] Running MappingUpdateObjectTestSuite
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 sec
    [junit] 
    [junit] Running UnitOfWorkTestSuite
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
    [junit] 
    [junit] Running MappingPublic1MTestSuite
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 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.004 sec
    [junit] 
    [junit] Running UnitOfWorkCommitResumeTestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 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.041 sec
    [junit] 
    [junit] Running BuildSelectionCriteriaTestSuite
    [junit] [EL Info]: 2024-04-17 17:40:52.181--DatabaseSessionImpl(1491389601)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:52.206--DatabaseSessionImpl(628258812)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:52.231--DatabaseSessionImpl(1824227616)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 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-17 17:40:52.258--DatabaseSessionImpl(1945942684)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:52.573--DatabaseSessionImpl(1945942684)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:40:52.801--DatabaseSessionImpl(1945942684)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [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.003 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.006 sec
    [junit] 
    [junit] Running CustomSQLDeleteObjectTestSuite
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 sec
    [junit] 
    [junit] Running SelectWithOutputParametersTestSuite
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This test can only be run in Oracle9
    [junit] [EL Info]: 2024-04-17 17:40:53.068--ServerSession(857790294)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.026 sec
    [junit] 
    [junit] Running CustomSQLStoredFunctionTestSuite
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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-17 17:40:53.094--DatabaseSessionImpl(1436807141)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] 
    [junit] Running EmployeeModel
    [junit] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 sec
    [junit] 
    [junit] Running InheritanceModel
    [junit] Tests run: 121, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.255 sec
    [junit] 
    [junit] Running AggregateModel
    [junit] [EL Warning]: 2024-04-17 17:40:55.947--UnitOfWork(337728054)--Exception [EclipseLink-68] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DescriptorException
    [junit] Exception Description: The value of an aggregate in object [org.eclipse.persistence.testing.models.aggregate.Employee1@504d8177] 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.214 sec
    [junit] 
    [junit] Running InterfaceModel
    [junit] [EL Warning]: 2024-04-17 17:40:56.092--DatabaseSessionImpl(1436807141)--Exception [EclipseLink-6006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.072 sec
    [junit] 
    [junit] Running ExpressionPersistenceTestSuite
    [junit] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 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-17 17:40:57.184--DatabaseSessionImpl(1436807141)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:41:07.192--DatabaseSessionImpl(1436807141)--Exception [EclipseLink-6092] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.042 sec
    [junit] 
    [junit] Running XMLReadAndWriteSuite
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 sec
    [junit] 
    [junit] Running MappingSuite
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
    [junit] 
    [junit] Running ProxyIndirectionSuite
    [junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:41:08.092--DatabaseSessionImpl(616494909)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:41:08.116--DatabaseSessionImpl(1130071799)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:41:08.136--DatabaseSessionImpl(1031401147)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.741 sec
    [junit] 
    [junit] Running MultipleTableTestModel
    [junit] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
    [junit] [EL Info]: 2024-04-17 17:41:08.184--DatabaseSessionImpl(845592566)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [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.263 sec
    [junit] 
    [junit] Running AggregateModel
    [junit] [EL Warning]: 2024-04-17 17:41:12.003--UnitOfWork(1561862909)--Exception [EclipseLink-68] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DescriptorException
    [junit] Exception Description: The value of an aggregate in object [org.eclipse.persistence.testing.models.aggregate.Employee1@1afb1549] 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.234 sec
    [junit] 
    [junit] Running InterfaceModel
    [junit] [EL Warning]: 2024-04-17 17:41:12.164--DatabaseSessionImpl(845592566)--Exception [EclipseLink-6006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.080 sec
    [junit] 
    [junit] Running ExpressionPersistenceTestSuite
    [junit] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 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-17 17:41:13.253--DatabaseSessionImpl(845592566)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:41:23.26--DatabaseSessionImpl(845592566)--Exception [EclipseLink-6092] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.042 sec
    [junit] 
    [junit] Running XMLReadAndWriteSuite
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 sec
    [junit] 
    [junit] Running MappingSuite
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 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.v20240417-36e9af724e): 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-17 17:41:24.145--DatabaseSessionImpl(1730395853)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:41:24.172--DatabaseSessionImpl(704420188)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:41:24.192--DatabaseSessionImpl(1570486522)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.714 sec
    [junit] 
    [junit] Running MultipleTableTestModel
    [junit] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 sec
    [junit] 
    [junit] Running UnicodeSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec
    [junit] [EL Info]: 2024-04-17 17:41:24.379--DatabaseSessionImpl(1634781410)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] 
    [junit] Running IntegrationTestSuite
    [junit] Tests run: 94, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.403 sec
    [junit] 
    [junit] Running UTF8TestSuite
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 sec
    [junit] 
    [junit] Running ReturningPolicyTestSuite
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 sec
    [junit] 
    [junit] Running SequencingTestSuite
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec
    [junit] [EL Info]: 2024-04-17 17:41:25.087--DatabaseSessionImpl(1035214210)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:41:25.416--DatabaseSessionImpl(1751848612)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:41:26.077--DatabaseSessionImpl(130519324)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [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.062 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.022 sec
    [junit] 
    [junit] Running EmployeeDeleteObjectTestSuite
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 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-17 17:41:26.613--DatabaseSessionImpl(1585324147)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] 
    [junit] Running OptimisticLockingTestSuite
    [junit] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec
    [junit] 
    [junit] Running CascadeOptimisticLockingTestSuite
    [junit] [EL Info]: 2024-04-17 17:41:27.018--DatabaseSessionImpl(30443330)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
    [junit] 
    [junit] Running LockingExceptionTestSuite
    [junit] [EL Warning]: 2024-04-17 17:41:27.032--UnitOfWork(286466029)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.OptimisticLockException
    [junit] Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.Guitar@5c97e778] 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-17 17:41:27.034--UnitOfWork(361215361)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.OptimisticLockException
    [junit] Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockMusician@70cbbb97] 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-17 17:41:27.036--UnitOfWork(1594450534)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.OptimisticLockException
    [junit] Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockBand@7b56e793] 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-17 17:41:27.039--UnitOfWork(939271412)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.OptimisticLockException
    [junit] Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.Guitar@7555edd2] 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-17 17:41:27.041--UnitOfWork(1023621911)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.OptimisticLockException
    [junit] Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockMusician@a5c7e19] 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-17 17:41:27.043--UnitOfWork(2112837650)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.OptimisticLockException
    [junit] Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockBand@285679ad] 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-17 17:41:27.045--UnitOfWork(240072311)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.OptimisticLockException
    [junit] Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.Guitar@173709a8] 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-17 17:41:27.048--UnitOfWork(1044294965)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.OptimisticLockException
    [junit] Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockMusician@2bd974d5] 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-17 17:41:27.049--UnitOfWork(332951216)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.OptimisticLockException
    [junit] Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockBand@60f96a69] 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.021 sec
    [junit] 
    [junit] Running UpdateNullValueOptimisticLockingTestSuite
    [junit] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.474 sec
    [junit] [EL Info]: 2024-04-17 17:41:27.524--DatabaseSessionImpl(18443434)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:41:28.158--DatabaseSessionImpl(794691358)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:41:28.74--DatabaseSessionImpl(115040363)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:41:29.454--DatabaseSessionImpl(113947480)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:41:30.072--DatabaseSessionImpl(20145394)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:41:30.687--DatabaseSessionImpl(572999607)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:41:31.253--DatabaseSessionImpl(1348672862)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:41:32.029--DatabaseSessionImpl(387662891)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:41:32.748--DatabaseSessionImpl(1417759086)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:41:33.262--DatabaseSessionImpl(1473514014)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:41:33.828--DatabaseSessionImpl(815659166)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:41:34.396--DatabaseSessionImpl(815659166)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.QueryException
    [junit] Exception Description: List order column [OL_EMPLOYEE.MANAGED_ORDER] contains wrong values:
    [junit] [null, 0]
    [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-17 17:41:34.404--DatabaseSessionImpl(815659166)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:41:34.412--DatabaseSessionImpl(815659166)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:41:34.417--DatabaseSessionImpl(815659166)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:41:34.43--DatabaseSessionImpl(318432337)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:41:35.019--DatabaseSessionImpl(1955089929)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:41:35.45--DatabaseSessionImpl(2122569034)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:41:36.027--DatabaseSessionImpl(1982788728)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:41:36.599--DatabaseSessionImpl(151471043)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:41:37.238--DatabaseSessionImpl(1278250312)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:41:37.856--DatabaseSessionImpl(683627989)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:41:38.453--DatabaseSessionImpl(2144492172)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:41:38.885--DatabaseSessionImpl(218263013)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:41:39.497--DatabaseSessionImpl(1945085434)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:41:40.13--DatabaseSessionImpl(263359537)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:41:40.763--DatabaseSessionImpl(1401198159)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:41:41.337--DatabaseSessionImpl(1292008512)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:41:41.345--DatabaseSessionImpl(1948083544)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:41:41.356--DatabaseSessionImpl(1948083544)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This test is not supported on this Database
    [junit] [EL Warning]: 2024-04-17 17:41:41.372--DatabaseSessionImpl(1948083544)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.007 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-17 17:41:41.512--DatabaseSessionImpl(297322188)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] 
    [junit] Running EmployeeReadObjectTestSuite
    [junit] Tests run: 15, 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.003 sec
    [junit] 
    [junit] Running EmployeeUpdateObjectTestSuite
    [junit] Tests run: 14, 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.021 sec
    [junit] 
    [junit] Running EmployeeDeleteObjectTestSuite
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 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-17 17:41:41.888--DatabaseSessionImpl(297322188)--Missing Query parameter for named argument: 1 "null" will be substituted.
    [junit] [EL Warning]: 2024-04-17 17:41:41.89--UnitOfWork(1436005868)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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 ?, 10210, 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-17 17:41:41.891--UnitOfWork(2074653981)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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 10220, 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-17 17:41:41.893--UnitOfWork(1045313200)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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', 10230, 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', 10230, 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-17 17:41:41.894--UnitOfWork(1315010968)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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 10240, 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 10240, 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-17 17:41:41.896--UnitOfWork(821707511)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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 10250, 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 10250, 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.037 sec
    [junit] [EL Warning]: 2024-04-17 17:41:41.913--UnitOfWork(674074771)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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: , city115, province115, )
    [junit] [EL Info]: 2024-04-17 17:41:41.914--DatabaseSessionImpl(333620583)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:41:41.936--DatabaseSessionImpl(333620583)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:41:43.302--ServerSession(1974140578)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] 
    [junit] Running UnitOfWorkTestSuite
    [junit] [EL Warning]: 2024-04-17 17:41:43.343--UnitOfWork(1446588783)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:41:43.353--UnitOfWork(2031868568)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:41:43.442--UnitOfWork(1100093598)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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,254
    [junit] [EL Warning]: 2024-04-17 17:41:43.471--UnitOfWork(1950186926)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.QueryException
    [junit] Exception Description: The object [Address: 3254 Real Cold Place, LKO, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [2,117,570,325], 
    [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-17 17:41:43.472--UnitOfWork(1941372548)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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,937,087,990], 
    [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-17 17:41:43.474--UnitOfWork(1797306871)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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> 10,251
    [junit] [EL Warning]: 2024-04-17 17:41:43.489--UnitOfWork(1811242020)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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,254
    [junit] [EL Warning]: 2024-04-17 17:41:43.564--UnitOfWork(1316202364)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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()) [221,966,444], 
    [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-17 17:41:43.648--UnitOfWork(815331703)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:41:43.664--UnitOfWork(500212913)--Exception [EclipseLink-200] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork
    [junit] [EL Warning]: 2024-04-17 17:41:43.678--UnitOfWork(2020925894)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.QueryException
    [junit] Exception Description: The object [Address: 3254 Real Cold Place, Prince Rupert, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,145,162,536], 
    [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.371 sec
    [junit] [EL Info]: 2024-04-17 17:41:43.693--DatabaseSessionImpl(1558039290)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [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.006 sec
    [junit] [EL Info]: 2024-04-17 17:41:43.801--DatabaseSessionImpl(580212218)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] 
    [junit] Running QueryAndSQLCountingTestSuite
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.624 sec
    [junit] [EL Info]: 2024-04-17 17:41:45.671--DatabaseSessionImpl(596874663)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:41:45.698--DatabaseSessionImpl(596874663)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:41:45.703--DatabaseSessionImpl(596874663)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:41:45.707--DatabaseSessionImpl(596874663)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:41:45.711--DatabaseSessionImpl(596874663)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:41:45.715--DatabaseSessionImpl(596874663)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:41:45.719--DatabaseSessionImpl(596874663)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:41:45.723--DatabaseSessionImpl(596874663)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:41:45.729--DatabaseSessionImpl(596874663)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:41:45.733--DatabaseSessionImpl(596874663)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:41:45.737--DatabaseSessionImpl(596874663)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.003 sec
    [junit] 
    [junit] Running ReadOnlyClassesTestSuite
    [junit] [EL Warning]: 2024-04-17 17:41:46.978--UnitOfWork(788475369)--Exception [EclipseLink-6046] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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(United Kingdom) )
    [junit] [EL Warning]: 2024-04-17 17:41:46.979--UnitOfWork(1633208741)--Exception [EclipseLink-6046] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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(United Kingdom) )
    [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
    [junit] 
    [junit] Running BidirectionalMMDeleteTestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
    [junit] [EL Info]: 2024-04-17 17:41:46.989--DatabaseSessionImpl(800840184)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] 
    [junit] Running EJB Relationship Support Testsuite
    [junit] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
    [junit] [EL Info]: 2024-04-17 17:41:47.096--DatabaseSessionImpl(1269680663)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:41:47.223--DatabaseSessionImpl(843327708)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] 
    [junit] Running EmployeeReadObjectTestSuite
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
    [junit] 
    [junit] Running EmployeeUpdateObjectTestSuite
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 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.034 sec
    [junit] 
    [junit] Running EmployeeReadAllTestSuite
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 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-17 17:41:47.556--DatabaseSessionImpl(685649110)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] 
    [junit] Running Sessions.xml standard loading tests
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 sec
    [junit] 
    [junit] Running sessions.xml with RCM loading tests
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
    [junit] 
    [junit] Running SessionManager tests
    [junit] [EL Warning]: connection: 2024-04-17 17:41:47.785--Exception [EclipseLink-7100] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.077 sec
    [junit] 
    [junit] Running XML Schema tests
    [junit] [EL Info]: 2024-04-17 17:41:47.899--SessionBroker(1288227029)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Apr 17, 2024 5:41:48 PM org.eclipse.persistence.session.EmployeeSession
    [junit] INFO: EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:41:48.114--DatabaseSessionImpl(187101201)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.486 sec
    [junit] [EL Info]: 2024-04-17 17:41:48.283--DatabaseSessionImpl(741968060)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:42:00.608--ServerSession(1737075214)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] 
    [junit] Running Employee Multithread Test Suite
    [junit] [EL Info]: 2024-04-17 17:42:10.658--ServerSession(1465034067)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:42:10.717--DatabaseSessionImpl(741968060)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec
    [junit] 
    [junit] Running About to Update Multithread Test Suite
    [junit] [EL Info]: 2024-04-17 17:42:10.726--ServerSession(1822390687)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:42:10.795--DatabaseSessionImpl(741968060)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec
    [junit] 
    [junit] Running DescriptorQueryManagerAddQueryTest
    [junit] [EL Info]: 2024-04-17 17:42:10.803--ServerSession(2086711590)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:42:13.854--DatabaseSessionImpl(741968060)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.065 sec
    [junit] 
    [junit] Running QueryCacheMultithreadedTest
    [junit] [EL Info]: 2024-04-17 17:42:13.87--ServerSession(918359924)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:42:13.926--DatabaseSessionImpl(741968060)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
    [junit] [EL Info]: 2024-04-17 17:42:51.989--ServerSession(615866511)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:42:57.034--ServerSession(1962885303)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:42:57.064--DatabaseSessionImpl(741968060)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:42:57.073--ServerSession(1819963926)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:43:07.088--DatabaseSessionImpl(741968060)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:43:07.104--ServerSession(1291853614)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:43:17.178--DatabaseSessionImpl(741968060)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:43:17.188--ServerSession(722847473)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:43:28.384--DatabaseSessionImpl(741968060)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:43:28.395--ServerSession(2046494869)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:43:39.646--DatabaseSessionImpl(741968060)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:43:45.544--DatabaseSessionImpl(2037180699)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] 
    [junit] Running Basic Stored Procedure Generator test suite
    [junit] [EL Warning]: 2024-04-17 17:43:45.849--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:45.858--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:45.866--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:45.869--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:45.872--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:45.876--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:45.886--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:45.896--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:45.899--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:45.903--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:45.906--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:45.916--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:45.927--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:45.93--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:45.933--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:45.936--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:45.952--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:45.967--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:45.97--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:45.973--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:45.976--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:45.984--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:45.992--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:45.995--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:45.998--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:46.002--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:46.007--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:46.008--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:46.018--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:46.029--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:46.032--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:46.035--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:46.038--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:46.044--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:46.049--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:46.052--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:46.055--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:46.058--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:46.069--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:46.07--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:46.071--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:46.072--DatabaseSessionImpl(2037180699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.434 sec
    [junit] [EL Info]: 2024-04-17 17:43:46.086--DatabaseSessionImpl(492060276)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] 
    [junit] Running Test table existence check
    [junit] [EL Warning]: 2024-04-17 17:43:46.122--DatabaseSessionImpl(492060276)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.021 sec
    [junit] [EL Info]: 2024-04-17 17:43:46.123--DatabaseSessionImpl(1096263170)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.265 sec
    [junit] 
    [junit] Running org.eclipse.persistence.testing.tests.transparentindirection.IndirectMapTestDatabase
    [junit] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 sec
    [junit] 
    [junit] Running org.eclipse.persistence.testing.tests.transparentindirection.IndirectSetTestDatabase
    [junit] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.238 sec
    [junit] 
    [junit] Running CustomIndirectContainerTestSuite
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 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-17 17:43:47.063--DatabaseSessionImpl(535637142)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:43:47.077--DatabaseSessionImpl(535637142)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:47.082--DatabaseSessionImpl(535637142)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:47.087--DatabaseSessionImpl(535637142)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:47.092--DatabaseSessionImpl(535637142)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:47.097--DatabaseSessionImpl(535637142)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:47.101--DatabaseSessionImpl(535637142)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.004 sec
    [junit] 
    [junit] Running Date & Time Types Test Suite
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
    [junit] 
    [junit] Running String Types Test Suite
    [junit] [EL Warning]: 2024-04-17 17:43:47.139--DatabaseSessionImpl(535637142)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: Too long exception: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.009 sec
    [junit] 
    [junit] Running Numeric Types Test Suite
    [junit] [EL Warning]: 2024-04-17 17:43:47.147--DatabaseSessionImpl(535637142)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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-17 17:43:47.148--DatabaseSessionImpl(535637142)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.018 sec
    [junit] 
    [junit] Running CLOB Types Test Suite
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
    [junit] [EL Info]: 2024-04-17 17:43:47.181--DatabaseSessionImpl(642984656)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] 
    [junit] Running Boolean Types Test Suite
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
    [junit] 
    [junit] Running Date & Time Types Test Suite
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
    [junit] 
    [junit] Running String Types Test Suite
    [junit] [EL Warning]: 2024-04-17 17:43:47.291--DatabaseSessionImpl(642984656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: Too long exception: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.009 sec
    [junit] 
    [junit] Running Numeric Types Test Suite
    [junit] [EL Warning]: 2024-04-17 17:43:47.3--DatabaseSessionImpl(642984656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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-17 17:43:47.301--DatabaseSessionImpl(642984656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.016 sec
    [junit] 
    [junit] Running CLOB Types Test Suite
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
    [junit] [EL Info]: 2024-04-17 17:43:47.33--DatabaseSessionImpl(1514035785)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [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.030 sec
    [junit] 
    [junit] Running EmployeeUOWBasicInsertObjectTestSuite
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
    [junit] 
    [junit] Running EmployeeDeleteObjectTestSuite
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
    [junit] 
    [junit] Running EmployeeReadAllTestSuite
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec
    [junit] [EL Info]: 2024-04-17 17:43:47.54--DatabaseSessionImpl(1291950993)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:43:47.564--DatabaseSessionImpl(1291950993)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:48.963--ServerSession(377881732)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] 
    [junit] Running UnitOfWorkTestSuite
    [junit] [EL Warning]: 2024-04-17 17:43:49.003--UnitOfWork(1169029441)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '40501' 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-17 17:43:49.017--UnitOfWork(868239566)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.ValidationException
    [junit] Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: Nancy White], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property.
    [junit] [EL Warning]: 2024-04-17 17:43:49.082--UnitOfWork(1090612631)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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,362
    [junit] [EL Warning]: 2024-04-17 17:43:49.106--UnitOfWork(154792989)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.QueryException
    [junit] Exception Description: The object [Address: 2 Anderson Rd., LKO, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [779,925,787], 
    [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-17 17:43:49.106--UnitOfWork(1120208442)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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()) [675,081,785], 
    [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-17 17:43:49.107--UnitOfWork(1736970199)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.OptimisticLockException
    [junit] Exception Description: The object [Employee: Nancy White] 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,351
    [junit] [EL Warning]: 2024-04-17 17:43:49.119--UnitOfWork(1978379448)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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,362
    [junit] [EL Warning]: 2024-04-17 17:43:49.163--UnitOfWork(134375413)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.QueryException
    [junit] Exception Description: The object [Employee: Nancy White], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [900,947,450], 
    [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-17 17:43:49.225--UnitOfWork(546251406)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1845' 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-17 17:43:49.238--UnitOfWork(585614499)--Exception [EclipseLink-200] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork
    [junit] [EL Warning]: 2024-04-17 17:43:49.25--UnitOfWork(656611636)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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()) [2,037,476,046], 
    [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.279 sec
    [junit] [EL Info]: 2024-04-17 17:43:49.263--DatabaseSessionImpl(424397336)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:43:49.281--DatabaseSessionImpl(424397336)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:43:50.698--ServerSession(1711523450)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:43:50.738--UnitOfWork(170093193)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.ValidationException
    [junit] Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: Sarah-loo Smitty], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property.
    [junit] [EL Warning]: 2024-04-17 17:43:50.793--UnitOfWork(1748605764)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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,461
    [junit] [EL Warning]: 2024-04-17 17:43:50.798--UnitOfWork(204422640)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.QueryException
    [junit] Exception Description: The object [Address: 1 Nowhere Drive, LKO, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,998,767,513], 
    [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-17 17:43:50.799--UnitOfWork(2076174932)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.QueryException
    [junit] Exception Description: The object [Address: 3254 Real Cold Place, Prince Rupert, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,055,315,907], 
    [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-17 17:43:50.801--UnitOfWork(2132090618)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.OptimisticLockException
    [junit] Exception Description: The object [Employee: Sarah-loo Smitty] 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,451
    [junit] [EL Warning]: 2024-04-17 17:43:50.806--UnitOfWork(253601513)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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,461
    [junit] [EL Warning]: 2024-04-17 17:43:50.835--UnitOfWork(252569790)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.QueryException
    [junit] Exception Description: The object [Employee: Sarah-loo Smitty], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [463,138,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-17 17:44:25.919--UnitOfWork(930725652)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1950' 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-17 17:44:55.939--UnitOfWork(592917728)--Exception [EclipseLink-200] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork
    [junit] [EL Warning]: 2024-04-17 17:44:55.979--UnitOfWork(1911974523)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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()) [260,566,637], 
    [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-17 17:44:55.986--DatabaseSessionImpl(1232247548)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:44:56.011--DatabaseSessionImpl(1232247548)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:44:57.413--ServerSession(1419958260)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] 
    [junit] Running UnitOfWorkTestSuite
    [junit] [EL Warning]: 2024-04-17 17:44:57.448--UnitOfWork(1842606494)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '40701' 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-17 17:44:57.451--UnitOfWork(465346818)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.ValidationException
    [junit] Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: Emanual Smith], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property.
    [junit] [EL Warning]: 2024-04-17 17:44:57.532--UnitOfWork(1907043574)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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,555
    [junit] [EL Warning]: 2024-04-17 17:44:57.56--UnitOfWork(1314540876)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.QueryException
    [junit] Exception Description: The object [Address: 1111 Mountain Blvd. Floor 53, suite 6, LKO, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [183,995,265], 
    [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-17 17:44:57.56--UnitOfWork(1470502475)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.QueryException
    [junit] Exception Description: The object [Address: 12 Merival Rd., suite 5, Ottawa, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [751,612,418], 
    [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-17 17:44:57.561--UnitOfWork(210481763)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.OptimisticLockException
    [junit] Exception Description: The object [Employee: Emanual Smith] cannot be updated because it has changed or been deleted since it was last read. 
    [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 49,551
    [junit] [EL Warning]: 2024-04-17 17:44:57.574--UnitOfWork(1080324361)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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,555
    [junit] [EL Warning]: 2024-04-17 17:44:57.619--UnitOfWork(210382506)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.QueryException
    [junit] Exception Description: The object [Employee: Emanual Smith], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [1,510,545,154], 
    [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-17 17:44:57.688--UnitOfWork(1172267301)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '2097' 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-17 17:44:57.701--UnitOfWork(1435991545)--Exception [EclipseLink-200] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork
    [junit] [EL Warning]: 2024-04-17 17:44:57.712--UnitOfWork(1016014914)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.QueryException
    [junit] Exception Description: The object [Address: 1111 Mountain Blvd. Floor 53, suite 6, Vancouver, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,739,169,896], 
    [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.291 sec
    [junit] [EL Info]: 2024-04-17 17:44:57.725--DatabaseSessionImpl(1370064617)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:44:57.743--DatabaseSessionImpl(1370064617)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:44:59.083--ServerSession(1783923855)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:44:59.13--UnitOfWork(1848073431)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:44:59.339--UnitOfWork(1545277751)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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,657
    [junit] [EL Warning]: 2024-04-17 17:44:59.364--UnitOfWork(2058867998)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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()) [1,631,897,660], 
    [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-17 17:44:59.364--UnitOfWork(1231534074)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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,113,938,463], 
    [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-17 17:44:59.366--UnitOfWork(379439582)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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> 49,651
    [junit] [EL Warning]: 2024-04-17 17:44:59.381--UnitOfWork(1564319223)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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,657
    [junit] [EL Warning]: 2024-04-17 17:44:59.434--UnitOfWork(153150979)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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()) [859,207,243], 
    [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-17 17:45:04.573--UnitOfWork(1350244085)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '2195' 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-17 17:45:34.593--UnitOfWork(888185430)--Exception [EclipseLink-200] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork
    [junit] [EL Warning]: 2024-04-17 17:45:34.631--UnitOfWork(652660676)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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,704,463,613], 
    [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-17 17:45:34.662--DatabaseSessionImpl(1660574806)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:45:34.683--DatabaseSessionImpl(1660574806)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:45:36.048--ServerSession(1611782894)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] 
    [junit] Running UnitOfWorkTestSuite
    [junit] [EL Warning]: 2024-04-17 17:45:36.092--UnitOfWork(639248451)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '40901' 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-17 17:45:36.095--UnitOfWork(492806589)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:45:36.347--UnitOfWork(114436563)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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,757
    [junit] [EL Warning]: 2024-04-17 17:45:36.41--UnitOfWork(69243392)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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()) [941,269,105], 
    [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-17 17:45:36.41--UnitOfWork(2092650890)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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()) [2,127,707,219], 
    [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-17 17:45:36.412--UnitOfWork(210878771)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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> 49,751
    [junit] [EL Warning]: 2024-04-17 17:45:36.448--UnitOfWork(1351401567)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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,757
    [junit] [EL Warning]: 2024-04-17 17:45:36.559--UnitOfWork(593326947)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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()) [190,987,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] [EL Warning]: 2024-04-17 17:45:36.7--UnitOfWork(1293281572)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '2349' 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-17 17:45:36.713--UnitOfWork(1420830387)--Exception [EclipseLink-200] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork
    [junit] [EL Warning]: 2024-04-17 17:45:36.725--UnitOfWork(25886259)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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,168,042,119], 
    [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.661 sec
    [junit] [EL Info]: 2024-04-17 17:45:36.738--DatabaseSessionImpl(487222891)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:45:36.758--DatabaseSessionImpl(487222891)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:45:38.209--ServerSession(1561187008)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] 
    [junit] Running UnitOfWorkTestSuite
    [junit] [EL Warning]: 2024-04-17 17:45:38.241--UnitOfWork(2053501671)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '41001' 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-17 17:45:38.244--UnitOfWork(691522628)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.ValidationException
    [junit] Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: Marcus Saunders], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property.
    [junit] [EL Warning]: 2024-04-17 17:45:38.309--UnitOfWork(805177729)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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,855
    [junit] [EL Warning]: 2024-04-17 17:45:38.334--UnitOfWork(597703370)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.QueryException
    [junit] Exception Description: The object [Address: 234 I'm Lost Lane, LKO, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [539,889,908], 
    [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-17 17:45:38.334--UnitOfWork(1792403455)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.QueryException
    [junit] Exception Description: The object [Address: 1111 Mountain Blvd. Floor 53, suite 6, Vancouver, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [147,207,674], 
    [junit] is not from this UnitOfWork object space, but the parent session's.  The object was never registered in this UnitOfWork, 
    [junit] but read from the parent session and related to an object registered in the UnitOfWork.  Ensure that you are correctly
    [junit] registering your objects.  If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to 
    [junit] help debug where the error occurred.  For more information, see the manual or FAQ.
    [junit] [EL Warning]: 2024-04-17 17:45:38.336--UnitOfWork(2143330507)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.OptimisticLockException
    [junit] Exception Description: The object [Employee: Marcus Saunders] 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,851
    [junit] [EL Warning]: 2024-04-17 17:45:38.348--UnitOfWork(1212346973)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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,855
    [junit] [EL Warning]: 2024-04-17 17:45:38.394--UnitOfWork(608298937)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.QueryException
    [junit] Exception Description: The object [Employee: Marcus Saunders], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [85,591,427], 
    [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-17 17:45:38.457--UnitOfWork(1052639466)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '2449' 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-17 17:45:38.471--UnitOfWork(950217451)--Exception [EclipseLink-200] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork
    [junit] [EL Warning]: 2024-04-17 17:45:38.484--UnitOfWork(2088684267)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.QueryException
    [junit] Exception Description: The object [Address: 234 I'm Lost Lane, Perth, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [537,146,221], 
    [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.272 sec
    [junit] [EL Info]: 2024-04-17 17:45:38.498--DatabaseSessionImpl(538271476)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:45:38.878--ServerSession(2139328664)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] 
    [junit] Running TransactionIsolationTestSuite
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: currently broken.
    [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.040 sec
    [junit] [EL Info]: 2024-04-17 17:45:38.938--DatabaseSessionImpl(406200195)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:45:39.179--UnitOfWork(1226949780)--Exception [EclipseLink-7123] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:45:39.182--UnitOfWork(1805819181)--Exception [EclipseLink-7123] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:45:39.187--UnitOfWork(1477451235)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:45:39.19--UnitOfWork(38588329)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Exception Description: DatabaseAccessor not connected.
    [junit] [EL Warning]: 2024-04-17 17:45:39.191--UnitOfWork(2116013141)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:45:39.193--DatabaseSessionImpl(236538119)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] 
    [junit] Running ClientSessionReleaseTestSuite
    [junit] [EL Info]: 2024-04-17 17:45:39.884--ServerSession(994716181)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:45:39.901--DatabaseSessionImpl(236538119)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:45:39.909--ServerSession(2105654353)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:45:39.925--DatabaseSessionImpl(236538119)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:45:39.933--ServerSession(1319228985)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:45:39.955--DatabaseSessionImpl(236538119)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:45:39.966--ServerSession(1674643239)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:45:39.981--DatabaseSessionImpl(236538119)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:45:39.988--ServerSession(363943511)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:45:40.004--DatabaseSessionImpl(236538119)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:45:40.012--ServerSession(1022796056)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:45:40.026--DatabaseSessionImpl(236538119)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 sec
    [junit] 
    [junit] Running DatabaseAccessorNotConnectedTestSuite
    [junit] [EL Warning]: 2024-04-17 17:45:40.035--DatabaseSessionImpl(236538119)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Exception Description: DatabaseAccessor not connected.
    [junit] [EL Info]: 2024-04-17 17:45:40.035--DatabaseSessionImpl(236538119)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:45:40.045--DatabaseSessionImpl(236538119)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Exception Description: DatabaseAccessor not connected.
    [junit] [EL Info]: 2024-04-17 17:45:40.045--DatabaseSessionImpl(236538119)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:45:40.053--DatabaseSessionImpl(236538119)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Exception Description: DatabaseAccessor not connected.
    [junit] [EL Warning]: 2024-04-17 17:45:40.054--DatabaseSessionImpl(236538119)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Exception Description: DatabaseAccessor not connected.
    [junit] [EL Info]: 2024-04-17 17:45:40.054--DatabaseSessionImpl(236538119)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:45:40.061--DatabaseSessionImpl(236538119)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Exception Description: DatabaseAccessor not connected.
    [junit] [EL Warning]: 2024-04-17 17:45:40.061--DatabaseSessionImpl(236538119)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Exception Description: DatabaseAccessor not connected.
    [junit] [EL Info]: 2024-04-17 17:45:40.062--DatabaseSessionImpl(236538119)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
    [junit] 
    [junit] Running DescriptorExceptionTestSuite
    [junit] [EL Info]: 2024-04-17 17:45:40.072--ServerSession(1939388617)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:45:40.089--UnitOfWork(212450143)--Exception [EclipseLink-6005] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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()) [99,074,011], 
    [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-17 17:45:40.09--DatabaseSessionImpl(236538119)--Exception [EclipseLink-116] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:45:40.09--DatabaseSessionImpl(236538119)--Exception [EclipseLink-115] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.030 sec
    [junit] 
    [junit] Running ExceptionValidationTestSuit
    [junit] [EL Warning]: 2024-04-17 17:45:40.101--DatabaseSessionImpl(236538119)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:45:40.102--DatabaseSessionImpl(236538119)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.QueryException
    [junit] Exception Description: Invalid query key [bob] in expression.
    [junit] Query: ReadAllQuery(referenceClass=Employee )
    [junit] [EL Warning]: 2024-04-17 17:45:40.103--DatabaseSessionImpl(236538119)--Exception [EclipseLink-6088] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:45:40.104--DatabaseSessionImpl(732493642)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:45:40.113--DatabaseSessionImpl(60146271)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:45:40.121--DatabaseSessionImpl(60146271)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:45:40.131--UnitOfWork(739941893)--Exception [EclipseLink-7136] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.ValidationException
    [junit] Exception Description: Nested UnitOfWork is not supported for a modify all query
    [junit] [EL Warning]: 2024-04-17 17:45:40.138--DatabaseSessionImpl(236538119)--Exception [EclipseLink-6078] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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: [50,110]
    [junit] Query: ReadAllQuery(referenceClass=PhoneNumber sql="SELECT TYPE, AREA_CODE, P_NUMBER, EMP_ID FROM PHONE WHERE (EMP_ID = ?)")
    [junit] [EL Warning]: 2024-04-17 17:45:40.14--DatabaseSessionImpl(236538119)--Exception [EclipseLink-6078] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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: [50,110]
    [junit] Query: ReadAllQuery(referenceClass=PhoneNumber )
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 sec
    [junit] 
    [junit] Running ThreeTierBehaviorTestSuite
    [junit] [EL Info]: 2024-04-17 17:45:40.144--ServerSession(722928565)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:45:40.153--ServerSession(1071680165)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
    [junit] 
    [junit] Running DescriptorExceptionTestSuite(SupportPhaseOne)
    [junit] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
    [junit] 
    [junit] Running DescriptorExceptionTestSuite(SupportPhaseOne.2)
    [junit] [EL Warning]: 2024-04-17 17:45:40.186--UnitOfWork(221206534)--Exception [EclipseLink-115] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.024 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.006 sec
    [junit] 
    [junit] Running DescriptorExceptionTestSuite(SupportPhaseOne.5)
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] 
    [junit] Running ConnectionCloseAfterTxnTestSuite
    [junit] [EL Info]: 2024-04-17 17:45:40.225--DatabaseSessionImpl(1486212710)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 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-17 17:45:40.26--DatabaseSessionImpl(1296186390)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:45:40.269--DatabaseSessionImpl(934173942)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Tests run: 7972, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 371.482 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: 535ms

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-17 17:45:41.901--DatabaseSessionImpl(990355670)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] 
    [junit] Running Validation Security Tests
    [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec
    [junit] [EL Info]: 2024-04-17 17:45:42.448--DatabaseSessionImpl(61073295)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.781 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: 446ms

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.v20240417-36e9af724e.jar
     [echo]            /home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/org.eclipse.persistence.extension_2.7.15.v20240417-36e9af724e.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] SLF4J: Class path contains multiple SLF4J bindings.
    [junit] [EL Info]: 2024-04-17 17:45:43.521--Running test SLF4JLoggerTest.testLogMessage
    [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] SLF4J: Found binding in [jar:file:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/slf4j-nop.jar!/org/slf4j/impl/StaticLoggerBinder.class]
    [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-17 17:45:43.659--Running test SLF4JLoggerTest.testGetLevel
    [junit] [EL Info]: 2024-04-17 17:45:43.661--Running test SLF4JLoggerTest.testLogExceptionStackTrace
    [junit] [EL Info]: 2024-04-17 17:45:43.698--Running test SLF4JLoggerTest.testLogExceptionWithoutStackTrace
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.288 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: 57ms

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.v20240417-36e9af724e.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.v20240417-36e9af724e.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.v20240417-36e9af724e.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.v20240417-36e9af724e.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(1369468094)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
    [junit] [EL Warning]: metadata: ServerSession(1369468094)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
    [junit] [EL Warning]: metadata: ServerSession(1369468094)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
    [junit] [EL Warning]: metadata: ServerSession(1369468094)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
    [junit] [EL Warning]: metadata: ServerSession(1369468094)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
    [junit] [EL Warning]: metadata: ServerSession(1369468094)--The reference column name [ID] mapped on the element [field witnesses] does not 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-17 17:45:46.229--ServerSession(761973299)--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-17 17:45:46.232--ServerSession(761973299)--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-17 17:45:46.239--ServerSession(761973299)--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-17 17:45:46.241--ServerSession(761973299)--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-17 17:45:46.242--ServerSession(761973299)--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-17 17:45:46.242--ServerSession(761973299)--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-17 17:45:46.243--ServerSession(761973299)--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-17 17:45:46.244--ServerSession(761973299)--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-17 17:45:46.245--ServerSession(761973299)--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-17 17:45:46.246--ServerSession(761973299)--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-17 17:45:46.247--ServerSession(761973299)--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-17 17:45:46.249--ServerSession(761973299)--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-17 17:45:46.25--ServerSession(761973299)--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-17 17:45:46.264--ServerSession(761973299)--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-17 17:45:46.265--ServerSession(761973299)--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-17 17:45:46.267--ServerSession(761973299)--The reference column name [ID] mapped on the element [field witnesses] does not 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-17 17:45:46.267--ServerSession(761973299)--The reference column name [ID] mapped on the element [field witnesses] does not 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-17 17:45:46.267--ServerSession(761973299)--The reference column name [ID] mapped on the element [field witnesses] does not 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-17 17:45:46.394--ServerSession(1872047468)--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-17 17:45:46.394--ServerSession(1872047468)--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-17 17:45:46.4--ServerSession(1980194149)--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-17 17:45:46.4--ServerSession(1980194149)--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-17 17:45:46.411--ServerSession(1294139740)--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-17 17:45:46.411--ServerSession(1294139740)--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-17 17:45:46.411--ServerSession(1294139740)--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-17 17:45:46.411--ServerSession(1294139740)--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-17 17:45:46.411--ServerSession(1294139740)--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-17 17:45:46.411--ServerSession(1294139740)--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-17 17:45:46.416--ServerSession(1529002352)--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-17 17:45:46.416--ServerSession(1529002352)--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-17 17:45:46.416--ServerSession(1529002352)--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-17 17:45:46.416--ServerSession(1529002352)--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-17 17:45:46.416--ServerSession(1529002352)--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-17 17:45:46.416--ServerSession(1529002352)--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-17 17:45:46.439--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
    [junit] [EL Fine]: moxy: 2024-04-17 17:45:46.443--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@4e25147a
    [junit] [EL Fine]: moxy: 2024-04-17 17:45:46.443--Thread(Thread[main,5,main])--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@56303475
    [junit] [EL Fine]: moxy: 2024-04-17 17:45:46.444--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-17 17:45:46.445--ServerSession(1629759610)--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-17 17:45:46.445--ServerSession(1629759610)--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-17 17:45:46.445--ServerSession(1629759610)--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-17 17:45:46.445--ServerSession(1629759610)--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-17 17:45:46.445--ServerSession(1629759610)--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-17 17:45:46.445--ServerSession(1629759610)--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-17 17:45:46.446--ServerSession(1629759610)--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-17 17:45:46.446--ServerSession(1629759610)--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-17 17:45:46.446--ServerSession(1629759610)--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-17 17:45:46.446--ServerSession(1629759610)--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-17 17:45:46.446--ServerSession(1629759610)--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-17 17:45:46.446--ServerSession(1629759610)--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-17 17:45:46.447--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@3b6c624
    [junit] [EL Warning]: metadata: 2024-04-17 17:45:46.764--ServerSession(1403649277)--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-17 17:45:46.764--ServerSession(1403649277)--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-17 17:45:46.867--ServerSession(326376794)--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-17 17:45:46.868--ServerSession(326376794)--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-17 17:45:46.872--ServerSession(326376794)--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-17 17:45:46.877--ServerSession(1062163248)--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-17 17:45:46.877--ServerSession(1062163248)--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-17 17:45:46.878--ServerSession(1062163248)--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-17 17:45:46.878--ServerSession(1062163248)--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-17 17:45:47.245--DatabaseSessionImpl(549049813)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [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.v20240417-36e9af724e): 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.v20240417-36e9af724e
    [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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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-17 17:45:51.373--UnitOfWork(1976007389)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.290 sec
    [junit] 
    [junit] Running Annotation Tests
    [junit] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 sec
    [junit] 
    [junit] Running UpdateAllQueryAdvancedJunitTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.607 sec
    [junit] 
    [junit] Running JoinedAttributeAdvancedJunitTest
    [junit] [EL Warning]: ddl: 2024-04-17 17:45:53.79--ServerSession(124581953)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key.
    [junit] [EL Warning]: ddl: 2024-04-17 17:45:55.763--ServerSession(124581953)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key.
    [junit] [EL Warning]: ddl: 2024-04-17 17:45:57.027--ServerSession(124581953)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key.
    [junit] [EL Warning]: ddl: 2024-04-17 17:45:58.291--ServerSession(124581953)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key.
    [junit] [EL Warning]: ddl: 2024-04-17 17:45:59.548--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.166 sec
    [junit] 
    [junit] Running ReportQueryAdvancedJUnitTest
    [junit] [EL Warning]: ddl: 2024-04-17 17:46:00.948--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.559 sec
    [junit] [EL Info]: 2024-04-17 17:46:02.034--DatabaseSessionImpl(1047476949)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [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.v20240417-36e9af724e): 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.v20240417-36e9af724e
    [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-17 17:46:42.056--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-17 17:46:42.058--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-17 17:46:42.066--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-17 17:46:42.069--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-17 17:46:42.07--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-17 17:46:42.07--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-17 17:46:42.071--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-17 17:46:42.072--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-17 17:46:42.072--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-17 17:46:42.074--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-17 17:46:42.075--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-17 17:46:42.076--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-17 17:46:42.077--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-17 17:46:42.085--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-17 17:46:42.086--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-17 17:46:42.087--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-17 17:46:42.088--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-17 17:46:42.088--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-17 17:46:42.147--ServerSession(340320950)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metadata: 2024-04-17 17:46:42.191--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-17 17:46:42.194--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-17 17:46:42.196--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-17 17:46:42.196--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-17 17:46:42.198--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-17 17:46:42.199--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-17 17:46:42.201--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-17 17:46:42.203--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-17 17:46:42.205--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-17 17:46:42.207--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-17 17:46:42.21--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-17 17:46:43.902--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-17 17:46:43.903--ServerSession(340320950)--
    [junit] SoftCacheWeakIdentityMap for: Employee
    [junit] 0 elements
    [junit] [EL Severe]: cache: 2024-04-17 17:46:43.903--ServerSession(340320950)--
    [junit] SoftCacheWeakIdentityMap for: Employee
    [junit] 0 elements
    [junit] [EL Severe]: cache: 2024-04-17 17:46:43.903--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-17 17:46:46.461--ServerSession(813142559)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metamodel: 2024-04-17 17:46:46.474--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 <class> elements or a global <exclude-unlisted-classes>false</exclude-unlisted-classes> element
    [junit] Closing factory: eclipselink-pu with spaces in the path and name
    [junit] [EL Info]: 2024-04-17 17:46:46.48--ServerSession(1227177247)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metamodel: 2024-04-17 17:46:46.493--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 <class> elements or a global <exclude-unlisted-classes>false</exclude-unlisted-classes> element
    [junit] Closing factory: A JPAADVProperties pu with spaces in the name
    [junit] [EL Info]: 2024-04-17 17:46:46.495--ServerSession(540827518)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metamodel: 2024-04-17 17:46:46.508--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 <class> elements or a global <exclude-unlisted-classes>false</exclude-unlisted-classes> 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.v20240417-36e9af724e
    [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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e
    [junit] [EL Info]: ServerSession(1792332595)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e
    [junit] [EL Info]: ServerSession(1792332595)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Severe]: ServerSession(1792332595)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e
    [junit] [EL Warning]: metadata: 2024-04-17 17:46:47.784--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-17 17:46:47.786--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-17 17:46:47.795--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-17 17:46:47.797--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-17 17:46:47.798--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-17 17:46:47.798--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-17 17:46:47.799--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-17 17:46:47.8--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-17 17:46:47.801--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-17 17:46:47.802--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-17 17:46:47.803--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-17 17:46:47.804--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-17 17:46:47.806--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-17 17:46:47.814--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-17 17:46:47.814--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-17 17:46:47.816--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-17 17:46:47.816--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-17 17:46:47.816--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-17 17:46:47.868--ServerSession(1591316603)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metadata: 2024-04-17 17:46:47.911--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-17 17:46:47.913--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-17 17:46:47.915--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-17 17:46:47.915--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-17 17:46:47.917--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-17 17:46:47.917--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-17 17:46:47.919--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-17 17:46:47.921--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-17 17:46:47.923--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-17 17:46:47.937--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-17 17:46:47.941--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.v20240417-36e9af724e): 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.v20240417-36e9af724e
    [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-17 17:46:48.475--ServerSession(1917751958)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Severe]: 2024-04-17 17:46:48.489--ServerSession(1917751958)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.IntegrityException
    [junit] Descriptor Exceptions: 
    [junit] ---------------------------------------------------------
    [junit] 
    [junit] Exception [EclipseLink-48] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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-17 17:46:48.49--ServerSession(1917751958)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.IntegrityException
    [junit] Descriptor Exceptions: 
    [junit] ---------------------------------------------------------
    [junit] 
    [junit] Exception [EclipseLink-48] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e
    [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.v20240417-36e9af724e): 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.v20240417-36e9af724e
    [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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e
    [junit] [EL Severe]: ejb: ServerSession(1675737810)--Exception [EclipseLink-4003] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e
    [junit] [EL Severe]: ejb: ServerSession(968172962)--Exception [EclipseLink-7060] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e
    [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.v20240417-36e9af724e): 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.v20240417-36e9af724e
    [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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e
    [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.v20240417-36e9af724e
    [junit] [EL Info]: ServerSession(2094125621)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: ServerSession(2094125621)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: UnitOfWork(1165539531)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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-17 17:48:13.29--ServerSession(1386420833)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:48:13.354--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-17 17:48:13.355--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-17 17:48:13.362--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-17 17:48:13.376--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-17 17:48:13.377--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-17 17:48:13.38--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-17 17:48:13.381--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-17 17:48:13.382--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-17 17:48:13.382--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-17 17:48:13.382--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-17 17:48:13.383--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-17 17:48:13.383--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-17 17:48:13.384--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-17 17:48:13.384--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-17 17:48:13.395--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-17 17:48:13.395--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-17 17:48:13.396--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-17 17:48:13.397--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-17 17:48:13.397--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-17 17:48:13.398--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-17 17:48:13.398--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-17 17:48:13.398--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-17 17:48:13.398--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-17 17:48:13.464--ServerSession(862041420)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:48:13.527--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-17 17:48:13.527--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-17 17:48:13.535--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-17 17:48:13.548--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-17 17:48:13.549--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-17 17:48:13.553--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-17 17:48:13.554--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-17 17:48:13.554--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-17 17:48:13.555--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-17 17:48:13.555--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-17 17:48:13.556--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-17 17:48:13.556--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-17 17:48:13.557--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-17 17:48:13.557--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-17 17:48:13.565--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-17 17:48:13.565--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-17 17:48:13.567--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-17 17:48:13.567--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-17 17:48:13.568--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-17 17:48:13.568--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-17 17:48:13.568--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-17 17:48:13.568--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-17 17:48:13.568--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-17 17:48:13.63--ServerSession(862041420)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metadata: 2024-04-17 17:48:13.675--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-17 17:48:13.677--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-17 17:48:13.677--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-17 17:48:13.679--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-17 17:48:13.679--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-17 17:48:13.682--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-17 17:48:13.683--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-17 17:48:13.684--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-17 17:48:13.686--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-17 17:48:13.688--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-17 17:48:13.689--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-17 17:48:13.689--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-17 17:48:13.69--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-17 17:48:13.906--UnitOfWork(2033233004)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:48:13.953--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-17 17:48:13.955--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-17 17:48:13.961--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-17 17:48:13.963--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-17 17:48:13.963--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-17 17:48:13.964--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-17 17:48:13.964--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-17 17:48:13.965--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-17 17:48:13.966--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-17 17:48:13.967--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-17 17:48:13.968--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-17 17:48:13.969--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-17 17:48:13.97--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-17 17:48:13.976--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-17 17:48:13.977--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-17 17:48:13.978--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-17 17:48:13.978--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-17 17:48:13.978--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-17 17:48:14.013--ServerSession(1580307372)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metadata: 2024-04-17 17:48:14.04--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-17 17:48:14.041--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-17 17:48:14.042--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-17 17:48:14.042--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-17 17:48:14.054--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-17 17:48:14.055--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-17 17:48:14.056--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-17 17:48:14.057--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-17 17:48:14.058--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-17 17:48:14.059--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-17 17:48:14.061--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-17 17:48:14.462--UnitOfWork(1557843075)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:48:15.42--ServerSession(862041420)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key.
    [junit] [EL Warning]: ddl: 2024-04-17 17:48:16.726--ServerSession(862041420)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key.
    [junit] [EL Warning]: ddl: 2024-04-17 17:48:18.468--ServerSession(862041420)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key.
    [junit] [EL Warning]: ddl: 2024-04-17 17:48:19.71--ServerSession(862041420)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key.
    [junit] [EL Warning]: ddl: 2024-04-17 17:48:20.989--ServerSession(862041420)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key.
    [junit] [EL Warning]: ddl: 2024-04-17 17:48:22.288--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-17 17:48:23.689--ServerSession(862041420)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key.
    [junit] [EL Warning]: ddl: 2024-04-17 17:48:25.234--ServerSession(862041420)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key.
    [junit] [EL Warning]: ddl: 2024-04-17 17:48:26.515--ServerSession(862041420)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key.
    [junit] [EL Warning]: 2024-04-17 17:48:27.224--ServerSession(862041420)--Exception [EclipseLink-6137] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.<init>(java.lang.String, java.sql.Date, java.lang.Integer)
    [junit] Internal Exception: java.lang.NoSuchMethodException: org.eclipse.persistence.testing.models.jpa.advanced.Employee.<init>(java.lang.String, java.sql.Date, java.lang.Integer)
    [junit] Query: ReportQuery(referenceClass=Employee )
    [junit] [EL Warning]: ddl: 2024-04-17 17:48:27.83--ServerSession(862041420)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key.
    [junit] [EL Warning]: 2024-04-17 17:48:28.532--UnitOfWork(579869901)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:48:28.534--UnitOfWork(1483912451)--Exception [EclipseLink-5004] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:48:29.101--ServerSession(862041420)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key.
    [junit] [EL Warning]: 2024-04-17 17:48:29.756--ServerSession(862041420)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:48:29.807--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-17 17:48:29.809--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-17 17:48:29.816--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-17 17:48:29.819--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-17 17:48:29.82--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-17 17:48:29.82--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-17 17:48:29.821--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-17 17:48:29.822--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-17 17:48:29.823--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-17 17:48:29.824--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-17 17:48:29.826--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-17 17:48:29.827--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-17 17:48:29.83--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-17 17:48:29.838--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-17 17:48:29.839--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-17 17:48:29.84--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-17 17:48:29.841--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-17 17:48:29.841--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-17 17:48:29.882--ServerSession(990266358)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metadata: 2024-04-17 17:48:29.915--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-17 17:48:29.917--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-17 17:48:29.919--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-17 17:48:29.919--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-17 17:48:29.92--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-17 17:48:29.921--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-17 17:48:29.922--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-17 17:48:29.923--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-17 17:48:29.925--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-17 17:48:29.926--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-17 17:48:29.929--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-17 17:48:29.994--UnitOfWork(742231939)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:48:41.884--ServerSession(1663556555)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metadata: 2024-04-17 17:48:41.896--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-17 17:48:43.604--ServerSession(862041420)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key.
    [junit] [EL Warning]: ddl: 2024-04-17 17:48:44.886--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-17 17:48:45.553--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-17 17:48:45.554--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-17 17:48:45.56--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-17 17:48:45.563--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-17 17:48:45.563--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-17 17:48:45.564--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-17 17:48:45.564--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-17 17:48:45.566--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-17 17:48:45.567--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-17 17:48:45.568--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-17 17:48:45.569--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-17 17:48:45.57--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-17 17:48:45.571--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-17 17:48:45.578--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-17 17:48:45.579--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-17 17:48:45.58--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-17 17:48:45.58--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-17 17:48:45.581--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-17 17:48:45.616--ServerSession(1386585536)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metadata: 2024-04-17 17:48:45.644--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-17 17:48:45.646--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-17 17:48:45.647--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-17 17:48:45.647--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-17 17:48:45.648--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-17 17:48:45.649--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-17 17:48:45.65--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-17 17:48:45.65--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-17 17:48:45.652--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-17 17:48:45.653--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-17 17:48:45.655--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-17 17:48:45.797--ServerSession(1386585536)--Removing UNIQUE constraint definition from [PRODUCT_FALSE.ID] because it is also a primary key.
    [junit] [EL Warning]: ddl: 2024-04-17 17:48:45.8--ServerSession(1386585536)--Removing UNIQUE constraint definition from [PRODUCT_TRUE.ID] because it is also a primary key.
    [junit] [EL Warning]: ddl: 2024-04-17 17:48:50.909--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-17 17:48:51.778--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-17 17:48:51.778--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-17 17:48:51.782--ServerSession(877459269)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metadata: 2024-04-17 17:48:51.791--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-17 17:48:51.791--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-17 17:48:51.791--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-17 17:48:51.791--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-17 17:48:52.492--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-17 17:48:52.493--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-17 17:48:52.496--ServerSession(1461751940)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Severe]: ejb: 2024-04-17 17:48:52.509--ServerSession(1461751940)--Exception [EclipseLink-7346] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:48:52.513--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-17 17:48:52.514--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-17 17:48:52.516--ServerSession(1124829839)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: multi-tenant-123
    [junit] [EL Warning]: metadata: 2024-04-17 17:48:52.558--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-17 17:48:52.559--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-17 17:48:52.562--ServerSession(942095742)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metadata: 2024-04-17 17:48:52.572--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-17 17:48:52.572--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-17 17:48:52.572--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-17 17:48:52.573--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-17 17:48:52.64--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-17 17:48:52.64--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-17 17:48:52.643--ServerSession(1566417845)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: multi-tenant-123
    [junit] [EL Warning]: metadata: 2024-04-17 17:48:52.709--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-17 17:48:52.709--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-17 17:48:52.712--ServerSession(291744069)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metadata: 2024-04-17 17:48:52.722--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-17 17:48:52.723--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-17 17:48:52.723--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-17 17:48:52.723--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-17 17:48:52.738--ServerSession(1306584900)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Severe]: ejb: 2024-04-17 17:48:52.759--ServerSession(1306584900)--Exception [EclipseLink-7344] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:48:52.766--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-17 17:48:52.767--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-17 17:48:52.77--ServerSession(609276442)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metadata: 2024-04-17 17:48:52.78--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-17 17:48:52.78--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-17 17:48:52.78--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-17 17:48:52.781--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-17 17:48:52.807--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-17 17:48:52.807--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-17 17:48:52.807--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-17 17:48:52.807--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-17 17:48:52.807--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-17 17:48:52.807--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-17 17:48:52.81--ServerSession(1926893801)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: multi-tenant-table-per-tenant
    [junit] [EL Warning]: metadata: 2024-04-17 17:48:52.864--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-17 17:48:52.864--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-17 17:48:52.864--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-17 17:48:52.864--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-17 17:48:52.864--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-17 17:48:52.864--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-17 17:48:52.867--ServerSession(876096970)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: multi-tenant-table-per-tenant-C
    [junit] [EL Info]: 2024-04-17 17:48:52.903--ServerSession(830004156)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:48:52.914--ServerSession(830004156)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:48:52.932--ServerSession(140503275)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: ddl: 2024-04-17 17:48:55.331--ServerSession(140503275)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key.
    [junit] [EL Info]: 2024-04-17 17:48:56.543--ServerSession(552285545)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: ddl: 2024-04-17 17:49:00.766--ServerSession(552285545)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key.
    [junit] [EL Info]: 2024-04-17 17:49:01.94--ServerSession(830004156)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:49:01.951--ServerSession(2139414732)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:49:01.968--ServerSession(1415696170)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:49:01.986--ServerSession(475164107)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: ddl: 2024-04-17 17:49:02.795--ServerSession(862041420)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key.
    [junit] [EL Warning]: ddl: 2024-04-17 17:49:10.079--ServerSession(862041420)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key.
    [junit] [EL Warning]: ddl: 2024-04-17 17:49:11.313--ServerSession(862041420)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key.
    [junit] [EL Warning]: jpa: 2024-04-17 17:49:13.27--java.io.FileNotFoundException: MetadataCachingTestProject.file (No such file or directory)
    [junit] [EL Warning]: metadata: 2024-04-17 17:49:13.301--ServerSession(1749634169)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:13.384--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-17 17:49:13.384--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-17 17:49:13.395--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-17 17:49:13.413--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-17 17:49:13.415--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-17 17:49:13.42--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-17 17:49:13.421--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-17 17:49:13.422--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-17 17:49:13.422--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-17 17:49:13.422--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-17 17:49:13.423--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-17 17:49:13.424--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-17 17:49:13.425--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-17 17:49:13.426--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-17 17:49:13.436--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-17 17:49:13.436--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-17 17:49:13.439--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-17 17:49:13.439--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-17 17:49:13.44--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-17 17:49:13.44--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-17 17:49:13.44--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-17 17:49:13.44--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-17 17:49:13.44--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-17 17:49:13.941--ServerSession(1749634169)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metadata: 2024-04-17 17:49:13.977--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-17 17:49:13.981--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-17 17:49:13.981--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-17 17:49:13.983--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-17 17:49:13.984--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-17 17:49:13.986--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-17 17:49:13.988--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-17 17:49:13.99--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-17 17:49:13.993--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-17 17:49:13.995--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-17 17:49:13.997--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-17 17:49:13.997--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-17 17:49:13.999--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-17 17:49:15.183--ServerSession(383680175)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metadata: 2024-04-17 17:49:15.217--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-17 17:49:15.219--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-17 17:49:15.219--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-17 17:49:15.221--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-17 17:49:15.222--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-17 17:49:15.224--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-17 17:49:15.225--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-17 17:49:15.226--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-17 17:49:15.229--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-17 17:49:15.231--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-17 17:49:15.233--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-17 17:49:15.233--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-17 17:49:15.234--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-17 17:49:15.885--ServerSession(383680175)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key.
    [junit] [EL Fine]: server: 2024-04-17 17:49:16.671--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
    [junit] [EL Config]: metadata: 2024-04-17 17:49:16.674--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-17 17:49:16.674--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-17 17:49:16.675--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-17 17:49:16.675--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-17 17:49:16.675--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-17 17:49:16.675--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-17 17:49:16.675--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-17 17:49:16.675--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-17 17:49:16.676--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-17 17:49:16.676--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-17 17:49:16.676--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-17 17:49:16.676--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-17 17:49:16.676--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-17 17:49:16.676--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-17 17:49:16.677--ServerSession(205108129)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: NAME.
    [junit] [EL Config]: metadata: 2024-04-17 17:49:16.677--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-17 17:49:16.677--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-17 17:49:16.677--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-17 17:49:16.677--ServerSession(205108129)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: SALARY.
    [junit] [EL Config]: metadata: 2024-04-17 17:49:16.677--ServerSession(205108129)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: PAYSCALE.
    [junit] [EL Warning]: metadata: 2024-04-17 17:49:16.677--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-17 17:49:16.677--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-17 17:49:16.677--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-17 17:49:16.677--ServerSession(205108129)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: COUNTRY.
    [junit] [EL Config]: metadata: 2024-04-17 17:49:16.677--ServerSession(205108129)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: PROVINCE.
    [junit] [EL Config]: metadata: 2024-04-17 17:49:16.678--ServerSession(205108129)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: CITY.
    [junit] [EL Config]: metadata: 2024-04-17 17:49:16.678--ServerSession(205108129)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: STREET.
    [junit] [EL Config]: metadata: 2024-04-17 17:49:16.678--ServerSession(205108129)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: POSTALCODE.
    [junit] [EL Config]: metadata: 2024-04-17 17:49:16.678--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-17 17:49:16.678--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-17 17:49:16.678--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-17 17:49:16.678--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-17 17:49:16.678--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-17 17:49:16.678--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-17 17:49:16.678--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-17 17:49:16.678--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-17 17:49:16.678--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-17 17:49:16.678--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-17 17:49:16.678--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-17 17:49:16.702--ServerSession(205108129)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Fine]: connection: 2024-04-17 17:49:16.711--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform
    [junit] [EL Fine]: connection: 2024-04-17 17:49:16.711--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-17 17:49:16.719--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-17 17:49:16.724--ServerSession(205108129)--Thread(Thread[main,5,main])--ConfigPUTestSuite login successful
    [junit] [EL Config]: metadata: 2024-04-17 17:49:16.725--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-17 17:49:16.725--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-17 17:49:16.726--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.727--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.727--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-17 17:49:16.727--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.727--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.727--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-17 17:49:16.728--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.728--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.728--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-17 17:49:16.728--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.729--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.729--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-17 17:49:16.729--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.729--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.729--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-17 17:49:16.729--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.73--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.73--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-17 17:49:16.73--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.73--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.73--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-17 17:49:16.73--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.731--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.731--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-17 17:49:16.731--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.731--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.731--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJECT
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.732--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.732--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.732--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PERSON
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.732--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.733--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.733--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMPLOYEE
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.733--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.733--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.733--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_SALARY
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.734--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.734--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.734--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PHONENUMBER
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.734--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.735--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.735--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_ADDRESS
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.735--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.735--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.735--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_LPROJECT
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.736--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.736--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.736--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMP_CREDITLINES
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.736--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.737--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.737--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJ_EMP
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.737--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.737--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.737--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJECT
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.738--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.738--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.738--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PERSON
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.738--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.738--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.738--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMPLOYEE
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.739--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.739--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.739--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_SALARY
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.739--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.739--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.739--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PHONENUMBER
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.74--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.74--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.74--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_ADDRESS
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.74--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.74--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.74--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_LPROJECT
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.741--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.741--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.741--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMP_CREDITLINES
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.741--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.742--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.742--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJ_EMP
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.742--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.742--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.742--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJECT
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.743--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.743--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.743--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PERSON
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.743--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.743--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.743--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMPLOYEE
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.744--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.744--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.744--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_SALARY
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.744--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.744--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.744--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PHONENUMBER
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.745--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.745--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.745--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_ADDRESS
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.745--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.745--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.745--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_LPROJECT
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.746--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.746--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.746--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMP_CREDITLINES
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.746--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.746--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.746--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJ_EMP
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.747--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.747--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.747--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJECT
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.747--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.748--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.748--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PERSON
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.748--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.748--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.748--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMPLOYEE
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.748--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.749--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.749--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_SALARY
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.749--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.749--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.749--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PHONENUMBER
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.75--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.75--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.75--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_ADDRESS
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.75--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.75--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.75--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_LPROJECT
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.751--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.751--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.751--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMP_CREDITLINES
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.751--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.751--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.751--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJ_EMP
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.752--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.752--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.752--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJECT
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.752--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.753--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.753--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PERSON
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.753--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.753--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.753--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMPLOYEE
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.754--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.754--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.754--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_SALARY
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.754--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.754--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.754--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PHONENUMBER
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.755--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.755--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.755--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_ADDRESS
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.755--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.755--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.755--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_LPROJECT
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.756--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.756--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.756--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMP_CREDITLINES
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.756--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.756--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.756--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJ_EMP
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.757--ServerSession(205108129)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:49:16.757--ServerSession(205108129)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:16.757--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-17 17:49:16.762--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-17 17:49:16.769--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-17 17:49:16.773--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-17 17:49:16.776--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-17 17:49:16.779--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-17 17:49:16.784--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-17 17:49:16.786--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-17 17:49:16.791--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-17 17:49:16.794--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-17 17:49:16.805--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-17 17:49:16.818--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-17 17:49:16.832--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-17 17:49:16.84--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-17 17:49:16.85--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-17 17:49:16.858--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-17 17:49:16.868--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-17 17:49:16.877--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-17 17:49:16.889--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.89--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
    [junit] [EL Fine]: sql: 2024-04-17 17:49:16.89--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-17 17:49:16.892--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-17 17:49:16.895--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-17 17:49:16.896--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-17 17:49:16.896--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-17 17:49:16.899--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-17 17:49:16.899--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-17 17:49:16.9--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-17 17:49:16.901--ServerSession(205108129)--Connection(541791156)--Thread(Thread[main,5,main])--disconnect
    [junit] [EL Fine]: connection: 2024-04-17 17:49:16.901--ServerSession(205108129)--Thread(Thread[main,5,main])--ConfigPUTestSuite logout successful
    [junit] [EL Fine]: connection: 2024-04-17 17:49:16.901--ServerSession(205108129)--Connection(1849704464)--Thread(Thread[main,5,main])--disconnect
    [junit] Closing factory: multi-tenant-schema-per-tenant
    [junit] [EL Warning]: metadata: 2024-04-17 17:49:16.959--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-17 17:49:16.96--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-17 17:49:16.967--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-17 17:49:16.979--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-17 17:49:16.979--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-17 17:49:16.98--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-17 17:49:16.98--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-17 17:49:16.982--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-17 17:49:16.982--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-17 17:49:16.984--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-17 17:49:16.986--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-17 17:49:16.987--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-17 17:49:16.989--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-17 17:49:16.995--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-17 17:49:16.996--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-17 17:49:16.997--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-17 17:49:16.998--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-17 17:49:16.998--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-17 17:49:17.031--ServerSession(1045890688)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metadata: 2024-04-17 17:49:17.073--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-17 17:49:17.076--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-17 17:49:17.077--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-17 17:49:17.077--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-17 17:49:17.079--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-17 17:49:17.08--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-17 17:49:17.081--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-17 17:49:17.082--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-17 17:49:17.084--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-17 17:49:17.085--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-17 17:49:17.088--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-17 17:49:17.705--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-17 17:49:18.409--ServerSession(1728604623)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: ddl: 2024-04-17 17:49:18.989--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-17 17:49:19.565--ServerSession(1837158829)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Severe]: ejb: 2024-04-17 17:49:19.579--ServerSession(1837158829)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:19.585--ServerSession(358052558)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Severe]: ejb: 2024-04-17 17:49:19.598--ServerSession(202859160)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e
    [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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e
    [junit] [EL Info]: ServerSession(191447124)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: ServerSession(191447124)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:49:31.838--DatabaseSessionImpl(1843986199)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Tests run: 879, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 224.636 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.v20240417-36e9af724e.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.v20240417-36e9af724e.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(1369468094)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
    [junit] [EL Warning]: metadata: ServerSession(1369468094)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
    [junit] [EL Warning]: metadata: ServerSession(1369468094)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
    [junit] [EL Warning]: metadata: ServerSession(1369468094)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
    [junit] [EL Warning]: metadata: ServerSession(1369468094)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
    [junit] [EL Warning]: metadata: ServerSession(1369468094)--The reference column name [ID] mapped on the element [field witnesses] does not 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-17 17:49:34.285--ServerSession(761973299)--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-17 17:49:34.288--ServerSession(761973299)--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-17 17:49:34.295--ServerSession(761973299)--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-17 17:49:34.298--ServerSession(761973299)--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-17 17:49:34.298--ServerSession(761973299)--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-17 17:49:34.299--ServerSession(761973299)--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-17 17:49:34.299--ServerSession(761973299)--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-17 17:49:34.301--ServerSession(761973299)--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-17 17:49:34.301--ServerSession(761973299)--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-17 17:49:34.303--ServerSession(761973299)--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-17 17:49:34.304--ServerSession(761973299)--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-17 17:49:34.305--ServerSession(761973299)--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-17 17:49:34.307--ServerSession(761973299)--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-17 17:49:34.32--ServerSession(761973299)--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-17 17:49:34.321--ServerSession(761973299)--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-17 17:49:34.323--ServerSession(761973299)--The reference column name [ID] mapped on the element [field witnesses] does not 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-17 17:49:34.323--ServerSession(761973299)--The reference column name [ID] mapped on the element [field witnesses] does not 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-17 17:49:34.323--ServerSession(761973299)--The reference column name [ID] mapped on the element [field witnesses] does not 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-17 17:49:34.462--ServerSession(1872047468)--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-17 17:49:34.463--ServerSession(1872047468)--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-17 17:49:34.469--ServerSession(1980194149)--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-17 17:49:34.469--ServerSession(1980194149)--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-17 17:49:34.479--ServerSession(1294139740)--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-17 17:49:34.479--ServerSession(1294139740)--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-17 17:49:34.479--ServerSession(1294139740)--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-17 17:49:34.479--ServerSession(1294139740)--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-17 17:49:34.479--ServerSession(1294139740)--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-17 17:49:34.479--ServerSession(1294139740)--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-17 17:49:34.484--ServerSession(1529002352)--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-17 17:49:34.484--ServerSession(1529002352)--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-17 17:49:34.484--ServerSession(1529002352)--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-17 17:49:34.484--ServerSession(1529002352)--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-17 17:49:34.484--ServerSession(1529002352)--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-17 17:49:34.484--ServerSession(1529002352)--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-17 17:49:34.505--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
    [junit] [EL Fine]: moxy: 2024-04-17 17:49:34.509--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@4e25147a
    [junit] [EL Fine]: moxy: 2024-04-17 17:49:34.51--Thread(Thread[main,5,main])--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@56303475
    [junit] [EL Fine]: moxy: 2024-04-17 17:49:34.51--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-17 17:49:34.511--ServerSession(1629759610)--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-17 17:49:34.511--ServerSession(1629759610)--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-17 17:49:34.511--ServerSession(1629759610)--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-17 17:49:34.511--ServerSession(1629759610)--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-17 17:49:34.512--ServerSession(1629759610)--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-17 17:49:34.512--ServerSession(1629759610)--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-17 17:49:34.512--ServerSession(1629759610)--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-17 17:49:34.512--ServerSession(1629759610)--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-17 17:49:34.512--ServerSession(1629759610)--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-17 17:49:34.512--ServerSession(1629759610)--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-17 17:49:34.512--ServerSession(1629759610)--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-17 17:49:34.512--ServerSession(1629759610)--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-17 17:49:34.513--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@3b6c624
    [junit] [EL Warning]: metadata: 2024-04-17 17:49:34.837--ServerSession(1403649277)--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-17 17:49:34.837--ServerSession(1403649277)--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-17 17:49:34.933--ServerSession(326376794)--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-17 17:49:34.933--ServerSession(326376794)--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-17 17:49:34.937--ServerSession(326376794)--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-17 17:49:34.942--ServerSession(1062163248)--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-17 17:49:34.942--ServerSession(1062163248)--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-17 17:49:34.942--ServerSession(1062163248)--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-17 17:49:34.943--ServerSession(1062163248)--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-17 17:49:35.177--DatabaseSessionImpl(132461369)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [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.v20240417-36e9af724e): 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.v20240417-36e9af724e
    [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.v20240417-36e9af724e): 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-17 17:49:39.307--ServerSession(304088688)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [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.v20240417-36e9af724e): 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.v20240417-36e9af724e
    [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.v20240417-36e9af724e): 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.v20240417-36e9af724e
    [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.v20240417-36e9af724e): 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.v20240417-36e9af724e
    [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.v20240417-36e9af724e): 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.v20240417-36e9af724e
    [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.v20240417-36e9af724e): 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.v20240417-36e9af724e
    [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.v20240417-36e9af724e): 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.v20240417-36e9af724e
    [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.v20240417-36e9af724e): 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.v20240417-36e9af724e
    [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.v20240417-36e9af724e): 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.v20240417-36e9af724e
    [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-17 17:49:43.589--ServerSession(977902078)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Severe]: ejb: 2024-04-17 17:49:43.589--ServerSession(977902078)--java.lang.RuntimeException: tmpDataSourceImp getConnection called
    [junit] [EL Info]: 2024-04-17 17:49:43.595--ServerSession(175348953)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:49:43.613--ServerSession(1794426702)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Severe]: ejb: 2024-04-17 17:49:43.614--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.v20240417-36e9af724e): 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.v20240417-36e9af724e
    [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(1532750524)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [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-17 17:49:59.588--ServerSession(1616404704)--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-17 17:49:59.59--ServerSession(1616404704)--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-17 17:49:59.596--ServerSession(1616404704)--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-17 17:49:59.598--ServerSession(1616404704)--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-17 17:49:59.598--ServerSession(1616404704)--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-17 17:49:59.599--ServerSession(1616404704)--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-17 17:49:59.599--ServerSession(1616404704)--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-17 17:49:59.6--ServerSession(1616404704)--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-17 17:49:59.601--ServerSession(1616404704)--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-17 17:49:59.602--ServerSession(1616404704)--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-17 17:49:59.603--ServerSession(1616404704)--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-17 17:49:59.603--ServerSession(1616404704)--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-17 17:49:59.605--ServerSession(1616404704)--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-17 17:49:59.611--ServerSession(1616404704)--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-17 17:49:59.611--ServerSession(1616404704)--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-17 17:49:59.612--ServerSession(1616404704)--The reference column name [ID] mapped on the element [field witnesses] does not 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-17 17:49:59.612--ServerSession(1616404704)--The reference column name [ID] mapped on the element [field witnesses] does not 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-17 17:49:59.612--ServerSession(1616404704)--The reference column name [ID] mapped on the element [field witnesses] 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-17 17:49:59.659--ServerSession(1616404704)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metadata: 2024-04-17 17:49:59.68--ServerSession(1616404704)--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-17 17:49:59.692--ServerSession(1616404704)--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-17 17:49:59.692--ServerSession(1616404704)--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-17 17:49:59.693--ServerSession(1616404704)--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-17 17:49:59.695--ServerSession(1616404704)--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-17 17:49:59.695--ServerSession(1616404704)--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-17 17:49:59.698--ServerSession(1616404704)--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-17 17:49:59.699--ServerSession(1616404704)--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-17 17:49:59.701--ServerSession(1616404704)--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-17 17:49:59.702--ServerSession(1616404704)--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-17 17:49:59.702--ServerSession(1616404704)--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-17 17:49:59.749--UnitOfWork(523603423)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.OptimisticLockException
    [junit] Exception Description: The object [Employee: 1976] 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,976
    [junit] [EL Warning]: 2024-04-17 17:49:59.753--[TEMPORARY LOGGING]
    [junit] [EL Warning]: 2024-04-17 17:49:59.753--javax.persistence.OptimisticLockException: Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.OptimisticLockException
    [junit] Exception Description: The object [Employee: 1976] 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,976
    [junit] [EL Warning]: 2024-04-17 17:49:59.766--UnitOfWork(1609383107)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.OptimisticLockException
    [junit] Exception Description: The object [Employee: 1976] 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,976
    [junit] [EL Warning]: UnitOfWork(1699191382)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.OptimisticLockException
    [junit] Exception Description: The object [Employee: 1976] 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,976
    [junit] [EL Warning]: UnitOfWork(1596119274)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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(317109671)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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(792442439)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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(1913019451)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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(70837705)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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(1166040155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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(821684661)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:50:26.023--ServerSession(1777682740)--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-17 17:50:26.025--ServerSession(1777682740)--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-17 17:50:26.031--ServerSession(1777682740)--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-17 17:50:26.034--ServerSession(1777682740)--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-17 17:50:26.034--ServerSession(1777682740)--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-17 17:50:26.034--ServerSession(1777682740)--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-17 17:50:26.035--ServerSession(1777682740)--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-17 17:50:26.036--ServerSession(1777682740)--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-17 17:50:26.036--ServerSession(1777682740)--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-17 17:50:26.037--ServerSession(1777682740)--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-17 17:50:26.038--ServerSession(1777682740)--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-17 17:50:26.039--ServerSession(1777682740)--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-17 17:50:26.041--ServerSession(1777682740)--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-17 17:50:26.048--ServerSession(1777682740)--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-17 17:50:26.049--ServerSession(1777682740)--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-17 17:50:26.05--ServerSession(1777682740)--The reference column name [ID] mapped on the element [field witnesses] does not 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-17 17:50:26.05--ServerSession(1777682740)--The reference column name [ID] mapped on the element [field witnesses] does not 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-17 17:50:26.05--ServerSession(1777682740)--The reference column name [ID] mapped on the element [field witnesses] 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-17 17:50:26.089--ServerSession(1777682740)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metadata: 2024-04-17 17:50:26.117--ServerSession(1777682740)--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-17 17:50:26.128--ServerSession(1777682740)--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-17 17:50:26.128--ServerSession(1777682740)--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-17 17:50:26.128--ServerSession(1777682740)--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-17 17:50:26.131--ServerSession(1777682740)--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-17 17:50:26.131--ServerSession(1777682740)--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-17 17:50:26.134--ServerSession(1777682740)--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-17 17:50:26.135--ServerSession(1777682740)--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-17 17:50:26.137--ServerSession(1777682740)--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-17 17:50:26.137--ServerSession(1777682740)--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-17 17:50:26.137--ServerSession(1777682740)--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-17 17:50:26.746--ServerSession(1777682740)--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-17 17:50:27.466--ServerSession(1048076786)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.478--ServerSession(1048076786)--Connection(2036951791)--ALTER TABLE CMP3_AD_CU_CUSTOMER DROP FOREIGN KEY FK_CMP3_AD_CU_CUSTOMER_ADDR_BA_ID
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.479--ServerSession(1048076786)--SELECT 1
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.48--ServerSession(1048076786)--Connection(2036951791)--ALTER TABLE CMP3_AD_CU_CUSTOMER DROP FOREIGN KEY FK_CMP3_AD_CU_CUSTOMER_ADDR_DA_ID
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.48--ServerSession(1048076786)--SELECT 1
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.48--ServerSession(1048076786)--Connection(2036951791)--DROP TABLE CMP3_AD_CU_ADDRESS
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.481--ServerSession(1048076786)--SELECT 1
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.481--ServerSession(1048076786)--Connection(2036951791)--DROP TABLE CMP3_AD_CU_CUSTOMER
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.482--ServerSession(1048076786)--SELECT 1
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.482--ServerSession(1048076786)--Connection(2036951791)--DROP TABLE CMP3_AD_CU_ADDRESS
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.483--ServerSession(1048076786)--SELECT 1
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.483--ServerSession(1048076786)--Connection(2036951791)--DROP TABLE CMP3_AD_CU_CUSTOMER
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.484--ServerSession(1048076786)--SELECT 1
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.484--ServerSession(1048076786)--Connection(2036951791)--DROP TABLE CMP3_AD_CU_ADDRESS
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.484--ServerSession(1048076786)--SELECT 1
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.484--ServerSession(1048076786)--Connection(2036951791)--DROP TABLE CMP3_AD_CU_CUSTOMER
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.485--ServerSession(1048076786)--SELECT 1
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.485--ServerSession(1048076786)--Connection(2036951791)--DROP TABLE CMP3_AD_CU_ADDRESS
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.486--ServerSession(1048076786)--SELECT 1
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.486--ServerSession(1048076786)--Connection(2036951791)--DROP TABLE CMP3_AD_CU_CUSTOMER
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.486--ServerSession(1048076786)--SELECT 1
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.487--ServerSession(1048076786)--Connection(2036951791)--DROP TABLE CMP3_AD_CU_ADDRESS
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.487--ServerSession(1048076786)--SELECT 1
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.487--ServerSession(1048076786)--Connection(2036951791)--DROP TABLE CMP3_AD_CU_CUSTOMER
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.488--ServerSession(1048076786)--SELECT 1
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.488--ServerSession(1048076786)--Connection(2036951791)--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-17 17:50:27.492--ServerSession(1048076786)--Connection(2036951791)--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-17 17:50:27.496--ServerSession(1048076786)--Connection(2036951791)--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-17 17:50:27.505--ServerSession(1048076786)--Connection(2036951791)--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-17 17:50:27.515--ServerSession(1048076786)--initialize all identitymaps
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.526--ClientSession(77104448)--Connection(514759054)--INSERT INTO CMP3_AD_CU_ADDRESS (STREET1, TYPE) VALUES (?, ?)
    [junit] 	bind => [STREET1, 1]
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.527--ClientSession(77104448)--Connection(514759054)--SELECT LAST_INSERT_ID()
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.528--ClientSession(77104448)--Connection(514759054)--INSERT INTO CMP3_AD_CU_ADDRESS (STREET2, TYPE) VALUES (?, ?)
    [junit] 	bind => [STREET2, 2]
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.528--ClientSession(77104448)--Connection(514759054)--SELECT LAST_INSERT_ID()
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.528--ClientSession(77104448)--Connection(514759054)--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-17 17:50:27.529--ClientSession(77104448)--Connection(514759054)--SELECT LAST_INSERT_ID()
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.53--ServerSession(1048076786)--Connection(2036951791)--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-17 17:50:27.531--ServerSession(1048076786)--Connection(2036951791)--SELECT ID, TYPE, STREET1, STREET2 FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?)
    [junit] 	bind => [1]
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.532--ServerSession(1048076786)--Connection(2036951791)--SELECT ID, TYPE, STREET1, STREET2 FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?)
    [junit] 	bind => [2]
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.533--ServerSession(1048076786)--Connection(2036951791)--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-17 17:50:27.554--ServerSession(1048076786)--Connection(2036951791)--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-17 17:50:27.555--ServerSession(1048076786)--Connection(2036951791)--SELECT ID, TYPE, STREET1, STREET2 FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?)
    [junit] 	bind => [1]
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.555--ServerSession(1048076786)--Connection(2036951791)--SELECT ID, TYPE, STREET1, STREET2 FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?)
    [junit] 	bind => [2]
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.557--ServerSession(1048076786)--Connection(2036951791)--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-17 17:50:27.559--ServerSession(1048076786)--Connection(2036951791)--SELECT ID, NAME, ADDR_BA_ID, ADDR_DA_ID FROM CMP3_AD_CU_CUSTOMER
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.559--ServerSession(1048076786)--Connection(2036951791)--SELECT ID, TYPE, STREET1, STREET2 FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?)
    [junit] 	bind => [1]
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.559--ServerSession(1048076786)--Connection(2036951791)--SELECT ID, TYPE, STREET1, STREET2 FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?)
    [junit] 	bind => [2]
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.56--ClientSession(82010496)--Connection(514759054)--DELETE FROM CMP3_AD_CU_CUSTOMER WHERE (ID = ?)
    [junit] 	bind => [1]
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.561--ClientSession(82010496)--Connection(514759054)--DELETE FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?)
    [junit] 	bind => [2]
    [junit] [EL Fine]: sql: 2024-04-17 17:50:27.561--ClientSession(82010496)--Connection(514759054)--DELETE FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?)
    [junit] 	bind => [1]
    [junit] Closing factory: customer-pu
    [junit] [EL Finer]: cache: 2024-04-17 17:50:27.562--ServerSession(1048076786)--initialize identitymaps
    [junit] [EL Info]: 2024-04-17 17:50:27.58--ServerSession(1820784379)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: partitioned
    [junit] [EL Info]: 2024-04-17 17:50:28.134--ServerSession(187844358)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [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-17 17:50:28.649--SessionBroker(1151135360)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metamodel: 2024-04-17 17:50:28.688--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 <class> elements or a global <exclude-unlisted-classes>false</exclude-unlisted-classes> element
    [junit] Closing factory: composite-advanced
    [junit] [EL Info]: 2024-04-17 17:50:28.914--ServerSession(1575671149)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metamodel: 2024-04-17 17:50:28.925--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 <class> elements or a global <exclude-unlisted-classes>false</exclude-unlisted-classes> element
    [junit] Closing factory: eclipselink-pu with spaces in the path and name
    [junit] [EL Info]: 2024-04-17 17:50:28.927--ServerSession(19956172)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metamodel: 2024-04-17 17:50:28.938--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 <class> elements or a global <exclude-unlisted-classes>false</exclude-unlisted-classes> element
    [junit] Closing factory: A JPAADVProperties pu with spaces in the name
    [junit] [EL Info]: 2024-04-17 17:50:28.94--ServerSession(811399952)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metamodel: 2024-04-17 17:50:28.95--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 <class> elements or a global <exclude-unlisted-classes>false</exclude-unlisted-classes> element
    [junit] Closing factory: eclipselink-pu-with-spaces-in-the-path-but-not-the-name
    [junit] [EL Info]: 2024-04-17 17:50:28.965--SessionBroker(1849321847)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metamodel: 2024-04-17 17:50:29.002--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 <class> elements or a global <exclude-unlisted-classes>false</exclude-unlisted-classes> element
    [junit] [EL Warning]: properties: 2024-04-17 17:50:29.392--ServerSession(241502355)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. 
    [junit] [EL Warning]: properties: 2024-04-17 17:50:29.392--ServerSession(702346427)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. 
    [junit] [EL Warning]: properties: 2024-04-17 17:50:29.392--ServerSession(1361185270)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. 
    [junit] [EL Warning]: properties: 2024-04-17 17:50:29.393--ServerSession(241502355)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. 
    [junit] [EL Warning]: properties: 2024-04-17 17:50:29.393--ServerSession(702346427)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. 
    [junit] [EL Warning]: properties: 2024-04-17 17:50:29.393--ServerSession(1361185270)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. 
    [junit] [EL Info]: 2024-04-17 17:50:29.42--SessionBroker(1849321847)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: query: 2024-04-17 17:50:29.465--UnitOfWork(62594787)--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.v20240417-36e9af724e): 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-17 17:50:29.475--ClientSession(1849381820)--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.v20240417-36e9af724e): 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-17 17:50:29.487--ClientSession(1849381820)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:50:29.5--UnitOfWork(223705820)--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.v20240417-36e9af724e): 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-17 17:50:29.52--ClientSession(696253095)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:50:29.53--UnitOfWork(132909799)--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.v20240417-36e9af724e): 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-17 17:50:29.539--ClientSession(1423781066)--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.v20240417-36e9af724e): 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-17 17:50:29.55--ClientSession(1423781066)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:50:29.551--SessionBroker(1849321847)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:50:29.587--SessionBroker(1849321847)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: query: 2024-04-17 17:50:29.647--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.v20240417-36e9af724e): 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-17 17:50:29.648--ServerSession(1361185270)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:50:29.648--ServerSession(1361185270)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:50:29.649--ClientSession(503617422)--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.v20240417-36e9af724e): 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-17 17:50:29.649--ServerSession(1361185270)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:50:29.649--ServerSession(1361185270)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
    [junit] Error Code: 0
    [junit] [EL Info]: 2024-04-17 17:50:29.657--SessionBroker(1849321847)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:50:29.772--SessionBroker(1849321847)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Severe]: 2024-04-17 17:50:29.801--ServerSession(1361185270)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
    [junit] Error Code: 0
    [junit] [EL Warning]: 2024-04-17 17:50:29.801--UnitOfWork(750130961)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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@796e485e)
    [junit] [EL Info]: query: 2024-04-17 17:50:29.802--UnitOfWork(1823470083)--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.v20240417-36e9af724e): 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-17 17:50:29.821--ClientSession(476429510)--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.v20240417-36e9af724e): 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-17 17:50:29.822--ServerSession(1361185270)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
    [junit] Error Code: 0
    [junit] [EL Severe]: 2024-04-17 17:50:29.823--ServerSession(1361185270)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
    [junit] Error Code: 0
    [junit] [EL Severe]: 2024-04-17 17:50:29.823--ServerSession(1361185270)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
    [junit] Error Code: 0
    [junit] [EL Warning]: 2024-04-17 17:50:29.823--ClientSession(476429510)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:50:29.823--UnitOfWork(1793482326)--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.v20240417-36e9af724e): 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-17 17:50:29.85--ClientSession(341532414)--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.v20240417-36e9af724e): 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-17 17:50:29.85--ServerSession(1361185270)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
    [junit] Error Code: 0
    [junit] [EL Severe]: 2024-04-17 17:50:29.851--ServerSession(1361185270)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
    [junit] Error Code: 0
    [junit] [EL Severe]: 2024-04-17 17:50:29.851--ServerSession(1361185270)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
    [junit] Error Code: 0
    [junit] [EL Warning]: 2024-04-17 17:50:29.851--ClientSession(341532414)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:50:29.851--UnitOfWork(507950605)--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.v20240417-36e9af724e): 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-17 17:50:29.871--ClientSession(1521942428)--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.v20240417-36e9af724e): 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-17 17:50:29.872--ServerSession(1361185270)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
    [junit] Error Code: 0
    [junit] [EL Severe]: 2024-04-17 17:50:29.872--ServerSession(1361185270)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
    [junit] Error Code: 0
    [junit] [EL Severe]: 2024-04-17 17:50:29.872--ServerSession(1361185270)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
    [junit] Error Code: 0
    [junit] [EL Warning]: 2024-04-17 17:50:29.872--ClientSession(1521942428)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:50:29.873--UnitOfWork(1793057894)--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.v20240417-36e9af724e): 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-17 17:50:29.892--ClientSession(842917742)--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.v20240417-36e9af724e): 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-17 17:50:29.893--ServerSession(1361185270)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
    [junit] Error Code: 0
    [junit] [EL Severe]: 2024-04-17 17:50:29.893--ServerSession(1361185270)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
    [junit] Error Code: 0
    [junit] [EL Severe]: 2024-04-17 17:50:29.893--ServerSession(1361185270)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
    [junit] Error Code: 0
    [junit] [EL Warning]: 2024-04-17 17:50:29.893--ClientSession(842917742)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:50:29.913--ClientSession(836938325)--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.v20240417-36e9af724e): 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-17 17:50:29.914--ServerSession(1361185270)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
    [junit] Error Code: 0
    [junit] [EL Severe]: 2024-04-17 17:50:29.914--ServerSession(1361185270)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
    [junit] Error Code: 0
    [junit] [EL Severe]: 2024-04-17 17:50:29.914--ServerSession(1361185270)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
    [junit] Error Code: 0
    [junit] [EL Warning]: 2024-04-17 17:50:29.914--ClientSession(836938325)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:50:29.915--UnitOfWork(686921431)--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.v20240417-36e9af724e): 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-17 17:50:29.935--SessionBroker(1849321847)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:50:29.979--ServerSession(1908213036)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Severe]: 2024-04-17 17:50:29.992--ServerSession(1908213036)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.IntegrityException
    [junit] Descriptor Exceptions: 
    [junit] ---------------------------------------------------------
    [junit] 
    [junit] Exception [EclipseLink-48] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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-17 17:50:29.994--ServerSession(1908213036)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): org.eclipse.persistence.exceptions.IntegrityException
    [junit] Descriptor Exceptions: 
    [junit] ---------------------------------------------------------
    [junit] 
    [junit] Exception [EclipseLink-48] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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 Info]: 2024-04-17 17:50:30.01--SessionBroker(584562335)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metamodel: 2024-04-17 17:50:30.04--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 <class> elements or a global <exclude-unlisted-classes>false</exclude-unlisted-classes> element
    [junit] [EL Info]: 2024-04-17 17:50:30.054--SessionBroker(178327097)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metamodel: 2024-04-17 17:50:30.086--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 <class> elements or a global <exclude-unlisted-classes>false</exclude-unlisted-classes> element
    [junit] [EL Warning]: 2024-04-17 17:50:30.186--UnitOfWork(1000186254)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:50:30.315--SessionBroker(1368553864)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metamodel: 2024-04-17 17:50:30.348--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 <class> elements or a global <exclude-unlisted-classes>false</exclude-unlisted-classes> element
    [junit] [EL Info]: 2024-04-17 17:50:30.365--SessionBroker(1653051652)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metamodel: 2024-04-17 17:50:30.394--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 <class> elements or a global <exclude-unlisted-classes>false</exclude-unlisted-classes> element
    [junit] Closing factory: composite-advanced
    [junit] [EL Info]: 2024-04-17 17:50:30.421--SessionBroker(1395959888)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metamodel: 2024-04-17 17:50:30.451--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 <class> elements or a global <exclude-unlisted-classes>false</exclude-unlisted-classes> element
    [junit] [EL Warning]: 2024-04-17 17:50:30.539--UnitOfWork(1895731620)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:50:30.544--UnitOfWork(72767292)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:50:30.685--SessionBroker(1395959888)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [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-17 17:50:30.985--SessionBroker(1395959888)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:50:31.016--SessionBroker(1395959888)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:50:31.138--SessionBroker(1395959888)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:50:31.193--UnitOfWork(675784751)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:50:31.197--UnitOfWork(907587278)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:50:31.257--UnitOfWork(1308258949)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:50:31.412--UnitOfWork(1448229649)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:50:31.512--UnitOfWork(898992910)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:50:31.531--UnitOfWork(1001734475)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:50:31.547--ServerSession(207028202)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:50:31.686--ServerSession(1405183692)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:50:31.717--ServerSession(1405183692)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:50:31.935--ServerSession(777795946)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:50:31.97--ServerSession(777795946)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:50:32.016--ServerSession(520864586)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:50:32.044--ServerSession(520864586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:50:32.067--ServerSession(2075095010)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:50:32.094--ServerSession(2075095010)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:50:32.234--ServerSession(945918728)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:50:32.264--ServerSession(945918728)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:50:32.285--ServerSession(449551677)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:50:32.313--ServerSession(449551677)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:50:32.337--ServerSession(1265847217)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:50:32.37--ServerSession(1265847217)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:50:32.371--ServerSession(1265847217)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:50:32.395--ServerSession(1949781174)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:50:32.421--ServerSession(1949781174)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:50:32.446--ServerSession(1399566375)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:50:32.473--ServerSession(1399566375)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:50:32.497--ServerSession(2077480329)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Severe]: 2024-04-17 17:50:32.498--ServerSession(2077480329)--Exception [EclipseLink-7060] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:50:32.498--ServerSession(2077480329)--Exception [EclipseLink-7060] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:50:32.501--ServerSession(1438826529)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:50:32.534--ServerSession(1438826529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:50:32.534--ServerSession(1438826529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:50:32.541--DatabaseSessionImpl(380689453)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Tests run: 848, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 57.405 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.v20240417-36e9af724e.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.v20240417-36e9af724e.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(1725054538)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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(1725054538)--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(1725054538)--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(1725054538)--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(1725054538)--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(1725054538)--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(1725054538)--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(1725054538)--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(1725054538)--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(1725054538)--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(1725054538)--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(1725054538)--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(1725054538)--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(1725054538)--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(1725054538)--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(1725054538)--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(1725054538)--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(1725054538)--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(1725054538)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
    [junit] [EL Warning]: metadata: ServerSession(1725054538)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
    [junit] [EL Warning]: metadata: ServerSession(1725054538)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
    [junit] [EL Warning]: metadata: ServerSession(1725054538)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
    [junit] [EL Warning]: metadata: ServerSession(1725054538)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
    [junit] [EL Warning]: metadata: ServerSession(1725054538)--The reference column name [ID] mapped on the element [field witnesses] does not 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-17 17:50:34.999--ServerSession(761973299)--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-17 17:50:35.002--ServerSession(761973299)--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-17 17:50:35.01--ServerSession(761973299)--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-17 17:50:35.013--ServerSession(761973299)--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-17 17:50:35.013--ServerSession(761973299)--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-17 17:50:35.014--ServerSession(761973299)--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-17 17:50:35.015--ServerSession(761973299)--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-17 17:50:35.016--ServerSession(761973299)--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-17 17:50:35.017--ServerSession(761973299)--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-17 17:50:35.019--ServerSession(761973299)--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-17 17:50:35.021--ServerSession(761973299)--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-17 17:50:35.023--ServerSession(761973299)--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-17 17:50:35.025--ServerSession(761973299)--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-17 17:50:35.039--ServerSession(761973299)--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-17 17:50:35.041--ServerSession(761973299)--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-17 17:50:35.043--ServerSession(761973299)--The reference column name [ID] mapped on the element [field witnesses] does not 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-17 17:50:35.043--ServerSession(761973299)--The reference column name [ID] mapped on the element [field witnesses] does not 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-17 17:50:35.043--ServerSession(761973299)--The reference column name [ID] mapped on the element [field witnesses] does not 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-17 17:50:35.201--ServerSession(1872047468)--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-17 17:50:35.202--ServerSession(1872047468)--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-17 17:50:35.211--ServerSession(1980194149)--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-17 17:50:35.211--ServerSession(1980194149)--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-17 17:50:35.224--ServerSession(1294139740)--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-17 17:50:35.224--ServerSession(1294139740)--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-17 17:50:35.224--ServerSession(1294139740)--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-17 17:50:35.224--ServerSession(1294139740)--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-17 17:50:35.225--ServerSession(1294139740)--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-17 17:50:35.225--ServerSession(1294139740)--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-17 17:50:35.23--ServerSession(1529002352)--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-17 17:50:35.231--ServerSession(1529002352)--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-17 17:50:35.231--ServerSession(1529002352)--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-17 17:50:35.231--ServerSession(1529002352)--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-17 17:50:35.231--ServerSession(1529002352)--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-17 17:50:35.231--ServerSession(1529002352)--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-17 17:50:35.254--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
    [junit] [EL Fine]: moxy: 2024-04-17 17:50:35.258--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@4e25147a
    [junit] [EL Fine]: moxy: 2024-04-17 17:50:35.259--Thread(Thread[main,5,main])--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@56303475
    [junit] [EL Fine]: moxy: 2024-04-17 17:50:35.259--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-17 17:50:35.26--ServerSession(1629759610)--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-17 17:50:35.26--ServerSession(1629759610)--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-17 17:50:35.261--ServerSession(1629759610)--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-17 17:50:35.261--ServerSession(1629759610)--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-17 17:50:35.261--ServerSession(1629759610)--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-17 17:50:35.261--ServerSession(1629759610)--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-17 17:50:35.261--ServerSession(1629759610)--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-17 17:50:35.261--ServerSession(1629759610)--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-17 17:50:35.261--ServerSession(1629759610)--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-17 17:50:35.261--ServerSession(1629759610)--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-17 17:50:35.261--ServerSession(1629759610)--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-17 17:50:35.261--ServerSession(1629759610)--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-17 17:50:35.262--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@3b6c624
    [junit] [EL Warning]: metadata: 2024-04-17 17:50:35.568--ServerSession(1403649277)--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-17 17:50:35.569--ServerSession(1403649277)--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-17 17:50:35.665--ServerSession(326376794)--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-17 17:50:35.665--ServerSession(326376794)--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-17 17:50:35.669--ServerSession(326376794)--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-17 17:50:35.675--ServerSession(1062163248)--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-17 17:50:35.675--ServerSession(1062163248)--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-17 17:50:35.675--ServerSession(1062163248)--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-17 17:50:35.675--ServerSession(1062163248)--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-17 17:50:35.922--DatabaseSessionImpl(1955406455)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: ServerSession(876600793)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [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.v20240417-36e9af724e
    [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.v20240417-36e9af724e
    [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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.<init>(java.lang.String, java.sql.Date, java.lang.Integer)
    [junit] Internal Exception: java.lang.NoSuchMethodException: org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee.<init>(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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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] <?xml version="1.0" encoding="UTF-8"?><order><orderId>13</orderId><version>1</version><quantity>0</quantity></order>
    [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.v20240417-36e9af724e): 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.v20240417-36e9af724e
    [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-17 17:51:11.996--DatabaseSessionImpl(1125699052)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Tests run: 504, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.12 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.v20240417-36e9af724e.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.v20240417-36e9af724e.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(1369468094)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--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(1369468094)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
    [junit] [EL Warning]: metadata: ServerSession(1369468094)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
    [junit] [EL Warning]: metadata: ServerSession(1369468094)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
    [junit] [EL Warning]: metadata: ServerSession(1369468094)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
    [junit] [EL Warning]: metadata: ServerSession(1369468094)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
    [junit] [EL Warning]: metadata: ServerSession(1369468094)--The reference column name [ID] mapped on the element [field witnesses] does not 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-17 17:51:14.466--ServerSession(761973299)--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-17 17:51:14.468--ServerSession(761973299)--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-17 17:51:14.475--ServerSession(761973299)--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-17 17:51:14.478--ServerSession(761973299)--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-17 17:51:14.478--ServerSession(761973299)--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-17 17:51:14.479--ServerSession(761973299)--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-17 17:51:14.479--ServerSession(761973299)--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-17 17:51:14.481--ServerSession(761973299)--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-17 17:51:14.481--ServerSession(761973299)--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-17 17:51:14.483--ServerSession(761973299)--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-17 17:51:14.484--ServerSession(761973299)--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-17 17:51:14.485--ServerSession(761973299)--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-17 17:51:14.487--ServerSession(761973299)--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-17 17:51:14.5--ServerSession(761973299)--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-17 17:51:14.501--ServerSession(761973299)--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-17 17:51:14.503--ServerSession(761973299)--The reference column name [ID] mapped on the element [field witnesses] does not 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-17 17:51:14.503--ServerSession(761973299)--The reference column name [ID] mapped on the element [field witnesses] does not 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-17 17:51:14.503--ServerSession(761973299)--The reference column name [ID] mapped on the element [field witnesses] does not 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-17 17:51:14.629--ServerSession(1872047468)--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-17 17:51:14.629--ServerSession(1872047468)--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-17 17:51:14.652--ServerSession(1980194149)--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-17 17:51:14.653--ServerSession(1980194149)--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-17 17:51:14.663--ServerSession(1294139740)--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-17 17:51:14.663--ServerSession(1294139740)--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-17 17:51:14.663--ServerSession(1294139740)--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-17 17:51:14.663--ServerSession(1294139740)--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-17 17:51:14.663--ServerSession(1294139740)--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-17 17:51:14.663--ServerSession(1294139740)--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-17 17:51:14.667--ServerSession(1529002352)--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-17 17:51:14.668--ServerSession(1529002352)--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-17 17:51:14.668--ServerSession(1529002352)--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-17 17:51:14.668--ServerSession(1529002352)--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-17 17:51:14.668--ServerSession(1529002352)--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-17 17:51:14.668--ServerSession(1529002352)--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-17 17:51:14.689--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
    [junit] [EL Fine]: moxy: 2024-04-17 17:51:14.693--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@4e25147a
    [junit] [EL Fine]: moxy: 2024-04-17 17:51:14.694--Thread(Thread[main,5,main])--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@56303475
    [junit] [EL Fine]: moxy: 2024-04-17 17:51:14.694--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-17 17:51:14.695--ServerSession(1629759610)--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-17 17:51:14.695--ServerSession(1629759610)--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-17 17:51:14.695--ServerSession(1629759610)--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-17 17:51:14.695--ServerSession(1629759610)--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-17 17:51:14.695--ServerSession(1629759610)--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-17 17:51:14.695--ServerSession(1629759610)--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-17 17:51:14.696--ServerSession(1629759610)--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-17 17:51:14.696--ServerSession(1629759610)--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-17 17:51:14.696--ServerSession(1629759610)--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-17 17:51:14.696--ServerSession(1629759610)--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-17 17:51:14.696--ServerSession(1629759610)--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-17 17:51:14.696--ServerSession(1629759610)--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-17 17:51:14.697--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@3b6c624
    [junit] [EL Warning]: metadata: 2024-04-17 17:51:14.982--ServerSession(1403649277)--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-17 17:51:14.982--ServerSession(1403649277)--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-17 17:51:15.068--ServerSession(326376794)--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-17 17:51:15.069--ServerSession(326376794)--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-17 17:51:15.072--ServerSession(326376794)--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-17 17:51:15.077--ServerSession(1062163248)--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-17 17:51:15.077--ServerSession(1062163248)--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-17 17:51:15.078--ServerSession(1062163248)--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-17 17:51:15.078--ServerSession(1062163248)--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-17 17:51:15.346--DatabaseSessionImpl(797224183)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [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.v20240417-36e9af724e): 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.v20240417-36e9af724e
    [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.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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-17 17:51:21.497--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-17 17:51:21.498--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-17 17:51:21.503--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-17 17:51:21.617--ServerSession(547428000)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metadata: 2024-04-17 17:51:21.645--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-17 17:51:21.647--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-17 17:51:21.647--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-17 17:51:21.648--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-17 17:51:21.648--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-17 17:51:21.649--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-17 17:51:21.651--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-17 17:51:21.923--ServerSession(547428000)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:22.193--ServerSession(547428000)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:22.484--ServerSession(547428000)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:22.743--ServerSession(547428000)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:22.848--ServerSession(522361920)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: METADATA_COMPLETE
    [junit] [EL Info]: 2024-04-17 17:51:22.886--ServerSession(1476061457)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: XML_MAPPING_METADATA_COMPLETE
    [junit] [EL Info]: 2024-04-17 17:51:24.702--SessionBroker(2005488238)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metamodel: 2024-04-17 17:51:24.746--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 <class> elements or a global <exclude-unlisted-classes>false</exclude-unlisted-classes> element
    [junit] [EL Warning]: 2024-04-17 17:51:24.98--ServerSession(939294268)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:24.981--ServerSession(939294268)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:25.153--ServerSession(1254933470)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metadata: 2024-04-17 17:51:25.233--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-17 17:51:25.233--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-17 17:51:25.236--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-17 17:51:25.258--ServerSession(1310973424)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metadata: 2024-04-17 17:51:25.272--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-17 17:51:25.273--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-17 17:51:25.274--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-17 17:51:25.274--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-17 17:51:25.274--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-17 17:51:25.275--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-17 17:51:25.276--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-17 17:51:25.725--ServerSession(1310973424)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:25.988--ServerSession(1310973424)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:26.262--ServerSession(1310973424)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:26.486--ServerSession(1310973424)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:26.487--ServerSession(1310973424)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:26.488--ServerSession(1310973424)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:26.489--ServerSession(1310973424)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:26.933--UnitOfWork(1881258837)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:26.947--ServerSession(1310973424)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:26.948--ServerSession(1310973424)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:26.949--ServerSession(1310973424)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:26.949--ServerSession(1310973424)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:26.999--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-17 17:51:26.999--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-17 17:51:27.002--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-17 17:51:27.023--ServerSession(1092507262)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metadata: 2024-04-17 17:51:27.04--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-17 17:51:27.041--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-17 17:51:27.041--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-17 17:51:27.042--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-17 17:51:27.042--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-17 17:51:27.043--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-17 17:51:27.044--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-17 17:51:27.068--ServerSession(1092507262)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:27.104--ServerSession(1092507262)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:27.197--ServerSession(1092507262)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:27.216--ServerSession(1092507262)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:27.228--ServerSession(1092507262)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:27.242--ServerSession(1092507262)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:27.404--ServerSession(1092507262)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:27.413--ServerSession(1092507262)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:27.695--ServerSession(1092507262)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:27.94--ServerSession(1092507262)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:27.941--ServerSession(1092507262)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:27.942--ServerSession(1092507262)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:27.943--ServerSession(1092507262)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:27.944--ServerSession(1092507262)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:27.944--ServerSession(1092507262)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:27.945--ServerSession(1092507262)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:27.946--ServerSession(1092507262)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:27.973--ServerSession(1468302269)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metadata: 2024-04-17 17:51:27.988--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-17 17:51:27.988--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-17 17:51:27.99--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-17 17:51:28.022--ServerSession(715978059)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: ddlTablePerClass
    [junit] [EL Warning]: metadata: 2024-04-17 17:51:28.294--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-17 17:51:28.294--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-17 17:51:28.297--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-17 17:51:28.318--ServerSession(817785349)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metadata: 2024-04-17 17:51:28.332--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-17 17:51:28.333--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-17 17:51:28.333--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-17 17:51:28.333--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-17 17:51:28.333--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-17 17:51:28.334--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-17 17:51:28.335--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-17 17:51:28.785--ServerSession(817785349)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:29.045--ServerSession(817785349)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:29.322--ServerSession(817785349)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:29.544--ServerSession(817785349)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:29.545--ServerSession(817785349)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:29.546--ServerSession(817785349)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:29.547--ServerSession(817785349)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:29.628--UnitOfWork(1322864234)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:29.63--UnitOfWork(114442558)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:29.706--ServerSession(2067610941)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: ddlTablePerClass
    [junit] [EL Warning]: metadata: 2024-04-17 17:51:30.033--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-17 17:51:30.034--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-17 17:51:30.037--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-17 17:51:30.06--ServerSession(1682894195)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metadata: 2024-04-17 17:51:30.077--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-17 17:51:30.078--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-17 17:51:30.078--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-17 17:51:30.079--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-17 17:51:30.079--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-17 17:51:30.08--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-17 17:51:30.081--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-17 17:51:30.544--ServerSession(1682894195)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:30.821--ServerSession(1682894195)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:31.1--ServerSession(1682894195)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:31.331--ServerSession(1682894195)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:31.333--ServerSession(1682894195)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:31.334--ServerSession(1682894195)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:31.336--ServerSession(1682894195)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:31.385--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-17 17:51:31.385--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-17 17:51:31.385--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-17 17:51:31.385--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-17 17:51:31.395--ServerSession(736664485)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: ddlTablePerTenantGeneration
    [junit] [EL Warning]: metadata: 2024-04-17 17:51:31.685--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-17 17:51:31.685--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-17 17:51:31.689--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-17 17:51:31.714--ServerSession(1269132222)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metadata: 2024-04-17 17:51:31.73--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-17 17:51:31.732--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-17 17:51:31.732--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-17 17:51:31.733--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-17 17:51:31.733--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-17 17:51:31.734--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-17 17:51:31.735--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-17 17:51:32.209--ServerSession(1269132222)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:32.515--ServerSession(1269132222)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:32.804--ServerSession(1269132222)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:33.025--ServerSession(1269132222)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:33.026--ServerSession(1269132222)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:33.028--ServerSession(1269132222)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:33.029--ServerSession(1269132222)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:33.066--UnitOfWork(1651133962)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:33.067--UnitOfWork(372630073)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:33.068--UnitOfWork(559210048)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:33.073--UnitOfWork(892367717)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:33.074--UnitOfWork(1947065153)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:33.074--UnitOfWork(1429623854)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:33.211--ServerSession(622683350)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: ddlTablePerClass
    [junit] [EL Warning]: metadata: 2024-04-17 17:51:33.446--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-17 17:51:33.447--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-17 17:51:33.449--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-17 17:51:33.471--ServerSession(185048994)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metadata: 2024-04-17 17:51:33.485--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-17 17:51:33.486--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-17 17:51:33.486--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-17 17:51:33.486--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-17 17:51:33.486--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-17 17:51:33.487--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-17 17:51:33.488--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-17 17:51:33.948--ServerSession(185048994)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:34.209--ServerSession(185048994)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:34.544--ServerSession(185048994)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:34.77--ServerSession(185048994)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:34.771--ServerSession(185048994)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:34.772--ServerSession(185048994)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:34.774--ServerSession(185048994)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:35.225--UnitOfWork(2145495126)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:35.239--ServerSession(185048994)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:35.24--ServerSession(185048994)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:35.241--ServerSession(185048994)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:35.242--ServerSession(185048994)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:35.288--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-17 17:51:35.289--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-17 17:51:35.293--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-17 17:51:35.313--ServerSession(1703397679)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metadata: 2024-04-17 17:51:35.331--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-17 17:51:35.332--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-17 17:51:35.333--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-17 17:51:35.333--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-17 17:51:35.334--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-17 17:51:35.335--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-17 17:51:35.337--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-17 17:51:35.379--ServerSession(1703397679)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:35.407--ServerSession(1703397679)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:35.498--ServerSession(1703397679)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:35.514--ServerSession(1703397679)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:35.525--ServerSession(1703397679)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:35.541--ServerSession(1703397679)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:35.703--ServerSession(1703397679)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:35.713--ServerSession(1703397679)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:35.989--ServerSession(1703397679)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:36.217--ServerSession(1703397679)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:36.218--ServerSession(1703397679)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:36.219--ServerSession(1703397679)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:36.22--ServerSession(1703397679)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:36.221--ServerSession(1703397679)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:36.221--ServerSession(1703397679)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:36.222--ServerSession(1703397679)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:36.223--ServerSession(1703397679)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:36.274--UnitOfWork(1749822551)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:36.275--UnitOfWork(1380468558)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:36.283--UnitOfWork(788374333)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:36.284--UnitOfWork(1468666601)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:36.285--UnitOfWork(1807689773)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:36.289--UnitOfWork(78530047)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:36.29--UnitOfWork(254033244)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:51:36.29--UnitOfWork(1967836077)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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] Closing factory: ddlGeneration
    [junit] Apr 17, 2024 5:51:36 PM org.eclipse.persistence.session.JPASessionXML
    [junit] INFO: EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Apr 17, 2024 5:51:36 PM org.eclipse.persistence.session.JPASessionXML
    [junit] WARNING: 
    [junit] Local Exception Stack: 
    [junit] Exception [EclipseLink-6015] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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] Apr 17, 2024 5:51:36 PM org.eclipse.persistence.session.JPASessionXML
    [junit] INFO: EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: JPAADVProperties
    [junit] [EL Info]: 2024-04-17 17:51:36.646--ServerSession(84363411)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Profile(
    [junit] 	total time=119169,
    [junit] 	local time=119169,
    [junit] 	Timer:Logging=119169,
    [junit] )
    [junit] Profile(
    [junit] 	total time=10230187,
    [junit] 	local time=10230187,
    [junit] 	Timer:ConnectionManagement=10230187,
    [junit] )
    [junit] [EL Warning]: metamodel: 2024-04-17 17:51:36.658--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 <class> elements or a global <exclude-unlisted-classes>false</exclude-unlisted-classes> element
    [junit] Closing factory: JPAADVProperties2
    [junit] Profile(
    [junit] 	total time=142822,
    [junit] 	local time=142822,
    [junit] 	Timer:ConnectionManagement=142822,
    [junit] )
    [junit] [EL Info]: 2024-04-17 17:51:36.66--ServerSession(1077530889)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metamodel: 2024-04-17 17:51:36.672--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 <class> elements or a global <exclude-unlisted-classes>false</exclude-unlisted-classes> element
    [junit] Closing factory: JPAADVProperties3
    [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-17 17:51:38.363--ServerSession(1944290078)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metadata: 2024-04-17 17:51:38.376--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-17 17:51:38.392--ServerSession(1723396676)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metadata: 2024-04-17 17:51:38.403--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-17 17:51:38.418--ServerSession(261172467)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metadata: 2024-04-17 17:51:38.43--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-17 17:51:38.44--ServerSession(261172467)--Printed list of Metamodel [56] Types to follow:
    [junit] [EL Info]: metamodel: 2024-04-17 17:51:38.442--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-17 17:51:38.442--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-17 17:51:38.442--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-17 17:51:38.442--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-17 17:51:38.442--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-17 17:51:38.442--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-17 17:51:38.442--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-17 17:51:38.442--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-17 17:51:38.443--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-17 17:51:38.443--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-17 17:51:38.443--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-17 17:51:38.443--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-17 17:51:38.443--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-17 17:51:38.443--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-17 17:51:38.443--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-17 17:51:38.443--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-17 17:51:38.443--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-17 17:51:38.443--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-17 17:51:38.443--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-17 17:51:38.443--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-17 17:51:38.443--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-17 17:51:38.443--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-17 17:51:38.443--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-17 17:51:38.443--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-17 17:51:38.443--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-17 17:51:38.443--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-17 17:51:38.443--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-17 17:51:38.443--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-17 17:51:38.443--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-17 17:51:38.443--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-17 17:51:38.443--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-17 17:51:38.443--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-17 17:51:38.443--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-17 17:51:38.443--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-17 17:51:38.443--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-17 17:51:38.443--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@1864309373:Integer [ javaType: class java.lang.Integer]]}
    [junit] [EL Info]: metamodel: 2024-04-17 17:51:38.443--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@1747239654:int [ javaType: int]]}
    [junit] [EL Info]: metamodel: 2024-04-17 17:51:38.443--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@669005761:String [ javaType: class java.lang.String]]}
    [junit] [EL Info]: metamodel: 2024-04-17 17:51:38.443--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@83614752:EnclosureIdClassPK [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.EnclosureIdClassPK]]}
    [junit] [EL Info]: metamodel: 2024-04-17 17:51:38.443--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@329314864:BigDecimal [ javaType: class java.math.BigDecimal]]}
    [junit] [EL Info]: metamodel: 2024-04-17 17:51:38.443--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@1574777168:BigInteger [ javaType: class java.math.BigInteger]]}
    [junit] [EL Info]: metamodel: 2024-04-17 17:51:38.443--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@2066045717:boolean [ javaType: boolean]]}
    [junit] [EL Info]: metamodel: 2024-04-17 17:51:38.443--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@560300685:Boolean [ javaType: class java.lang.Boolean]]}
    [junit] [EL Info]: metamodel: 2024-04-17 17:51:38.443--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@893441507:byte [ javaType: byte]]}
    [junit] [EL Info]: metamodel: 2024-04-17 17:51:38.443--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@27469226:Byte [ javaType: class java.lang.Byte]]}
    [junit] [EL Info]: metamodel: 2024-04-17 17:51:38.443--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@1351560056:char [ javaType: char]]}
    [junit] [EL Info]: metamodel: 2024-04-17 17:51:38.443--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@1567861262:Character [ javaType: class java.lang.Character]]}
    [junit] [EL Info]: metamodel: 2024-04-17 17:51:38.443--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@1848607630:double [ javaType: double]]}
    [junit] [EL Info]: metamodel: 2024-04-17 17:51:38.443--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@1991861652:Double [ javaType: class java.lang.Double]]}
    [junit] [EL Info]: metamodel: 2024-04-17 17:51:38.443--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@1606698192:float [ javaType: float]]}
    [junit] [EL Info]: metamodel: 2024-04-17 17:51:38.443--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@522696444:Float [ javaType: class java.lang.Float]]}
    [junit] [EL Info]: metamodel: 2024-04-17 17:51:38.443--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@226911589:long [ javaType: long]]}
    [junit] [EL Info]: metamodel: 2024-04-17 17:51:38.443--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@808334468:Long [ javaType: class java.lang.Long]]}
    [junit] [EL Info]: metamodel: 2024-04-17 17:51:38.443--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@1303450773:short [ javaType: short]]}
    [junit] [EL Info]: metamodel: 2024-04-17 17:51:38.443--ServerSession(261172467)--Metamodel Type: [BasicTypeImpl@1870912393:Short [ javaType: class java.lang.Short]]}
    [junit] [EL Info]: metamodel: 2024-04-17 17:51:38.443--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-17 17:51:49.472--ServerSession(193499910)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [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-17 17:51:49.848--ServerSession(1910930902)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: ALL
    [junit] [EL Info]: 2024-04-17 17:51:49.884--ServerSession(1050557003)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: DISABLE_SELECTIVE
    [junit] [EL Info]: 2024-04-17 17:51:49.917--ServerSession(838401155)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: ALL-Property
    [junit] [EL Info]: 2024-04-17 17:51:49.951--ServerSession(1017017207)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: DISABLE_SELECTIVE
    [junit] [EL Info]: 2024-04-17 17:51:49.984--ServerSession(1575132190)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: NONE
    [junit] [EL Info]: 2024-04-17 17:51:50.019--ServerSession(850359367)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: DISABLE_SELECTIVE
    [junit] [EL Info]: 2024-04-17 17:51:50.056--ServerSession(1387003960)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: NONE-Property
    [junit] [EL Info]: 2024-04-17 17:51:50.091--ServerSession(847290264)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: DISABLE_SELECTIVE
    [junit] [EL Info]: 2024-04-17 17:51:50.123--ServerSession(412670762)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: CacheUnlisted
    [junit] [EL Info]: 2024-04-17 17:51:50.155--ServerSession(864288812)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: DISABLE_SELECTIVE
    [junit] [EL Info]: 2024-04-17 17:51:50.185--ServerSession(1253881765)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: NONE-Property-Conflict
    [junit] [EL Info]: 2024-04-17 17:51:50.217--ServerSession(477179477)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: DISABLE_SELECTIVE
    [junit] [EL Info]: 2024-04-17 17:51:50.25--ServerSession(841428235)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: ENABLE_SELECTIVE
    [junit] [EL Info]: 2024-04-17 17:51:50.281--ServerSession(1501282758)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: DISABLE_SELECTIVE
    [junit] [EL Info]: 2024-04-17 17:51:50.313--ServerSession(2049907479)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: ENABLE_SELECTIVE-Property
    [junit] [EL Info]: 2024-04-17 17:51:50.349--ServerSession(2135898852)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: DISABLE_SELECTIVE
    [junit] [EL Info]: 2024-04-17 17:51:50.382--ServerSession(2023082628)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: DISABLE_SELECTIVE-Property
    [junit] [EL Info]: 2024-04-17 17:51:50.413--ServerSession(1352147528)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: DISABLE_SELECTIVE
    [junit] [EL Info]: 2024-04-17 17:51:50.445--ServerSession(1397813881)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: UNSPECIFIED
    [junit] [EL Info]: 2024-04-17 17:51:50.476--ServerSession(1028632942)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: DISABLE_SELECTIVE
    [junit] [EL Info]: 2024-04-17 17:51:50.505--ServerSession(1632817923)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: UNSPECIFIED-Property
    [junit] [EL Info]: 2024-04-17 17:51:50.535--ServerSession(1720410163)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: DISABLE_SELECTIVE
    [junit] [EL Info]: 2024-04-17 17:51:50.617--ServerSession(339423988)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: NONE
    [junit] [EL Info]: 2024-04-17 17:51:50.67--ServerSession(309256)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: DISABLE_SELECTIVE
    [junit] [EL Info]: 2024-04-17 17:51:50.701--ServerSession(2036838695)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: NONE
    [junit] [EL Info]: 2024-04-17 17:51:50.75--ServerSession(713870233)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: DISABLE_SELECTIVE
    [junit] [EL Info]: 2024-04-17 17:51:50.78--ServerSession(341893682)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: ALL
    [junit] [EL Info]: 2024-04-17 17:51:50.829--ServerSession(559132941)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: DISABLE_SELECTIVE
    [junit] [EL Info]: 2024-04-17 17:51:50.86--ServerSession(1182736888)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: ALL
    [junit] [EL Info]: 2024-04-17 17:51:50.916--ServerSession(900800703)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: transaction: 2024-04-17 17:51:51.011--UnitOfWork(361847129)--property javax.persistence.cacheStoreMode is deprecated, property javax.persistence.cache.storeMode should be used instead.
    [junit] [EL Info]: transaction: 2024-04-17 17:51:51.013--UnitOfWork(616192406)--property javax.persistence.cacheRetrieveMode is deprecated, property javax.persistence.cache.retrieveMode should be used instead.
    [junit] [EL Info]: transaction: 2024-04-17 17:51:51.013--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-17 17:51:51.058--ServerSession(2022435822)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: ddl: 2024-04-17 17:51:51.19--ServerSession(2022435822)--Removing UNIQUE constraint definition from [PRODUCT_FALSE.ID] because it is also a primary key.
    [junit] [EL Warning]: ddl: 2024-04-17 17:51:51.193--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-17 17:51:51.306--ServerSession(1579621546)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Closing factory: delimited
    [junit] [EL Info]: 2024-04-17 17:51:51.547--ServerSession(2084969506)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [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-17 17:51:55.319--ServerSession(379432617)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:51:55.356--DatabaseSessionImpl(249913193)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Tests run: 754, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.047 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.v20240417-36e9af724e.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.v20240417-36e9af724e.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-17 17:51:56.357--ServerSession(258112787)--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-17 17:51:56.415--ServerSession(1634387050)--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-17 17:51:56.425--ServerSession(1634387050)--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-17 17:51:56.425--ServerSession(1634387050)--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-17 17:51:56.47--ServerSession(1449605932)--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-17 17:51:56.471--ServerSession(1449605932)--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-17 17:51:56.471--ServerSession(1449605932)--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-17 17:51:56.487--ServerSession(1634387050)--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-17 17:51:56.489--ServerSession(1634387050)--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-17 17:51:56.49--ServerSession(1634387050)--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-17 17:51:56.49--ServerSession(1634387050)--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-17 17:51:56.491--ServerSession(1634387050)--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-17 17:51:56.613--ServerSession(237373286)--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-17 17:51:56.614--ServerSession(237373286)--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-17 17:51:56.614--ServerSession(237373286)--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(259077766)--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(259077766)--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(259077766)--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(259077766)--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(259077766)--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(259077766)--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(259077766)--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(259077766)--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(259077766)--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(259077766)--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-17 17:51:57.127--ServerSession(1186371052)--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-17 17:51:57.128--ServerSession(1186371052)--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-17 17:51:57.128--ServerSession(1186371052)--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-17 17:51:57.129--ServerSession(1186371052)--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-17 17:51:57.129--ServerSession(1186371052)--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-17 17:51:57.129--ServerSession(1186371052)--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-17 17:51:57.129--ServerSession(1186371052)--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-17 17:51:57.142--ServerSession(810196347)--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-17 17:51:57.143--ServerSession(810196347)--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-17 17:51:57.154--ServerSession(818785904)--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-17 17:51:57.155--ServerSession(818785904)--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-17 17:51:57.167--ServerSession(215478702)--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-17 17:51:57.167--ServerSession(215478702)--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-17 17:51:57.167--ServerSession(215478702)--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-17 17:51:57.168--ServerSession(215478702)--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-17 17:51:57.178--ServerSession(1121072891)--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-17 17:51:57.178--ServerSession(1121072891)--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-17 17:51:57.178--ServerSession(1121072891)--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-17 17:51:57.179--ServerSession(1121072891)--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(922992444)--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(922992444)--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(922992444)--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(922992444)--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(922992444)--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(922992444)--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(922992444)--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(922992444)--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(922992444)--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(922992444)--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(922992444)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: ServerSession(1769827821)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: ServerSession(130641029)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: ServerSession(695131253)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metadata: ServerSession(695131253)--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: ServerSession(695131253)--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(695131253)--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-17 17:52:00.653--ServerSession(2097992252)--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-17 17:52:00.654--ServerSession(2097992252)--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-17 17:52:00.654--ServerSession(2097992252)--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-17 17:52:00.654--ServerSession(2097992252)--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-17 17:52:00.655--ServerSession(2097992252)--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-17 17:52:00.655--ServerSession(2097992252)--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-17 17:52:00.655--ServerSession(2097992252)--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-17 17:52:00.686--ServerSession(2097992252)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:52:01.013--ServerSession(2097992252)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:01.016--ServerSession(2097992252)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:01.123--ServerSession(355977028)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metamodel: 2024-04-17 17:52:01.135--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 <class> elements or a global <exclude-unlisted-classes>false</exclude-unlisted-classes> element
    [junit] [EL Warning]: metadata: 2024-04-17 17:52:01.188--ServerSession(1243470467)--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-17 17:52:01.189--ServerSession(1243470467)--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-17 17:52:01.198--ServerSession(1243470467)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metadata: 2024-04-17 17:52:01.214--ServerSession(1243470467)--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-17 17:52:01.214--ServerSession(1243470467)--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-17 17:52:01.215--ServerSession(1243470467)--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-17 17:52:01.215--ServerSession(1243470467)--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-17 17:52:01.714--ServerSession(1388030234)--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-17 17:52:01.715--ServerSession(1388030234)--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-17 17:52:01.72--ServerSession(1388030234)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metadata: 2024-04-17 17:52:01.833--ServerSession(1641214567)--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-17 17:52:01.834--ServerSession(1641214567)--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-17 17:52:01.834--ServerSession(1641214567)--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-17 17:52:01.834--ServerSession(1641214567)--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-17 17:52:01.846--ServerSession(1641214567)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metadata: 2024-04-17 17:52:01.909--ServerSession(969407243)--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-17 17:52:01.91--ServerSession(969407243)--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-17 17:52:01.91--ServerSession(969407243)--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-17 17:52:01.91--ServerSession(969407243)--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-17 17:52:01.914--ServerSession(969407243)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metadata: 2024-04-17 17:52:03.355--ServerSession(1887922615)--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-17 17:52:03.357--ServerSession(1887922615)--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-17 17:52:03.357--ServerSession(1887922615)--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-17 17:52:03.366--ServerSession(1491084121)--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-17 17:52:03.376--ServerSession(145510702)--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-17 17:52:03.377--ServerSession(145510702)--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-17 17:52:03.377--ServerSession(145510702)--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-17 17:52:03.377--ServerSession(1887922615)--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-17 17:52:03.378--ServerSession(1887922615)--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-17 17:52:03.385--ServerSession(1887922615)--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-17 17:52:03.387--ServerSession(1887922615)--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-17 17:52:03.387--ServerSession(1887922615)--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-17 17:52:03.443--SessionBroker(1264031938)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metamodel: 2024-04-17 17:52:03.487--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units.  Please verify that your entity classes are referenced in persistence.xml using either <class> elements or a global <exclude-unlisted-classes>false</exclude-unlisted-classes> 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.651 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.v20240417-36e9af724e.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.v20240417-36e9af724e.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-17 17:52:05.602--ServerSession(817490653)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: metadata: 2024-04-17 17:52:05.976--ServerSession(817490653)--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-17 17:52:06.349--ServerSession(817490653)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VTY.ID] because it is also a primary key.
    [junit] [EL Warning]: ddl: 2024-04-17 17:52:06.355--ServerSession(817490653)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VLY.ID] because it is also a primary key.
    [junit] [EL Warning]: 2024-04-17 17:52:06.944--ServerSession(817490653)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:06.948--ServerSession(817490653)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:06.949--ServerSession(817490653)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:06.95--ServerSession(817490653)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:06.952--ServerSession(817490653)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:06.954--ServerSession(817490653)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:06.955--ServerSession(817490653)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:06.957--ServerSession(817490653)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:06.958--ServerSession(817490653)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:06.959--ServerSession(817490653)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:06.96--ServerSession(817490653)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:06.962--ServerSession(817490653)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:07.121--UnitOfWork(1202479419)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:07.123--UnitOfWork(1151370725)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:07.204--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-17 17:52:07.549--ServerSession(817490653)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VTY.ID] because it is also a primary key.
    [junit] [EL Warning]: ddl: 2024-04-17 17:52:07.552--ServerSession(817490653)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VLY.ID] because it is also a primary key.
    [junit] [EL Warning]: ddl: 2024-04-17 17:52:08.43--ServerSession(817490653)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VTY.ID] because it is also a primary key.
    [junit] [EL Warning]: ddl: 2024-04-17 17:52:08.433--ServerSession(817490653)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VLY.ID] because it is also a primary key.
    [junit] [EL Info]: 2024-04-17 17:52:08.952--ServerSession(1496332643)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:52:09.075--ServerSession(1132189701)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:52:09.097--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:09.098--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:09.098--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:09.099--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:09.1--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:09.101--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:09.101--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:09.102--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:09.103--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:09.104--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:09.104--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:09.105--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:09.106--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:09.106--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:09.107--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:09.108--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:09.109--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:09.11--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:09.11--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:09.111--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:09.111--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:09.112--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:09.113--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:09.114--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:09.114--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:09.115--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:09.116--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:09.116--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:09.117--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:09.118--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:09.118--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:09.119--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:09.12--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:09.121--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:09.121--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:09.122--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:09.314--ServerSession(1132189701)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:09.4--ServerSession(1079161247)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:52:09.465--ServerSession(1529580934)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:52:09.764--ServerSession(1529580934)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:09.769--ServerSession(1529580934)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:09.848--ServerSession(52477555)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:52:09.897--ServerSession(5181771)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:52:09.985--ServerSession(1401564942)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Severe]: ejb: 2024-04-17 17:52:10.003--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-17 17:52:10.028--ServerSession(747833043)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:52:10.083--ServerSession(1589146424)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:52:10.132--ServerSession(37142680)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:52:10.206--ServerSession(2124688514)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Info]: 2024-04-17 17:52:10.273--ServerSession(1842844180)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:52:10.36--ServerSession(1842844180)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:10.361--ServerSession(1842844180)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:11.043--ServerSession(817490653)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VTY.ID] because it is also a primary key.
    [junit] [EL Warning]: ddl: 2024-04-17 17:52:11.046--ServerSession(817490653)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VLY.ID] because it is also a primary key.
    [junit] [EL Warning]: 2024-04-17 17:52:11.378--UnitOfWork(1041571359)--Exception [EclipseLink-6177] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:11.644--ServerSession(817490653)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VTY.ID] because it is also a primary key.
    [junit] [EL Warning]: ddl: 2024-04-17 17:52:11.647--ServerSession(817490653)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VLY.ID] because it is also a primary key.
    [junit] [EL Info]: 2024-04-17 17:52:12.158--ServerSession(437306494)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:52:12.629--ServerSession(437306494)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:12.63--ServerSession(437306494)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:12.631--ServerSession(437306494)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:12.631--ServerSession(437306494)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:12.632--ServerSession(437306494)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:12.749--ServerSession(41792607)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:52:13.042--ServerSession(41792607)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:13.043--ServerSession(41792607)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:13.097--ServerSession(1981752140)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: 2024-04-17 17:52:13.39--ServerSession(1981752140)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:13.39--ServerSession(1981752140)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:52:13.765--ServerSession(817490653)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VTY.ID] because it is also a primary key.
    [junit] [EL Warning]: ddl: 2024-04-17 17:52:13.768--ServerSession(817490653)--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.721 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.v20240417-36e9af724e.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.v20240417-36e9af724e.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.27 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.v20240417-36e9af724e.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.v20240417-36e9af724e.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.v20240417-36e9af724e.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.v20240417-36e9af724e.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.v20240417-36e9af724e.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: 214ms

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.v20240417-36e9af724e.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.v20240417-36e9af724e.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/org.eclipse.persistence.jpa_2.7.15.v20240417-36e9af724e.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/org.eclipse.persistence.jpa.jpql_2.7.15.v20240417-36e9af724e.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/org.eclipse.persistence.jpa.modelgen_2.7.15.v20240417-36e9af724e.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/org.eclipse.persistence.dbws_2.7.15.v20240417-36e9af724e.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.v20240417-36e9af724e.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/org.eclipse.persistence.jpa_2.7.15.v20240417-36e9af724e.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/org.eclipse.persistence.jpa.jpql_2.7.15.v20240417-36e9af724e.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/org.eclipse.persistence.jpa.modelgen_2.7.15.v20240417-36e9af724e.jar:/home/jenkins/agent/workspace/eclipselink-nightly-2.7/plugins/org.eclipse.persistence.dbws_2.7.15.v20240417-36e9af724e.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-17 17:52:18.427--ServerSession(1221347391)--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-17 17:52:18.433--ServerSession(1221347391)--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-17 17:52:18.657--ServerSession(823383921)--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-17 17:52:18.659--ServerSession(823383921)--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-17 17:52:18.723--ServerSession(948937226)--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-17 17:52:18.725--ServerSession(948937226)--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.87 sec
    [junit] Running org.eclipse.persistence.jpa.collection.TestEmbeddableKey
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 sec
    [junit] Running org.eclipse.persistence.jpa.compositeid.TestCompositeId
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.267 sec
    [junit] Running org.eclipse.persistence.jpa.converter.TestAutoApplyConverter
    [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.334 sec
    [junit] Running org.eclipse.persistence.jpa.embeddable.TestCollectionTableEmbeddable
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 sec
    [junit] Running org.eclipse.persistence.jpa.embeddable.TestEmbeddable
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec
    [junit] Running org.eclipse.persistence.jpa.embeddable.TestNestedEmbeddable
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 sec
    [junit] Running org.eclipse.persistence.jpa.returninsert.TestReturnInsert
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
    [junit] Running org.eclipse.persistence.jpa.test.basic.TestBasicPersistence
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.564 sec
    [junit] Running org.eclipse.persistence.jpa.test.basic.TestEntityManagerInterface
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 sec
    [junit] Running org.eclipse.persistence.jpa.test.basic.TestNVarChar
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec
    [junit] Running org.eclipse.persistence.jpa.test.basic.TestNullByteArrayEntry
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec
    [junit] Running org.eclipse.persistence.jpa.test.basic.TestSessionCustomizer
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 sec
    [junit] Running org.eclipse.persistence.jpa.test.canonical.TestCanonicalMetaModel
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec
    [junit] Running org.eclipse.persistence.jpa.test.concurrency.TestConcurrencyPersistence
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.451 sec
    [junit] Running org.eclipse.persistence.jpa.test.conversion.TestJavaTimeTypeConverter
    [junit] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
    [junit] Running org.eclipse.persistence.jpa.test.criteria.TestCoalesceFunction
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
    [junit] Running org.eclipse.persistence.jpa.test.criteria.TestCollectionTable
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
    [junit] Running org.eclipse.persistence.jpa.test.criteria.TestCriteriaBuilder
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec
    [junit] Running org.eclipse.persistence.jpa.test.criteria.TestNegFunction
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec
    [junit] Running org.eclipse.persistence.jpa.test.ddl.TestDBPlatformDetector
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 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.079 sec
    [junit] Running org.eclipse.persistence.jpa.test.ddl.TestSchemaGen
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 sec
    [junit] Running org.eclipse.persistence.jpa.test.diagnostic.TestDiagnostic
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 sec
    [junit] Running org.eclipse.persistence.jpa.test.jpql.TestAggregateFunctions
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 sec
    [junit] Running org.eclipse.persistence.jpa.test.jpql.TestCoalesceFunction
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
    [junit] Running org.eclipse.persistence.jpa.test.jpql.TestComplexJPQL
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 sec
    [junit] Running org.eclipse.persistence.jpa.test.jpql.TestJava8DateTime
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
    [junit] Running org.eclipse.persistence.jpa.test.jpql.TestWhiteSpace
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
    [junit] Running org.eclipse.persistence.jpa.test.lob.TestLobMerge
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
    [junit] Running org.eclipse.persistence.jpa.test.locking.TestPessimisticLocking
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.095 sec
    [junit] Running org.eclipse.persistence.jpa.test.locking.TestTimestampVersionLocking
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.246 sec
    [junit] Running org.eclipse.persistence.jpa.test.mapping.TestAggregateObjectMappings
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 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.856 sec
    [junit] Running org.eclipse.persistence.jpa.test.mapping.TestUnidirectionalOneToMany
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 sec
    [junit] Running org.eclipse.persistence.jpa.test.modelgen.TestProcessor
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.106 sec
    [junit] Running org.eclipse.persistence.jpa.test.oraclefeatures.TestOracleLOBLocatorFeature
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
    [junit] Running org.eclipse.persistence.jpa.test.property.TestConvertResultToBoolean
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
    [junit] Running org.eclipse.persistence.jpa.test.property.TestParameterBinding
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
    [junit] Running org.eclipse.persistence.jpa.test.property.TestSQLCallDeferall
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
    [junit] Running org.eclipse.persistence.jpa.test.property.TestSQLCast
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec
    [junit] Running org.eclipse.persistence.jpa.test.query.TestQueryCase
    [junit] Tests run: 20, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.084 sec
    [junit] Running org.eclipse.persistence.jpa.test.query.TestQueryCoalesce
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec
    [junit] Running org.eclipse.persistence.jpa.test.query.TestQueryHaving
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec
    [junit] Running org.eclipse.persistence.jpa.test.query.TestQueryHints
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec
    [junit] Running org.eclipse.persistence.jpa.test.query.TestQueryHints2
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec
    [junit] Running org.eclipse.persistence.jpa.test.query.TestQueryIN
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec
    [junit] Running org.eclipse.persistence.jpa.test.query.TestQueryIsNull
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
    [junit] Running org.eclipse.persistence.jpa.test.query.TestQueryOrderBy
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec
    [junit] Running org.eclipse.persistence.jpa.test.query.TestQueryProperties
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 sec
    [junit] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxAggregateTests
    [junit] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.29 sec
    [junit] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxArithmeticTests
    [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 sec
    [junit] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxComparisonTests
    [junit] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.529 sec
    [junit] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxFunctionTests
    [junit] Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.322 sec
    [junit] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxOrderingTests
    [junit] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 sec
    [junit] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxUpdateTests
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 sec
    [junit] Running org.eclipse.persistence.jpa.test.query.TestQueryUpdate
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
    [junit] Running org.eclipse.persistence.jpa.test.query.TestSimpleQuery
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec
    [junit] Running org.eclipse.persistence.jpa.test.query.TestTrimFunction
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec
    [junit] Running org.eclipse.persistence.jpa.test.sequence.TestIdentityGeneration
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.274 sec
    [junit] Running org.eclipse.persistence.jpa.test.sequence.TestSequenceStartAtNextValue
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
    [junit] Running org.eclipse.persistence.jpa.test.sequence.TestTableQualifier
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
    [junit] Running org.eclipse.persistence.jpa.test.server.TestJNDIConnector
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 sec
    [junit] Running org.eclipse.persistence.jpa.test.server.TestTargetServerDetector
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec
    [junit] Running org.eclipse.persistence.jpa.test.storedproc.TestDB2Platform
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
    [junit] Running org.eclipse.persistence.jpa.test.storedproc.TestStoredProcedures
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec
    [junit] Running org.eclipse.persistence.jpa.test.storedproc.TestStoredProceduresCursors
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.045 sec
    [junit] Running org.eclipse.persistence.jpa.test.version.TestVersioning
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.136 sec
    [junit] Running org.eclipse.persistence.jpa.test.weave.TestWeaving
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
    [junit] Running org.eclipse.persistence.jpa.test.cachedeadlock.CacheDeadLockDetectionTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.676 sec

test-report:
[junitreport] Processing /home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpa.test.jse/reports/TESTS-TestSuites.xml to /tmp/null439248959
[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: 1088ms
[junitreport] Deleting: /tmp/null439248959
     [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: 24.916 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: 1175ms

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-17 17:53:55.525--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@71529963
    [junit] [EL Finer]: jpa: 2024-04-17 17:53:55.599--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa1testmodel.
    [junit] [EL Finest]: properties: 2024-04-17 17:53:55.624--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-17 17:53:55.628--ServerSession(1003755748)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2024-04-17 17:53:55.628--ServerSession(1003755748)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Fine]: 2024-04-17 17:53:55.629--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.jboss.JBossPlatform
    [junit] [EL Finest]: 2024-04-17 17:53:55.629--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-17 17:53:55.629--ServerSession(1003755748)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true
    [junit] [EL Finest]: 2024-04-17 17:53:55.629--ServerSession(1003755748)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true
    [junit] [EL Finest]: 2024-04-17 17:53:55.63--ServerSession(1003755748)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false
    [junit] [EL Finer]: 2024-04-17 17:53:55.639--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-17 17:53:55.64--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-17 17:53:55.734--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-17 17:53:55.749--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-17 17:53:55.75--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-17 17:53:55.751--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-17 17:53:55.752--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-17 17:53:55.753--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-17 17:53:55.753--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-17 17:53:55.754--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-17 17:53:55.754--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-17 17:53:55.754--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-17 17:53:55.755--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-17 17:53:55.757--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-17 17:53:55.757--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-17 17:53:55.757--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-17 17:53:55.757--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-17 17:53:55.76--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-17 17:53:55.76--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-17 17:53:55.761--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-17 17:53:55.761--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-17 17:53:55.761--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-17 17:53:55.762--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-17 17:53:55.762--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-17 17:53:55.762--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-17 17:53:55.764--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-17 17:53:55.765--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-17 17:53:55.765--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-17 17:53:55.765--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-17 17:53:55.765--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-17 17:53:55.766--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-17 17:53:55.767--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-17 17:53:55.769--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-17 17:53:55.77--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-17 17:53:55.77--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-17 17:53:55.77--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-17 17:53:55.77--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-17 17:53:55.771--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-17 17:53:55.771--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-17 17:53:55.771--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-17 17:53:55.771--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-17 17:53:55.772--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-17 17:53:55.772--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-17 17:53:55.772--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-17 17:53:55.772--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-17 17:53:55.772--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-17 17:53:55.772--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-17 17:53:55.773--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-17 17:53:55.773--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-17 17:53:55.773--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-17 17:53:55.774--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-17 17:53:55.774--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-17 17:53:55.775--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-17 17:53:55.775--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-17 17:53:55.776--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-17 17:53:55.776--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-17 17:53:55.776--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-17 17:53:55.776--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-17 17:53:55.776--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-17 17:53:55.776--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-17 17:53:55.777--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-17 17:53:55.777--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-17 17:53:55.777--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-17 17:53:55.777--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-17 17:53:55.777--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-17 17:53:55.777--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-17 17:53:55.778--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-17 17:53:55.778--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-17 17:53:55.778--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-17 17:53:55.778--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-17 17:53:55.779--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-17 17:53:55.779--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-17 17:53:55.779--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-17 17:53:55.779--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-17 17:53:55.779--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-17 17:53:55.78--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-17 17:53:55.78--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-17 17:53:55.78--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-17 17:53:55.78--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-17 17:53:55.781--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-17 17:53:55.781--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-17 17:53:55.781--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-17 17:53:55.781--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-17 17:53:55.781--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-17 17:53:55.781--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-17 17:53:55.782--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-17 17:53:55.782--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-17 17:53:55.782--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-17 17:53:55.785--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-17 17:53:55.786--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-17 17:53:55.786--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-17 17:53:55.786--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-17 17:53:55.787--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-17 17:53:55.787--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-17 17:53:55.787--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-17 17:53:55.787--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-17 17:53:55.787--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-17 17:53:55.787--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-17 17:53:55.788--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-17 17:53:55.788--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-17 17:53:55.788--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-17 17:53:55.788--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-17 17:53:55.788--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-17 17:53:55.788--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-17 17:53:55.789--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-17 17:53:55.789--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-17 17:53:55.789--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-17 17:53:55.789--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-17 17:53:55.79--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-17 17:53:55.79--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-17 17:53:55.791--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-17 17:53:55.791--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-17 17:53:55.791--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-17 17:53:55.792--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-17 17:53:55.792--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-17 17:53:55.792--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-17 17:53:55.795--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID.
    [junit] [EL Config]: 2024-04-17 17:53:55.795--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME.
    [junit] [EL Config]: 2024-04-17 17:53:55.795--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-17 17:53:55.799--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:53:55.799--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:55.799--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-17 17:53:55.8--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-17 17:53:55.801--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [owner] is being defaulted to: OWNER.
    [junit] [EL Config]: 2024-04-17 17:53:55.802--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [balance] is being defaulted to: BALANCE.
    [junit] [EL Config]: 2024-04-17 17:53:55.802--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-17 17:53:55.802--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-17 17:53:55.802--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID.
    [junit] [EL Config]: 2024-04-17 17:53:55.802--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [creditLimit] is being defaulted to: CREDITLIMIT.
    [junit] [EL Config]: 2024-04-17 17:53:55.802--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-17 17:53:55.803--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [namespace] is being defaulted to: NAMESPACE.
    [junit] [EL Config]: 2024-04-17 17:53:55.803--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:53:55.804--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [text] is being defaulted to: TEXT.
    [junit] [EL Config]: 2024-04-17 17:53:55.804--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-17 17:53:55.804--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:55.804--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-17 17:53:55.804--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-17 17:53:55.804--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-17 17:53:55.805--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR.
    [junit] [EL Config]: 2024-04-17 17:53:55.805--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:55.805--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [brand] is being defaulted to: BRAND.
    [junit] [EL Config]: 2024-04-17 17:53:55.805--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:53:55.806--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-17 17:53:55.808--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-17 17:53:55.808--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:55.808--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY.
    [junit] [EL Config]: 2024-04-17 17:53:55.809--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-17 17:53:55.809--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:53:55.809--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:55.809--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-17 17:53:55.81--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:55.81--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-17 17:53:55.811--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:55.811--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-17 17:53:55.811--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-17 17:53:55.811--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-17 17:53:55.812--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [term] is being defaulted to: TERM.
    [junit] [EL Config]: 2024-04-17 17:53:55.812--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-17 17:53:55.812--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-17 17:53:55.812--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:53:55.812--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:55.812--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-17 17:53:55.812--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getDescription] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: 2024-04-17 17:53:55.813--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:55.813--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getCategory] is being defaulted to: CATEGORY.
    [junit] [EL Config]: 2024-04-17 17:53:55.813--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-17 17:53:55.813--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [sound] is being defaulted to: SOUND.
    [junit] [EL Config]: 2024-04-17 17:53:55.813--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [integer] is being defaulted to: INTEGER.
    [junit] [EL Config]: 2024-04-17 17:53:55.813--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [cool] is being defaulted to: COOL.
    [junit] [EL Config]: 2024-04-17 17:53:55.813--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:53:55.813--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:55.813--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [type] is being defaulted to: TYPE.
    [junit] [EL Config]: 2024-04-17 17:53:55.814--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-17 17:53:55.814--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:55.82--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-17 17:53:55.82--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-17 17:53:55.821--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:53:55.821--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:55.821--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:53:55.821--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-17 17:53:55.821--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA.
    [junit] [EL Config]: 2024-04-17 17:53:55.821--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-17 17:53:55.822--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: 2024-04-17 17:53:55.823--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-17 17:53:55.823--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-17 17:53:55.823--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [reviewDate] is being defaulted to: REVIEWDATE.
    [junit] [EL Config]: 2024-04-17 17:53:55.823--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:55.823--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:53:55.823--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-17 17:53:55.824--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-17 17:53:55.824--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-17 17:53:55.824--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-17 17:53:55.824--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-17 17:53:55.824--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:55.824--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-17 17:53:55.824--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-17 17:53:55.824--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getStory] is being defaulted to: STORY.
    [junit] [EL Config]: 2024-04-17 17:53:55.825--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-17 17:53:55.825--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [date] is being defaulted to: DATE.
    [junit] [EL Config]: 2024-04-17 17:53:55.825--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME.
    [junit] [EL Config]: 2024-04-17 17:53:55.825--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:55.825--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-17 17:53:55.825--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:53:55.825--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:55.825--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-17 17:53:55.826--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-17 17:53:55.826--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-17 17:53:55.826--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getYear] is being defaulted to: YEAR.
    [junit] [EL Config]: 2024-04-17 17:53:55.826--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:53:55.828--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-17 17:53:55.828--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-17 17:53:55.828--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [model] is being defaulted to: MODEL.
    [junit] [EL Config]: 2024-04-17 17:53:55.828--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-17 17:53:55.829--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-17 17:53:55.829--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-17 17:53:55.829--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-17 17:53:55.829--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-17 17:53:55.83--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [riskLevel] is being defaulted to: RISKLEVEL.
    [junit] [EL Config]: 2024-04-17 17:53:55.83--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-17 17:53:55.83--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-17 17:53:55.83--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:55.83--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-17 17:53:55.83--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:55.83--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-17 17:53:55.83--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:55.831--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-17 17:53:55.831--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getSmoker] is being defaulted to: SMOKER.
    [junit] [EL Config]: 2024-04-17 17:53:55.831--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getGuid] is being defaulted to: GUID.
    [junit] [EL Config]: 2024-04-17 17:53:55.831--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-17 17:53:55.831--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:55.831--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-17 17:53:55.831--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getDate] is being defaulted to: DATE.
    [junit] [EL Config]: 2024-04-17 17:53:55.831--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getTime] is being defaulted to: TIME.
    [junit] [EL Config]: 2024-04-17 17:53:55.831--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:55.832--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-17 17:53:55.832--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-17 17:53:55.832--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-17 17:53:55.832--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-17 17:53:55.832--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [interestRate] is being defaulted to: INTERESTRATE.
    [junit] [EL Config]: 2024-04-17 17:53:55.832--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID.
    [junit] [EL Config]: 2024-04-17 17:53:55.833--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME.
    [junit] [EL Config]: 2024-04-17 17:53:55.833--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-17 17:53:55.833--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-17 17:53:55.833--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-17 17:53:55.833--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [cardType] is being defaulted to: CARDTYPE.
    [junit] [EL Config]: 2024-04-17 17:53:55.833--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [cardNumber] is being defaulted to: CARDNUMBER.
    [junit] [EL Config]: 2024-04-17 17:53:55.833--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [validTo] is being defaulted to: VALIDTO.
    [junit] [EL Config]: 2024-04-17 17:53:55.833--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-17 17:53:55.833--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:55.833--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY.
    [junit] [EL Config]: 2024-04-17 17:53:55.834--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-17 17:53:55.834--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR.
    [junit] [EL Config]: 2024-04-17 17:53:55.834--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [place] is being defaulted to: PLACE.
    [junit] [EL Config]: 2024-04-17 17:53:55.834--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [floor] is being defaulted to: FLOOR.
    [junit] [EL Config]: 2024-04-17 17:53:55.834--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-17 17:53:55.834--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:53:55.835--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:55.835--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-17 17:53:55.835--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:55.835--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-17 17:53:55.835--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [nodeName] is being defaulted to: NODENAME.
    [junit] [EL Config]: 2024-04-17 17:53:55.835--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:55.835--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-17 17:53:55.835--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [high] is being defaulted to: HIGH.
    [junit] [EL Config]: 2024-04-17 17:53:55.835--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [low] is being defaulted to: LOW.
    [junit] [EL Config]: 2024-04-17 17:53:55.836--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-17 17:53:55.837--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [firstname] is being defaulted to: FIRSTNAME.
    [junit] [EL Config]: 2024-04-17 17:53:55.837--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [endDate] is being defaulted to: ENDDATE.
    [junit] [EL Config]: 2024-04-17 17:53:55.837--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [startDate] is being defaulted to: STARTDATE.
    [junit] [EL Config]: 2024-04-17 17:53:55.837--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY.
    [junit] [EL Config]: 2024-04-17 17:53:55.837--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [lastname] is being defaulted to: LASTNAME.
    [junit] [EL Config]: 2024-04-17 17:53:55.837--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:55.837--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-17 17:53:55.837--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-17 17:53:55.84--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:53:55.84--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:55.84--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [getVersion] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:53:55.84--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-17 17:53:55.84--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-17 17:53:55.84--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:55.841--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-17 17:53:55.841--ServerSession(1003755748)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:53:55.842--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-17 17:53:55.842--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-17 17:53:55.842--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-17 17:53:55.842--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-17 17:53:55.85--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-17 17:53:55.859--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-17 17:53:55.859--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-17 17:53:55.859--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-17 17:53:55.859--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-17 17:53:55.86--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-17 17:53:55.86--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-17 17:53:55.86--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-17 17:53:55.861--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-17 17:53:55.861--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-17 17:53:55.861--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-17 17:53:55.861--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-17 17:53:55.861--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-17 17:53:55.862--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-17 17:53:55.862--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-17 17:53:55.862--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-17 17:53:55.862--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-17 17:53:55.862--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-17 17:53:55.862--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-17 17:53:55.862--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-17 17:53:55.862--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-17 17:53:55.862--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-17 17:53:55.862--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-17 17:53:55.862--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-17 17:53:55.862--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-17 17:53:55.863--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-17 17:53:55.863--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-17 17:53:55.863--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-17 17:53:55.863--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-17 17:53:55.863--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-17 17:53:55.863--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-17 17:53:55.863--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-17 17:53:55.863--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-17 17:53:55.864--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-17 17:53:55.864--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-17 17:53:55.864--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-17 17:53:55.864--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-17 17:53:55.864--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-17 17:53:55.864--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-17 17:53:55.864--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-17 17:53:55.864--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-17 17:53:55.864--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-17 17:53:55.864--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-17 17:53:55.864--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-17 17:53:55.864--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-17 17:53:55.864--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-17 17:53:55.865--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-17 17:53:55.866--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-17 17:53:55.867--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-17 17:53:55.867--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-17 17:53:55.867--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-17 17:53:55.867--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-17 17:53:55.867--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-17 17:53:55.867--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-17 17:53:55.867--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-17 17:53:55.868--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-17 17:53:55.868--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-17 17:53:55.868--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-17 17:53:55.868--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-17 17:53:55.868--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-17 17:53:55.868--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-17 17:53:55.885--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-17 17:53:55.885--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-17 17:53:55.885--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-17 17:53:55.886--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-17 17:53:55.886--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-17 17:53:55.886--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-17 17:53:55.886--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-17 17:53:55.886--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-17 17:53:55.886--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-17 17:53:55.886--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-17 17:53:55.902--ServerSession(1003755748)--Thread(Thread[main,5,main])--query getDepartmentCached: query hint eclipselink.query-results-cache; value True
    [junit] [EL Finest]: 2024-04-17 17:53:55.962--ServerSession(1003755748)--Thread(Thread[main,5,main])--query getAllDepartmentsCached: query hint eclipselink.query-results-cache; value True
    [junit] [EL Finest]: 2024-04-17 17:53:55.968--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-17 17:53:55.969--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null.
    [junit] [EL Finest]: 2024-04-17 17:53:55.969--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-17 17:53:55.969--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-17 17:53:55.974--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-17 17:53:55.974--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-17 17:53:55.974--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-17 17:53:55.974--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-17 17:53:55.975--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-17 17:53:55.975--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-17 17:53:55.975--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-17 17:53:55.975--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-17 17:53:55.975--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-17 17:53:55.975--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-17 17:53:55.976--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-17 17:53:55.976--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-17 17:53:55.976--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-17 17:53:55.976--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-17 17:53:55.976--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-17 17:53:55.976--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-17 17:53:55.976--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-17 17:53:55.977--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-17 17:53:55.977--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-17 17:53:55.977--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-17 17:53:55.977--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-17 17:53:55.977--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-17 17:53:55.977--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-17 17:53:55.978--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-17 17:53:55.978--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-17 17:53:55.978--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-17 17:53:55.978--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-17 17:53:55.978--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-17 17:53:55.978--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-17 17:53:55.978--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-17 17:53:55.979--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-17 17:53:55.979--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-17 17:53:55.979--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-17 17:53:55.979--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-17 17:53:55.979--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-17 17:53:55.979--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-17 17:53:55.98--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-17 17:53:55.98--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-17 17:53:55.98--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-17 17:53:55.98--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-17 17:53:55.98--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-17 17:53:55.98--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-17 17:53:55.981--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-17 17:53:55.981--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-17 17:53:55.981--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-17 17:53:55.981--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-17 17:53:55.981--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-17 17:53:55.981--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-17 17:53:55.981--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-17 17:53:55.982--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-17 17:53:55.982--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-17 17:53:55.982--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-17 17:53:55.982--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-17 17:53:55.982--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-17 17:53:55.982--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-17 17:53:55.983--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-17 17:53:55.983--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-17 17:53:55.983--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-17 17:53:55.983--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-17 17:53:55.983--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-17 17:53:55.983--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-17 17:53:55.983--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-17 17:53:55.984--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-17 17:53:55.984--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-17 17:53:55.984--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-17 17:53:55.984--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-17 17:53:55.984--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-17 17:53:55.984--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-17 17:53:56.015--ServerSession(1003755748)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation].
    [junit] [EL Finer]: 2024-04-17 17:53:56.018--Thread(Thread[main,5,main])--initializing session manager
    [junit] [EL Finest]: 2024-04-17 17:53:56.018--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-17 17:53:56.018--ServerSession(1003755748)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2024-04-17 17:53:56.018--ServerSession(1003755748)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2024-04-17 17:53:56.018--ServerSession(1003755748)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform
    [junit] [EL Finest]: 2024-04-17 17:53:56.019--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-17 17:53:56.02--ServerSession(1003755748)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing; value=JDBC; translated value=JDBC
    [junit] [EL Finest]: 2024-04-17 17:53:56.02--ServerSession(1003755748)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true
    [junit] [EL Info]: 2024-04-17 17:53:56.021--ServerSession(1003755748)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Fine]: 2024-04-17 17:53:56.025--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-17 17:53:56.027--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-17 17:53:56.027--ServerSession(1003755748)--Connection(604602011)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.027--ServerSession(1003755748)--Connection(604602011)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Fine]: 2024-04-17 17:53:56.027--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-17 17:53:56.028--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-17 17:53:56.034--ServerSession(1003755748)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State
    [junit] [EL Finest]: 2024-04-17 17:53:56.034--ServerSession(1003755748)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.034--ServerSession(1003755748)--Thread(Thread[main,5,main])--sequence testSequenceInc3: preallocation size 3
    [junit] [EL Finest]: 2024-04-17 17:53:56.034--ServerSession(1003755748)--Thread(Thread[main,5,main])--sequence testSequence: preallocation size 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.034--ServerSession(1003755748)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State
    [junit] [EL Finest]: 2024-04-17 17:53:56.034--ServerSession(1003755748)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:53:56.034--ServerSession(1003755748)--Thread(Thread[main,5,main])--sequence IdGenerator: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:53:56.034--ServerSession(1003755748)--Thread(Thread[main,5,main])--sequence VehicleGenerator: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:53:56.034--ServerSession(1003755748)--Thread(Thread[main,5,main])--sequence Component: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:53:56.034--ServerSession(1003755748)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:53:56.034--ServerSession(1003755748)--Thread(Thread[main,5,main])--sequence CourseGenerator: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:53:56.034--ServerSession(1003755748)--Thread(Thread[main,5,main])--sequence StringIdGenerator: preallocation size 50
    [junit] [EL Warning]: 2024-04-17 17:53:56.039--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-17 17:53:56.041--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-17 17:53:56.104--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-17 17:53:56.105--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-17 17:53:56.172--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-17 17:53:56.182--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-17 17:53:56.19--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-17 17:53:56.19--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-17 17:53:56.19--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-17 17:53:56.19--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-17 17:53:56.208--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-17 17:53:56.208--ServerSession(1003755748)--Connection(411787317)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.209--ServerSession(1003755748)--Connection(411787317)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.209--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-17 17:53:56.217--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.218--ServerSession(1003755748)--Connection(411787317)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.218--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.219--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-17 17:53:56.219--ServerSession(1003755748)--Connection(1488395499)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.22--ServerSession(1003755748)--Connection(1488395499)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.22--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-17 17:53:56.221--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.221--ServerSession(1003755748)--Connection(1488395499)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.222--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.222--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-17 17:53:56.222--ServerSession(1003755748)--Connection(185488647)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.222--ServerSession(1003755748)--Connection(185488647)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.222--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-17 17:53:56.223--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.223--ServerSession(1003755748)--Connection(185488647)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.223--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.223--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-17 17:53:56.223--ServerSession(1003755748)--Connection(1750563752)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.224--ServerSession(1003755748)--Connection(1750563752)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.224--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-17 17:53:56.224--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.225--ServerSession(1003755748)--Connection(1750563752)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.225--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.225--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-17 17:53:56.225--ServerSession(1003755748)--Connection(33558975)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.225--ServerSession(1003755748)--Connection(33558975)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.226--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-17 17:53:56.226--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.227--ServerSession(1003755748)--Connection(33558975)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.227--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.227--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-17 17:53:56.227--ServerSession(1003755748)--Connection(1107275448)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.227--ServerSession(1003755748)--Connection(1107275448)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.228--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-17 17:53:56.228--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.229--ServerSession(1003755748)--Connection(1107275448)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.229--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.229--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-17 17:53:56.229--ServerSession(1003755748)--Connection(59382310)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.229--ServerSession(1003755748)--Connection(59382310)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.229--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-17 17:53:56.23--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.231--ServerSession(1003755748)--Connection(59382310)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.231--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.231--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-17 17:53:56.231--ServerSession(1003755748)--Connection(390374517)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.231--ServerSession(1003755748)--Connection(390374517)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.231--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-17 17:53:56.232--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.232--ServerSession(1003755748)--Connection(390374517)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.232--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.232--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-17 17:53:56.232--ServerSession(1003755748)--Connection(476868388)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.232--ServerSession(1003755748)--Connection(476868388)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.233--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-17 17:53:56.233--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.234--ServerSession(1003755748)--Connection(476868388)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.234--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.234--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-17 17:53:56.234--ServerSession(1003755748)--Connection(1933799970)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.234--ServerSession(1003755748)--Connection(1933799970)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.234--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-17 17:53:56.235--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.236--ServerSession(1003755748)--Connection(1933799970)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.236--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.236--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-17 17:53:56.236--ServerSession(1003755748)--Connection(1066949254)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.236--ServerSession(1003755748)--Connection(1066949254)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.236--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-17 17:53:56.237--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.237--ServerSession(1003755748)--Connection(1066949254)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.237--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.237--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-17 17:53:56.237--ServerSession(1003755748)--Connection(1026001741)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.237--ServerSession(1003755748)--Connection(1026001741)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.238--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-17 17:53:56.238--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.239--ServerSession(1003755748)--Connection(1026001741)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.239--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.239--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-17 17:53:56.239--ServerSession(1003755748)--Connection(1820355723)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.239--ServerSession(1003755748)--Connection(1820355723)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.239--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-17 17:53:56.24--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.24--ServerSession(1003755748)--Connection(1820355723)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.24--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.24--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-17 17:53:56.241--ServerSession(1003755748)--Connection(1910034407)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.241--ServerSession(1003755748)--Connection(1910034407)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.241--ServerSession(1003755748)--Connection(508756323)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP KEY UNQ_TMP_EMP_0
    [junit] [EL Fine]: 2024-04-17 17:53:56.241--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.242--ServerSession(1003755748)--Connection(1910034407)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.242--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.242--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-17 17:53:56.242--ServerSession(1003755748)--Connection(1900438403)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.242--ServerSession(1003755748)--Connection(1900438403)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.242--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-17 17:53:56.243--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.244--ServerSession(1003755748)--Connection(1900438403)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.244--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.244--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-17 17:53:56.244--ServerSession(1003755748)--Connection(379886173)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.244--ServerSession(1003755748)--Connection(379886173)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.244--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-17 17:53:56.245--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.246--ServerSession(1003755748)--Connection(379886173)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.246--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.246--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-17 17:53:56.246--ServerSession(1003755748)--Connection(593045830)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.246--ServerSession(1003755748)--Connection(593045830)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.246--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-17 17:53:56.247--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.247--ServerSession(1003755748)--Connection(593045830)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.247--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.247--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-17 17:53:56.248--ServerSession(1003755748)--Connection(296974277)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.248--ServerSession(1003755748)--Connection(296974277)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.248--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-17 17:53:56.248--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.249--ServerSession(1003755748)--Connection(296974277)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.249--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.249--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-17 17:53:56.249--ServerSession(1003755748)--Connection(2049646260)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.249--ServerSession(1003755748)--Connection(2049646260)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.25--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-17 17:53:56.25--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.251--ServerSession(1003755748)--Connection(2049646260)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.251--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.251--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-17 17:53:56.251--ServerSession(1003755748)--Connection(17808347)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.251--ServerSession(1003755748)--Connection(17808347)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.251--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-17 17:53:56.252--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.252--ServerSession(1003755748)--Connection(17808347)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.252--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.252--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-17 17:53:56.252--ServerSession(1003755748)--Connection(1980560788)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.252--ServerSession(1003755748)--Connection(1980560788)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.253--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-17 17:53:56.253--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.254--ServerSession(1003755748)--Connection(1980560788)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.254--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.254--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-17 17:53:56.254--ServerSession(1003755748)--Connection(838820617)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.254--ServerSession(1003755748)--Connection(838820617)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.254--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-17 17:53:56.255--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.255--ServerSession(1003755748)--Connection(838820617)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.255--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.255--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-17 17:53:56.255--ServerSession(1003755748)--Connection(375273627)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.256--ServerSession(1003755748)--Connection(375273627)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.256--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-17 17:53:56.256--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.257--ServerSession(1003755748)--Connection(375273627)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.257--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.257--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-17 17:53:56.257--ServerSession(1003755748)--Connection(716550087)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.257--ServerSession(1003755748)--Connection(716550087)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.257--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-17 17:53:56.258--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.258--ServerSession(1003755748)--Connection(716550087)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.258--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.259--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-17 17:53:56.259--ServerSession(1003755748)--Connection(1983706553)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.259--ServerSession(1003755748)--Connection(1983706553)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.259--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-17 17:53:56.259--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.26--ServerSession(1003755748)--Connection(1983706553)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.26--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.26--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-17 17:53:56.26--ServerSession(1003755748)--Connection(793808700)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.26--ServerSession(1003755748)--Connection(793808700)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.26--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-17 17:53:56.261--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.261--ServerSession(1003755748)--Connection(793808700)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.261--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.262--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-17 17:53:56.262--ServerSession(1003755748)--Connection(389519344)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.262--ServerSession(1003755748)--Connection(389519344)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.262--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-17 17:53:56.262--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.263--ServerSession(1003755748)--Connection(389519344)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.263--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.263--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-17 17:53:56.263--ServerSession(1003755748)--Connection(609825180)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.263--ServerSession(1003755748)--Connection(609825180)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.263--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-17 17:53:56.264--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.264--ServerSession(1003755748)--Connection(609825180)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.265--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.265--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-17 17:53:56.265--ServerSession(1003755748)--Connection(1592601990)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.265--ServerSession(1003755748)--Connection(1592601990)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.265--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-17 17:53:56.265--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.266--ServerSession(1003755748)--Connection(1592601990)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.266--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.266--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-17 17:53:56.266--ServerSession(1003755748)--Connection(1329492804)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.266--ServerSession(1003755748)--Connection(1329492804)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.266--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-17 17:53:56.267--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.267--ServerSession(1003755748)--Connection(1329492804)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.267--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.267--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-17 17:53:56.267--ServerSession(1003755748)--Connection(504634946)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.267--ServerSession(1003755748)--Connection(504634946)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.268--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-17 17:53:56.268--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.269--ServerSession(1003755748)--Connection(504634946)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.269--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.269--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-17 17:53:56.269--ServerSession(1003755748)--Connection(1181947538)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.269--ServerSession(1003755748)--Connection(1181947538)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.269--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-17 17:53:56.27--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.27--ServerSession(1003755748)--Connection(1181947538)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.27--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.271--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-17 17:53:56.271--ServerSession(1003755748)--Connection(1945915791)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.271--ServerSession(1003755748)--Connection(1945915791)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.271--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-17 17:53:56.271--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.272--ServerSession(1003755748)--Connection(1945915791)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.272--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.272--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-17 17:53:56.272--ServerSession(1003755748)--Connection(75480150)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.272--ServerSession(1003755748)--Connection(75480150)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.272--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-17 17:53:56.273--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.274--ServerSession(1003755748)--Connection(75480150)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.274--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.274--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-17 17:53:56.274--ServerSession(1003755748)--Connection(1428469551)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.274--ServerSession(1003755748)--Connection(1428469551)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.274--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-17 17:53:56.275--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.275--ServerSession(1003755748)--Connection(1428469551)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.275--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.275--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-17 17:53:56.275--ServerSession(1003755748)--Connection(345780740)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.275--ServerSession(1003755748)--Connection(345780740)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.275--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-17 17:53:56.276--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.277--ServerSession(1003755748)--Connection(345780740)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.277--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.277--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-17 17:53:56.277--ServerSession(1003755748)--Connection(999699153)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.277--ServerSession(1003755748)--Connection(999699153)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.277--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-17 17:53:56.278--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.278--ServerSession(1003755748)--Connection(999699153)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.278--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.278--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-17 17:53:56.278--ServerSession(1003755748)--Connection(1063423209)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.278--ServerSession(1003755748)--Connection(1063423209)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.279--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-17 17:53:56.279--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.28--ServerSession(1003755748)--Connection(1063423209)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.28--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.28--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-17 17:53:56.28--ServerSession(1003755748)--Connection(862486751)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.28--ServerSession(1003755748)--Connection(862486751)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.28--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-17 17:53:56.281--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.281--ServerSession(1003755748)--Connection(862486751)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.281--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.281--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-17 17:53:56.281--ServerSession(1003755748)--Connection(40177529)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.281--ServerSession(1003755748)--Connection(40177529)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.281--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-17 17:53:56.282--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.282--ServerSession(1003755748)--Connection(40177529)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.282--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.283--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-17 17:53:56.283--ServerSession(1003755748)--Connection(951000054)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.283--ServerSession(1003755748)--Connection(951000054)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.283--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-17 17:53:56.283--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.284--ServerSession(1003755748)--Connection(951000054)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.284--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.284--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-17 17:53:56.284--ServerSession(1003755748)--Connection(985655365)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.284--ServerSession(1003755748)--Connection(985655365)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.284--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-17 17:53:56.285--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.285--ServerSession(1003755748)--Connection(985655365)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.285--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.285--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-17 17:53:56.285--ServerSession(1003755748)--Connection(1112062307)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.285--ServerSession(1003755748)--Connection(1112062307)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.286--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-17 17:53:56.286--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.287--ServerSession(1003755748)--Connection(1112062307)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.287--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.287--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-17 17:53:56.287--ServerSession(1003755748)--Connection(590406624)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.287--ServerSession(1003755748)--Connection(590406624)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.287--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-17 17:53:56.288--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.288--ServerSession(1003755748)--Connection(590406624)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.288--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.288--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-17 17:53:56.288--ServerSession(1003755748)--Connection(1415937490)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.288--ServerSession(1003755748)--Connection(1415937490)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.289--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-17 17:53:56.289--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.289--ServerSession(1003755748)--Connection(1415937490)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.29--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.29--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-17 17:53:56.29--ServerSession(1003755748)--Connection(1088818894)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.29--ServerSession(1003755748)--Connection(1088818894)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.29--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-17 17:53:56.291--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.291--ServerSession(1003755748)--Connection(1088818894)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.291--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.291--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-17 17:53:56.291--ServerSession(1003755748)--Connection(1522975986)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.291--ServerSession(1003755748)--Connection(1522975986)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.291--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-17 17:53:56.292--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.292--ServerSession(1003755748)--Connection(1522975986)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.292--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.292--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-17 17:53:56.292--ServerSession(1003755748)--Connection(614335089)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.292--ServerSession(1003755748)--Connection(614335089)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.293--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-17 17:53:56.293--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.294--ServerSession(1003755748)--Connection(614335089)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.294--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.294--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-17 17:53:56.294--ServerSession(1003755748)--Connection(738937987)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.294--ServerSession(1003755748)--Connection(738937987)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.294--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-17 17:53:56.294--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.295--ServerSession(1003755748)--Connection(738937987)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.295--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.295--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-17 17:53:56.295--ServerSession(1003755748)--Connection(1298483237)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.295--ServerSession(1003755748)--Connection(1298483237)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.295--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-17 17:53:56.296--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.296--ServerSession(1003755748)--Connection(1298483237)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.296--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.296--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-17 17:53:56.296--ServerSession(1003755748)--Connection(180353207)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.296--ServerSession(1003755748)--Connection(180353207)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.297--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-17 17:53:56.297--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.298--ServerSession(1003755748)--Connection(180353207)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.298--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.298--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-17 17:53:56.298--ServerSession(1003755748)--Connection(2113989903)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.298--ServerSession(1003755748)--Connection(2113989903)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.298--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-17 17:53:56.299--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.299--ServerSession(1003755748)--Connection(2113989903)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.299--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.299--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-17 17:53:56.299--ServerSession(1003755748)--Connection(1658520865)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.299--ServerSession(1003755748)--Connection(1658520865)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.299--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-17 17:53:56.3--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.3--ServerSession(1003755748)--Connection(1658520865)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.3--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.3--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-17 17:53:56.3--ServerSession(1003755748)--Connection(1606272155)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.3--ServerSession(1003755748)--Connection(1606272155)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.301--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-17 17:53:56.301--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.302--ServerSession(1003755748)--Connection(1606272155)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.302--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.302--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-17 17:53:56.302--ServerSession(1003755748)--Connection(1254827280)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.302--ServerSession(1003755748)--Connection(1254827280)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.302--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-17 17:53:56.302--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.303--ServerSession(1003755748)--Connection(1254827280)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.303--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.303--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-17 17:53:56.303--ServerSession(1003755748)--Connection(1001351478)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.303--ServerSession(1003755748)--Connection(1001351478)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.303--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-17 17:53:56.304--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.304--ServerSession(1003755748)--Connection(1001351478)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.304--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.304--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-17 17:53:56.304--ServerSession(1003755748)--Connection(985032587)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.304--ServerSession(1003755748)--Connection(985032587)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.304--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-17 17:53:56.305--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.305--ServerSession(1003755748)--Connection(985032587)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.305--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.305--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-17 17:53:56.305--ServerSession(1003755748)--Connection(1198426006)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.305--ServerSession(1003755748)--Connection(1198426006)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.306--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-17 17:53:56.306--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.307--ServerSession(1003755748)--Connection(1198426006)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.307--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.307--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-17 17:53:56.307--ServerSession(1003755748)--Connection(1472494238)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.307--ServerSession(1003755748)--Connection(1472494238)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.307--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-17 17:53:56.307--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.308--ServerSession(1003755748)--Connection(1472494238)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.308--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.308--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-17 17:53:56.308--ServerSession(1003755748)--Connection(356308667)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.308--ServerSession(1003755748)--Connection(356308667)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.308--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-17 17:53:56.309--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.309--ServerSession(1003755748)--Connection(356308667)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.309--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.309--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-17 17:53:56.309--ServerSession(1003755748)--Connection(564944564)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.309--ServerSession(1003755748)--Connection(564944564)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.31--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-17 17:53:56.31--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.31--ServerSession(1003755748)--Connection(564944564)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.311--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.311--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-17 17:53:56.311--ServerSession(1003755748)--Connection(666040998)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.353--ServerSession(1003755748)--Connection(666040998)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.353--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-17 17:53:56.354--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.354--ServerSession(1003755748)--Connection(666040998)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.354--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.354--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-17 17:53:56.355--ServerSession(1003755748)--Connection(448782465)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.355--ServerSession(1003755748)--Connection(448782465)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.355--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-17 17:53:56.355--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.356--ServerSession(1003755748)--Connection(448782465)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.356--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.356--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COMPONENT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.356--ServerSession(1003755748)--Connection(276777344)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.356--ServerSession(1003755748)--Connection(276777344)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.356--ServerSession(1003755748)--Connection(1973491942)--Thread(Thread[main,5,main])--DROP TABLE TMP_COMPONENT
    [junit] [EL Fine]: 2024-04-17 17:53:56.357--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.357--ServerSession(1003755748)--Connection(276777344)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.357--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.357--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_METRIC")
    [junit] [EL Finest]: 2024-04-17 17:53:56.358--ServerSession(1003755748)--Connection(1611966906)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.358--ServerSession(1003755748)--Connection(1611966906)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.358--ServerSession(1003755748)--Connection(181260145)--Thread(Thread[main,5,main])--DROP TABLE TMP_METRIC
    [junit] [EL Fine]: 2024-04-17 17:53:56.358--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.359--ServerSession(1003755748)--Connection(1611966906)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.359--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.359--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ABSTR_EMP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.359--ServerSession(1003755748)--Connection(1242874959)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.359--ServerSession(1003755748)--Connection(1242874959)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.359--ServerSession(1003755748)--Connection(252247502)--Thread(Thread[main,5,main])--DROP TABLE TMP_ABSTR_EMP
    [junit] [EL Fine]: 2024-04-17 17:53:56.36--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.36--ServerSession(1003755748)--Connection(1242874959)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.36--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.36--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CONTRACT_EMP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.36--ServerSession(1003755748)--Connection(684220724)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.36--ServerSession(1003755748)--Connection(684220724)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.36--ServerSession(1003755748)--Connection(1150480094)--Thread(Thread[main,5,main])--DROP TABLE TMP_CONTRACT_EMP
    [junit] [EL Fine]: 2024-04-17 17:53:56.361--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.362--ServerSession(1003755748)--Connection(684220724)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.362--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.362--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ACCOUNT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.362--ServerSession(1003755748)--Connection(934640468)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.362--ServerSession(1003755748)--Connection(934640468)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.362--ServerSession(1003755748)--Connection(1545563479)--Thread(Thread[main,5,main])--DROP TABLE TMP_ACCOUNT
    [junit] [EL Fine]: 2024-04-17 17:53:56.363--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.363--ServerSession(1003755748)--Connection(934640468)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.363--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.363--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.363--ServerSession(1003755748)--Connection(1737796619)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.363--ServerSession(1003755748)--Connection(1737796619)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.363--ServerSession(1003755748)--Connection(2078741622)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE
    [junit] [EL Fine]: 2024-04-17 17:53:56.364--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.364--ServerSession(1003755748)--Connection(1737796619)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.364--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.364--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BROKER_ACC")
    [junit] [EL Finest]: 2024-04-17 17:53:56.364--ServerSession(1003755748)--Connection(397857830)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.364--ServerSession(1003755748)--Connection(397857830)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.365--ServerSession(1003755748)--Connection(1434506799)--Thread(Thread[main,5,main])--DROP TABLE TMP_BROKER_ACC
    [junit] [EL Fine]: 2024-04-17 17:53:56.365--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.365--ServerSession(1003755748)--Connection(397857830)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.365--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.366--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CHECK_ACC")
    [junit] [EL Finest]: 2024-04-17 17:53:56.366--ServerSession(1003755748)--Connection(1730129134)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.366--ServerSession(1003755748)--Connection(1730129134)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.366--ServerSession(1003755748)--Connection(1185502159)--Thread(Thread[main,5,main])--DROP TABLE TMP_CHECK_ACC
    [junit] [EL Fine]: 2024-04-17 17:53:56.366--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.367--ServerSession(1003755748)--Connection(1730129134)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.367--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.367--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COSTCENTER")
    [junit] [EL Finest]: 2024-04-17 17:53:56.367--ServerSession(1003755748)--Connection(973174587)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.367--ServerSession(1003755748)--Connection(973174587)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.367--ServerSession(1003755748)--Connection(551797833)--Thread(Thread[main,5,main])--DROP TABLE TMP_COSTCENTER
    [junit] [EL Fine]: 2024-04-17 17:53:56.368--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.368--ServerSession(1003755748)--Connection(973174587)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.368--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.368--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.368--ServerSession(1003755748)--Connection(1744579245)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.368--ServerSession(1003755748)--Connection(1744579245)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.368--ServerSession(1003755748)--Connection(1458905542)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE
    [junit] [EL Fine]: 2024-04-17 17:53:56.369--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.369--ServerSession(1003755748)--Connection(1744579245)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.369--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.369--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREDIT_ACC")
    [junit] [EL Finest]: 2024-04-17 17:53:56.369--ServerSession(1003755748)--Connection(48071225)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.369--ServerSession(1003755748)--Connection(48071225)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.37--ServerSession(1003755748)--Connection(74606989)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREDIT_ACC
    [junit] [EL Fine]: 2024-04-17 17:53:56.37--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.371--ServerSession(1003755748)--Connection(48071225)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.371--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.371--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CUBICLE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.371--ServerSession(1003755748)--Connection(1081159401)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.371--ServerSession(1003755748)--Connection(1081159401)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.371--ServerSession(1003755748)--Connection(777236628)--Thread(Thread[main,5,main])--DROP TABLE TMP_CUBICLE
    [junit] [EL Fine]: 2024-04-17 17:53:56.372--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.372--ServerSession(1003755748)--Connection(1081159401)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.372--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.372--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_DEP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.372--ServerSession(1003755748)--Connection(1994249754)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.372--ServerSession(1003755748)--Connection(1994249754)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.372--ServerSession(1003755748)--Connection(1066575950)--Thread(Thread[main,5,main])--DROP TABLE TMP_DEP
    [junit] [EL Fine]: 2024-04-17 17:53:56.373--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.373--ServerSession(1003755748)--Connection(1994249754)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.373--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.373--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.373--ServerSession(1003755748)--Connection(1631047534)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.374--ServerSession(1003755748)--Connection(1631047534)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.374--ServerSession(1003755748)--Connection(2034411604)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP
    [junit] [EL Fine]: 2024-04-17 17:53:56.374--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.375--ServerSession(1003755748)--Connection(1631047534)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.375--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.375--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_HOBBY")
    [junit] [EL Finest]: 2024-04-17 17:53:56.375--ServerSession(1003755748)--Connection(1815095837)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.375--ServerSession(1003755748)--Connection(1815095837)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.375--ServerSession(1003755748)--Connection(866370634)--Thread(Thread[main,5,main])--DROP TABLE TMP_HOBBY
    [junit] [EL Fine]: 2024-04-17 17:53:56.376--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.376--ServerSession(1003755748)--Connection(1815095837)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.376--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.376--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MATERIAL")
    [junit] [EL Finest]: 2024-04-17 17:53:56.376--ServerSession(1003755748)--Connection(1235155342)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.376--ServerSession(1003755748)--Connection(1235155342)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.376--ServerSession(1003755748)--Connection(613630562)--Thread(Thread[main,5,main])--DROP TABLE TMP_MATERIAL
    [junit] [EL Fine]: 2024-04-17 17:53:56.377--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.378--ServerSession(1003755748)--Connection(1235155342)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.378--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.378--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.378--ServerSession(1003755748)--Connection(679613617)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.378--ServerSession(1003755748)--Connection(679613617)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.378--ServerSession(1003755748)--Connection(384752294)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE
    [junit] [EL Fine]: 2024-04-17 17:53:56.379--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.379--ServerSession(1003755748)--Connection(679613617)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.379--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.379--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PATENT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.379--ServerSession(1003755748)--Connection(1527061084)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.379--ServerSession(1003755748)--Connection(1527061084)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.379--ServerSession(1003755748)--Connection(1671084561)--Thread(Thread[main,5,main])--DROP TABLE TMP_PATENT
    [junit] [EL Fine]: 2024-04-17 17:53:56.38--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.381--ServerSession(1003755748)--Connection(1527061084)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.381--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.381--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW")
    [junit] [EL Finest]: 2024-04-17 17:53:56.381--ServerSession(1003755748)--Connection(736868175)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.381--ServerSession(1003755748)--Connection(736868175)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.381--ServerSession(1003755748)--Connection(1489997716)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW
    [junit] [EL Fine]: 2024-04-17 17:53:56.381--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.382--ServerSession(1003755748)--Connection(736868175)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.382--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.382--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW_DETAILS")
    [junit] [EL Finest]: 2024-04-17 17:53:56.382--ServerSession(1003755748)--Connection(1724091985)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.382--ServerSession(1003755748)--Connection(1724091985)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.382--ServerSession(1003755748)--Connection(274996233)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW_DETAILS
    [junit] [EL Fine]: 2024-04-17 17:53:56.383--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.383--ServerSession(1003755748)--Connection(1724091985)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.383--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.383--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.383--ServerSession(1003755748)--Connection(1163189762)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.383--ServerSession(1003755748)--Connection(1163189762)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.384--ServerSession(1003755748)--Connection(1067414015)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT
    [junit] [EL Fine]: 2024-04-17 17:53:56.384--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.385--ServerSession(1003755748)--Connection(1163189762)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.385--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.385--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT_DETAILS")
    [junit] [EL Finest]: 2024-04-17 17:53:56.385--ServerSession(1003755748)--Connection(669365112)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.385--ServerSession(1003755748)--Connection(669365112)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.385--ServerSession(1003755748)--Connection(1143135560)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT_DETAILS
    [junit] [EL Fine]: 2024-04-17 17:53:56.385--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.386--ServerSession(1003755748)--Connection(669365112)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.386--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.386--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_SAVE_ACC")
    [junit] [EL Finest]: 2024-04-17 17:53:56.386--ServerSession(1003755748)--Connection(1379757019)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.386--ServerSession(1003755748)--Connection(1379757019)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.386--ServerSession(1003755748)--Connection(1481206935)--Thread(Thread[main,5,main])--DROP TABLE TMP_SAVE_ACC
    [junit] [EL Fine]: 2024-04-17 17:53:56.387--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.387--ServerSession(1003755748)--Connection(1379757019)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.387--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.387--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TASK")
    [junit] [EL Finest]: 2024-04-17 17:53:56.387--ServerSession(1003755748)--Connection(947043383)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.387--ServerSession(1003755748)--Connection(947043383)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.387--ServerSession(1003755748)--Connection(27818833)--Thread(Thread[main,5,main])--DROP TABLE TMP_TASK
    [junit] [EL Fine]: 2024-04-17 17:53:56.388--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.388--ServerSession(1003755748)--Connection(947043383)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.388--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.388--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TRAILER")
    [junit] [EL Finest]: 2024-04-17 17:53:56.389--ServerSession(1003755748)--Connection(21277524)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.389--ServerSession(1003755748)--Connection(21277524)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.389--ServerSession(1003755748)--Connection(754592847)--Thread(Thread[main,5,main])--DROP TABLE TMP_TRAILER
    [junit] [EL Fine]: 2024-04-17 17:53:56.389--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.39--ServerSession(1003755748)--Connection(21277524)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.39--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.39--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROFILE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.39--ServerSession(1003755748)--Connection(1223399478)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.39--ServerSession(1003755748)--Connection(1223399478)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.39--ServerSession(1003755748)--Connection(1817281652)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROFILE
    [junit] [EL Fine]: 2024-04-17 17:53:56.391--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.391--ServerSession(1003755748)--Connection(1223399478)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.391--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.391--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.391--ServerSession(1003755748)--Connection(705062537)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.391--ServerSession(1003755748)--Connection(705062537)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.391--ServerSession(1003755748)--Connection(1043882455)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE
    [junit] [EL Fine]: 2024-04-17 17:53:56.392--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.392--ServerSession(1003755748)--Connection(705062537)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.392--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.392--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_READONLY")
    [junit] [EL Finest]: 2024-04-17 17:53:56.392--ServerSession(1003755748)--Connection(1828871453)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.392--ServerSession(1003755748)--Connection(1828871453)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.392--ServerSession(1003755748)--Connection(1948863514)--Thread(Thread[main,5,main])--DROP TABLE TMP_READONLY
    [junit] [EL Fine]: 2024-04-17 17:53:56.393--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.393--ServerSession(1003755748)--Connection(1828871453)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.393--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.394--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_FA")
    [junit] [EL Finest]: 2024-04-17 17:53:56.394--ServerSession(1003755748)--Connection(105194717)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.394--ServerSession(1003755748)--Connection(105194717)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.394--ServerSession(1003755748)--Connection(2043702205)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_FA
    [junit] [EL Fine]: 2024-04-17 17:53:56.394--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.395--ServerSession(1003755748)--Connection(105194717)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.395--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.395--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_PA")
    [junit] [EL Finest]: 2024-04-17 17:53:56.395--ServerSession(1003755748)--Connection(1538593345)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.395--ServerSession(1003755748)--Connection(1538593345)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.395--ServerSession(1003755748)--Connection(1954133542)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_PA
    [junit] [EL Fine]: 2024-04-17 17:53:56.396--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.396--ServerSession(1003755748)--Connection(1538593345)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.396--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.396--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM")
    [junit] [EL Finest]: 2024-04-17 17:53:56.396--ServerSession(1003755748)--Connection(1960554990)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.396--ServerSession(1003755748)--Connection(1960554990)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.396--ServerSession(1003755748)--Connection(118456878)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM
    [junit] [EL Fine]: 2024-04-17 17:53:56.397--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.397--ServerSession(1003755748)--Connection(1960554990)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.397--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.397--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM_ATT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.397--ServerSession(1003755748)--Connection(1170173753)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.397--ServerSession(1003755748)--Connection(1170173753)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.398--ServerSession(1003755748)--Connection(1816326817)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM_ATT
    [junit] [EL Fine]: 2024-04-17 17:53:56.398--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.399--ServerSession(1003755748)--Connection(1170173753)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.399--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.399--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ISLAND")
    [junit] [EL Finest]: 2024-04-17 17:53:56.399--ServerSession(1003755748)--Connection(1609742538)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.399--ServerSession(1003755748)--Connection(1609742538)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.399--ServerSession(1003755748)--Connection(1636487850)--Thread(Thread[main,5,main])--DROP TABLE TMP_ISLAND
    [junit] [EL Fine]: 2024-04-17 17:53:56.399--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.4--ServerSession(1003755748)--Connection(1609742538)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.4--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.4--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY")
    [junit] [EL Finest]: 2024-04-17 17:53:56.4--ServerSession(1003755748)--Connection(892466122)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.4--ServerSession(1003755748)--Connection(892466122)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.4--ServerSession(1003755748)--Connection(2144282958)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY
    [junit] [EL Fine]: 2024-04-17 17:53:56.401--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.401--ServerSession(1003755748)--Connection(892466122)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.401--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.401--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.401--ServerSession(1003755748)--Connection(1710422448)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.401--ServerSession(1003755748)--Connection(1710422448)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.401--ServerSession(1003755748)--Connection(1609038183)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP
    [junit] [EL Fine]: 2024-04-17 17:53:56.402--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.402--ServerSession(1003755748)--Connection(1710422448)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.402--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.402--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PERSON")
    [junit] [EL Finest]: 2024-04-17 17:53:56.402--ServerSession(1003755748)--Connection(749362556)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.402--ServerSession(1003755748)--Connection(749362556)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.403--ServerSession(1003755748)--Connection(1583816224)--Thread(Thread[main,5,main])--DROP TABLE TMP_PERSON
    [junit] [EL Fine]: 2024-04-17 17:53:56.403--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.404--ServerSession(1003755748)--Connection(749362556)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.404--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.404--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER")
    [junit] [EL Finest]: 2024-04-17 17:53:56.404--ServerSession(1003755748)--Connection(1187225933)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.404--ServerSession(1003755748)--Connection(1187225933)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.404--ServerSession(1003755748)--Connection(956061012)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER
    [junit] [EL Fine]: 2024-04-17 17:53:56.405--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.405--ServerSession(1003755748)--Connection(1187225933)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.405--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.405--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL")
    [junit] [EL Finest]: 2024-04-17 17:53:56.405--ServerSession(1003755748)--Connection(1057263702)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.405--ServerSession(1003755748)--Connection(1057263702)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.405--ServerSession(1003755748)--Connection(1687586610)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL
    [junit] [EL Fine]: 2024-04-17 17:53:56.406--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.406--ServerSession(1003755748)--Connection(1057263702)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.406--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.406--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.406--ServerSession(1003755748)--Connection(117248709)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.406--ServerSession(1003755748)--Connection(117248709)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.406--ServerSession(1003755748)--Connection(501261420)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE
    [junit] [EL Fine]: 2024-04-17 17:53:56.407--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.407--ServerSession(1003755748)--Connection(117248709)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.407--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.407--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.408--ServerSession(1003755748)--Connection(573242471)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.408--ServerSession(1003755748)--Connection(573242471)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.408--ServerSession(1003755748)--Connection(1278196189)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE
    [junit] [EL Fine]: 2024-04-17 17:53:56.408--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.409--ServerSession(1003755748)--Connection(573242471)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.409--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.409--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE_DETAILS")
    [junit] [EL Finest]: 2024-04-17 17:53:56.409--ServerSession(1003755748)--Connection(1638001196)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.409--ServerSession(1003755748)--Connection(1638001196)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.409--ServerSession(1003755748)--Connection(345893819)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE_DETAILS
    [junit] [EL Fine]: 2024-04-17 17:53:56.41--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.41--ServerSession(1003755748)--Connection(1638001196)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.41--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.41--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MYTHICALCREATURE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.41--ServerSession(1003755748)--Connection(1417126346)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.41--ServerSession(1003755748)--Connection(1417126346)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.41--ServerSession(1003755748)--Connection(988402146)--Thread(Thread[main,5,main])--DROP TABLE TMP_MYTHICALCREATURE
    [junit] [EL Fine]: 2024-04-17 17:53:56.411--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.411--ServerSession(1003755748)--Connection(1417126346)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.411--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.411--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_WEAPON")
    [junit] [EL Finest]: 2024-04-17 17:53:56.411--ServerSession(1003755748)--Connection(245220560)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.411--ServerSession(1003755748)--Connection(245220560)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.411--ServerSession(1003755748)--Connection(1728924984)--Thread(Thread[main,5,main])--DROP TABLE TMP_WEAPON
    [junit] [EL Fine]: 2024-04-17 17:53:56.412--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.412--ServerSession(1003755748)--Connection(245220560)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.412--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.413--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.413--ServerSession(1003755748)--Connection(1135870515)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.413--ServerSession(1003755748)--Connection(1135870515)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.413--ServerSession(1003755748)--Connection(602928593)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE
    [junit] [EL Fine]: 2024-04-17 17:53:56.413--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.414--ServerSession(1003755748)--Connection(1135870515)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.414--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.414--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE_DESC")
    [junit] [EL Finest]: 2024-04-17 17:53:56.414--ServerSession(1003755748)--Connection(1120043781)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.414--ServerSession(1003755748)--Connection(1120043781)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.414--ServerSession(1003755748)--Connection(562345204)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE_DESC
    [junit] [EL Fine]: 2024-04-17 17:53:56.415--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.415--ServerSession(1003755748)--Connection(1120043781)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.415--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.415--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NODE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.415--ServerSession(1003755748)--Connection(1665209618)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.415--ServerSession(1003755748)--Connection(1665209618)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.415--ServerSession(1003755748)--Connection(902654164)--Thread(Thread[main,5,main])--DROP TABLE TMP_NODE
    [junit] [EL Fine]: 2024-04-17 17:53:56.416--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.416--ServerSession(1003755748)--Connection(1665209618)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.416--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.416--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NASTY")
    [junit] [EL Finest]: 2024-04-17 17:53:56.416--ServerSession(1003755748)--Connection(2189588)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.417--ServerSession(1003755748)--Connection(2189588)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.417--ServerSession(1003755748)--Connection(1805845895)--Thread(Thread[main,5,main])--DROP TABLE TMP_NASTY
    [junit] [EL Fine]: 2024-04-17 17:53:56.417--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.418--ServerSession(1003755748)--Connection(2189588)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.418--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.418--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TIMESTAMP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.418--ServerSession(1003755748)--Connection(1446238973)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.418--ServerSession(1003755748)--Connection(1446238973)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.418--ServerSession(1003755748)--Connection(1565614310)--Thread(Thread[main,5,main])--DROP TABLE TMP_TIMESTAMP
    [junit] [EL Fine]: 2024-04-17 17:53:56.419--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.419--ServerSession(1003755748)--Connection(1446238973)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.419--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.419--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_FA")
    [junit] [EL Finest]: 2024-04-17 17:53:56.419--ServerSession(1003755748)--Connection(688113407)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.419--ServerSession(1003755748)--Connection(688113407)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.419--ServerSession(1003755748)--Connection(1638864144)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_FA
    [junit] [EL Fine]: 2024-04-17 17:53:56.42--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.42--ServerSession(1003755748)--Connection(688113407)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.42--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.42--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_PA")
    [junit] [EL Finest]: 2024-04-17 17:53:56.42--ServerSession(1003755748)--Connection(2005762793)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.42--ServerSession(1003755748)--Connection(2005762793)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.42--ServerSession(1003755748)--Connection(1083086553)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_PA
    [junit] [EL Fine]: 2024-04-17 17:53:56.421--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.421--ServerSession(1003755748)--Connection(2005762793)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.421--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.421--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TEMPORAL_FA")
    [junit] [EL Finest]: 2024-04-17 17:53:56.421--ServerSession(1003755748)--Connection(378327915)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.421--ServerSession(1003755748)--Connection(378327915)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.422--ServerSession(1003755748)--Connection(227381657)--Thread(Thread[main,5,main])--DROP TABLE TMP_TEMPORAL_FA
    [junit] [EL Fine]: 2024-04-17 17:53:56.422--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.423--ServerSession(1003755748)--Connection(378327915)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.423--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.423--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ANIMAL")
    [junit] [EL Finest]: 2024-04-17 17:53:56.423--ServerSession(1003755748)--Connection(1613424566)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.423--ServerSession(1003755748)--Connection(1613424566)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.423--ServerSession(1003755748)--Connection(281896787)--Thread(Thread[main,5,main])--DROP TABLE TMP_ANIMAL
    [junit] [EL Fine]: 2024-04-17 17:53:56.423--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.424--ServerSession(1003755748)--Connection(1613424566)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.424--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.461--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ELEMENT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.461--ServerSession(1003755748)--Connection(1202653598)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.461--ServerSession(1003755748)--Connection(1202653598)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.461--ServerSession(1003755748)--Connection(1880052106)--Thread(Thread[main,5,main])--DROP TABLE TMP_ELEMENT
    [junit] [EL Fine]: 2024-04-17 17:53:56.462--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.462--ServerSession(1003755748)--Connection(1202653598)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.462--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.462--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PLANT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.462--ServerSession(1003755748)--Connection(333085360)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.462--ServerSession(1003755748)--Connection(333085360)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.463--ServerSession(1003755748)--Connection(747004588)--Thread(Thread[main,5,main])--DROP TABLE TMP_PLANT
    [junit] [EL Fine]: 2024-04-17 17:53:56.463--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.464--ServerSession(1003755748)--Connection(333085360)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.464--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.464--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_BICYCLE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.464--ServerSession(1003755748)--Connection(925152318)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.464--ServerSession(1003755748)--Connection(925152318)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.464--ServerSession(1003755748)--Connection(2011912080)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_BICYCLE
    [junit] [EL Fine]: 2024-04-17 17:53:56.465--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.465--ServerSession(1003755748)--Connection(925152318)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.465--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.465--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE_EMP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.465--ServerSession(1003755748)--Connection(832322085)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.465--ServerSession(1003755748)--Connection(832322085)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.465--ServerSession(1003755748)--Connection(596376940)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE_EMP
    [junit] [EL Fine]: 2024-04-17 17:53:56.466--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.466--ServerSession(1003755748)--Connection(832322085)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.466--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.466--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_CREDIT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.466--ServerSession(1003755748)--Connection(1485179287)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.466--ServerSession(1003755748)--Connection(1485179287)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.466--ServerSession(1003755748)--Connection(136011184)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_CREDIT
    [junit] [EL Fine]: 2024-04-17 17:53:56.467--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.467--ServerSession(1003755748)--Connection(1485179287)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.467--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.467--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_HOBBY")
    [junit] [EL Finest]: 2024-04-17 17:53:56.467--ServerSession(1003755748)--Connection(1899609393)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.468--ServerSession(1003755748)--Connection(1899609393)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.468--ServerSession(1003755748)--Connection(429639728)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_HOBBY
    [junit] [EL Fine]: 2024-04-17 17:53:56.468--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.469--ServerSession(1003755748)--Connection(1899609393)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.469--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.469--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PATENT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.469--ServerSession(1003755748)--Connection(41633258)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.469--ServerSession(1003755748)--Connection(41633258)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.469--ServerSession(1003755748)--Connection(1041735841)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PATENT
    [junit] [EL Fine]: 2024-04-17 17:53:56.469--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.47--ServerSession(1003755748)--Connection(41633258)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.47--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.47--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PROJECT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.47--ServerSession(1003755748)--Connection(1300399812)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.47--ServerSession(1003755748)--Connection(1300399812)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.47--ServerSession(1003755748)--Connection(353296011)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PROJECT
    [junit] [EL Fine]: 2024-04-17 17:53:56.471--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.471--ServerSession(1003755748)--Connection(1300399812)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.471--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.471--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_REVIEW")
    [junit] [EL Finest]: 2024-04-17 17:53:56.471--ServerSession(1003755748)--Connection(1041611526)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.471--ServerSession(1003755748)--Connection(1041611526)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.472--ServerSession(1003755748)--Connection(1735962278)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_REVIEW
    [junit] [EL Fine]: 2024-04-17 17:53:56.472--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.472--ServerSession(1003755748)--Connection(1041611526)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.473--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.473--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE_CUBICLE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.473--ServerSession(1003755748)--Connection(1763872389)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.473--ServerSession(1003755748)--Connection(1763872389)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.473--ServerSession(1003755748)--Connection(2054997292)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE_CUBICLE
    [junit] [EL Fine]: 2024-04-17 17:53:56.473--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.474--ServerSession(1003755748)--Connection(1763872389)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.474--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.474--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE_PROFILE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.474--ServerSession(1003755748)--Connection(1380593659)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.474--ServerSession(1003755748)--Connection(1380593659)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.474--ServerSession(1003755748)--Connection(794940817)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE_PROFILE
    [junit] [EL Fine]: 2024-04-17 17:53:56.475--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.475--ServerSession(1003755748)--Connection(1380593659)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.475--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.475--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE_CUBICLE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.475--ServerSession(1003755748)--Connection(1903406683)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.475--ServerSession(1003755748)--Connection(1903406683)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.475--ServerSession(1003755748)--Connection(1917149817)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE_CUBICLE
    [junit] [EL Fine]: 2024-04-17 17:53:56.476--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.476--ServerSession(1003755748)--Connection(1903406683)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.476--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.476--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_COP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.477--ServerSession(1003755748)--Connection(569661948)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.477--ServerSession(1003755748)--Connection(569661948)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.477--ServerSession(1003755748)--Connection(1293495023)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_COP
    [junit] [EL Fine]: 2024-04-17 17:53:56.477--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.478--ServerSession(1003755748)--Connection(569661948)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.478--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.478--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_CRIMINAL")
    [junit] [EL Finest]: 2024-04-17 17:53:56.478--ServerSession(1003755748)--Connection(138708980)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.478--ServerSession(1003755748)--Connection(138708980)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.478--ServerSession(1003755748)--Connection(201069753)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_CRIMINAL
    [junit] [EL Fine]: 2024-04-17 17:53:56.479--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.479--ServerSession(1003755748)--Connection(138708980)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.479--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.479--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_CRIMINAL")
    [junit] [EL Finest]: 2024-04-17 17:53:56.479--ServerSession(1003755748)--Connection(771642661)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.479--ServerSession(1003755748)--Connection(771642661)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.479--ServerSession(1003755748)--Connection(19467337)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_CRIMINAL
    [junit] [EL Fine]: 2024-04-17 17:53:56.48--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.48--ServerSession(1003755748)--Connection(771642661)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.48--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.48--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_INFORMER")
    [junit] [EL Finest]: 2024-04-17 17:53:56.48--ServerSession(1003755748)--Connection(1440332016)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.48--ServerSession(1003755748)--Connection(1440332016)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.481--ServerSession(1003755748)--Connection(173115411)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_INFORMER
    [junit] [EL Fine]: 2024-04-17 17:53:56.481--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.481--ServerSession(1003755748)--Connection(1440332016)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.481--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.481--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER_TMP_COP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.482--ServerSession(1003755748)--Connection(1966480630)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.482--ServerSession(1003755748)--Connection(1966480630)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.482--ServerSession(1003755748)--Connection(1831875736)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER_TMP_COP
    [junit] [EL Fine]: 2024-04-17 17:53:56.482--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.483--ServerSession(1003755748)--Connection(1966480630)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.483--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.483--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL")
    [junit] [EL Finest]: 2024-04-17 17:53:56.483--ServerSession(1003755748)--Connection(874111547)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.483--ServerSession(1003755748)--Connection(874111547)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.483--ServerSession(1003755748)--Connection(1896712674)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL
    [junit] [EL Fine]: 2024-04-17 17:53:56.483--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.484--ServerSession(1003755748)--Connection(874111547)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.484--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.484--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE_CREATURE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.484--ServerSession(1003755748)--Connection(1338065644)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.484--ServerSession(1003755748)--Connection(1338065644)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.484--ServerSession(1003755748)--Connection(884111637)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE_CREATURE
    [junit] [EL Fine]: 2024-04-17 17:53:56.485--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.485--ServerSession(1003755748)--Connection(1338065644)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.485--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.485--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COMPONENT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.485--ServerSession(1003755748)--Connection(462911221)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.485--ServerSession(1003755748)--Connection(462911221)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.485--ServerSession(1003755748)--Connection(1577353545)--Thread(Thread[main,5,main])--DROP TABLE TMP_COMPONENT
    [junit] [EL Fine]: 2024-04-17 17:53:56.486--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.486--ServerSession(1003755748)--Connection(462911221)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.486--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.486--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_METRIC")
    [junit] [EL Finest]: 2024-04-17 17:53:56.486--ServerSession(1003755748)--Connection(1029148906)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.486--ServerSession(1003755748)--Connection(1029148906)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.486--ServerSession(1003755748)--Connection(500660587)--Thread(Thread[main,5,main])--DROP TABLE TMP_METRIC
    [junit] [EL Fine]: 2024-04-17 17:53:56.487--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.487--ServerSession(1003755748)--Connection(1029148906)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.487--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.487--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ABSTR_EMP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.487--ServerSession(1003755748)--Connection(1463823265)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.487--ServerSession(1003755748)--Connection(1463823265)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.488--ServerSession(1003755748)--Connection(1452355939)--Thread(Thread[main,5,main])--DROP TABLE TMP_ABSTR_EMP
    [junit] [EL Fine]: 2024-04-17 17:53:56.488--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.488--ServerSession(1003755748)--Connection(1463823265)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.488--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.489--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CONTRACT_EMP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.489--ServerSession(1003755748)--Connection(169370778)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.489--ServerSession(1003755748)--Connection(169370778)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.489--ServerSession(1003755748)--Connection(1548962651)--Thread(Thread[main,5,main])--DROP TABLE TMP_CONTRACT_EMP
    [junit] [EL Fine]: 2024-04-17 17:53:56.489--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.49--ServerSession(1003755748)--Connection(169370778)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.49--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.49--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ACCOUNT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.49--ServerSession(1003755748)--Connection(723689932)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.49--ServerSession(1003755748)--Connection(723689932)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.49--ServerSession(1003755748)--Connection(1649884294)--Thread(Thread[main,5,main])--DROP TABLE TMP_ACCOUNT
    [junit] [EL Fine]: 2024-04-17 17:53:56.491--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.491--ServerSession(1003755748)--Connection(723689932)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.491--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.491--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.491--ServerSession(1003755748)--Connection(337813415)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.491--ServerSession(1003755748)--Connection(337813415)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.491--ServerSession(1003755748)--Connection(716206126)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE
    [junit] [EL Fine]: 2024-04-17 17:53:56.492--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.492--ServerSession(1003755748)--Connection(337813415)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.492--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.492--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BROKER_ACC")
    [junit] [EL Finest]: 2024-04-17 17:53:56.492--ServerSession(1003755748)--Connection(284268103)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.492--ServerSession(1003755748)--Connection(284268103)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.492--ServerSession(1003755748)--Connection(271514713)--Thread(Thread[main,5,main])--DROP TABLE TMP_BROKER_ACC
    [junit] [EL Fine]: 2024-04-17 17:53:56.493--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.493--ServerSession(1003755748)--Connection(284268103)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.493--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.493--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CHECK_ACC")
    [junit] [EL Finest]: 2024-04-17 17:53:56.493--ServerSession(1003755748)--Connection(244190700)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.493--ServerSession(1003755748)--Connection(244190700)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.494--ServerSession(1003755748)--Connection(315748820)--Thread(Thread[main,5,main])--DROP TABLE TMP_CHECK_ACC
    [junit] [EL Fine]: 2024-04-17 17:53:56.494--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.494--ServerSession(1003755748)--Connection(244190700)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.494--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.494--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COSTCENTER")
    [junit] [EL Finest]: 2024-04-17 17:53:56.495--ServerSession(1003755748)--Connection(2050529121)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.495--ServerSession(1003755748)--Connection(2050529121)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.495--ServerSession(1003755748)--Connection(69670055)--Thread(Thread[main,5,main])--DROP TABLE TMP_COSTCENTER
    [junit] [EL Fine]: 2024-04-17 17:53:56.495--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.496--ServerSession(1003755748)--Connection(2050529121)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.496--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.496--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.496--ServerSession(1003755748)--Connection(1021656938)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.496--ServerSession(1003755748)--Connection(1021656938)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.496--ServerSession(1003755748)--Connection(47719432)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE
    [junit] [EL Fine]: 2024-04-17 17:53:56.496--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.497--ServerSession(1003755748)--Connection(1021656938)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.497--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.497--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREDIT_ACC")
    [junit] [EL Finest]: 2024-04-17 17:53:56.497--ServerSession(1003755748)--Connection(258447256)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.497--ServerSession(1003755748)--Connection(258447256)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.497--ServerSession(1003755748)--Connection(443348849)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREDIT_ACC
    [junit] [EL Fine]: 2024-04-17 17:53:56.498--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.498--ServerSession(1003755748)--Connection(258447256)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.498--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.498--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CUBICLE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.498--ServerSession(1003755748)--Connection(1408043496)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.498--ServerSession(1003755748)--Connection(1408043496)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.498--ServerSession(1003755748)--Connection(1619369818)--Thread(Thread[main,5,main])--DROP TABLE TMP_CUBICLE
    [junit] [EL Fine]: 2024-04-17 17:53:56.499--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.499--ServerSession(1003755748)--Connection(1408043496)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.499--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.499--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_DEP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.499--ServerSession(1003755748)--Connection(2144912729)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.499--ServerSession(1003755748)--Connection(2144912729)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.499--ServerSession(1003755748)--Connection(1153511683)--Thread(Thread[main,5,main])--DROP TABLE TMP_DEP
    [junit] [EL Fine]: 2024-04-17 17:53:56.5--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.5--ServerSession(1003755748)--Connection(2144912729)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.5--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.5--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.5--ServerSession(1003755748)--Connection(1818453711)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.5--ServerSession(1003755748)--Connection(1818453711)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.501--ServerSession(1003755748)--Connection(1437107223)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP
    [junit] [EL Fine]: 2024-04-17 17:53:56.501--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.501--ServerSession(1003755748)--Connection(1818453711)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.502--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.502--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_HOBBY")
    [junit] [EL Finest]: 2024-04-17 17:53:56.502--ServerSession(1003755748)--Connection(9054826)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.502--ServerSession(1003755748)--Connection(9054826)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.502--ServerSession(1003755748)--Connection(1999135146)--Thread(Thread[main,5,main])--DROP TABLE TMP_HOBBY
    [junit] [EL Fine]: 2024-04-17 17:53:56.502--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.503--ServerSession(1003755748)--Connection(9054826)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.503--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.503--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MATERIAL")
    [junit] [EL Finest]: 2024-04-17 17:53:56.503--ServerSession(1003755748)--Connection(429269396)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.503--ServerSession(1003755748)--Connection(429269396)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.503--ServerSession(1003755748)--Connection(1209962934)--Thread(Thread[main,5,main])--DROP TABLE TMP_MATERIAL
    [junit] [EL Fine]: 2024-04-17 17:53:56.504--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.504--ServerSession(1003755748)--Connection(429269396)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.504--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.504--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.504--ServerSession(1003755748)--Connection(336400944)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.504--ServerSession(1003755748)--Connection(336400944)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.504--ServerSession(1003755748)--Connection(1019157412)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE
    [junit] [EL Fine]: 2024-04-17 17:53:56.505--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.505--ServerSession(1003755748)--Connection(336400944)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.505--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.505--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PATENT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.505--ServerSession(1003755748)--Connection(8268900)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.505--ServerSession(1003755748)--Connection(8268900)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.505--ServerSession(1003755748)--Connection(2082353865)--Thread(Thread[main,5,main])--DROP TABLE TMP_PATENT
    [junit] [EL Fine]: 2024-04-17 17:53:56.506--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.506--ServerSession(1003755748)--Connection(8268900)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.506--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.506--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW")
    [junit] [EL Finest]: 2024-04-17 17:53:56.506--ServerSession(1003755748)--Connection(1037572328)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.506--ServerSession(1003755748)--Connection(1037572328)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.507--ServerSession(1003755748)--Connection(1286868539)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW
    [junit] [EL Fine]: 2024-04-17 17:53:56.507--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.507--ServerSession(1003755748)--Connection(1037572328)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.507--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.507--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW_DETAILS")
    [junit] [EL Finest]: 2024-04-17 17:53:56.508--ServerSession(1003755748)--Connection(978599729)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.508--ServerSession(1003755748)--Connection(978599729)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.508--ServerSession(1003755748)--Connection(1203142603)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW_DETAILS
    [junit] [EL Fine]: 2024-04-17 17:53:56.508--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.509--ServerSession(1003755748)--Connection(978599729)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.509--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.509--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.509--ServerSession(1003755748)--Connection(1707634104)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.509--ServerSession(1003755748)--Connection(1707634104)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.509--ServerSession(1003755748)--Connection(2130606983)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT
    [junit] [EL Fine]: 2024-04-17 17:53:56.509--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.51--ServerSession(1003755748)--Connection(1707634104)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.51--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.51--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT_DETAILS")
    [junit] [EL Finest]: 2024-04-17 17:53:56.51--ServerSession(1003755748)--Connection(1512822728)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.51--ServerSession(1003755748)--Connection(1512822728)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.51--ServerSession(1003755748)--Connection(2091439256)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT_DETAILS
    [junit] [EL Fine]: 2024-04-17 17:53:56.51--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.511--ServerSession(1003755748)--Connection(1512822728)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.511--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.511--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_SAVE_ACC")
    [junit] [EL Finest]: 2024-04-17 17:53:56.511--ServerSession(1003755748)--Connection(1803714790)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.511--ServerSession(1003755748)--Connection(1803714790)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.511--ServerSession(1003755748)--Connection(1863557065)--Thread(Thread[main,5,main])--DROP TABLE TMP_SAVE_ACC
    [junit] [EL Fine]: 2024-04-17 17:53:56.512--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.512--ServerSession(1003755748)--Connection(1803714790)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.512--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.512--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TASK")
    [junit] [EL Finest]: 2024-04-17 17:53:56.512--ServerSession(1003755748)--Connection(423109432)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.512--ServerSession(1003755748)--Connection(423109432)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.512--ServerSession(1003755748)--Connection(1715602761)--Thread(Thread[main,5,main])--DROP TABLE TMP_TASK
    [junit] [EL Fine]: 2024-04-17 17:53:56.513--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.513--ServerSession(1003755748)--Connection(423109432)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.513--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.513--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TRAILER")
    [junit] [EL Finest]: 2024-04-17 17:53:56.513--ServerSession(1003755748)--Connection(1825923873)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.513--ServerSession(1003755748)--Connection(1825923873)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.513--ServerSession(1003755748)--Connection(883735648)--Thread(Thread[main,5,main])--DROP TABLE TMP_TRAILER
    [junit] [EL Fine]: 2024-04-17 17:53:56.514--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.514--ServerSession(1003755748)--Connection(1825923873)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.514--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.514--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROFILE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.514--ServerSession(1003755748)--Connection(906370291)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.514--ServerSession(1003755748)--Connection(906370291)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.514--ServerSession(1003755748)--Connection(1905114489)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROFILE
    [junit] [EL Fine]: 2024-04-17 17:53:56.515--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.515--ServerSession(1003755748)--Connection(906370291)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.515--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.515--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.515--ServerSession(1003755748)--Connection(1988664928)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.515--ServerSession(1003755748)--Connection(1988664928)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.515--ServerSession(1003755748)--Connection(1886381510)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE
    [junit] [EL Fine]: 2024-04-17 17:53:56.516--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.516--ServerSession(1003755748)--Connection(1988664928)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.516--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.516--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_READONLY")
    [junit] [EL Finest]: 2024-04-17 17:53:56.516--ServerSession(1003755748)--Connection(1446511153)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.516--ServerSession(1003755748)--Connection(1446511153)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.517--ServerSession(1003755748)--Connection(1693580552)--Thread(Thread[main,5,main])--DROP TABLE TMP_READONLY
    [junit] [EL Fine]: 2024-04-17 17:53:56.517--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.517--ServerSession(1003755748)--Connection(1446511153)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.517--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.517--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_FA")
    [junit] [EL Finest]: 2024-04-17 17:53:56.518--ServerSession(1003755748)--Connection(674233333)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.518--ServerSession(1003755748)--Connection(674233333)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.518--ServerSession(1003755748)--Connection(1041255755)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_FA
    [junit] [EL Fine]: 2024-04-17 17:53:56.518--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.519--ServerSession(1003755748)--Connection(674233333)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.519--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.519--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_PA")
    [junit] [EL Finest]: 2024-04-17 17:53:56.519--ServerSession(1003755748)--Connection(1172417096)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.519--ServerSession(1003755748)--Connection(1172417096)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.519--ServerSession(1003755748)--Connection(314966354)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_PA
    [junit] [EL Fine]: 2024-04-17 17:53:56.519--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.52--ServerSession(1003755748)--Connection(1172417096)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.52--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.52--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM")
    [junit] [EL Finest]: 2024-04-17 17:53:56.52--ServerSession(1003755748)--Connection(1825662118)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.52--ServerSession(1003755748)--Connection(1825662118)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.52--ServerSession(1003755748)--Connection(606740638)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM
    [junit] [EL Fine]: 2024-04-17 17:53:56.521--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.521--ServerSession(1003755748)--Connection(1825662118)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.521--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.521--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM_ATT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.521--ServerSession(1003755748)--Connection(730584984)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.521--ServerSession(1003755748)--Connection(730584984)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.521--ServerSession(1003755748)--Connection(1276666395)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM_ATT
    [junit] [EL Fine]: 2024-04-17 17:53:56.522--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.522--ServerSession(1003755748)--Connection(730584984)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.522--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.522--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ISLAND")
    [junit] [EL Finest]: 2024-04-17 17:53:56.522--ServerSession(1003755748)--Connection(485237151)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.522--ServerSession(1003755748)--Connection(485237151)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.523--ServerSession(1003755748)--Connection(1764622989)--Thread(Thread[main,5,main])--DROP TABLE TMP_ISLAND
    [junit] [EL Fine]: 2024-04-17 17:53:56.523--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.524--ServerSession(1003755748)--Connection(485237151)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.524--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.524--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY")
    [junit] [EL Finest]: 2024-04-17 17:53:56.524--ServerSession(1003755748)--Connection(1138845999)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.524--ServerSession(1003755748)--Connection(1138845999)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.524--ServerSession(1003755748)--Connection(1048332309)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY
    [junit] [EL Fine]: 2024-04-17 17:53:56.524--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.525--ServerSession(1003755748)--Connection(1138845999)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.525--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.567--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.568--ServerSession(1003755748)--Connection(204844842)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.568--ServerSession(1003755748)--Connection(204844842)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.568--ServerSession(1003755748)--Connection(1146423186)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP
    [junit] [EL Fine]: 2024-04-17 17:53:56.569--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.569--ServerSession(1003755748)--Connection(204844842)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.569--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.569--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PERSON")
    [junit] [EL Finest]: 2024-04-17 17:53:56.569--ServerSession(1003755748)--Connection(1196200241)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.569--ServerSession(1003755748)--Connection(1196200241)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.569--ServerSession(1003755748)--Connection(1713453581)--Thread(Thread[main,5,main])--DROP TABLE TMP_PERSON
    [junit] [EL Fine]: 2024-04-17 17:53:56.57--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.57--ServerSession(1003755748)--Connection(1196200241)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.57--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.571--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER")
    [junit] [EL Finest]: 2024-04-17 17:53:56.571--ServerSession(1003755748)--Connection(1018742990)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.571--ServerSession(1003755748)--Connection(1018742990)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.571--ServerSession(1003755748)--Connection(534643569)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER
    [junit] [EL Fine]: 2024-04-17 17:53:56.571--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.572--ServerSession(1003755748)--Connection(1018742990)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.572--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.572--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL")
    [junit] [EL Finest]: 2024-04-17 17:53:56.572--ServerSession(1003755748)--Connection(1552836537)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.572--ServerSession(1003755748)--Connection(1552836537)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.572--ServerSession(1003755748)--Connection(638204510)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL
    [junit] [EL Fine]: 2024-04-17 17:53:56.572--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.573--ServerSession(1003755748)--Connection(1552836537)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.573--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.573--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.573--ServerSession(1003755748)--Connection(1007402143)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.573--ServerSession(1003755748)--Connection(1007402143)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.574--ServerSession(1003755748)--Connection(320321288)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE
    [junit] [EL Fine]: 2024-04-17 17:53:56.574--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.574--ServerSession(1003755748)--Connection(1007402143)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.574--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.574--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.574--ServerSession(1003755748)--Connection(777113684)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.574--ServerSession(1003755748)--Connection(777113684)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.575--ServerSession(1003755748)--Connection(1331654213)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE
    [junit] [EL Fine]: 2024-04-17 17:53:56.575--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.575--ServerSession(1003755748)--Connection(777113684)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.576--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.576--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE_DETAILS")
    [junit] [EL Finest]: 2024-04-17 17:53:56.576--ServerSession(1003755748)--Connection(1081635795)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.576--ServerSession(1003755748)--Connection(1081635795)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.576--ServerSession(1003755748)--Connection(1619773688)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE_DETAILS
    [junit] [EL Fine]: 2024-04-17 17:53:56.576--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.577--ServerSession(1003755748)--Connection(1081635795)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.577--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.577--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MYTHICALCREATURE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.577--ServerSession(1003755748)--Connection(1151772302)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.577--ServerSession(1003755748)--Connection(1151772302)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.577--ServerSession(1003755748)--Connection(1195615010)--Thread(Thread[main,5,main])--DROP TABLE TMP_MYTHICALCREATURE
    [junit] [EL Fine]: 2024-04-17 17:53:56.577--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.578--ServerSession(1003755748)--Connection(1151772302)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.578--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.578--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_WEAPON")
    [junit] [EL Finest]: 2024-04-17 17:53:56.578--ServerSession(1003755748)--Connection(941453849)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.578--ServerSession(1003755748)--Connection(941453849)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.578--ServerSession(1003755748)--Connection(1241395522)--Thread(Thread[main,5,main])--DROP TABLE TMP_WEAPON
    [junit] [EL Fine]: 2024-04-17 17:53:56.579--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.579--ServerSession(1003755748)--Connection(941453849)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.579--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.579--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.579--ServerSession(1003755748)--Connection(1640244246)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.579--ServerSession(1003755748)--Connection(1640244246)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.579--ServerSession(1003755748)--Connection(848961421)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE
    [junit] [EL Fine]: 2024-04-17 17:53:56.58--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.58--ServerSession(1003755748)--Connection(1640244246)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.58--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.58--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE_DESC")
    [junit] [EL Finest]: 2024-04-17 17:53:56.58--ServerSession(1003755748)--Connection(1875025322)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.58--ServerSession(1003755748)--Connection(1875025322)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.58--ServerSession(1003755748)--Connection(795275472)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE_DESC
    [junit] [EL Fine]: 2024-04-17 17:53:56.581--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.581--ServerSession(1003755748)--Connection(1875025322)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.581--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.581--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NODE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.581--ServerSession(1003755748)--Connection(1969875555)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.581--ServerSession(1003755748)--Connection(1969875555)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.581--ServerSession(1003755748)--Connection(247269033)--Thread(Thread[main,5,main])--DROP TABLE TMP_NODE
    [junit] [EL Fine]: 2024-04-17 17:53:56.582--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.582--ServerSession(1003755748)--Connection(1969875555)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.582--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.582--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NASTY")
    [junit] [EL Finest]: 2024-04-17 17:53:56.582--ServerSession(1003755748)--Connection(1289454852)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.582--ServerSession(1003755748)--Connection(1289454852)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.582--ServerSession(1003755748)--Connection(1994085390)--Thread(Thread[main,5,main])--DROP TABLE TMP_NASTY
    [junit] [EL Fine]: 2024-04-17 17:53:56.583--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.583--ServerSession(1003755748)--Connection(1289454852)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.583--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.583--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TIMESTAMP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.583--ServerSession(1003755748)--Connection(720638621)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.583--ServerSession(1003755748)--Connection(720638621)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.584--ServerSession(1003755748)--Connection(974606690)--Thread(Thread[main,5,main])--DROP TABLE TMP_TIMESTAMP
    [junit] [EL Fine]: 2024-04-17 17:53:56.584--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.584--ServerSession(1003755748)--Connection(720638621)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.584--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.584--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_FA")
    [junit] [EL Finest]: 2024-04-17 17:53:56.584--ServerSession(1003755748)--Connection(707281900)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.584--ServerSession(1003755748)--Connection(707281900)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.585--ServerSession(1003755748)--Connection(541248718)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_FA
    [junit] [EL Fine]: 2024-04-17 17:53:56.585--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.585--ServerSession(1003755748)--Connection(707281900)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.586--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.586--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_PA")
    [junit] [EL Finest]: 2024-04-17 17:53:56.586--ServerSession(1003755748)--Connection(918606013)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.586--ServerSession(1003755748)--Connection(918606013)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.586--ServerSession(1003755748)--Connection(1579139754)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_PA
    [junit] [EL Fine]: 2024-04-17 17:53:56.586--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.587--ServerSession(1003755748)--Connection(918606013)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.587--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.587--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TEMPORAL_FA")
    [junit] [EL Finest]: 2024-04-17 17:53:56.587--ServerSession(1003755748)--Connection(942444738)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.587--ServerSession(1003755748)--Connection(942444738)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.587--ServerSession(1003755748)--Connection(140110402)--Thread(Thread[main,5,main])--DROP TABLE TMP_TEMPORAL_FA
    [junit] [EL Fine]: 2024-04-17 17:53:56.587--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.588--ServerSession(1003755748)--Connection(942444738)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.588--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.588--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ANIMAL")
    [junit] [EL Finest]: 2024-04-17 17:53:56.588--ServerSession(1003755748)--Connection(720661245)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.588--ServerSession(1003755748)--Connection(720661245)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.588--ServerSession(1003755748)--Connection(1979860449)--Thread(Thread[main,5,main])--DROP TABLE TMP_ANIMAL
    [junit] [EL Fine]: 2024-04-17 17:53:56.588--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.589--ServerSession(1003755748)--Connection(720661245)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.589--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.589--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ELEMENT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.589--ServerSession(1003755748)--Connection(43368234)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.589--ServerSession(1003755748)--Connection(43368234)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.589--ServerSession(1003755748)--Connection(197107207)--Thread(Thread[main,5,main])--DROP TABLE TMP_ELEMENT
    [junit] [EL Fine]: 2024-04-17 17:53:56.59--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.59--ServerSession(1003755748)--Connection(43368234)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.59--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.59--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PLANT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.59--ServerSession(1003755748)--Connection(724081353)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.59--ServerSession(1003755748)--Connection(724081353)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.59--ServerSession(1003755748)--Connection(82517097)--Thread(Thread[main,5,main])--DROP TABLE TMP_PLANT
    [junit] [EL Fine]: 2024-04-17 17:53:56.591--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.591--ServerSession(1003755748)--Connection(724081353)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.591--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.591--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_BICYCLE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.591--ServerSession(1003755748)--Connection(721648892)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.591--ServerSession(1003755748)--Connection(721648892)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.591--ServerSession(1003755748)--Connection(1150436743)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_BICYCLE
    [junit] [EL Fine]: 2024-04-17 17:53:56.592--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.592--ServerSession(1003755748)--Connection(721648892)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.592--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.592--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE_EMP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.592--ServerSession(1003755748)--Connection(1960031800)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.592--ServerSession(1003755748)--Connection(1960031800)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.593--ServerSession(1003755748)--Connection(1149747394)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE_EMP
    [junit] [EL Fine]: 2024-04-17 17:53:56.593--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.593--ServerSession(1003755748)--Connection(1960031800)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.593--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.593--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_CREDIT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.594--ServerSession(1003755748)--Connection(973604748)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.594--ServerSession(1003755748)--Connection(973604748)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.594--ServerSession(1003755748)--Connection(1401095299)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_CREDIT
    [junit] [EL Fine]: 2024-04-17 17:53:56.594--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.595--ServerSession(1003755748)--Connection(973604748)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.595--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.595--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_HOBBY")
    [junit] [EL Finest]: 2024-04-17 17:53:56.595--ServerSession(1003755748)--Connection(1134601005)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.595--ServerSession(1003755748)--Connection(1134601005)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.595--ServerSession(1003755748)--Connection(963573938)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_HOBBY
    [junit] [EL Fine]: 2024-04-17 17:53:56.595--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.596--ServerSession(1003755748)--Connection(1134601005)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.596--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.596--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PATENT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.596--ServerSession(1003755748)--Connection(435034854)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.596--ServerSession(1003755748)--Connection(435034854)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.596--ServerSession(1003755748)--Connection(1594981181)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PATENT
    [junit] [EL Fine]: 2024-04-17 17:53:56.596--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.597--ServerSession(1003755748)--Connection(435034854)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.597--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.597--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PROJECT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.597--ServerSession(1003755748)--Connection(1907808127)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.597--ServerSession(1003755748)--Connection(1907808127)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.597--ServerSession(1003755748)--Connection(409393797)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PROJECT
    [junit] [EL Fine]: 2024-04-17 17:53:56.598--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.598--ServerSession(1003755748)--Connection(1907808127)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.598--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.598--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_REVIEW")
    [junit] [EL Finest]: 2024-04-17 17:53:56.598--ServerSession(1003755748)--Connection(2015521846)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.598--ServerSession(1003755748)--Connection(2015521846)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.598--ServerSession(1003755748)--Connection(1063801186)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_REVIEW
    [junit] [EL Fine]: 2024-04-17 17:53:56.599--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.599--ServerSession(1003755748)--Connection(2015521846)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.599--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.599--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE_CUBICLE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.599--ServerSession(1003755748)--Connection(159860059)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.599--ServerSession(1003755748)--Connection(159860059)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.599--ServerSession(1003755748)--Connection(1647303553)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE_CUBICLE
    [junit] [EL Fine]: 2024-04-17 17:53:56.6--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.6--ServerSession(1003755748)--Connection(159860059)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.6--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.6--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE_PROFILE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.6--ServerSession(1003755748)--Connection(784556863)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.6--ServerSession(1003755748)--Connection(784556863)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.6--ServerSession(1003755748)--Connection(492656161)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE_PROFILE
    [junit] [EL Fine]: 2024-04-17 17:53:56.601--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.601--ServerSession(1003755748)--Connection(784556863)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.601--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.601--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE_CUBICLE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.601--ServerSession(1003755748)--Connection(364389956)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.601--ServerSession(1003755748)--Connection(364389956)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.602--ServerSession(1003755748)--Connection(542598487)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE_CUBICLE
    [junit] [EL Fine]: 2024-04-17 17:53:56.602--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.602--ServerSession(1003755748)--Connection(364389956)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.602--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.602--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_COP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.602--ServerSession(1003755748)--Connection(1170399398)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.603--ServerSession(1003755748)--Connection(1170399398)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.603--ServerSession(1003755748)--Connection(295466076)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_COP
    [junit] [EL Fine]: 2024-04-17 17:53:56.603--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.603--ServerSession(1003755748)--Connection(1170399398)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.603--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.604--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_CRIMINAL")
    [junit] [EL Finest]: 2024-04-17 17:53:56.604--ServerSession(1003755748)--Connection(991875403)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.604--ServerSession(1003755748)--Connection(991875403)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.604--ServerSession(1003755748)--Connection(1762378078)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_CRIMINAL
    [junit] [EL Fine]: 2024-04-17 17:53:56.604--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.605--ServerSession(1003755748)--Connection(991875403)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.605--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.605--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_CRIMINAL")
    [junit] [EL Finest]: 2024-04-17 17:53:56.605--ServerSession(1003755748)--Connection(1196836564)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.605--ServerSession(1003755748)--Connection(1196836564)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.605--ServerSession(1003755748)--Connection(168776700)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_CRIMINAL
    [junit] [EL Fine]: 2024-04-17 17:53:56.605--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.606--ServerSession(1003755748)--Connection(1196836564)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.606--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.606--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_INFORMER")
    [junit] [EL Finest]: 2024-04-17 17:53:56.606--ServerSession(1003755748)--Connection(501991708)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.606--ServerSession(1003755748)--Connection(501991708)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.606--ServerSession(1003755748)--Connection(1753107603)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_INFORMER
    [junit] [EL Fine]: 2024-04-17 17:53:56.606--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.607--ServerSession(1003755748)--Connection(501991708)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.607--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.607--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER_TMP_COP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.607--ServerSession(1003755748)--Connection(1858583776)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.607--ServerSession(1003755748)--Connection(1858583776)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.607--ServerSession(1003755748)--Connection(757541645)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER_TMP_COP
    [junit] [EL Fine]: 2024-04-17 17:53:56.607--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.608--ServerSession(1003755748)--Connection(1858583776)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.608--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.608--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL")
    [junit] [EL Finest]: 2024-04-17 17:53:56.608--ServerSession(1003755748)--Connection(1547994163)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.608--ServerSession(1003755748)--Connection(1547994163)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.608--ServerSession(1003755748)--Connection(263656423)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL
    [junit] [EL Fine]: 2024-04-17 17:53:56.609--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.609--ServerSession(1003755748)--Connection(1547994163)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.609--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.609--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE_CREATURE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.609--ServerSession(1003755748)--Connection(326376794)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.609--ServerSession(1003755748)--Connection(326376794)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.609--ServerSession(1003755748)--Connection(1802073627)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE_CREATURE
    [junit] [EL Fine]: 2024-04-17 17:53:56.61--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.61--ServerSession(1003755748)--Connection(326376794)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.61--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.61--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COMPONENT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.61--ServerSession(1003755748)--Connection(639769517)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.61--ServerSession(1003755748)--Connection(639769517)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.61--ServerSession(1003755748)--Connection(361712894)--Thread(Thread[main,5,main])--DROP TABLE TMP_COMPONENT
    [junit] [EL Fine]: 2024-04-17 17:53:56.611--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.611--ServerSession(1003755748)--Connection(639769517)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.611--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.611--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_METRIC")
    [junit] [EL Finest]: 2024-04-17 17:53:56.611--ServerSession(1003755748)--Connection(1521132614)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.611--ServerSession(1003755748)--Connection(1521132614)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.611--ServerSession(1003755748)--Connection(1818440653)--Thread(Thread[main,5,main])--DROP TABLE TMP_METRIC
    [junit] [EL Fine]: 2024-04-17 17:53:56.612--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.612--ServerSession(1003755748)--Connection(1521132614)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.612--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.612--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ABSTR_EMP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.612--ServerSession(1003755748)--Connection(131709548)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.612--ServerSession(1003755748)--Connection(131709548)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.613--ServerSession(1003755748)--Connection(148813381)--Thread(Thread[main,5,main])--DROP TABLE TMP_ABSTR_EMP
    [junit] [EL Fine]: 2024-04-17 17:53:56.613--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.613--ServerSession(1003755748)--Connection(131709548)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.613--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.613--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CONTRACT_EMP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.613--ServerSession(1003755748)--Connection(1564629011)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.613--ServerSession(1003755748)--Connection(1564629011)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.614--ServerSession(1003755748)--Connection(386040589)--Thread(Thread[main,5,main])--DROP TABLE TMP_CONTRACT_EMP
    [junit] [EL Fine]: 2024-04-17 17:53:56.614--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.614--ServerSession(1003755748)--Connection(1564629011)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.614--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.614--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ACCOUNT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.615--ServerSession(1003755748)--Connection(663119869)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.615--ServerSession(1003755748)--Connection(663119869)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.615--ServerSession(1003755748)--Connection(1749758430)--Thread(Thread[main,5,main])--DROP TABLE TMP_ACCOUNT
    [junit] [EL Fine]: 2024-04-17 17:53:56.615--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.615--ServerSession(1003755748)--Connection(663119869)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.616--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.616--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.616--ServerSession(1003755748)--Connection(438897070)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.616--ServerSession(1003755748)--Connection(438897070)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.616--ServerSession(1003755748)--Connection(235154585)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE
    [junit] [EL Fine]: 2024-04-17 17:53:56.616--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.617--ServerSession(1003755748)--Connection(438897070)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.617--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.617--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BROKER_ACC")
    [junit] [EL Finest]: 2024-04-17 17:53:56.617--ServerSession(1003755748)--Connection(1119277260)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.617--ServerSession(1003755748)--Connection(1119277260)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.617--ServerSession(1003755748)--Connection(268490061)--Thread(Thread[main,5,main])--DROP TABLE TMP_BROKER_ACC
    [junit] [EL Fine]: 2024-04-17 17:53:56.617--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.618--ServerSession(1003755748)--Connection(1119277260)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.618--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.618--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CHECK_ACC")
    [junit] [EL Finest]: 2024-04-17 17:53:56.618--ServerSession(1003755748)--Connection(21723014)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.618--ServerSession(1003755748)--Connection(21723014)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.618--ServerSession(1003755748)--Connection(1963980755)--Thread(Thread[main,5,main])--DROP TABLE TMP_CHECK_ACC
    [junit] [EL Fine]: 2024-04-17 17:53:56.618--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.619--ServerSession(1003755748)--Connection(21723014)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.619--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.619--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COSTCENTER")
    [junit] [EL Finest]: 2024-04-17 17:53:56.619--ServerSession(1003755748)--Connection(639690519)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.619--ServerSession(1003755748)--Connection(639690519)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.619--ServerSession(1003755748)--Connection(2089636626)--Thread(Thread[main,5,main])--DROP TABLE TMP_COSTCENTER
    [junit] [EL Fine]: 2024-04-17 17:53:56.62--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.62--ServerSession(1003755748)--Connection(639690519)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.62--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.62--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.62--ServerSession(1003755748)--Connection(168670597)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.62--ServerSession(1003755748)--Connection(168670597)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.62--ServerSession(1003755748)--Connection(724886412)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE
    [junit] [EL Fine]: 2024-04-17 17:53:56.621--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.621--ServerSession(1003755748)--Connection(168670597)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.621--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.621--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREDIT_ACC")
    [junit] [EL Finest]: 2024-04-17 17:53:56.621--ServerSession(1003755748)--Connection(2144496344)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.621--ServerSession(1003755748)--Connection(2144496344)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.621--ServerSession(1003755748)--Connection(412375354)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREDIT_ACC
    [junit] [EL Fine]: 2024-04-17 17:53:56.622--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.622--ServerSession(1003755748)--Connection(2144496344)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.622--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.622--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CUBICLE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.622--ServerSession(1003755748)--Connection(276970866)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.622--ServerSession(1003755748)--Connection(276970866)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.622--ServerSession(1003755748)--Connection(2095710480)--Thread(Thread[main,5,main])--DROP TABLE TMP_CUBICLE
    [junit] [EL Fine]: 2024-04-17 17:53:56.623--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.623--ServerSession(1003755748)--Connection(276970866)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.623--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.623--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_DEP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.623--ServerSession(1003755748)--Connection(1428664849)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.623--ServerSession(1003755748)--Connection(1428664849)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.623--ServerSession(1003755748)--Connection(1422883946)--Thread(Thread[main,5,main])--DROP TABLE TMP_DEP
    [junit] [EL Fine]: 2024-04-17 17:53:56.624--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.624--ServerSession(1003755748)--Connection(1428664849)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.624--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.624--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.624--ServerSession(1003755748)--Connection(1349872758)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.624--ServerSession(1003755748)--Connection(1349872758)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.624--ServerSession(1003755748)--Connection(950729555)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP
    [junit] [EL Fine]: 2024-04-17 17:53:56.625--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.625--ServerSession(1003755748)--Connection(1349872758)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.625--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.625--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_HOBBY")
    [junit] [EL Finest]: 2024-04-17 17:53:56.625--ServerSession(1003755748)--Connection(1744032146)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.625--ServerSession(1003755748)--Connection(1744032146)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.625--ServerSession(1003755748)--Connection(480118726)--Thread(Thread[main,5,main])--DROP TABLE TMP_HOBBY
    [junit] [EL Fine]: 2024-04-17 17:53:56.626--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.626--ServerSession(1003755748)--Connection(1744032146)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.626--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.626--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MATERIAL")
    [junit] [EL Finest]: 2024-04-17 17:53:56.626--ServerSession(1003755748)--Connection(722513129)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.626--ServerSession(1003755748)--Connection(722513129)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.626--ServerSession(1003755748)--Connection(1377212248)--Thread(Thread[main,5,main])--DROP TABLE TMP_MATERIAL
    [junit] [EL Fine]: 2024-04-17 17:53:56.627--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.627--ServerSession(1003755748)--Connection(722513129)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.627--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.674--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.674--ServerSession(1003755748)--Connection(1167792250)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.674--ServerSession(1003755748)--Connection(1167792250)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.675--ServerSession(1003755748)--Connection(1799521220)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE
    [junit] [EL Fine]: 2024-04-17 17:53:56.675--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.676--ServerSession(1003755748)--Connection(1167792250)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.676--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.676--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PATENT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.676--ServerSession(1003755748)--Connection(1668004795)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.676--ServerSession(1003755748)--Connection(1668004795)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.676--ServerSession(1003755748)--Connection(2125346660)--Thread(Thread[main,5,main])--DROP TABLE TMP_PATENT
    [junit] [EL Fine]: 2024-04-17 17:53:56.676--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.677--ServerSession(1003755748)--Connection(1668004795)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.677--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.677--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW")
    [junit] [EL Finest]: 2024-04-17 17:53:56.677--ServerSession(1003755748)--Connection(1332121385)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.677--ServerSession(1003755748)--Connection(1332121385)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.677--ServerSession(1003755748)--Connection(1903051549)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW
    [junit] [EL Fine]: 2024-04-17 17:53:56.677--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.678--ServerSession(1003755748)--Connection(1332121385)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.678--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.678--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW_DETAILS")
    [junit] [EL Finest]: 2024-04-17 17:53:56.678--ServerSession(1003755748)--Connection(296223788)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.678--ServerSession(1003755748)--Connection(296223788)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.678--ServerSession(1003755748)--Connection(1783418615)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW_DETAILS
    [junit] [EL Fine]: 2024-04-17 17:53:56.679--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.679--ServerSession(1003755748)--Connection(296223788)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.679--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.679--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.679--ServerSession(1003755748)--Connection(904612411)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.679--ServerSession(1003755748)--Connection(904612411)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.679--ServerSession(1003755748)--Connection(1689498062)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT
    [junit] [EL Fine]: 2024-04-17 17:53:56.68--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.68--ServerSession(1003755748)--Connection(904612411)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.68--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.68--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT_DETAILS")
    [junit] [EL Finest]: 2024-04-17 17:53:56.68--ServerSession(1003755748)--Connection(1240230559)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.68--ServerSession(1003755748)--Connection(1240230559)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.68--ServerSession(1003755748)--Connection(649681675)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT_DETAILS
    [junit] [EL Fine]: 2024-04-17 17:53:56.681--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.681--ServerSession(1003755748)--Connection(1240230559)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.681--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.681--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_SAVE_ACC")
    [junit] [EL Finest]: 2024-04-17 17:53:56.681--ServerSession(1003755748)--Connection(271614685)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.681--ServerSession(1003755748)--Connection(271614685)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.681--ServerSession(1003755748)--Connection(975354582)--Thread(Thread[main,5,main])--DROP TABLE TMP_SAVE_ACC
    [junit] [EL Fine]: 2024-04-17 17:53:56.682--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.682--ServerSession(1003755748)--Connection(271614685)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.682--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.682--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TASK")
    [junit] [EL Finest]: 2024-04-17 17:53:56.682--ServerSession(1003755748)--Connection(1694408103)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.682--ServerSession(1003755748)--Connection(1694408103)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.682--ServerSession(1003755748)--Connection(1892470159)--Thread(Thread[main,5,main])--DROP TABLE TMP_TASK
    [junit] [EL Fine]: 2024-04-17 17:53:56.683--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.683--ServerSession(1003755748)--Connection(1694408103)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.683--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.683--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TRAILER")
    [junit] [EL Finest]: 2024-04-17 17:53:56.683--ServerSession(1003755748)--Connection(2011982397)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.683--ServerSession(1003755748)--Connection(2011982397)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.683--ServerSession(1003755748)--Connection(1743770306)--Thread(Thread[main,5,main])--DROP TABLE TMP_TRAILER
    [junit] [EL Fine]: 2024-04-17 17:53:56.684--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.684--ServerSession(1003755748)--Connection(2011982397)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.684--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.684--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROFILE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.684--ServerSession(1003755748)--Connection(398644489)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.684--ServerSession(1003755748)--Connection(398644489)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.684--ServerSession(1003755748)--Connection(57407566)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROFILE
    [junit] [EL Fine]: 2024-04-17 17:53:56.685--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.685--ServerSession(1003755748)--Connection(398644489)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.685--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.685--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.685--ServerSession(1003755748)--Connection(632627844)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.685--ServerSession(1003755748)--Connection(632627844)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.685--ServerSession(1003755748)--Connection(610189734)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE
    [junit] [EL Fine]: 2024-04-17 17:53:56.686--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.686--ServerSession(1003755748)--Connection(632627844)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.686--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.686--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_READONLY")
    [junit] [EL Finest]: 2024-04-17 17:53:56.686--ServerSession(1003755748)--Connection(947462790)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.686--ServerSession(1003755748)--Connection(947462790)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.686--ServerSession(1003755748)--Connection(886343183)--Thread(Thread[main,5,main])--DROP TABLE TMP_READONLY
    [junit] [EL Fine]: 2024-04-17 17:53:56.687--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.687--ServerSession(1003755748)--Connection(947462790)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.687--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.687--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_FA")
    [junit] [EL Finest]: 2024-04-17 17:53:56.687--ServerSession(1003755748)--Connection(1107201631)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.687--ServerSession(1003755748)--Connection(1107201631)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.687--ServerSession(1003755748)--Connection(811792884)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_FA
    [junit] [EL Fine]: 2024-04-17 17:53:56.688--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.688--ServerSession(1003755748)--Connection(1107201631)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.688--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.688--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_PA")
    [junit] [EL Finest]: 2024-04-17 17:53:56.688--ServerSession(1003755748)--Connection(1864007931)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.688--ServerSession(1003755748)--Connection(1864007931)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.688--ServerSession(1003755748)--Connection(1512273713)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_PA
    [junit] [EL Fine]: 2024-04-17 17:53:56.689--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.689--ServerSession(1003755748)--Connection(1864007931)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.689--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.689--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM")
    [junit] [EL Finest]: 2024-04-17 17:53:56.689--ServerSession(1003755748)--Connection(1778422985)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.689--ServerSession(1003755748)--Connection(1778422985)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.689--ServerSession(1003755748)--Connection(1369885738)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM
    [junit] [EL Fine]: 2024-04-17 17:53:56.69--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.69--ServerSession(1003755748)--Connection(1778422985)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.69--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.69--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM_ATT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.69--ServerSession(1003755748)--Connection(555943503)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.69--ServerSession(1003755748)--Connection(555943503)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.691--ServerSession(1003755748)--Connection(1332439166)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM_ATT
    [junit] [EL Fine]: 2024-04-17 17:53:56.691--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.691--ServerSession(1003755748)--Connection(555943503)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.691--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.691--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ISLAND")
    [junit] [EL Finest]: 2024-04-17 17:53:56.691--ServerSession(1003755748)--Connection(1431699407)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.691--ServerSession(1003755748)--Connection(1431699407)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.692--ServerSession(1003755748)--Connection(1828559444)--Thread(Thread[main,5,main])--DROP TABLE TMP_ISLAND
    [junit] [EL Fine]: 2024-04-17 17:53:56.692--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.692--ServerSession(1003755748)--Connection(1431699407)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.692--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.692--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY")
    [junit] [EL Finest]: 2024-04-17 17:53:56.692--ServerSession(1003755748)--Connection(162144258)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.692--ServerSession(1003755748)--Connection(162144258)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.693--ServerSession(1003755748)--Connection(1945836927)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY
    [junit] [EL Fine]: 2024-04-17 17:53:56.693--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.693--ServerSession(1003755748)--Connection(162144258)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.693--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.693--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.693--ServerSession(1003755748)--Connection(39661414)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.693--ServerSession(1003755748)--Connection(39661414)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.694--ServerSession(1003755748)--Connection(1513071903)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP
    [junit] [EL Fine]: 2024-04-17 17:53:56.694--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.694--ServerSession(1003755748)--Connection(39661414)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.694--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.694--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PERSON")
    [junit] [EL Finest]: 2024-04-17 17:53:56.694--ServerSession(1003755748)--Connection(580965610)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.694--ServerSession(1003755748)--Connection(580965610)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.695--ServerSession(1003755748)--Connection(1240328647)--Thread(Thread[main,5,main])--DROP TABLE TMP_PERSON
    [junit] [EL Fine]: 2024-04-17 17:53:56.695--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.695--ServerSession(1003755748)--Connection(580965610)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.695--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.695--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER")
    [junit] [EL Finest]: 2024-04-17 17:53:56.695--ServerSession(1003755748)--Connection(1037346554)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.695--ServerSession(1003755748)--Connection(1037346554)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.696--ServerSession(1003755748)--Connection(435626542)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER
    [junit] [EL Fine]: 2024-04-17 17:53:56.696--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.696--ServerSession(1003755748)--Connection(1037346554)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.696--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.696--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL")
    [junit] [EL Finest]: 2024-04-17 17:53:56.696--ServerSession(1003755748)--Connection(1013528106)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.696--ServerSession(1003755748)--Connection(1013528106)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.697--ServerSession(1003755748)--Connection(605201451)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL
    [junit] [EL Fine]: 2024-04-17 17:53:56.697--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.697--ServerSession(1003755748)--Connection(1013528106)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.697--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.697--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.697--ServerSession(1003755748)--Connection(689147194)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.697--ServerSession(1003755748)--Connection(689147194)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.698--ServerSession(1003755748)--Connection(1555965524)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE
    [junit] [EL Fine]: 2024-04-17 17:53:56.698--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.698--ServerSession(1003755748)--Connection(689147194)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.698--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.698--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.698--ServerSession(1003755748)--Connection(1231696346)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.698--ServerSession(1003755748)--Connection(1231696346)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.699--ServerSession(1003755748)--Connection(2082807696)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE
    [junit] [EL Fine]: 2024-04-17 17:53:56.699--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.699--ServerSession(1003755748)--Connection(1231696346)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.699--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.699--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE_DETAILS")
    [junit] [EL Finest]: 2024-04-17 17:53:56.699--ServerSession(1003755748)--Connection(1537371824)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.699--ServerSession(1003755748)--Connection(1537371824)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.7--ServerSession(1003755748)--Connection(1130258687)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE_DETAILS
    [junit] [EL Fine]: 2024-04-17 17:53:56.7--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.7--ServerSession(1003755748)--Connection(1537371824)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.7--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.7--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MYTHICALCREATURE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.7--ServerSession(1003755748)--Connection(1727026317)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.7--ServerSession(1003755748)--Connection(1727026317)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.701--ServerSession(1003755748)--Connection(779051277)--Thread(Thread[main,5,main])--DROP TABLE TMP_MYTHICALCREATURE
    [junit] [EL Fine]: 2024-04-17 17:53:56.701--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.701--ServerSession(1003755748)--Connection(1727026317)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.701--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.701--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_WEAPON")
    [junit] [EL Finest]: 2024-04-17 17:53:56.701--ServerSession(1003755748)--Connection(279963418)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.701--ServerSession(1003755748)--Connection(279963418)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.702--ServerSession(1003755748)--Connection(1948224958)--Thread(Thread[main,5,main])--DROP TABLE TMP_WEAPON
    [junit] [EL Fine]: 2024-04-17 17:53:56.702--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.702--ServerSession(1003755748)--Connection(279963418)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.702--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.702--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.702--ServerSession(1003755748)--Connection(170778406)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.702--ServerSession(1003755748)--Connection(170778406)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.703--ServerSession(1003755748)--Connection(1708490318)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE
    [junit] [EL Fine]: 2024-04-17 17:53:56.703--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.703--ServerSession(1003755748)--Connection(170778406)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.703--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.703--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE_DESC")
    [junit] [EL Finest]: 2024-04-17 17:53:56.703--ServerSession(1003755748)--Connection(598049166)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.704--ServerSession(1003755748)--Connection(598049166)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.704--ServerSession(1003755748)--Connection(1192603187)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE_DESC
    [junit] [EL Fine]: 2024-04-17 17:53:56.704--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.704--ServerSession(1003755748)--Connection(598049166)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.704--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.705--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NODE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.705--ServerSession(1003755748)--Connection(531373404)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.705--ServerSession(1003755748)--Connection(531373404)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.705--ServerSession(1003755748)--Connection(277497558)--Thread(Thread[main,5,main])--DROP TABLE TMP_NODE
    [junit] [EL Fine]: 2024-04-17 17:53:56.705--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.706--ServerSession(1003755748)--Connection(531373404)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.706--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.706--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NASTY")
    [junit] [EL Finest]: 2024-04-17 17:53:56.706--ServerSession(1003755748)--Connection(392760852)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.706--ServerSession(1003755748)--Connection(392760852)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.706--ServerSession(1003755748)--Connection(1750120280)--Thread(Thread[main,5,main])--DROP TABLE TMP_NASTY
    [junit] [EL Fine]: 2024-04-17 17:53:56.707--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.707--ServerSession(1003755748)--Connection(392760852)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.707--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.707--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TIMESTAMP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.707--ServerSession(1003755748)--Connection(1883652579)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.707--ServerSession(1003755748)--Connection(1883652579)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.707--ServerSession(1003755748)--Connection(788592721)--Thread(Thread[main,5,main])--DROP TABLE TMP_TIMESTAMP
    [junit] [EL Fine]: 2024-04-17 17:53:56.708--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.708--ServerSession(1003755748)--Connection(1883652579)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.708--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.708--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_FA")
    [junit] [EL Finest]: 2024-04-17 17:53:56.708--ServerSession(1003755748)--Connection(527939020)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.708--ServerSession(1003755748)--Connection(527939020)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.708--ServerSession(1003755748)--Connection(1568450200)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_FA
    [junit] [EL Fine]: 2024-04-17 17:53:56.709--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.709--ServerSession(1003755748)--Connection(527939020)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.709--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.709--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_PA")
    [junit] [EL Finest]: 2024-04-17 17:53:56.709--ServerSession(1003755748)--Connection(208437930)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.709--ServerSession(1003755748)--Connection(208437930)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.709--ServerSession(1003755748)--Connection(773300030)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_PA
    [junit] [EL Fine]: 2024-04-17 17:53:56.71--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.71--ServerSession(1003755748)--Connection(208437930)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.71--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.71--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TEMPORAL_FA")
    [junit] [EL Finest]: 2024-04-17 17:53:56.71--ServerSession(1003755748)--Connection(1397516135)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.71--ServerSession(1003755748)--Connection(1397516135)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.711--ServerSession(1003755748)--Connection(1004390006)--Thread(Thread[main,5,main])--DROP TABLE TMP_TEMPORAL_FA
    [junit] [EL Fine]: 2024-04-17 17:53:56.711--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.712--ServerSession(1003755748)--Connection(1397516135)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.712--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.712--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ANIMAL")
    [junit] [EL Finest]: 2024-04-17 17:53:56.712--ServerSession(1003755748)--Connection(38647502)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.712--ServerSession(1003755748)--Connection(38647502)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.712--ServerSession(1003755748)--Connection(839552703)--Thread(Thread[main,5,main])--DROP TABLE TMP_ANIMAL
    [junit] [EL Fine]: 2024-04-17 17:53:56.712--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.713--ServerSession(1003755748)--Connection(38647502)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.713--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.713--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ELEMENT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.713--ServerSession(1003755748)--Connection(1152487396)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.713--ServerSession(1003755748)--Connection(1152487396)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.713--ServerSession(1003755748)--Connection(732277370)--Thread(Thread[main,5,main])--DROP TABLE TMP_ELEMENT
    [junit] [EL Fine]: 2024-04-17 17:53:56.713--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.714--ServerSession(1003755748)--Connection(1152487396)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.714--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.714--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PLANT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.714--ServerSession(1003755748)--Connection(585496942)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.714--ServerSession(1003755748)--Connection(585496942)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.714--ServerSession(1003755748)--Connection(1784908921)--Thread(Thread[main,5,main])--DROP TABLE TMP_PLANT
    [junit] [EL Fine]: 2024-04-17 17:53:56.715--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.715--ServerSession(1003755748)--Connection(585496942)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.715--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.715--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_BICYCLE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.715--ServerSession(1003755748)--Connection(1152488702)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.715--ServerSession(1003755748)--Connection(1152488702)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.715--ServerSession(1003755748)--Connection(1225927567)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_BICYCLE
    [junit] [EL Fine]: 2024-04-17 17:53:56.716--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.716--ServerSession(1003755748)--Connection(1152488702)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.716--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.716--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE_EMP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.716--ServerSession(1003755748)--Connection(1273675500)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.716--ServerSession(1003755748)--Connection(1273675500)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.716--ServerSession(1003755748)--Connection(62182667)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE_EMP
    [junit] [EL Fine]: 2024-04-17 17:53:56.717--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.717--ServerSession(1003755748)--Connection(1273675500)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.717--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.717--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_CREDIT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.717--ServerSession(1003755748)--Connection(1198450099)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.717--ServerSession(1003755748)--Connection(1198450099)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.717--ServerSession(1003755748)--Connection(1508720236)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_CREDIT
    [junit] [EL Fine]: 2024-04-17 17:53:56.718--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.718--ServerSession(1003755748)--Connection(1198450099)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.718--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.718--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_HOBBY")
    [junit] [EL Finest]: 2024-04-17 17:53:56.718--ServerSession(1003755748)--Connection(830381116)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.718--ServerSession(1003755748)--Connection(830381116)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.718--ServerSession(1003755748)--Connection(26059997)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_HOBBY
    [junit] [EL Fine]: 2024-04-17 17:53:56.719--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.719--ServerSession(1003755748)--Connection(830381116)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.719--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.719--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PATENT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.719--ServerSession(1003755748)--Connection(1753746465)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.719--ServerSession(1003755748)--Connection(1753746465)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.719--ServerSession(1003755748)--Connection(768795248)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PATENT
    [junit] [EL Fine]: 2024-04-17 17:53:56.72--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.72--ServerSession(1003755748)--Connection(1753746465)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.72--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.72--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PROJECT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.72--ServerSession(1003755748)--Connection(1866340787)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.72--ServerSession(1003755748)--Connection(1866340787)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.72--ServerSession(1003755748)--Connection(1207953777)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PROJECT
    [junit] [EL Fine]: 2024-04-17 17:53:56.721--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.721--ServerSession(1003755748)--Connection(1866340787)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.721--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.721--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_REVIEW")
    [junit] [EL Finest]: 2024-04-17 17:53:56.721--ServerSession(1003755748)--Connection(351965871)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.721--ServerSession(1003755748)--Connection(351965871)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.721--ServerSession(1003755748)--Connection(186049026)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_REVIEW
    [junit] [EL Fine]: 2024-04-17 17:53:56.722--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.722--ServerSession(1003755748)--Connection(351965871)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.722--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.722--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE_CUBICLE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.722--ServerSession(1003755748)--Connection(1825903149)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.722--ServerSession(1003755748)--Connection(1825903149)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.722--ServerSession(1003755748)--Connection(746228466)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE_CUBICLE
    [junit] [EL Fine]: 2024-04-17 17:53:56.723--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.723--ServerSession(1003755748)--Connection(1825903149)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.723--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.723--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE_PROFILE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.723--ServerSession(1003755748)--Connection(1913386579)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.723--ServerSession(1003755748)--Connection(1913386579)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.723--ServerSession(1003755748)--Connection(906741317)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE_PROFILE
    [junit] [EL Fine]: 2024-04-17 17:53:56.724--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.724--ServerSession(1003755748)--Connection(1913386579)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.724--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.724--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE_CUBICLE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.724--ServerSession(1003755748)--Connection(1565647145)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.724--ServerSession(1003755748)--Connection(1565647145)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.724--ServerSession(1003755748)--Connection(1891974590)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE_CUBICLE
    [junit] [EL Fine]: 2024-04-17 17:53:56.725--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.725--ServerSession(1003755748)--Connection(1565647145)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.725--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.725--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_COP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.725--ServerSession(1003755748)--Connection(566760932)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.725--ServerSession(1003755748)--Connection(566760932)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.725--ServerSession(1003755748)--Connection(1933762653)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_COP
    [junit] [EL Fine]: 2024-04-17 17:53:56.726--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.726--ServerSession(1003755748)--Connection(566760932)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.726--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.726--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_CRIMINAL")
    [junit] [EL Finest]: 2024-04-17 17:53:56.726--ServerSession(1003755748)--Connection(356005505)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.726--ServerSession(1003755748)--Connection(356005505)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.726--ServerSession(1003755748)--Connection(1950246647)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_CRIMINAL
    [junit] [EL Fine]: 2024-04-17 17:53:56.727--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.727--ServerSession(1003755748)--Connection(356005505)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.727--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.727--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_CRIMINAL")
    [junit] [EL Finest]: 2024-04-17 17:53:56.727--ServerSession(1003755748)--Connection(574746715)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.727--ServerSession(1003755748)--Connection(574746715)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.727--ServerSession(1003755748)--Connection(1981372076)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_CRIMINAL
    [junit] [EL Fine]: 2024-04-17 17:53:56.728--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.728--ServerSession(1003755748)--Connection(574746715)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.728--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.728--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_INFORMER")
    [junit] [EL Finest]: 2024-04-17 17:53:56.728--ServerSession(1003755748)--Connection(810353241)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.728--ServerSession(1003755748)--Connection(810353241)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.728--ServerSession(1003755748)--Connection(488898339)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_INFORMER
    [junit] [EL Fine]: 2024-04-17 17:53:56.729--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.729--ServerSession(1003755748)--Connection(810353241)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.729--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.729--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER_TMP_COP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.729--ServerSession(1003755748)--Connection(1821581506)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.729--ServerSession(1003755748)--Connection(1821581506)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.729--ServerSession(1003755748)--Connection(873769155)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER_TMP_COP
    [junit] [EL Fine]: 2024-04-17 17:53:56.73--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.73--ServerSession(1003755748)--Connection(1821581506)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.73--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.73--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL")
    [junit] [EL Finest]: 2024-04-17 17:53:56.73--ServerSession(1003755748)--Connection(217389263)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.73--ServerSession(1003755748)--Connection(217389263)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.73--ServerSession(1003755748)--Connection(2031467683)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL
    [junit] [EL Fine]: 2024-04-17 17:53:56.731--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.731--ServerSession(1003755748)--Connection(217389263)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.731--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.781--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE_CREATURE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.781--ServerSession(1003755748)--Connection(987015126)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.781--ServerSession(1003755748)--Connection(987015126)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.781--ServerSession(1003755748)--Connection(507765539)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE_CREATURE
    [junit] [EL Fine]: 2024-04-17 17:53:56.782--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.782--ServerSession(1003755748)--Connection(987015126)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.783--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.783--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COMPONENT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.783--ServerSession(1003755748)--Connection(275002771)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.783--ServerSession(1003755748)--Connection(275002771)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.783--ServerSession(1003755748)--Connection(261216862)--Thread(Thread[main,5,main])--DROP TABLE TMP_COMPONENT
    [junit] [EL Fine]: 2024-04-17 17:53:56.783--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.784--ServerSession(1003755748)--Connection(275002771)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.784--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.784--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_METRIC")
    [junit] [EL Finest]: 2024-04-17 17:53:56.784--ServerSession(1003755748)--Connection(2046652309)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.784--ServerSession(1003755748)--Connection(2046652309)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.784--ServerSession(1003755748)--Connection(1216611732)--Thread(Thread[main,5,main])--DROP TABLE TMP_METRIC
    [junit] [EL Fine]: 2024-04-17 17:53:56.784--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.785--ServerSession(1003755748)--Connection(2046652309)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.785--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.785--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ABSTR_EMP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.785--ServerSession(1003755748)--Connection(344080246)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.785--ServerSession(1003755748)--Connection(344080246)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.785--ServerSession(1003755748)--Connection(110197684)--Thread(Thread[main,5,main])--DROP TABLE TMP_ABSTR_EMP
    [junit] [EL Fine]: 2024-04-17 17:53:56.785--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.786--ServerSession(1003755748)--Connection(344080246)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.786--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.786--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CONTRACT_EMP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.786--ServerSession(1003755748)--Connection(339933064)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.786--ServerSession(1003755748)--Connection(339933064)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.786--ServerSession(1003755748)--Connection(289281017)--Thread(Thread[main,5,main])--DROP TABLE TMP_CONTRACT_EMP
    [junit] [EL Fine]: 2024-04-17 17:53:56.786--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.787--ServerSession(1003755748)--Connection(339933064)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.787--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.787--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ACCOUNT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.787--ServerSession(1003755748)--Connection(2038020279)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.787--ServerSession(1003755748)--Connection(2038020279)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.787--ServerSession(1003755748)--Connection(2047147687)--Thread(Thread[main,5,main])--DROP TABLE TMP_ACCOUNT
    [junit] [EL Fine]: 2024-04-17 17:53:56.787--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.788--ServerSession(1003755748)--Connection(2038020279)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.788--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.788--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.788--ServerSession(1003755748)--Connection(2070830098)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.788--ServerSession(1003755748)--Connection(2070830098)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.788--ServerSession(1003755748)--Connection(1332150216)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE
    [junit] [EL Fine]: 2024-04-17 17:53:56.788--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.789--ServerSession(1003755748)--Connection(2070830098)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.789--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.789--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BROKER_ACC")
    [junit] [EL Finest]: 2024-04-17 17:53:56.789--ServerSession(1003755748)--Connection(770669178)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.789--ServerSession(1003755748)--Connection(770669178)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.789--ServerSession(1003755748)--Connection(619199769)--Thread(Thread[main,5,main])--DROP TABLE TMP_BROKER_ACC
    [junit] [EL Fine]: 2024-04-17 17:53:56.789--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.79--ServerSession(1003755748)--Connection(770669178)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.79--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.79--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CHECK_ACC")
    [junit] [EL Finest]: 2024-04-17 17:53:56.79--ServerSession(1003755748)--Connection(411876574)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.79--ServerSession(1003755748)--Connection(411876574)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.79--ServerSession(1003755748)--Connection(1323706655)--Thread(Thread[main,5,main])--DROP TABLE TMP_CHECK_ACC
    [junit] [EL Fine]: 2024-04-17 17:53:56.79--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.791--ServerSession(1003755748)--Connection(411876574)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.791--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.791--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COSTCENTER")
    [junit] [EL Finest]: 2024-04-17 17:53:56.791--ServerSession(1003755748)--Connection(937437482)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.791--ServerSession(1003755748)--Connection(937437482)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.791--ServerSession(1003755748)--Connection(1257703748)--Thread(Thread[main,5,main])--DROP TABLE TMP_COSTCENTER
    [junit] [EL Fine]: 2024-04-17 17:53:56.791--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.792--ServerSession(1003755748)--Connection(937437482)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.792--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.792--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.792--ServerSession(1003755748)--Connection(3768050)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.792--ServerSession(1003755748)--Connection(3768050)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.792--ServerSession(1003755748)--Connection(916897446)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE
    [junit] [EL Fine]: 2024-04-17 17:53:56.792--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.793--ServerSession(1003755748)--Connection(3768050)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.793--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.793--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREDIT_ACC")
    [junit] [EL Finest]: 2024-04-17 17:53:56.793--ServerSession(1003755748)--Connection(1110913929)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.793--ServerSession(1003755748)--Connection(1110913929)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.793--ServerSession(1003755748)--Connection(162667475)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREDIT_ACC
    [junit] [EL Fine]: 2024-04-17 17:53:56.793--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.794--ServerSession(1003755748)--Connection(1110913929)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.794--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.794--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CUBICLE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.794--ServerSession(1003755748)--Connection(124132186)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.794--ServerSession(1003755748)--Connection(124132186)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.794--ServerSession(1003755748)--Connection(2083969860)--Thread(Thread[main,5,main])--DROP TABLE TMP_CUBICLE
    [junit] [EL Fine]: 2024-04-17 17:53:56.794--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.795--ServerSession(1003755748)--Connection(124132186)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.795--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.795--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_DEP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.795--ServerSession(1003755748)--Connection(2030294088)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.795--ServerSession(1003755748)--Connection(2030294088)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.795--ServerSession(1003755748)--Connection(1309191417)--Thread(Thread[main,5,main])--DROP TABLE TMP_DEP
    [junit] [EL Fine]: 2024-04-17 17:53:56.795--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.796--ServerSession(1003755748)--Connection(2030294088)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.796--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.796--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.796--ServerSession(1003755748)--Connection(2026706491)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.796--ServerSession(1003755748)--Connection(2026706491)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.796--ServerSession(1003755748)--Connection(520830206)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP
    [junit] [EL Fine]: 2024-04-17 17:53:56.796--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.797--ServerSession(1003755748)--Connection(2026706491)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.797--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.797--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_HOBBY")
    [junit] [EL Finest]: 2024-04-17 17:53:56.797--ServerSession(1003755748)--Connection(1705281026)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.797--ServerSession(1003755748)--Connection(1705281026)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.797--ServerSession(1003755748)--Connection(1967667267)--Thread(Thread[main,5,main])--DROP TABLE TMP_HOBBY
    [junit] [EL Fine]: 2024-04-17 17:53:56.797--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.798--ServerSession(1003755748)--Connection(1705281026)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.798--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.798--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MATERIAL")
    [junit] [EL Finest]: 2024-04-17 17:53:56.798--ServerSession(1003755748)--Connection(1589968642)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.798--ServerSession(1003755748)--Connection(1589968642)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.798--ServerSession(1003755748)--Connection(521270862)--Thread(Thread[main,5,main])--DROP TABLE TMP_MATERIAL
    [junit] [EL Fine]: 2024-04-17 17:53:56.798--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.799--ServerSession(1003755748)--Connection(1589968642)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.799--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.799--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.799--ServerSession(1003755748)--Connection(140040372)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.799--ServerSession(1003755748)--Connection(140040372)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.799--ServerSession(1003755748)--Connection(1897732690)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE
    [junit] [EL Fine]: 2024-04-17 17:53:56.799--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.8--ServerSession(1003755748)--Connection(140040372)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.8--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.8--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PATENT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.8--ServerSession(1003755748)--Connection(808377204)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.8--ServerSession(1003755748)--Connection(808377204)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.8--ServerSession(1003755748)--Connection(2130520253)--Thread(Thread[main,5,main])--DROP TABLE TMP_PATENT
    [junit] [EL Fine]: 2024-04-17 17:53:56.8--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.801--ServerSession(1003755748)--Connection(808377204)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.801--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.801--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW")
    [junit] [EL Finest]: 2024-04-17 17:53:56.801--ServerSession(1003755748)--Connection(1998103567)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.801--ServerSession(1003755748)--Connection(1998103567)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.801--ServerSession(1003755748)--Connection(824915171)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW
    [junit] [EL Fine]: 2024-04-17 17:53:56.801--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.802--ServerSession(1003755748)--Connection(1998103567)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.802--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.802--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW_DETAILS")
    [junit] [EL Finest]: 2024-04-17 17:53:56.802--ServerSession(1003755748)--Connection(445010547)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.802--ServerSession(1003755748)--Connection(445010547)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.802--ServerSession(1003755748)--Connection(680306160)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW_DETAILS
    [junit] [EL Fine]: 2024-04-17 17:53:56.802--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.803--ServerSession(1003755748)--Connection(445010547)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.803--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.803--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.803--ServerSession(1003755748)--Connection(1153256202)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.803--ServerSession(1003755748)--Connection(1153256202)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.803--ServerSession(1003755748)--Connection(1811975204)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT
    [junit] [EL Fine]: 2024-04-17 17:53:56.803--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.804--ServerSession(1003755748)--Connection(1153256202)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.804--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.804--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT_DETAILS")
    [junit] [EL Finest]: 2024-04-17 17:53:56.804--ServerSession(1003755748)--Connection(554146322)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.804--ServerSession(1003755748)--Connection(554146322)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.804--ServerSession(1003755748)--Connection(265052195)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT_DETAILS
    [junit] [EL Fine]: 2024-04-17 17:53:56.805--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.805--ServerSession(1003755748)--Connection(554146322)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.805--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.805--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_SAVE_ACC")
    [junit] [EL Finest]: 2024-04-17 17:53:56.805--ServerSession(1003755748)--Connection(910260820)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.805--ServerSession(1003755748)--Connection(910260820)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.805--ServerSession(1003755748)--Connection(730575236)--Thread(Thread[main,5,main])--DROP TABLE TMP_SAVE_ACC
    [junit] [EL Fine]: 2024-04-17 17:53:56.806--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.806--ServerSession(1003755748)--Connection(910260820)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.806--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.806--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TASK")
    [junit] [EL Finest]: 2024-04-17 17:53:56.806--ServerSession(1003755748)--Connection(231182885)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.806--ServerSession(1003755748)--Connection(231182885)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.806--ServerSession(1003755748)--Connection(820627987)--Thread(Thread[main,5,main])--DROP TABLE TMP_TASK
    [junit] [EL Fine]: 2024-04-17 17:53:56.807--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.807--ServerSession(1003755748)--Connection(231182885)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.807--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.807--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TRAILER")
    [junit] [EL Finest]: 2024-04-17 17:53:56.807--ServerSession(1003755748)--Connection(1361609751)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.807--ServerSession(1003755748)--Connection(1361609751)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.807--ServerSession(1003755748)--Connection(1624203949)--Thread(Thread[main,5,main])--DROP TABLE TMP_TRAILER
    [junit] [EL Fine]: 2024-04-17 17:53:56.807--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.808--ServerSession(1003755748)--Connection(1361609751)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.808--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.808--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROFILE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.808--ServerSession(1003755748)--Connection(449105069)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.808--ServerSession(1003755748)--Connection(449105069)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.808--ServerSession(1003755748)--Connection(265939934)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROFILE
    [junit] [EL Fine]: 2024-04-17 17:53:56.808--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.809--ServerSession(1003755748)--Connection(449105069)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.809--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.809--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.809--ServerSession(1003755748)--Connection(1323676377)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.809--ServerSession(1003755748)--Connection(1323676377)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.809--ServerSession(1003755748)--Connection(1928900108)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE
    [junit] [EL Fine]: 2024-04-17 17:53:56.809--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.81--ServerSession(1003755748)--Connection(1323676377)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.81--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.81--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_READONLY")
    [junit] [EL Finest]: 2024-04-17 17:53:56.81--ServerSession(1003755748)--Connection(1730595945)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.81--ServerSession(1003755748)--Connection(1730595945)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.81--ServerSession(1003755748)--Connection(79092014)--Thread(Thread[main,5,main])--DROP TABLE TMP_READONLY
    [junit] [EL Fine]: 2024-04-17 17:53:56.81--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.811--ServerSession(1003755748)--Connection(1730595945)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.811--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.811--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_FA")
    [junit] [EL Finest]: 2024-04-17 17:53:56.811--ServerSession(1003755748)--Connection(2023349777)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.811--ServerSession(1003755748)--Connection(2023349777)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.811--ServerSession(1003755748)--Connection(688722159)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_FA
    [junit] [EL Fine]: 2024-04-17 17:53:56.811--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.812--ServerSession(1003755748)--Connection(2023349777)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.812--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.812--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_PA")
    [junit] [EL Finest]: 2024-04-17 17:53:56.812--ServerSession(1003755748)--Connection(1682828548)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.812--ServerSession(1003755748)--Connection(1682828548)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.812--ServerSession(1003755748)--Connection(1385352906)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_PA
    [junit] [EL Fine]: 2024-04-17 17:53:56.812--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.813--ServerSession(1003755748)--Connection(1682828548)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.813--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.813--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM")
    [junit] [EL Finest]: 2024-04-17 17:53:56.813--ServerSession(1003755748)--Connection(245298614)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.813--ServerSession(1003755748)--Connection(245298614)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.813--ServerSession(1003755748)--Connection(87035052)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM
    [junit] [EL Fine]: 2024-04-17 17:53:56.813--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.814--ServerSession(1003755748)--Connection(245298614)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.814--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.814--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM_ATT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.814--ServerSession(1003755748)--Connection(463690173)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.814--ServerSession(1003755748)--Connection(463690173)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.814--ServerSession(1003755748)--Connection(1659452474)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM_ATT
    [junit] [EL Fine]: 2024-04-17 17:53:56.814--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.815--ServerSession(1003755748)--Connection(463690173)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.815--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.815--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ISLAND")
    [junit] [EL Finest]: 2024-04-17 17:53:56.815--ServerSession(1003755748)--Connection(634991000)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.815--ServerSession(1003755748)--Connection(634991000)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.815--ServerSession(1003755748)--Connection(607578671)--Thread(Thread[main,5,main])--DROP TABLE TMP_ISLAND
    [junit] [EL Fine]: 2024-04-17 17:53:56.815--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.815--ServerSession(1003755748)--Connection(634991000)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.816--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.816--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY")
    [junit] [EL Finest]: 2024-04-17 17:53:56.816--ServerSession(1003755748)--Connection(550424075)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.816--ServerSession(1003755748)--Connection(550424075)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.816--ServerSession(1003755748)--Connection(1282899579)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY
    [junit] [EL Fine]: 2024-04-17 17:53:56.816--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.816--ServerSession(1003755748)--Connection(550424075)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.817--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.817--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.817--ServerSession(1003755748)--Connection(2028088629)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.817--ServerSession(1003755748)--Connection(2028088629)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.817--ServerSession(1003755748)--Connection(780802740)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP
    [junit] [EL Fine]: 2024-04-17 17:53:56.817--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.818--ServerSession(1003755748)--Connection(2028088629)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.818--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.818--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PERSON")
    [junit] [EL Finest]: 2024-04-17 17:53:56.818--ServerSession(1003755748)--Connection(447477005)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.818--ServerSession(1003755748)--Connection(447477005)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.818--ServerSession(1003755748)--Connection(1942612200)--Thread(Thread[main,5,main])--DROP TABLE TMP_PERSON
    [junit] [EL Fine]: 2024-04-17 17:53:56.818--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.818--ServerSession(1003755748)--Connection(447477005)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.819--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.819--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER")
    [junit] [EL Finest]: 2024-04-17 17:53:56.819--ServerSession(1003755748)--Connection(502066023)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.819--ServerSession(1003755748)--Connection(502066023)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.819--ServerSession(1003755748)--Connection(1479177802)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER
    [junit] [EL Fine]: 2024-04-17 17:53:56.819--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.819--ServerSession(1003755748)--Connection(502066023)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.819--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.82--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL")
    [junit] [EL Finest]: 2024-04-17 17:53:56.82--ServerSession(1003755748)--Connection(690051320)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.82--ServerSession(1003755748)--Connection(690051320)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.82--ServerSession(1003755748)--Connection(1407986024)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL
    [junit] [EL Fine]: 2024-04-17 17:53:56.82--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.82--ServerSession(1003755748)--Connection(690051320)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.82--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.82--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.821--ServerSession(1003755748)--Connection(2115597658)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.821--ServerSession(1003755748)--Connection(2115597658)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.821--ServerSession(1003755748)--Connection(1566311673)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE
    [junit] [EL Fine]: 2024-04-17 17:53:56.821--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.821--ServerSession(1003755748)--Connection(2115597658)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.821--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.821--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.822--ServerSession(1003755748)--Connection(1266224518)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.822--ServerSession(1003755748)--Connection(1266224518)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.822--ServerSession(1003755748)--Connection(2122252822)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE
    [junit] [EL Fine]: 2024-04-17 17:53:56.822--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.822--ServerSession(1003755748)--Connection(1266224518)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.822--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.822--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE_DETAILS")
    [junit] [EL Finest]: 2024-04-17 17:53:56.822--ServerSession(1003755748)--Connection(1658534033)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.822--ServerSession(1003755748)--Connection(1658534033)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.823--ServerSession(1003755748)--Connection(1640832113)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE_DETAILS
    [junit] [EL Fine]: 2024-04-17 17:53:56.823--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.823--ServerSession(1003755748)--Connection(1658534033)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.823--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.823--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MYTHICALCREATURE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.824--ServerSession(1003755748)--Connection(1766122814)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.824--ServerSession(1003755748)--Connection(1766122814)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.824--ServerSession(1003755748)--Connection(1390430007)--Thread(Thread[main,5,main])--DROP TABLE TMP_MYTHICALCREATURE
    [junit] [EL Fine]: 2024-04-17 17:53:56.824--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.824--ServerSession(1003755748)--Connection(1766122814)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.824--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.825--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_WEAPON")
    [junit] [EL Finest]: 2024-04-17 17:53:56.825--ServerSession(1003755748)--Connection(441260727)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.825--ServerSession(1003755748)--Connection(441260727)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.825--ServerSession(1003755748)--Connection(1416520149)--Thread(Thread[main,5,main])--DROP TABLE TMP_WEAPON
    [junit] [EL Fine]: 2024-04-17 17:53:56.825--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.826--ServerSession(1003755748)--Connection(441260727)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.826--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.826--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.826--ServerSession(1003755748)--Connection(1618489605)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.826--ServerSession(1003755748)--Connection(1618489605)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.826--ServerSession(1003755748)--Connection(311559967)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE
    [junit] [EL Fine]: 2024-04-17 17:53:56.826--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.827--ServerSession(1003755748)--Connection(1618489605)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.827--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.827--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE_DESC")
    [junit] [EL Finest]: 2024-04-17 17:53:56.827--ServerSession(1003755748)--Connection(190868662)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.827--ServerSession(1003755748)--Connection(190868662)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.827--ServerSession(1003755748)--Connection(707892422)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE_DESC
    [junit] [EL Fine]: 2024-04-17 17:53:56.827--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.828--ServerSession(1003755748)--Connection(190868662)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.828--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.828--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NODE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.828--ServerSession(1003755748)--Connection(808862230)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.828--ServerSession(1003755748)--Connection(808862230)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.828--ServerSession(1003755748)--Connection(951819642)--Thread(Thread[main,5,main])--DROP TABLE TMP_NODE
    [junit] [EL Fine]: 2024-04-17 17:53:56.828--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.829--ServerSession(1003755748)--Connection(808862230)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.829--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.829--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NASTY")
    [junit] [EL Finest]: 2024-04-17 17:53:56.829--ServerSession(1003755748)--Connection(2027308154)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.829--ServerSession(1003755748)--Connection(2027308154)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.829--ServerSession(1003755748)--Connection(2054332292)--Thread(Thread[main,5,main])--DROP TABLE TMP_NASTY
    [junit] [EL Fine]: 2024-04-17 17:53:56.829--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.83--ServerSession(1003755748)--Connection(2027308154)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.83--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.83--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TIMESTAMP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.83--ServerSession(1003755748)--Connection(1431244283)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.83--ServerSession(1003755748)--Connection(1431244283)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.83--ServerSession(1003755748)--Connection(527464124)--Thread(Thread[main,5,main])--DROP TABLE TMP_TIMESTAMP
    [junit] [EL Fine]: 2024-04-17 17:53:56.83--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.831--ServerSession(1003755748)--Connection(1431244283)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.831--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.831--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_FA")
    [junit] [EL Finest]: 2024-04-17 17:53:56.831--ServerSession(1003755748)--Connection(1536399059)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.831--ServerSession(1003755748)--Connection(1536399059)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.831--ServerSession(1003755748)--Connection(1981708431)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_FA
    [junit] [EL Fine]: 2024-04-17 17:53:56.831--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.832--ServerSession(1003755748)--Connection(1536399059)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.832--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.832--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_PA")
    [junit] [EL Finest]: 2024-04-17 17:53:56.832--ServerSession(1003755748)--Connection(419923787)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.832--ServerSession(1003755748)--Connection(419923787)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.832--ServerSession(1003755748)--Connection(1583722422)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_PA
    [junit] [EL Fine]: 2024-04-17 17:53:56.832--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.833--ServerSession(1003755748)--Connection(419923787)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.833--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.833--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TEMPORAL_FA")
    [junit] [EL Finest]: 2024-04-17 17:53:56.833--ServerSession(1003755748)--Connection(142941409)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.833--ServerSession(1003755748)--Connection(142941409)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.833--ServerSession(1003755748)--Connection(765329253)--Thread(Thread[main,5,main])--DROP TABLE TMP_TEMPORAL_FA
    [junit] [EL Fine]: 2024-04-17 17:53:56.833--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.834--ServerSession(1003755748)--Connection(142941409)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.834--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.834--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ANIMAL")
    [junit] [EL Finest]: 2024-04-17 17:53:56.834--ServerSession(1003755748)--Connection(1446243714)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.834--ServerSession(1003755748)--Connection(1446243714)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.834--ServerSession(1003755748)--Connection(1987154353)--Thread(Thread[main,5,main])--DROP TABLE TMP_ANIMAL
    [junit] [EL Fine]: 2024-04-17 17:53:56.834--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.835--ServerSession(1003755748)--Connection(1446243714)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.835--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.835--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ELEMENT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.835--ServerSession(1003755748)--Connection(1562452013)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.835--ServerSession(1003755748)--Connection(1562452013)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.835--ServerSession(1003755748)--Connection(347572726)--Thread(Thread[main,5,main])--DROP TABLE TMP_ELEMENT
    [junit] [EL Fine]: 2024-04-17 17:53:56.835--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.836--ServerSession(1003755748)--Connection(1562452013)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.836--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.836--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PLANT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.836--ServerSession(1003755748)--Connection(1930401429)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.836--ServerSession(1003755748)--Connection(1930401429)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.836--ServerSession(1003755748)--Connection(662433937)--Thread(Thread[main,5,main])--DROP TABLE TMP_PLANT
    [junit] [EL Fine]: 2024-04-17 17:53:56.836--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.837--ServerSession(1003755748)--Connection(1930401429)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.837--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.888--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_BICYCLE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.888--ServerSession(1003755748)--Connection(1778994610)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.888--ServerSession(1003755748)--Connection(1778994610)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.888--ServerSession(1003755748)--Connection(1706939736)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_BICYCLE
    [junit] [EL Fine]: 2024-04-17 17:53:56.889--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.89--ServerSession(1003755748)--Connection(1778994610)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.89--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.89--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE_EMP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.89--ServerSession(1003755748)--Connection(1273689789)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.89--ServerSession(1003755748)--Connection(1273689789)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.89--ServerSession(1003755748)--Connection(1798194863)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE_EMP
    [junit] [EL Fine]: 2024-04-17 17:53:56.89--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.891--ServerSession(1003755748)--Connection(1273689789)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.891--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.891--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_CREDIT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.891--ServerSession(1003755748)--Connection(792195577)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.891--ServerSession(1003755748)--Connection(792195577)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.891--ServerSession(1003755748)--Connection(863286716)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_CREDIT
    [junit] [EL Fine]: 2024-04-17 17:53:56.891--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.892--ServerSession(1003755748)--Connection(792195577)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.892--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.892--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_HOBBY")
    [junit] [EL Finest]: 2024-04-17 17:53:56.892--ServerSession(1003755748)--Connection(1484397819)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.892--ServerSession(1003755748)--Connection(1484397819)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.892--ServerSession(1003755748)--Connection(1213367860)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_HOBBY
    [junit] [EL Fine]: 2024-04-17 17:53:56.892--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.893--ServerSession(1003755748)--Connection(1484397819)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.893--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.893--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PATENT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.893--ServerSession(1003755748)--Connection(1078448857)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.893--ServerSession(1003755748)--Connection(1078448857)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.893--ServerSession(1003755748)--Connection(1221759982)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PATENT
    [junit] [EL Fine]: 2024-04-17 17:53:56.893--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.894--ServerSession(1003755748)--Connection(1078448857)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.894--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.894--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PROJECT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.894--ServerSession(1003755748)--Connection(576222471)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.894--ServerSession(1003755748)--Connection(576222471)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.894--ServerSession(1003755748)--Connection(1551350415)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PROJECT
    [junit] [EL Fine]: 2024-04-17 17:53:56.894--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.895--ServerSession(1003755748)--Connection(576222471)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.895--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.895--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_REVIEW")
    [junit] [EL Finest]: 2024-04-17 17:53:56.895--ServerSession(1003755748)--Connection(2047799833)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.895--ServerSession(1003755748)--Connection(2047799833)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.895--ServerSession(1003755748)--Connection(455036946)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_REVIEW
    [junit] [EL Fine]: 2024-04-17 17:53:56.895--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.896--ServerSession(1003755748)--Connection(2047799833)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.896--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.896--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE_CUBICLE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.896--ServerSession(1003755748)--Connection(1249070084)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.896--ServerSession(1003755748)--Connection(1249070084)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.896--ServerSession(1003755748)--Connection(1197535593)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE_CUBICLE
    [junit] [EL Fine]: 2024-04-17 17:53:56.896--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.897--ServerSession(1003755748)--Connection(1249070084)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.897--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.897--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE_PROFILE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.897--ServerSession(1003755748)--Connection(901852282)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.897--ServerSession(1003755748)--Connection(901852282)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.897--ServerSession(1003755748)--Connection(1703040426)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE_PROFILE
    [junit] [EL Fine]: 2024-04-17 17:53:56.897--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.898--ServerSession(1003755748)--Connection(901852282)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.898--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.898--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE_CUBICLE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.898--ServerSession(1003755748)--Connection(1985363238)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.898--ServerSession(1003755748)--Connection(1985363238)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.898--ServerSession(1003755748)--Connection(1254649194)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE_CUBICLE
    [junit] [EL Fine]: 2024-04-17 17:53:56.898--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.899--ServerSession(1003755748)--Connection(1985363238)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.899--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.899--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_COP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.899--ServerSession(1003755748)--Connection(1351247295)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.899--ServerSession(1003755748)--Connection(1351247295)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.899--ServerSession(1003755748)--Connection(401792389)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_COP
    [junit] [EL Fine]: 2024-04-17 17:53:56.9--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.9--ServerSession(1003755748)--Connection(1351247295)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.9--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.9--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_CRIMINAL")
    [junit] [EL Finest]: 2024-04-17 17:53:56.9--ServerSession(1003755748)--Connection(553846997)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.9--ServerSession(1003755748)--Connection(553846997)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.9--ServerSession(1003755748)--Connection(581383895)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_CRIMINAL
    [junit] [EL Fine]: 2024-04-17 17:53:56.9--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.901--ServerSession(1003755748)--Connection(553846997)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.901--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.901--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_CRIMINAL")
    [junit] [EL Finest]: 2024-04-17 17:53:56.901--ServerSession(1003755748)--Connection(2134195609)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.901--ServerSession(1003755748)--Connection(2134195609)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.901--ServerSession(1003755748)--Connection(1179244298)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_CRIMINAL
    [junit] [EL Fine]: 2024-04-17 17:53:56.901--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.902--ServerSession(1003755748)--Connection(2134195609)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.902--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.902--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_INFORMER")
    [junit] [EL Finest]: 2024-04-17 17:53:56.902--ServerSession(1003755748)--Connection(953253248)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.902--ServerSession(1003755748)--Connection(953253248)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.902--ServerSession(1003755748)--Connection(1860060918)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_INFORMER
    [junit] [EL Fine]: 2024-04-17 17:53:56.902--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.903--ServerSession(1003755748)--Connection(953253248)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.903--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.903--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER_TMP_COP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.903--ServerSession(1003755748)--Connection(556263022)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.903--ServerSession(1003755748)--Connection(556263022)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.903--ServerSession(1003755748)--Connection(304718519)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER_TMP_COP
    [junit] [EL Fine]: 2024-04-17 17:53:56.903--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.904--ServerSession(1003755748)--Connection(556263022)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.904--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.904--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL")
    [junit] [EL Finest]: 2024-04-17 17:53:56.904--ServerSession(1003755748)--Connection(1372150180)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.904--ServerSession(1003755748)--Connection(1372150180)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.904--ServerSession(1003755748)--Connection(1338229093)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL
    [junit] [EL Fine]: 2024-04-17 17:53:56.904--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.905--ServerSession(1003755748)--Connection(1372150180)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.905--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.905--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE_CREATURE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.905--ServerSession(1003755748)--Connection(2070438137)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.905--ServerSession(1003755748)--Connection(2070438137)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.905--ServerSession(1003755748)--Connection(1626800713)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE_CREATURE
    [junit] [EL Fine]: 2024-04-17 17:53:56.905--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.906--ServerSession(1003755748)--Connection(2070438137)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.906--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.906--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COMPONENT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.906--ServerSession(1003755748)--Connection(640161448)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.906--ServerSession(1003755748)--Connection(640161448)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.906--ServerSession(1003755748)--Connection(520082748)--Thread(Thread[main,5,main])--DROP TABLE TMP_COMPONENT
    [junit] [EL Fine]: 2024-04-17 17:53:56.906--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.906--ServerSession(1003755748)--Connection(640161448)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.907--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.907--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_METRIC")
    [junit] [EL Finest]: 2024-04-17 17:53:56.907--ServerSession(1003755748)--Connection(110233108)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.907--ServerSession(1003755748)--Connection(110233108)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.907--ServerSession(1003755748)--Connection(1617550648)--Thread(Thread[main,5,main])--DROP TABLE TMP_METRIC
    [junit] [EL Fine]: 2024-04-17 17:53:56.907--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.907--ServerSession(1003755748)--Connection(110233108)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.907--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.908--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ABSTR_EMP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.908--ServerSession(1003755748)--Connection(1434932926)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.908--ServerSession(1003755748)--Connection(1434932926)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.908--ServerSession(1003755748)--Connection(1127434428)--Thread(Thread[main,5,main])--DROP TABLE TMP_ABSTR_EMP
    [junit] [EL Fine]: 2024-04-17 17:53:56.908--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.908--ServerSession(1003755748)--Connection(1434932926)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.909--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.909--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CONTRACT_EMP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.909--ServerSession(1003755748)--Connection(271502370)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.909--ServerSession(1003755748)--Connection(271502370)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.909--ServerSession(1003755748)--Connection(2146654783)--Thread(Thread[main,5,main])--DROP TABLE TMP_CONTRACT_EMP
    [junit] [EL Fine]: 2024-04-17 17:53:56.909--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.91--ServerSession(1003755748)--Connection(271502370)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.91--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.91--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ACCOUNT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.91--ServerSession(1003755748)--Connection(623757508)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.91--ServerSession(1003755748)--Connection(623757508)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.91--ServerSession(1003755748)--Connection(1124360095)--Thread(Thread[main,5,main])--DROP TABLE TMP_ACCOUNT
    [junit] [EL Fine]: 2024-04-17 17:53:56.91--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.91--ServerSession(1003755748)--Connection(623757508)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.91--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.911--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.911--ServerSession(1003755748)--Connection(1677976140)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.911--ServerSession(1003755748)--Connection(1677976140)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.911--ServerSession(1003755748)--Connection(790851040)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE
    [junit] [EL Fine]: 2024-04-17 17:53:56.911--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.911--ServerSession(1003755748)--Connection(1677976140)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.911--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.912--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BROKER_ACC")
    [junit] [EL Finest]: 2024-04-17 17:53:56.912--ServerSession(1003755748)--Connection(1987707214)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.912--ServerSession(1003755748)--Connection(1987707214)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.912--ServerSession(1003755748)--Connection(219192399)--Thread(Thread[main,5,main])--DROP TABLE TMP_BROKER_ACC
    [junit] [EL Fine]: 2024-04-17 17:53:56.912--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.913--ServerSession(1003755748)--Connection(1987707214)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.913--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.913--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CHECK_ACC")
    [junit] [EL Finest]: 2024-04-17 17:53:56.913--ServerSession(1003755748)--Connection(653553574)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.913--ServerSession(1003755748)--Connection(653553574)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.913--ServerSession(1003755748)--Connection(2259527)--Thread(Thread[main,5,main])--DROP TABLE TMP_CHECK_ACC
    [junit] [EL Fine]: 2024-04-17 17:53:56.913--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.914--ServerSession(1003755748)--Connection(653553574)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.914--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.914--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COSTCENTER")
    [junit] [EL Finest]: 2024-04-17 17:53:56.914--ServerSession(1003755748)--Connection(1974356511)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.914--ServerSession(1003755748)--Connection(1974356511)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.914--ServerSession(1003755748)--Connection(1881309779)--Thread(Thread[main,5,main])--DROP TABLE TMP_COSTCENTER
    [junit] [EL Fine]: 2024-04-17 17:53:56.914--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.915--ServerSession(1003755748)--Connection(1974356511)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.915--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.915--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.915--ServerSession(1003755748)--Connection(566042862)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.915--ServerSession(1003755748)--Connection(566042862)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.915--ServerSession(1003755748)--Connection(650410100)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE
    [junit] [EL Fine]: 2024-04-17 17:53:56.915--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.916--ServerSession(1003755748)--Connection(566042862)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.916--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.916--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREDIT_ACC")
    [junit] [EL Finest]: 2024-04-17 17:53:56.916--ServerSession(1003755748)--Connection(675889995)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.916--ServerSession(1003755748)--Connection(675889995)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.916--ServerSession(1003755748)--Connection(1622912252)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREDIT_ACC
    [junit] [EL Fine]: 2024-04-17 17:53:56.916--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.917--ServerSession(1003755748)--Connection(675889995)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.917--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.917--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CUBICLE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.917--ServerSession(1003755748)--Connection(626961003)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.917--ServerSession(1003755748)--Connection(626961003)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.917--ServerSession(1003755748)--Connection(1198515856)--Thread(Thread[main,5,main])--DROP TABLE TMP_CUBICLE
    [junit] [EL Fine]: 2024-04-17 17:53:56.917--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.918--ServerSession(1003755748)--Connection(626961003)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.918--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.918--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_DEP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.918--ServerSession(1003755748)--Connection(1424188812)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.918--ServerSession(1003755748)--Connection(1424188812)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.918--ServerSession(1003755748)--Connection(71209097)--Thread(Thread[main,5,main])--DROP TABLE TMP_DEP
    [junit] [EL Fine]: 2024-04-17 17:53:56.918--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.918--ServerSession(1003755748)--Connection(1424188812)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.919--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.919--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.919--ServerSession(1003755748)--Connection(892093608)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.919--ServerSession(1003755748)--Connection(892093608)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.919--ServerSession(1003755748)--Connection(2058127492)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP
    [junit] [EL Fine]: 2024-04-17 17:53:56.919--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.919--ServerSession(1003755748)--Connection(892093608)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.919--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.92--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_HOBBY")
    [junit] [EL Finest]: 2024-04-17 17:53:56.92--ServerSession(1003755748)--Connection(1535454025)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.92--ServerSession(1003755748)--Connection(1535454025)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.92--ServerSession(1003755748)--Connection(215690645)--Thread(Thread[main,5,main])--DROP TABLE TMP_HOBBY
    [junit] [EL Fine]: 2024-04-17 17:53:56.92--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.92--ServerSession(1003755748)--Connection(1535454025)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.92--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.921--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MATERIAL")
    [junit] [EL Finest]: 2024-04-17 17:53:56.921--ServerSession(1003755748)--Connection(794476802)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.921--ServerSession(1003755748)--Connection(794476802)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.921--ServerSession(1003755748)--Connection(1576499395)--Thread(Thread[main,5,main])--DROP TABLE TMP_MATERIAL
    [junit] [EL Fine]: 2024-04-17 17:53:56.921--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.921--ServerSession(1003755748)--Connection(794476802)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.921--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.922--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.922--ServerSession(1003755748)--Connection(1906335777)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.922--ServerSession(1003755748)--Connection(1906335777)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.922--ServerSession(1003755748)--Connection(135003590)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE
    [junit] [EL Fine]: 2024-04-17 17:53:56.922--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.922--ServerSession(1003755748)--Connection(1906335777)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.922--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.923--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PATENT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.923--ServerSession(1003755748)--Connection(1281361915)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.923--ServerSession(1003755748)--Connection(1281361915)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.923--ServerSession(1003755748)--Connection(1043584830)--Thread(Thread[main,5,main])--DROP TABLE TMP_PATENT
    [junit] [EL Fine]: 2024-04-17 17:53:56.923--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.923--ServerSession(1003755748)--Connection(1281361915)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.923--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.923--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW")
    [junit] [EL Finest]: 2024-04-17 17:53:56.923--ServerSession(1003755748)--Connection(1648217898)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.924--ServerSession(1003755748)--Connection(1648217898)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.924--ServerSession(1003755748)--Connection(783172425)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW
    [junit] [EL Fine]: 2024-04-17 17:53:56.924--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.924--ServerSession(1003755748)--Connection(1648217898)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.924--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.925--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW_DETAILS")
    [junit] [EL Finest]: 2024-04-17 17:53:56.925--ServerSession(1003755748)--Connection(1755634886)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.925--ServerSession(1003755748)--Connection(1755634886)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.925--ServerSession(1003755748)--Connection(1684802151)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW_DETAILS
    [junit] [EL Fine]: 2024-04-17 17:53:56.925--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.925--ServerSession(1003755748)--Connection(1755634886)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.925--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.926--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.926--ServerSession(1003755748)--Connection(292890110)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.926--ServerSession(1003755748)--Connection(292890110)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.926--ServerSession(1003755748)--Connection(1601800698)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT
    [junit] [EL Fine]: 2024-04-17 17:53:56.926--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.926--ServerSession(1003755748)--Connection(292890110)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.926--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.927--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT_DETAILS")
    [junit] [EL Finest]: 2024-04-17 17:53:56.927--ServerSession(1003755748)--Connection(1184248953)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.927--ServerSession(1003755748)--Connection(1184248953)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.927--ServerSession(1003755748)--Connection(2121573248)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT_DETAILS
    [junit] [EL Fine]: 2024-04-17 17:53:56.927--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.927--ServerSession(1003755748)--Connection(1184248953)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.927--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.927--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_SAVE_ACC")
    [junit] [EL Finest]: 2024-04-17 17:53:56.928--ServerSession(1003755748)--Connection(581364120)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.928--ServerSession(1003755748)--Connection(581364120)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.928--ServerSession(1003755748)--Connection(1441014857)--Thread(Thread[main,5,main])--DROP TABLE TMP_SAVE_ACC
    [junit] [EL Fine]: 2024-04-17 17:53:56.928--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.928--ServerSession(1003755748)--Connection(581364120)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.928--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.928--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TASK")
    [junit] [EL Finest]: 2024-04-17 17:53:56.929--ServerSession(1003755748)--Connection(1845137754)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.929--ServerSession(1003755748)--Connection(1845137754)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.929--ServerSession(1003755748)--Connection(2013613908)--Thread(Thread[main,5,main])--DROP TABLE TMP_TASK
    [junit] [EL Fine]: 2024-04-17 17:53:56.929--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.929--ServerSession(1003755748)--Connection(1845137754)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.929--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.929--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TRAILER")
    [junit] [EL Finest]: 2024-04-17 17:53:56.93--ServerSession(1003755748)--Connection(1040172900)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.93--ServerSession(1003755748)--Connection(1040172900)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.93--ServerSession(1003755748)--Connection(79094208)--Thread(Thread[main,5,main])--DROP TABLE TMP_TRAILER
    [junit] [EL Fine]: 2024-04-17 17:53:56.93--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.931--ServerSession(1003755748)--Connection(1040172900)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.931--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.931--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROFILE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.931--ServerSession(1003755748)--Connection(1699511597)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.931--ServerSession(1003755748)--Connection(1699511597)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.931--ServerSession(1003755748)--Connection(650859015)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROFILE
    [junit] [EL Fine]: 2024-04-17 17:53:56.931--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.932--ServerSession(1003755748)--Connection(1699511597)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.932--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.932--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.932--ServerSession(1003755748)--Connection(416878771)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.932--ServerSession(1003755748)--Connection(416878771)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.932--ServerSession(1003755748)--Connection(511357840)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE
    [junit] [EL Fine]: 2024-04-17 17:53:56.932--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.932--ServerSession(1003755748)--Connection(416878771)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.933--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.933--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_READONLY")
    [junit] [EL Finest]: 2024-04-17 17:53:56.933--ServerSession(1003755748)--Connection(2004305265)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.933--ServerSession(1003755748)--Connection(2004305265)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.933--ServerSession(1003755748)--Connection(662409124)--Thread(Thread[main,5,main])--DROP TABLE TMP_READONLY
    [junit] [EL Fine]: 2024-04-17 17:53:56.933--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.933--ServerSession(1003755748)--Connection(2004305265)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.933--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.934--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_FA")
    [junit] [EL Finest]: 2024-04-17 17:53:56.934--ServerSession(1003755748)--Connection(1644987969)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.934--ServerSession(1003755748)--Connection(1644987969)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.934--ServerSession(1003755748)--Connection(790432700)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_FA
    [junit] [EL Fine]: 2024-04-17 17:53:56.934--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.934--ServerSession(1003755748)--Connection(1644987969)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.934--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.935--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_PA")
    [junit] [EL Finest]: 2024-04-17 17:53:56.935--ServerSession(1003755748)--Connection(178192958)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.935--ServerSession(1003755748)--Connection(178192958)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.935--ServerSession(1003755748)--Connection(203924386)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_PA
    [junit] [EL Fine]: 2024-04-17 17:53:56.935--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.935--ServerSession(1003755748)--Connection(178192958)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.935--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.936--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM")
    [junit] [EL Finest]: 2024-04-17 17:53:56.936--ServerSession(1003755748)--Connection(439078230)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.936--ServerSession(1003755748)--Connection(439078230)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.936--ServerSession(1003755748)--Connection(1758962399)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM
    [junit] [EL Fine]: 2024-04-17 17:53:56.936--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.936--ServerSession(1003755748)--Connection(439078230)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.936--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.936--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM_ATT")
    [junit] [EL Finest]: 2024-04-17 17:53:56.936--ServerSession(1003755748)--Connection(318555935)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.937--ServerSession(1003755748)--Connection(318555935)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.937--ServerSession(1003755748)--Connection(1450830187)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM_ATT
    [junit] [EL Fine]: 2024-04-17 17:53:56.937--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.937--ServerSession(1003755748)--Connection(318555935)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.937--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.937--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ISLAND")
    [junit] [EL Finest]: 2024-04-17 17:53:56.937--ServerSession(1003755748)--Connection(1002406942)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.937--ServerSession(1003755748)--Connection(1002406942)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.938--ServerSession(1003755748)--Connection(1326413897)--Thread(Thread[main,5,main])--DROP TABLE TMP_ISLAND
    [junit] [EL Fine]: 2024-04-17 17:53:56.938--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.938--ServerSession(1003755748)--Connection(1002406942)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.938--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.939--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY")
    [junit] [EL Finest]: 2024-04-17 17:53:56.939--ServerSession(1003755748)--Connection(1054913783)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.939--ServerSession(1003755748)--Connection(1054913783)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.939--ServerSession(1003755748)--Connection(2042120257)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY
    [junit] [EL Fine]: 2024-04-17 17:53:56.939--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.939--ServerSession(1003755748)--Connection(1054913783)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.94--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.94--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP")
    [junit] [EL Finest]: 2024-04-17 17:53:56.94--ServerSession(1003755748)--Connection(1015539383)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.94--ServerSession(1003755748)--Connection(1015539383)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.94--ServerSession(1003755748)--Connection(125549276)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP
    [junit] [EL Fine]: 2024-04-17 17:53:56.94--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.941--ServerSession(1003755748)--Connection(1015539383)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.941--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.941--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PERSON")
    [junit] [EL Finest]: 2024-04-17 17:53:56.941--ServerSession(1003755748)--Connection(2095793272)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.941--ServerSession(1003755748)--Connection(2095793272)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.941--ServerSession(1003755748)--Connection(2145040140)--Thread(Thread[main,5,main])--DROP TABLE TMP_PERSON
    [junit] [EL Fine]: 2024-04-17 17:53:56.941--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.942--ServerSession(1003755748)--Connection(2095793272)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.942--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.942--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER")
    [junit] [EL Finest]: 2024-04-17 17:53:56.942--ServerSession(1003755748)--Connection(1241182310)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.942--ServerSession(1003755748)--Connection(1241182310)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.942--ServerSession(1003755748)--Connection(1872012709)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER
    [junit] [EL Fine]: 2024-04-17 17:53:56.942--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.943--ServerSession(1003755748)--Connection(1241182310)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.943--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.943--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL")
    [junit] [EL Finest]: 2024-04-17 17:53:56.943--ServerSession(1003755748)--Connection(172299409)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.943--ServerSession(1003755748)--Connection(172299409)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.943--ServerSession(1003755748)--Connection(337816703)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL
    [junit] [EL Fine]: 2024-04-17 17:53:56.943--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.944--ServerSession(1003755748)--Connection(172299409)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.944--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.944--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.944--ServerSession(1003755748)--Connection(2076462312)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.944--ServerSession(1003755748)--Connection(2076462312)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.944--ServerSession(1003755748)--Connection(1493642909)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE
    [junit] [EL Fine]: 2024-04-17 17:53:56.944--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.945--ServerSession(1003755748)--Connection(2076462312)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.945--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.945--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE")
    [junit] [EL Finest]: 2024-04-17 17:53:56.945--ServerSession(1003755748)--Connection(177389135)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.945--ServerSession(1003755748)--Connection(177389135)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.945--ServerSession(1003755748)--Connection(1407713529)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE
    [junit] [EL Fine]: 2024-04-17 17:53:56.945--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:56.946--ServerSession(1003755748)--Connection(177389135)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:56.946--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:56.998--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE_DETAILS")
    [junit] [EL Finest]: 2024-04-17 17:53:56.998--ServerSession(1003755748)--Connection(1389984438)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:56.998--ServerSession(1003755748)--Connection(1389984438)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:56.998--ServerSession(1003755748)--Connection(1302779492)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE_DETAILS
    [junit] [EL Fine]: 2024-04-17 17:53:57.0--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:57.0--ServerSession(1003755748)--Connection(1389984438)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:57.0--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:57.0--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MYTHICALCREATURE")
    [junit] [EL Finest]: 2024-04-17 17:53:57.0--ServerSession(1003755748)--Connection(816918962)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.0--ServerSession(1003755748)--Connection(816918962)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.0--ServerSession(1003755748)--Connection(690287064)--Thread(Thread[main,5,main])--DROP TABLE TMP_MYTHICALCREATURE
    [junit] [EL Fine]: 2024-04-17 17:53:57.001--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:57.001--ServerSession(1003755748)--Connection(816918962)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:57.002--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:57.002--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_WEAPON")
    [junit] [EL Finest]: 2024-04-17 17:53:57.002--ServerSession(1003755748)--Connection(1532915766)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.002--ServerSession(1003755748)--Connection(1532915766)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.002--ServerSession(1003755748)--Connection(1658578510)--Thread(Thread[main,5,main])--DROP TABLE TMP_WEAPON
    [junit] [EL Fine]: 2024-04-17 17:53:57.003--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:57.003--ServerSession(1003755748)--Connection(1532915766)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:57.003--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:57.003--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE")
    [junit] [EL Finest]: 2024-04-17 17:53:57.003--ServerSession(1003755748)--Connection(1846307450)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.003--ServerSession(1003755748)--Connection(1846307450)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.003--ServerSession(1003755748)--Connection(1182492749)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE
    [junit] [EL Fine]: 2024-04-17 17:53:57.004--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:57.004--ServerSession(1003755748)--Connection(1846307450)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:57.004--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:57.004--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE_DESC")
    [junit] [EL Finest]: 2024-04-17 17:53:57.004--ServerSession(1003755748)--Connection(1825071442)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.004--ServerSession(1003755748)--Connection(1825071442)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.004--ServerSession(1003755748)--Connection(1629133067)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE_DESC
    [junit] [EL Fine]: 2024-04-17 17:53:57.005--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:57.005--ServerSession(1003755748)--Connection(1825071442)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:57.005--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:57.006--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NODE")
    [junit] [EL Finest]: 2024-04-17 17:53:57.006--ServerSession(1003755748)--Connection(2145921383)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.006--ServerSession(1003755748)--Connection(2145921383)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.006--ServerSession(1003755748)--Connection(1350894905)--Thread(Thread[main,5,main])--DROP TABLE TMP_NODE
    [junit] [EL Fine]: 2024-04-17 17:53:57.006--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:57.007--ServerSession(1003755748)--Connection(2145921383)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:57.007--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:57.007--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NASTY")
    [junit] [EL Finest]: 2024-04-17 17:53:57.007--ServerSession(1003755748)--Connection(1815501246)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.007--ServerSession(1003755748)--Connection(1815501246)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.007--ServerSession(1003755748)--Connection(1378612814)--Thread(Thread[main,5,main])--DROP TABLE TMP_NASTY
    [junit] [EL Fine]: 2024-04-17 17:53:57.008--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:57.008--ServerSession(1003755748)--Connection(1815501246)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:57.008--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:57.008--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TIMESTAMP")
    [junit] [EL Finest]: 2024-04-17 17:53:57.008--ServerSession(1003755748)--Connection(1594857799)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.008--ServerSession(1003755748)--Connection(1594857799)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.008--ServerSession(1003755748)--Connection(27971761)--Thread(Thread[main,5,main])--DROP TABLE TMP_TIMESTAMP
    [junit] [EL Fine]: 2024-04-17 17:53:57.009--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:57.009--ServerSession(1003755748)--Connection(1594857799)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:57.009--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:57.009--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_FA")
    [junit] [EL Finest]: 2024-04-17 17:53:57.009--ServerSession(1003755748)--Connection(1526250321)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.009--ServerSession(1003755748)--Connection(1526250321)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.01--ServerSession(1003755748)--Connection(2040452328)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_FA
    [junit] [EL Fine]: 2024-04-17 17:53:57.01--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:57.011--ServerSession(1003755748)--Connection(1526250321)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:57.011--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:57.011--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_PA")
    [junit] [EL Finest]: 2024-04-17 17:53:57.011--ServerSession(1003755748)--Connection(1423491597)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.011--ServerSession(1003755748)--Connection(1423491597)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.011--ServerSession(1003755748)--Connection(1264966132)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_PA
    [junit] [EL Fine]: 2024-04-17 17:53:57.011--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:57.012--ServerSession(1003755748)--Connection(1423491597)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:57.012--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:57.012--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TEMPORAL_FA")
    [junit] [EL Finest]: 2024-04-17 17:53:57.012--ServerSession(1003755748)--Connection(1607458416)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.012--ServerSession(1003755748)--Connection(1607458416)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.012--ServerSession(1003755748)--Connection(1301653294)--Thread(Thread[main,5,main])--DROP TABLE TMP_TEMPORAL_FA
    [junit] [EL Fine]: 2024-04-17 17:53:57.012--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:57.013--ServerSession(1003755748)--Connection(1607458416)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:57.013--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:57.013--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ANIMAL")
    [junit] [EL Finest]: 2024-04-17 17:53:57.013--ServerSession(1003755748)--Connection(2008619427)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.013--ServerSession(1003755748)--Connection(2008619427)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.013--ServerSession(1003755748)--Connection(1445225850)--Thread(Thread[main,5,main])--DROP TABLE TMP_ANIMAL
    [junit] [EL Fine]: 2024-04-17 17:53:57.013--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:57.014--ServerSession(1003755748)--Connection(2008619427)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:57.014--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:57.014--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ELEMENT")
    [junit] [EL Finest]: 2024-04-17 17:53:57.014--ServerSession(1003755748)--Connection(1294058862)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.014--ServerSession(1003755748)--Connection(1294058862)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.014--ServerSession(1003755748)--Connection(1919592808)--Thread(Thread[main,5,main])--DROP TABLE TMP_ELEMENT
    [junit] [EL Fine]: 2024-04-17 17:53:57.014--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:57.015--ServerSession(1003755748)--Connection(1294058862)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:57.015--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:57.015--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PLANT")
    [junit] [EL Finest]: 2024-04-17 17:53:57.015--ServerSession(1003755748)--Connection(1898773347)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.015--ServerSession(1003755748)--Connection(1898773347)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.015--ServerSession(1003755748)--Connection(853887645)--Thread(Thread[main,5,main])--DROP TABLE TMP_PLANT
    [junit] [EL Fine]: 2024-04-17 17:53:57.015--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:57.016--ServerSession(1003755748)--Connection(1898773347)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:57.016--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:57.016--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_BICYCLE")
    [junit] [EL Finest]: 2024-04-17 17:53:57.016--ServerSession(1003755748)--Connection(303805531)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.016--ServerSession(1003755748)--Connection(303805531)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.016--ServerSession(1003755748)--Connection(83534488)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_BICYCLE
    [junit] [EL Fine]: 2024-04-17 17:53:57.016--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:57.016--ServerSession(1003755748)--Connection(303805531)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:57.017--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:57.017--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE_EMP")
    [junit] [EL Finest]: 2024-04-17 17:53:57.017--ServerSession(1003755748)--Connection(354154358)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.017--ServerSession(1003755748)--Connection(354154358)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.017--ServerSession(1003755748)--Connection(1517105378)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE_EMP
    [junit] [EL Fine]: 2024-04-17 17:53:57.017--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:57.017--ServerSession(1003755748)--Connection(354154358)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:57.017--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:57.017--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_CREDIT")
    [junit] [EL Finest]: 2024-04-17 17:53:57.017--ServerSession(1003755748)--Connection(168398198)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.018--ServerSession(1003755748)--Connection(168398198)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.018--ServerSession(1003755748)--Connection(1088649990)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_CREDIT
    [junit] [EL Fine]: 2024-04-17 17:53:57.018--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:57.018--ServerSession(1003755748)--Connection(168398198)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:57.018--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:57.018--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_HOBBY")
    [junit] [EL Finest]: 2024-04-17 17:53:57.018--ServerSession(1003755748)--Connection(1842102517)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.018--ServerSession(1003755748)--Connection(1842102517)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.019--ServerSession(1003755748)--Connection(728236551)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_HOBBY
    [junit] [EL Fine]: 2024-04-17 17:53:57.019--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:57.019--ServerSession(1003755748)--Connection(1842102517)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:57.019--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:57.019--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PATENT")
    [junit] [EL Finest]: 2024-04-17 17:53:57.019--ServerSession(1003755748)--Connection(1457157255)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.019--ServerSession(1003755748)--Connection(1457157255)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.019--ServerSession(1003755748)--Connection(1503546689)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PATENT
    [junit] [EL Fine]: 2024-04-17 17:53:57.02--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:57.02--ServerSession(1003755748)--Connection(1457157255)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:57.02--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:57.02--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PROJECT")
    [junit] [EL Finest]: 2024-04-17 17:53:57.02--ServerSession(1003755748)--Connection(17792118)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.02--ServerSession(1003755748)--Connection(17792118)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.02--ServerSession(1003755748)--Connection(74735260)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PROJECT
    [junit] [EL Fine]: 2024-04-17 17:53:57.021--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:57.021--ServerSession(1003755748)--Connection(17792118)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:57.021--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:57.021--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_REVIEW")
    [junit] [EL Finest]: 2024-04-17 17:53:57.021--ServerSession(1003755748)--Connection(1977493952)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.021--ServerSession(1003755748)--Connection(1977493952)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.021--ServerSession(1003755748)--Connection(264767425)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_REVIEW
    [junit] [EL Fine]: 2024-04-17 17:53:57.022--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:57.022--ServerSession(1003755748)--Connection(1977493952)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:57.022--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:57.022--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE_CUBICLE")
    [junit] [EL Finest]: 2024-04-17 17:53:57.022--ServerSession(1003755748)--Connection(1506648430)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.022--ServerSession(1003755748)--Connection(1506648430)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.022--ServerSession(1003755748)--Connection(1574503358)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE_CUBICLE
    [junit] [EL Fine]: 2024-04-17 17:53:57.023--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:57.023--ServerSession(1003755748)--Connection(1506648430)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:57.023--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:57.023--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE_PROFILE")
    [junit] [EL Finest]: 2024-04-17 17:53:57.023--ServerSession(1003755748)--Connection(1242969461)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.023--ServerSession(1003755748)--Connection(1242969461)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.023--ServerSession(1003755748)--Connection(2120493960)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE_PROFILE
    [junit] [EL Fine]: 2024-04-17 17:53:57.024--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:57.024--ServerSession(1003755748)--Connection(1242969461)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:57.024--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:57.024--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE_CUBICLE")
    [junit] [EL Finest]: 2024-04-17 17:53:57.024--ServerSession(1003755748)--Connection(2127481101)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.024--ServerSession(1003755748)--Connection(2127481101)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.024--ServerSession(1003755748)--Connection(92862012)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE_CUBICLE
    [junit] [EL Fine]: 2024-04-17 17:53:57.024--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:57.025--ServerSession(1003755748)--Connection(2127481101)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:57.025--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:57.025--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_COP")
    [junit] [EL Finest]: 2024-04-17 17:53:57.025--ServerSession(1003755748)--Connection(427939937)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.025--ServerSession(1003755748)--Connection(427939937)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.025--ServerSession(1003755748)--Connection(294649085)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_COP
    [junit] [EL Fine]: 2024-04-17 17:53:57.025--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:57.026--ServerSession(1003755748)--Connection(427939937)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:57.026--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:57.026--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_CRIMINAL")
    [junit] [EL Finest]: 2024-04-17 17:53:57.026--ServerSession(1003755748)--Connection(1947683363)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.026--ServerSession(1003755748)--Connection(1947683363)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.026--ServerSession(1003755748)--Connection(1665324560)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_CRIMINAL
    [junit] [EL Fine]: 2024-04-17 17:53:57.026--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:57.027--ServerSession(1003755748)--Connection(1947683363)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:57.027--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:57.027--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_CRIMINAL")
    [junit] [EL Finest]: 2024-04-17 17:53:57.027--ServerSession(1003755748)--Connection(2018164030)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.027--ServerSession(1003755748)--Connection(2018164030)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.027--ServerSession(1003755748)--Connection(918730310)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_CRIMINAL
    [junit] [EL Fine]: 2024-04-17 17:53:57.027--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:57.028--ServerSession(1003755748)--Connection(2018164030)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:57.028--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:57.028--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_INFORMER")
    [junit] [EL Finest]: 2024-04-17 17:53:57.028--ServerSession(1003755748)--Connection(1797112335)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.028--ServerSession(1003755748)--Connection(1797112335)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.028--ServerSession(1003755748)--Connection(1175662879)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_INFORMER
    [junit] [EL Fine]: 2024-04-17 17:53:57.029--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:57.029--ServerSession(1003755748)--Connection(1797112335)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:57.029--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:57.029--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER_TMP_COP")
    [junit] [EL Finest]: 2024-04-17 17:53:57.029--ServerSession(1003755748)--Connection(248050873)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.029--ServerSession(1003755748)--Connection(248050873)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.029--ServerSession(1003755748)--Connection(197149397)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER_TMP_COP
    [junit] [EL Fine]: 2024-04-17 17:53:57.03--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:57.03--ServerSession(1003755748)--Connection(248050873)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:57.03--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:57.03--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL")
    [junit] [EL Finest]: 2024-04-17 17:53:57.03--ServerSession(1003755748)--Connection(937366737)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.03--ServerSession(1003755748)--Connection(937366737)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.03--ServerSession(1003755748)--Connection(2130400175)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL
    [junit] [EL Fine]: 2024-04-17 17:53:57.031--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:57.031--ServerSession(1003755748)--Connection(937366737)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:57.031--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:57.031--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE_CREATURE")
    [junit] [EL Finest]: 2024-04-17 17:53:57.032--ServerSession(1003755748)--Connection(64989209)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.032--ServerSession(1003755748)--Connection(64989209)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.032--ServerSession(1003755748)--Connection(1290358063)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE_CREATURE
    [junit] [EL Fine]: 2024-04-17 17:53:57.032--ServerSession(1003755748)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:53:57.033--ServerSession(1003755748)--Connection(64989209)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:53:57.033--ServerSession(1003755748)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:57.033--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-17 17:53:57.033--ServerSession(1003755748)--Connection(1020897892)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.033--ServerSession(1003755748)--Connection(1020897892)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.033--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-17 17:53:57.037--ServerSession(1003755748)--Connection(1020897892)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.037--Thread(Thread[main,5,main])--The table (TMP_COMPONENT) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.037--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-17 17:53:57.037--ServerSession(1003755748)--Connection(1961667779)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.037--ServerSession(1003755748)--Connection(1961667779)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.037--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-17 17:53:57.04--ServerSession(1003755748)--Connection(1961667779)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.04--Thread(Thread[main,5,main])--The table (TMP_METRIC) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.041--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-17 17:53:57.041--ServerSession(1003755748)--Connection(910691117)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.041--ServerSession(1003755748)--Connection(910691117)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.041--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-17 17:53:57.044--ServerSession(1003755748)--Connection(910691117)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.044--Thread(Thread[main,5,main])--The table (TMP_ABSTR_EMP) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.044--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-17 17:53:57.044--ServerSession(1003755748)--Connection(1105958076)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.044--ServerSession(1003755748)--Connection(1105958076)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.044--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-17 17:53:57.047--ServerSession(1003755748)--Connection(1105958076)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.047--Thread(Thread[main,5,main])--The table (TMP_CONTRACT_EMP) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.047--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-17 17:53:57.047--ServerSession(1003755748)--Connection(1585189917)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.047--ServerSession(1003755748)--Connection(1585189917)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.047--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-17 17:53:57.05--ServerSession(1003755748)--Connection(1585189917)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.05--Thread(Thread[main,5,main])--The table (TMP_ACCOUNT) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.05--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-17 17:53:57.05--ServerSession(1003755748)--Connection(1928983164)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.05--ServerSession(1003755748)--Connection(1928983164)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.05--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-17 17:53:57.054--ServerSession(1003755748)--Connection(1928983164)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.054--Thread(Thread[main,5,main])--The table (TMP_VEHICLE) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.054--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-17 17:53:57.054--ServerSession(1003755748)--Connection(1268237485)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.054--ServerSession(1003755748)--Connection(1268237485)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.054--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-17 17:53:57.057--ServerSession(1003755748)--Connection(1268237485)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.057--Thread(Thread[main,5,main])--The table (TMP_BROKER_ACC) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.057--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-17 17:53:57.057--ServerSession(1003755748)--Connection(603183755)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.057--ServerSession(1003755748)--Connection(603183755)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.057--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-17 17:53:57.06--ServerSession(1003755748)--Connection(603183755)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.06--Thread(Thread[main,5,main])--The table (TMP_CHECK_ACC) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.06--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-17 17:53:57.06--ServerSession(1003755748)--Connection(1028538462)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.06--ServerSession(1003755748)--Connection(1028538462)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.06--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-17 17:53:57.064--ServerSession(1003755748)--Connection(1028538462)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.064--Thread(Thread[main,5,main])--The table (TMP_COSTCENTER) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.064--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-17 17:53:57.064--ServerSession(1003755748)--Connection(18459190)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.064--ServerSession(1003755748)--Connection(18459190)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.064--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-17 17:53:57.067--ServerSession(1003755748)--Connection(18459190)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.067--Thread(Thread[main,5,main])--The table (TMP_COURSE) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.067--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-17 17:53:57.067--ServerSession(1003755748)--Connection(548093498)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.067--ServerSession(1003755748)--Connection(548093498)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.067--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-17 17:53:57.07--ServerSession(1003755748)--Connection(548093498)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.07--Thread(Thread[main,5,main])--The table (TMP_CREDIT_ACC) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.07--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-17 17:53:57.07--ServerSession(1003755748)--Connection(1771040410)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.07--ServerSession(1003755748)--Connection(1771040410)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.07--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-17 17:53:57.073--ServerSession(1003755748)--Connection(1771040410)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.073--Thread(Thread[main,5,main])--The table (TMP_CUBICLE) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.073--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-17 17:53:57.073--ServerSession(1003755748)--Connection(33238366)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.073--ServerSession(1003755748)--Connection(33238366)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.073--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-17 17:53:57.076--ServerSession(1003755748)--Connection(33238366)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.076--Thread(Thread[main,5,main])--The table (TMP_DEP) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.076--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-17 17:53:57.076--ServerSession(1003755748)--Connection(1079167170)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.076--ServerSession(1003755748)--Connection(1079167170)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.076--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-17 17:53:57.08--ServerSession(1003755748)--Connection(1079167170)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.08--Thread(Thread[main,5,main])--The table (TMP_EMP) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.08--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-17 17:53:57.08--ServerSession(1003755748)--Connection(1131710157)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.08--ServerSession(1003755748)--Connection(1131710157)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.08--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-17 17:53:57.083--ServerSession(1003755748)--Connection(1131710157)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.083--Thread(Thread[main,5,main])--The table (TMP_HOBBY) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.083--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-17 17:53:57.083--ServerSession(1003755748)--Connection(830083467)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.083--ServerSession(1003755748)--Connection(830083467)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.083--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-17 17:53:57.085--ServerSession(1003755748)--Connection(830083467)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.085--Thread(Thread[main,5,main])--The table (TMP_MATERIAL) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.085--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-17 17:53:57.085--ServerSession(1003755748)--Connection(2142411945)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.085--ServerSession(1003755748)--Connection(2142411945)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.085--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-17 17:53:57.089--ServerSession(1003755748)--Connection(2142411945)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.089--Thread(Thread[main,5,main])--The table (TMP_OFFICE) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.089--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-17 17:53:57.089--ServerSession(1003755748)--Connection(414765427)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.089--ServerSession(1003755748)--Connection(414765427)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.089--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-17 17:53:57.092--ServerSession(1003755748)--Connection(414765427)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.092--Thread(Thread[main,5,main])--The table (TMP_PATENT) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.092--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-17 17:53:57.092--ServerSession(1003755748)--Connection(408543908)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.092--ServerSession(1003755748)--Connection(408543908)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.092--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-17 17:53:57.095--ServerSession(1003755748)--Connection(408543908)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.095--Thread(Thread[main,5,main])--The table (TMP_REVIEW) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.096--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-17 17:53:57.096--ServerSession(1003755748)--Connection(1092382020)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.096--ServerSession(1003755748)--Connection(1092382020)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.096--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-17 17:53:57.098--ServerSession(1003755748)--Connection(1092382020)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.098--Thread(Thread[main,5,main])--The table (TMP_REVIEW_DETAILS) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.098--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-17 17:53:57.099--ServerSession(1003755748)--Connection(797539755)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.099--ServerSession(1003755748)--Connection(797539755)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.099--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-17 17:53:57.101--ServerSession(1003755748)--Connection(797539755)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.101--Thread(Thread[main,5,main])--The table (TMP_PROJECT) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.102--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-17 17:53:57.102--ServerSession(1003755748)--Connection(967343730)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.102--ServerSession(1003755748)--Connection(967343730)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.102--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-17 17:53:57.104--ServerSession(1003755748)--Connection(967343730)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.104--Thread(Thread[main,5,main])--The table (TMP_PROJECT_DETAILS) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.105--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-17 17:53:57.105--ServerSession(1003755748)--Connection(1168956689)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.105--ServerSession(1003755748)--Connection(1168956689)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.105--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-17 17:53:57.108--ServerSession(1003755748)--Connection(1168956689)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.108--Thread(Thread[main,5,main])--The table (TMP_SAVE_ACC) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.108--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-17 17:53:57.108--ServerSession(1003755748)--Connection(1492358500)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.108--ServerSession(1003755748)--Connection(1492358500)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.108--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-17 17:53:57.111--ServerSession(1003755748)--Connection(1492358500)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.111--Thread(Thread[main,5,main])--The table (TMP_TASK) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.111--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-17 17:53:57.111--ServerSession(1003755748)--Connection(2007004340)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.111--ServerSession(1003755748)--Connection(2007004340)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.111--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-17 17:53:57.115--ServerSession(1003755748)--Connection(2007004340)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.115--Thread(Thread[main,5,main])--The table (TMP_TRAILER) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.115--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-17 17:53:57.115--ServerSession(1003755748)--Connection(585803886)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.115--ServerSession(1003755748)--Connection(585803886)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.115--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-17 17:53:57.128--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-17 17:53:57.129--ServerSession(1003755748)--Connection(585803886)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.129--Thread(Thread[main,5,main])--The table (TMP_PROFILE) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.129--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-17 17:53:57.129--ServerSession(1003755748)--Connection(1991075605)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.129--ServerSession(1003755748)--Connection(1991075605)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.129--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-17 17:53:57.132--ServerSession(1003755748)--Connection(1991075605)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.132--Thread(Thread[main,5,main])--The table (TMP_UCOFFICE) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.132--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-17 17:53:57.132--ServerSession(1003755748)--Connection(310014578)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.132--ServerSession(1003755748)--Connection(310014578)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.132--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-17 17:53:57.135--ServerSession(1003755748)--Connection(310014578)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.135--Thread(Thread[main,5,main])--The table (TMP_READONLY) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.136--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-17 17:53:57.136--ServerSession(1003755748)--Connection(729375394)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.136--ServerSession(1003755748)--Connection(729375394)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.136--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-17 17:53:57.139--ServerSession(1003755748)--Connection(729375394)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.139--Thread(Thread[main,5,main])--The table (TMP_EMBEDD_FA) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.139--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-17 17:53:57.139--ServerSession(1003755748)--Connection(1871778598)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.139--ServerSession(1003755748)--Connection(1871778598)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.139--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-17 17:53:57.142--ServerSession(1003755748)--Connection(1871778598)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.142--Thread(Thread[main,5,main])--The table (TMP_EMBEDD_PA) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.142--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-17 17:53:57.142--ServerSession(1003755748)--Connection(1219797059)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.142--ServerSession(1003755748)--Connection(1219797059)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.142--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-17 17:53:57.145--ServerSession(1003755748)--Connection(1219797059)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.145--Thread(Thread[main,5,main])--The table (BYTE_ITEM) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.145--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-17 17:53:57.145--ServerSession(1003755748)--Connection(1598561139)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.145--ServerSession(1003755748)--Connection(1598561139)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.146--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-17 17:53:57.148--ServerSession(1003755748)--Connection(1598561139)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.148--Thread(Thread[main,5,main])--The table (BYTE_ITEM_ATT) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.148--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-17 17:53:57.148--ServerSession(1003755748)--Connection(77163673)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.148--ServerSession(1003755748)--Connection(77163673)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.149--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-17 17:53:57.151--ServerSession(1003755748)--Connection(77163673)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.151--Thread(Thread[main,5,main])--The table (TMP_ISLAND) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.151--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-17 17:53:57.151--ServerSession(1003755748)--Connection(979822206)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.151--ServerSession(1003755748)--Connection(979822206)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.152--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-17 17:53:57.155--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-17 17:53:57.155--ServerSession(1003755748)--Connection(979822206)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.155--Thread(Thread[main,5,main])--The table (TMP_CITY) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.155--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-17 17:53:57.155--ServerSession(1003755748)--Connection(214929887)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.155--ServerSession(1003755748)--Connection(214929887)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.155--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-17 17:53:57.158--ServerSession(1003755748)--Connection(214929887)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.158--Thread(Thread[main,5,main])--The table (TMP_COP) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.158--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-17 17:53:57.158--ServerSession(1003755748)--Connection(594586746)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.158--ServerSession(1003755748)--Connection(594586746)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.158--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-17 17:53:57.163--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-17 17:53:57.163--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-17 17:53:57.163--ServerSession(1003755748)--Connection(594586746)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.163--Thread(Thread[main,5,main])--The table (TMP_PERSON) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.163--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-17 17:53:57.163--ServerSession(1003755748)--Connection(558913557)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.163--ServerSession(1003755748)--Connection(558913557)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.163--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-17 17:53:57.166--ServerSession(1003755748)--Connection(558913557)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.166--Thread(Thread[main,5,main])--The table (TMP_INFORMER) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.166--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-17 17:53:57.166--ServerSession(1003755748)--Connection(836614448)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.166--ServerSession(1003755748)--Connection(836614448)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.166--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-17 17:53:57.169--ServerSession(1003755748)--Connection(836614448)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.169--Thread(Thread[main,5,main])--The table (TMP_CRIMINAL) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.169--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-17 17:53:57.169--ServerSession(1003755748)--Connection(324158286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.169--ServerSession(1003755748)--Connection(324158286)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.169--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-17 17:53:57.172--ServerSession(1003755748)--Connection(324158286)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.172--Thread(Thread[main,5,main])--The table (TMP_CAVE) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.172--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-17 17:53:57.172--ServerSession(1003755748)--Connection(1977508673)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.172--ServerSession(1003755748)--Connection(1977508673)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.172--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-17 17:53:57.175--ServerSession(1003755748)--Connection(1977508673)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.175--Thread(Thread[main,5,main])--The table (TMP_CREATURE) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.175--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-17 17:53:57.175--ServerSession(1003755748)--Connection(1033304734)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.175--ServerSession(1003755748)--Connection(1033304734)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.175--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-17 17:53:57.178--ServerSession(1003755748)--Connection(1033304734)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.178--Thread(Thread[main,5,main])--The table (TMP_CREATURE_DETAILS) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.178--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-17 17:53:57.178--ServerSession(1003755748)--Connection(404588697)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.178--ServerSession(1003755748)--Connection(404588697)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.179--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-17 17:53:57.181--ServerSession(1003755748)--Connection(404588697)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.182--Thread(Thread[main,5,main])--The table (TMP_MYTHICALCREATURE) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.182--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-17 17:53:57.182--ServerSession(1003755748)--Connection(643328884)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.182--ServerSession(1003755748)--Connection(643328884)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.182--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-17 17:53:57.184--ServerSession(1003755748)--Connection(643328884)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.185--Thread(Thread[main,5,main])--The table (TMP_WEAPON) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.185--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-17 17:53:57.185--ServerSession(1003755748)--Connection(645777794)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.185--ServerSession(1003755748)--Connection(645777794)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.185--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-17 17:53:57.188--ServerSession(1003755748)--Connection(645777794)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.188--Thread(Thread[main,5,main])--The table (TMP_CASC_NODE) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.188--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-17 17:53:57.188--ServerSession(1003755748)--Connection(1962586186)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.188--ServerSession(1003755748)--Connection(1962586186)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.188--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-17 17:53:57.19--ServerSession(1003755748)--Connection(1962586186)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.191--Thread(Thread[main,5,main])--The table (TMP_CASC_NODE_DESC) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.191--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-17 17:53:57.191--ServerSession(1003755748)--Connection(1031780408)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.191--ServerSession(1003755748)--Connection(1031780408)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.191--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-17 17:53:57.194--ServerSession(1003755748)--Connection(1031780408)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.194--Thread(Thread[main,5,main])--The table (TMP_NODE) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.194--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-17 17:53:57.194--ServerSession(1003755748)--Connection(2052601222)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.194--ServerSession(1003755748)--Connection(2052601222)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.194--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-17 17:53:57.196--ServerSession(1003755748)--Connection(2052601222)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.196--Thread(Thread[main,5,main])--The table (TMP_NASTY) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.196--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-17 17:53:57.197--ServerSession(1003755748)--Connection(269257589)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.197--ServerSession(1003755748)--Connection(269257589)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.197--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-17 17:53:57.199--ServerSession(1003755748)--Connection(269257589)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.199--Thread(Thread[main,5,main])--The table (TMP_TIMESTAMP) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.199--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-17 17:53:57.199--ServerSession(1003755748)--Connection(284660111)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.199--ServerSession(1003755748)--Connection(284660111)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.2--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-17 17:53:57.206--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-17 17:53:57.206--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-17 17:53:57.206--ServerSession(1003755748)--Connection(284660111)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.206--Thread(Thread[main,5,main])--The table (TMP_BASIC_TYPES_FA) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.207--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-17 17:53:57.207--ServerSession(1003755748)--Connection(401862395)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.207--ServerSession(1003755748)--Connection(401862395)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.207--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-17 17:53:57.213--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-17 17:53:57.213--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-17 17:53:57.213--ServerSession(1003755748)--Connection(401862395)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.213--Thread(Thread[main,5,main])--The table (TMP_BASIC_TYPES_PA) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.213--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-17 17:53:57.213--ServerSession(1003755748)--Connection(767764251)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.213--ServerSession(1003755748)--Connection(767764251)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.213--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-17 17:53:57.217--ServerSession(1003755748)--Connection(767764251)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.217--Thread(Thread[main,5,main])--The table (TMP_TEMPORAL_FA) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.217--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-17 17:53:57.218--ServerSession(1003755748)--Connection(737897289)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.218--ServerSession(1003755748)--Connection(737897289)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.218--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-17 17:53:57.221--ServerSession(1003755748)--Connection(737897289)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.221--Thread(Thread[main,5,main])--The table (TMP_ANIMAL) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.221--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-17 17:53:57.221--ServerSession(1003755748)--Connection(2058569241)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.221--ServerSession(1003755748)--Connection(2058569241)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.222--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-17 17:53:57.226--ServerSession(1003755748)--Connection(2058569241)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.226--Thread(Thread[main,5,main])--The table (TMP_ELEMENT) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.226--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-17 17:53:57.226--ServerSession(1003755748)--Connection(2063355321)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.226--ServerSession(1003755748)--Connection(2063355321)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.226--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-17 17:53:57.229--ServerSession(1003755748)--Connection(2063355321)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.229--Thread(Thread[main,5,main])--The table (TMP_PLANT) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.229--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-17 17:53:57.229--ServerSession(1003755748)--Connection(1380085944)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.229--ServerSession(1003755748)--Connection(1380085944)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.229--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-17 17:53:57.232--ServerSession(1003755748)--Connection(1380085944)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.232--Thread(Thread[main,5,main])--The table (TMP_EMP_BICYCLE) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.232--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-17 17:53:57.232--ServerSession(1003755748)--Connection(1746074170)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.232--ServerSession(1003755748)--Connection(1746074170)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.232--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-17 17:53:57.235--ServerSession(1003755748)--Connection(1746074170)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.235--Thread(Thread[main,5,main])--The table (TMP_COURSE_EMP) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.235--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-17 17:53:57.235--ServerSession(1003755748)--Connection(1753645864)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.235--ServerSession(1003755748)--Connection(1753645864)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.236--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-17 17:53:57.238--ServerSession(1003755748)--Connection(1753645864)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.238--Thread(Thread[main,5,main])--The table (TMP_EMP_CREDIT) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.238--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-17 17:53:57.238--ServerSession(1003755748)--Connection(1733381085)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.238--ServerSession(1003755748)--Connection(1733381085)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.239--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-17 17:53:57.241--ServerSession(1003755748)--Connection(1733381085)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.241--Thread(Thread[main,5,main])--The table (TMP_EMP_HOBBY) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.242--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-17 17:53:57.242--ServerSession(1003755748)--Connection(1929218620)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.242--ServerSession(1003755748)--Connection(1929218620)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.242--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-17 17:53:57.245--ServerSession(1003755748)--Connection(1929218620)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.245--Thread(Thread[main,5,main])--The table (TMP_EMP_PATENT) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.245--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-17 17:53:57.245--ServerSession(1003755748)--Connection(1648278215)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.245--ServerSession(1003755748)--Connection(1648278215)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.245--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-17 17:53:57.248--ServerSession(1003755748)--Connection(1648278215)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.248--Thread(Thread[main,5,main])--The table (TMP_EMP_PROJECT) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.248--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-17 17:53:57.248--ServerSession(1003755748)--Connection(1860118977)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.248--ServerSession(1003755748)--Connection(1860118977)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.248--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-17 17:53:57.251--ServerSession(1003755748)--Connection(1860118977)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.251--Thread(Thread[main,5,main])--The table (TMP_EMP_REVIEW) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.251--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-17 17:53:57.251--ServerSession(1003755748)--Connection(1395725953)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.251--ServerSession(1003755748)--Connection(1395725953)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.251--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-17 17:53:57.254--ServerSession(1003755748)--Connection(1395725953)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.254--Thread(Thread[main,5,main])--The table (TMP_OFFICE_CUBICLE) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.255--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-17 17:53:57.255--ServerSession(1003755748)--Connection(1966787205)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.255--ServerSession(1003755748)--Connection(1966787205)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.255--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-17 17:53:57.258--ServerSession(1003755748)--Connection(1966787205)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.258--Thread(Thread[main,5,main])--The table (TMP_VEHICLE_PROFILE) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.258--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-17 17:53:57.258--ServerSession(1003755748)--Connection(505323251)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.258--ServerSession(1003755748)--Connection(505323251)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.258--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-17 17:53:57.261--ServerSession(1003755748)--Connection(505323251)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.261--Thread(Thread[main,5,main])--The table (TMP_UCOFFICE_CUBICLE) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.261--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-17 17:53:57.261--ServerSession(1003755748)--Connection(843100836)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.261--ServerSession(1003755748)--Connection(843100836)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.261--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-17 17:53:57.264--ServerSession(1003755748)--Connection(843100836)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.264--Thread(Thread[main,5,main])--The table (TMP_CITY_TMP_COP) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.264--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-17 17:53:57.264--ServerSession(1003755748)--Connection(2109615807)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.264--ServerSession(1003755748)--Connection(2109615807)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.265--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-17 17:53:57.267--ServerSession(1003755748)--Connection(2109615807)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.267--Thread(Thread[main,5,main])--The table (TMP_CITY_TMP_CRIMINAL) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.267--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-17 17:53:57.267--ServerSession(1003755748)--Connection(146638536)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.267--ServerSession(1003755748)--Connection(146638536)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.268--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-17 17:53:57.272--ServerSession(1003755748)--Connection(146638536)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.272--Thread(Thread[main,5,main])--The table (TMP_COP_TMP_CRIMINAL) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.272--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-17 17:53:57.272--ServerSession(1003755748)--Connection(170082758)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.272--ServerSession(1003755748)--Connection(170082758)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.272--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-17 17:53:57.275--ServerSession(1003755748)--Connection(170082758)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.275--Thread(Thread[main,5,main])--The table (TMP_COP_TMP_INFORMER) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.275--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-17 17:53:57.275--ServerSession(1003755748)--Connection(1692092775)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.275--ServerSession(1003755748)--Connection(1692092775)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.275--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-17 17:53:57.278--ServerSession(1003755748)--Connection(1692092775)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.278--Thread(Thread[main,5,main])--The table (TMP_INFORMER_TMP_COP) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.278--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-17 17:53:57.278--ServerSession(1003755748)--Connection(1559434619)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.278--ServerSession(1003755748)--Connection(1559434619)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.278--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-17 17:53:57.281--ServerSession(1003755748)--Connection(1559434619)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.281--Thread(Thread[main,5,main])--The table (TMP_CRIMINAL_TMP_CRIMINAL) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.281--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-17 17:53:57.281--ServerSession(1003755748)--Connection(513042872)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.281--ServerSession(1003755748)--Connection(513042872)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.281--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-17 17:53:57.284--ServerSession(1003755748)--Connection(513042872)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.284--Thread(Thread[main,5,main])--The table (TMP_CAVE_CREATURE) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:57.284--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-17 17:53:57.284--ServerSession(1003755748)--Connection(1500079441)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.284--ServerSession(1003755748)--Connection(1500079441)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.284--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-17 17:53:57.29--ServerSession(1003755748)--Connection(1500079441)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.291--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-17 17:53:57.291--ServerSession(1003755748)--Connection(388444787)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.291--ServerSession(1003755748)--Connection(388444787)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.291--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-17 17:53:57.3--ServerSession(1003755748)--Connection(388444787)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.3--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-17 17:53:57.3--ServerSession(1003755748)--Connection(1139915666)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.3--ServerSession(1003755748)--Connection(1139915666)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.3--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-17 17:53:57.308--ServerSession(1003755748)--Connection(1139915666)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.309--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-17 17:53:57.309--ServerSession(1003755748)--Connection(1967434886)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.309--ServerSession(1003755748)--Connection(1967434886)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.309--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-17 17:53:57.319--ServerSession(1003755748)--Connection(1967434886)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.319--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-17 17:53:57.319--ServerSession(1003755748)--Connection(1014278669)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.319--ServerSession(1003755748)--Connection(1014278669)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.319--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-17 17:53:57.327--ServerSession(1003755748)--Connection(1014278669)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.327--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-17 17:53:57.327--ServerSession(1003755748)--Connection(1217434045)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.328--ServerSession(1003755748)--Connection(1217434045)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.328--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-17 17:53:57.336--ServerSession(1003755748)--Connection(1217434045)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.336--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-17 17:53:57.336--ServerSession(1003755748)--Connection(2064787513)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.336--ServerSession(1003755748)--Connection(2064787513)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.336--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-17 17:53:57.346--ServerSession(1003755748)--Connection(2064787513)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.346--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-17 17:53:57.346--ServerSession(1003755748)--Connection(1572255813)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.346--ServerSession(1003755748)--Connection(1572255813)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.346--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-17 17:53:57.355--ServerSession(1003755748)--Connection(1572255813)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.355--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-17 17:53:57.355--ServerSession(1003755748)--Connection(751259764)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.355--ServerSession(1003755748)--Connection(751259764)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.355--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-17 17:53:57.37--ServerSession(1003755748)--Connection(751259764)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.37--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-17 17:53:57.37--ServerSession(1003755748)--Connection(2055276126)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.37--ServerSession(1003755748)--Connection(2055276126)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.37--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-17 17:53:57.387--ServerSession(1003755748)--Connection(2055276126)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.387--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-17 17:53:57.387--ServerSession(1003755748)--Connection(761533964)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.387--ServerSession(1003755748)--Connection(761533964)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.387--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-17 17:53:57.407--ServerSession(1003755748)--Connection(761533964)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.407--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-17 17:53:57.407--ServerSession(1003755748)--Connection(454841229)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.407--ServerSession(1003755748)--Connection(454841229)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.407--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-17 17:53:57.426--ServerSession(1003755748)--Connection(454841229)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.426--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-17 17:53:57.426--ServerSession(1003755748)--Connection(365211514)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.426--ServerSession(1003755748)--Connection(365211514)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.427--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-17 17:53:57.445--ServerSession(1003755748)--Connection(365211514)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.445--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-17 17:53:57.445--ServerSession(1003755748)--Connection(430329518)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.445--ServerSession(1003755748)--Connection(430329518)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.446--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-17 17:53:57.466--ServerSession(1003755748)--Connection(430329518)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.467--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-17 17:53:57.467--ServerSession(1003755748)--Connection(1414431049)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.467--ServerSession(1003755748)--Connection(1414431049)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.467--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-17 17:53:57.476--ServerSession(1003755748)--Connection(1414431049)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.477--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-17 17:53:57.477--ServerSession(1003755748)--Connection(713464342)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.477--ServerSession(1003755748)--Connection(713464342)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.477--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-17 17:53:57.485--ServerSession(1003755748)--Connection(713464342)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.485--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-17 17:53:57.485--ServerSession(1003755748)--Connection(1792711692)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.485--ServerSession(1003755748)--Connection(1792711692)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.485--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-17 17:53:57.493--ServerSession(1003755748)--Connection(1792711692)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.493--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-17 17:53:57.493--ServerSession(1003755748)--Connection(2068450031)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.493--ServerSession(1003755748)--Connection(2068450031)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.494--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-17 17:53:57.502--ServerSession(1003755748)--Connection(2068450031)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.502--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-17 17:53:57.502--ServerSession(1003755748)--Connection(697240075)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.502--ServerSession(1003755748)--Connection(697240075)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.502--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-17 17:53:57.51--ServerSession(1003755748)--Connection(697240075)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.51--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-17 17:53:57.511--ServerSession(1003755748)--Connection(934617920)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.511--ServerSession(1003755748)--Connection(934617920)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.511--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-17 17:53:57.52--ServerSession(1003755748)--Connection(934617920)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.52--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-17 17:53:57.52--ServerSession(1003755748)--Connection(1625932709)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.52--ServerSession(1003755748)--Connection(1625932709)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.52--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-17 17:53:57.529--ServerSession(1003755748)--Connection(1625932709)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.529--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-17 17:53:57.529--ServerSession(1003755748)--Connection(411748515)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.529--ServerSession(1003755748)--Connection(411748515)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.529--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-17 17:53:57.541--ServerSession(1003755748)--Connection(411748515)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.541--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-17 17:53:57.542--ServerSession(1003755748)--Connection(873105556)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.542--ServerSession(1003755748)--Connection(873105556)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.542--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-17 17:53:57.551--ServerSession(1003755748)--Connection(873105556)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.551--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-17 17:53:57.551--ServerSession(1003755748)--Connection(281487983)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.551--ServerSession(1003755748)--Connection(281487983)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.551--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-17 17:53:57.56--ServerSession(1003755748)--Connection(281487983)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.56--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-17 17:53:57.56--ServerSession(1003755748)--Connection(2118413714)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.56--ServerSession(1003755748)--Connection(2118413714)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.56--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-17 17:53:57.568--ServerSession(1003755748)--Connection(2118413714)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.568--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-17 17:53:57.568--ServerSession(1003755748)--Connection(1152554134)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.568--ServerSession(1003755748)--Connection(1152554134)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.568--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-17 17:53:57.578--ServerSession(1003755748)--Connection(1152554134)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.578--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-17 17:53:57.578--ServerSession(1003755748)--Connection(258860422)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.578--ServerSession(1003755748)--Connection(258860422)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.578--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-17 17:53:57.587--ServerSession(1003755748)--Connection(258860422)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.587--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-17 17:53:57.587--ServerSession(1003755748)--Connection(1138356642)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.587--ServerSession(1003755748)--Connection(1138356642)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.587--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-17 17:53:57.596--ServerSession(1003755748)--Connection(1138356642)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.596--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-17 17:53:57.596--ServerSession(1003755748)--Connection(2101086700)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.596--ServerSession(1003755748)--Connection(2101086700)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.596--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-17 17:53:57.605--ServerSession(1003755748)--Connection(2101086700)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.605--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-17 17:53:57.605--ServerSession(1003755748)--Connection(346049017)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.605--ServerSession(1003755748)--Connection(346049017)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.605--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-17 17:53:57.613--ServerSession(1003755748)--Connection(346049017)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.613--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-17 17:53:57.613--ServerSession(1003755748)--Connection(1287875609)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.613--ServerSession(1003755748)--Connection(1287875609)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.613--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-17 17:53:57.623--ServerSession(1003755748)--Connection(1287875609)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.623--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-17 17:53:57.623--ServerSession(1003755748)--Connection(1257526338)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.623--ServerSession(1003755748)--Connection(1257526338)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.623--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-17 17:53:57.631--ServerSession(1003755748)--Connection(1257526338)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.631--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-17 17:53:57.631--ServerSession(1003755748)--Connection(818546553)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.631--ServerSession(1003755748)--Connection(818546553)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.631--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-17 17:53:57.641--ServerSession(1003755748)--Connection(818546553)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.641--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-17 17:53:57.641--ServerSession(1003755748)--Connection(734275312)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.641--ServerSession(1003755748)--Connection(734275312)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.642--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-17 17:53:57.65--ServerSession(1003755748)--Connection(734275312)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.65--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-17 17:53:57.65--ServerSession(1003755748)--Connection(79121205)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.65--ServerSession(1003755748)--Connection(79121205)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.651--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-17 17:53:57.662--ServerSession(1003755748)--Connection(79121205)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.662--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-17 17:53:57.662--ServerSession(1003755748)--Connection(1286771084)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.662--ServerSession(1003755748)--Connection(1286771084)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.662--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-17 17:53:57.67--ServerSession(1003755748)--Connection(1286771084)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.67--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-17 17:53:57.67--ServerSession(1003755748)--Connection(1872774414)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.67--ServerSession(1003755748)--Connection(1872774414)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.671--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-17 17:53:57.681--ServerSession(1003755748)--Connection(1872774414)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.681--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-17 17:53:57.681--ServerSession(1003755748)--Connection(1901018532)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.681--ServerSession(1003755748)--Connection(1901018532)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.681--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-17 17:53:57.691--ServerSession(1003755748)--Connection(1901018532)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.691--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-17 17:53:57.691--ServerSession(1003755748)--Connection(801996095)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.691--ServerSession(1003755748)--Connection(801996095)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.691--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-17 17:53:57.7--ServerSession(1003755748)--Connection(801996095)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.7--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-17 17:53:57.7--ServerSession(1003755748)--Connection(1793469566)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.7--ServerSession(1003755748)--Connection(1793469566)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.701--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-17 17:53:57.711--ServerSession(1003755748)--Connection(1793469566)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.711--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-17 17:53:57.711--ServerSession(1003755748)--Connection(1565096593)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.711--ServerSession(1003755748)--Connection(1565096593)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.711--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-17 17:53:57.721--ServerSession(1003755748)--Connection(1565096593)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.721--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-17 17:53:57.721--ServerSession(1003755748)--Connection(810593327)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.721--ServerSession(1003755748)--Connection(810593327)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.722--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-17 17:53:57.731--ServerSession(1003755748)--Connection(810593327)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.731--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-17 17:53:57.731--ServerSession(1003755748)--Connection(2114701475)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.731--ServerSession(1003755748)--Connection(2114701475)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.732--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-17 17:53:57.741--ServerSession(1003755748)--Connection(2114701475)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.742--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-17 17:53:57.742--ServerSession(1003755748)--Connection(356539350)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.742--ServerSession(1003755748)--Connection(356539350)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.742--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-17 17:53:57.751--ServerSession(1003755748)--Connection(356539350)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.751--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-17 17:53:57.751--ServerSession(1003755748)--Connection(91831175)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.751--ServerSession(1003755748)--Connection(91831175)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.751--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-17 17:53:57.761--ServerSession(1003755748)--Connection(91831175)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.761--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-17 17:53:57.761--ServerSession(1003755748)--Connection(1863980798)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.761--ServerSession(1003755748)--Connection(1863980798)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.761--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-17 17:53:57.771--ServerSession(1003755748)--Connection(1863980798)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.771--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-17 17:53:57.771--ServerSession(1003755748)--Connection(1234435772)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.771--ServerSession(1003755748)--Connection(1234435772)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.771--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-17 17:53:57.78--ServerSession(1003755748)--Connection(1234435772)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.78--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-17 17:53:57.78--ServerSession(1003755748)--Connection(1637000661)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.78--ServerSession(1003755748)--Connection(1637000661)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.78--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-17 17:53:57.789--ServerSession(1003755748)--Connection(1637000661)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.789--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-17 17:53:57.789--ServerSession(1003755748)--Connection(43473566)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.789--ServerSession(1003755748)--Connection(43473566)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.789--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-17 17:53:57.799--ServerSession(1003755748)--Connection(43473566)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.799--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-17 17:53:57.799--ServerSession(1003755748)--Connection(2050360660)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.799--ServerSession(1003755748)--Connection(2050360660)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.799--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-17 17:53:57.807--ServerSession(1003755748)--Connection(2050360660)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.807--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-17 17:53:57.808--ServerSession(1003755748)--Connection(768669591)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.808--ServerSession(1003755748)--Connection(768669591)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.808--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-17 17:53:57.817--ServerSession(1003755748)--Connection(768669591)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.817--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-17 17:53:57.817--ServerSession(1003755748)--Connection(408388753)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.817--ServerSession(1003755748)--Connection(408388753)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.818--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-17 17:53:57.826--ServerSession(1003755748)--Connection(408388753)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.826--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-17 17:53:57.826--ServerSession(1003755748)--Connection(1406221524)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.826--ServerSession(1003755748)--Connection(1406221524)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.826--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-17 17:53:57.835--ServerSession(1003755748)--Connection(1406221524)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.835--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-17 17:53:57.835--ServerSession(1003755748)--Connection(1293465402)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.835--ServerSession(1003755748)--Connection(1293465402)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.836--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-17 17:53:57.844--ServerSession(1003755748)--Connection(1293465402)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.844--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-17 17:53:57.844--ServerSession(1003755748)--Connection(1277882374)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.844--ServerSession(1003755748)--Connection(1277882374)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.844--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-17 17:53:57.854--ServerSession(1003755748)--Connection(1277882374)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.855--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-17 17:53:57.855--ServerSession(1003755748)--Connection(1433976386)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.855--ServerSession(1003755748)--Connection(1433976386)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.855--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-17 17:53:57.864--ServerSession(1003755748)--Connection(1433976386)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.864--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-17 17:53:57.864--ServerSession(1003755748)--Connection(1405548909)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.864--ServerSession(1003755748)--Connection(1405548909)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.864--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-17 17:53:57.873--ServerSession(1003755748)--Connection(1405548909)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.873--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-17 17:53:57.873--ServerSession(1003755748)--Connection(461001437)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.873--ServerSession(1003755748)--Connection(461001437)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.873--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-17 17:53:57.881--ServerSession(1003755748)--Connection(461001437)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.881--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-17 17:53:57.881--ServerSession(1003755748)--Connection(987255094)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.881--ServerSession(1003755748)--Connection(987255094)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.882--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-17 17:53:57.89--ServerSession(1003755748)--Connection(987255094)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.89--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-17 17:53:57.891--ServerSession(1003755748)--Connection(1697976702)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.891--ServerSession(1003755748)--Connection(1697976702)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.891--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-17 17:53:57.899--ServerSession(1003755748)--Connection(1697976702)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.899--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-17 17:53:57.899--ServerSession(1003755748)--Connection(989321301)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.899--ServerSession(1003755748)--Connection(989321301)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.899--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-17 17:53:57.909--ServerSession(1003755748)--Connection(989321301)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.909--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-17 17:53:57.909--ServerSession(1003755748)--Connection(1505486986)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.909--ServerSession(1003755748)--Connection(1505486986)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.909--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-17 17:53:57.918--ServerSession(1003755748)--Connection(1505486986)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.918--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-17 17:53:57.918--ServerSession(1003755748)--Connection(1147545255)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.918--ServerSession(1003755748)--Connection(1147545255)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.918--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-17 17:53:57.927--ServerSession(1003755748)--Connection(1147545255)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.934--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-17 17:53:57.934--ServerSession(1003755748)--Connection(1403780103)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.934--ServerSession(1003755748)--Connection(1403780103)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.934--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-17 17:53:57.938--ServerSession(1003755748)--Connection(1403780103)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.938--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-17 17:53:57.938--ServerSession(1003755748)--Connection(1204030294)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.938--ServerSession(1003755748)--Connection(1204030294)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.938--ServerSession(1003755748)--Connection(1258527853)--Thread(Thread[main,5,main])--DELETE FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator'
    [junit] [EL Finest]: 2024-04-17 17:53:57.939--ServerSession(1003755748)--Connection(1204030294)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.939--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-17 17:53:57.939--ServerSession(1003755748)--Connection(1350395050)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.939--ServerSession(1003755748)--Connection(1350395050)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.939--ServerSession(1003755748)--Connection(923032392)--Thread(Thread[main,5,main])--SELECT * FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator'
    [junit] [EL Finest]: 2024-04-17 17:53:57.94--ServerSession(1003755748)--Connection(1350395050)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.94--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-17 17:53:57.94--ServerSession(1003755748)--Connection(1252138909)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.94--ServerSession(1003755748)--Connection(1252138909)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.94--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-17 17:53:57.941--ServerSession(1003755748)--Connection(1252138909)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.945--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-17 17:53:57.945--ServerSession(1003755748)--Connection(1141783782)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.945--ServerSession(1003755748)--Connection(1141783782)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.945--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-17 17:53:57.949--ServerSession(1003755748)--Connection(1141783782)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.949--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-17 17:53:57.949--ServerSession(1003755748)--Connection(1160247050)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.949--ServerSession(1003755748)--Connection(1160247050)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.949--ServerSession(1003755748)--Connection(1887115844)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator'
    [junit] [EL Finest]: 2024-04-17 17:53:57.95--ServerSession(1003755748)--Connection(1160247050)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.95--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-17 17:53:57.95--ServerSession(1003755748)--Connection(1464031233)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.95--ServerSession(1003755748)--Connection(1464031233)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.95--ServerSession(1003755748)--Connection(765880900)--Thread(Thread[main,5,main])--SELECT * FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator'
    [junit] [EL Finest]: 2024-04-17 17:53:57.951--ServerSession(1003755748)--Connection(1464031233)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.951--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-17 17:53:57.951--ServerSession(1003755748)--Connection(1639958975)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.951--ServerSession(1003755748)--Connection(1639958975)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.951--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-17 17:53:57.951--ServerSession(1003755748)--Connection(1639958975)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.955--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-17 17:53:57.955--ServerSession(1003755748)--Connection(395257482)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.955--ServerSession(1003755748)--Connection(395257482)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.955--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-17 17:53:57.959--ServerSession(1003755748)--Connection(395257482)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.959--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-17 17:53:57.959--ServerSession(1003755748)--Connection(1127174687)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.959--ServerSession(1003755748)--Connection(1127174687)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.959--ServerSession(1003755748)--Connection(763008902)--Thread(Thread[main,5,main])--DELETE FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator'
    [junit] [EL Finest]: 2024-04-17 17:53:57.96--ServerSession(1003755748)--Connection(1127174687)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.96--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-17 17:53:57.96--ServerSession(1003755748)--Connection(913148823)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.96--ServerSession(1003755748)--Connection(913148823)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.96--ServerSession(1003755748)--Connection(267098351)--Thread(Thread[main,5,main])--SELECT * FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator'
    [junit] [EL Finest]: 2024-04-17 17:53:57.96--ServerSession(1003755748)--Connection(913148823)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.96--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-17 17:53:57.961--ServerSession(1003755748)--Connection(1461322233)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.961--ServerSession(1003755748)--Connection(1461322233)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.961--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-17 17:53:57.961--ServerSession(1003755748)--Connection(1461322233)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.965--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'")
    [junit] [EL Finest]: 2024-04-17 17:53:57.966--ServerSession(1003755748)--Connection(224473864)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.966--ServerSession(1003755748)--Connection(224473864)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.966--ServerSession(1003755748)--Connection(627519623)--Thread(Thread[main,5,main])--DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
    [junit] [EL Finest]: 2024-04-17 17:53:57.966--ServerSession(1003755748)--Connection(224473864)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.966--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'")
    [junit] [EL Finest]: 2024-04-17 17:53:57.966--ServerSession(1003755748)--Connection(881513107)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.966--ServerSession(1003755748)--Connection(881513107)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.966--ServerSession(1003755748)--Connection(821513849)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
    [junit] [EL Finest]: 2024-04-17 17:53:57.967--ServerSession(1003755748)--Connection(881513107)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.967--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-17 17:53:57.967--ServerSession(1003755748)--Connection(1756143301)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.967--ServerSession(1003755748)--Connection(1756143301)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.967--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-17 17:53:57.967--ServerSession(1003755748)--Connection(1756143301)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.971--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-17 17:53:57.971--ServerSession(1003755748)--Connection(1710641643)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.971--ServerSession(1003755748)--Connection(1710641643)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.971--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-17 17:53:57.975--ServerSession(1003755748)--Connection(1710641643)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.975--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-17 17:53:57.975--ServerSession(1003755748)--Connection(1943408246)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.975--ServerSession(1003755748)--Connection(1943408246)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.975--ServerSession(1003755748)--Connection(620261614)--Thread(Thread[main,5,main])--DELETE FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component'
    [junit] [EL Finest]: 2024-04-17 17:53:57.976--ServerSession(1003755748)--Connection(1943408246)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.976--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-17 17:53:57.976--ServerSession(1003755748)--Connection(1014555985)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.976--ServerSession(1003755748)--Connection(1014555985)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.976--ServerSession(1003755748)--Connection(2132736278)--Thread(Thread[main,5,main])--SELECT * FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component'
    [junit] [EL Finest]: 2024-04-17 17:53:57.977--ServerSession(1003755748)--Connection(1014555985)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.977--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-17 17:53:57.977--ServerSession(1003755748)--Connection(1688918025)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.977--ServerSession(1003755748)--Connection(1688918025)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.977--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-17 17:53:57.977--ServerSession(1003755748)--Connection(1688918025)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.981--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-17 17:53:57.981--ServerSession(1003755748)--Connection(157783888)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.981--ServerSession(1003755748)--Connection(157783888)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.981--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-17 17:53:57.985--ServerSession(1003755748)--Connection(157783888)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.985--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'")
    [junit] [EL Finest]: 2024-04-17 17:53:57.985--ServerSession(1003755748)--Connection(898283008)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.985--ServerSession(1003755748)--Connection(898283008)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.985--ServerSession(1003755748)--Connection(14838518)--Thread(Thread[main,5,main])--DELETE FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'
    [junit] [EL Finest]: 2024-04-17 17:53:57.986--ServerSession(1003755748)--Connection(898283008)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.986--ServerSession(1003755748)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'")
    [junit] [EL Finest]: 2024-04-17 17:53:57.986--ServerSession(1003755748)--Connection(932312334)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.986--ServerSession(1003755748)--Connection(932312334)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.986--ServerSession(1003755748)--Connection(1464565578)--Thread(Thread[main,5,main])--SELECT * FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'
    [junit] [EL Finest]: 2024-04-17 17:53:57.986--ServerSession(1003755748)--Connection(932312334)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.986--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-17 17:53:57.986--ServerSession(1003755748)--Connection(840400805)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:57.986--ServerSession(1003755748)--Connection(840400805)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:57.986--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-17 17:53:57.987--ServerSession(1003755748)--Connection(840400805)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:53:57.99--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-17 17:53:57.99--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-17 17:53:57.99--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-17 17:53:57.991--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-17 17:53:57.991--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-17 17:53:57.991--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-17 17:53:57.991--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-17 17:53:57.991--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-17 17:53:57.991--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-17 17:53:57.991--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-17 17:53:57.991--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-17 17:53:57.991--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-17 17:53:57.992--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-17 17:53:57.992--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-17 17:53:57.992--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-17 17:53:57.992--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-17 17:53:57.992--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-17 17:53:57.992--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-17 17:53:57.992--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-17 17:53:57.993--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-17 17:53:57.993--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-17 17:53:57.993--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-17 17:53:57.993--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-17 17:53:57.993--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-17 17:53:57.993--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-17 17:53:57.993--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-17 17:53:57.993--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-17 17:53:57.993--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-17 17:53:57.994--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-17 17:53:57.994--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-17 17:53:57.994--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-17 17:53:57.994--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-17 17:53:57.994--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-17 17:53:57.994--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-17 17:53:57.994--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-17 17:53:57.994--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-17 17:53:57.995--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-17 17:53:57.995--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-17 17:53:57.995--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-17 17:53:57.995--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-17 17:53:57.995--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-17 17:53:57.995--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-17 17:53:57.995--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-17 17:53:57.995--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-17 17:53:57.996--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-17 17:53:57.996--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-17 17:53:57.996--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-17 17:53:57.996--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-17 17:53:57.996--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-17 17:53:57.996--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-17 17:53:57.996--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-17 17:53:57.996--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-17 17:53:57.997--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-17 17:53:57.997--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-17 17:53:57.997--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-17 17:53:57.997--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-17 17:53:57.997--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-17 17:53:57.997--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-17 17:53:57.997--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-17 17:53:57.998--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-17 17:53:57.998--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-17 17:53:57.998--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-17 17:53:57.998--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-17 17:53:57.998--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-17 17:53:57.998--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-17 17:53:57.998--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-17 17:53:57.998--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-17 17:53:57.998--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-17 17:53:58.008--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 406265225
    [junit] [EL Finer]: 2024-04-17 17:53:58.014--ClientSession(406265225)--Thread(Thread[main,5,main])--acquire unit of work: 598284487
    [junit] [EL Finest]: 2024-04-17 17:53:58.014--UnitOfWork(598284487)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.017--UnitOfWork(598284487)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.017--UnitOfWork(598284487)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.017--UnitOfWork(598284487)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.02--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-17 17:53:58.021--ServerSession(1003755748)--Connection(2107841088)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.021--ClientSession(406265225)--Connection(2107841088)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.021--ClientSession(406265225)--Connection(2107841088)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:53:58.022--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-17 17:53:58.022--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-17 17:53:58.022--ClientSession(406265225)--Connection(836841663)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:53:58.022--ClientSession(406265225)--Connection(836841663)--Thread(Thread[main,5,main])--INSERT INTO TMP_TRAILER (LOAD1, HIGH, LOW) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:53:58.022--ClientSession(406265225)--Connection(836841663)--Thread(Thread[main,5,main])--	bind => [13, 3, 1]
    [junit] [EL Fine]: 2024-04-17 17:53:58.022--ClientSession(406265225)--Connection(836841663)--Thread(Thread[main,5,main])--	bind => [12, 2, 1]
    [junit] [EL Fine]: 2024-04-17 17:53:58.022--ClientSession(406265225)--Connection(836841663)--Thread(Thread[main,5,main])--	bind => [23, 3, 2]
    [junit] [EL Finer]: 2024-04-17 17:53:58.022--ClientSession(406265225)--Connection(836841663)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:53:58.029--ClientSession(406265225)--Connection(836841663)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.029--ServerSession(1003755748)--Connection(2107841088)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.03--UnitOfWork(598284487)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.03--UnitOfWork(598284487)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.03--UnitOfWork(598284487)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.03--ClientSession(406265225)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.03--UnitOfWork(598284487)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.03--ClientSession(406265225)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.033--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1372124716
    [junit] [EL Finer]: 2024-04-17 17:53:58.033--ClientSession(1372124716)--Thread(Thread[main,5,main])--acquire unit of work: 1101231294
    [junit] [EL Finest]: 2024-04-17 17:53:58.033--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-17 17:53:58.033--ServerSession(1003755748)--Connection(1157624710)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.033--ServerSession(1003755748)--Connection(1157624710)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.033--ServerSession(1003755748)--Connection(533140425)--Thread(Thread[main,5,main])--SELECT LOAD1, HIGH, LOW FROM TMP_TRAILER
    [junit] [EL Finest]: 2024-04-17 17:53:58.034--ServerSession(1003755748)--Connection(1157624710)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.037--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-17 17:53:58.037--ServerSession(1003755748)--Connection(253613492)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.037--ServerSession(1003755748)--Connection(253613492)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.037--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-17 17:53:58.038--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.059 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.embedded.TestEmbeddingWithFieldAccess
    [junit] [EL Finer]: 2024-04-17 17:53:58.152--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1974918491
    [junit] [EL Finer]: 2024-04-17 17:53:58.152--ClientSession(1974918491)--Thread(Thread[main,5,main])--acquire unit of work: 188647125
    [junit] [EL Finest]: 2024-04-17 17:53:58.153--UnitOfWork(188647125)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.153--UnitOfWork(188647125)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.154--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-17 17:53:58.154--ServerSession(1003755748)--Connection(1628848368)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.154--ClientSession(1974918491)--Connection(1628848368)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.154--ClientSession(1974918491)--Connection(1628848368)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.154--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-17 17:53:58.157--ClientSession(1974918491)--Connection(1742885458)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.157--ServerSession(1003755748)--Connection(1628848368)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.157--UnitOfWork(188647125)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.157--UnitOfWork(188647125)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.157--UnitOfWork(188647125)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.157--ClientSession(1974918491)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.157--UnitOfWork(188647125)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.158--ClientSession(1974918491)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.158--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 2012910465
    [junit] [EL Finer]: 2024-04-17 17:53:58.158--ClientSession(2012910465)--Thread(Thread[main,5,main])--acquire unit of work: 1993812827
    [junit] [EL Finest]: 2024-04-17 17:53:58.158--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-17 17:53:58.159--ServerSession(1003755748)--Connection(775093282)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.159--ServerSession(1003755748)--Connection(775093282)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.159--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-17 17:53:58.159--ServerSession(1003755748)--Connection(775093282)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.16--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-17 17:53:58.16--UnitOfWork(1993812827)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.16--UnitOfWork(1993812827)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.161--UnitOfWork(1993812827)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=EmbeddingFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:53:58.161--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-17 17:53:58.161--ServerSession(1003755748)--Connection(1729045606)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.161--ClientSession(2012910465)--Connection(1729045606)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.161--ClientSession(2012910465)--Connection(1729045606)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:53:58.162--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-17 17:53:58.162--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-17 17:53:58.163--ClientSession(2012910465)--Connection(201245433)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMBEDD_FA WHERE (ID = ?)
    [junit] 	bind => [47]
    [junit] [EL Finer]: 2024-04-17 17:53:58.163--ClientSession(2012910465)--Connection(201245433)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.164--ServerSession(1003755748)--Connection(1729045606)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.164--UnitOfWork(1993812827)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.164--UnitOfWork(1993812827)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.164--UnitOfWork(1993812827)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.164--ClientSession(2012910465)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.164--UnitOfWork(1993812827)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.164--ClientSession(2012910465)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.164--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 513241240
    [junit] [EL Finer]: 2024-04-17 17:53:58.164--ClientSession(513241240)--Thread(Thread[main,5,main])--acquire unit of work: 1661178041
    [junit] [EL Finest]: 2024-04-17 17:53:58.164--UnitOfWork(1661178041)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.164--UnitOfWork(1661178041)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.164--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-17 17:53:58.164--ServerSession(1003755748)--Connection(1821228886)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.164--ClientSession(513241240)--Connection(1821228886)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.164--ClientSession(513241240)--Connection(1821228886)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.165--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-17 17:53:58.175--ClientSession(513241240)--Connection(1228603887)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.176--ServerSession(1003755748)--Connection(1821228886)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.176--UnitOfWork(1661178041)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.176--UnitOfWork(1661178041)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.176--UnitOfWork(1661178041)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.176--ClientSession(513241240)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.176--UnitOfWork(1661178041)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.176--ClientSession(513241240)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.176--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 842588842
    [junit] [EL Finer]: 2024-04-17 17:53:58.176--ClientSession(842588842)--Thread(Thread[main,5,main])--acquire unit of work: 746436902
    [junit] [EL Finest]: 2024-04-17 17:53:58.176--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-17 17:53:58.176--ServerSession(1003755748)--Connection(628599133)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.176--ServerSession(1003755748)--Connection(628599133)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.176--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-17 17:53:58.177--ServerSession(1003755748)--Connection(628599133)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.177--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-17 17:53:58.178--UnitOfWork(746436902)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.178--UnitOfWork(746436902)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.178--UnitOfWork(746436902)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.178--UnitOfWork(746436902)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.178--ClientSession(842588842)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.178--UnitOfWork(746436902)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.178--ClientSession(842588842)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.178--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1719727892
    [junit] [EL Finer]: 2024-04-17 17:53:58.178--ClientSession(1719727892)--Thread(Thread[main,5,main])--acquire unit of work: 1404150776
    [junit] [EL Finest]: 2024-04-17 17:53:58.178--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-17 17:53:58.178--ServerSession(1003755748)--Connection(2107105388)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.178--ServerSession(1003755748)--Connection(2107105388)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.178--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-17 17:53:58.179--ServerSession(1003755748)--Connection(2107105388)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.179--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-17 17:53:58.179--UnitOfWork(1404150776)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.179--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-17 17:53:58.179--ServerSession(1003755748)--Connection(1051890381)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.179--ClientSession(1719727892)--Connection(1051890381)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.179--ClientSession(1719727892)--Connection(1051890381)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.18--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-17 17:53:58.18--ClientSession(1719727892)--Connection(2144962543)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.181--ServerSession(1003755748)--Connection(1051890381)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.181--UnitOfWork(1404150776)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.181--UnitOfWork(1404150776)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.181--UnitOfWork(1404150776)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.181--ClientSession(1719727892)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.181--UnitOfWork(1404150776)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.181--ClientSession(1719727892)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.181--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 99195804
    [junit] [EL Finer]: 2024-04-17 17:53:58.181--ClientSession(99195804)--Thread(Thread[main,5,main])--acquire unit of work: 803685654
    [junit] [EL Finest]: 2024-04-17 17:53:58.181--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-17 17:53:58.181--ServerSession(1003755748)--Connection(473061882)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.181--ServerSession(1003755748)--Connection(473061882)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.181--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-17 17:53:58.182--ServerSession(1003755748)--Connection(473061882)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.182--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-17 17:53:58.182--UnitOfWork(803685654)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.182--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-17 17:53:58.182--ServerSession(1003755748)--Connection(1229365242)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.182--ClientSession(99195804)--Connection(1229365242)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.182--ClientSession(99195804)--Connection(1229365242)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.183--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-17 17:53:58.183--ClientSession(99195804)--Connection(1301763240)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.184--ServerSession(1003755748)--Connection(1229365242)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.184--UnitOfWork(803685654)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.184--UnitOfWork(803685654)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.184--UnitOfWork(803685654)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.184--ClientSession(99195804)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.184--UnitOfWork(803685654)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.184--ClientSession(99195804)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.184--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1387556178
    [junit] [EL Finer]: 2024-04-17 17:53:58.184--ClientSession(1387556178)--Thread(Thread[main,5,main])--acquire unit of work: 1931977799
    [junit] [EL Finest]: 2024-04-17 17:53:58.184--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-17 17:53:58.185--ServerSession(1003755748)--Connection(108012266)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.185--ServerSession(1003755748)--Connection(108012266)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.185--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-17 17:53:58.185--ServerSession(1003755748)--Connection(108012266)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.185--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-17 17:53:58.185--UnitOfWork(1931977799)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.186--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-17 17:53:58.186--ServerSession(1003755748)--Connection(225507106)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.186--ClientSession(1387556178)--Connection(225507106)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.186--ClientSession(1387556178)--Connection(225507106)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.186--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-17 17:53:58.187--ClientSession(1387556178)--Connection(505343709)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.187--ServerSession(1003755748)--Connection(225507106)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.187--UnitOfWork(1931977799)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.187--UnitOfWork(1931977799)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.187--UnitOfWork(1931977799)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.187--ClientSession(1387556178)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.187--UnitOfWork(1931977799)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.187--ClientSession(1387556178)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.187--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 2127123542
    [junit] [EL Finer]: 2024-04-17 17:53:58.187--ClientSession(2127123542)--Thread(Thread[main,5,main])--acquire unit of work: 1955226954
    [junit] [EL Finest]: 2024-04-17 17:53:58.188--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-17 17:53:58.188--ServerSession(1003755748)--Connection(495650048)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.188--ServerSession(1003755748)--Connection(495650048)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.188--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-17 17:53:58.188--ServerSession(1003755748)--Connection(495650048)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.189--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-17 17:53:58.189--UnitOfWork(1955226954)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.189--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-17 17:53:58.189--ServerSession(1003755748)--Connection(984235065)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.189--ClientSession(2127123542)--Connection(984235065)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.189--ClientSession(2127123542)--Connection(984235065)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.19--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-17 17:53:58.19--ClientSession(2127123542)--Connection(1705634364)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.19--ServerSession(1003755748)--Connection(984235065)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.191--UnitOfWork(1955226954)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.191--UnitOfWork(1955226954)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.191--UnitOfWork(1955226954)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.191--ClientSession(2127123542)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.191--UnitOfWork(1955226954)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.191--ClientSession(2127123542)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.191--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1183912264
    [junit] [EL Finer]: 2024-04-17 17:53:58.191--ClientSession(1183912264)--Thread(Thread[main,5,main])--acquire unit of work: 766621271
    [junit] [EL Finest]: 2024-04-17 17:53:58.191--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-17 17:53:58.191--ServerSession(1003755748)--Connection(132338135)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.191--ServerSession(1003755748)--Connection(132338135)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.191--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-17 17:53:58.192--ServerSession(1003755748)--Connection(132338135)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:53:58.203--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1424043852
    [junit] [EL Finer]: 2024-04-17 17:53:58.203--ClientSession(1424043852)--Thread(Thread[main,5,main])--acquire unit of work: 1620643420
    [junit] [EL Finest]: 2024-04-17 17:53:58.203--UnitOfWork(1620643420)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.203--UnitOfWork(1620643420)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.203--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-17 17:53:58.203--ServerSession(1003755748)--Connection(1282100951)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.203--ClientSession(1424043852)--Connection(1282100951)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.203--ClientSession(1424043852)--Connection(1282100951)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.204--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-17 17:53:58.205--ClientSession(1424043852)--Connection(556151572)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.205--ServerSession(1003755748)--Connection(1282100951)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.205--UnitOfWork(1620643420)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.205--UnitOfWork(1620643420)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.205--UnitOfWork(1620643420)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.205--ClientSession(1424043852)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.205--UnitOfWork(1620643420)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.205--ClientSession(1424043852)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.205--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1251133097
    [junit] [EL Finer]: 2024-04-17 17:53:58.205--ClientSession(1251133097)--Thread(Thread[main,5,main])--acquire unit of work: 1553544410
    [junit] [EL Finest]: 2024-04-17 17:53:58.205--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-17 17:53:58.206--ServerSession(1003755748)--Connection(1287062222)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.206--ServerSession(1003755748)--Connection(1287062222)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.206--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-17 17:53:58.206--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.093 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.embedded.TestEmbeddingWithPropertyAccess
    [junit] [EL Finer]: 2024-04-17 17:53:58.233--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 773535564
    [junit] [EL Finer]: 2024-04-17 17:53:58.233--ClientSession(773535564)--Thread(Thread[main,5,main])--acquire unit of work: 1070523353
    [junit] [EL Finest]: 2024-04-17 17:53:58.233--UnitOfWork(1070523353)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.234--UnitOfWork(1070523353)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.234--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-17 17:53:58.234--ServerSession(1003755748)--Connection(22179697)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.234--ClientSession(773535564)--Connection(22179697)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.234--ClientSession(773535564)--Connection(22179697)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.235--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-17 17:53:58.235--ClientSession(773535564)--Connection(1238013097)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.235--ServerSession(1003755748)--Connection(22179697)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.235--UnitOfWork(1070523353)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.236--UnitOfWork(1070523353)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.236--UnitOfWork(1070523353)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.236--ClientSession(773535564)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.236--UnitOfWork(1070523353)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.236--ClientSession(773535564)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.236--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1530977859
    [junit] [EL Finer]: 2024-04-17 17:53:58.236--ClientSession(1530977859)--Thread(Thread[main,5,main])--acquire unit of work: 1241189309
    [junit] [EL Finest]: 2024-04-17 17:53:58.236--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-17 17:53:58.236--ServerSession(1003755748)--Connection(35419258)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.236--ServerSession(1003755748)--Connection(35419258)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.236--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-17 17:53:58.237--ServerSession(1003755748)--Connection(35419258)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.237--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-17 17:53:58.237--UnitOfWork(1241189309)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.237--UnitOfWork(1241189309)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.237--UnitOfWork(1241189309)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=EmbeddingPropertyAccess )
    [junit] [EL Finest]: 2024-04-17 17:53:58.238--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-17 17:53:58.238--ServerSession(1003755748)--Connection(1758060579)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.238--ClientSession(1530977859)--Connection(1758060579)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.238--ClientSession(1530977859)--Connection(1758060579)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:53:58.239--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-17 17:53:58.239--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-17 17:53:58.239--ClientSession(1530977859)--Connection(593185976)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMBEDD_PA WHERE (ID = ?)
    [junit] 	bind => [48]
    [junit] [EL Finer]: 2024-04-17 17:53:58.24--ClientSession(1530977859)--Connection(593185976)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.24--ServerSession(1003755748)--Connection(1758060579)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.24--UnitOfWork(1241189309)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.24--UnitOfWork(1241189309)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.241--UnitOfWork(1241189309)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.241--ClientSession(1530977859)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.241--UnitOfWork(1241189309)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.241--ClientSession(1530977859)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.241--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 800990938
    [junit] [EL Finer]: 2024-04-17 17:53:58.241--ClientSession(800990938)--Thread(Thread[main,5,main])--acquire unit of work: 1322341191
    [junit] [EL Finest]: 2024-04-17 17:53:58.241--UnitOfWork(1322341191)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.241--UnitOfWork(1322341191)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.241--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-17 17:53:58.241--ServerSession(1003755748)--Connection(179455108)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.241--ClientSession(800990938)--Connection(179455108)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.241--ClientSession(800990938)--Connection(179455108)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.242--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-17 17:53:58.242--ClientSession(800990938)--Connection(1424243710)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.242--ServerSession(1003755748)--Connection(179455108)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.243--UnitOfWork(1322341191)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.243--UnitOfWork(1322341191)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.243--UnitOfWork(1322341191)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.243--ClientSession(800990938)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.243--UnitOfWork(1322341191)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.243--ClientSession(800990938)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.243--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1681423383
    [junit] [EL Finer]: 2024-04-17 17:53:58.243--ClientSession(1681423383)--Thread(Thread[main,5,main])--acquire unit of work: 2083951216
    [junit] [EL Finest]: 2024-04-17 17:53:58.243--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-17 17:53:58.243--ServerSession(1003755748)--Connection(167275971)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.243--ServerSession(1003755748)--Connection(167275971)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.243--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-17 17:53:58.244--ServerSession(1003755748)--Connection(167275971)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.244--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-17 17:53:58.244--UnitOfWork(2083951216)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.244--UnitOfWork(2083951216)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.244--UnitOfWork(2083951216)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.244--UnitOfWork(2083951216)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.244--ClientSession(1681423383)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.244--UnitOfWork(2083951216)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.244--ClientSession(1681423383)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.244--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 200760156
    [junit] [EL Finer]: 2024-04-17 17:53:58.244--ClientSession(200760156)--Thread(Thread[main,5,main])--acquire unit of work: 383403884
    [junit] [EL Finest]: 2024-04-17 17:53:58.244--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-17 17:53:58.244--ServerSession(1003755748)--Connection(802628402)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.244--ServerSession(1003755748)--Connection(802628402)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.245--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-17 17:53:58.245--ServerSession(1003755748)--Connection(802628402)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.245--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-17 17:53:58.245--UnitOfWork(383403884)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.246--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-17 17:53:58.246--ServerSession(1003755748)--Connection(89144801)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.246--ClientSession(200760156)--Connection(89144801)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.246--ClientSession(200760156)--Connection(89144801)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.247--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-17 17:53:58.247--ClientSession(200760156)--Connection(1209462308)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.247--ServerSession(1003755748)--Connection(89144801)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.247--UnitOfWork(383403884)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.247--UnitOfWork(383403884)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.248--UnitOfWork(383403884)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.248--ClientSession(200760156)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.248--UnitOfWork(383403884)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.248--ClientSession(200760156)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.248--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1935751909
    [junit] [EL Finer]: 2024-04-17 17:53:58.248--ClientSession(1935751909)--Thread(Thread[main,5,main])--acquire unit of work: 1511259379
    [junit] [EL Finest]: 2024-04-17 17:53:58.248--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-17 17:53:58.248--ServerSession(1003755748)--Connection(621502043)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.248--ServerSession(1003755748)--Connection(621502043)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.248--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-17 17:53:58.248--ServerSession(1003755748)--Connection(621502043)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.249--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-17 17:53:58.249--UnitOfWork(1511259379)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.249--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-17 17:53:58.249--ServerSession(1003755748)--Connection(473163048)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.249--ClientSession(1935751909)--Connection(473163048)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.249--ClientSession(1935751909)--Connection(473163048)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.249--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-17 17:53:58.25--ClientSession(1935751909)--Connection(1576416089)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.25--ServerSession(1003755748)--Connection(473163048)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.25--UnitOfWork(1511259379)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.25--UnitOfWork(1511259379)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.251--UnitOfWork(1511259379)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.251--ClientSession(1935751909)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.251--UnitOfWork(1511259379)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.251--ClientSession(1935751909)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.251--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 874548138
    [junit] [EL Finer]: 2024-04-17 17:53:58.251--ClientSession(874548138)--Thread(Thread[main,5,main])--acquire unit of work: 1899433964
    [junit] [EL Finest]: 2024-04-17 17:53:58.251--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-17 17:53:58.251--ServerSession(1003755748)--Connection(1728554175)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.251--ServerSession(1003755748)--Connection(1728554175)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.251--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-17 17:53:58.252--ServerSession(1003755748)--Connection(1728554175)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.252--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-17 17:53:58.252--UnitOfWork(1899433964)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.252--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-17 17:53:58.252--ServerSession(1003755748)--Connection(1576936424)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.252--ClientSession(874548138)--Connection(1576936424)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.252--ClientSession(874548138)--Connection(1576936424)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.253--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-17 17:53:58.253--ClientSession(874548138)--Connection(1480569460)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.254--ServerSession(1003755748)--Connection(1576936424)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.254--UnitOfWork(1899433964)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.254--UnitOfWork(1899433964)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.254--UnitOfWork(1899433964)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.255--ClientSession(874548138)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.255--UnitOfWork(1899433964)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.255--ClientSession(874548138)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.255--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 826945968
    [junit] [EL Finer]: 2024-04-17 17:53:58.255--ClientSession(826945968)--Thread(Thread[main,5,main])--acquire unit of work: 659763564
    [junit] [EL Finest]: 2024-04-17 17:53:58.255--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-17 17:53:58.255--ServerSession(1003755748)--Connection(1508750581)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.255--ServerSession(1003755748)--Connection(1508750581)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.255--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-17 17:53:58.255--ServerSession(1003755748)--Connection(1508750581)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.256--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-17 17:53:58.256--UnitOfWork(659763564)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.256--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-17 17:53:58.256--ServerSession(1003755748)--Connection(1182888954)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.256--ClientSession(826945968)--Connection(1182888954)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.256--ClientSession(826945968)--Connection(1182888954)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.257--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-17 17:53:58.257--ClientSession(826945968)--Connection(1651923692)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.257--ServerSession(1003755748)--Connection(1182888954)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.258--UnitOfWork(659763564)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.258--UnitOfWork(659763564)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.258--UnitOfWork(659763564)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.258--ClientSession(826945968)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.258--UnitOfWork(659763564)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.258--ClientSession(826945968)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.258--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 752060661
    [junit] [EL Finer]: 2024-04-17 17:53:58.258--ClientSession(752060661)--Thread(Thread[main,5,main])--acquire unit of work: 1178605914
    [junit] [EL Finest]: 2024-04-17 17:53:58.259--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-17 17:53:58.259--ServerSession(1003755748)--Connection(1893169190)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.259--ServerSession(1003755748)--Connection(1893169190)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.259--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-17 17:53:58.259--ServerSession(1003755748)--Connection(1893169190)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:53:58.27--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1475331837
    [junit] [EL Finer]: 2024-04-17 17:53:58.27--ClientSession(1475331837)--Thread(Thread[main,5,main])--acquire unit of work: 138010466
    [junit] [EL Finest]: 2024-04-17 17:53:58.27--UnitOfWork(138010466)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.271--UnitOfWork(138010466)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.271--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-17 17:53:58.271--ServerSession(1003755748)--Connection(558624761)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.271--ClientSession(1475331837)--Connection(558624761)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.271--ClientSession(1475331837)--Connection(558624761)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.271--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-17 17:53:58.272--ClientSession(1475331837)--Connection(535910992)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.272--ServerSession(1003755748)--Connection(558624761)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.272--UnitOfWork(138010466)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.272--UnitOfWork(138010466)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.272--UnitOfWork(138010466)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.272--ClientSession(1475331837)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.272--UnitOfWork(138010466)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.272--ClientSession(1475331837)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.272--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 970890202
    [junit] [EL Finer]: 2024-04-17 17:53:58.272--ClientSession(970890202)--Thread(Thread[main,5,main])--acquire unit of work: 1192529727
    [junit] [EL Finest]: 2024-04-17 17:53:58.273--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-17 17:53:58.273--ServerSession(1003755748)--Connection(1377988183)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.273--ServerSession(1003755748)--Connection(1377988183)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.273--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-17 17:53:58.273--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.055 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCache
    [junit] [EL Finer]: 2024-04-17 17:53:58.301--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1199742317
    [junit] [EL Finer]: 2024-04-17 17:53:58.301--ClientSession(1199742317)--Thread(Thread[main,5,main])--acquire unit of work: 795308615
    [junit] [EL Finest]: 2024-04-17 17:53:58.301--UnitOfWork(795308615)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.301--UnitOfWork(795308615)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.301--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-17 17:53:58.302--ServerSession(1003755748)--Connection(690035101)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.302--ClientSession(1199742317)--Connection(690035101)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.302--ClientSession(1199742317)--Connection(690035101)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.302--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-17 17:53:58.303--ClientSession(1199742317)--Connection(1027646388)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.304--ServerSession(1003755748)--Connection(690035101)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.304--UnitOfWork(795308615)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.304--UnitOfWork(795308615)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.304--UnitOfWork(795308615)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.304--ClientSession(1199742317)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.304--UnitOfWork(795308615)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.304--ClientSession(1199742317)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.304--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1911008699
    [junit] [EL Finer]: 2024-04-17 17:53:58.304--ClientSession(1911008699)--Thread(Thread[main,5,main])--acquire unit of work: 839457812
    [junit] [EL Finest]: 2024-04-17 17:53:58.305--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-17 17:53:58.305--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-17 17:53:58.306--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-17 17:53:58.306--UnitOfWork(839457812)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.306--UnitOfWork(839457812)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.306--UnitOfWork(839457812)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.306--UnitOfWork(839457812)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.306--ClientSession(1911008699)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.307--UnitOfWork(839457812)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.307--ClientSession(1911008699)--Thread(Thread[main,5,main])--client released
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 0.02 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeFlush
    [junit] [EL Finer]: 2024-04-17 17:53:58.327--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 358849801
    [junit] [EL Finer]: 2024-04-17 17:53:58.327--ClientSession(358849801)--Thread(Thread[main,5,main])--acquire unit of work: 1337626348
    [junit] [EL Finest]: 2024-04-17 17:53:58.327--UnitOfWork(1337626348)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.328--UnitOfWork(1337626348)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.329--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-17 17:53:58.329--ServerSession(1003755748)--Connection(1835794313)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.329--ClientSession(358849801)--Connection(1835794313)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.329--ClientSession(358849801)--Connection(1835794313)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.329--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-17 17:53:58.33--ClientSession(358849801)--Connection(1411119464)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.33--ServerSession(1003755748)--Connection(1835794313)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.33--UnitOfWork(1337626348)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.33--UnitOfWork(1337626348)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.331--UnitOfWork(1337626348)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.331--ClientSession(358849801)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.332--UnitOfWork(1337626348)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.332--ClientSession(358849801)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.332--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 21611419
    [junit] [EL Finer]: 2024-04-17 17:53:58.332--ClientSession(21611419)--Thread(Thread[main,5,main])--acquire unit of work: 254642444
    [junit] [EL Finest]: 2024-04-17 17:53:58.332--UnitOfWork(254642444)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.332--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-17 17:53:58.333--ServerSession(1003755748)--Connection(816760435)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.333--ServerSession(1003755748)--Connection(816760435)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.333--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-17 17:53:58.333--ServerSession(1003755748)--Connection(816760435)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.335--UnitOfWork(254642444)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.335--UnitOfWork(254642444)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="children" referenceClass=CascadingNode )
    [junit] [EL Finest]: 2024-04-17 17:53:58.335--ServerSession(1003755748)--Connection(1864122136)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.335--ServerSession(1003755748)--Connection(1864122136)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.335--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-17 17:53:58.336--ServerSession(1003755748)--Connection(1864122136)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:53:58.336--UnitOfWork(254642444)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:53:58.336--UnitOfWork(254642444)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode )
    [junit] [EL Finest]: 2024-04-17 17:53:58.337--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-17 17:53:58.337--ServerSession(1003755748)--Connection(1213733435)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.337--ClientSession(21611419)--Connection(1213733435)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.337--ClientSession(21611419)--Connection(1213733435)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.337--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-17 17:53:58.338--UnitOfWork(254642444)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:53:58.338--UnitOfWork(254642444)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.338--UnitOfWork(254642444)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.338--ClientSession(21611419)--Connection(1394526584)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.338--ServerSession(1003755748)--Connection(1213733435)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.338--UnitOfWork(254642444)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.338--UnitOfWork(254642444)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.339--UnitOfWork(254642444)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.339--ClientSession(21611419)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.339--UnitOfWork(254642444)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.339--ClientSession(21611419)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.35--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 230266757
    [junit] [EL Finer]: 2024-04-17 17:53:58.35--ClientSession(230266757)--Thread(Thread[main,5,main])--acquire unit of work: 1886478937
    [junit] [EL Finest]: 2024-04-17 17:53:58.35--UnitOfWork(1886478937)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.35--UnitOfWork(1886478937)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.35--UnitOfWork(1886478937)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.35--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-17 17:53:58.351--ServerSession(1003755748)--Connection(1813496056)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.351--ClientSession(230266757)--Connection(1813496056)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.351--ClientSession(230266757)--Connection(1813496056)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:53:58.351--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-17 17:53:58.351--ClientSession(230266757)--Connection(638466103)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:53:58.351--ClientSession(230266757)--Connection(638466103)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:53:58.351--ClientSession(230266757)--Connection(638466103)--Thread(Thread[main,5,main])--	bind => [41, null, null]
    [junit] [EL Fine]: 2024-04-17 17:53:58.351--ClientSession(230266757)--Connection(638466103)--Thread(Thread[main,5,main])--	bind => [42, 41, null]
    [junit] [EL Finer]: 2024-04-17 17:53:58.351--ClientSession(230266757)--Connection(638466103)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:53:58.352--ClientSession(230266757)--Connection(638466103)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.352--ServerSession(1003755748)--Connection(1813496056)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.353--UnitOfWork(1886478937)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.353--UnitOfWork(1886478937)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.353--UnitOfWork(1886478937)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.353--ClientSession(230266757)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.353--UnitOfWork(1886478937)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.353--ClientSession(230266757)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.353--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 504510379
    [junit] [EL Finer]: 2024-04-17 17:53:58.354--ClientSession(504510379)--Thread(Thread[main,5,main])--acquire unit of work: 1308491389
    [junit] [EL Finest]: 2024-04-17 17:53:58.354--UnitOfWork(1308491389)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.354--UnitOfWork(1308491389)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.354--UnitOfWork(1308491389)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.354--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-17 17:53:58.354--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-17 17:53:58.354--ServerSession(1003755748)--Connection(1912769093)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.354--ClientSession(504510379)--Connection(1912769093)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.354--ClientSession(504510379)--Connection(1912769093)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finer]: 2024-04-17 17:53:58.355--ClientSession(504510379)--Connection(1952874090)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:53:58.355--ClientSession(504510379)--Connection(1952874090)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:53:58.355--ClientSession(504510379)--Connection(1952874090)--Thread(Thread[main,5,main])--	bind => [44, null, null]
    [junit] [EL Fine]: 2024-04-17 17:53:58.355--ClientSession(504510379)--Connection(1952874090)--Thread(Thread[main,5,main])--	bind => [43, 44, null]
    [junit] [EL Finer]: 2024-04-17 17:53:58.355--ClientSession(504510379)--Connection(1952874090)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:53:58.356--ClientSession(504510379)--Connection(1952874090)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.356--ServerSession(1003755748)--Connection(1912769093)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.356--UnitOfWork(1308491389)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.356--UnitOfWork(1308491389)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.356--UnitOfWork(1308491389)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.356--ClientSession(504510379)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.357--UnitOfWork(1308491389)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.357--ClientSession(504510379)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.367--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1096433514
    [junit] [EL Finer]: 2024-04-17 17:53:58.367--ClientSession(1096433514)--Thread(Thread[main,5,main])--acquire unit of work: 173321452
    [junit] [EL Finest]: 2024-04-17 17:53:58.367--UnitOfWork(173321452)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.368--UnitOfWork(173321452)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.368--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-17 17:53:58.368--ServerSession(1003755748)--Connection(590414408)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.368--ClientSession(1096433514)--Connection(590414408)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.368--ClientSession(1096433514)--Connection(590414408)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.368--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-17 17:53:58.369--ClientSession(1096433514)--Connection(204339470)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.369--ServerSession(1003755748)--Connection(590414408)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.369--UnitOfWork(173321452)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.369--UnitOfWork(173321452)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.369--UnitOfWork(173321452)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.369--ClientSession(1096433514)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.369--UnitOfWork(173321452)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.369--ClientSession(1096433514)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.369--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1947681232
    [junit] [EL Finer]: 2024-04-17 17:53:58.369--ClientSession(1947681232)--Thread(Thread[main,5,main])--acquire unit of work: 1604271704
    [junit] [EL Finest]: 2024-04-17 17:53:58.369--UnitOfWork(1604271704)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.37--UnitOfWork(1604271704)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.37--UnitOfWork(1604271704)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.37--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-17 17:53:58.37--ServerSession(1003755748)--Connection(142449153)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.37--ClientSession(1947681232)--Connection(142449153)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.37--ClientSession(1947681232)--Connection(142449153)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:53:58.37--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-17 17:53:58.37--ClientSession(1947681232)--Connection(2119918107)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:53:58.37--ClientSession(1947681232)--Connection(2119918107)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:53:58.37--ClientSession(1947681232)--Connection(2119918107)--Thread(Thread[main,5,main])--	bind => [21, null, null]
    [junit] [EL Fine]: 2024-04-17 17:53:58.37--ClientSession(1947681232)--Connection(2119918107)--Thread(Thread[main,5,main])--	bind => [22, null, null]
    [junit] [EL Finer]: 2024-04-17 17:53:58.37--ClientSession(1947681232)--Connection(2119918107)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Fine]: 2024-04-17 17:53:58.372--ClientSession(1947681232)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finer]: 2024-04-17 17:53:58.372--ClientSession(1947681232)--Connection(2119918107)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.372--ServerSession(1003755748)--Connection(142449153)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Warning]: 2024-04-17 17:53:58.372--UnitOfWork(1604271704)--Thread(Thread[main,5,main])--Local Exception Stack: 
    [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:58.373--UnitOfWork(1604271704)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.374--ClientSession(1947681232)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.384--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1369533151
    [junit] [EL Finer]: 2024-04-17 17:53:58.384--ClientSession(1369533151)--Thread(Thread[main,5,main])--acquire unit of work: 59103257
    [junit] [EL Finest]: 2024-04-17 17:53:58.384--UnitOfWork(59103257)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.384--UnitOfWork(59103257)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:53:58.384--UnitOfWork(59103257)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.384--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-17 17:53:58.384--ServerSession(1003755748)--Connection(315885065)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.384--ClientSession(1369533151)--Connection(315885065)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.385--ClientSession(1369533151)--Connection(315885065)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:53:58.385--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-17 17:53:58.385--ClientSession(1369533151)--Connection(1984134811)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:53:58.385--ClientSession(1369533151)--Connection(1984134811)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:53:58.385--ClientSession(1369533151)--Connection(1984134811)--Thread(Thread[main,5,main])--	bind => [1, null, null]
    [junit] [EL Fine]: 2024-04-17 17:53:58.385--ClientSession(1369533151)--Connection(1984134811)--Thread(Thread[main,5,main])--	bind => [2, null, null]
    [junit] [EL Finer]: 2024-04-17 17:53:58.385--ClientSession(1369533151)--Connection(1984134811)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:53:58.386--UnitOfWork(59103257)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:53:58.386--UnitOfWork(59103257)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.386--UnitOfWork(59103257)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.386--ClientSession(1369533151)--Connection(1984134811)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.386--ServerSession(1003755748)--Connection(315885065)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.386--UnitOfWork(59103257)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.386--UnitOfWork(59103257)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.387--UnitOfWork(59103257)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.387--ClientSession(1369533151)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.387--UnitOfWork(59103257)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.387--ClientSession(1369533151)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.397--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1673518027
    [junit] [EL Finer]: 2024-04-17 17:53:58.397--ClientSession(1673518027)--Thread(Thread[main,5,main])--acquire unit of work: 2062594042
    [junit] [EL Finest]: 2024-04-17 17:53:58.397--UnitOfWork(2062594042)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.398--UnitOfWork(2062594042)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.398--UnitOfWork(2062594042)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.398--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-17 17:53:58.398--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-17 17:53:58.398--ServerSession(1003755748)--Connection(494842224)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.398--ClientSession(1673518027)--Connection(494842224)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.398--ClientSession(1673518027)--Connection(494842224)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finer]: 2024-04-17 17:53:58.398--ClientSession(1673518027)--Connection(1529159609)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:53:58.399--ClientSession(1673518027)--Connection(1529159609)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:53:58.399--ClientSession(1673518027)--Connection(1529159609)--Thread(Thread[main,5,main])--	bind => [50, null, null]
    [junit] [EL Fine]: 2024-04-17 17:53:58.399--ClientSession(1673518027)--Connection(1529159609)--Thread(Thread[main,5,main])--	bind => [51, 50, null]
    [junit] [EL Finer]: 2024-04-17 17:53:58.399--ClientSession(1673518027)--Connection(1529159609)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:53:58.399--ClientSession(1673518027)--Connection(1529159609)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.4--ServerSession(1003755748)--Connection(494842224)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.4--UnitOfWork(2062594042)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.4--UnitOfWork(2062594042)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.4--UnitOfWork(2062594042)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.4--ClientSession(1673518027)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.4--UnitOfWork(2062594042)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.4--ClientSession(1673518027)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.4--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 587887602
    [junit] [EL Finer]: 2024-04-17 17:53:58.4--ClientSession(587887602)--Thread(Thread[main,5,main])--acquire unit of work: 1268233170
    [junit] [EL Finest]: 2024-04-17 17:53:58.4--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-17 17:53:58.4--ServerSession(1003755748)--Connection(943502798)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.4--ServerSession(1003755748)--Connection(943502798)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.4--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-17 17:53:58.401--ServerSession(1003755748)--Connection(943502798)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:53:58.401--UnitOfWork(1268233170)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.401--UnitOfWork(1268233170)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.401--UnitOfWork(1268233170)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.411--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 999999316
    [junit] [EL Finer]: 2024-04-17 17:53:58.411--ClientSession(999999316)--Thread(Thread[main,5,main])--acquire unit of work: 1577067350
    [junit] [EL Finest]: 2024-04-17 17:53:58.411--UnitOfWork(1577067350)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.412--UnitOfWork(1577067350)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.412--UnitOfWork(1577067350)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.412--UnitOfWork(1577067350)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.412--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-17 17:53:58.412--ServerSession(1003755748)--Connection(631349266)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.412--ClientSession(999999316)--Connection(631349266)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.412--ClientSession(999999316)--Connection(631349266)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:53:58.413--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-17 17:53:58.413--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-17 17:53:58.413--ClientSession(999999316)--Connection(216084411)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:53:58.413--ClientSession(999999316)--Connection(216084411)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:53:58.413--ClientSession(999999316)--Connection(216084411)--Thread(Thread[main,5,main])--	bind => [24, null, null]
    [junit] [EL Fine]: 2024-04-17 17:53:58.413--ClientSession(999999316)--Connection(216084411)--Thread(Thread[main,5,main])--	bind => [23, null, null]
    [junit] [EL Fine]: 2024-04-17 17:53:58.413--ClientSession(999999316)--Connection(216084411)--Thread(Thread[main,5,main])--	bind => [23, null, null]
    [junit] [EL Finer]: 2024-04-17 17:53:58.413--ClientSession(999999316)--Connection(216084411)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Fine]: 2024-04-17 17:53:58.414--ClientSession(999999316)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finer]: 2024-04-17 17:53:58.414--ClientSession(999999316)--Connection(216084411)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.415--ServerSession(1003755748)--Connection(631349266)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Warning]: 2024-04-17 17:53:58.415--UnitOfWork(1577067350)--Thread(Thread[main,5,main])--Local Exception Stack: 
    [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:58.415--UnitOfWork(1577067350)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.415--ClientSession(999999316)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.425--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1737135382
    [junit] [EL Finer]: 2024-04-17 17:53:58.425--ClientSession(1737135382)--Thread(Thread[main,5,main])--acquire unit of work: 1543105131
    [junit] [EL Finest]: 2024-04-17 17:53:58.425--UnitOfWork(1543105131)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.425--UnitOfWork(1543105131)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.426--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-17 17:53:58.426--ServerSession(1003755748)--Connection(1847865717)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.426--ClientSession(1737135382)--Connection(1847865717)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.426--ClientSession(1737135382)--Connection(1847865717)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.426--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-17 17:53:58.427--ClientSession(1737135382)--Connection(2048537704)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.427--ServerSession(1003755748)--Connection(1847865717)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.427--UnitOfWork(1543105131)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.427--UnitOfWork(1543105131)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.427--UnitOfWork(1543105131)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.427--ClientSession(1737135382)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.427--UnitOfWork(1543105131)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.428--ClientSession(1737135382)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.428--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1233933149
    [junit] [EL Finer]: 2024-04-17 17:53:58.428--ClientSession(1233933149)--Thread(Thread[main,5,main])--acquire unit of work: 384735911
    [junit] [EL Finest]: 2024-04-17 17:53:58.428--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-17 17:53:58.428--ServerSession(1003755748)--Connection(1312966018)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.428--ServerSession(1003755748)--Connection(1312966018)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.428--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-17 17:53:58.428--ServerSession(1003755748)--Connection(1312966018)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.429--UnitOfWork(384735911)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.429--UnitOfWork(384735911)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.429--UnitOfWork(384735911)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.429--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-17 17:53:58.429--ServerSession(1003755748)--Connection(1433627902)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.429--ClientSession(1233933149)--Connection(1433627902)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.429--ClientSession(1233933149)--Connection(1433627902)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:53:58.429--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-17 17:53:58.43--ClientSession(1233933149)--Connection(1515612450)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:53:58.43--ClientSession(1233933149)--Connection(1515612450)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:53:58.43--ClientSession(1233933149)--Connection(1515612450)--Thread(Thread[main,5,main])--	bind => [25, null, null]
    [junit] [EL Fine]: 2024-04-17 17:53:58.43--ClientSession(1233933149)--Connection(1515612450)--Thread(Thread[main,5,main])--	bind => [26, null, null]
    [junit] [EL Finer]: 2024-04-17 17:53:58.43--ClientSession(1233933149)--Connection(1515612450)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Fine]: 2024-04-17 17:53:58.43--ClientSession(1233933149)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finer]: 2024-04-17 17:53:58.43--ClientSession(1233933149)--Connection(1515612450)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.431--ServerSession(1003755748)--Connection(1433627902)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Warning]: 2024-04-17 17:53:58.431--UnitOfWork(384735911)--Thread(Thread[main,5,main])--Local Exception Stack: 
    [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:58.431--UnitOfWork(384735911)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.431--ClientSession(1233933149)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.441--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 713538100
    [junit] [EL Finer]: 2024-04-17 17:53:58.442--ClientSession(713538100)--Thread(Thread[main,5,main])--acquire unit of work: 886341817
    [junit] [EL Finest]: 2024-04-17 17:53:58.442--UnitOfWork(886341817)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.442--UnitOfWork(886341817)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.442--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-17 17:53:58.442--ServerSession(1003755748)--Connection(1899351562)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.442--ClientSession(713538100)--Connection(1899351562)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.442--ClientSession(713538100)--Connection(1899351562)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.442--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-17 17:53:58.443--ClientSession(713538100)--Connection(1635011037)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.443--ServerSession(1003755748)--Connection(1899351562)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.443--UnitOfWork(886341817)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.443--UnitOfWork(886341817)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.443--UnitOfWork(886341817)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.443--ClientSession(713538100)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.443--UnitOfWork(886341817)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.443--ClientSession(713538100)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.443--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1122960426
    [junit] [EL Finer]: 2024-04-17 17:53:58.443--ClientSession(1122960426)--Thread(Thread[main,5,main])--acquire unit of work: 502646755
    [junit] [EL Finest]: 2024-04-17 17:53:58.444--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-17 17:53:58.444--ServerSession(1003755748)--Connection(1577864993)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.444--ServerSession(1003755748)--Connection(1577864993)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.444--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-17 17:53:58.444--ServerSession(1003755748)--Connection(1577864993)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.444--UnitOfWork(502646755)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.444--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-17 17:53:58.444--ServerSession(1003755748)--Connection(433851698)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.445--ServerSession(1003755748)--Connection(433851698)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.445--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-17 17:53:58.445--ServerSession(1003755748)--Connection(433851698)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.445--UnitOfWork(502646755)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.445--UnitOfWork(502646755)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.446--UnitOfWork(502646755)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode )
    [junit] [EL Finest]: 2024-04-17 17:53:58.446--UnitOfWork(502646755)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.446--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-17 17:53:58.446--ServerSession(1003755748)--Connection(38023477)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.446--ClientSession(1122960426)--Connection(38023477)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.446--ClientSession(1122960426)--Connection(38023477)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:53:58.446--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-17 17:53:58.447--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-17 17:53:58.447--ClientSession(1122960426)--Connection(407380973)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:53:58.447--ClientSession(1122960426)--Connection(407380973)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:53:58.447--ClientSession(1122960426)--Connection(407380973)--Thread(Thread[main,5,main])--	bind => [27, null, null]
    [junit] [EL Fine]: 2024-04-17 17:53:58.447--ClientSession(1122960426)--Connection(407380973)--Thread(Thread[main,5,main])--	bind => [28, null, null]
    [junit] [EL Finer]: 2024-04-17 17:53:58.447--ClientSession(1122960426)--Connection(407380973)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Fine]: 2024-04-17 17:53:58.447--ClientSession(1122960426)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:53:58.448--UnitOfWork(502646755)--Thread(Thread[main,5,main])--Local Exception Stack: 
    [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:58.448--ClientSession(1122960426)--Connection(407380973)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.449--ServerSession(1003755748)--Connection(38023477)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.452--UnitOfWork(502646755)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.452--ClientSession(1122960426)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.462--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 935667786
    [junit] [EL Finer]: 2024-04-17 17:53:58.462--ClientSession(935667786)--Thread(Thread[main,5,main])--acquire unit of work: 1535472351
    [junit] [EL Finest]: 2024-04-17 17:53:58.462--UnitOfWork(1535472351)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.462--UnitOfWork(1535472351)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.462--UnitOfWork(1535472351)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:53:58.463--UnitOfWork(1535472351)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.463--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-17 17:53:58.463--ServerSession(1003755748)--Connection(1683063408)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.463--ClientSession(935667786)--Connection(1683063408)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.463--ClientSession(935667786)--Connection(1683063408)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:53:58.463--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-17 17:53:58.463--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-17 17:53:58.464--ClientSession(935667786)--Connection(998004967)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:53:58.464--ClientSession(935667786)--Connection(998004967)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:53:58.464--ClientSession(935667786)--Connection(998004967)--Thread(Thread[main,5,main])--	bind => [11, null, null]
    [junit] [EL Fine]: 2024-04-17 17:53:58.464--ClientSession(935667786)--Connection(998004967)--Thread(Thread[main,5,main])--	bind => [12, null, null]
    [junit] [EL Fine]: 2024-04-17 17:53:58.464--ClientSession(935667786)--Connection(998004967)--Thread(Thread[main,5,main])--	bind => [13, null, null]
    [junit] [EL Finer]: 2024-04-17 17:53:58.464--ClientSession(935667786)--Connection(998004967)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:53:58.464--UnitOfWork(1535472351)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:53:58.465--UnitOfWork(1535472351)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.465--UnitOfWork(1535472351)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.465--ClientSession(935667786)--Connection(998004967)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.465--ServerSession(1003755748)--Connection(1683063408)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.465--UnitOfWork(1535472351)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.465--UnitOfWork(1535472351)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.465--UnitOfWork(1535472351)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.466--ClientSession(935667786)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.466--UnitOfWork(1535472351)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.466--ClientSession(935667786)--Thread(Thread[main,5,main])--client released
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeMerge
    [junit] [EL Finer]: 2024-04-17 17:53:58.485--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1871048194
    [junit] [EL Finer]: 2024-04-17 17:53:58.485--ClientSession(1871048194)--Thread(Thread[main,5,main])--acquire unit of work: 1738345448
    [junit] [EL Finest]: 2024-04-17 17:53:58.485--UnitOfWork(1738345448)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.486--UnitOfWork(1738345448)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.486--UnitOfWork(1738345448)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.486--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-17 17:53:58.486--ServerSession(1003755748)--Connection(1582928128)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.486--ClientSession(1871048194)--Connection(1582928128)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.486--ClientSession(1871048194)--Connection(1582928128)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:53:58.487--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-17 17:53:58.487--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-17 17:53:58.487--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-17 17:53:58.487--ClientSession(1871048194)--Connection(994267665)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.488--ServerSession(1003755748)--Connection(1582928128)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.488--UnitOfWork(1738345448)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.488--UnitOfWork(1738345448)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.488--UnitOfWork(1738345448)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.488--ClientSession(1871048194)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.488--UnitOfWork(1738345448)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.488--ClientSession(1871048194)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.488--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1248079435
    [junit] [EL Finer]: 2024-04-17 17:53:58.488--ClientSession(1248079435)--Thread(Thread[main,5,main])--acquire unit of work: 1796615884
    [junit] [EL Finest]: 2024-04-17 17:53:58.488--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-17 17:53:58.488--ServerSession(1003755748)--Connection(994084545)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.488--ServerSession(1003755748)--Connection(994084545)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.488--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-17 17:53:58.489--ServerSession(1003755748)--Connection(994084545)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.489--UnitOfWork(1796615884)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="description" referenceClass=CascadingNodeDescription )
    [junit] [EL Finest]: 2024-04-17 17:53:58.489--ServerSession(1003755748)--Connection(321192242)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.49--ServerSession(1003755748)--Connection(321192242)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.49--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-17 17:53:58.49--ServerSession(1003755748)--Connection(321192242)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.49--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-17 17:53:58.491--ServerSession(1003755748)--Connection(521311335)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.491--ServerSession(1003755748)--Connection(521311335)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.491--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-17 17:53:58.491--ServerSession(1003755748)--Connection(521311335)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.491--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-17 17:53:58.491--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-17 17:53:58.491--ServerSession(1003755748)--Connection(642087302)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.491--ServerSession(1003755748)--Connection(642087302)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.492--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-17 17:53:58.492--ServerSession(1003755748)--Connection(642087302)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.492--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-17 17:53:58.492--ServerSession(1003755748)--Connection(1343838143)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.492--ServerSession(1003755748)--Connection(1343838143)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.492--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-17 17:53:58.492--ServerSession(1003755748)--Connection(1343838143)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.492--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-17 17:53:58.493--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-17 17:53:58.493--ServerSession(1003755748)--Connection(1984577117)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.493--ServerSession(1003755748)--Connection(1984577117)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.493--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-17 17:53:58.493--ServerSession(1003755748)--Connection(1984577117)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.493--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-17 17:53:58.494--UnitOfWork(1796615884)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=CascadingNode )
    [junit] [EL Finest]: 2024-04-17 17:53:58.494--ServerSession(1003755748)--Connection(1958375413)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.494--ServerSession(1003755748)--Connection(1958375413)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.494--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-17 17:53:58.494--ServerSession(1003755748)--Connection(1958375413)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.494--UnitOfWork(1796615884)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=CascadingNodeDescription )
    [junit] [EL Finest]: 2024-04-17 17:53:58.494--ServerSession(1003755748)--Connection(1014135205)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.494--ServerSession(1003755748)--Connection(1014135205)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.495--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-17 17:53:58.495--ServerSession(1003755748)--Connection(1014135205)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:53:58.495--UnitOfWork(1796615884)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.495--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-17 17:53:58.496--ServerSession(1003755748)--Connection(1246807878)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.496--ClientSession(1248079435)--Connection(1246807878)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.496--ClientSession(1248079435)--Connection(1246807878)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:53:58.496--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-17 17:53:58.496--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-17 17:53:58.496--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-17 17:53:58.497--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-17 17:53:58.497--ClientSession(1248079435)--Connection(923366543)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.497--ServerSession(1003755748)--Connection(1246807878)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.497--UnitOfWork(1796615884)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.497--UnitOfWork(1796615884)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.497--UnitOfWork(1796615884)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.497--ClientSession(1248079435)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.497--UnitOfWork(1796615884)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.498--ClientSession(1248079435)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.498--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 584349634
    [junit] [EL Finer]: 2024-04-17 17:53:58.498--ClientSession(584349634)--Thread(Thread[main,5,main])--acquire unit of work: 1585824283
    [junit] [EL Finest]: 2024-04-17 17:53:58.498--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-17 17:53:58.498--ServerSession(1003755748)--Connection(1105129521)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.498--ServerSession(1003755748)--Connection(1105129521)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.498--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-17 17:53:58.498--ServerSession(1003755748)--Connection(1105129521)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.498--UnitOfWork(1585824283)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="description" referenceClass=CascadingNodeDescription )
    [junit] [EL Finest]: 2024-04-17 17:53:58.498--ServerSession(1003755748)--Connection(2131723476)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.499--ServerSession(1003755748)--Connection(2131723476)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.499--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-17 17:53:58.499--ServerSession(1003755748)--Connection(2131723476)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.499--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-17 17:53:58.499--ServerSession(1003755748)--Connection(1494051958)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.499--ServerSession(1003755748)--Connection(1494051958)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.499--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-17 17:53:58.5--ServerSession(1003755748)--Connection(1494051958)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.5--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-17 17:53:58.5--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-17 17:53:58.5--ServerSession(1003755748)--Connection(622625093)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.5--ServerSession(1003755748)--Connection(622625093)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.5--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-17 17:53:58.5--ServerSession(1003755748)--Connection(622625093)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.501--UnitOfWork(1585824283)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="description" referenceClass=CascadingNodeDescription )
    [junit] [EL Finest]: 2024-04-17 17:53:58.501--ServerSession(1003755748)--Connection(458385820)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.501--ServerSession(1003755748)--Connection(458385820)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.501--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-17 17:53:58.501--ServerSession(1003755748)--Connection(458385820)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.501--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-17 17:53:58.501--ServerSession(1003755748)--Connection(2120154283)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.501--ServerSession(1003755748)--Connection(2120154283)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.501--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-17 17:53:58.502--ServerSession(1003755748)--Connection(2120154283)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.502--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-17 17:53:58.512--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 517787604
    [junit] [EL Finer]: 2024-04-17 17:53:58.512--ClientSession(517787604)--Thread(Thread[main,5,main])--acquire unit of work: 147077478
    [junit] [EL Finest]: 2024-04-17 17:53:58.512--UnitOfWork(147077478)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.512--UnitOfWork(147077478)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.512--UnitOfWork(147077478)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.512--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-17 17:53:58.512--ServerSession(1003755748)--Connection(146842175)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.512--ClientSession(517787604)--Connection(146842175)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.512--ClientSession(517787604)--Connection(146842175)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:53:58.513--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-17 17:53:58.513--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-17 17:53:58.513--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-17 17:53:58.513--ClientSession(517787604)--Connection(72187428)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.514--ServerSession(1003755748)--Connection(146842175)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.514--UnitOfWork(147077478)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.514--UnitOfWork(147077478)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.514--UnitOfWork(147077478)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.514--ClientSession(517787604)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.514--UnitOfWork(147077478)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.514--ClientSession(517787604)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.514--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 284427775
    [junit] [EL Finer]: 2024-04-17 17:53:58.514--ClientSession(284427775)--Thread(Thread[main,5,main])--acquire unit of work: 2133325211
    [junit] [EL Finest]: 2024-04-17 17:53:58.514--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-17 17:53:58.514--ServerSession(1003755748)--Connection(479769835)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.514--ServerSession(1003755748)--Connection(479769835)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.514--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-17 17:53:58.515--ServerSession(1003755748)--Connection(479769835)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.515--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-17 17:53:58.515--ServerSession(1003755748)--Connection(891327883)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.515--ServerSession(1003755748)--Connection(891327883)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.515--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-17 17:53:58.515--ServerSession(1003755748)--Connection(891327883)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.515--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-17 17:53:58.515--ServerSession(1003755748)--Connection(95545487)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.515--ServerSession(1003755748)--Connection(95545487)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.516--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-17 17:53:58.516--ServerSession(1003755748)--Connection(95545487)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.516--UnitOfWork(2133325211)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="description" referenceClass=CascadingNodeDescription )
    [junit] [EL Finest]: 2024-04-17 17:53:58.516--ServerSession(1003755748)--Connection(456653804)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.516--ServerSession(1003755748)--Connection(456653804)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.516--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-17 17:53:58.517--ServerSession(1003755748)--Connection(456653804)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.517--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-17 17:53:58.517--ServerSession(1003755748)--Connection(802270602)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.517--ServerSession(1003755748)--Connection(802270602)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.517--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-17 17:53:58.518--ServerSession(1003755748)--Connection(802270602)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.518--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-17 17:53:58.518--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-17 17:53:58.518--UnitOfWork(2133325211)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.518--UnitOfWork(2133325211)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.518--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-17 17:53:58.518--ServerSession(1003755748)--Connection(1479446866)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.518--ServerSession(1003755748)--Connection(1479446866)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.518--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-17 17:53:58.519--ServerSession(1003755748)--Connection(1479446866)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.519--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-17 17:53:58.519--UnitOfWork(2133325211)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=CascadingNode )
    [junit] [EL Finest]: 2024-04-17 17:53:58.519--ServerSession(1003755748)--Connection(233142783)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.519--ServerSession(1003755748)--Connection(233142783)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.519--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-17 17:53:58.519--ServerSession(1003755748)--Connection(233142783)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.52--UnitOfWork(2133325211)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=CascadingNodeDescription )
    [junit] [EL Finest]: 2024-04-17 17:53:58.52--ServerSession(1003755748)--Connection(40626598)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.52--ServerSession(1003755748)--Connection(40626598)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.52--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-17 17:53:58.52--ServerSession(1003755748)--Connection(40626598)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:53:58.523--UnitOfWork(2133325211)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.523--ClientSession(284427775)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.523--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 856880372
    [junit] [EL Finer]: 2024-04-17 17:53:58.523--ClientSession(856880372)--Thread(Thread[main,5,main])--acquire unit of work: 190490203
    [junit] [EL Finest]: 2024-04-17 17:53:58.523--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-17 17:53:58.524--ServerSession(1003755748)--Connection(1993191331)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.524--ServerSession(1003755748)--Connection(1993191331)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.524--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-17 17:53:58.524--ServerSession(1003755748)--Connection(1993191331)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.524--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-17 17:53:58.524--ServerSession(1003755748)--Connection(293618119)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.524--ServerSession(1003755748)--Connection(293618119)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.524--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-17 17:53:58.525--ServerSession(1003755748)--Connection(293618119)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.525--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-17 17:53:58.525--ServerSession(1003755748)--Connection(569894199)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.525--ServerSession(1003755748)--Connection(569894199)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.525--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-17 17:53:58.525--ServerSession(1003755748)--Connection(569894199)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.526--UnitOfWork(190490203)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="description" referenceClass=CascadingNodeDescription )
    [junit] [EL Finest]: 2024-04-17 17:53:58.526--ServerSession(1003755748)--Connection(1186127045)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.526--ServerSession(1003755748)--Connection(1186127045)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.526--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-17 17:53:58.526--ServerSession(1003755748)--Connection(1186127045)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.526--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-17 17:53:58.526--ServerSession(1003755748)--Connection(1794531113)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.526--ServerSession(1003755748)--Connection(1794531113)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.526--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-17 17:53:58.527--ServerSession(1003755748)--Connection(1794531113)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.527--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-17 17:53:58.537--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 437583344
    [junit] [EL Finer]: 2024-04-17 17:53:58.537--ClientSession(437583344)--Thread(Thread[main,5,main])--acquire unit of work: 676060909
    [junit] [EL Finest]: 2024-04-17 17:53:58.537--UnitOfWork(676060909)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.538--UnitOfWork(676060909)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.538--UnitOfWork(676060909)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.538--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-17 17:53:58.538--ServerSession(1003755748)--Connection(1130250604)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.538--ClientSession(437583344)--Connection(1130250604)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.538--ClientSession(437583344)--Connection(1130250604)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:53:58.538--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-17 17:53:58.538--ClientSession(437583344)--Connection(1794314439)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:53:58.539--ClientSession(437583344)--Connection(1794314439)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:53:58.539--ClientSession(437583344)--Connection(1794314439)--Thread(Thread[main,5,main])--	bind => [302, null, null]
    [junit] [EL Fine]: 2024-04-17 17:53:58.539--ClientSession(437583344)--Connection(1794314439)--Thread(Thread[main,5,main])--	bind => [301, null, null]
    [junit] [EL Finer]: 2024-04-17 17:53:58.539--ClientSession(437583344)--Connection(1794314439)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:53:58.539--ClientSession(437583344)--Connection(1794314439)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.54--ServerSession(1003755748)--Connection(1130250604)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.54--UnitOfWork(676060909)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.54--UnitOfWork(676060909)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.54--UnitOfWork(676060909)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.54--ClientSession(437583344)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.54--UnitOfWork(676060909)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.54--ClientSession(437583344)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.54--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1278790934
    [junit] [EL Finer]: 2024-04-17 17:53:58.54--ClientSession(1278790934)--Thread(Thread[main,5,main])--acquire unit of work: 2111615196
    [junit] [EL Finest]: 2024-04-17 17:53:58.54--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-17 17:53:58.54--ServerSession(1003755748)--Connection(257684104)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.54--ServerSession(1003755748)--Connection(257684104)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.54--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-17 17:53:58.541--ServerSession(1003755748)--Connection(257684104)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.541--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-17 17:53:58.541--ServerSession(1003755748)--Connection(1855589354)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.541--ServerSession(1003755748)--Connection(1855589354)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.541--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-17 17:53:58.542--ServerSession(1003755748)--Connection(1855589354)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.542--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-17 17:53:58.542--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-17 17:53:58.542--ServerSession(1003755748)--Connection(507479765)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.542--ServerSession(1003755748)--Connection(507479765)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.542--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-17 17:53:58.542--ServerSession(1003755748)--Connection(507479765)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.543--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-17 17:53:58.543--ServerSession(1003755748)--Connection(69115782)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.543--ServerSession(1003755748)--Connection(69115782)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.543--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-17 17:53:58.543--ServerSession(1003755748)--Connection(69115782)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:53:58.543--UnitOfWork(2111615196)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.544--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-17 17:53:58.544--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-17 17:53:58.544--UnitOfWork(2111615196)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.544--UnitOfWork(2111615196)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.544--UnitOfWork(2111615196)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.544--ClientSession(1278790934)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.544--UnitOfWork(2111615196)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.544--ClientSession(1278790934)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.554--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 109673034
    [junit] [EL Finer]: 2024-04-17 17:53:58.554--ClientSession(109673034)--Thread(Thread[main,5,main])--acquire unit of work: 1770453310
    [junit] [EL Finest]: 2024-04-17 17:53:58.554--UnitOfWork(1770453310)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.554--UnitOfWork(1770453310)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.554--UnitOfWork(1770453310)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.555--UnitOfWork(1770453310)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.555--UnitOfWork(1770453310)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.555--UnitOfWork(1770453310)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.555--UnitOfWork(1770453310)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.555--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-17 17:53:58.555--ServerSession(1003755748)--Connection(1014698874)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.555--ClientSession(109673034)--Connection(1014698874)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.555--ClientSession(109673034)--Connection(1014698874)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:53:58.555--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-17 17:53:58.556--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-17 17:53:58.556--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-17 17:53:58.556--ClientSession(109673034)--Connection(1751325469)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:53:58.556--ClientSession(109673034)--Connection(1751325469)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE_DESC (ID, DESC_TEXT) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:53:58.556--ClientSession(109673034)--Connection(1751325469)--Thread(Thread[main,5,main])--	bind => [202, new parent]
    [junit] [EL Fine]: 2024-04-17 17:53:58.556--ClientSession(109673034)--Connection(1751325469)--Thread(Thread[main,5,main])--	bind => [206, new grandchild]
    [junit] [EL Fine]: 2024-04-17 17:53:58.556--ClientSession(109673034)--Connection(1751325469)--Thread(Thread[main,5,main])--	bind => [204, new child]
    [junit] [EL Finer]: 2024-04-17 17:53:58.556--ClientSession(109673034)--Connection(1751325469)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:53:58.557--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-17 17:53:58.557--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-17 17:53:58.557--ClientSession(109673034)--Connection(1751325469)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:53:58.557--ClientSession(109673034)--Connection(1751325469)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:53:58.557--ClientSession(109673034)--Connection(1751325469)--Thread(Thread[main,5,main])--	bind => [205, null, 206]
    [junit] [EL Fine]: 2024-04-17 17:53:58.557--ClientSession(109673034)--Connection(1751325469)--Thread(Thread[main,5,main])--	bind => [203, null, 204]
    [junit] [EL Fine]: 2024-04-17 17:53:58.557--ClientSession(109673034)--Connection(1751325469)--Thread(Thread[main,5,main])--	bind => [201, null, 202]
    [junit] [EL Finer]: 2024-04-17 17:53:58.557--ClientSession(109673034)--Connection(1751325469)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:53:58.558--ClientSession(109673034)--Connection(1751325469)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.558--ServerSession(1003755748)--Connection(1014698874)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.559--UnitOfWork(1770453310)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.559--UnitOfWork(1770453310)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.559--UnitOfWork(1770453310)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.559--ClientSession(109673034)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.559--UnitOfWork(1770453310)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.559--ClientSession(109673034)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.559--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1680139795
    [junit] [EL Finer]: 2024-04-17 17:53:58.559--ClientSession(1680139795)--Thread(Thread[main,5,main])--acquire unit of work: 351249017
    [junit] [EL Finest]: 2024-04-17 17:53:58.559--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-17 17:53:58.559--ServerSession(1003755748)--Connection(149526537)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.559--ServerSession(1003755748)--Connection(149526537)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.559--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-17 17:53:58.56--ServerSession(1003755748)--Connection(149526537)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.56--UnitOfWork(351249017)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="description" referenceClass=CascadingNodeDescription )
    [junit] [EL Finest]: 2024-04-17 17:53:58.56--ServerSession(1003755748)--Connection(1615669446)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.56--ServerSession(1003755748)--Connection(1615669446)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.56--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-17 17:53:58.56--ServerSession(1003755748)--Connection(1615669446)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.561--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-17 17:53:58.561--ServerSession(1003755748)--Connection(856937591)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.561--ServerSession(1003755748)--Connection(856937591)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.561--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-17 17:53:58.561--ServerSession(1003755748)--Connection(856937591)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.561--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-17 17:53:58.561--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-17 17:53:58.561--ServerSession(1003755748)--Connection(2126545173)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.561--ServerSession(1003755748)--Connection(2126545173)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.562--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-17 17:53:58.562--ServerSession(1003755748)--Connection(2126545173)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.562--UnitOfWork(351249017)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="description" referenceClass=CascadingNodeDescription )
    [junit] [EL Finest]: 2024-04-17 17:53:58.562--ServerSession(1003755748)--Connection(1045250282)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.562--ServerSession(1003755748)--Connection(1045250282)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.562--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-17 17:53:58.563--ServerSession(1003755748)--Connection(1045250282)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.563--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-17 17:53:58.563--ServerSession(1003755748)--Connection(1099925775)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.563--ServerSession(1003755748)--Connection(1099925775)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.563--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-17 17:53:58.563--ServerSession(1003755748)--Connection(1099925775)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.564--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-17 17:53:58.564--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-17 17:53:58.564--ServerSession(1003755748)--Connection(1717967062)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.564--ServerSession(1003755748)--Connection(1717967062)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.564--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-17 17:53:58.564--ServerSession(1003755748)--Connection(1717967062)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.564--UnitOfWork(351249017)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="description" referenceClass=CascadingNodeDescription )
    [junit] [EL Finest]: 2024-04-17 17:53:58.564--ServerSession(1003755748)--Connection(516570791)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.565--ServerSession(1003755748)--Connection(516570791)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.565--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-17 17:53:58.565--ServerSession(1003755748)--Connection(516570791)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.565--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-17 17:53:58.565--ServerSession(1003755748)--Connection(356347252)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.565--ServerSession(1003755748)--Connection(356347252)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.565--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-17 17:53:58.566--ServerSession(1003755748)--Connection(356347252)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.566--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-17 17:53:58.566--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-17 17:53:58.566--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-17 17:53:58.566--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-17 17:53:58.566--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-17 17:53:58.566--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-17 17:53:58.566--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-17 17:53:58.566--UnitOfWork(351249017)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.566--UnitOfWork(351249017)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.566--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-17 17:53:58.566--ServerSession(1003755748)--Connection(421135185)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.566--ServerSession(1003755748)--Connection(421135185)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.567--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-17 17:53:58.567--ServerSession(1003755748)--Connection(421135185)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.567--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-17 17:53:58.567--UnitOfWork(351249017)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.567--ClientSession(1680139795)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.567--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 605472344
    [junit] [EL Finer]: 2024-04-17 17:53:58.567--ClientSession(605472344)--Thread(Thread[main,5,main])--acquire unit of work: 1834961152
    [junit] [EL Finest]: 2024-04-17 17:53:58.568--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-17 17:53:58.568--ServerSession(1003755748)--Connection(507575219)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.568--ServerSession(1003755748)--Connection(507575219)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.568--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-17 17:53:58.568--ServerSession(1003755748)--Connection(507575219)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.568--UnitOfWork(1834961152)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="description" referenceClass=CascadingNodeDescription )
    [junit] [EL Finest]: 2024-04-17 17:53:58.568--ServerSession(1003755748)--Connection(132423149)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.568--ServerSession(1003755748)--Connection(132423149)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.568--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-17 17:53:58.569--ServerSession(1003755748)--Connection(132423149)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.569--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-17 17:53:58.569--ServerSession(1003755748)--Connection(439010439)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.569--ServerSession(1003755748)--Connection(439010439)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.569--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-17 17:53:58.569--ServerSession(1003755748)--Connection(439010439)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.57--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-17 17:53:58.57--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-17 17:53:58.57--ServerSession(1003755748)--Connection(518349613)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.57--ServerSession(1003755748)--Connection(518349613)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.57--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-17 17:53:58.57--ServerSession(1003755748)--Connection(518349613)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.57--UnitOfWork(1834961152)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="description" referenceClass=CascadingNodeDescription )
    [junit] [EL Finest]: 2024-04-17 17:53:58.57--ServerSession(1003755748)--Connection(1200601052)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.57--ServerSession(1003755748)--Connection(1200601052)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.571--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-17 17:53:58.571--ServerSession(1003755748)--Connection(1200601052)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.571--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-17 17:53:58.571--ServerSession(1003755748)--Connection(1666144466)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.571--ServerSession(1003755748)--Connection(1666144466)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.571--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-17 17:53:58.571--ServerSession(1003755748)--Connection(1666144466)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.572--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-17 17:53:58.572--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-17 17:53:58.572--ServerSession(1003755748)--Connection(51325109)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.572--ServerSession(1003755748)--Connection(51325109)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.572--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-17 17:53:58.572--ServerSession(1003755748)--Connection(51325109)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.572--UnitOfWork(1834961152)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="description" referenceClass=CascadingNodeDescription )
    [junit] [EL Finest]: 2024-04-17 17:53:58.572--ServerSession(1003755748)--Connection(672869885)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.572--ServerSession(1003755748)--Connection(672869885)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.572--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-17 17:53:58.573--ServerSession(1003755748)--Connection(672869885)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.573--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-17 17:53:58.573--ServerSession(1003755748)--Connection(1612539426)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.573--ServerSession(1003755748)--Connection(1612539426)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.573--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-17 17:53:58.573--ServerSession(1003755748)--Connection(1612539426)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.573--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-17 17:53:58.584--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 958209587
    [junit] [EL Finer]: 2024-04-17 17:53:58.584--ClientSession(958209587)--Thread(Thread[main,5,main])--acquire unit of work: 1727096642
    [junit] [EL Finest]: 2024-04-17 17:53:58.584--UnitOfWork(1727096642)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.584--UnitOfWork(1727096642)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.584--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-17 17:53:58.584--ServerSession(1003755748)--Connection(1835638995)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.584--ClientSession(958209587)--Connection(1835638995)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.584--ClientSession(958209587)--Connection(1835638995)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.585--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-17 17:53:58.585--ClientSession(958209587)--Connection(5181771)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.586--ServerSession(1003755748)--Connection(1835638995)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.586--UnitOfWork(1727096642)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.586--UnitOfWork(1727096642)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.586--UnitOfWork(1727096642)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.586--ClientSession(958209587)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.586--UnitOfWork(1727096642)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.586--ClientSession(958209587)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.586--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1071522313
    [junit] [EL Finer]: 2024-04-17 17:53:58.586--ClientSession(1071522313)--Thread(Thread[main,5,main])--acquire unit of work: 529621529
    [junit] [EL Finest]: 2024-04-17 17:53:58.586--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-17 17:53:58.586--ServerSession(1003755748)--Connection(1739390441)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.586--ServerSession(1003755748)--Connection(1739390441)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.587--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-17 17:53:58.587--ServerSession(1003755748)--Connection(1739390441)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.587--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-17 17:53:58.587--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-17 17:53:58.587--ServerSession(1003755748)--Connection(1633615132)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.587--ServerSession(1003755748)--Connection(1633615132)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.587--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-17 17:53:58.588--ServerSession(1003755748)--Connection(1633615132)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.588--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-17 17:53:58.588--UnitOfWork(529621529)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.588--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-17 17:53:58.588--UnitOfWork(529621529)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.588--UnitOfWork(529621529)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.588--UnitOfWork(529621529)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.588--ClientSession(1071522313)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.588--UnitOfWork(529621529)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.589--ClientSession(1071522313)--Thread(Thread[main,5,main])--client released
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.115 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadePersist
    [junit] [EL Finer]: 2024-04-17 17:53:58.606--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1641418296
    [junit] [EL Finer]: 2024-04-17 17:53:58.606--ClientSession(1641418296)--Thread(Thread[main,5,main])--acquire unit of work: 1855297340
    [junit] [EL Finest]: 2024-04-17 17:53:58.606--UnitOfWork(1855297340)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.606--UnitOfWork(1855297340)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.606--UnitOfWork(1855297340)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.606--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-17 17:53:58.606--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-17 17:53:58.607--ServerSession(1003755748)--Connection(1162595263)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.607--ClientSession(1641418296)--Connection(1162595263)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.607--ClientSession(1641418296)--Connection(1162595263)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finer]: 2024-04-17 17:53:58.607--ClientSession(1641418296)--Connection(748673892)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:53:58.607--ClientSession(1641418296)--Connection(748673892)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:53:58.607--ClientSession(1641418296)--Connection(748673892)--Thread(Thread[main,5,main])--	bind => [31, null, null]
    [junit] [EL Fine]: 2024-04-17 17:53:58.607--ClientSession(1641418296)--Connection(748673892)--Thread(Thread[main,5,main])--	bind => [32, 31, null]
    [junit] [EL Finer]: 2024-04-17 17:53:58.607--ClientSession(1641418296)--Connection(748673892)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:53:58.608--ClientSession(1641418296)--Connection(748673892)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.608--ServerSession(1003755748)--Connection(1162595263)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.608--UnitOfWork(1855297340)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.608--UnitOfWork(1855297340)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.608--UnitOfWork(1855297340)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.608--ClientSession(1641418296)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.608--UnitOfWork(1855297340)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.609--ClientSession(1641418296)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.61--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 2124688514
    [junit] [EL Finer]: 2024-04-17 17:53:58.61--ClientSession(2124688514)--Thread(Thread[main,5,main])--acquire unit of work: 957559364
    [junit] [EL Finest]: 2024-04-17 17:53:58.61--UnitOfWork(957559364)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.61--UnitOfWork(957559364)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.61--UnitOfWork(957559364)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.61--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-17 17:53:58.61--ServerSession(1003755748)--Connection(17222024)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.61--ClientSession(2124688514)--Connection(17222024)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.61--ClientSession(2124688514)--Connection(17222024)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:53:58.61--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-17 17:53:58.611--ClientSession(2124688514)--Connection(556223230)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:53:58.611--ClientSession(2124688514)--Connection(556223230)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:53:58.611--ClientSession(2124688514)--Connection(556223230)--Thread(Thread[main,5,main])--	bind => [31, null, null]
    [junit] [EL Fine]: 2024-04-17 17:53:58.611--ClientSession(2124688514)--Connection(556223230)--Thread(Thread[main,5,main])--	bind => [32, 31, null]
    [junit] [EL Finer]: 2024-04-17 17:53:58.611--ClientSession(2124688514)--Connection(556223230)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:53:58.611--ClientSession(2124688514)--Connection(556223230)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.612--ServerSession(1003755748)--Connection(17222024)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.612--UnitOfWork(957559364)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.612--UnitOfWork(957559364)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.612--UnitOfWork(957559364)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.612--ClientSession(2124688514)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.612--UnitOfWork(957559364)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.612--ClientSession(2124688514)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.622--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 291279979
    [junit] [EL Finer]: 2024-04-17 17:53:58.622--ClientSession(291279979)--Thread(Thread[main,5,main])--acquire unit of work: 2043313130
    [junit] [EL Finest]: 2024-04-17 17:53:58.622--UnitOfWork(2043313130)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.622--UnitOfWork(2043313130)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.622--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-17 17:53:58.622--ServerSession(1003755748)--Connection(1044639817)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.622--ClientSession(291279979)--Connection(1044639817)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.622--ClientSession(291279979)--Connection(1044639817)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.623--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-17 17:53:58.623--ClientSession(291279979)--Connection(343722304)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.623--ServerSession(1003755748)--Connection(1044639817)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.623--UnitOfWork(2043313130)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.623--UnitOfWork(2043313130)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.624--UnitOfWork(2043313130)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.624--ClientSession(291279979)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.624--UnitOfWork(2043313130)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.624--ClientSession(291279979)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.624--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1891799894
    [junit] [EL Finer]: 2024-04-17 17:53:58.624--ClientSession(1891799894)--Thread(Thread[main,5,main])--acquire unit of work: 1361241279
    [junit] [EL Finest]: 2024-04-17 17:53:58.624--UnitOfWork(1361241279)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.624--UnitOfWork(1361241279)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.624--UnitOfWork(1361241279)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.624--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-17 17:53:58.624--ServerSession(1003755748)--Connection(670503317)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.624--ClientSession(1891799894)--Connection(670503317)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.624--ClientSession(1891799894)--Connection(670503317)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:53:58.624--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-17 17:53:58.625--ClientSession(1891799894)--Connection(873134840)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:53:58.625--ClientSession(1891799894)--Connection(873134840)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:53:58.625--ClientSession(1891799894)--Connection(873134840)--Thread(Thread[main,5,main])--	bind => [22, null, null]
    [junit] [EL Fine]: 2024-04-17 17:53:58.625--ClientSession(1891799894)--Connection(873134840)--Thread(Thread[main,5,main])--	bind => [21, null, null]
    [junit] [EL Finer]: 2024-04-17 17:53:58.625--ClientSession(1891799894)--Connection(873134840)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Fine]: 2024-04-17 17:53:58.625--ClientSession(1891799894)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finer]: 2024-04-17 17:53:58.626--ClientSession(1891799894)--Connection(873134840)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.626--ServerSession(1003755748)--Connection(670503317)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Warning]: 2024-04-17 17:53:58.626--UnitOfWork(1361241279)--Thread(Thread[main,5,main])--Local Exception Stack: 
    [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:58.626--UnitOfWork(1361241279)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.626--ClientSession(1891799894)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.627--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1795568752
    [junit] [EL Finer]: 2024-04-17 17:53:58.627--ClientSession(1795568752)--Thread(Thread[main,5,main])--acquire unit of work: 577592048
    [junit] [EL Finest]: 2024-04-17 17:53:58.627--UnitOfWork(577592048)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.627--UnitOfWork(577592048)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.627--UnitOfWork(577592048)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.627--UnitOfWork(577592048)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.627--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-17 17:53:58.627--ServerSession(1003755748)--Connection(501301044)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.627--ClientSession(1795568752)--Connection(501301044)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.627--ClientSession(1795568752)--Connection(501301044)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:53:58.627--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-17 17:53:58.628--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-17 17:53:58.628--ClientSession(1795568752)--Connection(2115575770)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:53:58.628--ClientSession(1795568752)--Connection(2115575770)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:53:58.628--ClientSession(1795568752)--Connection(2115575770)--Thread(Thread[main,5,main])--	bind => [23, null, null]
    [junit] [EL Fine]: 2024-04-17 17:53:58.628--ClientSession(1795568752)--Connection(2115575770)--Thread(Thread[main,5,main])--	bind => [24, null, null]
    [junit] [EL Fine]: 2024-04-17 17:53:58.628--ClientSession(1795568752)--Connection(2115575770)--Thread(Thread[main,5,main])--	bind => [23, null, null]
    [junit] [EL Finer]: 2024-04-17 17:53:58.628--ClientSession(1795568752)--Connection(2115575770)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Fine]: 2024-04-17 17:53:58.629--ClientSession(1795568752)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finer]: 2024-04-17 17:53:58.629--ClientSession(1795568752)--Connection(2115575770)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.629--ServerSession(1003755748)--Connection(501301044)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Warning]: 2024-04-17 17:53:58.629--UnitOfWork(577592048)--Thread(Thread[main,5,main])--Local Exception Stack: 
    [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:58.63--UnitOfWork(577592048)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.63--ClientSession(1795568752)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.63--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 2101891021
    [junit] [EL Finer]: 2024-04-17 17:53:58.63--ClientSession(2101891021)--Thread(Thread[main,5,main])--acquire unit of work: 2022586114
    [junit] [EL Finest]: 2024-04-17 17:53:58.63--UnitOfWork(2022586114)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.63--UnitOfWork(2022586114)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.63--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-17 17:53:58.63--ServerSession(1003755748)--Connection(2014406233)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.63--ClientSession(2101891021)--Connection(2014406233)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.63--ClientSession(2101891021)--Connection(2014406233)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.63--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-17 17:53:58.631--ClientSession(2101891021)--Connection(1898870910)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.631--ServerSession(1003755748)--Connection(2014406233)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.631--UnitOfWork(2022586114)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.631--UnitOfWork(2022586114)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.631--UnitOfWork(2022586114)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.631--ClientSession(2101891021)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.631--UnitOfWork(2022586114)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.631--ClientSession(2101891021)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.631--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1468809177
    [junit] [EL Finer]: 2024-04-17 17:53:58.631--ClientSession(1468809177)--Thread(Thread[main,5,main])--acquire unit of work: 610056415
    [junit] [EL Finest]: 2024-04-17 17:53:58.632--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-17 17:53:58.632--ServerSession(1003755748)--Connection(649316770)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.632--ServerSession(1003755748)--Connection(649316770)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.632--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-17 17:53:58.632--ServerSession(1003755748)--Connection(649316770)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.632--UnitOfWork(610056415)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.632--UnitOfWork(610056415)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.632--UnitOfWork(610056415)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.633--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-17 17:53:58.633--ServerSession(1003755748)--Connection(720242436)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.633--ClientSession(1468809177)--Connection(720242436)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.633--ClientSession(1468809177)--Connection(720242436)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:53:58.633--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-17 17:53:58.633--ClientSession(1468809177)--Connection(430290487)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:53:58.633--ClientSession(1468809177)--Connection(430290487)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:53:58.633--ClientSession(1468809177)--Connection(430290487)--Thread(Thread[main,5,main])--	bind => [26, null, null]
    [junit] [EL Fine]: 2024-04-17 17:53:58.633--ClientSession(1468809177)--Connection(430290487)--Thread(Thread[main,5,main])--	bind => [25, null, null]
    [junit] [EL Finer]: 2024-04-17 17:53:58.633--ClientSession(1468809177)--Connection(430290487)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Fine]: 2024-04-17 17:53:58.634--ClientSession(1468809177)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finer]: 2024-04-17 17:53:58.634--ClientSession(1468809177)--Connection(430290487)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.634--ServerSession(1003755748)--Connection(720242436)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Warning]: 2024-04-17 17:53:58.634--UnitOfWork(610056415)--Thread(Thread[main,5,main])--Local Exception Stack: 
    [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:58.635--UnitOfWork(610056415)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.635--ClientSession(1468809177)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.635--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 154487101
    [junit] [EL Finer]: 2024-04-17 17:53:58.635--ClientSession(154487101)--Thread(Thread[main,5,main])--acquire unit of work: 162752456
    [junit] [EL Finest]: 2024-04-17 17:53:58.635--UnitOfWork(162752456)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.635--UnitOfWork(162752456)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.635--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-17 17:53:58.635--ServerSession(1003755748)--Connection(515398215)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.635--ClientSession(154487101)--Connection(515398215)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.635--ClientSession(154487101)--Connection(515398215)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.636--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-17 17:53:58.636--ClientSession(154487101)--Connection(212329343)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.636--ServerSession(1003755748)--Connection(515398215)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.636--UnitOfWork(162752456)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.636--UnitOfWork(162752456)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.636--UnitOfWork(162752456)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.636--ClientSession(154487101)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.636--UnitOfWork(162752456)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.636--ClientSession(154487101)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.636--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 142561311
    [junit] [EL Finer]: 2024-04-17 17:53:58.637--ClientSession(142561311)--Thread(Thread[main,5,main])--acquire unit of work: 1414093109
    [junit] [EL Finest]: 2024-04-17 17:53:58.637--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-17 17:53:58.637--ServerSession(1003755748)--Connection(1741092056)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.637--ServerSession(1003755748)--Connection(1741092056)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.637--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-17 17:53:58.637--ServerSession(1003755748)--Connection(1741092056)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.637--UnitOfWork(1414093109)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.637--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-17 17:53:58.637--ServerSession(1003755748)--Connection(114159191)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.637--ServerSession(1003755748)--Connection(114159191)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.638--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-17 17:53:58.638--ServerSession(1003755748)--Connection(114159191)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.638--UnitOfWork(1414093109)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.638--UnitOfWork(1414093109)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.638--UnitOfWork(1414093109)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.638--UnitOfWork(1414093109)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode )
    [junit] [EL Finest]: 2024-04-17 17:53:58.638--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-17 17:53:58.638--ServerSession(1003755748)--Connection(1077109993)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.638--ClientSession(142561311)--Connection(1077109993)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.638--ClientSession(142561311)--Connection(1077109993)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:53:58.639--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-17 17:53:58.639--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-17 17:53:58.639--ClientSession(142561311)--Connection(71782942)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:53:58.639--ClientSession(142561311)--Connection(71782942)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:53:58.639--ClientSession(142561311)--Connection(71782942)--Thread(Thread[main,5,main])--	bind => [28, null, null]
    [junit] [EL Fine]: 2024-04-17 17:53:58.639--ClientSession(142561311)--Connection(71782942)--Thread(Thread[main,5,main])--	bind => [27, null, null]
    [junit] [EL Finer]: 2024-04-17 17:53:58.639--ClientSession(142561311)--Connection(71782942)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Fine]: 2024-04-17 17:53:58.64--ClientSession(142561311)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:53:58.64--UnitOfWork(1414093109)--Thread(Thread[main,5,main])--Local Exception Stack: 
    [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:53:58.67--ClientSession(142561311)--Connection(71782942)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.67--ServerSession(1003755748)--Connection(1077109993)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.671--UnitOfWork(1414093109)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.671--ClientSession(142561311)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.681--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 41595398
    [junit] [EL Finer]: 2024-04-17 17:53:58.681--ClientSession(41595398)--Thread(Thread[main,5,main])--acquire unit of work: 860148067
    [junit] [EL Finest]: 2024-04-17 17:53:58.681--UnitOfWork(860148067)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.681--UnitOfWork(860148067)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.681--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-17 17:53:58.681--ServerSession(1003755748)--Connection(2132961406)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.682--ClientSession(41595398)--Connection(2132961406)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.682--ClientSession(41595398)--Connection(2132961406)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.682--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-17 17:53:58.682--ClientSession(41595398)--Connection(1794666800)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.683--ServerSession(1003755748)--Connection(2132961406)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.683--UnitOfWork(860148067)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.683--UnitOfWork(860148067)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.683--UnitOfWork(860148067)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.683--ClientSession(41595398)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.683--UnitOfWork(860148067)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.683--ClientSession(41595398)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.683--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1925489578
    [junit] [EL Finer]: 2024-04-17 17:53:58.683--ClientSession(1925489578)--Thread(Thread[main,5,main])--acquire unit of work: 508122132
    [junit] [EL Finest]: 2024-04-17 17:53:58.683--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-17 17:53:58.683--ServerSession(1003755748)--Connection(923911964)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.683--ServerSession(1003755748)--Connection(923911964)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.683--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-17 17:53:58.684--ServerSession(1003755748)--Connection(923911964)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.684--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-17 17:53:58.684--ServerSession(1003755748)--Connection(155224151)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.684--ServerSession(1003755748)--Connection(155224151)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.684--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-17 17:53:58.685--ServerSession(1003755748)--Connection(155224151)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.685--UnitOfWork(508122132)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.685--UnitOfWork(508122132)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.685--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-17 17:53:58.685--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-17 17:53:58.685--ServerSession(1003755748)--Connection(1940407755)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.685--ClientSession(1925489578)--Connection(1940407755)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.685--ClientSession(1925489578)--Connection(1940407755)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.685--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-17 17:53:58.686--ClientSession(1925489578)--Connection(413763859)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.686--ServerSession(1003755748)--Connection(1940407755)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.686--UnitOfWork(508122132)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.686--UnitOfWork(508122132)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.686--UnitOfWork(508122132)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.686--ClientSession(1925489578)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.686--UnitOfWork(508122132)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.686--ClientSession(1925489578)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.697--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 39476366
    [junit] [EL Finer]: 2024-04-17 17:53:58.697--ClientSession(39476366)--Thread(Thread[main,5,main])--acquire unit of work: 106350019
    [junit] [EL Finest]: 2024-04-17 17:53:58.697--UnitOfWork(106350019)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.697--UnitOfWork(106350019)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.697--UnitOfWork(106350019)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.697--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-17 17:53:58.697--ServerSession(1003755748)--Connection(1395259059)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.697--ClientSession(39476366)--Connection(1395259059)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.697--ClientSession(39476366)--Connection(1395259059)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:53:58.698--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-17 17:53:58.698--ClientSession(39476366)--Connection(1501382858)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:53:58.698--ClientSession(39476366)--Connection(1501382858)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:53:58.698--ClientSession(39476366)--Connection(1501382858)--Thread(Thread[main,5,main])--	bind => [2, null, null]
    [junit] [EL Fine]: 2024-04-17 17:53:58.698--ClientSession(39476366)--Connection(1501382858)--Thread(Thread[main,5,main])--	bind => [1, null, null]
    [junit] [EL Finer]: 2024-04-17 17:53:58.698--ClientSession(39476366)--Connection(1501382858)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:53:58.699--ClientSession(39476366)--Connection(1501382858)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.699--ServerSession(1003755748)--Connection(1395259059)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.699--UnitOfWork(106350019)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.699--UnitOfWork(106350019)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.699--UnitOfWork(106350019)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.699--ClientSession(39476366)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.699--UnitOfWork(106350019)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.699--ClientSession(39476366)--Thread(Thread[main,5,main])--client released
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 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.002 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeRemove
    [junit] [EL Finer]: 2024-04-17 17:53:58.726--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 251915919
    [junit] [EL Finer]: 2024-04-17 17:53:58.726--ClientSession(251915919)--Thread(Thread[main,5,main])--acquire unit of work: 1088247084
    [junit] [EL Finest]: 2024-04-17 17:53:58.726--UnitOfWork(1088247084)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.726--UnitOfWork(1088247084)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.726--UnitOfWork(1088247084)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.726--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-17 17:53:58.727--ServerSession(1003755748)--Connection(1633584044)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.727--ClientSession(251915919)--Connection(1633584044)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.727--ClientSession(251915919)--Connection(1633584044)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:53:58.727--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-17 17:53:58.727--ClientSession(251915919)--Connection(1144558478)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:53:58.727--ClientSession(251915919)--Connection(1144558478)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:53:58.727--ClientSession(251915919)--Connection(1144558478)--Thread(Thread[main,5,main])--	bind => [202, null, null]
    [junit] [EL Fine]: 2024-04-17 17:53:58.727--ClientSession(251915919)--Connection(1144558478)--Thread(Thread[main,5,main])--	bind => [201, null, null]
    [junit] [EL Finer]: 2024-04-17 17:53:58.727--ClientSession(251915919)--Connection(1144558478)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:53:58.728--ClientSession(251915919)--Connection(1144558478)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.728--ServerSession(1003755748)--Connection(1633584044)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.728--UnitOfWork(1088247084)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.728--UnitOfWork(1088247084)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.728--UnitOfWork(1088247084)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.728--ClientSession(251915919)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.728--UnitOfWork(1088247084)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.729--ClientSession(251915919)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.729--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 476631259
    [junit] [EL Finer]: 2024-04-17 17:53:58.729--ClientSession(476631259)--Thread(Thread[main,5,main])--acquire unit of work: 163476249
    [junit] [EL Finest]: 2024-04-17 17:53:58.729--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-17 17:53:58.729--ServerSession(1003755748)--Connection(152708419)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.729--ServerSession(1003755748)--Connection(152708419)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.729--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-17 17:53:58.729--ServerSession(1003755748)--Connection(152708419)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.73--UnitOfWork(163476249)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.73--UnitOfWork(163476249)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode )
    [junit] [EL Finest]: 2024-04-17 17:53:58.73--ServerSession(1003755748)--Connection(1620771868)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.73--ServerSession(1003755748)--Connection(1620771868)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.73--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-17 17:53:58.73--ServerSession(1003755748)--Connection(1620771868)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:53:58.731--UnitOfWork(163476249)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.731--ClientSession(476631259)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.731--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1374359172
    [junit] [EL Finer]: 2024-04-17 17:53:58.731--ClientSession(1374359172)--Thread(Thread[main,5,main])--acquire unit of work: 1289906124
    [junit] [EL Finest]: 2024-04-17 17:53:58.731--UnitOfWork(1289906124)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.731--UnitOfWork(1289906124)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.731--UnitOfWork(1289906124)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.732--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-17 17:53:58.732--ServerSession(1003755748)--Connection(1218017691)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.732--ClientSession(1374359172)--Connection(1218017691)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.732--ClientSession(1374359172)--Connection(1218017691)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:53:58.732--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-17 17:53:58.732--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-17 17:53:58.733--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-17 17:53:58.733--ClientSession(1374359172)--Connection(1038754411)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.733--ServerSession(1003755748)--Connection(1218017691)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.733--UnitOfWork(1289906124)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.733--UnitOfWork(1289906124)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.733--UnitOfWork(1289906124)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.733--ClientSession(1374359172)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.733--UnitOfWork(1289906124)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.733--ClientSession(1374359172)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.733--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 2143753518
    [junit] [EL Finer]: 2024-04-17 17:53:58.733--ClientSession(2143753518)--Thread(Thread[main,5,main])--acquire unit of work: 332564935
    [junit] [EL Finest]: 2024-04-17 17:53:58.733--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-17 17:53:58.734--ServerSession(1003755748)--Connection(1728372612)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.734--ServerSession(1003755748)--Connection(1728372612)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.734--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-17 17:53:58.734--ServerSession(1003755748)--Connection(1728372612)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.734--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-17 17:53:58.734--ServerSession(1003755748)--Connection(362367755)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.734--ServerSession(1003755748)--Connection(362367755)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.734--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-17 17:53:58.735--ServerSession(1003755748)--Connection(362367755)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.735--UnitOfWork(332564935)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.735--UnitOfWork(332564935)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode )
    [junit] [EL Finest]: 2024-04-17 17:53:58.735--ServerSession(1003755748)--Connection(330224683)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.735--ServerSession(1003755748)--Connection(330224683)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.735--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-17 17:53:58.736--ServerSession(1003755748)--Connection(330224683)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:53:58.736--UnitOfWork(332564935)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.736--ClientSession(2143753518)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.736--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1401633928
    [junit] [EL Finer]: 2024-04-17 17:53:58.736--ClientSession(1401633928)--Thread(Thread[main,5,main])--acquire unit of work: 431618307
    [junit] [EL Finest]: 2024-04-17 17:53:58.736--UnitOfWork(431618307)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.736--UnitOfWork(431618307)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.737--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-17 17:53:58.737--ServerSession(1003755748)--Connection(581865567)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.737--ClientSession(1401633928)--Connection(581865567)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.737--ClientSession(1401633928)--Connection(581865567)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.737--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-17 17:53:58.737--ClientSession(1401633928)--Connection(1955136744)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.738--ServerSession(1003755748)--Connection(581865567)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.738--UnitOfWork(431618307)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.738--UnitOfWork(431618307)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.738--UnitOfWork(431618307)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.738--ClientSession(1401633928)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.738--UnitOfWork(431618307)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.738--ClientSession(1401633928)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.738--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 993023654
    [junit] [EL Finer]: 2024-04-17 17:53:58.738--ClientSession(993023654)--Thread(Thread[main,5,main])--acquire unit of work: 1833567735
    [junit] [EL Finest]: 2024-04-17 17:53:58.738--UnitOfWork(1833567735)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.738--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-17 17:53:58.738--ServerSession(1003755748)--Connection(1262969395)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.738--ServerSession(1003755748)--Connection(1262969395)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.738--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-17 17:53:58.739--ServerSession(1003755748)--Connection(1262969395)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.739--UnitOfWork(1833567735)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.739--UnitOfWork(1833567735)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode )
    [junit] [EL Finer]: 2024-04-17 17:53:58.739--UnitOfWork(1833567735)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.739--ClientSession(993023654)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.74--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1483228092
    [junit] [EL Finer]: 2024-04-17 17:53:58.74--ClientSession(1483228092)--Thread(Thread[main,5,main])--acquire unit of work: 387137936
    [junit] [EL Finest]: 2024-04-17 17:53:58.74--UnitOfWork(387137936)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.74--UnitOfWork(387137936)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.74--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-17 17:53:58.74--ServerSession(1003755748)--Connection(1341548823)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.74--ClientSession(1483228092)--Connection(1341548823)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.74--ClientSession(1483228092)--Connection(1341548823)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.74--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-17 17:53:58.741--ClientSession(1483228092)--Connection(1113898680)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.741--ServerSession(1003755748)--Connection(1341548823)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.741--UnitOfWork(387137936)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.741--UnitOfWork(387137936)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.741--UnitOfWork(387137936)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.741--ClientSession(1483228092)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.741--UnitOfWork(387137936)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.741--ClientSession(1483228092)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.741--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 2094260442
    [junit] [EL Finer]: 2024-04-17 17:53:58.741--ClientSession(2094260442)--Thread(Thread[main,5,main])--acquire unit of work: 9539718
    [junit] [EL Finest]: 2024-04-17 17:53:58.741--UnitOfWork(9539718)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.741--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-17 17:53:58.741--ServerSession(1003755748)--Connection(2125274496)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.741--ServerSession(1003755748)--Connection(2125274496)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.742--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-17 17:53:58.742--ServerSession(1003755748)--Connection(2125274496)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.742--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-17 17:53:58.742--ServerSession(1003755748)--Connection(1528099970)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.742--ServerSession(1003755748)--Connection(1528099970)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.742--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-17 17:53:58.743--ServerSession(1003755748)--Connection(1528099970)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.743--UnitOfWork(9539718)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.743--UnitOfWork(9539718)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode )
    [junit] [EL Finer]: 2024-04-17 17:53:58.743--UnitOfWork(9539718)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.743--ClientSession(2094260442)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.743--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1974284481
    [junit] [EL Finer]: 2024-04-17 17:53:58.743--ClientSession(1974284481)--Thread(Thread[main,5,main])--acquire unit of work: 266906347
    [junit] [EL Finest]: 2024-04-17 17:53:58.743--UnitOfWork(266906347)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.744--UnitOfWork(266906347)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.744--UnitOfWork(266906347)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.744--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-17 17:53:58.744--ServerSession(1003755748)--Connection(1430710100)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.744--ClientSession(1974284481)--Connection(1430710100)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.744--ClientSession(1974284481)--Connection(1430710100)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:53:58.744--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-17 17:53:58.744--ClientSession(1974284481)--Connection(181451598)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:53:58.744--ClientSession(1974284481)--Connection(181451598)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:53:58.744--ClientSession(1974284481)--Connection(181451598)--Thread(Thread[main,5,main])--	bind => [209, null, null]
    [junit] [EL Fine]: 2024-04-17 17:53:58.744--ClientSession(1974284481)--Connection(181451598)--Thread(Thread[main,5,main])--	bind => [210, null, null]
    [junit] [EL Finer]: 2024-04-17 17:53:58.744--ClientSession(1974284481)--Connection(181451598)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:53:58.745--ClientSession(1974284481)--Connection(181451598)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.745--ServerSession(1003755748)--Connection(1430710100)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.745--UnitOfWork(266906347)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.745--UnitOfWork(266906347)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.745--UnitOfWork(266906347)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.745--ClientSession(1974284481)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.745--UnitOfWork(266906347)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.745--ClientSession(1974284481)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.745--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1785570426
    [junit] [EL Finer]: 2024-04-17 17:53:58.746--ClientSession(1785570426)--Thread(Thread[main,5,main])--acquire unit of work: 150180388
    [junit] [EL Finest]: 2024-04-17 17:53:58.746--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-17 17:53:58.746--ServerSession(1003755748)--Connection(133579455)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.746--ServerSession(1003755748)--Connection(133579455)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.746--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-17 17:53:58.746--ServerSession(1003755748)--Connection(133579455)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.746--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-17 17:53:58.746--ServerSession(1003755748)--Connection(1695161087)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.746--ServerSession(1003755748)--Connection(1695161087)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.747--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-17 17:53:58.747--ServerSession(1003755748)--Connection(1695161087)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.747--UnitOfWork(150180388)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.747--UnitOfWork(150180388)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode )
    [junit] [EL Finer]: 2024-04-17 17:53:58.747--UnitOfWork(150180388)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.747--ClientSession(1785570426)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.748--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1978471002
    [junit] [EL Finer]: 2024-04-17 17:53:58.748--ClientSession(1978471002)--Thread(Thread[main,5,main])--acquire unit of work: 1698322791
    [junit] [EL Finest]: 2024-04-17 17:53:58.748--UnitOfWork(1698322791)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.748--UnitOfWork(1698322791)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.748--UnitOfWork(1698322791)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.748--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-17 17:53:58.748--ServerSession(1003755748)--Connection(731573979)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.748--ClientSession(1978471002)--Connection(731573979)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.748--ClientSession(1978471002)--Connection(731573979)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:53:58.748--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-17 17:53:58.748--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-17 17:53:58.749--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-17 17:53:58.749--ClientSession(1978471002)--Connection(104105431)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.749--ServerSession(1003755748)--Connection(731573979)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.749--UnitOfWork(1698322791)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.749--UnitOfWork(1698322791)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.75--UnitOfWork(1698322791)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.75--ClientSession(1978471002)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.75--UnitOfWork(1698322791)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.75--ClientSession(1978471002)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.75--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 2030748640
    [junit] [EL Finer]: 2024-04-17 17:53:58.75--ClientSession(2030748640)--Thread(Thread[main,5,main])--acquire unit of work: 1538456363
    [junit] [EL Finest]: 2024-04-17 17:53:58.75--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-17 17:53:58.75--ServerSession(1003755748)--Connection(753816421)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.75--ServerSession(1003755748)--Connection(753816421)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.75--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-17 17:53:58.75--ServerSession(1003755748)--Connection(753816421)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.75--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-17 17:53:58.751--ServerSession(1003755748)--Connection(1155169971)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.751--ServerSession(1003755748)--Connection(1155169971)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.751--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-17 17:53:58.751--ServerSession(1003755748)--Connection(1155169971)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.751--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-17 17:53:58.751--ServerSession(1003755748)--Connection(999749808)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.751--ServerSession(1003755748)--Connection(999749808)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.751--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-17 17:53:58.752--ServerSession(1003755748)--Connection(999749808)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.752--UnitOfWork(1538456363)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.752--UnitOfWork(1538456363)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode )
    [junit] [EL Finer]: 2024-04-17 17:53:58.752--UnitOfWork(1538456363)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.752--ClientSession(2030748640)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.752--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1142350221
    [junit] [EL Finer]: 2024-04-17 17:53:58.752--ClientSession(1142350221)--Thread(Thread[main,5,main])--acquire unit of work: 98550436
    [junit] [EL Finest]: 2024-04-17 17:53:58.752--UnitOfWork(98550436)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.753--UnitOfWork(98550436)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.753--UnitOfWork(98550436)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.753--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-17 17:53:58.753--ServerSession(1003755748)--Connection(1134384220)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.753--ClientSession(1142350221)--Connection(1134384220)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.753--ClientSession(1142350221)--Connection(1134384220)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:53:58.753--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-17 17:53:58.753--ClientSession(1142350221)--Connection(1513945124)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:53:58.753--ClientSession(1142350221)--Connection(1513945124)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:53:58.753--ClientSession(1142350221)--Connection(1513945124)--Thread(Thread[main,5,main])--	bind => [214, null, null]
    [junit] [EL Fine]: 2024-04-17 17:53:58.753--ClientSession(1142350221)--Connection(1513945124)--Thread(Thread[main,5,main])--	bind => [213, null, null]
    [junit] [EL Finer]: 2024-04-17 17:53:58.753--ClientSession(1142350221)--Connection(1513945124)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:53:58.754--ClientSession(1142350221)--Connection(1513945124)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.754--ServerSession(1003755748)--Connection(1134384220)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.754--UnitOfWork(98550436)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.754--UnitOfWork(98550436)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.754--UnitOfWork(98550436)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.754--ClientSession(1142350221)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.754--UnitOfWork(98550436)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.754--ClientSession(1142350221)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.754--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 674659751
    [junit] [EL Finer]: 2024-04-17 17:53:58.754--ClientSession(674659751)--Thread(Thread[main,5,main])--acquire unit of work: 27325257
    [junit] [EL Finest]: 2024-04-17 17:53:58.754--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-17 17:53:58.755--ServerSession(1003755748)--Connection(1012975233)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.755--ServerSession(1003755748)--Connection(1012975233)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.755--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-17 17:53:58.755--ServerSession(1003755748)--Connection(1012975233)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.755--UnitOfWork(27325257)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.755--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-17 17:53:58.755--ServerSession(1003755748)--Connection(1009260571)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.755--ServerSession(1003755748)--Connection(1009260571)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.755--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-17 17:53:58.756--ServerSession(1003755748)--Connection(1009260571)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.756--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-17 17:53:58.756--ServerSession(1003755748)--Connection(293285062)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.756--ServerSession(1003755748)--Connection(293285062)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.756--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-17 17:53:58.756--ServerSession(1003755748)--Connection(293285062)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.756--UnitOfWork(27325257)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.756--UnitOfWork(27325257)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode )
    [junit] [EL Finer]: 2024-04-17 17:53:58.757--UnitOfWork(27325257)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.757--ClientSession(674659751)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.757--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 14093978
    [junit] [EL Finer]: 2024-04-17 17:53:58.757--ClientSession(14093978)--Thread(Thread[main,5,main])--acquire unit of work: 1587020590
    [junit] [EL Finest]: 2024-04-17 17:53:58.757--UnitOfWork(1587020590)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.757--UnitOfWork(1587020590)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.757--UnitOfWork(1587020590)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.757--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-17 17:53:58.758--ServerSession(1003755748)--Connection(2011857007)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.758--ClientSession(14093978)--Connection(2011857007)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.758--ClientSession(14093978)--Connection(2011857007)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:53:58.758--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-17 17:53:58.758--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-17 17:53:58.758--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-17 17:53:58.759--ClientSession(14093978)--Connection(1907517568)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.759--ServerSession(1003755748)--Connection(2011857007)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.759--UnitOfWork(1587020590)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.759--UnitOfWork(1587020590)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.759--UnitOfWork(1587020590)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.759--ClientSession(14093978)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.759--UnitOfWork(1587020590)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.759--ClientSession(14093978)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.759--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 863313225
    [junit] [EL Finer]: 2024-04-17 17:53:58.759--ClientSession(863313225)--Thread(Thread[main,5,main])--acquire unit of work: 1365349839
    [junit] [EL Finest]: 2024-04-17 17:53:58.759--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-17 17:53:58.759--ServerSession(1003755748)--Connection(1324029152)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.759--ServerSession(1003755748)--Connection(1324029152)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.76--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-17 17:53:58.76--ServerSession(1003755748)--Connection(1324029152)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.76--UnitOfWork(1365349839)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.76--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-17 17:53:58.76--ServerSession(1003755748)--Connection(1980153091)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.76--ServerSession(1003755748)--Connection(1980153091)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.76--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-17 17:53:58.76--ServerSession(1003755748)--Connection(1980153091)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.761--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-17 17:53:58.761--ServerSession(1003755748)--Connection(1281205497)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.761--ServerSession(1003755748)--Connection(1281205497)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.761--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-17 17:53:58.761--ServerSession(1003755748)--Connection(1281205497)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.761--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-17 17:53:58.761--ServerSession(1003755748)--Connection(1400677006)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.761--ServerSession(1003755748)--Connection(1400677006)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.761--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-17 17:53:58.762--ServerSession(1003755748)--Connection(1400677006)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.762--UnitOfWork(1365349839)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.762--UnitOfWork(1365349839)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode )
    [junit] [EL Finer]: 2024-04-17 17:53:58.762--UnitOfWork(1365349839)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.762--ClientSession(863313225)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.772--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1703837357
    [junit] [EL Finer]: 2024-04-17 17:53:58.772--ClientSession(1703837357)--Thread(Thread[main,5,main])--acquire unit of work: 217930962
    [junit] [EL Finest]: 2024-04-17 17:53:58.773--UnitOfWork(217930962)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.773--UnitOfWork(217930962)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.773--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-17 17:53:58.773--ServerSession(1003755748)--Connection(2065314021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.773--ClientSession(1703837357)--Connection(2065314021)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.773--ClientSession(1703837357)--Connection(2065314021)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.773--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-17 17:53:58.774--ClientSession(1703837357)--Connection(501741720)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.774--ServerSession(1003755748)--Connection(2065314021)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.774--UnitOfWork(217930962)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.774--UnitOfWork(217930962)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.774--UnitOfWork(217930962)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.774--ClientSession(1703837357)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.774--UnitOfWork(217930962)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.774--ClientSession(1703837357)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.774--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1675326525
    [junit] [EL Finer]: 2024-04-17 17:53:58.774--ClientSession(1675326525)--Thread(Thread[main,5,main])--acquire unit of work: 1231875515
    [junit] [EL Finest]: 2024-04-17 17:53:58.774--UnitOfWork(1231875515)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.774--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-17 17:53:58.774--ServerSession(1003755748)--Connection(962058379)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.775--ServerSession(1003755748)--Connection(962058379)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.775--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-17 17:53:58.775--ServerSession(1003755748)--Connection(962058379)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.775--UnitOfWork(1231875515)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.775--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-17 17:53:58.776--UnitOfWork(1231875515)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.776--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-17 17:53:58.776--ServerSession(1003755748)--Connection(36266279)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.776--ServerSession(1003755748)--Connection(36266279)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.776--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-17 17:53:58.776--ServerSession(1003755748)--Connection(36266279)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:53:58.776--UnitOfWork(1231875515)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.776--UnitOfWork(1231875515)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode )
    [junit] [EL Finest]: 2024-04-17 17:53:58.777--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-17 17:53:58.78--ServerSession(1003755748)--Connection(801783477)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.78--ClientSession(1675326525)--Connection(801783477)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.78--ClientSession(1675326525)--Connection(801783477)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.78--ClientSession(1675326525)--Connection(1777030223)--Thread(Thread[main,5,main])--DELETE FROM TMP_CASC_NODE WHERE (ID = ?)
    [junit] 	bind => [101]
    [junit] [EL Finer]: 2024-04-17 17:53:58.78--ClientSession(1675326525)--Connection(1777030223)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.781--ServerSession(1003755748)--Connection(801783477)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.781--UnitOfWork(1231875515)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.781--UnitOfWork(1231875515)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.781--UnitOfWork(1231875515)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.781--ClientSession(1675326525)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.783--UnitOfWork(1231875515)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.784--ClientSession(1675326525)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.785--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1292769946
    [junit] [EL Finer]: 2024-04-17 17:53:58.785--ClientSession(1292769946)--Thread(Thread[main,5,main])--acquire unit of work: 622955085
    [junit] [EL Finest]: 2024-04-17 17:53:58.785--UnitOfWork(622955085)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.785--UnitOfWork(622955085)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.785--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-17 17:53:58.786--ServerSession(1003755748)--Connection(1799199800)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.786--ClientSession(1292769946)--Connection(1799199800)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.786--ClientSession(1292769946)--Connection(1799199800)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.786--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-17 17:53:58.786--ClientSession(1292769946)--Connection(1114050800)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.787--ServerSession(1003755748)--Connection(1799199800)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.787--UnitOfWork(622955085)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.787--UnitOfWork(622955085)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.787--UnitOfWork(622955085)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.787--ClientSession(1292769946)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.787--UnitOfWork(622955085)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.787--ClientSession(1292769946)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.787--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1580727170
    [junit] [EL Finer]: 2024-04-17 17:53:58.787--ClientSession(1580727170)--Thread(Thread[main,5,main])--acquire unit of work: 1508667424
    [junit] [EL Finest]: 2024-04-17 17:53:58.787--UnitOfWork(1508667424)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.787--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-17 17:53:58.788--ServerSession(1003755748)--Connection(732559750)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.788--ServerSession(1003755748)--Connection(732559750)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.788--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-17 17:53:58.788--ServerSession(1003755748)--Connection(732559750)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.788--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-17 17:53:58.788--ServerSession(1003755748)--Connection(122361912)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.788--ServerSession(1003755748)--Connection(122361912)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.789--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-17 17:53:58.789--ServerSession(1003755748)--Connection(122361912)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.789--UnitOfWork(1508667424)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.789--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-17 17:53:58.789--UnitOfWork(1508667424)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.789--UnitOfWork(1508667424)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.789--UnitOfWork(1508667424)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNodeDescription )
    [junit] [EL Finest]: 2024-04-17 17:53:58.789--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-17 17:53:58.79--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-17 17:53:58.79--ServerSession(1003755748)--Connection(561200318)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.79--ClientSession(1580727170)--Connection(561200318)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.79--ClientSession(1580727170)--Connection(561200318)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.79--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-17 17:53:58.791--ClientSession(1580727170)--Connection(2009915092)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.791--ServerSession(1003755748)--Connection(561200318)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.791--UnitOfWork(1508667424)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.791--UnitOfWork(1508667424)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.791--UnitOfWork(1508667424)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.791--ClientSession(1580727170)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.791--UnitOfWork(1508667424)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.791--ClientSession(1580727170)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.792--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 138087695
    [junit] [EL Finer]: 2024-04-17 17:53:58.792--ClientSession(138087695)--Thread(Thread[main,5,main])--acquire unit of work: 733419479
    [junit] [EL Finest]: 2024-04-17 17:53:58.792--UnitOfWork(733419479)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.792--UnitOfWork(733419479)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.792--UnitOfWork(733419479)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.792--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-17 17:53:58.792--ServerSession(1003755748)--Connection(683639513)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.792--ClientSession(138087695)--Connection(683639513)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.792--ClientSession(138087695)--Connection(683639513)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:53:58.793--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-17 17:53:58.793--ClientSession(138087695)--Connection(1154275164)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:53:58.793--ClientSession(138087695)--Connection(1154275164)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:53:58.793--ClientSession(138087695)--Connection(1154275164)--Thread(Thread[main,5,main])--	bind => [105, null, null]
    [junit] [EL Fine]: 2024-04-17 17:53:58.793--ClientSession(138087695)--Connection(1154275164)--Thread(Thread[main,5,main])--	bind => [106, null, null]
    [junit] [EL Finer]: 2024-04-17 17:53:58.793--ClientSession(138087695)--Connection(1154275164)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:53:58.794--ClientSession(138087695)--Connection(1154275164)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.794--ServerSession(1003755748)--Connection(683639513)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.794--UnitOfWork(733419479)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.794--UnitOfWork(733419479)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.794--UnitOfWork(733419479)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.794--ClientSession(138087695)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.794--UnitOfWork(733419479)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.794--ClientSession(138087695)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.794--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 34737133
    [junit] [EL Finer]: 2024-04-17 17:53:58.794--ClientSession(34737133)--Thread(Thread[main,5,main])--acquire unit of work: 1450174524
    [junit] [EL Finest]: 2024-04-17 17:53:58.794--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-17 17:53:58.794--ServerSession(1003755748)--Connection(1950069658)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.794--ServerSession(1003755748)--Connection(1950069658)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.794--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-17 17:53:58.795--ServerSession(1003755748)--Connection(1950069658)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.795--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-17 17:53:58.795--ServerSession(1003755748)--Connection(1060469917)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.795--ServerSession(1003755748)--Connection(1060469917)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.795--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-17 17:53:58.795--ServerSession(1003755748)--Connection(1060469917)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.796--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-17 17:53:58.796--ServerSession(1003755748)--Connection(188241890)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.796--ServerSession(1003755748)--Connection(188241890)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.796--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-17 17:53:58.796--ServerSession(1003755748)--Connection(188241890)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.796--UnitOfWork(1450174524)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.796--UnitOfWork(1450174524)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.796--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-17 17:53:58.796--ServerSession(1003755748)--Connection(1079152956)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.796--ServerSession(1003755748)--Connection(1079152956)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.797--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-17 17:53:58.797--ServerSession(1003755748)--Connection(1079152956)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:53:58.797--UnitOfWork(1450174524)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.797--UnitOfWork(1450174524)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode )
    [junit] [EL Finest]: 2024-04-17 17:53:58.797--UnitOfWork(1450174524)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode )
    [junit] [EL Finest]: 2024-04-17 17:53:58.797--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-17 17:53:58.797--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-17 17:53:58.797--ServerSession(1003755748)--Connection(910572297)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.797--ClientSession(34737133)--Connection(910572297)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.797--ClientSession(34737133)--Connection(910572297)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:53:58.798--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-17 17:53:58.798--ClientSession(34737133)--Connection(1256142210)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:53:58.798--ClientSession(34737133)--Connection(1256142210)--Thread(Thread[main,5,main])--DELETE FROM TMP_CASC_NODE WHERE (ID = ?)
    [junit] [EL Fine]: 2024-04-17 17:53:58.798--ClientSession(34737133)--Connection(1256142210)--Thread(Thread[main,5,main])--	bind => [105]
    [junit] [EL Fine]: 2024-04-17 17:53:58.798--ClientSession(34737133)--Connection(1256142210)--Thread(Thread[main,5,main])--	bind => [106]
    [junit] [EL Finer]: 2024-04-17 17:53:58.798--ClientSession(34737133)--Connection(1256142210)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:53:58.799--ClientSession(34737133)--Connection(1256142210)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.799--ServerSession(1003755748)--Connection(910572297)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.799--UnitOfWork(1450174524)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.799--UnitOfWork(1450174524)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.799--UnitOfWork(1450174524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.799--ClientSession(34737133)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.799--UnitOfWork(1450174524)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.799--ClientSession(34737133)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.8--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1467742939
    [junit] [EL Finer]: 2024-04-17 17:53:58.8--ClientSession(1467742939)--Thread(Thread[main,5,main])--acquire unit of work: 632168320
    [junit] [EL Finest]: 2024-04-17 17:53:58.8--UnitOfWork(632168320)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.8--UnitOfWork(632168320)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.8--UnitOfWork(632168320)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.8--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-17 17:53:58.8--ServerSession(1003755748)--Connection(1922881634)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.8--ClientSession(1467742939)--Connection(1922881634)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.8--ClientSession(1467742939)--Connection(1922881634)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:53:58.8--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-17 17:53:58.8--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-17 17:53:58.801--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-17 17:53:58.801--ClientSession(1467742939)--Connection(599203108)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.801--ServerSession(1003755748)--Connection(1922881634)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.801--UnitOfWork(632168320)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.801--UnitOfWork(632168320)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.802--UnitOfWork(632168320)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.802--ClientSession(1467742939)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.802--UnitOfWork(632168320)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.802--ClientSession(1467742939)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.802--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1486748271
    [junit] [EL Finer]: 2024-04-17 17:53:58.802--ClientSession(1486748271)--Thread(Thread[main,5,main])--acquire unit of work: 1129874021
    [junit] [EL Finest]: 2024-04-17 17:53:58.802--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-17 17:53:58.802--ServerSession(1003755748)--Connection(1871079355)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.802--ServerSession(1003755748)--Connection(1871079355)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.802--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-17 17:53:58.802--ServerSession(1003755748)--Connection(1871079355)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.802--UnitOfWork(1129874021)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="description" referenceClass=CascadingNodeDescription )
    [junit] [EL Finest]: 2024-04-17 17:53:58.802--ServerSession(1003755748)--Connection(2086611398)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.802--ServerSession(1003755748)--Connection(2086611398)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.803--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-17 17:53:58.803--ServerSession(1003755748)--Connection(2086611398)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.803--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-17 17:53:58.803--ServerSession(1003755748)--Connection(1638622497)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.803--ServerSession(1003755748)--Connection(1638622497)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.803--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-17 17:53:58.803--ServerSession(1003755748)--Connection(1638622497)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.804--UnitOfWork(1129874021)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.804--UnitOfWork(1129874021)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.804--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-17 17:53:58.804--ServerSession(1003755748)--Connection(1761382759)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.804--ServerSession(1003755748)--Connection(1761382759)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.804--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-17 17:53:58.804--ServerSession(1003755748)--Connection(1761382759)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:53:58.804--UnitOfWork(1129874021)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.804--UnitOfWork(1129874021)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode )
    [junit] [EL Finest]: 2024-04-17 17:53:58.804--UnitOfWork(1129874021)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNodeDescription )
    [junit] [EL Finest]: 2024-04-17 17:53:58.805--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-17 17:53:58.805--ServerSession(1003755748)--Connection(547468206)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.805--ClientSession(1486748271)--Connection(547468206)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.805--ClientSession(1486748271)--Connection(547468206)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:53:58.805--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-17 17:53:58.805--ClientSession(1486748271)--Connection(1414953733)--Thread(Thread[main,5,main])--DELETE FROM TMP_CASC_NODE WHERE (ID = ?)
    [junit] 	bind => [107]
    [junit] [EL Fine]: 2024-04-17 17:53:58.805--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-17 17:53:58.806--ClientSession(1486748271)--Connection(1414953733)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.806--ServerSession(1003755748)--Connection(547468206)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.806--UnitOfWork(1129874021)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.806--UnitOfWork(1129874021)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.806--UnitOfWork(1129874021)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.806--ClientSession(1486748271)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.806--UnitOfWork(1129874021)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.806--ClientSession(1486748271)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.816--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 635340952
    [junit] [EL Finer]: 2024-04-17 17:53:58.816--ClientSession(635340952)--Thread(Thread[main,5,main])--acquire unit of work: 201036751
    [junit] [EL Finest]: 2024-04-17 17:53:58.816--UnitOfWork(201036751)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.817--UnitOfWork(201036751)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.817--UnitOfWork(201036751)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.817--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-17 17:53:58.817--ServerSession(1003755748)--Connection(1239935217)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.817--ClientSession(635340952)--Connection(1239935217)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.817--ClientSession(635340952)--Connection(1239935217)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:53:58.817--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-17 17:53:58.817--ClientSession(635340952)--Connection(666586565)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:53:58.817--ClientSession(635340952)--Connection(666586565)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:53:58.817--ClientSession(635340952)--Connection(666586565)--Thread(Thread[main,5,main])--	bind => [302, null, null]
    [junit] [EL Fine]: 2024-04-17 17:53:58.818--ClientSession(635340952)--Connection(666586565)--Thread(Thread[main,5,main])--	bind => [301, null, null]
    [junit] [EL Finer]: 2024-04-17 17:53:58.818--ClientSession(635340952)--Connection(666586565)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:53:58.818--ClientSession(635340952)--Connection(666586565)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.819--ServerSession(1003755748)--Connection(1239935217)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.819--UnitOfWork(201036751)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.819--UnitOfWork(201036751)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.819--UnitOfWork(201036751)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.819--ClientSession(635340952)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.819--UnitOfWork(201036751)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.819--ClientSession(635340952)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.819--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1687227181
    [junit] [EL Finer]: 2024-04-17 17:53:58.819--ClientSession(1687227181)--Thread(Thread[main,5,main])--acquire unit of work: 306693934
    [junit] [EL Finest]: 2024-04-17 17:53:58.819--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-17 17:53:58.819--ServerSession(1003755748)--Connection(1877964230)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.819--ServerSession(1003755748)--Connection(1877964230)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.819--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-17 17:53:58.82--ServerSession(1003755748)--Connection(1877964230)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.82--UnitOfWork(306693934)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.82--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-17 17:53:58.82--ServerSession(1003755748)--Connection(188909616)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.82--ServerSession(1003755748)--Connection(188909616)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.82--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-17 17:53:58.82--ServerSession(1003755748)--Connection(188909616)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.82--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-17 17:53:58.821--ServerSession(1003755748)--Connection(1634001207)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.821--ServerSession(1003755748)--Connection(1634001207)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.821--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-17 17:53:58.821--ServerSession(1003755748)--Connection(1634001207)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.821--UnitOfWork(306693934)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.821--UnitOfWork(306693934)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.821--UnitOfWork(306693934)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode )
    [junit] [EL Finest]: 2024-04-17 17:53:58.821--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-17 17:53:58.822--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-17 17:53:58.822--ServerSession(1003755748)--Connection(26428217)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.822--ClientSession(1687227181)--Connection(26428217)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.822--ClientSession(1687227181)--Connection(26428217)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.822--ClientSession(1687227181)--Connection(1257319011)--Thread(Thread[main,5,main])--DELETE FROM TMP_CASC_NODE WHERE (ID = ?)
    [junit] 	bind => [301]
    [junit] [EL Finer]: 2024-04-17 17:53:58.822--ClientSession(1687227181)--Connection(1257319011)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.822--ServerSession(1003755748)--Connection(26428217)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.823--UnitOfWork(306693934)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.823--UnitOfWork(306693934)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.823--UnitOfWork(306693934)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.823--ClientSession(1687227181)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.823--UnitOfWork(306693934)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.823--ClientSession(1687227181)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.823--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 706631622
    [junit] [EL Finer]: 2024-04-17 17:53:58.823--ClientSession(706631622)--Thread(Thread[main,5,main])--acquire unit of work: 1758917774
    [junit] [EL Finest]: 2024-04-17 17:53:58.823--UnitOfWork(1758917774)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.823--UnitOfWork(1758917774)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.824--UnitOfWork(1758917774)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.824--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-17 17:53:58.824--ServerSession(1003755748)--Connection(582479659)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.824--ClientSession(706631622)--Connection(582479659)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.824--ClientSession(706631622)--Connection(582479659)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:53:58.824--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-17 17:53:58.824--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-17 17:53:58.824--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-17 17:53:58.825--ClientSession(706631622)--Connection(114565630)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.825--ServerSession(1003755748)--Connection(582479659)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.825--UnitOfWork(1758917774)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.825--UnitOfWork(1758917774)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.825--UnitOfWork(1758917774)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.825--ClientSession(706631622)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.825--UnitOfWork(1758917774)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.825--ClientSession(706631622)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.825--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 722044259
    [junit] [EL Finer]: 2024-04-17 17:53:58.825--ClientSession(722044259)--Thread(Thread[main,5,main])--acquire unit of work: 209029677
    [junit] [EL Finest]: 2024-04-17 17:53:58.825--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-17 17:53:58.826--ServerSession(1003755748)--Connection(218857805)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.826--ServerSession(1003755748)--Connection(218857805)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.826--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-17 17:53:58.826--ServerSession(1003755748)--Connection(218857805)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.826--UnitOfWork(209029677)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.826--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-17 17:53:58.826--ServerSession(1003755748)--Connection(2062604571)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.826--ServerSession(1003755748)--Connection(2062604571)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.826--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-17 17:53:58.827--ServerSession(1003755748)--Connection(2062604571)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.827--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-17 17:53:58.827--ServerSession(1003755748)--Connection(448843184)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.827--ServerSession(1003755748)--Connection(448843184)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.827--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-17 17:53:58.827--ServerSession(1003755748)--Connection(448843184)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.827--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-17 17:53:58.827--ServerSession(1003755748)--Connection(1290584410)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.827--ServerSession(1003755748)--Connection(1290584410)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.828--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-17 17:53:58.828--ServerSession(1003755748)--Connection(1290584410)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.828--UnitOfWork(209029677)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.828--UnitOfWork(209029677)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.828--UnitOfWork(209029677)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode )
    [junit] [EL Finest]: 2024-04-17 17:53:58.828--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-17 17:53:58.828--ServerSession(1003755748)--Connection(1739940094)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.828--ClientSession(722044259)--Connection(1739940094)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.828--ClientSession(722044259)--Connection(1739940094)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:53:58.829--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-17 17:53:58.829--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-17 17:53:58.829--ClientSession(722044259)--Connection(1172170412)--Thread(Thread[main,5,main])--DELETE FROM TMP_CASC_NODE WHERE (ID = ?)
    [junit] 	bind => [303]
    [junit] [EL Finer]: 2024-04-17 17:53:58.829--ClientSession(722044259)--Connection(1172170412)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.83--ServerSession(1003755748)--Connection(1739940094)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.83--UnitOfWork(209029677)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.83--UnitOfWork(209029677)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.83--UnitOfWork(209029677)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.83--ClientSession(722044259)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.83--UnitOfWork(209029677)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.83--ClientSession(722044259)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.844--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1783296129
    [junit] [EL Finer]: 2024-04-17 17:53:58.844--ClientSession(1783296129)--Thread(Thread[main,5,main])--acquire unit of work: 917847816
    [junit] [EL Finest]: 2024-04-17 17:53:58.844--UnitOfWork(917847816)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.844--UnitOfWork(917847816)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.844--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-17 17:53:58.844--ServerSession(1003755748)--Connection(1693658782)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.844--ClientSession(1783296129)--Connection(1693658782)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.844--ClientSession(1783296129)--Connection(1693658782)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.845--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-17 17:53:58.845--ClientSession(1783296129)--Connection(2065764471)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.845--ServerSession(1003755748)--Connection(1693658782)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.845--UnitOfWork(917847816)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.845--UnitOfWork(917847816)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.846--UnitOfWork(917847816)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.846--ClientSession(1783296129)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.846--UnitOfWork(917847816)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.846--ClientSession(1783296129)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.846--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1655750533
    [junit] [EL Finer]: 2024-04-17 17:53:58.846--ClientSession(1655750533)--Thread(Thread[main,5,main])--acquire unit of work: 533392019
    [junit] [EL Finest]: 2024-04-17 17:53:58.846--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-17 17:53:58.846--ServerSession(1003755748)--Connection(1822159797)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.846--ServerSession(1003755748)--Connection(1822159797)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.846--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-17 17:53:58.846--ServerSession(1003755748)--Connection(1822159797)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.847--UnitOfWork(533392019)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.847--UnitOfWork(533392019)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode )
    [junit] [EL Finest]: 2024-04-17 17:53:58.847--ServerSession(1003755748)--Connection(1248488041)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.847--ServerSession(1003755748)--Connection(1248488041)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.847--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-17 17:53:58.848--ServerSession(1003755748)--Connection(1248488041)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.848--UnitOfWork(533392019)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.848--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-17 17:53:58.848--ServerSession(1003755748)--Connection(981865495)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.848--ServerSession(1003755748)--Connection(981865495)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.848--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-17 17:53:58.848--ServerSession(1003755748)--Connection(981865495)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:53:58.848--UnitOfWork(533392019)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.848--UnitOfWork(533392019)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode )
    [junit] [EL Finest]: 2024-04-17 17:53:58.849--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-17 17:53:58.849--ServerSession(1003755748)--Connection(380390717)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.849--ClientSession(1655750533)--Connection(380390717)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.849--ClientSession(1655750533)--Connection(380390717)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.849--ClientSession(1655750533)--Connection(89772444)--Thread(Thread[main,5,main])--DELETE FROM TMP_CASC_NODE WHERE (ID = ?)
    [junit] 	bind => [1]
    [junit] [EL Finer]: 2024-04-17 17:53:58.849--ClientSession(1655750533)--Connection(89772444)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.849--ServerSession(1003755748)--Connection(380390717)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.85--UnitOfWork(533392019)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.85--UnitOfWork(533392019)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.85--UnitOfWork(533392019)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.85--ClientSession(1655750533)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.85--UnitOfWork(533392019)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.85--ClientSession(1655750533)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.85--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1409933277
    [junit] [EL Finer]: 2024-04-17 17:53:58.85--ClientSession(1409933277)--Thread(Thread[main,5,main])--acquire unit of work: 1174000532
    [junit] [EL Finest]: 2024-04-17 17:53:58.85--UnitOfWork(1174000532)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.851--UnitOfWork(1174000532)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.851--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-17 17:53:58.851--ServerSession(1003755748)--Connection(548752638)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.851--ClientSession(1409933277)--Connection(548752638)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.851--ClientSession(1409933277)--Connection(548752638)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.851--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-17 17:53:58.851--ClientSession(1409933277)--Connection(735796751)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.852--ServerSession(1003755748)--Connection(548752638)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.852--UnitOfWork(1174000532)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.852--UnitOfWork(1174000532)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.852--UnitOfWork(1174000532)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.852--ClientSession(1409933277)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.852--UnitOfWork(1174000532)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.852--ClientSession(1409933277)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.852--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 576909528
    [junit] [EL Finer]: 2024-04-17 17:53:58.852--ClientSession(576909528)--Thread(Thread[main,5,main])--acquire unit of work: 674925270
    [junit] [EL Finest]: 2024-04-17 17:53:58.852--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-17 17:53:58.852--ServerSession(1003755748)--Connection(1507885816)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.852--ServerSession(1003755748)--Connection(1507885816)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.852--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-17 17:53:58.853--ServerSession(1003755748)--Connection(1507885816)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.853--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-17 17:53:58.853--ServerSession(1003755748)--Connection(1701756941)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.853--ServerSession(1003755748)--Connection(1701756941)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.853--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-17 17:53:58.853--ServerSession(1003755748)--Connection(1701756941)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.853--UnitOfWork(674925270)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:58.853--UnitOfWork(674925270)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode )
    [junit] [EL Finest]: 2024-04-17 17:53:58.854--ServerSession(1003755748)--Connection(1171097095)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.854--ServerSession(1003755748)--Connection(1171097095)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.854--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-17 17:53:58.854--ServerSession(1003755748)--Connection(1171097095)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.854--UnitOfWork(674925270)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.854--UnitOfWork(674925270)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.854--UnitOfWork(674925270)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNodeDescription )
    [junit] [EL Finest]: 2024-04-17 17:53:58.854--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-17 17:53:58.855--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-17 17:53:58.855--ServerSession(1003755748)--Connection(1298650532)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.855--ClientSession(576909528)--Connection(1298650532)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.855--ClientSession(576909528)--Connection(1298650532)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.855--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-17 17:53:58.855--ClientSession(576909528)--Connection(171672975)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.855--ServerSession(1003755748)--Connection(1298650532)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.856--UnitOfWork(674925270)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.856--UnitOfWork(674925270)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.856--UnitOfWork(674925270)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.856--ClientSession(576909528)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.856--UnitOfWork(674925270)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.856--ClientSession(576909528)--Thread(Thread[main,5,main])--client released
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.143 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestClear
    [junit] [EL Finer]: 2024-04-17 17:53:58.873--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1379436911
    [junit] [EL Finer]: 2024-04-17 17:53:58.873--ClientSession(1379436911)--Thread(Thread[main,5,main])--acquire unit of work: 1957188885
    [junit] [EL Finest]: 2024-04-17 17:53:58.873--UnitOfWork(1957188885)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.873--UnitOfWork(1957188885)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.874--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-17 17:53:58.874--ServerSession(1003755748)--Connection(659271212)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.874--ClientSession(1379436911)--Connection(659271212)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.874--ClientSession(1379436911)--Connection(659271212)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.875--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-17 17:53:58.875--ClientSession(1379436911)--Connection(1860905408)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.875--ServerSession(1003755748)--Connection(659271212)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.876--UnitOfWork(1957188885)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.876--UnitOfWork(1957188885)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.876--UnitOfWork(1957188885)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.876--ClientSession(1379436911)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.876--UnitOfWork(1957188885)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.876--ClientSession(1379436911)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.876--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1872258305
    [junit] [EL Finer]: 2024-04-17 17:53:58.876--ClientSession(1872258305)--Thread(Thread[main,5,main])--acquire unit of work: 366513168
    [junit] [EL Finest]: 2024-04-17 17:53:58.876--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-17 17:53:58.876--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-17 17:53:58.876--UnitOfWork(366513168)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.876--UnitOfWork(366513168)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.876--ClientSession(1872258305)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.876--UnitOfWork(366513168)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.876--UnitOfWork(366513168)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.876--UnitOfWork(366513168)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.876--UnitOfWork(366513168)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.876--ClientSession(1872258305)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.876--UnitOfWork(366513168)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.877--ClientSession(1872258305)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.877--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 700523674
    [junit] [EL Finer]: 2024-04-17 17:53:58.877--ClientSession(700523674)--Thread(Thread[main,5,main])--acquire unit of work: 1542155234
    [junit] [EL Finest]: 2024-04-17 17:53:58.877--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-17 17:53:58.877--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-17 17:53:58.877--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-17 17:53:58.877--ServerSession(1003755748)--Connection(838015776)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:58.877--ServerSession(1003755748)--Connection(838015776)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.878--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-17 17:53:58.878--ServerSession(1003755748)--Connection(838015776)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:53:58.888--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1513743700
    [junit] [EL Finer]: 2024-04-17 17:53:58.888--ClientSession(1513743700)--Thread(Thread[main,5,main])--acquire unit of work: 859653366
    [junit] [EL Finest]: 2024-04-17 17:53:58.888--UnitOfWork(859653366)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.888--UnitOfWork(859653366)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.889--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-17 17:53:58.889--ServerSession(1003755748)--Connection(382055690)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.889--ClientSession(1513743700)--Connection(382055690)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.889--ClientSession(1513743700)--Connection(382055690)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.889--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-17 17:53:58.889--ClientSession(1513743700)--Connection(1334204880)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.89--ServerSession(1003755748)--Connection(382055690)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.89--UnitOfWork(859653366)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.89--UnitOfWork(859653366)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.891--UnitOfWork(859653366)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.891--ClientSession(1513743700)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.891--UnitOfWork(859653366)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.891--ClientSession(1513743700)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.891--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1080743637
    [junit] [EL Finer]: 2024-04-17 17:53:58.891--ClientSession(1080743637)--Thread(Thread[main,5,main])--acquire unit of work: 712753515
    [junit] [EL Finest]: 2024-04-17 17:53:58.891--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-17 17:53:58.891--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-17 17:53:58.891--UnitOfWork(712753515)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.891--UnitOfWork(712753515)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.891--ClientSession(1080743637)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.891--UnitOfWork(712753515)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.891--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-17 17:53:58.939--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 746247411
    [junit] [EL Finer]: 2024-04-17 17:53:58.939--ClientSession(746247411)--Thread(Thread[main,5,main])--acquire unit of work: 110687402
    [junit] [EL Finest]: 2024-04-17 17:53:58.939--UnitOfWork(110687402)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.939--UnitOfWork(110687402)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.939--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-17 17:53:58.939--ServerSession(1003755748)--Connection(111832087)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.939--ClientSession(746247411)--Connection(111832087)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.939--ClientSession(746247411)--Connection(111832087)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.94--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-17 17:53:58.94--ClientSession(746247411)--Connection(1196877260)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.94--ServerSession(1003755748)--Connection(111832087)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.941--UnitOfWork(110687402)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.941--UnitOfWork(110687402)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.941--UnitOfWork(110687402)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.941--ClientSession(746247411)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:58.941--UnitOfWork(110687402)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.942--ClientSession(746247411)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.942--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1985468683
    [junit] [EL Finer]: 2024-04-17 17:53:58.942--ClientSession(1985468683)--Thread(Thread[main,5,main])--acquire unit of work: 1057778492
    [junit] [EL Finest]: 2024-04-17 17:53:58.942--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-17 17:53:58.942--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-17 17:53:58.942--UnitOfWork(1057778492)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.942--UnitOfWork(1057778492)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.942--ClientSession(1985468683)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:58.97--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 2112246941
    [junit] [EL Finer]: 2024-04-17 17:53:58.97--ClientSession(2112246941)--Thread(Thread[main,5,main])--acquire unit of work: 304172847
    [junit] [EL Finest]: 2024-04-17 17:53:58.97--UnitOfWork(304172847)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:58.971--UnitOfWork(304172847)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:58.971--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-17 17:53:58.971--ServerSession(1003755748)--Connection(533951552)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.971--ClientSession(2112246941)--Connection(533951552)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.971--ClientSession(2112246941)--Connection(533951552)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:58.971--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-17 17:53:58.972--ClientSession(2112246941)--Connection(127076514)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:58.972--ServerSession(1003755748)--Connection(533951552)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:58.972--UnitOfWork(304172847)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:58.972--UnitOfWork(304172847)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:58.972--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 892230274
    [junit] [EL Finer]: 2024-04-17 17:53:58.972--ClientSession(892230274)--Thread(Thread[main,5,main])--acquire unit of work: 828070163
    [junit] [EL Finest]: 2024-04-17 17:53:58.972--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-17 17:53:58.972--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.216 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestContains
    [junit] [EL Finer]: 2024-04-17 17:53:59.138--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 408419948
    [junit] [EL Finer]: 2024-04-17 17:53:59.138--ClientSession(408419948)--Thread(Thread[main,5,main])--acquire unit of work: 1150774024
    [junit] [EL Finest]: 2024-04-17 17:53:59.138--UnitOfWork(1150774024)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:59.138--UnitOfWork(1150774024)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:59.139--ClientSession(408419948)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:59.139--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 545851930
    [junit] [EL Finer]: 2024-04-17 17:53:59.139--ClientSession(545851930)--Thread(Thread[main,5,main])--acquire unit of work: 118105337
    [junit] [EL Finest]: 2024-04-17 17:53:59.139--UnitOfWork(118105337)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:59.139--UnitOfWork(118105337)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:59.139--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-17 17:53:59.139--ServerSession(1003755748)--Connection(638590716)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:59.139--ClientSession(545851930)--Connection(638590716)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:59.139--ClientSession(545851930)--Connection(638590716)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.139--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-17 17:53:59.14--ClientSession(545851930)--Connection(1310788094)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:59.14--ServerSession(1003755748)--Connection(638590716)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:59.14--UnitOfWork(118105337)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:59.14--UnitOfWork(118105337)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:59.14--UnitOfWork(118105337)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:59.14--ClientSession(545851930)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:59.14--UnitOfWork(118105337)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:59.14--ClientSession(545851930)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:59.14--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 919593223
    [junit] [EL Finer]: 2024-04-17 17:53:59.14--ClientSession(919593223)--Thread(Thread[main,5,main])--acquire unit of work: 269414108
    [junit] [EL Finest]: 2024-04-17 17:53:59.14--UnitOfWork(269414108)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:59.141--UnitOfWork(269414108)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:59.141--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-17 17:53:59.141--ServerSession(1003755748)--Connection(908749477)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:59.141--ClientSession(919593223)--Connection(908749477)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:59.141--ClientSession(919593223)--Connection(908749477)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.141--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-17 17:53:59.141--ClientSession(919593223)--Connection(1404550913)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:59.141--ServerSession(1003755748)--Connection(908749477)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:59.142--UnitOfWork(269414108)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:59.142--UnitOfWork(269414108)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:59.142--UnitOfWork(269414108)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:59.142--ClientSession(919593223)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:59.142--UnitOfWork(269414108)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:59.142--ClientSession(919593223)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:59.142--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1785631369
    [junit] [EL Finer]: 2024-04-17 17:53:59.142--ClientSession(1785631369)--Thread(Thread[main,5,main])--acquire unit of work: 267694627
    [junit] [EL Finest]: 2024-04-17 17:53:59.142--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-17 17:53:59.142--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-17 17:53:59.142--UnitOfWork(267694627)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:59.142--UnitOfWork(267694627)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:59.142--UnitOfWork(267694627)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:53:59.142--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-17 17:53:59.143--ServerSession(1003755748)--Connection(1391735333)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:59.143--ClientSession(1785631369)--Connection(1391735333)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:59.143--ClientSession(1785631369)--Connection(1391735333)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.143--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-17 17:53:59.143--ClientSession(1785631369)--Connection(1439821925)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:59.144--ServerSession(1003755748)--Connection(1391735333)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:59.144--UnitOfWork(267694627)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:59.144--UnitOfWork(267694627)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:59.144--UnitOfWork(267694627)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:59.144--ClientSession(1785631369)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:59.144--UnitOfWork(267694627)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:59.144--ClientSession(1785631369)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:59.162--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 269016862
    [junit] [EL Finer]: 2024-04-17 17:53:59.162--ClientSession(269016862)--Thread(Thread[main,5,main])--acquire unit of work: 2128686424
    [junit] [EL Finest]: 2024-04-17 17:53:59.162--UnitOfWork(2128686424)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:59.162--UnitOfWork(2128686424)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:59.162--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-17 17:53:59.163--ServerSession(1003755748)--Connection(1125514779)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:59.163--ClientSession(269016862)--Connection(1125514779)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:59.163--ClientSession(269016862)--Connection(1125514779)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.163--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-17 17:53:59.163--ClientSession(269016862)--Connection(887722188)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:59.164--ServerSession(1003755748)--Connection(1125514779)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:59.164--UnitOfWork(2128686424)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:59.164--UnitOfWork(2128686424)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:59.164--UnitOfWork(2128686424)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:59.164--ClientSession(269016862)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:59.164--UnitOfWork(2128686424)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:59.164--ClientSession(269016862)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:59.164--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 569974522
    [junit] [EL Finer]: 2024-04-17 17:53:59.164--ClientSession(569974522)--Thread(Thread[main,5,main])--acquire unit of work: 1307630072
    [junit] [EL Finest]: 2024-04-17 17:53:59.164--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-17 17:53:59.164--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-17 17:53:59.164--UnitOfWork(1307630072)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:59.164--ClientSession(569974522)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:59.164--UnitOfWork(1307630072)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:59.164--ClientSession(569974522)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:59.164--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1333508319
    [junit] [EL Finer]: 2024-04-17 17:53:59.164--ClientSession(1333508319)--Thread(Thread[main,5,main])--acquire unit of work: 647786756
    [junit] [EL Finest]: 2024-04-17 17:53:59.164--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-17 17:53:59.164--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-17 17:53:59.165--UnitOfWork(647786756)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:59.165--ClientSession(1333508319)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:59.165--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1652280702
    [junit] [EL Finer]: 2024-04-17 17:53:59.165--ClientSession(1652280702)--Thread(Thread[main,5,main])--acquire unit of work: 1884568750
    [junit] [EL Finest]: 2024-04-17 17:53:59.165--UnitOfWork(1884568750)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:59.165--UnitOfWork(1884568750)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:59.165--ClientSession(1652280702)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:59.174--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 1998042272
    [junit] [EL Finer]: 2024-04-17 17:53:59.174--ClientSession(1998042272)--Thread(Thread[main,5,main])--acquire unit of work: 1773371228
    [junit] [EL Finest]: 2024-04-17 17:53:59.174--UnitOfWork(1773371228)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:59.174--UnitOfWork(1773371228)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:53:59.174--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-17 17:53:59.174--ServerSession(1003755748)--Connection(2118829464)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:59.174--ClientSession(1998042272)--Connection(2118829464)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:53:59.174--ClientSession(1998042272)--Connection(2118829464)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.175--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-17 17:53:59.175--ClientSession(1998042272)--Connection(217123986)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:53:59.175--ServerSession(1003755748)--Connection(2118829464)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:53:59.175--UnitOfWork(1773371228)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:53:59.175--UnitOfWork(1773371228)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:59.175--UnitOfWork(1773371228)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:59.176--ClientSession(1998042272)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:53:59.176--UnitOfWork(1773371228)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:59.176--ClientSession(1998042272)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:53:59.176--ServerSession(1003755748)--Thread(Thread[main,5,main])--client acquired: 760125918
    [junit] [EL Finer]: 2024-04-17 17:53:59.176--ClientSession(760125918)--Thread(Thread[main,5,main])--acquire unit of work: 92340202
    [junit] [EL Finest]: 2024-04-17 17:53:59.176--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-17 17:53:59.176--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-17 17:53:59.176--UnitOfWork(92340202)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:53:59.176--UnitOfWork(92340202)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:53:59.176--ClientSession(760125918)--Thread(Thread[main,5,main])--client released
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestEntityManagerFactory
    [junit] [EL Finest]: 2024-04-17 17:53:59.193--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-17 17:53:59.193--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-17 17:53:59.193--ServerSession(1003755748)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:59.193--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-17 17:53:59.193--ServerSession(1003755748)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:53:59.194--ServerSession(1003755748)--Thread(Thread[main,5,main])--sequencing disconnected
    [junit] [EL Fine]: 2024-04-17 17:53:59.194--ServerSession(1003755748)--Connection(604602011)--Thread(Thread[main,5,main])--disconnect
    [junit] [EL Finer]: 2024-04-17 17:53:59.194--ServerSession(1003755748)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Fine]: 2024-04-17 17:53:59.194--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-17 17:53:59.194--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-17 17:53:59.195--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@92e2c93
    [junit] [EL Finer]: 2024-04-17 17:53:59.198--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa1testmodel.
    [junit] [EL Finest]: properties: 2024-04-17 17:53:59.198--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-17 17:53:59.198--ServerSession(1242584406)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2024-04-17 17:53:59.198--ServerSession(1242584406)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Fine]: 2024-04-17 17:53:59.198--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.jboss.JBossPlatform
    [junit] [EL Finest]: 2024-04-17 17:53:59.198--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-17 17:53:59.198--ServerSession(1242584406)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true
    [junit] [EL Finest]: 2024-04-17 17:53:59.198--ServerSession(1242584406)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true
    [junit] [EL Finest]: 2024-04-17 17:53:59.198--ServerSession(1242584406)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false
    [junit] [EL Finer]: 2024-04-17 17:53:59.199--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-17 17:53:59.199--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-17 17:53:59.216--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-17 17:53:59.216--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-17 17:53:59.217--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-17 17:53:59.217--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-17 17:53:59.217--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-17 17:53:59.217--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-17 17:53:59.217--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-17 17:53:59.217--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-17 17:53:59.217--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-17 17:53:59.218--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-17 17:53:59.218--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-17 17:53:59.218--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-17 17:53:59.218--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-17 17:53:59.218--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-17 17:53:59.218--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-17 17:53:59.219--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-17 17:53:59.22--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-17 17:53:59.22--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-17 17:53:59.22--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-17 17:53:59.22--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-17 17:53:59.22--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-17 17:53:59.22--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-17 17:53:59.22--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-17 17:53:59.221--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-17 17:53:59.221--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-17 17:53:59.222--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-17 17:53:59.222--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-17 17:53:59.222--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-17 17:53:59.222--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-17 17:53:59.222--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-17 17:53:59.224--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-17 17:53:59.224--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-17 17:53:59.224--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-17 17:53:59.224--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-17 17:53:59.224--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-17 17:53:59.224--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-17 17:53:59.225--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-17 17:53:59.225--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-17 17:53:59.225--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-17 17:53:59.225--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-17 17:53:59.225--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-17 17:53:59.225--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-17 17:53:59.225--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-17 17:53:59.225--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-17 17:53:59.225--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-17 17:53:59.225--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-17 17:53:59.225--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-17 17:53:59.225--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-17 17:53:59.226--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-17 17:53:59.226--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-17 17:53:59.226--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-17 17:53:59.226--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-17 17:53:59.226--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-17 17:53:59.226--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-17 17:53:59.226--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-17 17:53:59.226--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-17 17:53:59.226--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-17 17:53:59.227--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-17 17:53:59.227--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-17 17:53:59.227--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-17 17:53:59.227--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-17 17:53:59.227--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-17 17:53:59.227--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-17 17:53:59.227--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-17 17:53:59.227--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-17 17:53:59.227--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-17 17:53:59.227--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-17 17:53:59.227--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-17 17:53:59.227--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-17 17:53:59.227--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-17 17:53:59.228--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-17 17:53:59.228--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-17 17:53:59.228--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-17 17:53:59.228--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-17 17:53:59.228--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-17 17:53:59.228--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-17 17:53:59.228--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-17 17:53:59.228--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-17 17:53:59.228--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-17 17:53:59.228--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-17 17:53:59.228--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-17 17:53:59.228--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-17 17:53:59.228--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-17 17:53:59.229--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-17 17:53:59.229--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-17 17:53:59.229--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-17 17:53:59.229--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-17 17:53:59.229--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-17 17:53:59.229--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-17 17:53:59.229--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-17 17:53:59.229--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-17 17:53:59.23--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-17 17:53:59.23--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-17 17:53:59.23--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-17 17:53:59.23--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-17 17:53:59.23--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-17 17:53:59.23--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-17 17:53:59.23--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-17 17:53:59.23--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-17 17:53:59.23--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-17 17:53:59.23--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-17 17:53:59.23--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-17 17:53:59.23--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-17 17:53:59.23--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-17 17:53:59.23--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-17 17:53:59.23--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-17 17:53:59.23--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-17 17:53:59.23--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-17 17:53:59.231--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-17 17:53:59.231--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-17 17:53:59.231--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-17 17:53:59.231--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-17 17:53:59.231--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-17 17:53:59.231--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-17 17:53:59.231--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID.
    [junit] [EL Config]: 2024-04-17 17:53:59.231--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME.
    [junit] [EL Config]: 2024-04-17 17:53:59.231--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-17 17:53:59.231--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:53:59.232--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:59.232--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-17 17:53:59.232--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-17 17:53:59.232--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [owner] is being defaulted to: OWNER.
    [junit] [EL Config]: 2024-04-17 17:53:59.232--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [balance] is being defaulted to: BALANCE.
    [junit] [EL Config]: 2024-04-17 17:53:59.232--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-17 17:53:59.232--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-17 17:53:59.232--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID.
    [junit] [EL Config]: 2024-04-17 17:53:59.232--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [creditLimit] is being defaulted to: CREDITLIMIT.
    [junit] [EL Config]: 2024-04-17 17:53:59.232--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-17 17:53:59.232--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [namespace] is being defaulted to: NAMESPACE.
    [junit] [EL Config]: 2024-04-17 17:53:59.232--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:53:59.232--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [text] is being defaulted to: TEXT.
    [junit] [EL Config]: 2024-04-17 17:53:59.232--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-17 17:53:59.232--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:59.233--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-17 17:53:59.233--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-17 17:53:59.233--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-17 17:53:59.233--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR.
    [junit] [EL Config]: 2024-04-17 17:53:59.233--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:59.233--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [brand] is being defaulted to: BRAND.
    [junit] [EL Config]: 2024-04-17 17:53:59.233--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:53:59.233--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-17 17:53:59.233--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-17 17:53:59.233--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:59.233--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY.
    [junit] [EL Config]: 2024-04-17 17:53:59.233--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-17 17:53:59.233--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:53:59.233--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:59.234--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-17 17:53:59.234--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:59.234--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-17 17:53:59.234--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:59.234--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-17 17:53:59.234--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-17 17:53:59.234--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-17 17:53:59.234--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [term] is being defaulted to: TERM.
    [junit] [EL Config]: 2024-04-17 17:53:59.234--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-17 17:53:59.234--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-17 17:53:59.234--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:53:59.235--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:59.235--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-17 17:53:59.235--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getDescription] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: 2024-04-17 17:53:59.235--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:59.235--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getCategory] is being defaulted to: CATEGORY.
    [junit] [EL Config]: 2024-04-17 17:53:59.235--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-17 17:53:59.235--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [sound] is being defaulted to: SOUND.
    [junit] [EL Config]: 2024-04-17 17:53:59.235--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [integer] is being defaulted to: INTEGER.
    [junit] [EL Config]: 2024-04-17 17:53:59.235--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [cool] is being defaulted to: COOL.
    [junit] [EL Config]: 2024-04-17 17:53:59.235--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:53:59.235--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:59.235--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [type] is being defaulted to: TYPE.
    [junit] [EL Config]: 2024-04-17 17:53:59.235--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-17 17:53:59.235--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:59.236--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-17 17:53:59.236--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-17 17:53:59.236--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:53:59.236--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:59.236--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:53:59.236--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-17 17:53:59.236--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA.
    [junit] [EL Config]: 2024-04-17 17:53:59.236--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-17 17:53:59.237--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: 2024-04-17 17:53:59.237--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-17 17:53:59.237--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-17 17:53:59.237--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [reviewDate] is being defaulted to: REVIEWDATE.
    [junit] [EL Config]: 2024-04-17 17:53:59.237--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:59.237--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:53:59.237--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-17 17:53:59.237--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-17 17:53:59.237--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-17 17:53:59.237--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-17 17:53:59.237--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-17 17:53:59.237--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:59.237--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-17 17:53:59.237--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-17 17:53:59.237--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getStory] is being defaulted to: STORY.
    [junit] [EL Config]: 2024-04-17 17:53:59.237--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-17 17:53:59.237--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [date] is being defaulted to: DATE.
    [junit] [EL Config]: 2024-04-17 17:53:59.237--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME.
    [junit] [EL Config]: 2024-04-17 17:53:59.238--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:59.238--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-17 17:53:59.238--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:53:59.238--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:59.238--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-17 17:53:59.238--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-17 17:53:59.238--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-17 17:53:59.238--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getYear] is being defaulted to: YEAR.
    [junit] [EL Config]: 2024-04-17 17:53:59.238--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:53:59.238--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-17 17:53:59.238--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-17 17:53:59.238--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [model] is being defaulted to: MODEL.
    [junit] [EL Config]: 2024-04-17 17:53:59.238--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-17 17:53:59.238--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-17 17:53:59.239--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-17 17:53:59.239--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-17 17:53:59.239--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-17 17:53:59.239--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [riskLevel] is being defaulted to: RISKLEVEL.
    [junit] [EL Config]: 2024-04-17 17:53:59.239--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-17 17:53:59.239--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-17 17:53:59.239--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:59.239--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-17 17:53:59.239--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:59.239--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-17 17:53:59.239--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:59.239--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-17 17:53:59.239--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getSmoker] is being defaulted to: SMOKER.
    [junit] [EL Config]: 2024-04-17 17:53:59.239--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getGuid] is being defaulted to: GUID.
    [junit] [EL Config]: 2024-04-17 17:53:59.24--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-17 17:53:59.24--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:59.24--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-17 17:53:59.24--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getDate] is being defaulted to: DATE.
    [junit] [EL Config]: 2024-04-17 17:53:59.24--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getTime] is being defaulted to: TIME.
    [junit] [EL Config]: 2024-04-17 17:53:59.24--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:59.24--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-17 17:53:59.24--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-17 17:53:59.24--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-17 17:53:59.24--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-17 17:53:59.24--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [interestRate] is being defaulted to: INTERESTRATE.
    [junit] [EL Config]: 2024-04-17 17:53:59.24--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID.
    [junit] [EL Config]: 2024-04-17 17:53:59.24--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME.
    [junit] [EL Config]: 2024-04-17 17:53:59.24--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-17 17:53:59.24--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-17 17:53:59.241--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-17 17:53:59.241--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [cardType] is being defaulted to: CARDTYPE.
    [junit] [EL Config]: 2024-04-17 17:53:59.241--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [cardNumber] is being defaulted to: CARDNUMBER.
    [junit] [EL Config]: 2024-04-17 17:53:59.241--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [validTo] is being defaulted to: VALIDTO.
    [junit] [EL Config]: 2024-04-17 17:53:59.241--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-17 17:53:59.241--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:59.241--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY.
    [junit] [EL Config]: 2024-04-17 17:53:59.241--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-17 17:53:59.241--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR.
    [junit] [EL Config]: 2024-04-17 17:53:59.241--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [place] is being defaulted to: PLACE.
    [junit] [EL Config]: 2024-04-17 17:53:59.241--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [floor] is being defaulted to: FLOOR.
    [junit] [EL Config]: 2024-04-17 17:53:59.241--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-17 17:53:59.241--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:53:59.241--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:59.241--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-17 17:53:59.241--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:59.241--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-17 17:53:59.242--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [nodeName] is being defaulted to: NODENAME.
    [junit] [EL Config]: 2024-04-17 17:53:59.242--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:59.242--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-17 17:53:59.242--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [high] is being defaulted to: HIGH.
    [junit] [EL Config]: 2024-04-17 17:53:59.242--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [low] is being defaulted to: LOW.
    [junit] [EL Config]: 2024-04-17 17:53:59.242--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-17 17:53:59.242--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [firstname] is being defaulted to: FIRSTNAME.
    [junit] [EL Config]: 2024-04-17 17:53:59.242--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [endDate] is being defaulted to: ENDDATE.
    [junit] [EL Config]: 2024-04-17 17:53:59.242--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [startDate] is being defaulted to: STARTDATE.
    [junit] [EL Config]: 2024-04-17 17:53:59.242--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY.
    [junit] [EL Config]: 2024-04-17 17:53:59.242--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [lastname] is being defaulted to: LASTNAME.
    [junit] [EL Config]: 2024-04-17 17:53:59.242--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:59.242--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-17 17:53:59.242--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-17 17:53:59.242--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:53:59.242--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:59.243--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [getVersion] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:53:59.243--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-17 17:53:59.243--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-17 17:53:59.243--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:53:59.243--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-17 17:53:59.243--ServerSession(1242584406)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:53:59.244--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-17 17:53:59.244--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-17 17:53:59.244--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-17 17:53:59.244--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-17 17:53:59.244--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-17 17:53:59.244--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-17 17:53:59.244--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-17 17:53:59.244--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-17 17:53:59.244--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-17 17:53:59.244--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-17 17:53:59.244--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-17 17:53:59.244--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-17 17:53:59.302--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-17 17:53:59.302--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-17 17:53:59.302--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-17 17:53:59.302--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-17 17:53:59.302--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-17 17:53:59.302--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-17 17:53:59.302--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-17 17:53:59.302--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-17 17:53:59.302--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-17 17:53:59.302--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-17 17:53:59.302--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-17 17:53:59.302--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-17 17:53:59.302--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-17 17:53:59.302--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-17 17:53:59.302--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-17 17:53:59.302--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-17 17:53:59.302--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-17 17:53:59.302--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-17 17:53:59.302--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-17 17:53:59.302--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-17 17:53:59.303--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-17 17:53:59.303--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-17 17:53:59.303--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-17 17:53:59.303--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-17 17:53:59.303--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-17 17:53:59.303--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-17 17:53:59.303--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-17 17:53:59.303--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-17 17:53:59.303--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-17 17:53:59.303--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-17 17:53:59.303--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-17 17:53:59.303--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-17 17:53:59.303--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-17 17:53:59.303--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-17 17:53:59.303--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-17 17:53:59.303--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-17 17:53:59.303--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-17 17:53:59.303--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-17 17:53:59.303--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-17 17:53:59.303--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-17 17:53:59.303--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-17 17:53:59.303--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-17 17:53:59.303--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-17 17:53:59.303--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-17 17:53:59.303--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-17 17:53:59.303--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-17 17:53:59.303--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-17 17:53:59.303--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-17 17:53:59.304--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-17 17:53:59.304--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-17 17:53:59.304--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-17 17:53:59.304--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-17 17:53:59.304--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-17 17:53:59.304--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-17 17:53:59.304--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-17 17:53:59.304--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-17 17:53:59.304--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-17 17:53:59.304--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-17 17:53:59.304--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-17 17:53:59.304--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-17 17:53:59.304--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-17 17:53:59.304--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-17 17:53:59.304--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-17 17:53:59.305--ServerSession(1242584406)--Thread(Thread[main,5,main])--query getDepartmentCached: query hint eclipselink.query-results-cache; value True
    [junit] [EL Finest]: 2024-04-17 17:53:59.306--ServerSession(1242584406)--Thread(Thread[main,5,main])--query getAllDepartmentsCached: query hint eclipselink.query-results-cache; value True
    [junit] [EL Finest]: 2024-04-17 17:53:59.306--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-17 17:53:59.306--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null.
    [junit] [EL Finest]: 2024-04-17 17:53:59.306--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-17 17:53:59.306--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-17 17:53:59.306--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-17 17:53:59.307--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-17 17:53:59.307--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-17 17:53:59.307--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-17 17:53:59.307--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-17 17:53:59.307--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-17 17:53:59.307--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-17 17:53:59.307--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-17 17:53:59.307--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-17 17:53:59.307--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-17 17:53:59.307--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-17 17:53:59.307--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-17 17:53:59.308--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-17 17:53:59.308--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-17 17:53:59.308--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-17 17:53:59.308--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-17 17:53:59.308--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-17 17:53:59.308--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-17 17:53:59.308--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-17 17:53:59.308--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-17 17:53:59.308--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-17 17:53:59.308--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-17 17:53:59.308--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-17 17:53:59.308--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-17 17:53:59.308--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-17 17:53:59.309--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-17 17:53:59.309--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-17 17:53:59.309--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-17 17:53:59.309--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-17 17:53:59.309--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-17 17:53:59.309--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-17 17:53:59.309--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-17 17:53:59.309--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-17 17:53:59.309--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-17 17:53:59.309--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-17 17:53:59.309--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-17 17:53:59.309--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-17 17:53:59.31--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-17 17:53:59.31--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-17 17:53:59.31--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-17 17:53:59.31--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-17 17:53:59.31--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-17 17:53:59.31--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-17 17:53:59.31--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-17 17:53:59.31--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-17 17:53:59.31--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-17 17:53:59.31--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-17 17:53:59.31--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-17 17:53:59.31--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-17 17:53:59.31--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-17 17:53:59.311--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-17 17:53:59.311--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-17 17:53:59.311--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-17 17:53:59.311--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-17 17:53:59.311--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-17 17:53:59.311--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-17 17:53:59.311--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-17 17:53:59.311--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-17 17:53:59.311--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-17 17:53:59.311--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-17 17:53:59.311--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-17 17:53:59.311--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-17 17:53:59.311--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-17 17:53:59.312--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-17 17:53:59.312--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-17 17:53:59.312--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-17 17:53:59.312--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-17 17:53:59.312--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-17 17:53:59.316--ServerSession(1242584406)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation].
    [junit] [EL Finest]: 2024-04-17 17:53:59.316--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-17 17:53:59.316--ServerSession(1242584406)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2024-04-17 17:53:59.316--ServerSession(1242584406)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2024-04-17 17:53:59.316--ServerSession(1242584406)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform
    [junit] [EL Finest]: 2024-04-17 17:53:59.317--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-17 17:53:59.317--ServerSession(1242584406)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing; value=JDBC; translated value=JDBC
    [junit] [EL Finest]: 2024-04-17 17:53:59.317--ServerSession(1242584406)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true
    [junit] [EL Info]: 2024-04-17 17:53:59.317--ServerSession(1242584406)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Fine]: 2024-04-17 17:53:59.317--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-17 17:53:59.318--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-17 17:53:59.318--ServerSession(1242584406)--Connection(1740687627)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.318--ServerSession(1242584406)--Connection(1740687627)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Fine]: 2024-04-17 17:53:59.318--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-17 17:53:59.318--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-17 17:53:59.318--ServerSession(1242584406)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State
    [junit] [EL Finest]: 2024-04-17 17:53:59.318--ServerSession(1242584406)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1
    [junit] [EL Finest]: 2024-04-17 17:53:59.318--ServerSession(1242584406)--Thread(Thread[main,5,main])--sequence testSequenceInc3: preallocation size 3
    [junit] [EL Finest]: 2024-04-17 17:53:59.318--ServerSession(1242584406)--Thread(Thread[main,5,main])--sequence testSequence: preallocation size 1
    [junit] [EL Finest]: 2024-04-17 17:53:59.318--ServerSession(1242584406)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State
    [junit] [EL Finest]: 2024-04-17 17:53:59.318--ServerSession(1242584406)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:53:59.318--ServerSession(1242584406)--Thread(Thread[main,5,main])--sequence IdGenerator: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:53:59.318--ServerSession(1242584406)--Thread(Thread[main,5,main])--sequence VehicleGenerator: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:53:59.318--ServerSession(1242584406)--Thread(Thread[main,5,main])--sequence Component: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:53:59.318--ServerSession(1242584406)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:53:59.318--ServerSession(1242584406)--Thread(Thread[main,5,main])--sequence CourseGenerator: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:53:59.318--ServerSession(1242584406)--Thread(Thread[main,5,main])--sequence StringIdGenerator: preallocation size 50
    [junit] [EL Warning]: 2024-04-17 17:53:59.32--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-17 17:53:59.321--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-17 17:53:59.337--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-17 17:53:59.337--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-17 17:53:59.337--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-17 17:53:59.338--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-17 17:53:59.338--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-17 17:53:59.338--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-17 17:53:59.338--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-17 17:53:59.341--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-17 17:53:59.341--ServerSession(1242584406)--Connection(374205056)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.341--ServerSession(1242584406)--Connection(374205056)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.342--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-17 17:53:59.346--ServerSession(1242584406)--Connection(374205056)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.346--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-17 17:53:59.346--ServerSession(1242584406)--Connection(137983327)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.346--ServerSession(1242584406)--Connection(137983327)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.346--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-17 17:53:59.35--ServerSession(1242584406)--Connection(137983327)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.35--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-17 17:53:59.35--ServerSession(1242584406)--Connection(1117803827)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.35--ServerSession(1242584406)--Connection(1117803827)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.35--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-17 17:53:59.359--ServerSession(1242584406)--Connection(1117803827)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.359--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-17 17:53:59.359--ServerSession(1242584406)--Connection(1476533308)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.359--ServerSession(1242584406)--Connection(1476533308)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.359--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-17 17:53:59.362--ServerSession(1242584406)--Connection(1476533308)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.362--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-17 17:53:59.362--ServerSession(1242584406)--Connection(1324878091)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.362--ServerSession(1242584406)--Connection(1324878091)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.363--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-17 17:53:59.367--ServerSession(1242584406)--Connection(1324878091)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.367--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-17 17:53:59.367--ServerSession(1242584406)--Connection(1977941564)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.367--ServerSession(1242584406)--Connection(1977941564)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.367--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-17 17:53:59.372--ServerSession(1242584406)--Connection(1977941564)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.372--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-17 17:53:59.372--ServerSession(1242584406)--Connection(622946713)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.372--ServerSession(1242584406)--Connection(622946713)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.372--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-17 17:53:59.376--ServerSession(1242584406)--Connection(622946713)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.376--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-17 17:53:59.376--ServerSession(1242584406)--Connection(1170183099)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.376--ServerSession(1242584406)--Connection(1170183099)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.376--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-17 17:53:59.392--ServerSession(1242584406)--Connection(1170183099)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.392--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-17 17:53:59.392--ServerSession(1242584406)--Connection(940563698)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.392--ServerSession(1242584406)--Connection(940563698)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.393--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-17 17:53:59.408--ServerSession(1242584406)--Connection(940563698)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.408--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-17 17:53:59.408--ServerSession(1242584406)--Connection(1400585185)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.408--ServerSession(1242584406)--Connection(1400585185)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.408--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-17 17:53:59.425--ServerSession(1242584406)--Connection(1400585185)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.425--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-17 17:53:59.425--ServerSession(1242584406)--Connection(2044878959)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.425--ServerSession(1242584406)--Connection(2044878959)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.426--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-17 17:53:59.442--ServerSession(1242584406)--Connection(2044878959)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.442--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-17 17:53:59.443--ServerSession(1242584406)--Connection(1445567246)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.443--ServerSession(1242584406)--Connection(1445567246)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.443--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-17 17:53:59.458--ServerSession(1242584406)--Connection(1445567246)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.458--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-17 17:53:59.458--ServerSession(1242584406)--Connection(717951588)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.458--ServerSession(1242584406)--Connection(717951588)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.458--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-17 17:53:59.472--ServerSession(1242584406)--Connection(717951588)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.473--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-17 17:53:59.473--ServerSession(1242584406)--Connection(1203022979)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.473--ServerSession(1242584406)--Connection(1203022979)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.473--ServerSession(1242584406)--Connection(891215395)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP KEY UNQ_TMP_EMP_0
    [junit] [EL Finest]: 2024-04-17 17:53:59.489--ServerSession(1242584406)--Connection(1203022979)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.489--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-17 17:53:59.489--ServerSession(1242584406)--Connection(1576509541)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.489--ServerSession(1242584406)--Connection(1576509541)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.489--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-17 17:53:59.496--ServerSession(1242584406)--Connection(1576509541)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.496--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-17 17:53:59.496--ServerSession(1242584406)--Connection(2069016970)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.496--ServerSession(1242584406)--Connection(2069016970)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.496--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-17 17:53:59.499--ServerSession(1242584406)--Connection(2069016970)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.499--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-17 17:53:59.499--ServerSession(1242584406)--Connection(968383091)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.499--ServerSession(1242584406)--Connection(968383091)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.499--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-17 17:53:59.502--ServerSession(1242584406)--Connection(968383091)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.502--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-17 17:53:59.502--ServerSession(1242584406)--Connection(509293541)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.502--ServerSession(1242584406)--Connection(509293541)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.503--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-17 17:53:59.506--ServerSession(1242584406)--Connection(509293541)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.506--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-17 17:53:59.506--ServerSession(1242584406)--Connection(334759054)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.506--ServerSession(1242584406)--Connection(334759054)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.506--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-17 17:53:59.51--ServerSession(1242584406)--Connection(334759054)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.51--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-17 17:53:59.51--ServerSession(1242584406)--Connection(679137498)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.51--ServerSession(1242584406)--Connection(679137498)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.51--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-17 17:53:59.514--ServerSession(1242584406)--Connection(679137498)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.514--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-17 17:53:59.514--ServerSession(1242584406)--Connection(1359891833)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.514--ServerSession(1242584406)--Connection(1359891833)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.514--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-17 17:53:59.525--ServerSession(1242584406)--Connection(1359891833)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.525--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-17 17:53:59.525--ServerSession(1242584406)--Connection(1832255355)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.525--ServerSession(1242584406)--Connection(1832255355)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.525--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-17 17:53:59.531--ServerSession(1242584406)--Connection(1832255355)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.531--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-17 17:53:59.531--ServerSession(1242584406)--Connection(444700929)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.531--ServerSession(1242584406)--Connection(444700929)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.531--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-17 17:53:59.54--ServerSession(1242584406)--Connection(444700929)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.54--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-17 17:53:59.54--ServerSession(1242584406)--Connection(1167929062)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.54--ServerSession(1242584406)--Connection(1167929062)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.54--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-17 17:53:59.547--ServerSession(1242584406)--Connection(1167929062)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.547--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-17 17:53:59.547--ServerSession(1242584406)--Connection(639264440)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.547--ServerSession(1242584406)--Connection(639264440)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.547--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-17 17:53:59.551--ServerSession(1242584406)--Connection(639264440)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.551--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-17 17:53:59.551--ServerSession(1242584406)--Connection(232681351)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.551--ServerSession(1242584406)--Connection(232681351)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.551--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-17 17:53:59.555--ServerSession(1242584406)--Connection(232681351)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.555--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-17 17:53:59.555--ServerSession(1242584406)--Connection(992850825)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.555--ServerSession(1242584406)--Connection(992850825)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.555--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-17 17:53:59.559--ServerSession(1242584406)--Connection(992850825)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.559--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-17 17:53:59.559--ServerSession(1242584406)--Connection(409114060)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.559--ServerSession(1242584406)--Connection(409114060)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.559--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-17 17:53:59.562--ServerSession(1242584406)--Connection(409114060)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.562--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-17 17:53:59.562--ServerSession(1242584406)--Connection(121486885)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.562--ServerSession(1242584406)--Connection(121486885)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.562--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-17 17:53:59.565--ServerSession(1242584406)--Connection(121486885)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.565--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-17 17:53:59.565--ServerSession(1242584406)--Connection(2117932686)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.565--ServerSession(1242584406)--Connection(2117932686)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.565--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-17 17:53:59.569--ServerSession(1242584406)--Connection(2117932686)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.569--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-17 17:53:59.569--ServerSession(1242584406)--Connection(1964410538)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.569--ServerSession(1242584406)--Connection(1964410538)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.569--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-17 17:53:59.573--ServerSession(1242584406)--Connection(1964410538)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.573--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-17 17:53:59.573--ServerSession(1242584406)--Connection(739935529)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.573--ServerSession(1242584406)--Connection(739935529)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.574--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-17 17:53:59.577--ServerSession(1242584406)--Connection(739935529)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.577--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-17 17:53:59.577--ServerSession(1242584406)--Connection(2012231958)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.577--ServerSession(1242584406)--Connection(2012231958)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.578--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-17 17:53:59.581--ServerSession(1242584406)--Connection(2012231958)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.581--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-17 17:53:59.581--ServerSession(1242584406)--Connection(1436434279)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.581--ServerSession(1242584406)--Connection(1436434279)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.582--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-17 17:53:59.586--ServerSession(1242584406)--Connection(1436434279)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.586--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-17 17:53:59.586--ServerSession(1242584406)--Connection(1238713257)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.586--ServerSession(1242584406)--Connection(1238713257)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.586--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-17 17:53:59.59--ServerSession(1242584406)--Connection(1238713257)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.59--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-17 17:53:59.59--ServerSession(1242584406)--Connection(705126000)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.59--ServerSession(1242584406)--Connection(705126000)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.59--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-17 17:53:59.594--ServerSession(1242584406)--Connection(705126000)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.594--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-17 17:53:59.594--ServerSession(1242584406)--Connection(1131042367)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.594--ServerSession(1242584406)--Connection(1131042367)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.594--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-17 17:53:59.598--ServerSession(1242584406)--Connection(1131042367)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.598--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-17 17:53:59.598--ServerSession(1242584406)--Connection(1685448568)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.598--ServerSession(1242584406)--Connection(1685448568)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.598--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-17 17:53:59.603--ServerSession(1242584406)--Connection(1685448568)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.603--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-17 17:53:59.603--ServerSession(1242584406)--Connection(1999583807)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.603--ServerSession(1242584406)--Connection(1999583807)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.604--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-17 17:53:59.607--ServerSession(1242584406)--Connection(1999583807)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.607--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-17 17:53:59.607--ServerSession(1242584406)--Connection(1364230185)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.607--ServerSession(1242584406)--Connection(1364230185)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.607--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-17 17:53:59.611--ServerSession(1242584406)--Connection(1364230185)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.611--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-17 17:53:59.611--ServerSession(1242584406)--Connection(2032752946)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.611--ServerSession(1242584406)--Connection(2032752946)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.611--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-17 17:53:59.615--ServerSession(1242584406)--Connection(2032752946)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.615--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-17 17:53:59.615--ServerSession(1242584406)--Connection(133047331)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.615--ServerSession(1242584406)--Connection(133047331)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.615--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-17 17:53:59.621--ServerSession(1242584406)--Connection(133047331)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.621--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-17 17:53:59.621--ServerSession(1242584406)--Connection(15058406)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.621--ServerSession(1242584406)--Connection(15058406)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.621--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-17 17:53:59.624--ServerSession(1242584406)--Connection(15058406)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.624--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-17 17:53:59.624--ServerSession(1242584406)--Connection(827539121)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.624--ServerSession(1242584406)--Connection(827539121)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.625--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-17 17:53:59.628--ServerSession(1242584406)--Connection(827539121)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.628--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-17 17:53:59.628--ServerSession(1242584406)--Connection(81445899)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.628--ServerSession(1242584406)--Connection(81445899)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.629--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-17 17:53:59.632--ServerSession(1242584406)--Connection(81445899)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.632--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-17 17:53:59.632--ServerSession(1242584406)--Connection(1491894897)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.632--ServerSession(1242584406)--Connection(1491894897)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.632--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-17 17:53:59.638--ServerSession(1242584406)--Connection(1491894897)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.638--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-17 17:53:59.639--ServerSession(1242584406)--Connection(1332177152)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.639--ServerSession(1242584406)--Connection(1332177152)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.639--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-17 17:53:59.642--ServerSession(1242584406)--Connection(1332177152)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.642--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-17 17:53:59.642--ServerSession(1242584406)--Connection(694784643)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.642--ServerSession(1242584406)--Connection(694784643)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.642--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-17 17:53:59.646--ServerSession(1242584406)--Connection(694784643)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.646--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-17 17:53:59.646--ServerSession(1242584406)--Connection(1085016662)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.646--ServerSession(1242584406)--Connection(1085016662)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.646--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-17 17:53:59.649--ServerSession(1242584406)--Connection(1085016662)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.649--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-17 17:53:59.649--ServerSession(1242584406)--Connection(196414950)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.649--ServerSession(1242584406)--Connection(196414950)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.649--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-17 17:53:59.653--ServerSession(1242584406)--Connection(196414950)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.653--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-17 17:53:59.653--ServerSession(1242584406)--Connection(1583686310)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.653--ServerSession(1242584406)--Connection(1583686310)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.653--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-17 17:53:59.656--ServerSession(1242584406)--Connection(1583686310)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.656--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-17 17:53:59.656--ServerSession(1242584406)--Connection(976426678)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.656--ServerSession(1242584406)--Connection(976426678)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.657--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-17 17:53:59.66--ServerSession(1242584406)--Connection(976426678)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.66--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-17 17:53:59.66--ServerSession(1242584406)--Connection(1881892202)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.66--ServerSession(1242584406)--Connection(1881892202)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.661--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-17 17:53:59.664--ServerSession(1242584406)--Connection(1881892202)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.664--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-17 17:53:59.664--ServerSession(1242584406)--Connection(1547811032)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.664--ServerSession(1242584406)--Connection(1547811032)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.664--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-17 17:53:59.668--ServerSession(1242584406)--Connection(1547811032)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.668--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-17 17:53:59.668--ServerSession(1242584406)--Connection(519650817)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.668--ServerSession(1242584406)--Connection(519650817)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.668--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-17 17:53:59.671--ServerSession(1242584406)--Connection(519650817)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.671--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-17 17:53:59.671--ServerSession(1242584406)--Connection(13963969)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.671--ServerSession(1242584406)--Connection(13963969)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.671--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-17 17:53:59.676--ServerSession(1242584406)--Connection(13963969)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.676--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-17 17:53:59.676--ServerSession(1242584406)--Connection(972335044)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.676--ServerSession(1242584406)--Connection(972335044)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.676--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-17 17:53:59.679--ServerSession(1242584406)--Connection(972335044)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.679--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-17 17:53:59.679--ServerSession(1242584406)--Connection(1223572525)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.679--ServerSession(1242584406)--Connection(1223572525)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.679--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-17 17:53:59.684--ServerSession(1242584406)--Connection(1223572525)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.684--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-17 17:53:59.684--ServerSession(1242584406)--Connection(265644189)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.684--ServerSession(1242584406)--Connection(265644189)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.684--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-17 17:53:59.687--ServerSession(1242584406)--Connection(265644189)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.687--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-17 17:53:59.687--ServerSession(1242584406)--Connection(496695089)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.687--ServerSession(1242584406)--Connection(496695089)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.688--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-17 17:53:59.691--ServerSession(1242584406)--Connection(496695089)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.691--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-17 17:53:59.691--ServerSession(1242584406)--Connection(1323172702)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.691--ServerSession(1242584406)--Connection(1323172702)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.691--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-17 17:53:59.695--ServerSession(1242584406)--Connection(1323172702)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.695--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-17 17:53:59.695--ServerSession(1242584406)--Connection(1318505220)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.695--ServerSession(1242584406)--Connection(1318505220)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.695--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-17 17:53:59.699--ServerSession(1242584406)--Connection(1318505220)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.699--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-17 17:53:59.699--ServerSession(1242584406)--Connection(439576838)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.699--ServerSession(1242584406)--Connection(439576838)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.699--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-17 17:53:59.702--ServerSession(1242584406)--Connection(439576838)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.702--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COMPONENT")
    [junit] [EL Finest]: 2024-04-17 17:53:59.702--ServerSession(1242584406)--Connection(553008604)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.702--ServerSession(1242584406)--Connection(553008604)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.702--ServerSession(1242584406)--Connection(554441629)--Thread(Thread[main,5,main])--DROP TABLE TMP_COMPONENT
    [junit] [EL Finest]: 2024-04-17 17:53:59.704--ServerSession(1242584406)--Connection(553008604)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.704--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_METRIC")
    [junit] [EL Finest]: 2024-04-17 17:53:59.704--ServerSession(1242584406)--Connection(897098843)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.704--ServerSession(1242584406)--Connection(897098843)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.704--ServerSession(1242584406)--Connection(619804661)--Thread(Thread[main,5,main])--DROP TABLE TMP_METRIC
    [junit] [EL Finest]: 2024-04-17 17:53:59.705--ServerSession(1242584406)--Connection(897098843)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.705--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ABSTR_EMP")
    [junit] [EL Finest]: 2024-04-17 17:53:59.705--ServerSession(1242584406)--Connection(1859555837)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.705--ServerSession(1242584406)--Connection(1859555837)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.706--ServerSession(1242584406)--Connection(519879168)--Thread(Thread[main,5,main])--DROP TABLE TMP_ABSTR_EMP
    [junit] [EL Finest]: 2024-04-17 17:53:59.707--ServerSession(1242584406)--Connection(1859555837)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.707--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CONTRACT_EMP")
    [junit] [EL Finest]: 2024-04-17 17:53:59.707--ServerSession(1242584406)--Connection(1452943019)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.707--ServerSession(1242584406)--Connection(1452943019)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.707--ServerSession(1242584406)--Connection(202968316)--Thread(Thread[main,5,main])--DROP TABLE TMP_CONTRACT_EMP
    [junit] [EL Finest]: 2024-04-17 17:53:59.709--ServerSession(1242584406)--Connection(1452943019)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.709--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ACCOUNT")
    [junit] [EL Finest]: 2024-04-17 17:53:59.709--ServerSession(1242584406)--Connection(801922889)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.709--ServerSession(1242584406)--Connection(801922889)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.709--ServerSession(1242584406)--Connection(686066533)--Thread(Thread[main,5,main])--DROP TABLE TMP_ACCOUNT
    [junit] [EL Finest]: 2024-04-17 17:53:59.711--ServerSession(1242584406)--Connection(801922889)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.711--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE")
    [junit] [EL Finest]: 2024-04-17 17:53:59.711--ServerSession(1242584406)--Connection(1867326100)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.711--ServerSession(1242584406)--Connection(1867326100)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.711--ServerSession(1242584406)--Connection(573972003)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE
    [junit] [EL Finest]: 2024-04-17 17:53:59.713--ServerSession(1242584406)--Connection(1867326100)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.713--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BROKER_ACC")
    [junit] [EL Finest]: 2024-04-17 17:53:59.713--ServerSession(1242584406)--Connection(849668686)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.713--ServerSession(1242584406)--Connection(849668686)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.713--ServerSession(1242584406)--Connection(880490252)--Thread(Thread[main,5,main])--DROP TABLE TMP_BROKER_ACC
    [junit] [EL Finest]: 2024-04-17 17:53:59.714--ServerSession(1242584406)--Connection(849668686)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.714--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CHECK_ACC")
    [junit] [EL Finest]: 2024-04-17 17:53:59.714--ServerSession(1242584406)--Connection(538462942)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.714--ServerSession(1242584406)--Connection(538462942)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.715--ServerSession(1242584406)--Connection(905654793)--Thread(Thread[main,5,main])--DROP TABLE TMP_CHECK_ACC
    [junit] [EL Finest]: 2024-04-17 17:53:59.716--ServerSession(1242584406)--Connection(538462942)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.716--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COSTCENTER")
    [junit] [EL Finest]: 2024-04-17 17:53:59.716--ServerSession(1242584406)--Connection(154128529)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.716--ServerSession(1242584406)--Connection(154128529)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.716--ServerSession(1242584406)--Connection(1795368400)--Thread(Thread[main,5,main])--DROP TABLE TMP_COSTCENTER
    [junit] [EL Finest]: 2024-04-17 17:53:59.718--ServerSession(1242584406)--Connection(154128529)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.718--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE")
    [junit] [EL Finest]: 2024-04-17 17:53:59.718--ServerSession(1242584406)--Connection(1923298070)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.718--ServerSession(1242584406)--Connection(1923298070)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.718--ServerSession(1242584406)--Connection(92262027)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE
    [junit] [EL Finest]: 2024-04-17 17:53:59.72--ServerSession(1242584406)--Connection(1923298070)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.72--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREDIT_ACC")
    [junit] [EL Finest]: 2024-04-17 17:53:59.72--ServerSession(1242584406)--Connection(1372365655)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.72--ServerSession(1242584406)--Connection(1372365655)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.72--ServerSession(1242584406)--Connection(983306747)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREDIT_ACC
    [junit] [EL Finest]: 2024-04-17 17:53:59.722--ServerSession(1242584406)--Connection(1372365655)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.722--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CUBICLE")
    [junit] [EL Finest]: 2024-04-17 17:53:59.722--ServerSession(1242584406)--Connection(873156359)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.722--ServerSession(1242584406)--Connection(873156359)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.722--ServerSession(1242584406)--Connection(15307978)--Thread(Thread[main,5,main])--DROP TABLE TMP_CUBICLE
    [junit] [EL Finest]: 2024-04-17 17:53:59.723--ServerSession(1242584406)--Connection(873156359)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.723--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_DEP")
    [junit] [EL Finest]: 2024-04-17 17:53:59.723--ServerSession(1242584406)--Connection(2142521143)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.723--ServerSession(1242584406)--Connection(2142521143)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.724--ServerSession(1242584406)--Connection(287923377)--Thread(Thread[main,5,main])--DROP TABLE TMP_DEP
    [junit] [EL Finest]: 2024-04-17 17:53:59.725--ServerSession(1242584406)--Connection(2142521143)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.725--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP")
    [junit] [EL Finest]: 2024-04-17 17:53:59.725--ServerSession(1242584406)--Connection(86339516)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.725--ServerSession(1242584406)--Connection(86339516)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.725--ServerSession(1242584406)--Connection(1492454864)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP
    [junit] [EL Finest]: 2024-04-17 17:53:59.728--ServerSession(1242584406)--Connection(86339516)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.728--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_HOBBY")
    [junit] [EL Finest]: 2024-04-17 17:53:59.728--ServerSession(1242584406)--Connection(149888344)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.728--ServerSession(1242584406)--Connection(149888344)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.728--ServerSession(1242584406)--Connection(639224694)--Thread(Thread[main,5,main])--DROP TABLE TMP_HOBBY
    [junit] [EL Finest]: 2024-04-17 17:53:59.729--ServerSession(1242584406)--Connection(149888344)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.73--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MATERIAL")
    [junit] [EL Finest]: 2024-04-17 17:53:59.73--ServerSession(1242584406)--Connection(1165398731)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.73--ServerSession(1242584406)--Connection(1165398731)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.73--ServerSession(1242584406)--Connection(889406176)--Thread(Thread[main,5,main])--DROP TABLE TMP_MATERIAL
    [junit] [EL Finest]: 2024-04-17 17:53:59.731--ServerSession(1242584406)--Connection(1165398731)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.731--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE")
    [junit] [EL Finest]: 2024-04-17 17:53:59.731--ServerSession(1242584406)--Connection(500449929)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.731--ServerSession(1242584406)--Connection(500449929)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.731--ServerSession(1242584406)--Connection(1824877362)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE
    [junit] [EL Finest]: 2024-04-17 17:53:59.733--ServerSession(1242584406)--Connection(500449929)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.733--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PATENT")
    [junit] [EL Finest]: 2024-04-17 17:53:59.733--ServerSession(1242584406)--Connection(1428942383)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.733--ServerSession(1242584406)--Connection(1428942383)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.733--ServerSession(1242584406)--Connection(1783905801)--Thread(Thread[main,5,main])--DROP TABLE TMP_PATENT
    [junit] [EL Finest]: 2024-04-17 17:53:59.735--ServerSession(1242584406)--Connection(1428942383)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.735--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW")
    [junit] [EL Finest]: 2024-04-17 17:53:59.735--ServerSession(1242584406)--Connection(532930371)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.735--ServerSession(1242584406)--Connection(532930371)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.735--ServerSession(1242584406)--Connection(353566722)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW
    [junit] [EL Finest]: 2024-04-17 17:53:59.737--ServerSession(1242584406)--Connection(532930371)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.737--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW_DETAILS")
    [junit] [EL Finest]: 2024-04-17 17:53:59.737--ServerSession(1242584406)--Connection(151020702)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.737--ServerSession(1242584406)--Connection(151020702)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.737--ServerSession(1242584406)--Connection(146316090)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW_DETAILS
    [junit] [EL Finest]: 2024-04-17 17:53:59.738--ServerSession(1242584406)--Connection(151020702)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.738--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT")
    [junit] [EL Finest]: 2024-04-17 17:53:59.738--ServerSession(1242584406)--Connection(1038375788)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.738--ServerSession(1242584406)--Connection(1038375788)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.738--ServerSession(1242584406)--Connection(936045786)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT
    [junit] [EL Finest]: 2024-04-17 17:53:59.74--ServerSession(1242584406)--Connection(1038375788)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.74--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT_DETAILS")
    [junit] [EL Finest]: 2024-04-17 17:53:59.74--ServerSession(1242584406)--Connection(1253691744)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.74--ServerSession(1242584406)--Connection(1253691744)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.74--ServerSession(1242584406)--Connection(1436146784)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT_DETAILS
    [junit] [EL Finest]: 2024-04-17 17:53:59.741--ServerSession(1242584406)--Connection(1253691744)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.741--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_SAVE_ACC")
    [junit] [EL Finest]: 2024-04-17 17:53:59.741--ServerSession(1242584406)--Connection(1895167389)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.741--ServerSession(1242584406)--Connection(1895167389)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.741--ServerSession(1242584406)--Connection(1950554162)--Thread(Thread[main,5,main])--DROP TABLE TMP_SAVE_ACC
    [junit] [EL Finest]: 2024-04-17 17:53:59.743--ServerSession(1242584406)--Connection(1895167389)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.743--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TASK")
    [junit] [EL Finest]: 2024-04-17 17:53:59.743--ServerSession(1242584406)--Connection(1884890921)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.743--ServerSession(1242584406)--Connection(1884890921)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.743--ServerSession(1242584406)--Connection(803175842)--Thread(Thread[main,5,main])--DROP TABLE TMP_TASK
    [junit] [EL Finest]: 2024-04-17 17:53:59.745--ServerSession(1242584406)--Connection(1884890921)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.745--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TRAILER")
    [junit] [EL Finest]: 2024-04-17 17:53:59.745--ServerSession(1242584406)--Connection(963205123)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.745--ServerSession(1242584406)--Connection(963205123)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.745--ServerSession(1242584406)--Connection(3162216)--Thread(Thread[main,5,main])--DROP TABLE TMP_TRAILER
    [junit] [EL Finest]: 2024-04-17 17:53:59.746--ServerSession(1242584406)--Connection(963205123)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.746--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROFILE")
    [junit] [EL Finest]: 2024-04-17 17:53:59.746--ServerSession(1242584406)--Connection(481839538)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.746--ServerSession(1242584406)--Connection(481839538)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.746--ServerSession(1242584406)--Connection(1877123942)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROFILE
    [junit] [EL Finest]: 2024-04-17 17:53:59.748--ServerSession(1242584406)--Connection(481839538)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.748--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE")
    [junit] [EL Finest]: 2024-04-17 17:53:59.748--ServerSession(1242584406)--Connection(161234158)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.748--ServerSession(1242584406)--Connection(161234158)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.748--ServerSession(1242584406)--Connection(1471615414)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE
    [junit] [EL Finest]: 2024-04-17 17:53:59.75--ServerSession(1242584406)--Connection(161234158)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.75--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_READONLY")
    [junit] [EL Finest]: 2024-04-17 17:53:59.75--ServerSession(1242584406)--Connection(1551484396)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.75--ServerSession(1242584406)--Connection(1551484396)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.75--ServerSession(1242584406)--Connection(887814593)--Thread(Thread[main,5,main])--DROP TABLE TMP_READONLY
    [junit] [EL Finest]: 2024-04-17 17:53:59.751--ServerSession(1242584406)--Connection(1551484396)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.751--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_FA")
    [junit] [EL Finest]: 2024-04-17 17:53:59.751--ServerSession(1242584406)--Connection(1434984256)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.751--ServerSession(1242584406)--Connection(1434984256)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.751--ServerSession(1242584406)--Connection(1196222136)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_FA
    [junit] [EL Finest]: 2024-04-17 17:53:59.753--ServerSession(1242584406)--Connection(1434984256)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.753--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_PA")
    [junit] [EL Finest]: 2024-04-17 17:53:59.753--ServerSession(1242584406)--Connection(79044247)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.753--ServerSession(1242584406)--Connection(79044247)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.753--ServerSession(1242584406)--Connection(298939230)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_PA
    [junit] [EL Finest]: 2024-04-17 17:53:59.755--ServerSession(1242584406)--Connection(79044247)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.755--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM")
    [junit] [EL Finest]: 2024-04-17 17:53:59.755--ServerSession(1242584406)--Connection(1285933977)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.755--ServerSession(1242584406)--Connection(1285933977)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.755--ServerSession(1242584406)--Connection(2018719292)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM
    [junit] [EL Finest]: 2024-04-17 17:53:59.756--ServerSession(1242584406)--Connection(1285933977)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.756--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM_ATT")
    [junit] [EL Finest]: 2024-04-17 17:53:59.757--ServerSession(1242584406)--Connection(302869695)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.757--ServerSession(1242584406)--Connection(302869695)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.757--ServerSession(1242584406)--Connection(1880527972)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM_ATT
    [junit] [EL Finest]: 2024-04-17 17:53:59.758--ServerSession(1242584406)--Connection(302869695)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.758--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ISLAND")
    [junit] [EL Finest]: 2024-04-17 17:53:59.758--ServerSession(1242584406)--Connection(1693260012)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.758--ServerSession(1242584406)--Connection(1693260012)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.758--ServerSession(1242584406)--Connection(503117914)--Thread(Thread[main,5,main])--DROP TABLE TMP_ISLAND
    [junit] [EL Finest]: 2024-04-17 17:53:59.76--ServerSession(1242584406)--Connection(1693260012)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.76--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY")
    [junit] [EL Finest]: 2024-04-17 17:53:59.76--ServerSession(1242584406)--Connection(1699794502)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.76--ServerSession(1242584406)--Connection(1699794502)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.76--ServerSession(1242584406)--Connection(1777766520)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY
    [junit] [EL Finest]: 2024-04-17 17:53:59.762--ServerSession(1242584406)--Connection(1699794502)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.762--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP")
    [junit] [EL Finest]: 2024-04-17 17:53:59.762--ServerSession(1242584406)--Connection(626562869)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.762--ServerSession(1242584406)--Connection(626562869)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.762--ServerSession(1242584406)--Connection(1184452390)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP
    [junit] [EL Finest]: 2024-04-17 17:53:59.764--ServerSession(1242584406)--Connection(626562869)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.764--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PERSON")
    [junit] [EL Finest]: 2024-04-17 17:53:59.764--ServerSession(1242584406)--Connection(484258212)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.764--ServerSession(1242584406)--Connection(484258212)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.764--ServerSession(1242584406)--Connection(2111700021)--Thread(Thread[main,5,main])--DROP TABLE TMP_PERSON
    [junit] [EL Finest]: 2024-04-17 17:53:59.766--ServerSession(1242584406)--Connection(484258212)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.766--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER")
    [junit] [EL Finest]: 2024-04-17 17:53:59.766--ServerSession(1242584406)--Connection(1627840438)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.766--ServerSession(1242584406)--Connection(1627840438)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.767--ServerSession(1242584406)--Connection(337875491)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER
    [junit] [EL Finest]: 2024-04-17 17:53:59.768--ServerSession(1242584406)--Connection(1627840438)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.768--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL")
    [junit] [EL Finest]: 2024-04-17 17:53:59.768--ServerSession(1242584406)--Connection(2082499348)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.768--ServerSession(1242584406)--Connection(2082499348)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.769--ServerSession(1242584406)--Connection(730656841)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL
    [junit] [EL Finest]: 2024-04-17 17:53:59.77--ServerSession(1242584406)--Connection(2082499348)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.77--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE")
    [junit] [EL Finest]: 2024-04-17 17:53:59.77--ServerSession(1242584406)--Connection(1251232505)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.77--ServerSession(1242584406)--Connection(1251232505)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.77--ServerSession(1242584406)--Connection(898883700)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE
    [junit] [EL Finest]: 2024-04-17 17:53:59.772--ServerSession(1242584406)--Connection(1251232505)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.772--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE")
    [junit] [EL Finest]: 2024-04-17 17:53:59.772--ServerSession(1242584406)--Connection(1813922009)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.772--ServerSession(1242584406)--Connection(1813922009)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.772--ServerSession(1242584406)--Connection(78973985)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE
    [junit] [EL Finest]: 2024-04-17 17:53:59.774--ServerSession(1242584406)--Connection(1813922009)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.774--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE_DETAILS")
    [junit] [EL Finest]: 2024-04-17 17:53:59.774--ServerSession(1242584406)--Connection(1571615117)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.774--ServerSession(1242584406)--Connection(1571615117)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.774--ServerSession(1242584406)--Connection(1126853225)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE_DETAILS
    [junit] [EL Finest]: 2024-04-17 17:53:59.775--ServerSession(1242584406)--Connection(1571615117)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.775--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MYTHICALCREATURE")
    [junit] [EL Finest]: 2024-04-17 17:53:59.775--ServerSession(1242584406)--Connection(1072267396)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.775--ServerSession(1242584406)--Connection(1072267396)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.775--ServerSession(1242584406)--Connection(99827309)--Thread(Thread[main,5,main])--DROP TABLE TMP_MYTHICALCREATURE
    [junit] [EL Finest]: 2024-04-17 17:53:59.777--ServerSession(1242584406)--Connection(1072267396)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.777--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_WEAPON")
    [junit] [EL Finest]: 2024-04-17 17:53:59.777--ServerSession(1242584406)--Connection(1873010424)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.777--ServerSession(1242584406)--Connection(1873010424)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.777--ServerSession(1242584406)--Connection(473800232)--Thread(Thread[main,5,main])--DROP TABLE TMP_WEAPON
    [junit] [EL Finest]: 2024-04-17 17:53:59.779--ServerSession(1242584406)--Connection(1873010424)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.779--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE")
    [junit] [EL Finest]: 2024-04-17 17:53:59.779--ServerSession(1242584406)--Connection(1188120765)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.779--ServerSession(1242584406)--Connection(1188120765)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.779--ServerSession(1242584406)--Connection(938744449)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE
    [junit] [EL Finest]: 2024-04-17 17:53:59.781--ServerSession(1242584406)--Connection(1188120765)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.781--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE_DESC")
    [junit] [EL Finest]: 2024-04-17 17:53:59.781--ServerSession(1242584406)--Connection(1237024911)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.781--ServerSession(1242584406)--Connection(1237024911)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.781--ServerSession(1242584406)--Connection(90418597)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE_DESC
    [junit] [EL Finest]: 2024-04-17 17:53:59.783--ServerSession(1242584406)--Connection(1237024911)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.783--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NODE")
    [junit] [EL Finest]: 2024-04-17 17:53:59.783--ServerSession(1242584406)--Connection(359659279)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.783--ServerSession(1242584406)--Connection(359659279)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.783--ServerSession(1242584406)--Connection(12952277)--Thread(Thread[main,5,main])--DROP TABLE TMP_NODE
    [junit] [EL Finest]: 2024-04-17 17:53:59.785--ServerSession(1242584406)--Connection(359659279)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.785--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NASTY")
    [junit] [EL Finest]: 2024-04-17 17:53:59.785--ServerSession(1242584406)--Connection(776817954)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.785--ServerSession(1242584406)--Connection(776817954)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.785--ServerSession(1242584406)--Connection(1148194923)--Thread(Thread[main,5,main])--DROP TABLE TMP_NASTY
    [junit] [EL Finest]: 2024-04-17 17:53:59.787--ServerSession(1242584406)--Connection(776817954)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.787--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TIMESTAMP")
    [junit] [EL Finest]: 2024-04-17 17:53:59.787--ServerSession(1242584406)--Connection(1746080167)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.787--ServerSession(1242584406)--Connection(1746080167)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.787--ServerSession(1242584406)--Connection(745764314)--Thread(Thread[main,5,main])--DROP TABLE TMP_TIMESTAMP
    [junit] [EL Finest]: 2024-04-17 17:53:59.789--ServerSession(1242584406)--Connection(1746080167)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.789--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_FA")
    [junit] [EL Finest]: 2024-04-17 17:53:59.789--ServerSession(1242584406)--Connection(2002534484)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.789--ServerSession(1242584406)--Connection(2002534484)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.789--ServerSession(1242584406)--Connection(129165617)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:53:59.791--ServerSession(1242584406)--Connection(2002534484)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.791--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_PA")
    [junit] [EL Finest]: 2024-04-17 17:53:59.791--ServerSession(1242584406)--Connection(2122967975)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.791--ServerSession(1242584406)--Connection(2122967975)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.792--ServerSession(1242584406)--Connection(1807899330)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_PA
    [junit] [EL Finest]: 2024-04-17 17:53:59.796--ServerSession(1242584406)--Connection(2122967975)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.796--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TEMPORAL_FA")
    [junit] [EL Finest]: 2024-04-17 17:53:59.796--ServerSession(1242584406)--Connection(252237430)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.796--ServerSession(1242584406)--Connection(252237430)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.796--ServerSession(1242584406)--Connection(1055772899)--Thread(Thread[main,5,main])--DROP TABLE TMP_TEMPORAL_FA
    [junit] [EL Finest]: 2024-04-17 17:53:59.798--ServerSession(1242584406)--Connection(252237430)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.798--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ANIMAL")
    [junit] [EL Finest]: 2024-04-17 17:53:59.798--ServerSession(1242584406)--Connection(1928550961)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.798--ServerSession(1242584406)--Connection(1928550961)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.798--ServerSession(1242584406)--Connection(989956479)--Thread(Thread[main,5,main])--DROP TABLE TMP_ANIMAL
    [junit] [EL Finest]: 2024-04-17 17:53:59.8--ServerSession(1242584406)--Connection(1928550961)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.8--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ELEMENT")
    [junit] [EL Finest]: 2024-04-17 17:53:59.8--ServerSession(1242584406)--Connection(683005404)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.8--ServerSession(1242584406)--Connection(683005404)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.8--ServerSession(1242584406)--Connection(1082073129)--Thread(Thread[main,5,main])--DROP TABLE TMP_ELEMENT
    [junit] [EL Finest]: 2024-04-17 17:53:59.804--ServerSession(1242584406)--Connection(683005404)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.804--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PLANT")
    [junit] [EL Finest]: 2024-04-17 17:53:59.804--ServerSession(1242584406)--Connection(1173015408)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.804--ServerSession(1242584406)--Connection(1173015408)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.804--ServerSession(1242584406)--Connection(1131932964)--Thread(Thread[main,5,main])--DROP TABLE TMP_PLANT
    [junit] [EL Finest]: 2024-04-17 17:53:59.806--ServerSession(1242584406)--Connection(1173015408)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.806--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_BICYCLE")
    [junit] [EL Finest]: 2024-04-17 17:53:59.806--ServerSession(1242584406)--Connection(499950630)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.806--ServerSession(1242584406)--Connection(499950630)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.806--ServerSession(1242584406)--Connection(242113956)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_BICYCLE
    [junit] [EL Finest]: 2024-04-17 17:53:59.808--ServerSession(1242584406)--Connection(499950630)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.808--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE_EMP")
    [junit] [EL Finest]: 2024-04-17 17:53:59.808--ServerSession(1242584406)--Connection(257495665)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.808--ServerSession(1242584406)--Connection(257495665)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.808--ServerSession(1242584406)--Connection(2009885224)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE_EMP
    [junit] [EL Finest]: 2024-04-17 17:53:59.81--ServerSession(1242584406)--Connection(257495665)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.81--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_CREDIT")
    [junit] [EL Finest]: 2024-04-17 17:53:59.81--ServerSession(1242584406)--Connection(492135521)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.81--ServerSession(1242584406)--Connection(492135521)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.81--ServerSession(1242584406)--Connection(1515730720)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_CREDIT
    [junit] [EL Finest]: 2024-04-17 17:53:59.812--ServerSession(1242584406)--Connection(492135521)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.812--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_HOBBY")
    [junit] [EL Finest]: 2024-04-17 17:53:59.812--ServerSession(1242584406)--Connection(1504033633)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.812--ServerSession(1242584406)--Connection(1504033633)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.812--ServerSession(1242584406)--Connection(1868933720)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_HOBBY
    [junit] [EL Finest]: 2024-04-17 17:53:59.813--ServerSession(1242584406)--Connection(1504033633)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.813--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PATENT")
    [junit] [EL Finest]: 2024-04-17 17:53:59.813--ServerSession(1242584406)--Connection(920102538)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.813--ServerSession(1242584406)--Connection(920102538)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.813--ServerSession(1242584406)--Connection(1121811842)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PATENT
    [junit] [EL Finest]: 2024-04-17 17:53:59.815--ServerSession(1242584406)--Connection(920102538)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.815--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PROJECT")
    [junit] [EL Finest]: 2024-04-17 17:53:59.815--ServerSession(1242584406)--Connection(263574324)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.815--ServerSession(1242584406)--Connection(263574324)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.815--ServerSession(1242584406)--Connection(73254846)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PROJECT
    [junit] [EL Finest]: 2024-04-17 17:53:59.816--ServerSession(1242584406)--Connection(263574324)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.816--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_REVIEW")
    [junit] [EL Finest]: 2024-04-17 17:53:59.816--ServerSession(1242584406)--Connection(1827344889)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.816--ServerSession(1242584406)--Connection(1827344889)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.816--ServerSession(1242584406)--Connection(1298547491)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_REVIEW
    [junit] [EL Finest]: 2024-04-17 17:53:59.818--ServerSession(1242584406)--Connection(1827344889)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.818--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE_CUBICLE")
    [junit] [EL Finest]: 2024-04-17 17:53:59.818--ServerSession(1242584406)--Connection(645323114)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.818--ServerSession(1242584406)--Connection(645323114)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.818--ServerSession(1242584406)--Connection(304504964)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE_CUBICLE
    [junit] [EL Finest]: 2024-04-17 17:53:59.82--ServerSession(1242584406)--Connection(645323114)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.82--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE_PROFILE")
    [junit] [EL Finest]: 2024-04-17 17:53:59.82--ServerSession(1242584406)--Connection(711320119)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.82--ServerSession(1242584406)--Connection(711320119)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.82--ServerSession(1242584406)--Connection(977847192)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE_PROFILE
    [junit] [EL Finest]: 2024-04-17 17:53:59.821--ServerSession(1242584406)--Connection(711320119)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.821--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE_CUBICLE")
    [junit] [EL Finest]: 2024-04-17 17:53:59.821--ServerSession(1242584406)--Connection(1141354562)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.821--ServerSession(1242584406)--Connection(1141354562)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.822--ServerSession(1242584406)--Connection(1106675375)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE_CUBICLE
    [junit] [EL Finest]: 2024-04-17 17:53:59.824--ServerSession(1242584406)--Connection(1141354562)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.824--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_COP")
    [junit] [EL Finest]: 2024-04-17 17:53:59.824--ServerSession(1242584406)--Connection(2078518186)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.824--ServerSession(1242584406)--Connection(2078518186)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.824--ServerSession(1242584406)--Connection(44007732)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_COP
    [junit] [EL Finest]: 2024-04-17 17:53:59.826--ServerSession(1242584406)--Connection(2078518186)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.826--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_CRIMINAL")
    [junit] [EL Finest]: 2024-04-17 17:53:59.826--ServerSession(1242584406)--Connection(1014250816)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.826--ServerSession(1242584406)--Connection(1014250816)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.826--ServerSession(1242584406)--Connection(1521250207)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_CRIMINAL
    [junit] [EL Finest]: 2024-04-17 17:53:59.827--ServerSession(1242584406)--Connection(1014250816)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.827--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_CRIMINAL")
    [junit] [EL Finest]: 2024-04-17 17:53:59.827--ServerSession(1242584406)--Connection(515244925)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.827--ServerSession(1242584406)--Connection(515244925)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.827--ServerSession(1242584406)--Connection(53851094)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_CRIMINAL
    [junit] [EL Finest]: 2024-04-17 17:53:59.829--ServerSession(1242584406)--Connection(515244925)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.829--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_INFORMER")
    [junit] [EL Finest]: 2024-04-17 17:53:59.829--ServerSession(1242584406)--Connection(948208151)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.829--ServerSession(1242584406)--Connection(948208151)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.829--ServerSession(1242584406)--Connection(369611665)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_INFORMER
    [junit] [EL Finest]: 2024-04-17 17:53:59.831--ServerSession(1242584406)--Connection(948208151)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.831--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER_TMP_COP")
    [junit] [EL Finest]: 2024-04-17 17:53:59.831--ServerSession(1242584406)--Connection(1696998152)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.831--ServerSession(1242584406)--Connection(1696998152)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.831--ServerSession(1242584406)--Connection(2033090945)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER_TMP_COP
    [junit] [EL Finest]: 2024-04-17 17:53:59.832--ServerSession(1242584406)--Connection(1696998152)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.832--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL")
    [junit] [EL Finest]: 2024-04-17 17:53:59.833--ServerSession(1242584406)--Connection(2054738816)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.833--ServerSession(1242584406)--Connection(2054738816)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.833--ServerSession(1242584406)--Connection(772968868)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL
    [junit] [EL Finest]: 2024-04-17 17:53:59.834--ServerSession(1242584406)--Connection(2054738816)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.834--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE_CREATURE")
    [junit] [EL Finest]: 2024-04-17 17:53:59.834--ServerSession(1242584406)--Connection(417917785)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.834--ServerSession(1242584406)--Connection(417917785)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.834--ServerSession(1242584406)--Connection(607178519)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE_CREATURE
    [junit] [EL Finest]: 2024-04-17 17:53:59.836--ServerSession(1242584406)--Connection(417917785)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.836--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-17 17:53:59.836--ServerSession(1242584406)--Connection(1419345767)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.836--ServerSession(1242584406)--Connection(1419345767)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.836--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-17 17:53:59.839--ServerSession(1242584406)--Connection(1419345767)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.839--Thread(Thread[main,5,main])--The table (TMP_COMPONENT) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.839--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-17 17:53:59.84--ServerSession(1242584406)--Connection(412496882)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.84--ServerSession(1242584406)--Connection(412496882)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.84--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-17 17:53:59.844--ServerSession(1242584406)--Connection(412496882)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.844--Thread(Thread[main,5,main])--The table (TMP_METRIC) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.844--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-17 17:53:59.844--ServerSession(1242584406)--Connection(1946338463)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.844--ServerSession(1242584406)--Connection(1946338463)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.844--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-17 17:53:59.847--ServerSession(1242584406)--Connection(1946338463)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.847--Thread(Thread[main,5,main])--The table (TMP_ABSTR_EMP) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.847--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-17 17:53:59.847--ServerSession(1242584406)--Connection(322391206)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.847--ServerSession(1242584406)--Connection(322391206)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.847--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-17 17:53:59.85--ServerSession(1242584406)--Connection(322391206)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.851--Thread(Thread[main,5,main])--The table (TMP_CONTRACT_EMP) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.851--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-17 17:53:59.851--ServerSession(1242584406)--Connection(2092912524)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.851--ServerSession(1242584406)--Connection(2092912524)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.851--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-17 17:53:59.854--ServerSession(1242584406)--Connection(2092912524)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.854--Thread(Thread[main,5,main])--The table (TMP_ACCOUNT) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.855--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-17 17:53:59.855--ServerSession(1242584406)--Connection(1793511544)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.855--ServerSession(1242584406)--Connection(1793511544)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.855--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-17 17:53:59.859--ServerSession(1242584406)--Connection(1793511544)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.859--Thread(Thread[main,5,main])--The table (TMP_VEHICLE) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.859--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-17 17:53:59.859--ServerSession(1242584406)--Connection(1595870950)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.859--ServerSession(1242584406)--Connection(1595870950)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.859--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-17 17:53:59.862--ServerSession(1242584406)--Connection(1595870950)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.862--Thread(Thread[main,5,main])--The table (TMP_BROKER_ACC) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.862--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-17 17:53:59.862--ServerSession(1242584406)--Connection(1409004212)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.862--ServerSession(1242584406)--Connection(1409004212)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.862--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-17 17:53:59.866--ServerSession(1242584406)--Connection(1409004212)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.866--Thread(Thread[main,5,main])--The table (TMP_CHECK_ACC) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.866--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-17 17:53:59.866--ServerSession(1242584406)--Connection(1358787485)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.866--ServerSession(1242584406)--Connection(1358787485)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.866--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-17 17:53:59.869--ServerSession(1242584406)--Connection(1358787485)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.869--Thread(Thread[main,5,main])--The table (TMP_COSTCENTER) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.869--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-17 17:53:59.869--ServerSession(1242584406)--Connection(1124773518)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.869--ServerSession(1242584406)--Connection(1124773518)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.869--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-17 17:53:59.872--ServerSession(1242584406)--Connection(1124773518)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.872--Thread(Thread[main,5,main])--The table (TMP_COURSE) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.872--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-17 17:53:59.872--ServerSession(1242584406)--Connection(308316550)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.872--ServerSession(1242584406)--Connection(308316550)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.872--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-17 17:53:59.875--ServerSession(1242584406)--Connection(308316550)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.875--Thread(Thread[main,5,main])--The table (TMP_CREDIT_ACC) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.875--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-17 17:53:59.875--ServerSession(1242584406)--Connection(651726990)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.875--ServerSession(1242584406)--Connection(651726990)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.875--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-17 17:53:59.878--ServerSession(1242584406)--Connection(651726990)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.878--Thread(Thread[main,5,main])--The table (TMP_CUBICLE) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.878--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-17 17:53:59.878--ServerSession(1242584406)--Connection(598183031)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.878--ServerSession(1242584406)--Connection(598183031)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.878--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-17 17:53:59.881--ServerSession(1242584406)--Connection(598183031)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.881--Thread(Thread[main,5,main])--The table (TMP_DEP) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.881--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-17 17:53:59.881--ServerSession(1242584406)--Connection(219130824)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.881--ServerSession(1242584406)--Connection(219130824)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.881--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-17 17:53:59.885--ServerSession(1242584406)--Connection(219130824)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.885--Thread(Thread[main,5,main])--The table (TMP_EMP) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.885--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-17 17:53:59.885--ServerSession(1242584406)--Connection(2138104388)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.885--ServerSession(1242584406)--Connection(2138104388)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.885--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-17 17:53:59.889--ServerSession(1242584406)--Connection(2138104388)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.889--Thread(Thread[main,5,main])--The table (TMP_HOBBY) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.889--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-17 17:53:59.889--ServerSession(1242584406)--Connection(274725976)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.889--ServerSession(1242584406)--Connection(274725976)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.889--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-17 17:53:59.892--ServerSession(1242584406)--Connection(274725976)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.892--Thread(Thread[main,5,main])--The table (TMP_MATERIAL) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.892--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-17 17:53:59.892--ServerSession(1242584406)--Connection(1956303740)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.892--ServerSession(1242584406)--Connection(1956303740)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.892--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-17 17:53:59.895--ServerSession(1242584406)--Connection(1956303740)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.895--Thread(Thread[main,5,main])--The table (TMP_OFFICE) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.895--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-17 17:53:59.895--ServerSession(1242584406)--Connection(1495162836)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.895--ServerSession(1242584406)--Connection(1495162836)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.895--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-17 17:53:59.898--ServerSession(1242584406)--Connection(1495162836)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.898--Thread(Thread[main,5,main])--The table (TMP_PATENT) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.898--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-17 17:53:59.898--ServerSession(1242584406)--Connection(934426842)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.898--ServerSession(1242584406)--Connection(934426842)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.899--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-17 17:53:59.902--ServerSession(1242584406)--Connection(934426842)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.902--Thread(Thread[main,5,main])--The table (TMP_REVIEW) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.902--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-17 17:53:59.902--ServerSession(1242584406)--Connection(1749524107)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.902--ServerSession(1242584406)--Connection(1749524107)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.902--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-17 17:53:59.905--ServerSession(1242584406)--Connection(1749524107)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.905--Thread(Thread[main,5,main])--The table (TMP_REVIEW_DETAILS) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.905--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-17 17:53:59.905--ServerSession(1242584406)--Connection(464831537)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.905--ServerSession(1242584406)--Connection(464831537)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.906--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-17 17:53:59.908--ServerSession(1242584406)--Connection(464831537)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.908--Thread(Thread[main,5,main])--The table (TMP_PROJECT) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.908--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-17 17:53:59.909--ServerSession(1242584406)--Connection(965674262)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.909--ServerSession(1242584406)--Connection(965674262)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.909--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-17 17:53:59.912--ServerSession(1242584406)--Connection(965674262)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.912--Thread(Thread[main,5,main])--The table (TMP_PROJECT_DETAILS) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.912--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-17 17:53:59.912--ServerSession(1242584406)--Connection(361656258)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.912--ServerSession(1242584406)--Connection(361656258)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.912--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-17 17:53:59.915--ServerSession(1242584406)--Connection(361656258)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.915--Thread(Thread[main,5,main])--The table (TMP_SAVE_ACC) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.916--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-17 17:53:59.916--ServerSession(1242584406)--Connection(187540389)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.916--ServerSession(1242584406)--Connection(187540389)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.916--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-17 17:53:59.919--ServerSession(1242584406)--Connection(187540389)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.919--Thread(Thread[main,5,main])--The table (TMP_TASK) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.919--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-17 17:53:59.919--ServerSession(1242584406)--Connection(1813742285)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.919--ServerSession(1242584406)--Connection(1813742285)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.919--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-17 17:53:59.922--ServerSession(1242584406)--Connection(1813742285)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.922--Thread(Thread[main,5,main])--The table (TMP_TRAILER) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.922--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-17 17:53:59.922--ServerSession(1242584406)--Connection(385131456)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.922--ServerSession(1242584406)--Connection(385131456)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.923--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-17 17:53:59.926--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-17 17:53:59.926--ServerSession(1242584406)--Connection(385131456)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.926--Thread(Thread[main,5,main])--The table (TMP_PROFILE) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.926--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-17 17:53:59.926--ServerSession(1242584406)--Connection(916100517)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.926--ServerSession(1242584406)--Connection(916100517)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.926--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-17 17:53:59.93--ServerSession(1242584406)--Connection(916100517)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.93--Thread(Thread[main,5,main])--The table (TMP_UCOFFICE) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.93--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-17 17:53:59.93--ServerSession(1242584406)--Connection(213063852)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.93--ServerSession(1242584406)--Connection(213063852)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.93--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-17 17:53:59.933--ServerSession(1242584406)--Connection(213063852)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.933--Thread(Thread[main,5,main])--The table (TMP_READONLY) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.933--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-17 17:53:59.933--ServerSession(1242584406)--Connection(554515010)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.933--ServerSession(1242584406)--Connection(554515010)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.933--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-17 17:53:59.936--ServerSession(1242584406)--Connection(554515010)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.936--Thread(Thread[main,5,main])--The table (TMP_EMBEDD_FA) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.936--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-17 17:53:59.936--ServerSession(1242584406)--Connection(1776186092)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.936--ServerSession(1242584406)--Connection(1776186092)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.936--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-17 17:53:59.939--ServerSession(1242584406)--Connection(1776186092)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.939--Thread(Thread[main,5,main])--The table (TMP_EMBEDD_PA) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.939--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-17 17:53:59.939--ServerSession(1242584406)--Connection(1414097965)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.939--ServerSession(1242584406)--Connection(1414097965)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.939--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-17 17:53:59.942--ServerSession(1242584406)--Connection(1414097965)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.942--Thread(Thread[main,5,main])--The table (BYTE_ITEM) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.942--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-17 17:53:59.942--ServerSession(1242584406)--Connection(905404580)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.942--ServerSession(1242584406)--Connection(905404580)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.942--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-17 17:53:59.945--ServerSession(1242584406)--Connection(905404580)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.945--Thread(Thread[main,5,main])--The table (BYTE_ITEM_ATT) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.945--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-17 17:53:59.946--ServerSession(1242584406)--Connection(1290733383)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.946--ServerSession(1242584406)--Connection(1290733383)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.946--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-17 17:53:59.949--ServerSession(1242584406)--Connection(1290733383)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.949--Thread(Thread[main,5,main])--The table (TMP_ISLAND) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.949--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-17 17:53:59.949--ServerSession(1242584406)--Connection(635236790)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.949--ServerSession(1242584406)--Connection(635236790)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.949--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-17 17:53:59.953--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-17 17:53:59.953--ServerSession(1242584406)--Connection(635236790)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.953--Thread(Thread[main,5,main])--The table (TMP_CITY) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.953--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-17 17:53:59.953--ServerSession(1242584406)--Connection(2000630624)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.953--ServerSession(1242584406)--Connection(2000630624)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.953--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-17 17:53:59.956--ServerSession(1242584406)--Connection(2000630624)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.956--Thread(Thread[main,5,main])--The table (TMP_COP) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.956--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-17 17:53:59.956--ServerSession(1242584406)--Connection(131168518)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.956--ServerSession(1242584406)--Connection(131168518)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.956--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-17 17:53:59.963--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-17 17:53:59.963--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-17 17:53:59.963--ServerSession(1242584406)--Connection(131168518)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.963--Thread(Thread[main,5,main])--The table (TMP_PERSON) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.964--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-17 17:53:59.964--ServerSession(1242584406)--Connection(259604245)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.964--ServerSession(1242584406)--Connection(259604245)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.964--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-17 17:53:59.967--ServerSession(1242584406)--Connection(259604245)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.967--Thread(Thread[main,5,main])--The table (TMP_INFORMER) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.967--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-17 17:53:59.967--ServerSession(1242584406)--Connection(1282393063)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.967--ServerSession(1242584406)--Connection(1282393063)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.967--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-17 17:53:59.97--ServerSession(1242584406)--Connection(1282393063)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.97--Thread(Thread[main,5,main])--The table (TMP_CRIMINAL) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.97--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-17 17:53:59.97--ServerSession(1242584406)--Connection(413168155)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.97--ServerSession(1242584406)--Connection(413168155)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.97--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-17 17:53:59.973--ServerSession(1242584406)--Connection(413168155)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.973--Thread(Thread[main,5,main])--The table (TMP_CAVE) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.973--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-17 17:53:59.973--ServerSession(1242584406)--Connection(71599579)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.973--ServerSession(1242584406)--Connection(71599579)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.973--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-17 17:53:59.976--ServerSession(1242584406)--Connection(71599579)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.976--Thread(Thread[main,5,main])--The table (TMP_CREATURE) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.976--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-17 17:53:59.976--ServerSession(1242584406)--Connection(1301228797)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.976--ServerSession(1242584406)--Connection(1301228797)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.977--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-17 17:53:59.982--ServerSession(1242584406)--Connection(1301228797)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.982--Thread(Thread[main,5,main])--The table (TMP_CREATURE_DETAILS) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.982--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-17 17:53:59.982--ServerSession(1242584406)--Connection(705801739)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.982--ServerSession(1242584406)--Connection(705801739)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.982--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-17 17:53:59.986--ServerSession(1242584406)--Connection(705801739)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.986--Thread(Thread[main,5,main])--The table (TMP_MYTHICALCREATURE) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.986--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-17 17:53:59.986--ServerSession(1242584406)--Connection(1106755629)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.986--ServerSession(1242584406)--Connection(1106755629)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.986--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-17 17:53:59.989--ServerSession(1242584406)--Connection(1106755629)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.989--Thread(Thread[main,5,main])--The table (TMP_WEAPON) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.989--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-17 17:53:59.989--ServerSession(1242584406)--Connection(322981749)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.989--ServerSession(1242584406)--Connection(322981749)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.989--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-17 17:53:59.992--ServerSession(1242584406)--Connection(322981749)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.993--Thread(Thread[main,5,main])--The table (TMP_CASC_NODE) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.993--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-17 17:53:59.993--ServerSession(1242584406)--Connection(1030849096)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.993--ServerSession(1242584406)--Connection(1030849096)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.993--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-17 17:53:59.996--ServerSession(1242584406)--Connection(1030849096)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.996--Thread(Thread[main,5,main])--The table (TMP_CASC_NODE_DESC) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.996--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-17 17:53:59.996--ServerSession(1242584406)--Connection(1407492510)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.996--ServerSession(1242584406)--Connection(1407492510)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:53:59.996--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-17 17:53:59.999--ServerSession(1242584406)--Connection(1407492510)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:53:59.999--Thread(Thread[main,5,main])--The table (TMP_NODE) is created.
    [junit] [EL Finest]: 2024-04-17 17:53:59.999--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-17 17:53:59.999--ServerSession(1242584406)--Connection(1316317287)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.0--ServerSession(1242584406)--Connection(1316317287)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.0--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-17 17:54:00.003--ServerSession(1242584406)--Connection(1316317287)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.003--Thread(Thread[main,5,main])--The table (TMP_NASTY) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:00.003--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-17 17:54:00.003--ServerSession(1242584406)--Connection(2036508486)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.003--ServerSession(1242584406)--Connection(2036508486)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.003--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-17 17:54:00.009--ServerSession(1242584406)--Connection(2036508486)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.009--Thread(Thread[main,5,main])--The table (TMP_TIMESTAMP) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:00.009--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-17 17:54:00.009--ServerSession(1242584406)--Connection(1999434859)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.009--ServerSession(1242584406)--Connection(1999434859)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.009--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-17 17:54:00.016--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-17 17:54:00.016--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-17 17:54:00.016--ServerSession(1242584406)--Connection(1999434859)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.016--Thread(Thread[main,5,main])--The table (TMP_BASIC_TYPES_FA) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:00.016--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-17 17:54:00.016--ServerSession(1242584406)--Connection(257614494)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.016--ServerSession(1242584406)--Connection(257614494)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.016--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-17 17:54:00.023--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-17 17:54:00.023--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-17 17:54:00.023--ServerSession(1242584406)--Connection(257614494)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.023--Thread(Thread[main,5,main])--The table (TMP_BASIC_TYPES_PA) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:00.023--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-17 17:54:00.023--ServerSession(1242584406)--Connection(45681857)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.023--ServerSession(1242584406)--Connection(45681857)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.023--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-17 17:54:00.027--ServerSession(1242584406)--Connection(45681857)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.027--Thread(Thread[main,5,main])--The table (TMP_TEMPORAL_FA) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:00.027--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-17 17:54:00.027--ServerSession(1242584406)--Connection(1203331554)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.027--ServerSession(1242584406)--Connection(1203331554)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.028--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-17 17:54:00.031--ServerSession(1242584406)--Connection(1203331554)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.031--Thread(Thread[main,5,main])--The table (TMP_ANIMAL) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:00.031--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-17 17:54:00.031--ServerSession(1242584406)--Connection(817707477)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.031--ServerSession(1242584406)--Connection(817707477)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.031--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-17 17:54:00.034--ServerSession(1242584406)--Connection(817707477)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.034--Thread(Thread[main,5,main])--The table (TMP_ELEMENT) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:00.035--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-17 17:54:00.035--ServerSession(1242584406)--Connection(1629805986)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.035--ServerSession(1242584406)--Connection(1629805986)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.035--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-17 17:54:00.038--ServerSession(1242584406)--Connection(1629805986)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.038--Thread(Thread[main,5,main])--The table (TMP_PLANT) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:00.038--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-17 17:54:00.038--ServerSession(1242584406)--Connection(1146848727)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.038--ServerSession(1242584406)--Connection(1146848727)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.038--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-17 17:54:00.041--ServerSession(1242584406)--Connection(1146848727)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.041--Thread(Thread[main,5,main])--The table (TMP_EMP_BICYCLE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:00.042--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-17 17:54:00.042--ServerSession(1242584406)--Connection(892626202)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.042--ServerSession(1242584406)--Connection(892626202)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.042--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-17 17:54:00.045--ServerSession(1242584406)--Connection(892626202)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.045--Thread(Thread[main,5,main])--The table (TMP_COURSE_EMP) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:00.045--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-17 17:54:00.045--ServerSession(1242584406)--Connection(689471568)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.045--ServerSession(1242584406)--Connection(689471568)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.045--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-17 17:54:00.048--ServerSession(1242584406)--Connection(689471568)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.048--Thread(Thread[main,5,main])--The table (TMP_EMP_CREDIT) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:00.048--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-17 17:54:00.048--ServerSession(1242584406)--Connection(148018969)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.048--ServerSession(1242584406)--Connection(148018969)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.048--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-17 17:54:00.051--ServerSession(1242584406)--Connection(148018969)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.051--Thread(Thread[main,5,main])--The table (TMP_EMP_HOBBY) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:00.051--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-17 17:54:00.051--ServerSession(1242584406)--Connection(971497536)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.051--ServerSession(1242584406)--Connection(971497536)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.051--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-17 17:54:00.054--ServerSession(1242584406)--Connection(971497536)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.054--Thread(Thread[main,5,main])--The table (TMP_EMP_PATENT) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:00.054--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-17 17:54:00.054--ServerSession(1242584406)--Connection(1586868395)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.054--ServerSession(1242584406)--Connection(1586868395)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.054--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-17 17:54:00.057--ServerSession(1242584406)--Connection(1586868395)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.057--Thread(Thread[main,5,main])--The table (TMP_EMP_PROJECT) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:00.057--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-17 17:54:00.057--ServerSession(1242584406)--Connection(1744369062)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.057--ServerSession(1242584406)--Connection(1744369062)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.058--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-17 17:54:00.06--ServerSession(1242584406)--Connection(1744369062)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.061--Thread(Thread[main,5,main])--The table (TMP_EMP_REVIEW) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:00.061--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-17 17:54:00.061--ServerSession(1242584406)--Connection(1728726840)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.061--ServerSession(1242584406)--Connection(1728726840)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.061--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-17 17:54:00.064--ServerSession(1242584406)--Connection(1728726840)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.064--Thread(Thread[main,5,main])--The table (TMP_OFFICE_CUBICLE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:00.065--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-17 17:54:00.065--ServerSession(1242584406)--Connection(1160845977)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.065--ServerSession(1242584406)--Connection(1160845977)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.065--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-17 17:54:00.068--ServerSession(1242584406)--Connection(1160845977)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.068--Thread(Thread[main,5,main])--The table (TMP_VEHICLE_PROFILE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:00.068--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-17 17:54:00.068--ServerSession(1242584406)--Connection(1108039149)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.068--ServerSession(1242584406)--Connection(1108039149)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.068--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-17 17:54:00.071--ServerSession(1242584406)--Connection(1108039149)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.071--Thread(Thread[main,5,main])--The table (TMP_UCOFFICE_CUBICLE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:00.071--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-17 17:54:00.071--ServerSession(1242584406)--Connection(1877334646)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.071--ServerSession(1242584406)--Connection(1877334646)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.071--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-17 17:54:00.074--ServerSession(1242584406)--Connection(1877334646)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.074--Thread(Thread[main,5,main])--The table (TMP_CITY_TMP_COP) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:00.074--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-17 17:54:00.074--ServerSession(1242584406)--Connection(1334378672)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.074--ServerSession(1242584406)--Connection(1334378672)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.075--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-17 17:54:00.077--ServerSession(1242584406)--Connection(1334378672)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.077--Thread(Thread[main,5,main])--The table (TMP_CITY_TMP_CRIMINAL) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:00.077--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-17 17:54:00.078--ServerSession(1242584406)--Connection(525154553)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.078--ServerSession(1242584406)--Connection(525154553)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.078--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-17 17:54:00.08--ServerSession(1242584406)--Connection(525154553)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.08--Thread(Thread[main,5,main])--The table (TMP_COP_TMP_CRIMINAL) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:00.08--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-17 17:54:00.08--ServerSession(1242584406)--Connection(284746450)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.08--ServerSession(1242584406)--Connection(284746450)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.081--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-17 17:54:00.083--ServerSession(1242584406)--Connection(284746450)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.083--Thread(Thread[main,5,main])--The table (TMP_COP_TMP_INFORMER) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:00.083--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-17 17:54:00.083--ServerSession(1242584406)--Connection(1564494396)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.083--ServerSession(1242584406)--Connection(1564494396)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.084--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-17 17:54:00.087--ServerSession(1242584406)--Connection(1564494396)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.087--Thread(Thread[main,5,main])--The table (TMP_INFORMER_TMP_COP) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:00.087--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-17 17:54:00.087--ServerSession(1242584406)--Connection(353786333)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.087--ServerSession(1242584406)--Connection(353786333)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.087--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-17 17:54:00.09--ServerSession(1242584406)--Connection(353786333)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.09--Thread(Thread[main,5,main])--The table (TMP_CRIMINAL_TMP_CRIMINAL) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:00.09--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-17 17:54:00.09--ServerSession(1242584406)--Connection(256167987)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.09--ServerSession(1242584406)--Connection(256167987)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.09--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-17 17:54:00.093--ServerSession(1242584406)--Connection(256167987)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.093--Thread(Thread[main,5,main])--The table (TMP_CAVE_CREATURE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:00.093--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-17 17:54:00.093--ServerSession(1242584406)--Connection(1336420731)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.093--ServerSession(1242584406)--Connection(1336420731)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.093--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-17 17:54:00.1--ServerSession(1242584406)--Connection(1336420731)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.101--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-17 17:54:00.101--ServerSession(1242584406)--Connection(2090770896)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.101--ServerSession(1242584406)--Connection(2090770896)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.101--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-17 17:54:00.111--ServerSession(1242584406)--Connection(2090770896)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.111--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-17 17:54:00.111--ServerSession(1242584406)--Connection(1480668865)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.111--ServerSession(1242584406)--Connection(1480668865)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.111--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-17 17:54:00.12--ServerSession(1242584406)--Connection(1480668865)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.12--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-17 17:54:00.12--ServerSession(1242584406)--Connection(1471364137)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.12--ServerSession(1242584406)--Connection(1471364137)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.12--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-17 17:54:00.131--ServerSession(1242584406)--Connection(1471364137)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.131--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-17 17:54:00.131--ServerSession(1242584406)--Connection(982226008)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.131--ServerSession(1242584406)--Connection(982226008)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.131--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-17 17:54:00.139--ServerSession(1242584406)--Connection(982226008)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.139--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-17 17:54:00.139--ServerSession(1242584406)--Connection(107279519)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.139--ServerSession(1242584406)--Connection(107279519)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.139--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-17 17:54:00.148--ServerSession(1242584406)--Connection(107279519)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.148--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-17 17:54:00.148--ServerSession(1242584406)--Connection(1694587465)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.148--ServerSession(1242584406)--Connection(1694587465)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.148--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-17 17:54:00.158--ServerSession(1242584406)--Connection(1694587465)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.158--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-17 17:54:00.158--ServerSession(1242584406)--Connection(685428529)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.158--ServerSession(1242584406)--Connection(685428529)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.159--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-17 17:54:00.167--ServerSession(1242584406)--Connection(685428529)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.167--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-17 17:54:00.167--ServerSession(1242584406)--Connection(397284309)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.167--ServerSession(1242584406)--Connection(397284309)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.167--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-17 17:54:00.182--ServerSession(1242584406)--Connection(397284309)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.182--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-17 17:54:00.182--ServerSession(1242584406)--Connection(911284082)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.182--ServerSession(1242584406)--Connection(911284082)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.182--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-17 17:54:00.199--ServerSession(1242584406)--Connection(911284082)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.199--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-17 17:54:00.199--ServerSession(1242584406)--Connection(2012480396)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.199--ServerSession(1242584406)--Connection(2012480396)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.199--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-17 17:54:00.216--ServerSession(1242584406)--Connection(2012480396)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.216--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-17 17:54:00.216--ServerSession(1242584406)--Connection(1135930380)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.216--ServerSession(1242584406)--Connection(1135930380)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.217--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-17 17:54:00.235--ServerSession(1242584406)--Connection(1135930380)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.235--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-17 17:54:00.235--ServerSession(1242584406)--Connection(1517223475)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.235--ServerSession(1242584406)--Connection(1517223475)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.236--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-17 17:54:00.254--ServerSession(1242584406)--Connection(1517223475)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.254--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-17 17:54:00.254--ServerSession(1242584406)--Connection(67053257)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.254--ServerSession(1242584406)--Connection(67053257)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.254--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-17 17:54:00.273--ServerSession(1242584406)--Connection(67053257)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.273--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-17 17:54:00.273--ServerSession(1242584406)--Connection(541568490)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.273--ServerSession(1242584406)--Connection(541568490)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.273--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-17 17:54:00.285--ServerSession(1242584406)--Connection(541568490)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.285--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-17 17:54:00.285--ServerSession(1242584406)--Connection(1180245656)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.285--ServerSession(1242584406)--Connection(1180245656)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.285--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-17 17:54:00.292--ServerSession(1242584406)--Connection(1180245656)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.293--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-17 17:54:00.293--ServerSession(1242584406)--Connection(138306399)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.293--ServerSession(1242584406)--Connection(138306399)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.293--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-17 17:54:00.3--ServerSession(1242584406)--Connection(138306399)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.301--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-17 17:54:00.301--ServerSession(1242584406)--Connection(421984610)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.301--ServerSession(1242584406)--Connection(421984610)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.301--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-17 17:54:00.308--ServerSession(1242584406)--Connection(421984610)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.308--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-17 17:54:00.308--ServerSession(1242584406)--Connection(66588044)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.308--ServerSession(1242584406)--Connection(66588044)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.309--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-17 17:54:00.316--ServerSession(1242584406)--Connection(66588044)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.317--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-17 17:54:00.317--ServerSession(1242584406)--Connection(481577519)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.317--ServerSession(1242584406)--Connection(481577519)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.317--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-17 17:54:00.325--ServerSession(1242584406)--Connection(481577519)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.325--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-17 17:54:00.325--ServerSession(1242584406)--Connection(527826205)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.325--ServerSession(1242584406)--Connection(527826205)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.325--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-17 17:54:00.333--ServerSession(1242584406)--Connection(527826205)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.333--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-17 17:54:00.333--ServerSession(1242584406)--Connection(2036431933)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.333--ServerSession(1242584406)--Connection(2036431933)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.333--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-17 17:54:00.344--ServerSession(1242584406)--Connection(2036431933)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.345--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-17 17:54:00.345--ServerSession(1242584406)--Connection(320706431)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.345--ServerSession(1242584406)--Connection(320706431)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.345--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-17 17:54:00.353--ServerSession(1242584406)--Connection(320706431)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.353--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-17 17:54:00.353--ServerSession(1242584406)--Connection(1016064173)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.353--ServerSession(1242584406)--Connection(1016064173)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.353--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-17 17:54:00.361--ServerSession(1242584406)--Connection(1016064173)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.361--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-17 17:54:00.361--ServerSession(1242584406)--Connection(953107607)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.361--ServerSession(1242584406)--Connection(953107607)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.361--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-17 17:54:00.369--ServerSession(1242584406)--Connection(953107607)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.369--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-17 17:54:00.369--ServerSession(1242584406)--Connection(474027124)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.369--ServerSession(1242584406)--Connection(474027124)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.369--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-17 17:54:00.378--ServerSession(1242584406)--Connection(474027124)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.378--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-17 17:54:00.378--ServerSession(1242584406)--Connection(30589523)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.378--ServerSession(1242584406)--Connection(30589523)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.378--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-17 17:54:00.386--ServerSession(1242584406)--Connection(30589523)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.386--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-17 17:54:00.386--ServerSession(1242584406)--Connection(1512060385)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.386--ServerSession(1242584406)--Connection(1512060385)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.386--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-17 17:54:00.394--ServerSession(1242584406)--Connection(1512060385)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.395--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-17 17:54:00.395--ServerSession(1242584406)--Connection(1102932495)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.395--ServerSession(1242584406)--Connection(1102932495)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.395--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-17 17:54:00.404--ServerSession(1242584406)--Connection(1102932495)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.405--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-17 17:54:00.405--ServerSession(1242584406)--Connection(692864183)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.405--ServerSession(1242584406)--Connection(692864183)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.405--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-17 17:54:00.412--ServerSession(1242584406)--Connection(692864183)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.412--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-17 17:54:00.412--ServerSession(1242584406)--Connection(1743032972)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.412--ServerSession(1242584406)--Connection(1743032972)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.413--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-17 17:54:00.422--ServerSession(1242584406)--Connection(1743032972)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.422--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-17 17:54:00.422--ServerSession(1242584406)--Connection(739241900)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.422--ServerSession(1242584406)--Connection(739241900)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.422--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-17 17:54:00.43--ServerSession(1242584406)--Connection(739241900)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.43--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-17 17:54:00.43--ServerSession(1242584406)--Connection(992775130)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.43--ServerSession(1242584406)--Connection(992775130)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.43--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-17 17:54:00.44--ServerSession(1242584406)--Connection(992775130)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.44--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-17 17:54:00.44--ServerSession(1242584406)--Connection(1778700964)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.44--ServerSession(1242584406)--Connection(1778700964)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.44--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-17 17:54:00.448--ServerSession(1242584406)--Connection(1778700964)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.448--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-17 17:54:00.448--ServerSession(1242584406)--Connection(769526324)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.448--ServerSession(1242584406)--Connection(769526324)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.448--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-17 17:54:00.459--ServerSession(1242584406)--Connection(769526324)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.459--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-17 17:54:00.459--ServerSession(1242584406)--Connection(1915196011)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.459--ServerSession(1242584406)--Connection(1915196011)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.459--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-17 17:54:00.467--ServerSession(1242584406)--Connection(1915196011)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.467--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-17 17:54:00.467--ServerSession(1242584406)--Connection(1470726905)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.467--ServerSession(1242584406)--Connection(1470726905)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.468--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-17 17:54:00.478--ServerSession(1242584406)--Connection(1470726905)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.478--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-17 17:54:00.478--ServerSession(1242584406)--Connection(434635189)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.478--ServerSession(1242584406)--Connection(434635189)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.478--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-17 17:54:00.487--ServerSession(1242584406)--Connection(434635189)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.487--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-17 17:54:00.487--ServerSession(1242584406)--Connection(1357927175)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.487--ServerSession(1242584406)--Connection(1357927175)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.487--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-17 17:54:00.496--ServerSession(1242584406)--Connection(1357927175)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.497--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-17 17:54:00.497--ServerSession(1242584406)--Connection(149816309)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.497--ServerSession(1242584406)--Connection(149816309)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.497--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-17 17:54:00.505--ServerSession(1242584406)--Connection(149816309)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.505--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-17 17:54:00.505--ServerSession(1242584406)--Connection(1027286826)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.505--ServerSession(1242584406)--Connection(1027286826)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.505--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-17 17:54:00.514--ServerSession(1242584406)--Connection(1027286826)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.514--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-17 17:54:00.514--ServerSession(1242584406)--Connection(1110157751)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.514--ServerSession(1242584406)--Connection(1110157751)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.514--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-17 17:54:00.523--ServerSession(1242584406)--Connection(1110157751)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.523--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-17 17:54:00.523--ServerSession(1242584406)--Connection(1267338499)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.523--ServerSession(1242584406)--Connection(1267338499)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.524--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-17 17:54:00.532--ServerSession(1242584406)--Connection(1267338499)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.532--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-17 17:54:00.532--ServerSession(1242584406)--Connection(378838522)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.532--ServerSession(1242584406)--Connection(378838522)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.533--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-17 17:54:00.541--ServerSession(1242584406)--Connection(378838522)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.541--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-17 17:54:00.541--ServerSession(1242584406)--Connection(1131905905)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.541--ServerSession(1242584406)--Connection(1131905905)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.541--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-17 17:54:00.55--ServerSession(1242584406)--Connection(1131905905)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.55--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-17 17:54:00.55--ServerSession(1242584406)--Connection(725291300)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.55--ServerSession(1242584406)--Connection(725291300)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.551--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-17 17:54:00.558--ServerSession(1242584406)--Connection(725291300)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.559--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-17 17:54:00.559--ServerSession(1242584406)--Connection(1736826640)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.559--ServerSession(1242584406)--Connection(1736826640)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.559--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-17 17:54:00.57--ServerSession(1242584406)--Connection(1736826640)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.57--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-17 17:54:00.57--ServerSession(1242584406)--Connection(688392165)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.57--ServerSession(1242584406)--Connection(688392165)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.57--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-17 17:54:00.578--ServerSession(1242584406)--Connection(688392165)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.578--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-17 17:54:00.578--ServerSession(1242584406)--Connection(1140430871)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.578--ServerSession(1242584406)--Connection(1140430871)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.578--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-17 17:54:00.587--ServerSession(1242584406)--Connection(1140430871)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.587--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-17 17:54:00.587--ServerSession(1242584406)--Connection(837923432)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.587--ServerSession(1242584406)--Connection(837923432)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.587--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-17 17:54:00.595--ServerSession(1242584406)--Connection(837923432)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.595--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-17 17:54:00.595--ServerSession(1242584406)--Connection(1972950645)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.595--ServerSession(1242584406)--Connection(1972950645)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.595--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-17 17:54:00.604--ServerSession(1242584406)--Connection(1972950645)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.604--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-17 17:54:00.604--ServerSession(1242584406)--Connection(2087202342)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.604--ServerSession(1242584406)--Connection(2087202342)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.604--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-17 17:54:00.612--ServerSession(1242584406)--Connection(2087202342)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.612--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-17 17:54:00.612--ServerSession(1242584406)--Connection(883110723)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.612--ServerSession(1242584406)--Connection(883110723)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.613--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-17 17:54:00.622--ServerSession(1242584406)--Connection(883110723)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.622--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-17 17:54:00.622--ServerSession(1242584406)--Connection(265722243)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.622--ServerSession(1242584406)--Connection(265722243)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.622--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-17 17:54:00.631--ServerSession(1242584406)--Connection(265722243)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.631--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-17 17:54:00.631--ServerSession(1242584406)--Connection(660144865)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.631--ServerSession(1242584406)--Connection(660144865)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.632--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-17 17:54:00.641--ServerSession(1242584406)--Connection(660144865)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.641--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-17 17:54:00.641--ServerSession(1242584406)--Connection(714734087)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.641--ServerSession(1242584406)--Connection(714734087)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.641--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-17 17:54:00.649--ServerSession(1242584406)--Connection(714734087)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.65--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-17 17:54:00.65--ServerSession(1242584406)--Connection(1469217737)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.65--ServerSession(1242584406)--Connection(1469217737)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.65--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-17 17:54:00.658--ServerSession(1242584406)--Connection(1469217737)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.659--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-17 17:54:00.659--ServerSession(1242584406)--Connection(750996693)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.659--ServerSession(1242584406)--Connection(750996693)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.659--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-17 17:54:00.667--ServerSession(1242584406)--Connection(750996693)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.667--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-17 17:54:00.667--ServerSession(1242584406)--Connection(1099081297)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.667--ServerSession(1242584406)--Connection(1099081297)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.667--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-17 17:54:00.676--ServerSession(1242584406)--Connection(1099081297)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.677--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-17 17:54:00.677--ServerSession(1242584406)--Connection(1432888450)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.677--ServerSession(1242584406)--Connection(1432888450)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.677--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-17 17:54:00.685--ServerSession(1242584406)--Connection(1432888450)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.685--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-17 17:54:00.685--ServerSession(1242584406)--Connection(1333502127)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.685--ServerSession(1242584406)--Connection(1333502127)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.686--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-17 17:54:00.695--ServerSession(1242584406)--Connection(1333502127)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.695--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-17 17:54:00.695--ServerSession(1242584406)--Connection(1005591041)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.695--ServerSession(1242584406)--Connection(1005591041)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.696--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-17 17:54:00.707--ServerSession(1242584406)--Connection(1005591041)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.707--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-17 17:54:00.707--ServerSession(1242584406)--Connection(409957428)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.707--ServerSession(1242584406)--Connection(409957428)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.707--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-17 17:54:00.717--ServerSession(1242584406)--Connection(409957428)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.721--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'")
    [junit] [EL Finest]: 2024-04-17 17:54:00.721--ServerSession(1242584406)--Connection(1810419227)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.721--ServerSession(1242584406)--Connection(1810419227)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.721--ServerSession(1242584406)--Connection(14926701)--Thread(Thread[main,5,main])--DELETE FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'
    [junit] [EL Finest]: 2024-04-17 17:54:00.722--ServerSession(1242584406)--Connection(1810419227)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.722--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'")
    [junit] [EL Finest]: 2024-04-17 17:54:00.722--ServerSession(1242584406)--Connection(967337409)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.722--ServerSession(1242584406)--Connection(967337409)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.722--ServerSession(1242584406)--Connection(337509625)--Thread(Thread[main,5,main])--SELECT * FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'
    [junit] [EL Finest]: 2024-04-17 17:54:00.722--ServerSession(1242584406)--Connection(967337409)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.722--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-17 17:54:00.722--ServerSession(1242584406)--Connection(1676585156)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.722--ServerSession(1242584406)--Connection(1676585156)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.722--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-17 17:54:00.723--ServerSession(1242584406)--Connection(1676585156)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.726--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-17 17:54:00.726--ServerSession(1242584406)--Connection(602694575)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.726--ServerSession(1242584406)--Connection(602694575)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.726--ServerSession(1242584406)--Connection(671967776)--Thread(Thread[main,5,main])--DELETE FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator'
    [junit] [EL Finest]: 2024-04-17 17:54:00.727--ServerSession(1242584406)--Connection(602694575)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.727--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-17 17:54:00.727--ServerSession(1242584406)--Connection(1898469011)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.727--ServerSession(1242584406)--Connection(1898469011)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.727--ServerSession(1242584406)--Connection(832152066)--Thread(Thread[main,5,main])--SELECT * FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator'
    [junit] [EL Finest]: 2024-04-17 17:54:00.727--ServerSession(1242584406)--Connection(1898469011)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.727--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-17 17:54:00.727--ServerSession(1242584406)--Connection(500580931)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.727--ServerSession(1242584406)--Connection(500580931)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.728--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-17 17:54:00.728--ServerSession(1242584406)--Connection(500580931)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.731--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-17 17:54:00.731--ServerSession(1242584406)--Connection(993293369)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.732--ServerSession(1242584406)--Connection(993293369)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.732--ServerSession(1242584406)--Connection(1563833544)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator'
    [junit] [EL Finest]: 2024-04-17 17:54:00.732--ServerSession(1242584406)--Connection(993293369)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.732--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-17 17:54:00.732--ServerSession(1242584406)--Connection(93720343)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.732--ServerSession(1242584406)--Connection(93720343)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.732--ServerSession(1242584406)--Connection(488322592)--Thread(Thread[main,5,main])--SELECT * FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator'
    [junit] [EL Finest]: 2024-04-17 17:54:00.732--ServerSession(1242584406)--Connection(93720343)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.732--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-17 17:54:00.732--ServerSession(1242584406)--Connection(580212331)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.732--ServerSession(1242584406)--Connection(580212331)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.733--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-17 17:54:00.733--ServerSession(1242584406)--Connection(580212331)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.736--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-17 17:54:00.736--ServerSession(1242584406)--Connection(347042785)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.736--ServerSession(1242584406)--Connection(347042785)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.736--ServerSession(1242584406)--Connection(1943679038)--Thread(Thread[main,5,main])--DELETE FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component'
    [junit] [EL Finest]: 2024-04-17 17:54:00.737--ServerSession(1242584406)--Connection(347042785)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.737--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-17 17:54:00.737--ServerSession(1242584406)--Connection(844185066)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.737--ServerSession(1242584406)--Connection(844185066)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.737--ServerSession(1242584406)--Connection(1561227322)--Thread(Thread[main,5,main])--SELECT * FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component'
    [junit] [EL Finest]: 2024-04-17 17:54:00.737--ServerSession(1242584406)--Connection(844185066)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.737--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-17 17:54:00.737--ServerSession(1242584406)--Connection(1868914109)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.737--ServerSession(1242584406)--Connection(1868914109)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.737--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-17 17:54:00.737--ServerSession(1242584406)--Connection(1868914109)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.741--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'")
    [junit] [EL Finest]: 2024-04-17 17:54:00.741--ServerSession(1242584406)--Connection(2142777203)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.741--ServerSession(1242584406)--Connection(2142777203)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.741--ServerSession(1242584406)--Connection(789998945)--Thread(Thread[main,5,main])--DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
    [junit] [EL Finest]: 2024-04-17 17:54:00.741--ServerSession(1242584406)--Connection(2142777203)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.741--ServerSession(1242584406)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'")
    [junit] [EL Finest]: 2024-04-17 17:54:00.741--ServerSession(1242584406)--Connection(1255723887)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.741--ServerSession(1242584406)--Connection(1255723887)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.742--ServerSession(1242584406)--Connection(1957019376)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
    [junit] [EL Finest]: 2024-04-17 17:54:00.742--ServerSession(1242584406)--Connection(1255723887)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.742--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-17 17:54:00.742--ServerSession(1242584406)--Connection(91286940)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.742--ServerSession(1242584406)--Connection(91286940)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.742--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-17 17:54:00.742--ServerSession(1242584406)--Connection(91286940)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.746--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-17 17:54:00.746--ServerSession(1242584406)--Connection(534798335)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.746--ServerSession(1242584406)--Connection(534798335)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.746--ServerSession(1242584406)--Connection(1845590352)--Thread(Thread[main,5,main])--DELETE FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator'
    [junit] [EL Finest]: 2024-04-17 17:54:00.746--ServerSession(1242584406)--Connection(534798335)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.746--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-17 17:54:00.746--ServerSession(1242584406)--Connection(1920554683)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.746--ServerSession(1242584406)--Connection(1920554683)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.746--ServerSession(1242584406)--Connection(1878782124)--Thread(Thread[main,5,main])--SELECT * FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator'
    [junit] [EL Finest]: 2024-04-17 17:54:00.747--ServerSession(1242584406)--Connection(1920554683)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.747--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-17 17:54:00.747--ServerSession(1242584406)--Connection(595239111)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.747--ServerSession(1242584406)--Connection(595239111)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.747--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-17 17:54:00.747--ServerSession(1242584406)--Connection(595239111)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:00.749--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-17 17:54:00.749--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-17 17:54:00.749--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-17 17:54:00.749--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-17 17:54:00.749--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-17 17:54:00.749--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-17 17:54:00.749--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-17 17:54:00.749--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-17 17:54:00.749--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-17 17:54:00.749--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-17 17:54:00.749--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-17 17:54:00.749--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-17 17:54:00.75--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-17 17:54:00.75--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-17 17:54:00.75--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-17 17:54:00.75--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-17 17:54:00.75--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-17 17:54:00.75--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-17 17:54:00.75--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-17 17:54:00.75--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-17 17:54:00.75--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-17 17:54:00.75--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-17 17:54:00.75--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-17 17:54:00.75--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-17 17:54:00.75--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-17 17:54:00.751--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-17 17:54:00.751--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-17 17:54:00.751--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-17 17:54:00.751--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-17 17:54:00.751--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-17 17:54:00.751--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-17 17:54:00.751--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-17 17:54:00.751--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-17 17:54:00.751--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-17 17:54:00.751--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-17 17:54:00.751--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-17 17:54:00.751--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-17 17:54:00.751--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-17 17:54:00.752--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-17 17:54:00.752--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-17 17:54:00.752--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-17 17:54:00.752--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-17 17:54:00.752--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-17 17:54:00.752--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-17 17:54:00.752--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-17 17:54:00.752--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-17 17:54:00.752--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-17 17:54:00.752--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-17 17:54:00.752--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-17 17:54:00.752--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-17 17:54:00.752--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-17 17:54:00.753--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-17 17:54:00.753--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-17 17:54:00.753--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-17 17:54:00.753--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-17 17:54:00.753--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-17 17:54:00.753--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-17 17:54:00.753--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-17 17:54:00.753--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-17 17:54:00.753--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-17 17:54:00.753--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-17 17:54:00.753--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-17 17:54:00.753--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-17 17:54:00.753--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-17 17:54:00.754--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-17 17:54:00.754--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-17 17:54:00.754--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-17 17:54:00.754--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-17 17:54:00.754--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-17 17:54:00.754--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-17 17:54:00.754--ServerSession(1242584406)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:00.754--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-17 17:54:00.754--ServerSession(1242584406)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:00.754--ServerSession(1242584406)--Thread(Thread[main,5,main])--sequencing disconnected
    [junit] [EL Fine]: 2024-04-17 17:54:00.754--ServerSession(1242584406)--Connection(1740687627)--Thread(Thread[main,5,main])--disconnect
    [junit] [EL Finer]: 2024-04-17 17:54:00.754--ServerSession(1242584406)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Fine]: 2024-04-17 17:54:00.754--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-17 17:54:00.754--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.601 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestExtendedPersistenceContext
    [junit] [EL Fine]: 2024-04-17 17:54:00.811--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@148fca83
    [junit] [EL Finer]: 2024-04-17 17:54:00.813--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa1testmodel.
    [junit] [EL Finest]: properties: 2024-04-17 17:54:00.814--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-17 17:54:00.814--ServerSession(1918393987)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2024-04-17 17:54:00.814--ServerSession(1918393987)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Fine]: 2024-04-17 17:54:00.814--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.jboss.JBossPlatform
    [junit] [EL Finest]: 2024-04-17 17:54:00.814--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-17 17:54:00.814--ServerSession(1918393987)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true
    [junit] [EL Finest]: 2024-04-17 17:54:00.814--ServerSession(1918393987)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true
    [junit] [EL Finest]: 2024-04-17 17:54:00.814--ServerSession(1918393987)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false
    [junit] [EL Finer]: 2024-04-17 17:54:00.814--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-17 17:54:00.814--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-17 17:54:00.828--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-17 17:54:00.828--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-17 17:54:00.828--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-17 17:54:00.829--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-17 17:54:00.829--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-17 17:54:00.829--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-17 17:54:00.829--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-17 17:54:00.829--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-17 17:54:00.829--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-17 17:54:00.829--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-17 17:54:00.829--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-17 17:54:00.83--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-17 17:54:00.83--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-17 17:54:00.83--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-17 17:54:00.83--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-17 17:54:00.831--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-17 17:54:00.831--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-17 17:54:00.831--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-17 17:54:00.832--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-17 17:54:00.832--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-17 17:54:00.832--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-17 17:54:00.832--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-17 17:54:00.832--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-17 17:54:00.833--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-17 17:54:00.833--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-17 17:54:00.833--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-17 17:54:00.833--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-17 17:54:00.833--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-17 17:54:00.834--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-17 17:54:00.834--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-17 17:54:00.835--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-17 17:54:00.835--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-17 17:54:00.835--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-17 17:54:00.835--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-17 17:54:00.835--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-17 17:54:00.835--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-17 17:54:00.835--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-17 17:54:00.836--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-17 17:54:00.836--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-17 17:54:00.836--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-17 17:54:00.836--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-17 17:54:00.836--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-17 17:54:00.836--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-17 17:54:00.836--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-17 17:54:00.836--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-17 17:54:00.836--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-17 17:54:00.836--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-17 17:54:00.836--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-17 17:54:00.836--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-17 17:54:00.836--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-17 17:54:00.837--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-17 17:54:00.837--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-17 17:54:00.837--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-17 17:54:00.837--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-17 17:54:00.837--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-17 17:54:00.837--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-17 17:54:00.837--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-17 17:54:00.837--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-17 17:54:00.837--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-17 17:54:00.837--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-17 17:54:00.837--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-17 17:54:00.837--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-17 17:54:00.837--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-17 17:54:00.837--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-17 17:54:00.838--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-17 17:54:00.838--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-17 17:54:00.838--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-17 17:54:00.838--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-17 17:54:00.838--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-17 17:54:00.838--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-17 17:54:00.838--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-17 17:54:00.838--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-17 17:54:00.838--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-17 17:54:00.838--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-17 17:54:00.838--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-17 17:54:00.839--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-17 17:54:00.839--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-17 17:54:00.839--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-17 17:54:00.839--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-17 17:54:00.839--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-17 17:54:00.839--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-17 17:54:00.839--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-17 17:54:00.839--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-17 17:54:00.839--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-17 17:54:00.839--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-17 17:54:00.839--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-17 17:54:00.839--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-17 17:54:00.84--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-17 17:54:00.84--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-17 17:54:00.84--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-17 17:54:00.84--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-17 17:54:00.84--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-17 17:54:00.84--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-17 17:54:00.84--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-17 17:54:00.84--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-17 17:54:00.84--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-17 17:54:00.84--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-17 17:54:00.84--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-17 17:54:00.84--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-17 17:54:00.84--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-17 17:54:00.84--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-17 17:54:00.84--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-17 17:54:00.84--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-17 17:54:00.84--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-17 17:54:00.84--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-17 17:54:00.841--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-17 17:54:00.841--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-17 17:54:00.841--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-17 17:54:00.841--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-17 17:54:00.841--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-17 17:54:00.841--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-17 17:54:00.841--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-17 17:54:00.841--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-17 17:54:00.841--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-17 17:54:00.841--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID.
    [junit] [EL Config]: 2024-04-17 17:54:00.841--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME.
    [junit] [EL Config]: 2024-04-17 17:54:00.841--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-17 17:54:00.842--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:00.842--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:00.842--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-17 17:54:00.842--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-17 17:54:00.842--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [owner] is being defaulted to: OWNER.
    [junit] [EL Config]: 2024-04-17 17:54:00.842--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [balance] is being defaulted to: BALANCE.
    [junit] [EL Config]: 2024-04-17 17:54:00.842--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-17 17:54:00.842--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-17 17:54:00.842--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID.
    [junit] [EL Config]: 2024-04-17 17:54:00.842--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [creditLimit] is being defaulted to: CREDITLIMIT.
    [junit] [EL Config]: 2024-04-17 17:54:00.842--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-17 17:54:00.842--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [namespace] is being defaulted to: NAMESPACE.
    [junit] [EL Config]: 2024-04-17 17:54:00.842--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:00.842--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [text] is being defaulted to: TEXT.
    [junit] [EL Config]: 2024-04-17 17:54:00.842--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-17 17:54:00.842--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:00.843--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-17 17:54:00.843--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-17 17:54:00.843--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-17 17:54:00.843--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR.
    [junit] [EL Config]: 2024-04-17 17:54:00.843--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:00.843--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [brand] is being defaulted to: BRAND.
    [junit] [EL Config]: 2024-04-17 17:54:00.843--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:00.843--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-17 17:54:00.843--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-17 17:54:00.843--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:00.843--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY.
    [junit] [EL Config]: 2024-04-17 17:54:00.843--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-17 17:54:00.843--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:00.843--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:00.843--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-17 17:54:00.844--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:00.844--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-17 17:54:00.844--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:00.844--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-17 17:54:00.844--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-17 17:54:00.844--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-17 17:54:00.844--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [term] is being defaulted to: TERM.
    [junit] [EL Config]: 2024-04-17 17:54:00.844--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-17 17:54:00.844--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-17 17:54:00.844--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:00.844--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:00.844--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-17 17:54:00.844--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getDescription] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: 2024-04-17 17:54:00.845--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:00.845--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getCategory] is being defaulted to: CATEGORY.
    [junit] [EL Config]: 2024-04-17 17:54:00.845--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-17 17:54:00.845--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [sound] is being defaulted to: SOUND.
    [junit] [EL Config]: 2024-04-17 17:54:00.845--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [integer] is being defaulted to: INTEGER.
    [junit] [EL Config]: 2024-04-17 17:54:00.845--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [cool] is being defaulted to: COOL.
    [junit] [EL Config]: 2024-04-17 17:54:00.845--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:00.845--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:00.845--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [type] is being defaulted to: TYPE.
    [junit] [EL Config]: 2024-04-17 17:54:00.845--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-17 17:54:00.845--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:00.846--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-17 17:54:00.846--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-17 17:54:00.846--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:00.846--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:00.846--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:00.846--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-17 17:54:00.846--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA.
    [junit] [EL Config]: 2024-04-17 17:54:00.846--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-17 17:54:00.846--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: 2024-04-17 17:54:00.846--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-17 17:54:00.846--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-17 17:54:00.846--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [reviewDate] is being defaulted to: REVIEWDATE.
    [junit] [EL Config]: 2024-04-17 17:54:00.846--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:00.846--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:00.846--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-17 17:54:00.846--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-17 17:54:00.847--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-17 17:54:00.847--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-17 17:54:00.847--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-17 17:54:00.847--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:00.847--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-17 17:54:00.847--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-17 17:54:00.847--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getStory] is being defaulted to: STORY.
    [junit] [EL Config]: 2024-04-17 17:54:00.847--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-17 17:54:00.847--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [date] is being defaulted to: DATE.
    [junit] [EL Config]: 2024-04-17 17:54:00.847--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME.
    [junit] [EL Config]: 2024-04-17 17:54:00.847--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:00.847--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-17 17:54:00.847--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:00.847--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:00.847--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-17 17:54:00.847--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-17 17:54:00.847--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-17 17:54:00.847--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getYear] is being defaulted to: YEAR.
    [junit] [EL Config]: 2024-04-17 17:54:00.847--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:00.847--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-17 17:54:00.848--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-17 17:54:00.848--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [model] is being defaulted to: MODEL.
    [junit] [EL Config]: 2024-04-17 17:54:00.848--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-17 17:54:00.848--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-17 17:54:00.848--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-17 17:54:00.848--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-17 17:54:00.848--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-17 17:54:00.848--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [riskLevel] is being defaulted to: RISKLEVEL.
    [junit] [EL Config]: 2024-04-17 17:54:00.848--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-17 17:54:00.848--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-17 17:54:00.848--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:00.848--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-17 17:54:00.848--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:00.849--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-17 17:54:00.849--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:00.849--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-17 17:54:00.849--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getSmoker] is being defaulted to: SMOKER.
    [junit] [EL Config]: 2024-04-17 17:54:00.849--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getGuid] is being defaulted to: GUID.
    [junit] [EL Config]: 2024-04-17 17:54:00.849--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-17 17:54:00.849--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:00.849--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-17 17:54:00.849--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getDate] is being defaulted to: DATE.
    [junit] [EL Config]: 2024-04-17 17:54:00.849--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getTime] is being defaulted to: TIME.
    [junit] [EL Config]: 2024-04-17 17:54:00.849--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:00.849--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-17 17:54:00.849--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-17 17:54:00.849--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-17 17:54:00.849--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-17 17:54:00.849--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [interestRate] is being defaulted to: INTERESTRATE.
    [junit] [EL Config]: 2024-04-17 17:54:00.849--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID.
    [junit] [EL Config]: 2024-04-17 17:54:00.85--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME.
    [junit] [EL Config]: 2024-04-17 17:54:00.85--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-17 17:54:00.85--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-17 17:54:00.85--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-17 17:54:00.85--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [cardType] is being defaulted to: CARDTYPE.
    [junit] [EL Config]: 2024-04-17 17:54:00.85--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [cardNumber] is being defaulted to: CARDNUMBER.
    [junit] [EL Config]: 2024-04-17 17:54:00.85--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [validTo] is being defaulted to: VALIDTO.
    [junit] [EL Config]: 2024-04-17 17:54:00.85--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-17 17:54:00.85--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:00.85--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY.
    [junit] [EL Config]: 2024-04-17 17:54:00.85--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-17 17:54:00.85--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR.
    [junit] [EL Config]: 2024-04-17 17:54:00.85--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [place] is being defaulted to: PLACE.
    [junit] [EL Config]: 2024-04-17 17:54:00.85--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [floor] is being defaulted to: FLOOR.
    [junit] [EL Config]: 2024-04-17 17:54:00.85--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-17 17:54:00.85--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:00.85--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:00.85--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-17 17:54:00.85--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:00.85--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-17 17:54:00.85--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [nodeName] is being defaulted to: NODENAME.
    [junit] [EL Config]: 2024-04-17 17:54:00.851--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:00.851--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-17 17:54:00.851--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [high] is being defaulted to: HIGH.
    [junit] [EL Config]: 2024-04-17 17:54:00.851--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [low] is being defaulted to: LOW.
    [junit] [EL Config]: 2024-04-17 17:54:00.851--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-17 17:54:00.851--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [firstname] is being defaulted to: FIRSTNAME.
    [junit] [EL Config]: 2024-04-17 17:54:00.851--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [endDate] is being defaulted to: ENDDATE.
    [junit] [EL Config]: 2024-04-17 17:54:00.851--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [startDate] is being defaulted to: STARTDATE.
    [junit] [EL Config]: 2024-04-17 17:54:00.851--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY.
    [junit] [EL Config]: 2024-04-17 17:54:00.851--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [lastname] is being defaulted to: LASTNAME.
    [junit] [EL Config]: 2024-04-17 17:54:00.851--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:00.851--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-17 17:54:00.851--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-17 17:54:00.851--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:00.851--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:00.851--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [getVersion] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:00.851--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-17 17:54:00.852--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-17 17:54:00.852--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:00.852--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-17 17:54:00.852--ServerSession(1918393987)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:00.852--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-17 17:54:00.852--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-17 17:54:00.852--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-17 17:54:00.852--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-17 17:54:00.852--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-17 17:54:00.852--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-17 17:54:00.852--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-17 17:54:00.852--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-17 17:54:00.852--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-17 17:54:00.853--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-17 17:54:00.853--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-17 17:54:00.853--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-17 17:54:00.853--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-17 17:54:00.853--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-17 17:54:00.853--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-17 17:54:00.853--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-17 17:54:00.853--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-17 17:54:00.853--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-17 17:54:00.853--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-17 17:54:00.853--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-17 17:54:00.853--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-17 17:54:00.853--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-17 17:54:00.853--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-17 17:54:00.853--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-17 17:54:00.853--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-17 17:54:00.853--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-17 17:54:00.853--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-17 17:54:00.853--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-17 17:54:00.853--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-17 17:54:00.853--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-17 17:54:00.853--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-17 17:54:00.853--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-17 17:54:00.853--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-17 17:54:00.853--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-17 17:54:00.853--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-17 17:54:00.853--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-17 17:54:00.853--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-17 17:54:00.853--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-17 17:54:00.853--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-17 17:54:00.853--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-17 17:54:00.853--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-17 17:54:00.853--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-17 17:54:00.853--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-17 17:54:00.853--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-17 17:54:00.854--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-17 17:54:00.854--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-17 17:54:00.854--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-17 17:54:00.854--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-17 17:54:00.854--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-17 17:54:00.854--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-17 17:54:00.854--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-17 17:54:00.854--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-17 17:54:00.854--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-17 17:54:00.854--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-17 17:54:00.854--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-17 17:54:00.854--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-17 17:54:00.854--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-17 17:54:00.854--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-17 17:54:00.854--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-17 17:54:00.854--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-17 17:54:00.854--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-17 17:54:00.854--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-17 17:54:00.854--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-17 17:54:00.854--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-17 17:54:00.854--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-17 17:54:00.854--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-17 17:54:00.854--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-17 17:54:00.855--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-17 17:54:00.855--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-17 17:54:00.855--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-17 17:54:00.855--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-17 17:54:00.855--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-17 17:54:00.855--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-17 17:54:00.855--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-17 17:54:00.855--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-17 17:54:00.856--ServerSession(1918393987)--Thread(Thread[main,5,main])--query getDepartmentCached: query hint eclipselink.query-results-cache; value True
    [junit] [EL Finest]: 2024-04-17 17:54:00.856--ServerSession(1918393987)--Thread(Thread[main,5,main])--query getAllDepartmentsCached: query hint eclipselink.query-results-cache; value True
    [junit] [EL Finest]: 2024-04-17 17:54:00.856--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-17 17:54:00.856--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null.
    [junit] [EL Finest]: 2024-04-17 17:54:00.857--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-17 17:54:00.857--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-17 17:54:00.857--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-17 17:54:00.857--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-17 17:54:00.857--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-17 17:54:00.857--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-17 17:54:00.857--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-17 17:54:00.857--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-17 17:54:00.857--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-17 17:54:00.857--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-17 17:54:00.857--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-17 17:54:00.858--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-17 17:54:00.858--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-17 17:54:00.858--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-17 17:54:00.858--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-17 17:54:00.858--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-17 17:54:00.858--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-17 17:54:00.858--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-17 17:54:00.858--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-17 17:54:00.858--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-17 17:54:00.858--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-17 17:54:00.858--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-17 17:54:00.858--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-17 17:54:00.858--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-17 17:54:00.859--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-17 17:54:00.859--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-17 17:54:00.859--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-17 17:54:00.859--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-17 17:54:00.859--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-17 17:54:00.859--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-17 17:54:00.859--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-17 17:54:00.859--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-17 17:54:00.859--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-17 17:54:00.859--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-17 17:54:00.859--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-17 17:54:00.859--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-17 17:54:00.859--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-17 17:54:00.859--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-17 17:54:00.86--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-17 17:54:00.86--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-17 17:54:00.86--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-17 17:54:00.86--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-17 17:54:00.86--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-17 17:54:00.86--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-17 17:54:00.86--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-17 17:54:00.86--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-17 17:54:00.86--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-17 17:54:00.86--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-17 17:54:00.86--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-17 17:54:00.86--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-17 17:54:00.86--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-17 17:54:00.86--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-17 17:54:00.861--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-17 17:54:00.861--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-17 17:54:00.861--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-17 17:54:00.861--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-17 17:54:00.861--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-17 17:54:00.861--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-17 17:54:00.861--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-17 17:54:00.861--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-17 17:54:00.861--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-17 17:54:00.861--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-17 17:54:00.861--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-17 17:54:00.861--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-17 17:54:00.861--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-17 17:54:00.861--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-17 17:54:00.862--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-17 17:54:00.862--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-17 17:54:00.862--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-17 17:54:00.862--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-17 17:54:00.866--ServerSession(1918393987)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation].
    [junit] [EL Finest]: 2024-04-17 17:54:00.866--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-17 17:54:00.866--ServerSession(1918393987)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2024-04-17 17:54:00.866--ServerSession(1918393987)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2024-04-17 17:54:00.866--ServerSession(1918393987)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform
    [junit] [EL Finest]: 2024-04-17 17:54:00.866--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-17 17:54:00.866--ServerSession(1918393987)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing; value=JDBC; translated value=JDBC
    [junit] [EL Finest]: 2024-04-17 17:54:00.866--ServerSession(1918393987)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true
    [junit] [EL Info]: 2024-04-17 17:54:00.866--ServerSession(1918393987)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Fine]: 2024-04-17 17:54:00.866--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-17 17:54:00.867--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-17 17:54:00.867--ServerSession(1918393987)--Connection(1253733911)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.867--ServerSession(1918393987)--Connection(1253733911)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Fine]: 2024-04-17 17:54:00.867--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-17 17:54:00.867--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-17 17:54:00.868--ServerSession(1918393987)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State
    [junit] [EL Finest]: 2024-04-17 17:54:00.868--ServerSession(1918393987)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1
    [junit] [EL Finest]: 2024-04-17 17:54:00.868--ServerSession(1918393987)--Thread(Thread[main,5,main])--sequence testSequenceInc3: preallocation size 3
    [junit] [EL Finest]: 2024-04-17 17:54:00.868--ServerSession(1918393987)--Thread(Thread[main,5,main])--sequence testSequence: preallocation size 1
    [junit] [EL Finest]: 2024-04-17 17:54:00.868--ServerSession(1918393987)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State
    [junit] [EL Finest]: 2024-04-17 17:54:00.868--ServerSession(1918393987)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:00.868--ServerSession(1918393987)--Thread(Thread[main,5,main])--sequence IdGenerator: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:00.868--ServerSession(1918393987)--Thread(Thread[main,5,main])--sequence VehicleGenerator: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:00.868--ServerSession(1918393987)--Thread(Thread[main,5,main])--sequence Component: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:00.868--ServerSession(1918393987)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:00.868--ServerSession(1918393987)--Thread(Thread[main,5,main])--sequence CourseGenerator: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:00.868--ServerSession(1918393987)--Thread(Thread[main,5,main])--sequence StringIdGenerator: preallocation size 50
    [junit] [EL Warning]: 2024-04-17 17:54:00.87--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-17 17:54:00.87--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-17 17:54:00.885--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-17 17:54:00.885--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-17 17:54:00.885--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-17 17:54:00.885--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-17 17:54:00.885--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-17 17:54:00.885--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-17 17:54:00.885--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-17 17:54:00.888--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-17 17:54:00.888--ServerSession(1918393987)--Connection(1493257982)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.888--ServerSession(1918393987)--Connection(1493257982)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.888--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-17 17:54:00.893--ServerSession(1918393987)--Connection(1493257982)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.893--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-17 17:54:00.893--ServerSession(1918393987)--Connection(791028852)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.893--ServerSession(1918393987)--Connection(791028852)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.893--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-17 17:54:00.897--ServerSession(1918393987)--Connection(791028852)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.897--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-17 17:54:00.897--ServerSession(1918393987)--Connection(387487256)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.897--ServerSession(1918393987)--Connection(387487256)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.897--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-17 17:54:00.906--ServerSession(1918393987)--Connection(387487256)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.906--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-17 17:54:00.906--ServerSession(1918393987)--Connection(525630200)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.906--ServerSession(1918393987)--Connection(525630200)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.906--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-17 17:54:00.91--ServerSession(1918393987)--Connection(525630200)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.91--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-17 17:54:00.91--ServerSession(1918393987)--Connection(1522236047)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.91--ServerSession(1918393987)--Connection(1522236047)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.91--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-17 17:54:00.915--ServerSession(1918393987)--Connection(1522236047)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.916--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-17 17:54:00.916--ServerSession(1918393987)--Connection(537329066)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.916--ServerSession(1918393987)--Connection(537329066)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.916--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-17 17:54:00.921--ServerSession(1918393987)--Connection(537329066)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.921--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-17 17:54:00.921--ServerSession(1918393987)--Connection(1042643178)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.921--ServerSession(1918393987)--Connection(1042643178)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.921--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-17 17:54:00.925--ServerSession(1918393987)--Connection(1042643178)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.925--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-17 17:54:00.947--ServerSession(1918393987)--Connection(1272902791)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.947--ServerSession(1918393987)--Connection(1272902791)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.947--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-17 17:54:00.966--ServerSession(1918393987)--Connection(1272902791)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.966--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-17 17:54:00.966--ServerSession(1918393987)--Connection(1543664352)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.966--ServerSession(1918393987)--Connection(1543664352)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.966--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-17 17:54:00.983--ServerSession(1918393987)--Connection(1543664352)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.983--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-17 17:54:00.983--ServerSession(1918393987)--Connection(50592708)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:00.983--ServerSession(1918393987)--Connection(50592708)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:00.984--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-17 17:54:01.001--ServerSession(1918393987)--Connection(50592708)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.001--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-17 17:54:01.001--ServerSession(1918393987)--Connection(1705512923)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.001--ServerSession(1918393987)--Connection(1705512923)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.002--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-17 17:54:01.018--ServerSession(1918393987)--Connection(1705512923)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.018--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-17 17:54:01.018--ServerSession(1918393987)--Connection(1712647370)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.018--ServerSession(1918393987)--Connection(1712647370)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.018--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-17 17:54:01.036--ServerSession(1918393987)--Connection(1712647370)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.036--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-17 17:54:01.036--ServerSession(1918393987)--Connection(660743486)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.036--ServerSession(1918393987)--Connection(660743486)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.036--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-17 17:54:01.051--ServerSession(1918393987)--Connection(660743486)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.051--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-17 17:54:01.051--ServerSession(1918393987)--Connection(1303734497)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.051--ServerSession(1918393987)--Connection(1303734497)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.051--ServerSession(1918393987)--Connection(2076770236)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP KEY UNQ_TMP_EMP_0
    [junit] [EL Finest]: 2024-04-17 17:54:01.065--ServerSession(1918393987)--Connection(1303734497)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.065--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-17 17:54:01.065--ServerSession(1918393987)--Connection(447392721)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.065--ServerSession(1918393987)--Connection(447392721)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.066--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-17 17:54:01.072--ServerSession(1918393987)--Connection(447392721)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.072--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-17 17:54:01.072--ServerSession(1918393987)--Connection(987620586)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.072--ServerSession(1918393987)--Connection(987620586)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.072--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-17 17:54:01.076--ServerSession(1918393987)--Connection(987620586)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.076--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-17 17:54:01.076--ServerSession(1918393987)--Connection(11731022)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.076--ServerSession(1918393987)--Connection(11731022)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.076--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-17 17:54:01.079--ServerSession(1918393987)--Connection(11731022)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.079--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-17 17:54:01.079--ServerSession(1918393987)--Connection(1132206727)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.079--ServerSession(1918393987)--Connection(1132206727)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.079--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-17 17:54:01.082--ServerSession(1918393987)--Connection(1132206727)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.082--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-17 17:54:01.082--ServerSession(1918393987)--Connection(402702819)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.082--ServerSession(1918393987)--Connection(402702819)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.083--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-17 17:54:01.086--ServerSession(1918393987)--Connection(402702819)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.086--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-17 17:54:01.086--ServerSession(1918393987)--Connection(1349733610)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.086--ServerSession(1918393987)--Connection(1349733610)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.086--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-17 17:54:01.089--ServerSession(1918393987)--Connection(1349733610)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.09--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-17 17:54:01.09--ServerSession(1918393987)--Connection(1244025760)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.09--ServerSession(1918393987)--Connection(1244025760)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.09--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-17 17:54:01.098--ServerSession(1918393987)--Connection(1244025760)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.098--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-17 17:54:01.098--ServerSession(1918393987)--Connection(615747215)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.098--ServerSession(1918393987)--Connection(615747215)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.099--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-17 17:54:01.104--ServerSession(1918393987)--Connection(615747215)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.104--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-17 17:54:01.104--ServerSession(1918393987)--Connection(1984032002)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.104--ServerSession(1918393987)--Connection(1984032002)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.104--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-17 17:54:01.113--ServerSession(1918393987)--Connection(1984032002)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.113--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-17 17:54:01.113--ServerSession(1918393987)--Connection(1493772379)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.113--ServerSession(1918393987)--Connection(1493772379)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.113--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-17 17:54:01.12--ServerSession(1918393987)--Connection(1493772379)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.12--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-17 17:54:01.12--ServerSession(1918393987)--Connection(1033669692)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.12--ServerSession(1918393987)--Connection(1033669692)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.12--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-17 17:54:01.123--ServerSession(1918393987)--Connection(1033669692)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.123--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-17 17:54:01.123--ServerSession(1918393987)--Connection(240673986)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.123--ServerSession(1918393987)--Connection(240673986)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.123--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-17 17:54:01.127--ServerSession(1918393987)--Connection(240673986)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.127--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-17 17:54:01.127--ServerSession(1918393987)--Connection(1765223454)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.127--ServerSession(1918393987)--Connection(1765223454)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.127--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-17 17:54:01.132--ServerSession(1918393987)--Connection(1765223454)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.132--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-17 17:54:01.132--ServerSession(1918393987)--Connection(574000604)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.132--ServerSession(1918393987)--Connection(574000604)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.132--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-17 17:54:01.139--ServerSession(1918393987)--Connection(574000604)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.139--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-17 17:54:01.139--ServerSession(1918393987)--Connection(900666712)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.139--ServerSession(1918393987)--Connection(900666712)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.139--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-17 17:54:01.141--ServerSession(1918393987)--Connection(900666712)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.141--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-17 17:54:01.142--ServerSession(1918393987)--Connection(1253641473)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.142--ServerSession(1918393987)--Connection(1253641473)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.142--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-17 17:54:01.146--ServerSession(1918393987)--Connection(1253641473)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.146--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-17 17:54:01.146--ServerSession(1918393987)--Connection(909570727)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.146--ServerSession(1918393987)--Connection(909570727)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.146--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-17 17:54:01.15--ServerSession(1918393987)--Connection(909570727)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.15--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-17 17:54:01.15--ServerSession(1918393987)--Connection(1456817679)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.15--ServerSession(1918393987)--Connection(1456817679)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.151--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-17 17:54:01.154--ServerSession(1918393987)--Connection(1456817679)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.154--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-17 17:54:01.154--ServerSession(1918393987)--Connection(683448137)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.154--ServerSession(1918393987)--Connection(683448137)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.155--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-17 17:54:01.158--ServerSession(1918393987)--Connection(683448137)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.159--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-17 17:54:01.159--ServerSession(1918393987)--Connection(314374086)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.159--ServerSession(1918393987)--Connection(314374086)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.159--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-17 17:54:01.163--ServerSession(1918393987)--Connection(314374086)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.163--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-17 17:54:01.163--ServerSession(1918393987)--Connection(287560801)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.163--ServerSession(1918393987)--Connection(287560801)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.163--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-17 17:54:01.168--ServerSession(1918393987)--Connection(287560801)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.168--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-17 17:54:01.168--ServerSession(1918393987)--Connection(479788655)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.168--ServerSession(1918393987)--Connection(479788655)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.168--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-17 17:54:01.172--ServerSession(1918393987)--Connection(479788655)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.172--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-17 17:54:01.172--ServerSession(1918393987)--Connection(817459855)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.172--ServerSession(1918393987)--Connection(817459855)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.172--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-17 17:54:01.176--ServerSession(1918393987)--Connection(817459855)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.176--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-17 17:54:01.176--ServerSession(1918393987)--Connection(2095855989)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.176--ServerSession(1918393987)--Connection(2095855989)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.176--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-17 17:54:01.183--ServerSession(1918393987)--Connection(2095855989)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.183--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-17 17:54:01.183--ServerSession(1918393987)--Connection(888540137)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.183--ServerSession(1918393987)--Connection(888540137)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.183--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-17 17:54:01.186--ServerSession(1918393987)--Connection(888540137)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.186--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-17 17:54:01.186--ServerSession(1918393987)--Connection(616080275)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.186--ServerSession(1918393987)--Connection(616080275)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.187--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-17 17:54:01.191--ServerSession(1918393987)--Connection(616080275)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.191--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-17 17:54:01.191--ServerSession(1918393987)--Connection(1098645181)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.191--ServerSession(1918393987)--Connection(1098645181)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.191--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-17 17:54:01.195--ServerSession(1918393987)--Connection(1098645181)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.195--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-17 17:54:01.195--ServerSession(1918393987)--Connection(158744161)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.196--ServerSession(1918393987)--Connection(158744161)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.196--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-17 17:54:01.2--ServerSession(1918393987)--Connection(158744161)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.201--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-17 17:54:01.201--ServerSession(1918393987)--Connection(193208949)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.201--ServerSession(1918393987)--Connection(193208949)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.201--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-17 17:54:01.204--ServerSession(1918393987)--Connection(193208949)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.204--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-17 17:54:01.204--ServerSession(1918393987)--Connection(1175156694)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.204--ServerSession(1918393987)--Connection(1175156694)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.204--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-17 17:54:01.208--ServerSession(1918393987)--Connection(1175156694)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.208--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-17 17:54:01.208--ServerSession(1918393987)--Connection(275885692)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.208--ServerSession(1918393987)--Connection(275885692)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.208--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-17 17:54:01.211--ServerSession(1918393987)--Connection(275885692)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.211--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-17 17:54:01.211--ServerSession(1918393987)--Connection(1475453406)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.211--ServerSession(1918393987)--Connection(1475453406)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.211--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-17 17:54:01.216--ServerSession(1918393987)--Connection(1475453406)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.216--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-17 17:54:01.216--ServerSession(1918393987)--Connection(1630046228)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.216--ServerSession(1918393987)--Connection(1630046228)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.216--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-17 17:54:01.219--ServerSession(1918393987)--Connection(1630046228)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.219--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-17 17:54:01.219--ServerSession(1918393987)--Connection(935808590)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.219--ServerSession(1918393987)--Connection(935808590)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.219--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-17 17:54:01.223--ServerSession(1918393987)--Connection(935808590)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.223--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-17 17:54:01.223--ServerSession(1918393987)--Connection(1924259657)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.223--ServerSession(1918393987)--Connection(1924259657)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.223--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-17 17:54:01.226--ServerSession(1918393987)--Connection(1924259657)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.226--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-17 17:54:01.226--ServerSession(1918393987)--Connection(2105598387)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.226--ServerSession(1918393987)--Connection(2105598387)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.226--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-17 17:54:01.233--ServerSession(1918393987)--Connection(2105598387)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.233--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-17 17:54:01.233--ServerSession(1918393987)--Connection(600858818)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.233--ServerSession(1918393987)--Connection(600858818)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.233--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-17 17:54:01.236--ServerSession(1918393987)--Connection(600858818)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.236--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-17 17:54:01.236--ServerSession(1918393987)--Connection(331451322)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.236--ServerSession(1918393987)--Connection(331451322)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.237--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-17 17:54:01.24--ServerSession(1918393987)--Connection(331451322)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.24--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-17 17:54:01.24--ServerSession(1918393987)--Connection(1155023635)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.24--ServerSession(1918393987)--Connection(1155023635)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.241--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-17 17:54:01.244--ServerSession(1918393987)--Connection(1155023635)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.244--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-17 17:54:01.244--ServerSession(1918393987)--Connection(937840183)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.244--ServerSession(1918393987)--Connection(937840183)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.244--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-17 17:54:01.248--ServerSession(1918393987)--Connection(937840183)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.248--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-17 17:54:01.248--ServerSession(1918393987)--Connection(135956632)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.248--ServerSession(1918393987)--Connection(135956632)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.248--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-17 17:54:01.251--ServerSession(1918393987)--Connection(135956632)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.252--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-17 17:54:01.252--ServerSession(1918393987)--Connection(1964750720)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.252--ServerSession(1918393987)--Connection(1964750720)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.252--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-17 17:54:01.256--ServerSession(1918393987)--Connection(1964750720)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.257--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-17 17:54:01.257--ServerSession(1918393987)--Connection(1097699568)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.257--ServerSession(1918393987)--Connection(1097699568)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.257--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-17 17:54:01.26--ServerSession(1918393987)--Connection(1097699568)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.26--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-17 17:54:01.26--ServerSession(1918393987)--Connection(613765444)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.26--ServerSession(1918393987)--Connection(613765444)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.26--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-17 17:54:01.264--ServerSession(1918393987)--Connection(613765444)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.264--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-17 17:54:01.264--ServerSession(1918393987)--Connection(2135021945)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.264--ServerSession(1918393987)--Connection(2135021945)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.264--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-17 17:54:01.267--ServerSession(1918393987)--Connection(2135021945)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.267--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-17 17:54:01.267--ServerSession(1918393987)--Connection(1331052438)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.267--ServerSession(1918393987)--Connection(1331052438)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.267--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-17 17:54:01.271--ServerSession(1918393987)--Connection(1331052438)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.271--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-17 17:54:01.271--ServerSession(1918393987)--Connection(535525049)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.271--ServerSession(1918393987)--Connection(535525049)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.271--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-17 17:54:01.274--ServerSession(1918393987)--Connection(535525049)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.274--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-17 17:54:01.274--ServerSession(1918393987)--Connection(435273220)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.274--ServerSession(1918393987)--Connection(435273220)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.275--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-17 17:54:01.279--ServerSession(1918393987)--Connection(435273220)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.279--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-17 17:54:01.279--ServerSession(1918393987)--Connection(943279555)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.279--ServerSession(1918393987)--Connection(943279555)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.279--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-17 17:54:01.282--ServerSession(1918393987)--Connection(943279555)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.282--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COMPONENT")
    [junit] [EL Finest]: 2024-04-17 17:54:01.282--ServerSession(1918393987)--Connection(122904360)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.282--ServerSession(1918393987)--Connection(122904360)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.282--ServerSession(1918393987)--Connection(1979080020)--Thread(Thread[main,5,main])--DROP TABLE TMP_COMPONENT
    [junit] [EL Finest]: 2024-04-17 17:54:01.284--ServerSession(1918393987)--Connection(122904360)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.284--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_METRIC")
    [junit] [EL Finest]: 2024-04-17 17:54:01.284--ServerSession(1918393987)--Connection(1531812826)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.284--ServerSession(1918393987)--Connection(1531812826)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.284--ServerSession(1918393987)--Connection(1182410116)--Thread(Thread[main,5,main])--DROP TABLE TMP_METRIC
    [junit] [EL Finest]: 2024-04-17 17:54:01.285--ServerSession(1918393987)--Connection(1531812826)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.285--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ABSTR_EMP")
    [junit] [EL Finest]: 2024-04-17 17:54:01.285--ServerSession(1918393987)--Connection(1844648639)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.285--ServerSession(1918393987)--Connection(1844648639)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.285--ServerSession(1918393987)--Connection(1515704208)--Thread(Thread[main,5,main])--DROP TABLE TMP_ABSTR_EMP
    [junit] [EL Finest]: 2024-04-17 17:54:01.287--ServerSession(1918393987)--Connection(1844648639)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.287--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CONTRACT_EMP")
    [junit] [EL Finest]: 2024-04-17 17:54:01.287--ServerSession(1918393987)--Connection(1113560279)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.287--ServerSession(1918393987)--Connection(1113560279)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.288--ServerSession(1918393987)--Connection(931940545)--Thread(Thread[main,5,main])--DROP TABLE TMP_CONTRACT_EMP
    [junit] [EL Finest]: 2024-04-17 17:54:01.289--ServerSession(1918393987)--Connection(1113560279)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.289--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ACCOUNT")
    [junit] [EL Finest]: 2024-04-17 17:54:01.289--ServerSession(1918393987)--Connection(706139027)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.289--ServerSession(1918393987)--Connection(706139027)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.289--ServerSession(1918393987)--Connection(349242154)--Thread(Thread[main,5,main])--DROP TABLE TMP_ACCOUNT
    [junit] [EL Finest]: 2024-04-17 17:54:01.29--ServerSession(1918393987)--Connection(706139027)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.29--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE")
    [junit] [EL Finest]: 2024-04-17 17:54:01.29--ServerSession(1918393987)--Connection(194037157)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.29--ServerSession(1918393987)--Connection(194037157)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.29--ServerSession(1918393987)--Connection(394663183)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE
    [junit] [EL Finest]: 2024-04-17 17:54:01.292--ServerSession(1918393987)--Connection(194037157)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.292--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BROKER_ACC")
    [junit] [EL Finest]: 2024-04-17 17:54:01.292--ServerSession(1918393987)--Connection(1055951310)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.292--ServerSession(1918393987)--Connection(1055951310)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.292--ServerSession(1918393987)--Connection(859885144)--Thread(Thread[main,5,main])--DROP TABLE TMP_BROKER_ACC
    [junit] [EL Finest]: 2024-04-17 17:54:01.293--ServerSession(1918393987)--Connection(1055951310)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.293--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CHECK_ACC")
    [junit] [EL Finest]: 2024-04-17 17:54:01.293--ServerSession(1918393987)--Connection(199263201)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.293--ServerSession(1918393987)--Connection(199263201)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.294--ServerSession(1918393987)--Connection(828691882)--Thread(Thread[main,5,main])--DROP TABLE TMP_CHECK_ACC
    [junit] [EL Finest]: 2024-04-17 17:54:01.295--ServerSession(1918393987)--Connection(199263201)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.295--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COSTCENTER")
    [junit] [EL Finest]: 2024-04-17 17:54:01.295--ServerSession(1918393987)--Connection(1554540309)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.295--ServerSession(1918393987)--Connection(1554540309)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.295--ServerSession(1918393987)--Connection(1406666986)--Thread(Thread[main,5,main])--DROP TABLE TMP_COSTCENTER
    [junit] [EL Finest]: 2024-04-17 17:54:01.297--ServerSession(1918393987)--Connection(1554540309)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.297--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE")
    [junit] [EL Finest]: 2024-04-17 17:54:01.297--ServerSession(1918393987)--Connection(1602237569)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.297--ServerSession(1918393987)--Connection(1602237569)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.297--ServerSession(1918393987)--Connection(1083142315)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE
    [junit] [EL Finest]: 2024-04-17 17:54:01.299--ServerSession(1918393987)--Connection(1602237569)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.299--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREDIT_ACC")
    [junit] [EL Finest]: 2024-04-17 17:54:01.299--ServerSession(1918393987)--Connection(629598328)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.299--ServerSession(1918393987)--Connection(629598328)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.299--ServerSession(1918393987)--Connection(2071786613)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREDIT_ACC
    [junit] [EL Finest]: 2024-04-17 17:54:01.3--ServerSession(1918393987)--Connection(629598328)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.3--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CUBICLE")
    [junit] [EL Finest]: 2024-04-17 17:54:01.3--ServerSession(1918393987)--Connection(251155815)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.3--ServerSession(1918393987)--Connection(251155815)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.301--ServerSession(1918393987)--Connection(472889832)--Thread(Thread[main,5,main])--DROP TABLE TMP_CUBICLE
    [junit] [EL Finest]: 2024-04-17 17:54:01.302--ServerSession(1918393987)--Connection(251155815)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.302--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_DEP")
    [junit] [EL Finest]: 2024-04-17 17:54:01.302--ServerSession(1918393987)--Connection(776157633)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.302--ServerSession(1918393987)--Connection(776157633)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.302--ServerSession(1918393987)--Connection(1658589699)--Thread(Thread[main,5,main])--DROP TABLE TMP_DEP
    [junit] [EL Finest]: 2024-04-17 17:54:01.304--ServerSession(1918393987)--Connection(776157633)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.304--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP")
    [junit] [EL Finest]: 2024-04-17 17:54:01.304--ServerSession(1918393987)--Connection(1645885567)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.304--ServerSession(1918393987)--Connection(1645885567)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.304--ServerSession(1918393987)--Connection(1428195532)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP
    [junit] [EL Finest]: 2024-04-17 17:54:01.306--ServerSession(1918393987)--Connection(1645885567)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.306--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_HOBBY")
    [junit] [EL Finest]: 2024-04-17 17:54:01.306--ServerSession(1918393987)--Connection(1013118618)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.306--ServerSession(1918393987)--Connection(1013118618)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.306--ServerSession(1918393987)--Connection(252246185)--Thread(Thread[main,5,main])--DROP TABLE TMP_HOBBY
    [junit] [EL Finest]: 2024-04-17 17:54:01.308--ServerSession(1918393987)--Connection(1013118618)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.308--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MATERIAL")
    [junit] [EL Finest]: 2024-04-17 17:54:01.308--ServerSession(1918393987)--Connection(2144599302)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.308--ServerSession(1918393987)--Connection(2144599302)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.308--ServerSession(1918393987)--Connection(1420694080)--Thread(Thread[main,5,main])--DROP TABLE TMP_MATERIAL
    [junit] [EL Finest]: 2024-04-17 17:54:01.309--ServerSession(1918393987)--Connection(2144599302)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.309--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE")
    [junit] [EL Finest]: 2024-04-17 17:54:01.309--ServerSession(1918393987)--Connection(956986674)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.309--ServerSession(1918393987)--Connection(956986674)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.309--ServerSession(1918393987)--Connection(1498514648)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE
    [junit] [EL Finest]: 2024-04-17 17:54:01.311--ServerSession(1918393987)--Connection(956986674)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.311--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PATENT")
    [junit] [EL Finest]: 2024-04-17 17:54:01.311--ServerSession(1918393987)--Connection(973844160)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.311--ServerSession(1918393987)--Connection(973844160)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.311--ServerSession(1918393987)--Connection(1354952534)--Thread(Thread[main,5,main])--DROP TABLE TMP_PATENT
    [junit] [EL Finest]: 2024-04-17 17:54:01.312--ServerSession(1918393987)--Connection(973844160)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.313--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW")
    [junit] [EL Finest]: 2024-04-17 17:54:01.313--ServerSession(1918393987)--Connection(890512255)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.313--ServerSession(1918393987)--Connection(890512255)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.313--ServerSession(1918393987)--Connection(1376708275)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW
    [junit] [EL Finest]: 2024-04-17 17:54:01.314--ServerSession(1918393987)--Connection(890512255)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.314--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW_DETAILS")
    [junit] [EL Finest]: 2024-04-17 17:54:01.314--ServerSession(1918393987)--Connection(379886033)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.314--ServerSession(1918393987)--Connection(379886033)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.315--ServerSession(1918393987)--Connection(46092193)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW_DETAILS
    [junit] [EL Finest]: 2024-04-17 17:54:01.316--ServerSession(1918393987)--Connection(379886033)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.316--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT")
    [junit] [EL Finest]: 2024-04-17 17:54:01.316--ServerSession(1918393987)--Connection(974320615)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.316--ServerSession(1918393987)--Connection(974320615)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.316--ServerSession(1918393987)--Connection(139108197)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT
    [junit] [EL Finest]: 2024-04-17 17:54:01.317--ServerSession(1918393987)--Connection(974320615)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.317--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT_DETAILS")
    [junit] [EL Finest]: 2024-04-17 17:54:01.317--ServerSession(1918393987)--Connection(1605347181)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.317--ServerSession(1918393987)--Connection(1605347181)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.317--ServerSession(1918393987)--Connection(1913649844)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT_DETAILS
    [junit] [EL Finest]: 2024-04-17 17:54:01.319--ServerSession(1918393987)--Connection(1605347181)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.319--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_SAVE_ACC")
    [junit] [EL Finest]: 2024-04-17 17:54:01.319--ServerSession(1918393987)--Connection(1589547066)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.319--ServerSession(1918393987)--Connection(1589547066)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.319--ServerSession(1918393987)--Connection(2089341007)--Thread(Thread[main,5,main])--DROP TABLE TMP_SAVE_ACC
    [junit] [EL Finest]: 2024-04-17 17:54:01.32--ServerSession(1918393987)--Connection(1589547066)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.32--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TASK")
    [junit] [EL Finest]: 2024-04-17 17:54:01.32--ServerSession(1918393987)--Connection(1217784054)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.32--ServerSession(1918393987)--Connection(1217784054)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.32--ServerSession(1918393987)--Connection(1652592286)--Thread(Thread[main,5,main])--DROP TABLE TMP_TASK
    [junit] [EL Finest]: 2024-04-17 17:54:01.322--ServerSession(1918393987)--Connection(1217784054)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.322--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TRAILER")
    [junit] [EL Finest]: 2024-04-17 17:54:01.322--ServerSession(1918393987)--Connection(1402852048)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.322--ServerSession(1918393987)--Connection(1402852048)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.322--ServerSession(1918393987)--Connection(875053581)--Thread(Thread[main,5,main])--DROP TABLE TMP_TRAILER
    [junit] [EL Finest]: 2024-04-17 17:54:01.323--ServerSession(1918393987)--Connection(1402852048)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.323--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROFILE")
    [junit] [EL Finest]: 2024-04-17 17:54:01.323--ServerSession(1918393987)--Connection(189963646)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.323--ServerSession(1918393987)--Connection(189963646)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.324--ServerSession(1918393987)--Connection(912573846)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROFILE
    [junit] [EL Finest]: 2024-04-17 17:54:01.325--ServerSession(1918393987)--Connection(189963646)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.325--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE")
    [junit] [EL Finest]: 2024-04-17 17:54:01.325--ServerSession(1918393987)--Connection(1156030110)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.325--ServerSession(1918393987)--Connection(1156030110)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.325--ServerSession(1918393987)--Connection(1539392017)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE
    [junit] [EL Finest]: 2024-04-17 17:54:01.327--ServerSession(1918393987)--Connection(1156030110)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.327--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_READONLY")
    [junit] [EL Finest]: 2024-04-17 17:54:01.327--ServerSession(1918393987)--Connection(1563321789)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.327--ServerSession(1918393987)--Connection(1563321789)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.327--ServerSession(1918393987)--Connection(625284072)--Thread(Thread[main,5,main])--DROP TABLE TMP_READONLY
    [junit] [EL Finest]: 2024-04-17 17:54:01.328--ServerSession(1918393987)--Connection(1563321789)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.328--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_FA")
    [junit] [EL Finest]: 2024-04-17 17:54:01.328--ServerSession(1918393987)--Connection(1962449837)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.328--ServerSession(1918393987)--Connection(1962449837)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.329--ServerSession(1918393987)--Connection(1523911426)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_FA
    [junit] [EL Finest]: 2024-04-17 17:54:01.33--ServerSession(1918393987)--Connection(1962449837)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.33--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_PA")
    [junit] [EL Finest]: 2024-04-17 17:54:01.33--ServerSession(1918393987)--Connection(201291340)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.33--ServerSession(1918393987)--Connection(201291340)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.33--ServerSession(1918393987)--Connection(1005232493)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_PA
    [junit] [EL Finest]: 2024-04-17 17:54:01.331--ServerSession(1918393987)--Connection(201291340)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.331--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM")
    [junit] [EL Finest]: 2024-04-17 17:54:01.331--ServerSession(1918393987)--Connection(169571657)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.331--ServerSession(1918393987)--Connection(169571657)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.332--ServerSession(1918393987)--Connection(2057715536)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM
    [junit] [EL Finest]: 2024-04-17 17:54:01.333--ServerSession(1918393987)--Connection(169571657)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.333--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM_ATT")
    [junit] [EL Finest]: 2024-04-17 17:54:01.333--ServerSession(1918393987)--Connection(1952249684)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.333--ServerSession(1918393987)--Connection(1952249684)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.333--ServerSession(1918393987)--Connection(633103787)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM_ATT
    [junit] [EL Finest]: 2024-04-17 17:54:01.335--ServerSession(1918393987)--Connection(1952249684)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.335--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ISLAND")
    [junit] [EL Finest]: 2024-04-17 17:54:01.335--ServerSession(1918393987)--Connection(840661918)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.335--ServerSession(1918393987)--Connection(840661918)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.335--ServerSession(1918393987)--Connection(569302238)--Thread(Thread[main,5,main])--DROP TABLE TMP_ISLAND
    [junit] [EL Finest]: 2024-04-17 17:54:01.336--ServerSession(1918393987)--Connection(840661918)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.336--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY")
    [junit] [EL Finest]: 2024-04-17 17:54:01.337--ServerSession(1918393987)--Connection(1438076523)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.337--ServerSession(1918393987)--Connection(1438076523)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.337--ServerSession(1918393987)--Connection(1008273608)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY
    [junit] [EL Finest]: 2024-04-17 17:54:01.339--ServerSession(1918393987)--Connection(1438076523)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.339--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP")
    [junit] [EL Finest]: 2024-04-17 17:54:01.339--ServerSession(1918393987)--Connection(1206968440)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.339--ServerSession(1918393987)--Connection(1206968440)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.339--ServerSession(1918393987)--Connection(685452027)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP
    [junit] [EL Finest]: 2024-04-17 17:54:01.34--ServerSession(1918393987)--Connection(1206968440)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.341--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PERSON")
    [junit] [EL Finest]: 2024-04-17 17:54:01.341--ServerSession(1918393987)--Connection(103898036)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.341--ServerSession(1918393987)--Connection(103898036)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.341--ServerSession(1918393987)--Connection(1182959658)--Thread(Thread[main,5,main])--DROP TABLE TMP_PERSON
    [junit] [EL Finest]: 2024-04-17 17:54:01.343--ServerSession(1918393987)--Connection(103898036)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.343--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER")
    [junit] [EL Finest]: 2024-04-17 17:54:01.343--ServerSession(1918393987)--Connection(1779524436)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.343--ServerSession(1918393987)--Connection(1779524436)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.343--ServerSession(1918393987)--Connection(1718708569)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER
    [junit] [EL Finest]: 2024-04-17 17:54:01.345--ServerSession(1918393987)--Connection(1779524436)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.345--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL")
    [junit] [EL Finest]: 2024-04-17 17:54:01.345--ServerSession(1918393987)--Connection(2090866284)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.345--ServerSession(1918393987)--Connection(2090866284)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.345--ServerSession(1918393987)--Connection(499831151)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL
    [junit] [EL Finest]: 2024-04-17 17:54:01.347--ServerSession(1918393987)--Connection(2090866284)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.347--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE")
    [junit] [EL Finest]: 2024-04-17 17:54:01.347--ServerSession(1918393987)--Connection(1194857246)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.347--ServerSession(1918393987)--Connection(1194857246)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.347--ServerSession(1918393987)--Connection(995585763)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE
    [junit] [EL Finest]: 2024-04-17 17:54:01.349--ServerSession(1918393987)--Connection(1194857246)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.349--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE")
    [junit] [EL Finest]: 2024-04-17 17:54:01.349--ServerSession(1918393987)--Connection(1645406802)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.349--ServerSession(1918393987)--Connection(1645406802)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.349--ServerSession(1918393987)--Connection(1706407405)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE
    [junit] [EL Finest]: 2024-04-17 17:54:01.351--ServerSession(1918393987)--Connection(1645406802)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.351--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE_DETAILS")
    [junit] [EL Finest]: 2024-04-17 17:54:01.351--ServerSession(1918393987)--Connection(2036260314)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.351--ServerSession(1918393987)--Connection(2036260314)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.351--ServerSession(1918393987)--Connection(208402649)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE_DETAILS
    [junit] [EL Finest]: 2024-04-17 17:54:01.353--ServerSession(1918393987)--Connection(2036260314)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.353--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MYTHICALCREATURE")
    [junit] [EL Finest]: 2024-04-17 17:54:01.353--ServerSession(1918393987)--Connection(236507810)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.353--ServerSession(1918393987)--Connection(236507810)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.353--ServerSession(1918393987)--Connection(27754166)--Thread(Thread[main,5,main])--DROP TABLE TMP_MYTHICALCREATURE
    [junit] [EL Finest]: 2024-04-17 17:54:01.354--ServerSession(1918393987)--Connection(236507810)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.354--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_WEAPON")
    [junit] [EL Finest]: 2024-04-17 17:54:01.354--ServerSession(1918393987)--Connection(1604238682)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.354--ServerSession(1918393987)--Connection(1604238682)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.354--ServerSession(1918393987)--Connection(391903689)--Thread(Thread[main,5,main])--DROP TABLE TMP_WEAPON
    [junit] [EL Finest]: 2024-04-17 17:54:01.356--ServerSession(1918393987)--Connection(1604238682)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.356--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE")
    [junit] [EL Finest]: 2024-04-17 17:54:01.356--ServerSession(1918393987)--Connection(812423980)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.356--ServerSession(1918393987)--Connection(812423980)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.356--ServerSession(1918393987)--Connection(447906838)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE
    [junit] [EL Finest]: 2024-04-17 17:54:01.364--ServerSession(1918393987)--Connection(812423980)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.364--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE_DESC")
    [junit] [EL Finest]: 2024-04-17 17:54:01.364--ServerSession(1918393987)--Connection(1682999176)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.364--ServerSession(1918393987)--Connection(1682999176)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.364--ServerSession(1918393987)--Connection(816956885)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE_DESC
    [junit] [EL Finest]: 2024-04-17 17:54:01.365--ServerSession(1918393987)--Connection(1682999176)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.365--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NODE")
    [junit] [EL Finest]: 2024-04-17 17:54:01.366--ServerSession(1918393987)--Connection(292841327)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.366--ServerSession(1918393987)--Connection(292841327)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.366--ServerSession(1918393987)--Connection(1912131086)--Thread(Thread[main,5,main])--DROP TABLE TMP_NODE
    [junit] [EL Finest]: 2024-04-17 17:54:01.368--ServerSession(1918393987)--Connection(292841327)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.368--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NASTY")
    [junit] [EL Finest]: 2024-04-17 17:54:01.368--ServerSession(1918393987)--Connection(445531390)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.368--ServerSession(1918393987)--Connection(445531390)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.368--ServerSession(1918393987)--Connection(678631391)--Thread(Thread[main,5,main])--DROP TABLE TMP_NASTY
    [junit] [EL Finest]: 2024-04-17 17:54:01.37--ServerSession(1918393987)--Connection(445531390)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.37--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TIMESTAMP")
    [junit] [EL Finest]: 2024-04-17 17:54:01.37--ServerSession(1918393987)--Connection(428310651)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.37--ServerSession(1918393987)--Connection(428310651)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.37--ServerSession(1918393987)--Connection(1900453377)--Thread(Thread[main,5,main])--DROP TABLE TMP_TIMESTAMP
    [junit] [EL Finest]: 2024-04-17 17:54:01.371--ServerSession(1918393987)--Connection(428310651)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.371--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_FA")
    [junit] [EL Finest]: 2024-04-17 17:54:01.371--ServerSession(1918393987)--Connection(1059776883)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.371--ServerSession(1918393987)--Connection(1059776883)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.371--ServerSession(1918393987)--Connection(445326005)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:01.375--ServerSession(1918393987)--Connection(1059776883)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.375--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_PA")
    [junit] [EL Finest]: 2024-04-17 17:54:01.375--ServerSession(1918393987)--Connection(1137662975)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.375--ServerSession(1918393987)--Connection(1137662975)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.375--ServerSession(1918393987)--Connection(726025092)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_PA
    [junit] [EL Finest]: 2024-04-17 17:54:01.378--ServerSession(1918393987)--Connection(1137662975)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.378--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TEMPORAL_FA")
    [junit] [EL Finest]: 2024-04-17 17:54:01.378--ServerSession(1918393987)--Connection(2012689706)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.378--ServerSession(1918393987)--Connection(2012689706)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.378--ServerSession(1918393987)--Connection(1323206792)--Thread(Thread[main,5,main])--DROP TABLE TMP_TEMPORAL_FA
    [junit] [EL Finest]: 2024-04-17 17:54:01.379--ServerSession(1918393987)--Connection(2012689706)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.379--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ANIMAL")
    [junit] [EL Finest]: 2024-04-17 17:54:01.379--ServerSession(1918393987)--Connection(1705145694)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.379--ServerSession(1918393987)--Connection(1705145694)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.379--ServerSession(1918393987)--Connection(724714149)--Thread(Thread[main,5,main])--DROP TABLE TMP_ANIMAL
    [junit] [EL Finest]: 2024-04-17 17:54:01.381--ServerSession(1918393987)--Connection(1705145694)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.381--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ELEMENT")
    [junit] [EL Finest]: 2024-04-17 17:54:01.381--ServerSession(1918393987)--Connection(737199885)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.381--ServerSession(1918393987)--Connection(737199885)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.381--ServerSession(1918393987)--Connection(1569607592)--Thread(Thread[main,5,main])--DROP TABLE TMP_ELEMENT
    [junit] [EL Finest]: 2024-04-17 17:54:01.382--ServerSession(1918393987)--Connection(737199885)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.382--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PLANT")
    [junit] [EL Finest]: 2024-04-17 17:54:01.382--ServerSession(1918393987)--Connection(1697588954)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.382--ServerSession(1918393987)--Connection(1697588954)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.382--ServerSession(1918393987)--Connection(1212833245)--Thread(Thread[main,5,main])--DROP TABLE TMP_PLANT
    [junit] [EL Finest]: 2024-04-17 17:54:01.383--ServerSession(1918393987)--Connection(1697588954)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.383--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_BICYCLE")
    [junit] [EL Finest]: 2024-04-17 17:54:01.383--ServerSession(1918393987)--Connection(61653998)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.384--ServerSession(1918393987)--Connection(61653998)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.384--ServerSession(1918393987)--Connection(522796215)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_BICYCLE
    [junit] [EL Finest]: 2024-04-17 17:54:01.385--ServerSession(1918393987)--Connection(61653998)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.385--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE_EMP")
    [junit] [EL Finest]: 2024-04-17 17:54:01.385--ServerSession(1918393987)--Connection(1469107147)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.385--ServerSession(1918393987)--Connection(1469107147)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.385--ServerSession(1918393987)--Connection(851890532)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE_EMP
    [junit] [EL Finest]: 2024-04-17 17:54:01.386--ServerSession(1918393987)--Connection(1469107147)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.386--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_CREDIT")
    [junit] [EL Finest]: 2024-04-17 17:54:01.386--ServerSession(1918393987)--Connection(1476823872)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.386--ServerSession(1918393987)--Connection(1476823872)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.387--ServerSession(1918393987)--Connection(161074456)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_CREDIT
    [junit] [EL Finest]: 2024-04-17 17:54:01.388--ServerSession(1918393987)--Connection(1476823872)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.388--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_HOBBY")
    [junit] [EL Finest]: 2024-04-17 17:54:01.388--ServerSession(1918393987)--Connection(234107628)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.388--ServerSession(1918393987)--Connection(234107628)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.388--ServerSession(1918393987)--Connection(1631904921)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_HOBBY
    [junit] [EL Finest]: 2024-04-17 17:54:01.389--ServerSession(1918393987)--Connection(234107628)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.389--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PATENT")
    [junit] [EL Finest]: 2024-04-17 17:54:01.389--ServerSession(1918393987)--Connection(673797460)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.389--ServerSession(1918393987)--Connection(673797460)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.389--ServerSession(1918393987)--Connection(82211311)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PATENT
    [junit] [EL Finest]: 2024-04-17 17:54:01.39--ServerSession(1918393987)--Connection(673797460)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.391--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PROJECT")
    [junit] [EL Finest]: 2024-04-17 17:54:01.391--ServerSession(1918393987)--Connection(1956763150)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.391--ServerSession(1918393987)--Connection(1956763150)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.391--ServerSession(1918393987)--Connection(381730363)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PROJECT
    [junit] [EL Finest]: 2024-04-17 17:54:01.392--ServerSession(1918393987)--Connection(1956763150)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.392--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_REVIEW")
    [junit] [EL Finest]: 2024-04-17 17:54:01.392--ServerSession(1918393987)--Connection(1660124157)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.392--ServerSession(1918393987)--Connection(1660124157)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.392--ServerSession(1918393987)--Connection(404279307)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_REVIEW
    [junit] [EL Finest]: 2024-04-17 17:54:01.393--ServerSession(1918393987)--Connection(1660124157)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.393--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE_CUBICLE")
    [junit] [EL Finest]: 2024-04-17 17:54:01.393--ServerSession(1918393987)--Connection(1553141699)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.393--ServerSession(1918393987)--Connection(1553141699)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.394--ServerSession(1918393987)--Connection(633776959)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE_CUBICLE
    [junit] [EL Finest]: 2024-04-17 17:54:01.395--ServerSession(1918393987)--Connection(1553141699)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.395--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE_PROFILE")
    [junit] [EL Finest]: 2024-04-17 17:54:01.395--ServerSession(1918393987)--Connection(608670733)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.395--ServerSession(1918393987)--Connection(608670733)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.395--ServerSession(1918393987)--Connection(1626241617)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE_PROFILE
    [junit] [EL Finest]: 2024-04-17 17:54:01.396--ServerSession(1918393987)--Connection(608670733)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.396--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE_CUBICLE")
    [junit] [EL Finest]: 2024-04-17 17:54:01.396--ServerSession(1918393987)--Connection(241685431)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.396--ServerSession(1918393987)--Connection(241685431)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.396--ServerSession(1918393987)--Connection(370723210)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE_CUBICLE
    [junit] [EL Finest]: 2024-04-17 17:54:01.398--ServerSession(1918393987)--Connection(241685431)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.398--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_COP")
    [junit] [EL Finest]: 2024-04-17 17:54:01.398--ServerSession(1918393987)--Connection(2021265366)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.398--ServerSession(1918393987)--Connection(2021265366)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.398--ServerSession(1918393987)--Connection(1219531013)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_COP
    [junit] [EL Finest]: 2024-04-17 17:54:01.399--ServerSession(1918393987)--Connection(2021265366)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.4--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_CRIMINAL")
    [junit] [EL Finest]: 2024-04-17 17:54:01.4--ServerSession(1918393987)--Connection(621874105)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.4--ServerSession(1918393987)--Connection(621874105)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.4--ServerSession(1918393987)--Connection(230532210)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_CRIMINAL
    [junit] [EL Finest]: 2024-04-17 17:54:01.401--ServerSession(1918393987)--Connection(621874105)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.401--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_CRIMINAL")
    [junit] [EL Finest]: 2024-04-17 17:54:01.401--ServerSession(1918393987)--Connection(2079290629)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.401--ServerSession(1918393987)--Connection(2079290629)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.401--ServerSession(1918393987)--Connection(1452209410)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_CRIMINAL
    [junit] [EL Finest]: 2024-04-17 17:54:01.402--ServerSession(1918393987)--Connection(2079290629)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.402--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_INFORMER")
    [junit] [EL Finest]: 2024-04-17 17:54:01.402--ServerSession(1918393987)--Connection(1041417694)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.402--ServerSession(1918393987)--Connection(1041417694)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.403--ServerSession(1918393987)--Connection(1045813316)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_INFORMER
    [junit] [EL Finest]: 2024-04-17 17:54:01.404--ServerSession(1918393987)--Connection(1041417694)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.404--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER_TMP_COP")
    [junit] [EL Finest]: 2024-04-17 17:54:01.404--ServerSession(1918393987)--Connection(725270251)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.404--ServerSession(1918393987)--Connection(725270251)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.404--ServerSession(1918393987)--Connection(61780583)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER_TMP_COP
    [junit] [EL Finest]: 2024-04-17 17:54:01.406--ServerSession(1918393987)--Connection(725270251)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.406--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL")
    [junit] [EL Finest]: 2024-04-17 17:54:01.406--ServerSession(1918393987)--Connection(479668966)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.406--ServerSession(1918393987)--Connection(479668966)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.406--ServerSession(1918393987)--Connection(1654919801)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL
    [junit] [EL Finest]: 2024-04-17 17:54:01.407--ServerSession(1918393987)--Connection(479668966)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.407--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE_CREATURE")
    [junit] [EL Finest]: 2024-04-17 17:54:01.407--ServerSession(1918393987)--Connection(1240908382)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.407--ServerSession(1918393987)--Connection(1240908382)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.407--ServerSession(1918393987)--Connection(1813184924)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE_CREATURE
    [junit] [EL Finest]: 2024-04-17 17:54:01.409--ServerSession(1918393987)--Connection(1240908382)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.409--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-17 17:54:01.409--ServerSession(1918393987)--Connection(1202613272)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.409--ServerSession(1918393987)--Connection(1202613272)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.409--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-17 17:54:01.412--ServerSession(1918393987)--Connection(1202613272)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.412--Thread(Thread[main,5,main])--The table (TMP_COMPONENT) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.412--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-17 17:54:01.412--ServerSession(1918393987)--Connection(1428992213)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.412--ServerSession(1918393987)--Connection(1428992213)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.412--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-17 17:54:01.415--ServerSession(1918393987)--Connection(1428992213)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.415--Thread(Thread[main,5,main])--The table (TMP_METRIC) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.415--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-17 17:54:01.415--ServerSession(1918393987)--Connection(1247632184)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.415--ServerSession(1918393987)--Connection(1247632184)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.416--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-17 17:54:01.418--ServerSession(1918393987)--Connection(1247632184)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.418--Thread(Thread[main,5,main])--The table (TMP_ABSTR_EMP) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.418--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-17 17:54:01.418--ServerSession(1918393987)--Connection(1333721416)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.418--ServerSession(1918393987)--Connection(1333721416)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.418--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-17 17:54:01.421--ServerSession(1918393987)--Connection(1333721416)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.421--Thread(Thread[main,5,main])--The table (TMP_CONTRACT_EMP) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.421--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-17 17:54:01.421--ServerSession(1918393987)--Connection(63622279)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.421--ServerSession(1918393987)--Connection(63622279)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.421--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-17 17:54:01.424--ServerSession(1918393987)--Connection(63622279)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.424--Thread(Thread[main,5,main])--The table (TMP_ACCOUNT) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.425--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-17 17:54:01.425--ServerSession(1918393987)--Connection(1077988526)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.425--ServerSession(1918393987)--Connection(1077988526)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.425--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-17 17:54:01.428--ServerSession(1918393987)--Connection(1077988526)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.428--Thread(Thread[main,5,main])--The table (TMP_VEHICLE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.428--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-17 17:54:01.428--ServerSession(1918393987)--Connection(2116006444)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.428--ServerSession(1918393987)--Connection(2116006444)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.428--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-17 17:54:01.431--ServerSession(1918393987)--Connection(2116006444)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.431--Thread(Thread[main,5,main])--The table (TMP_BROKER_ACC) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.431--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-17 17:54:01.431--ServerSession(1918393987)--Connection(771832737)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.431--ServerSession(1918393987)--Connection(771832737)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.431--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-17 17:54:01.434--ServerSession(1918393987)--Connection(771832737)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.434--Thread(Thread[main,5,main])--The table (TMP_CHECK_ACC) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.434--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-17 17:54:01.434--ServerSession(1918393987)--Connection(1124140751)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.434--ServerSession(1918393987)--Connection(1124140751)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.434--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-17 17:54:01.436--ServerSession(1918393987)--Connection(1124140751)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.436--Thread(Thread[main,5,main])--The table (TMP_COSTCENTER) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.436--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-17 17:54:01.436--ServerSession(1918393987)--Connection(698477669)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.436--ServerSession(1918393987)--Connection(698477669)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.437--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-17 17:54:01.439--ServerSession(1918393987)--Connection(698477669)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.439--Thread(Thread[main,5,main])--The table (TMP_COURSE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.439--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-17 17:54:01.439--ServerSession(1918393987)--Connection(403032668)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.439--ServerSession(1918393987)--Connection(403032668)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.439--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-17 17:54:01.442--ServerSession(1918393987)--Connection(403032668)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.442--Thread(Thread[main,5,main])--The table (TMP_CREDIT_ACC) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.442--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-17 17:54:01.442--ServerSession(1918393987)--Connection(178664422)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.442--ServerSession(1918393987)--Connection(178664422)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.443--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-17 17:54:01.446--ServerSession(1918393987)--Connection(178664422)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.446--Thread(Thread[main,5,main])--The table (TMP_CUBICLE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.446--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-17 17:54:01.446--ServerSession(1918393987)--Connection(408583632)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.446--ServerSession(1918393987)--Connection(408583632)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.446--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-17 17:54:01.449--ServerSession(1918393987)--Connection(408583632)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.45--Thread(Thread[main,5,main])--The table (TMP_DEP) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.45--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-17 17:54:01.45--ServerSession(1918393987)--Connection(1657091717)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.45--ServerSession(1918393987)--Connection(1657091717)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.45--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-17 17:54:01.456--ServerSession(1918393987)--Connection(1657091717)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.456--Thread(Thread[main,5,main])--The table (TMP_EMP) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.456--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-17 17:54:01.456--ServerSession(1918393987)--Connection(1366000849)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.456--ServerSession(1918393987)--Connection(1366000849)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.456--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-17 17:54:01.459--ServerSession(1918393987)--Connection(1366000849)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.459--Thread(Thread[main,5,main])--The table (TMP_HOBBY) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.459--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-17 17:54:01.459--ServerSession(1918393987)--Connection(1026233265)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.459--ServerSession(1918393987)--Connection(1026233265)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.459--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-17 17:54:01.462--ServerSession(1918393987)--Connection(1026233265)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.462--Thread(Thread[main,5,main])--The table (TMP_MATERIAL) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.462--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-17 17:54:01.462--ServerSession(1918393987)--Connection(815677236)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.462--ServerSession(1918393987)--Connection(815677236)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.462--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-17 17:54:01.465--ServerSession(1918393987)--Connection(815677236)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.465--Thread(Thread[main,5,main])--The table (TMP_OFFICE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.465--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-17 17:54:01.465--ServerSession(1918393987)--Connection(1011279606)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.465--ServerSession(1918393987)--Connection(1011279606)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.465--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-17 17:54:01.468--ServerSession(1918393987)--Connection(1011279606)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.468--Thread(Thread[main,5,main])--The table (TMP_PATENT) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.468--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-17 17:54:01.468--ServerSession(1918393987)--Connection(1833703608)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.468--ServerSession(1918393987)--Connection(1833703608)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.468--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-17 17:54:01.471--ServerSession(1918393987)--Connection(1833703608)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.471--Thread(Thread[main,5,main])--The table (TMP_REVIEW) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.471--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-17 17:54:01.471--ServerSession(1918393987)--Connection(1538125216)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.471--ServerSession(1918393987)--Connection(1538125216)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.472--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-17 17:54:01.474--ServerSession(1918393987)--Connection(1538125216)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.474--Thread(Thread[main,5,main])--The table (TMP_REVIEW_DETAILS) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.474--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-17 17:54:01.475--ServerSession(1918393987)--Connection(864186602)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.475--ServerSession(1918393987)--Connection(864186602)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.475--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-17 17:54:01.478--ServerSession(1918393987)--Connection(864186602)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.478--Thread(Thread[main,5,main])--The table (TMP_PROJECT) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.478--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-17 17:54:01.478--ServerSession(1918393987)--Connection(1953485211)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.478--ServerSession(1918393987)--Connection(1953485211)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.478--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-17 17:54:01.481--ServerSession(1918393987)--Connection(1953485211)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.481--Thread(Thread[main,5,main])--The table (TMP_PROJECT_DETAILS) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.481--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-17 17:54:01.481--ServerSession(1918393987)--Connection(871895680)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.481--ServerSession(1918393987)--Connection(871895680)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.481--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-17 17:54:01.485--ServerSession(1918393987)--Connection(871895680)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.485--Thread(Thread[main,5,main])--The table (TMP_SAVE_ACC) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.485--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-17 17:54:01.485--ServerSession(1918393987)--Connection(1717491482)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.485--ServerSession(1918393987)--Connection(1717491482)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.486--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-17 17:54:01.489--ServerSession(1918393987)--Connection(1717491482)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.489--Thread(Thread[main,5,main])--The table (TMP_TASK) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.489--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-17 17:54:01.489--ServerSession(1918393987)--Connection(1789821644)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.489--ServerSession(1918393987)--Connection(1789821644)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.489--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-17 17:54:01.492--ServerSession(1918393987)--Connection(1789821644)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.492--Thread(Thread[main,5,main])--The table (TMP_TRAILER) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.492--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-17 17:54:01.492--ServerSession(1918393987)--Connection(1798272295)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.492--ServerSession(1918393987)--Connection(1798272295)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.492--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-17 17:54:01.496--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-17 17:54:01.496--ServerSession(1918393987)--Connection(1798272295)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.496--Thread(Thread[main,5,main])--The table (TMP_PROFILE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.496--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-17 17:54:01.496--ServerSession(1918393987)--Connection(1932618250)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.496--ServerSession(1918393987)--Connection(1932618250)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.496--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-17 17:54:01.499--ServerSession(1918393987)--Connection(1932618250)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.499--Thread(Thread[main,5,main])--The table (TMP_UCOFFICE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.499--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-17 17:54:01.499--ServerSession(1918393987)--Connection(1976007389)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.499--ServerSession(1918393987)--Connection(1976007389)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.499--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-17 17:54:01.503--ServerSession(1918393987)--Connection(1976007389)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.503--Thread(Thread[main,5,main])--The table (TMP_READONLY) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.503--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-17 17:54:01.503--ServerSession(1918393987)--Connection(64271451)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.503--ServerSession(1918393987)--Connection(64271451)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.503--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-17 17:54:01.506--ServerSession(1918393987)--Connection(64271451)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.506--Thread(Thread[main,5,main])--The table (TMP_EMBEDD_FA) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.506--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-17 17:54:01.506--ServerSession(1918393987)--Connection(433545478)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.506--ServerSession(1918393987)--Connection(433545478)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.506--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-17 17:54:01.509--ServerSession(1918393987)--Connection(433545478)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.509--Thread(Thread[main,5,main])--The table (TMP_EMBEDD_PA) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.509--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-17 17:54:01.509--ServerSession(1918393987)--Connection(36819918)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.509--ServerSession(1918393987)--Connection(36819918)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.509--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-17 17:54:01.513--ServerSession(1918393987)--Connection(36819918)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.513--Thread(Thread[main,5,main])--The table (BYTE_ITEM) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.513--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-17 17:54:01.513--ServerSession(1918393987)--Connection(391731126)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.513--ServerSession(1918393987)--Connection(391731126)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.513--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-17 17:54:01.516--ServerSession(1918393987)--Connection(391731126)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.516--Thread(Thread[main,5,main])--The table (BYTE_ITEM_ATT) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.516--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-17 17:54:01.516--ServerSession(1918393987)--Connection(79685693)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.516--ServerSession(1918393987)--Connection(79685693)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.516--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-17 17:54:01.519--ServerSession(1918393987)--Connection(79685693)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.519--Thread(Thread[main,5,main])--The table (TMP_ISLAND) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.519--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-17 17:54:01.519--ServerSession(1918393987)--Connection(461643389)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.519--ServerSession(1918393987)--Connection(461643389)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.519--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-17 17:54:01.523--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-17 17:54:01.523--ServerSession(1918393987)--Connection(461643389)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.523--Thread(Thread[main,5,main])--The table (TMP_CITY) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.523--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-17 17:54:01.523--ServerSession(1918393987)--Connection(2129376022)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.523--ServerSession(1918393987)--Connection(2129376022)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.523--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-17 17:54:01.526--ServerSession(1918393987)--Connection(2129376022)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.526--Thread(Thread[main,5,main])--The table (TMP_COP) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.526--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-17 17:54:01.526--ServerSession(1918393987)--Connection(284399568)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.526--ServerSession(1918393987)--Connection(284399568)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.526--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-17 17:54:01.531--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-17 17:54:01.531--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-17 17:54:01.531--ServerSession(1918393987)--Connection(284399568)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.531--Thread(Thread[main,5,main])--The table (TMP_PERSON) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.531--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-17 17:54:01.531--ServerSession(1918393987)--Connection(1738496497)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.531--ServerSession(1918393987)--Connection(1738496497)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.531--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-17 17:54:01.534--ServerSession(1918393987)--Connection(1738496497)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.534--Thread(Thread[main,5,main])--The table (TMP_INFORMER) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.534--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-17 17:54:01.534--ServerSession(1918393987)--Connection(413935078)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.534--ServerSession(1918393987)--Connection(413935078)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.534--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-17 17:54:01.538--ServerSession(1918393987)--Connection(413935078)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.538--Thread(Thread[main,5,main])--The table (TMP_CRIMINAL) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.538--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-17 17:54:01.538--ServerSession(1918393987)--Connection(613231852)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.538--ServerSession(1918393987)--Connection(613231852)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.539--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-17 17:54:01.543--ServerSession(1918393987)--Connection(613231852)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.543--Thread(Thread[main,5,main])--The table (TMP_CAVE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.544--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-17 17:54:01.544--ServerSession(1918393987)--Connection(447863101)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.544--ServerSession(1918393987)--Connection(447863101)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.544--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-17 17:54:01.548--ServerSession(1918393987)--Connection(447863101)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.548--Thread(Thread[main,5,main])--The table (TMP_CREATURE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.548--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-17 17:54:01.548--ServerSession(1918393987)--Connection(1613502078)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.548--ServerSession(1918393987)--Connection(1613502078)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.548--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-17 17:54:01.551--ServerSession(1918393987)--Connection(1613502078)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.551--Thread(Thread[main,5,main])--The table (TMP_CREATURE_DETAILS) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.551--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-17 17:54:01.551--ServerSession(1918393987)--Connection(241456640)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.551--ServerSession(1918393987)--Connection(241456640)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.551--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-17 17:54:01.554--ServerSession(1918393987)--Connection(241456640)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.554--Thread(Thread[main,5,main])--The table (TMP_MYTHICALCREATURE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.554--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-17 17:54:01.554--ServerSession(1918393987)--Connection(1291752852)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.554--ServerSession(1918393987)--Connection(1291752852)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.554--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-17 17:54:01.556--ServerSession(1918393987)--Connection(1291752852)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.557--Thread(Thread[main,5,main])--The table (TMP_WEAPON) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.557--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-17 17:54:01.557--ServerSession(1918393987)--Connection(2134809292)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.557--ServerSession(1918393987)--Connection(2134809292)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.557--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-17 17:54:01.559--ServerSession(1918393987)--Connection(2134809292)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.559--Thread(Thread[main,5,main])--The table (TMP_CASC_NODE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.559--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-17 17:54:01.559--ServerSession(1918393987)--Connection(1626547103)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.559--ServerSession(1918393987)--Connection(1626547103)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.56--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-17 17:54:01.562--ServerSession(1918393987)--Connection(1626547103)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.562--Thread(Thread[main,5,main])--The table (TMP_CASC_NODE_DESC) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.562--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-17 17:54:01.562--ServerSession(1918393987)--Connection(521328096)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.562--ServerSession(1918393987)--Connection(521328096)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.563--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-17 17:54:01.565--ServerSession(1918393987)--Connection(521328096)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.566--Thread(Thread[main,5,main])--The table (TMP_NODE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.566--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-17 17:54:01.566--ServerSession(1918393987)--Connection(87923441)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.566--ServerSession(1918393987)--Connection(87923441)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.566--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-17 17:54:01.568--ServerSession(1918393987)--Connection(87923441)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.568--Thread(Thread[main,5,main])--The table (TMP_NASTY) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.568--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-17 17:54:01.568--ServerSession(1918393987)--Connection(1567145551)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.568--ServerSession(1918393987)--Connection(1567145551)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.569--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-17 17:54:01.571--ServerSession(1918393987)--Connection(1567145551)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.571--Thread(Thread[main,5,main])--The table (TMP_TIMESTAMP) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.571--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-17 17:54:01.571--ServerSession(1918393987)--Connection(1341085586)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.571--ServerSession(1918393987)--Connection(1341085586)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.571--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-17 17:54:01.578--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-17 17:54:01.578--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-17 17:54:01.578--ServerSession(1918393987)--Connection(1341085586)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.578--Thread(Thread[main,5,main])--The table (TMP_BASIC_TYPES_FA) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.578--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-17 17:54:01.578--ServerSession(1918393987)--Connection(1594663017)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.578--ServerSession(1918393987)--Connection(1594663017)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.578--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-17 17:54:01.584--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-17 17:54:01.584--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-17 17:54:01.584--ServerSession(1918393987)--Connection(1594663017)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.584--Thread(Thread[main,5,main])--The table (TMP_BASIC_TYPES_PA) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.584--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-17 17:54:01.584--ServerSession(1918393987)--Connection(1852224664)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.584--ServerSession(1918393987)--Connection(1852224664)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.585--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-17 17:54:01.588--ServerSession(1918393987)--Connection(1852224664)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.588--Thread(Thread[main,5,main])--The table (TMP_TEMPORAL_FA) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.588--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-17 17:54:01.588--ServerSession(1918393987)--Connection(1168882980)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.588--ServerSession(1918393987)--Connection(1168882980)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.588--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-17 17:54:01.591--ServerSession(1918393987)--Connection(1168882980)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.591--Thread(Thread[main,5,main])--The table (TMP_ANIMAL) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.591--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-17 17:54:01.591--ServerSession(1918393987)--Connection(1528045817)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.591--ServerSession(1918393987)--Connection(1528045817)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.591--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-17 17:54:01.594--ServerSession(1918393987)--Connection(1528045817)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.594--Thread(Thread[main,5,main])--The table (TMP_ELEMENT) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.594--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-17 17:54:01.594--ServerSession(1918393987)--Connection(1404232171)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.594--ServerSession(1918393987)--Connection(1404232171)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.594--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-17 17:54:01.596--ServerSession(1918393987)--Connection(1404232171)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.596--Thread(Thread[main,5,main])--The table (TMP_PLANT) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.596--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-17 17:54:01.596--ServerSession(1918393987)--Connection(421217482)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.596--ServerSession(1918393987)--Connection(421217482)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.597--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-17 17:54:01.599--ServerSession(1918393987)--Connection(421217482)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.599--Thread(Thread[main,5,main])--The table (TMP_EMP_BICYCLE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.599--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-17 17:54:01.599--ServerSession(1918393987)--Connection(891684741)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.599--ServerSession(1918393987)--Connection(891684741)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.599--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-17 17:54:01.602--ServerSession(1918393987)--Connection(891684741)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.602--Thread(Thread[main,5,main])--The table (TMP_COURSE_EMP) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.602--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-17 17:54:01.602--ServerSession(1918393987)--Connection(1926240621)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.602--ServerSession(1918393987)--Connection(1926240621)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.602--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-17 17:54:01.604--ServerSession(1918393987)--Connection(1926240621)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.604--Thread(Thread[main,5,main])--The table (TMP_EMP_CREDIT) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.604--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-17 17:54:01.604--ServerSession(1918393987)--Connection(996471089)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.604--ServerSession(1918393987)--Connection(996471089)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.605--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-17 17:54:01.607--ServerSession(1918393987)--Connection(996471089)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.607--Thread(Thread[main,5,main])--The table (TMP_EMP_HOBBY) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.607--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-17 17:54:01.607--ServerSession(1918393987)--Connection(1012812460)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.607--ServerSession(1918393987)--Connection(1012812460)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.607--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-17 17:54:01.61--ServerSession(1918393987)--Connection(1012812460)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.61--Thread(Thread[main,5,main])--The table (TMP_EMP_PATENT) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.61--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-17 17:54:01.61--ServerSession(1918393987)--Connection(35386120)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.61--ServerSession(1918393987)--Connection(35386120)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.61--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-17 17:54:01.613--ServerSession(1918393987)--Connection(35386120)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.613--Thread(Thread[main,5,main])--The table (TMP_EMP_PROJECT) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.613--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-17 17:54:01.613--ServerSession(1918393987)--Connection(983339701)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.613--ServerSession(1918393987)--Connection(983339701)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.613--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-17 17:54:01.616--ServerSession(1918393987)--Connection(983339701)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.616--Thread(Thread[main,5,main])--The table (TMP_EMP_REVIEW) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.616--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-17 17:54:01.616--ServerSession(1918393987)--Connection(1871846962)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.616--ServerSession(1918393987)--Connection(1871846962)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.616--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-17 17:54:01.619--ServerSession(1918393987)--Connection(1871846962)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.619--Thread(Thread[main,5,main])--The table (TMP_OFFICE_CUBICLE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.619--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-17 17:54:01.619--ServerSession(1918393987)--Connection(485375493)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.619--ServerSession(1918393987)--Connection(485375493)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.619--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-17 17:54:01.621--ServerSession(1918393987)--Connection(485375493)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.622--Thread(Thread[main,5,main])--The table (TMP_VEHICLE_PROFILE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.622--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-17 17:54:01.622--ServerSession(1918393987)--Connection(1079124964)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.622--ServerSession(1918393987)--Connection(1079124964)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.622--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-17 17:54:01.624--ServerSession(1918393987)--Connection(1079124964)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.624--Thread(Thread[main,5,main])--The table (TMP_UCOFFICE_CUBICLE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.624--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-17 17:54:01.624--ServerSession(1918393987)--Connection(1300570879)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.624--ServerSession(1918393987)--Connection(1300570879)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.625--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-17 17:54:01.627--ServerSession(1918393987)--Connection(1300570879)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.627--Thread(Thread[main,5,main])--The table (TMP_CITY_TMP_COP) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.627--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-17 17:54:01.627--ServerSession(1918393987)--Connection(1567441485)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.627--ServerSession(1918393987)--Connection(1567441485)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.627--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-17 17:54:01.63--ServerSession(1918393987)--Connection(1567441485)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.63--Thread(Thread[main,5,main])--The table (TMP_CITY_TMP_CRIMINAL) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.63--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-17 17:54:01.63--ServerSession(1918393987)--Connection(1321433666)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.63--ServerSession(1918393987)--Connection(1321433666)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.63--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-17 17:54:01.632--ServerSession(1918393987)--Connection(1321433666)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.632--Thread(Thread[main,5,main])--The table (TMP_COP_TMP_CRIMINAL) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.633--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-17 17:54:01.633--ServerSession(1918393987)--Connection(907152011)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.633--ServerSession(1918393987)--Connection(907152011)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.633--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-17 17:54:01.635--ServerSession(1918393987)--Connection(907152011)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.635--Thread(Thread[main,5,main])--The table (TMP_COP_TMP_INFORMER) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.635--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-17 17:54:01.635--ServerSession(1918393987)--Connection(595382884)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.635--ServerSession(1918393987)--Connection(595382884)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.635--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-17 17:54:01.638--ServerSession(1918393987)--Connection(595382884)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.638--Thread(Thread[main,5,main])--The table (TMP_INFORMER_TMP_COP) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.638--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-17 17:54:01.638--ServerSession(1918393987)--Connection(1119158442)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.638--ServerSession(1918393987)--Connection(1119158442)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.638--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-17 17:54:01.641--ServerSession(1918393987)--Connection(1119158442)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.641--Thread(Thread[main,5,main])--The table (TMP_CRIMINAL_TMP_CRIMINAL) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.641--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-17 17:54:01.641--ServerSession(1918393987)--Connection(998988608)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.641--ServerSession(1918393987)--Connection(998988608)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.641--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-17 17:54:01.643--ServerSession(1918393987)--Connection(998988608)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.643--Thread(Thread[main,5,main])--The table (TMP_CAVE_CREATURE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:01.643--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-17 17:54:01.643--ServerSession(1918393987)--Connection(2086062353)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.644--ServerSession(1918393987)--Connection(2086062353)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.644--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-17 17:54:01.651--ServerSession(1918393987)--Connection(2086062353)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.651--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-17 17:54:01.651--ServerSession(1918393987)--Connection(961648587)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.651--ServerSession(1918393987)--Connection(961648587)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.651--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-17 17:54:01.66--ServerSession(1918393987)--Connection(961648587)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.66--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-17 17:54:01.66--ServerSession(1918393987)--Connection(1902673295)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.66--ServerSession(1918393987)--Connection(1902673295)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.66--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-17 17:54:01.667--ServerSession(1918393987)--Connection(1902673295)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.667--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-17 17:54:01.667--ServerSession(1918393987)--Connection(570408974)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.667--ServerSession(1918393987)--Connection(570408974)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.667--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-17 17:54:01.677--ServerSession(1918393987)--Connection(570408974)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.677--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-17 17:54:01.677--ServerSession(1918393987)--Connection(1730406067)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.677--ServerSession(1918393987)--Connection(1730406067)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.677--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-17 17:54:01.685--ServerSession(1918393987)--Connection(1730406067)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.685--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-17 17:54:01.685--ServerSession(1918393987)--Connection(538385628)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.685--ServerSession(1918393987)--Connection(538385628)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.685--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-17 17:54:01.693--ServerSession(1918393987)--Connection(538385628)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.693--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-17 17:54:01.693--ServerSession(1918393987)--Connection(1778902730)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.693--ServerSession(1918393987)--Connection(1778902730)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.693--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-17 17:54:01.702--ServerSession(1918393987)--Connection(1778902730)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.702--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-17 17:54:01.702--ServerSession(1918393987)--Connection(425508702)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.702--ServerSession(1918393987)--Connection(425508702)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.702--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-17 17:54:01.713--ServerSession(1918393987)--Connection(425508702)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.713--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-17 17:54:01.713--ServerSession(1918393987)--Connection(191402795)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.713--ServerSession(1918393987)--Connection(191402795)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.713--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-17 17:54:01.727--ServerSession(1918393987)--Connection(191402795)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.727--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-17 17:54:01.727--ServerSession(1918393987)--Connection(20888781)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.727--ServerSession(1918393987)--Connection(20888781)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.727--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-17 17:54:01.743--ServerSession(1918393987)--Connection(20888781)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.743--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-17 17:54:01.743--ServerSession(1918393987)--Connection(794879594)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.743--ServerSession(1918393987)--Connection(794879594)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.743--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-17 17:54:01.76--ServerSession(1918393987)--Connection(794879594)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.76--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-17 17:54:01.76--ServerSession(1918393987)--Connection(1515420182)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.76--ServerSession(1918393987)--Connection(1515420182)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.76--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-17 17:54:01.78--ServerSession(1918393987)--Connection(1515420182)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.781--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-17 17:54:01.781--ServerSession(1918393987)--Connection(1864548849)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.781--ServerSession(1918393987)--Connection(1864548849)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.781--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-17 17:54:01.799--ServerSession(1918393987)--Connection(1864548849)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.799--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-17 17:54:01.799--ServerSession(1918393987)--Connection(2012942338)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.799--ServerSession(1918393987)--Connection(2012942338)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.799--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-17 17:54:01.818--ServerSession(1918393987)--Connection(2012942338)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.818--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-17 17:54:01.819--ServerSession(1918393987)--Connection(1813608092)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.819--ServerSession(1918393987)--Connection(1813608092)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.819--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-17 17:54:01.827--ServerSession(1918393987)--Connection(1813608092)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.827--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-17 17:54:01.828--ServerSession(1918393987)--Connection(1303471735)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.828--ServerSession(1918393987)--Connection(1303471735)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.828--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-17 17:54:01.835--ServerSession(1918393987)--Connection(1303471735)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.835--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-17 17:54:01.835--ServerSession(1918393987)--Connection(1581036942)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.835--ServerSession(1918393987)--Connection(1581036942)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.835--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-17 17:54:01.842--ServerSession(1918393987)--Connection(1581036942)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.842--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-17 17:54:01.842--ServerSession(1918393987)--Connection(113602559)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.842--ServerSession(1918393987)--Connection(113602559)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.842--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-17 17:54:01.85--ServerSession(1918393987)--Connection(113602559)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.85--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-17 17:54:01.85--ServerSession(1918393987)--Connection(1628035200)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.85--ServerSession(1918393987)--Connection(1628035200)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.85--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-17 17:54:01.858--ServerSession(1918393987)--Connection(1628035200)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.858--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-17 17:54:01.858--ServerSession(1918393987)--Connection(321185546)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.858--ServerSession(1918393987)--Connection(321185546)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.858--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-17 17:54:01.866--ServerSession(1918393987)--Connection(321185546)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.866--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-17 17:54:01.866--ServerSession(1918393987)--Connection(2063934888)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.866--ServerSession(1918393987)--Connection(2063934888)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.866--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-17 17:54:01.874--ServerSession(1918393987)--Connection(2063934888)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.874--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-17 17:54:01.874--ServerSession(1918393987)--Connection(722844186)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.874--ServerSession(1918393987)--Connection(722844186)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.874--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-17 17:54:01.885--ServerSession(1918393987)--Connection(722844186)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.885--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-17 17:54:01.885--ServerSession(1918393987)--Connection(305940688)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.885--ServerSession(1918393987)--Connection(305940688)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.885--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-17 17:54:01.898--ServerSession(1918393987)--Connection(305940688)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.898--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-17 17:54:01.899--ServerSession(1918393987)--Connection(527629265)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.899--ServerSession(1918393987)--Connection(527629265)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.899--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-17 17:54:01.907--ServerSession(1918393987)--Connection(527629265)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.907--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-17 17:54:01.907--ServerSession(1918393987)--Connection(149985794)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.907--ServerSession(1918393987)--Connection(149985794)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.907--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-17 17:54:01.914--ServerSession(1918393987)--Connection(149985794)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.914--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-17 17:54:01.914--ServerSession(1918393987)--Connection(937346147)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.914--ServerSession(1918393987)--Connection(937346147)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.914--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-17 17:54:01.922--ServerSession(1918393987)--Connection(937346147)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.922--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-17 17:54:01.922--ServerSession(1918393987)--Connection(816288166)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.922--ServerSession(1918393987)--Connection(816288166)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.922--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-17 17:54:01.929--ServerSession(1918393987)--Connection(816288166)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.929--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-17 17:54:01.929--ServerSession(1918393987)--Connection(1231261976)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.929--ServerSession(1918393987)--Connection(1231261976)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.929--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-17 17:54:01.938--ServerSession(1918393987)--Connection(1231261976)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.938--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-17 17:54:01.938--ServerSession(1918393987)--Connection(1057175140)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.938--ServerSession(1918393987)--Connection(1057175140)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.938--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-17 17:54:01.946--ServerSession(1918393987)--Connection(1057175140)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.946--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-17 17:54:01.946--ServerSession(1918393987)--Connection(2034388773)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.946--ServerSession(1918393987)--Connection(2034388773)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.946--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-17 17:54:01.954--ServerSession(1918393987)--Connection(2034388773)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.954--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-17 17:54:01.954--ServerSession(1918393987)--Connection(945140350)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.954--ServerSession(1918393987)--Connection(945140350)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.954--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-17 17:54:01.963--ServerSession(1918393987)--Connection(945140350)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.963--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-17 17:54:01.963--ServerSession(1918393987)--Connection(2106619466)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.963--ServerSession(1918393987)--Connection(2106619466)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.963--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-17 17:54:01.97--ServerSession(1918393987)--Connection(2106619466)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.97--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-17 17:54:01.97--ServerSession(1918393987)--Connection(1866665640)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.97--ServerSession(1918393987)--Connection(1866665640)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.97--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-17 17:54:01.979--ServerSession(1918393987)--Connection(1866665640)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.979--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-17 17:54:01.979--ServerSession(1918393987)--Connection(1771326096)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.979--ServerSession(1918393987)--Connection(1771326096)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.979--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-17 17:54:01.987--ServerSession(1918393987)--Connection(1771326096)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.987--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-17 17:54:01.987--ServerSession(1918393987)--Connection(985324389)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.987--ServerSession(1918393987)--Connection(985324389)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.987--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-17 17:54:01.997--ServerSession(1918393987)--Connection(985324389)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.997--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-17 17:54:01.997--ServerSession(1918393987)--Connection(1719521616)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:01.997--ServerSession(1918393987)--Connection(1719521616)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:01.997--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-17 17:54:02.004--ServerSession(1918393987)--Connection(1719521616)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.004--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-17 17:54:02.004--ServerSession(1918393987)--Connection(2028567885)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.004--ServerSession(1918393987)--Connection(2028567885)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.004--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-17 17:54:02.014--ServerSession(1918393987)--Connection(2028567885)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.014--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-17 17:54:02.014--ServerSession(1918393987)--Connection(1741783268)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.014--ServerSession(1918393987)--Connection(1741783268)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.014--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-17 17:54:02.023--ServerSession(1918393987)--Connection(1741783268)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.023--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-17 17:54:02.023--ServerSession(1918393987)--Connection(1491467237)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.023--ServerSession(1918393987)--Connection(1491467237)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.023--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-17 17:54:02.032--ServerSession(1918393987)--Connection(1491467237)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.032--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-17 17:54:02.032--ServerSession(1918393987)--Connection(1718325723)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.032--ServerSession(1918393987)--Connection(1718325723)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.032--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-17 17:54:02.04--ServerSession(1918393987)--Connection(1718325723)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.04--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-17 17:54:02.04--ServerSession(1918393987)--Connection(296831715)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.04--ServerSession(1918393987)--Connection(296831715)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.04--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-17 17:54:02.05--ServerSession(1918393987)--Connection(296831715)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.05--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-17 17:54:02.05--ServerSession(1918393987)--Connection(140008669)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.05--ServerSession(1918393987)--Connection(140008669)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.051--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-17 17:54:02.059--ServerSession(1918393987)--Connection(140008669)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.059--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-17 17:54:02.059--ServerSession(1918393987)--Connection(448288866)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.059--ServerSession(1918393987)--Connection(448288866)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.06--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-17 17:54:02.068--ServerSession(1918393987)--Connection(448288866)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.069--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-17 17:54:02.069--ServerSession(1918393987)--Connection(135506771)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.069--ServerSession(1918393987)--Connection(135506771)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.069--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-17 17:54:02.077--ServerSession(1918393987)--Connection(135506771)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.077--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-17 17:54:02.077--ServerSession(1918393987)--Connection(2112011719)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.077--ServerSession(1918393987)--Connection(2112011719)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.077--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-17 17:54:02.086--ServerSession(1918393987)--Connection(2112011719)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.086--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-17 17:54:02.086--ServerSession(1918393987)--Connection(2108714064)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.086--ServerSession(1918393987)--Connection(2108714064)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.086--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-17 17:54:02.094--ServerSession(1918393987)--Connection(2108714064)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.094--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-17 17:54:02.094--ServerSession(1918393987)--Connection(1013657610)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.094--ServerSession(1918393987)--Connection(1013657610)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.094--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-17 17:54:02.103--ServerSession(1918393987)--Connection(1013657610)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.103--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-17 17:54:02.103--ServerSession(1918393987)--Connection(1541107368)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.103--ServerSession(1918393987)--Connection(1541107368)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.103--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-17 17:54:02.111--ServerSession(1918393987)--Connection(1541107368)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.111--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-17 17:54:02.112--ServerSession(1918393987)--Connection(307476514)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.112--ServerSession(1918393987)--Connection(307476514)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.112--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-17 17:54:02.122--ServerSession(1918393987)--Connection(307476514)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.122--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-17 17:54:02.122--ServerSession(1918393987)--Connection(1309988128)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.122--ServerSession(1918393987)--Connection(1309988128)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.122--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-17 17:54:02.129--ServerSession(1918393987)--Connection(1309988128)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.129--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-17 17:54:02.13--ServerSession(1918393987)--Connection(1476913734)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.13--ServerSession(1918393987)--Connection(1476913734)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.13--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-17 17:54:02.138--ServerSession(1918393987)--Connection(1476913734)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.138--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-17 17:54:02.138--ServerSession(1918393987)--Connection(1077398960)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.138--ServerSession(1918393987)--Connection(1077398960)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.139--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-17 17:54:02.146--ServerSession(1918393987)--Connection(1077398960)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.146--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-17 17:54:02.146--ServerSession(1918393987)--Connection(155817539)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.146--ServerSession(1918393987)--Connection(155817539)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.146--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-17 17:54:02.154--ServerSession(1918393987)--Connection(155817539)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.154--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-17 17:54:02.154--ServerSession(1918393987)--Connection(192442996)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.154--ServerSession(1918393987)--Connection(192442996)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.154--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-17 17:54:02.164--ServerSession(1918393987)--Connection(192442996)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.164--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-17 17:54:02.164--ServerSession(1918393987)--Connection(224031437)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.164--ServerSession(1918393987)--Connection(224031437)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.164--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-17 17:54:02.172--ServerSession(1918393987)--Connection(224031437)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.172--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-17 17:54:02.172--ServerSession(1918393987)--Connection(1279362198)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.172--ServerSession(1918393987)--Connection(1279362198)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.172--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-17 17:54:02.18--ServerSession(1918393987)--Connection(1279362198)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.18--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-17 17:54:02.18--ServerSession(1918393987)--Connection(446895188)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.18--ServerSession(1918393987)--Connection(446895188)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.18--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-17 17:54:02.188--ServerSession(1918393987)--Connection(446895188)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.188--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-17 17:54:02.188--ServerSession(1918393987)--Connection(1444195845)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.188--ServerSession(1918393987)--Connection(1444195845)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.188--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-17 17:54:02.196--ServerSession(1918393987)--Connection(1444195845)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.196--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-17 17:54:02.196--ServerSession(1918393987)--Connection(1956569315)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.196--ServerSession(1918393987)--Connection(1956569315)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.196--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-17 17:54:02.204--ServerSession(1918393987)--Connection(1956569315)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.204--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-17 17:54:02.204--ServerSession(1918393987)--Connection(882568900)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.204--ServerSession(1918393987)--Connection(882568900)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.205--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-17 17:54:02.212--ServerSession(1918393987)--Connection(882568900)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.212--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-17 17:54:02.212--ServerSession(1918393987)--Connection(1320452760)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.212--ServerSession(1918393987)--Connection(1320452760)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.212--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-17 17:54:02.22--ServerSession(1918393987)--Connection(1320452760)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.221--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-17 17:54:02.221--ServerSession(1918393987)--Connection(1841213176)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.221--ServerSession(1918393987)--Connection(1841213176)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.221--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-17 17:54:02.228--ServerSession(1918393987)--Connection(1841213176)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.229--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-17 17:54:02.229--ServerSession(1918393987)--Connection(2101850145)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.229--ServerSession(1918393987)--Connection(2101850145)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.229--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-17 17:54:02.237--ServerSession(1918393987)--Connection(2101850145)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.241--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-17 17:54:02.241--ServerSession(1918393987)--Connection(934142486)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.241--ServerSession(1918393987)--Connection(934142486)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.242--ServerSession(1918393987)--Connection(294528135)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator'
    [junit] [EL Finest]: 2024-04-17 17:54:02.242--ServerSession(1918393987)--Connection(934142486)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.242--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-17 17:54:02.242--ServerSession(1918393987)--Connection(1556116954)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.242--ServerSession(1918393987)--Connection(1556116954)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.242--ServerSession(1918393987)--Connection(69566726)--Thread(Thread[main,5,main])--SELECT * FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator'
    [junit] [EL Finest]: 2024-04-17 17:54:02.242--ServerSession(1918393987)--Connection(1556116954)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.242--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-17 17:54:02.242--ServerSession(1918393987)--Connection(2067939216)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.242--ServerSession(1918393987)--Connection(2067939216)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.242--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-17 17:54:02.243--ServerSession(1918393987)--Connection(2067939216)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.246--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-17 17:54:02.246--ServerSession(1918393987)--Connection(2078824926)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.246--ServerSession(1918393987)--Connection(2078824926)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.246--ServerSession(1918393987)--Connection(1090300647)--Thread(Thread[main,5,main])--DELETE FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator'
    [junit] [EL Finest]: 2024-04-17 17:54:02.247--ServerSession(1918393987)--Connection(2078824926)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.247--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-17 17:54:02.247--ServerSession(1918393987)--Connection(212977036)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.247--ServerSession(1918393987)--Connection(212977036)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.247--ServerSession(1918393987)--Connection(892226413)--Thread(Thread[main,5,main])--SELECT * FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator'
    [junit] [EL Finest]: 2024-04-17 17:54:02.247--ServerSession(1918393987)--Connection(212977036)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.247--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-17 17:54:02.247--ServerSession(1918393987)--Connection(770178574)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.247--ServerSession(1918393987)--Connection(770178574)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.247--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-17 17:54:02.248--ServerSession(1918393987)--Connection(770178574)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.251--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-17 17:54:02.251--ServerSession(1918393987)--Connection(1775829753)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.251--ServerSession(1918393987)--Connection(1775829753)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.251--ServerSession(1918393987)--Connection(5533778)--Thread(Thread[main,5,main])--DELETE FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component'
    [junit] [EL Finest]: 2024-04-17 17:54:02.251--ServerSession(1918393987)--Connection(1775829753)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.251--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-17 17:54:02.251--ServerSession(1918393987)--Connection(599786528)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.251--ServerSession(1918393987)--Connection(599786528)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.252--ServerSession(1918393987)--Connection(36635755)--Thread(Thread[main,5,main])--SELECT * FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component'
    [junit] [EL Finest]: 2024-04-17 17:54:02.252--ServerSession(1918393987)--Connection(599786528)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.252--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-17 17:54:02.252--ServerSession(1918393987)--Connection(34022382)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.252--ServerSession(1918393987)--Connection(34022382)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.252--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-17 17:54:02.252--ServerSession(1918393987)--Connection(34022382)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.255--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'")
    [junit] [EL Finest]: 2024-04-17 17:54:02.255--ServerSession(1918393987)--Connection(271502177)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.255--ServerSession(1918393987)--Connection(271502177)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.256--ServerSession(1918393987)--Connection(533769848)--Thread(Thread[main,5,main])--DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
    [junit] [EL Finest]: 2024-04-17 17:54:02.256--ServerSession(1918393987)--Connection(271502177)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.256--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'")
    [junit] [EL Finest]: 2024-04-17 17:54:02.256--ServerSession(1918393987)--Connection(525821547)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.256--ServerSession(1918393987)--Connection(525821547)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.256--ServerSession(1918393987)--Connection(2034549539)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
    [junit] [EL Finest]: 2024-04-17 17:54:02.256--ServerSession(1918393987)--Connection(525821547)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.256--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-17 17:54:02.256--ServerSession(1918393987)--Connection(982609943)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.256--ServerSession(1918393987)--Connection(982609943)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.256--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-17 17:54:02.257--ServerSession(1918393987)--Connection(982609943)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.26--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-17 17:54:02.26--ServerSession(1918393987)--Connection(2072865894)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.26--ServerSession(1918393987)--Connection(2072865894)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.26--ServerSession(1918393987)--Connection(1822648234)--Thread(Thread[main,5,main])--DELETE FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator'
    [junit] [EL Finest]: 2024-04-17 17:54:02.26--ServerSession(1918393987)--Connection(2072865894)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.26--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-17 17:54:02.26--ServerSession(1918393987)--Connection(385929353)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.26--ServerSession(1918393987)--Connection(385929353)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.26--ServerSession(1918393987)--Connection(125722707)--Thread(Thread[main,5,main])--SELECT * FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator'
    [junit] [EL Finest]: 2024-04-17 17:54:02.26--ServerSession(1918393987)--Connection(385929353)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.26--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-17 17:54:02.26--ServerSession(1918393987)--Connection(706857959)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.26--ServerSession(1918393987)--Connection(706857959)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.26--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-17 17:54:02.261--ServerSession(1918393987)--Connection(706857959)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.264--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'")
    [junit] [EL Finest]: 2024-04-17 17:54:02.264--ServerSession(1918393987)--Connection(628513353)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.264--ServerSession(1918393987)--Connection(628513353)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.264--ServerSession(1918393987)--Connection(952806663)--Thread(Thread[main,5,main])--DELETE FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'
    [junit] [EL Finest]: 2024-04-17 17:54:02.264--ServerSession(1918393987)--Connection(628513353)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.264--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'")
    [junit] [EL Finest]: 2024-04-17 17:54:02.264--ServerSession(1918393987)--Connection(1923130893)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.264--ServerSession(1918393987)--Connection(1923130893)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.264--ServerSession(1918393987)--Connection(1704136194)--Thread(Thread[main,5,main])--SELECT * FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'
    [junit] [EL Finest]: 2024-04-17 17:54:02.264--ServerSession(1918393987)--Connection(1923130893)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.264--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-17 17:54:02.264--ServerSession(1918393987)--Connection(415117829)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.264--ServerSession(1918393987)--Connection(415117829)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.265--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-17 17:54:02.265--ServerSession(1918393987)--Connection(415117829)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:02.266--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-17 17:54:02.267--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-17 17:54:02.267--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-17 17:54:02.267--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-17 17:54:02.267--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-17 17:54:02.267--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-17 17:54:02.267--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-17 17:54:02.267--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-17 17:54:02.267--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-17 17:54:02.267--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-17 17:54:02.267--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-17 17:54:02.267--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-17 17:54:02.267--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-17 17:54:02.267--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-17 17:54:02.268--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-17 17:54:02.268--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-17 17:54:02.268--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-17 17:54:02.268--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-17 17:54:02.268--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-17 17:54:02.268--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-17 17:54:02.268--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-17 17:54:02.268--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-17 17:54:02.268--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-17 17:54:02.268--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-17 17:54:02.268--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-17 17:54:02.268--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-17 17:54:02.268--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-17 17:54:02.268--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-17 17:54:02.269--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-17 17:54:02.269--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-17 17:54:02.269--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-17 17:54:02.269--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-17 17:54:02.269--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-17 17:54:02.269--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-17 17:54:02.269--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-17 17:54:02.269--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-17 17:54:02.269--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-17 17:54:02.269--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-17 17:54:02.269--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-17 17:54:02.269--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-17 17:54:02.27--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-17 17:54:02.27--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-17 17:54:02.27--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-17 17:54:02.27--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-17 17:54:02.27--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-17 17:54:02.27--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-17 17:54:02.27--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-17 17:54:02.27--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-17 17:54:02.27--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-17 17:54:02.27--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-17 17:54:02.27--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-17 17:54:02.27--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-17 17:54:02.271--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-17 17:54:02.271--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-17 17:54:02.271--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-17 17:54:02.271--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-17 17:54:02.271--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-17 17:54:02.271--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-17 17:54:02.271--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-17 17:54:02.271--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-17 17:54:02.272--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-17 17:54:02.272--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-17 17:54:02.272--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-17 17:54:02.272--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-17 17:54:02.272--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-17 17:54:02.272--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-17 17:54:02.272--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-17 17:54:02.272--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-17 17:54:02.273--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1591581519
    [junit] [EL Finer]: 2024-04-17 17:54:02.273--ClientSession(1591581519)--Thread(Thread[main,5,main])--acquire unit of work: 1572407320
    [junit] [EL Finest]: 2024-04-17 17:54:02.273--UnitOfWork(1572407320)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.273--UnitOfWork(1572407320)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:02.273--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-17 17:54:02.273--ServerSession(1918393987)--Connection(1937294500)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.273--ClientSession(1591581519)--Connection(1937294500)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.273--ClientSession(1591581519)--Connection(1937294500)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.274--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-17 17:54:02.275--ClientSession(1591581519)--Connection(1721039643)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.275--ServerSession(1918393987)--Connection(1937294500)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.275--UnitOfWork(1572407320)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.275--UnitOfWork(1572407320)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.275--UnitOfWork(1572407320)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.275--ClientSession(1591581519)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.275--UnitOfWork(1572407320)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.275--ClientSession(1591581519)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.275--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1240077238
    [junit] [EL Finer]: 2024-04-17 17:54:02.275--ClientSession(1240077238)--Thread(Thread[main,5,main])--acquire unit of work: 2080551883
    [junit] [EL Finest]: 2024-04-17 17:54:02.276--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-17 17:54:02.276--UnitOfWork(2080551883)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:02.276--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-17 17:54:02.277--ServerSession(1918393987)--Connection(1905093500)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.277--ClientSession(1240077238)--Connection(1905093500)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.277--ClientSession(1240077238)--Connection(1905093500)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.277--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-17 17:54:02.278--ClientSession(1240077238)--Connection(463029783)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.278--ServerSession(1918393987)--Connection(1905093500)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.278--UnitOfWork(2080551883)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.278--UnitOfWork(2080551883)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.278--UnitOfWork(2080551883)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.278--ClientSession(1240077238)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.278--UnitOfWork(2080551883)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.278--ClientSession(1240077238)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.278--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1320515149
    [junit] [EL Finer]: 2024-04-17 17:54:02.278--ClientSession(1320515149)--Thread(Thread[main,5,main])--acquire unit of work: 1425617516
    [junit] [EL Finest]: 2024-04-17 17:54:02.279--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-17 17:54:02.279--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-17 17:54:02.305--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1308815741
    [junit] [EL Finer]: 2024-04-17 17:54:02.306--ClientSession(1308815741)--Thread(Thread[main,5,main])--acquire unit of work: 1733439693
    [junit] [EL Finest]: 2024-04-17 17:54:02.306--UnitOfWork(1733439693)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.306--UnitOfWork(1733439693)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:02.306--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-17 17:54:02.306--ServerSession(1918393987)--Connection(605660635)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.306--ClientSession(1308815741)--Connection(605660635)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.306--ClientSession(1308815741)--Connection(605660635)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.306--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-17 17:54:02.307--ClientSession(1308815741)--Connection(1388002765)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.307--ServerSession(1918393987)--Connection(605660635)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.307--UnitOfWork(1733439693)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.307--UnitOfWork(1733439693)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.307--UnitOfWork(1733439693)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.307--ClientSession(1308815741)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.307--UnitOfWork(1733439693)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.307--ClientSession(1308815741)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.307--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1365260222
    [junit] [EL Finer]: 2024-04-17 17:54:02.307--ClientSession(1365260222)--Thread(Thread[main,5,main])--acquire unit of work: 943613748
    [junit] [EL Finest]: 2024-04-17 17:54:02.307--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-17 17:54:02.307--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-17 17:54:02.308--UnitOfWork(943613748)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:02.308--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-17 17:54:02.308--ServerSession(1918393987)--Connection(547670951)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.308--ClientSession(1365260222)--Connection(547670951)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.308--ClientSession(1365260222)--Connection(547670951)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.308--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-17 17:54:02.308--ClientSession(1365260222)--Connection(284230192)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.309--ServerSession(1918393987)--Connection(547670951)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.309--UnitOfWork(943613748)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.309--UnitOfWork(943613748)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.309--UnitOfWork(943613748)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.309--ClientSession(1365260222)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.309--UnitOfWork(943613748)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.309--ClientSession(1365260222)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.309--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 673992821
    [junit] [EL Finer]: 2024-04-17 17:54:02.309--ClientSession(673992821)--Thread(Thread[main,5,main])--acquire unit of work: 785604388
    [junit] [EL Finest]: 2024-04-17 17:54:02.309--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-17 17:54:02.309--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-17 17:54:02.319--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1027629029
    [junit] [EL Finer]: 2024-04-17 17:54:02.32--ClientSession(1027629029)--Thread(Thread[main,5,main])--acquire unit of work: 1388767577
    [junit] [EL Finest]: 2024-04-17 17:54:02.32--UnitOfWork(1388767577)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.32--UnitOfWork(1388767577)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:02.32--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-17 17:54:02.32--ServerSession(1918393987)--Connection(230465865)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.32--ClientSession(1027629029)--Connection(230465865)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.32--ClientSession(1027629029)--Connection(230465865)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.32--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-17 17:54:02.321--ClientSession(1027629029)--Connection(1750404486)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.321--ServerSession(1918393987)--Connection(230465865)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.321--UnitOfWork(1388767577)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.321--UnitOfWork(1388767577)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: 2024-04-17 17:54:02.321--UnitOfWork(1388767577)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.321--UnitOfWork(1388767577)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:02.321--UnitOfWork(1388767577)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:02.321--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-17 17:54:02.321--ServerSession(1918393987)--Connection(1626288305)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.322--ClientSession(1027629029)--Connection(1626288305)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.322--ClientSession(1027629029)--Connection(1626288305)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.322--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-17 17:54:02.322--ClientSession(1027629029)--Connection(876008407)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.323--ServerSession(1918393987)--Connection(1626288305)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.323--UnitOfWork(1388767577)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.323--UnitOfWork(1388767577)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.323--UnitOfWork(1388767577)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.323--ClientSession(1027629029)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.323--UnitOfWork(1388767577)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.323--ClientSession(1027629029)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.323--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 776447774
    [junit] [EL Finer]: 2024-04-17 17:54:02.323--ClientSession(776447774)--Thread(Thread[main,5,main])--acquire unit of work: 934572255
    [junit] [EL Finest]: 2024-04-17 17:54:02.323--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-17 17:54:02.324--ServerSession(1918393987)--Connection(899589525)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.324--ServerSession(1918393987)--Connection(899589525)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.324--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-17 17:54:02.324--ServerSession(1918393987)--Connection(899589525)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:02.335--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 2089229540
    [junit] [EL Finer]: 2024-04-17 17:54:02.335--ClientSession(2089229540)--Thread(Thread[main,5,main])--acquire unit of work: 1027296777
    [junit] [EL Finest]: 2024-04-17 17:54:02.335--UnitOfWork(1027296777)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.335--UnitOfWork(1027296777)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:02.335--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-17 17:54:02.335--ServerSession(1918393987)--Connection(743171167)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.335--ClientSession(2089229540)--Connection(743171167)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.335--ClientSession(2089229540)--Connection(743171167)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.336--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-17 17:54:02.336--ClientSession(2089229540)--Connection(1273474265)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.336--ServerSession(1918393987)--Connection(743171167)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.337--UnitOfWork(1027296777)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.337--UnitOfWork(1027296777)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: 2024-04-17 17:54:02.337--UnitOfWork(1027296777)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:02.337--ServerSession(1918393987)--Connection(1299829127)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.337--ServerSession(1918393987)--Connection(1299829127)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.337--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-17 17:54:02.338--ServerSession(1918393987)--Connection(1299829127)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.338--UnitOfWork(1027296777)--Thread(Thread[main,5,main])--Merge clone org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@29 
    [junit] [EL Finer]: 2024-04-17 17:54:02.338--UnitOfWork(1027296777)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.338--UnitOfWork(1027296777)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.338--UnitOfWork(1027296777)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.338--UnitOfWork(1027296777)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.338--ClientSession(2089229540)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.338--UnitOfWork(1027296777)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.338--ClientSession(2089229540)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.338--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1336343423
    [junit] [EL Finer]: 2024-04-17 17:54:02.338--ClientSession(1336343423)--Thread(Thread[main,5,main])--acquire unit of work: 622854414
    [junit] [EL Finest]: 2024-04-17 17:54:02.338--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-17 17:54:02.338--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-17 17:54:02.35--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1273093350
    [junit] [EL Finer]: 2024-04-17 17:54:02.35--ClientSession(1273093350)--Thread(Thread[main,5,main])--acquire unit of work: 543938464
    [junit] [EL Finest]: 2024-04-17 17:54:02.35--UnitOfWork(543938464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.35--UnitOfWork(543938464)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:02.35--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-17 17:54:02.351--ServerSession(1918393987)--Connection(907754662)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.351--ClientSession(1273093350)--Connection(907754662)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.351--ClientSession(1273093350)--Connection(907754662)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.351--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-17 17:54:02.351--ClientSession(1273093350)--Connection(1211317010)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.351--ServerSession(1918393987)--Connection(907754662)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.352--UnitOfWork(543938464)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.352--UnitOfWork(543938464)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.352--UnitOfWork(543938464)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.352--ClientSession(1273093350)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.352--UnitOfWork(543938464)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.352--ClientSession(1273093350)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.352--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1660409789
    [junit] [EL Finer]: 2024-04-17 17:54:02.352--ClientSession(1660409789)--Thread(Thread[main,5,main])--acquire unit of work: 233191753
    [junit] [EL Finest]: 2024-04-17 17:54:02.352--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-17 17:54:02.352--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.566 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestFind
    [junit] [EL Finer]: 2024-04-17 17:54:02.393--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 2143645025
    [junit] [EL Finer]: 2024-04-17 17:54:02.393--ClientSession(2143645025)--Thread(Thread[main,5,main])--acquire unit of work: 327329752
    [junit] [EL Finest]: 2024-04-17 17:54:02.394--UnitOfWork(327329752)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.394--UnitOfWork(327329752)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.394--UnitOfWork(327329752)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.394--UnitOfWork(327329752)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:02.395--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-17 17:54:02.395--ServerSession(1918393987)--Connection(1401589925)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.395--ClientSession(2143645025)--Connection(1401589925)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.396--ClientSession(2143645025)--Connection(1401589925)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:02.396--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-17 17:54:02.396--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-17 17:54:02.396--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-17 17:54:02.397--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-17 17:54:02.397--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-17 17:54:02.397--UnitOfWork(327329752)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.398--UnitOfWork(327329752)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.398--UnitOfWork(327329752)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.398--ClientSession(2143645025)--Connection(1960131939)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.399--ServerSession(1918393987)--Connection(1401589925)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.399--UnitOfWork(327329752)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.399--UnitOfWork(327329752)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.399--UnitOfWork(327329752)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.399--ClientSession(2143645025)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.399--UnitOfWork(327329752)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.399--ClientSession(2143645025)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.4--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1730752455
    [junit] [EL Finer]: 2024-04-17 17:54:02.4--ClientSession(1730752455)--Thread(Thread[main,5,main])--acquire unit of work: 1276857863
    [junit] [EL Finest]: 2024-04-17 17:54:02.4--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-17 17:54:02.4--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-17 17:54:02.4--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-17 17:54:02.401--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-17 17:54:02.401--ServerSession(1918393987)--Connection(448070390)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.401--ServerSession(1918393987)--Connection(448070390)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.401--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-17 17:54:02.402--ServerSession(1918393987)--Connection(448070390)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.402--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-17 17:54:02.402--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-17 17:54:02.402--UnitOfWork(1276857863)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.402--ClientSession(1730752455)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.413--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 622274963
    [junit] [EL Finer]: 2024-04-17 17:54:02.413--ClientSession(622274963)--Thread(Thread[main,5,main])--acquire unit of work: 1064414847
    [junit] [EL Finest]: 2024-04-17 17:54:02.413--UnitOfWork(1064414847)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.413--UnitOfWork(1064414847)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.413--UnitOfWork(1064414847)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.413--UnitOfWork(1064414847)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:02.413--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-17 17:54:02.413--ServerSession(1918393987)--Connection(1286145967)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.413--ClientSession(622274963)--Connection(1286145967)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.413--ClientSession(622274963)--Connection(1286145967)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:02.414--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-17 17:54:02.414--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-17 17:54:02.414--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-17 17:54:02.414--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-17 17:54:02.414--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-17 17:54:02.415--UnitOfWork(1064414847)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.415--UnitOfWork(1064414847)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.415--UnitOfWork(1064414847)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.415--ClientSession(622274963)--Connection(1056151241)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.416--ServerSession(1918393987)--Connection(1286145967)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.416--UnitOfWork(1064414847)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.416--UnitOfWork(1064414847)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.416--UnitOfWork(1064414847)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.416--ClientSession(622274963)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.416--UnitOfWork(1064414847)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.416--ClientSession(622274963)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.416--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 2069143716
    [junit] [EL Finer]: 2024-04-17 17:54:02.416--ClientSession(2069143716)--Thread(Thread[main,5,main])--acquire unit of work: 1747820321
    [junit] [EL Finest]: 2024-04-17 17:54:02.417--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-17 17:54:02.417--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-17 17:54:02.417--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-17 17:54:02.417--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-17 17:54:02.417--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-17 17:54:02.417--ServerSession(1918393987)--Connection(370428315)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.417--ServerSession(1918393987)--Connection(370428315)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.417--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-17 17:54:02.418--ServerSession(1918393987)--Connection(370428315)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:02.429--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 81709688
    [junit] [EL Finer]: 2024-04-17 17:54:02.429--ClientSession(81709688)--Thread(Thread[main,5,main])--acquire unit of work: 1600512192
    [junit] [EL Finest]: 2024-04-17 17:54:02.429--UnitOfWork(1600512192)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.429--UnitOfWork(1600512192)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.429--UnitOfWork(1600512192)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.429--UnitOfWork(1600512192)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:02.43--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-17 17:54:02.43--ServerSession(1918393987)--Connection(833784282)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.43--ClientSession(81709688)--Connection(833784282)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.43--ClientSession(81709688)--Connection(833784282)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:02.43--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-17 17:54:02.43--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-17 17:54:02.431--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-17 17:54:02.431--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-17 17:54:02.431--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-17 17:54:02.432--UnitOfWork(1600512192)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.433--UnitOfWork(1600512192)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.433--UnitOfWork(1600512192)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.433--ClientSession(81709688)--Connection(1481141739)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.433--ServerSession(1918393987)--Connection(833784282)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.434--UnitOfWork(1600512192)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.434--UnitOfWork(1600512192)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.434--UnitOfWork(1600512192)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.434--ClientSession(81709688)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.434--UnitOfWork(1600512192)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.434--ClientSession(81709688)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.435--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 974630100
    [junit] [EL Finer]: 2024-04-17 17:54:02.435--ClientSession(974630100)--Thread(Thread[main,5,main])--acquire unit of work: 150309335
    [junit] [EL Finer]: 2024-04-17 17:54:02.446--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 493302922
    [junit] [EL Finer]: 2024-04-17 17:54:02.446--ClientSession(493302922)--Thread(Thread[main,5,main])--acquire unit of work: 972598720
    [junit] [EL Finest]: 2024-04-17 17:54:02.446--UnitOfWork(972598720)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.446--UnitOfWork(972598720)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.446--UnitOfWork(972598720)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.446--UnitOfWork(972598720)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:02.447--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-17 17:54:02.447--ServerSession(1918393987)--Connection(1557955737)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.447--ClientSession(493302922)--Connection(1557955737)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.447--ClientSession(493302922)--Connection(1557955737)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:02.447--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-17 17:54:02.448--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-17 17:54:02.448--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-17 17:54:02.448--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-17 17:54:02.449--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-17 17:54:02.449--UnitOfWork(972598720)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.449--UnitOfWork(972598720)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.449--UnitOfWork(972598720)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.449--ClientSession(493302922)--Connection(707834059)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.45--ServerSession(1918393987)--Connection(1557955737)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.45--UnitOfWork(972598720)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.45--UnitOfWork(972598720)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.45--UnitOfWork(972598720)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.45--ClientSession(493302922)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.45--UnitOfWork(972598720)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.45--ClientSession(493302922)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.45--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1866476009
    [junit] [EL Finer]: 2024-04-17 17:54:02.451--ClientSession(1866476009)--Thread(Thread[main,5,main])--acquire unit of work: 628845656
    [junit] [EL Finest]: 2024-04-17 17:54:02.451--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-17 17:54:02.451--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-17 17:54:02.451--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-17 17:54:02.451--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-17 17:54:02.451--ServerSession(1918393987)--Connection(1925038057)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.451--ServerSession(1918393987)--Connection(1925038057)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.451--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-17 17:54:02.452--ServerSession(1918393987)--Connection(1925038057)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.452--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-17 17:54:02.452--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-17 17:54:02.463--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1191049963
    [junit] [EL Finer]: 2024-04-17 17:54:02.463--ClientSession(1191049963)--Thread(Thread[main,5,main])--acquire unit of work: 271230460
    [junit] [EL Finest]: 2024-04-17 17:54:02.463--UnitOfWork(271230460)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.463--UnitOfWork(271230460)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.463--UnitOfWork(271230460)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.463--UnitOfWork(271230460)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:02.463--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-17 17:54:02.463--ServerSession(1918393987)--Connection(1335460065)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.463--ClientSession(1191049963)--Connection(1335460065)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.463--ClientSession(1191049963)--Connection(1335460065)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:02.463--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-17 17:54:02.464--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-17 17:54:02.464--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-17 17:54:02.464--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-17 17:54:02.464--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-17 17:54:02.465--UnitOfWork(271230460)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.465--UnitOfWork(271230460)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.465--UnitOfWork(271230460)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.465--ClientSession(1191049963)--Connection(527331152)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.465--ServerSession(1918393987)--Connection(1335460065)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.466--UnitOfWork(271230460)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.466--UnitOfWork(271230460)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.466--UnitOfWork(271230460)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.466--ClientSession(1191049963)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.466--UnitOfWork(271230460)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.466--ClientSession(1191049963)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.466--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 475871084
    [junit] [EL Finer]: 2024-04-17 17:54:02.466--ClientSession(475871084)--Thread(Thread[main,5,main])--acquire unit of work: 1123207912
    [junit] [EL Finest]: 2024-04-17 17:54:02.466--UnitOfWork(1123207912)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.466--ServerSession(1918393987)--Connection(1633583079)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.467--ClientSession(475871084)--Connection(1633583079)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.467--ClientSession(475871084)--Connection(1633583079)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:02.467--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-17 17:54:02.467--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-17 17:54:02.468--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-17 17:54:02.468--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-17 17:54:02.469--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-17 17:54:02.469--ClientSession(475871084)--Connection(1911860918)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.469--ServerSession(1918393987)--Connection(1911860918)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:02.47--ServerSession(1918393987)--Connection(1633583079)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:02.47--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-17 17:54:02.47--UnitOfWork(1123207912)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:02.47--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-17 17:54:02.47--ServerSession(1918393987)--Connection(1148140115)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.47--ClientSession(475871084)--Connection(1148140115)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.47--ClientSession(475871084)--Connection(1148140115)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.47--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-17 17:54:02.471--ClientSession(475871084)--Connection(1279249383)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.471--ServerSession(1918393987)--Connection(1148140115)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.471--UnitOfWork(1123207912)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.471--UnitOfWork(1123207912)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.471--UnitOfWork(1123207912)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.471--ClientSession(475871084)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.471--UnitOfWork(1123207912)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.471--ClientSession(475871084)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.471--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 158203067
    [junit] [EL Finer]: 2024-04-17 17:54:02.471--ClientSession(158203067)--Thread(Thread[main,5,main])--acquire unit of work: 888005223
    [junit] [EL Finest]: 2024-04-17 17:54:02.472--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-17 17:54:02.472--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-17 17:54:02.472--UnitOfWork(888005223)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.472--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-17 17:54:02.472--UnitOfWork(888005223)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.472--ClientSession(158203067)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.472--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 213762292
    [junit] [EL Finer]: 2024-04-17 17:54:02.472--ClientSession(213762292)--Thread(Thread[main,5,main])--acquire unit of work: 17921215
    [junit] [EL Finest]: 2024-04-17 17:54:02.472--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-17 17:54:02.472--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-17 17:54:02.473--UnitOfWork(17921215)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.473--UnitOfWork(17921215)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:02.473--UnitOfWork(17921215)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Island )
    [junit] [EL Finest]: 2024-04-17 17:54:02.473--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-17 17:54:02.473--ServerSession(1918393987)--Connection(2052202839)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.473--ClientSession(213762292)--Connection(2052202839)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.473--ClientSession(213762292)--Connection(2052202839)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.473--ClientSession(213762292)--Connection(1886127662)--Thread(Thread[main,5,main])--DELETE FROM TMP_ISLAND WHERE (ID = ?)
    [junit] 	bind => [1]
    [junit] [EL Finer]: 2024-04-17 17:54:02.473--UnitOfWork(17921215)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.473--UnitOfWork(17921215)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: 2024-04-17 17:54:02.473--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-17 17:54:02.474--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-17 17:54:02.474--UnitOfWork(17921215)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.474--ClientSession(213762292)--Connection(1886127662)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.474--ServerSession(1918393987)--Connection(2052202839)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.474--ClientSession(213762292)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.484--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1804771537
    [junit] [EL Finer]: 2024-04-17 17:54:02.484--ClientSession(1804771537)--Thread(Thread[main,5,main])--acquire unit of work: 1268701597
    [junit] [EL Finest]: 2024-04-17 17:54:02.485--UnitOfWork(1268701597)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.485--UnitOfWork(1268701597)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.485--UnitOfWork(1268701597)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.485--UnitOfWork(1268701597)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:02.485--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-17 17:54:02.485--ServerSession(1918393987)--Connection(633686225)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.485--ClientSession(1804771537)--Connection(633686225)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.485--ClientSession(1804771537)--Connection(633686225)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:02.485--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-17 17:54:02.485--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-17 17:54:02.486--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-17 17:54:02.486--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-17 17:54:02.486--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-17 17:54:02.487--UnitOfWork(1268701597)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.487--UnitOfWork(1268701597)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.487--UnitOfWork(1268701597)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.487--ClientSession(1804771537)--Connection(1198139417)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.487--ServerSession(1918393987)--Connection(633686225)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.487--UnitOfWork(1268701597)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.487--UnitOfWork(1268701597)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.488--UnitOfWork(1268701597)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.488--ClientSession(1804771537)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.488--UnitOfWork(1268701597)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.488--ClientSession(1804771537)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.488--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1373696747
    [junit] [EL Finer]: 2024-04-17 17:54:02.488--ClientSession(1373696747)--Thread(Thread[main,5,main])--acquire unit of work: 2052185144
    [junit] [EL Finest]: 2024-04-17 17:54:02.488--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-17 17:54:02.488--ServerSession(1918393987)--Connection(832887631)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.488--ServerSession(1918393987)--Connection(832887631)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.488--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-17 17:54:02.488--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.107 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestFlush
    [junit] [EL Finer]: 2024-04-17 17:54:02.508--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 140733684
    [junit] [EL Finer]: 2024-04-17 17:54:02.508--ClientSession(140733684)--Thread(Thread[main,5,main])--acquire unit of work: 2090144454
    [junit] [EL Finest]: 2024-04-17 17:54:02.508--UnitOfWork(2090144454)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.508--UnitOfWork(2090144454)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:02.508--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-17 17:54:02.508--ServerSession(1918393987)--Connection(149820420)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.509--ClientSession(140733684)--Connection(149820420)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.509--ClientSession(140733684)--Connection(149820420)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.509--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-17 17:54:02.509--UnitOfWork(2090144454)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.509--UnitOfWork(2090144454)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.51--UnitOfWork(2090144454)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.51--UnitOfWork(2090144454)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:02.51--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-17 17:54:02.51--UnitOfWork(2090144454)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.51--ClientSession(140733684)--Connection(1547248893)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.511--ServerSession(1918393987)--Connection(149820420)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.511--ClientSession(140733684)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.521--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 49477935
    [junit] [EL Finer]: 2024-04-17 17:54:02.521--ClientSession(49477935)--Thread(Thread[main,5,main])--acquire unit of work: 217859585
    [junit] [EL Finest]: 2024-04-17 17:54:02.521--UnitOfWork(217859585)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.521--UnitOfWork(217859585)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:02.521--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-17 17:54:02.521--ServerSession(1918393987)--Connection(1352773510)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.521--ClientSession(49477935)--Connection(1352773510)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.521--ClientSession(49477935)--Connection(1352773510)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.521--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-17 17:54:02.522--UnitOfWork(217859585)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.522--UnitOfWork(217859585)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.522--UnitOfWork(217859585)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:02.522--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-17 17:54:02.522--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-17 17:54:02.522--ClientSession(49477935)--Connection(1040394205)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.523--ServerSession(1918393987)--Connection(1352773510)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.523--UnitOfWork(217859585)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.523--UnitOfWork(217859585)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.523--UnitOfWork(217859585)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.523--ClientSession(49477935)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.523--UnitOfWork(217859585)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.523--ClientSession(49477935)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.523--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1241213245
    [junit] [EL Finer]: 2024-04-17 17:54:02.523--ClientSession(1241213245)--Thread(Thread[main,5,main])--acquire unit of work: 941194882
    [junit] [EL Finest]: 2024-04-17 17:54:02.523--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-17 17:54:02.523--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-17 17:54:02.523--UnitOfWork(941194882)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:02.523--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-17 17:54:02.524--ServerSession(1918393987)--Connection(115016870)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.524--ClientSession(1241213245)--Connection(115016870)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.524--ClientSession(1241213245)--Connection(115016870)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.524--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-17 17:54:02.524--UnitOfWork(941194882)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.524--UnitOfWork(941194882)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.524--UnitOfWork(941194882)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:02.524--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-17 17:54:02.524--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-17 17:54:02.525--ClientSession(1241213245)--Connection(150172894)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.525--ServerSession(1918393987)--Connection(115016870)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.525--UnitOfWork(941194882)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.525--UnitOfWork(941194882)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.525--UnitOfWork(941194882)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.525--ClientSession(1241213245)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.525--UnitOfWork(941194882)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.525--ClientSession(1241213245)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.525--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1448904830
    [junit] [EL Finer]: 2024-04-17 17:54:02.525--ClientSession(1448904830)--Thread(Thread[main,5,main])--acquire unit of work: 1545688642
    [junit] [EL Finest]: 2024-04-17 17:54:02.525--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-17 17:54:02.525--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-17 17:54:02.536--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1627289079
    [junit] [EL Finer]: 2024-04-17 17:54:02.536--ClientSession(1627289079)--Thread(Thread[main,5,main])--acquire unit of work: 1311163144
    [junit] [EL Finest]: 2024-04-17 17:54:02.536--UnitOfWork(1311163144)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.536--UnitOfWork(1311163144)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.536--UnitOfWork(1311163144)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:02.537--UnitOfWork(1311163144)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Cubicle )
    [junit] [EL Finest]: 2024-04-17 17:54:02.537--ServerSession(1918393987)--Connection(2077742876)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.537--ServerSession(1918393987)--Connection(2077742876)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.537--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-17 17:54:02.537--ServerSession(1918393987)--Connection(2077742876)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:02.538--UnitOfWork(1311163144)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.538--ClientSession(1627289079)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.538--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 2083887112
    [junit] [EL Finer]: 2024-04-17 17:54:02.538--ClientSession(2083887112)--Thread(Thread[main,5,main])--acquire unit of work: 520171591
    [junit] [EL Finest]: 2024-04-17 17:54:02.538--UnitOfWork(520171591)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.538--UnitOfWork(520171591)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.538--UnitOfWork(520171591)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.538--UnitOfWork(520171591)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.538--ClientSession(2083887112)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.538--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1214701735
    [junit] [EL Finer]: 2024-04-17 17:54:02.538--ClientSession(1214701735)--Thread(Thread[main,5,main])--acquire unit of work: 1772262616
    [junit] [EL Finest]: 2024-04-17 17:54:02.538--UnitOfWork(1772262616)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.538--UnitOfWork(1772262616)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.538--UnitOfWork(1772262616)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.538--ServerSession(1918393987)--Connection(1850252216)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.539--ClientSession(1214701735)--Connection(1850252216)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.539--ClientSession(1214701735)--Connection(1850252216)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:02.539--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-17 17:54:02.539--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-17 17:54:02.539--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-17 17:54:02.539--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-17 17:54:02.54--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-17 17:54:02.54--ClientSession(1214701735)--Connection(322033405)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.54--ServerSession(1918393987)--Connection(322033405)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:02.54--ServerSession(1918393987)--Connection(1850252216)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:02.54--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-17 17:54:02.54--UnitOfWork(1772262616)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:02.541--UnitOfWork(1772262616)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee )
    [junit] [EL Finest]: 2024-04-17 17:54:02.541--ServerSession(1918393987)--Connection(859897724)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.541--ServerSession(1918393987)--Connection(859897724)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.541--ServerSession(1918393987)--Connection(70140977)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_EMP WHERE (ID = ?)
    [junit] 	bind => [9]
    [junit] [EL Finest]: 2024-04-17 17:54:02.541--ServerSession(1918393987)--Connection(859897724)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:02.541--UnitOfWork(1772262616)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.541--ClientSession(1214701735)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.552--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1574053815
    [junit] [EL Finer]: 2024-04-17 17:54:02.552--ClientSession(1574053815)--Thread(Thread[main,5,main])--acquire unit of work: 1027310894
    [junit] [EL Finest]: 2024-04-17 17:54:02.552--UnitOfWork(1027310894)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.552--UnitOfWork(1027310894)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:02.552--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-17 17:54:02.552--ServerSession(1918393987)--Connection(1233113908)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.552--ClientSession(1574053815)--Connection(1233113908)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.552--ClientSession(1574053815)--Connection(1233113908)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Warning]: 2024-04-17 17:54:02.552--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-17 17:54:02.553--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-17 17:54:02.553--UnitOfWork(1027310894)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.553--ClientSession(1574053815)--Connection(947519212)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.553--ServerSession(1918393987)--Connection(1233113908)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.553--ClientSession(1574053815)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.574--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1963729827
    [junit] [EL Finer]: 2024-04-17 17:54:02.574--ClientSession(1963729827)--Thread(Thread[main,5,main])--acquire unit of work: 595755231
    [junit] [EL Finest]: 2024-04-17 17:54:02.574--UnitOfWork(595755231)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.574--UnitOfWork(595755231)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.575--UnitOfWork(595755231)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.575--UnitOfWork(595755231)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.575--UnitOfWork(595755231)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:02.575--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-17 17:54:02.575--ServerSession(1918393987)--Connection(305700980)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.575--ClientSession(1963729827)--Connection(305700980)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.575--ClientSession(1963729827)--Connection(305700980)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:02.576--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-17 17:54:02.576--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-17 17:54:02.577--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-17 17:54:02.577--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-17 17:54:02.577--ClientSession(1963729827)--Connection(1941633008)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:02.577--ClientSession(1963729827)--Connection(1941633008)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:02.577--ClientSession(1963729827)--Connection(1941633008)--Thread(Thread[main,5,main])--	bind => [103, 2006-10-19, Six-Sigma, 1, Review]
    [junit] [EL Fine]: 2024-04-17 17:54:02.577--ClientSession(1963729827)--Connection(1941633008)--Thread(Thread[main,5,main])--	bind => [102, 2006-10-19, Passion, 1, Review]
    [junit] [EL Fine]: 2024-04-17 17:54:02.577--ClientSession(1963729827)--Connection(1941633008)--Thread(Thread[main,5,main])--	bind => [101, 2006-10-19, Performance, 1, Review]
    [junit] [EL Finer]: 2024-04-17 17:54:02.577--ClientSession(1963729827)--Connection(1941633008)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:02.579--ClientSession(1963729827)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" )
    [junit] [EL Finer]: 2024-04-17 17:54:02.579--ClientSession(1963729827)--Connection(1941633008)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:02.579--ClientSession(1963729827)--Connection(1941633008)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:02.579--ClientSession(1963729827)--Connection(1941633008)--Thread(Thread[main,5,main])--	bind => [0, 103]
    [junit] [EL Fine]: 2024-04-17 17:54:02.579--ClientSession(1963729827)--Connection(1941633008)--Thread(Thread[main,5,main])--	bind => [0, 102]
    [junit] [EL Fine]: 2024-04-17 17:54:02.579--ClientSession(1963729827)--Connection(1941633008)--Thread(Thread[main,5,main])--	bind => [0, 101]
    [junit] [EL Finer]: 2024-04-17 17:54:02.579--ClientSession(1963729827)--Connection(1941633008)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:02.58--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-17 17:54:02.58--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-17 17:54:02.58--ClientSession(1963729827)--Connection(1941633008)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:02.58--ClientSession(1963729827)--Connection(1941633008)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:02.58--ClientSession(1963729827)--Connection(1941633008)--Thread(Thread[main,5,main])--	bind => [101, 302]
    [junit] [EL Fine]: 2024-04-17 17:54:02.581--ClientSession(1963729827)--Connection(1941633008)--Thread(Thread[main,5,main])--	bind => [102, 302]
    [junit] [EL Fine]: 2024-04-17 17:54:02.581--ClientSession(1963729827)--Connection(1941633008)--Thread(Thread[main,5,main])--	bind => [103, 302]
    [junit] [EL Finer]: 2024-04-17 17:54:02.581--ClientSession(1963729827)--Connection(1941633008)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:02.581--ClientSession(1963729827)--Connection(1941633008)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.582--ServerSession(1918393987)--Connection(305700980)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.582--UnitOfWork(595755231)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.582--UnitOfWork(595755231)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.582--UnitOfWork(595755231)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.582--ClientSession(1963729827)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.582--UnitOfWork(595755231)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.583--ClientSession(1963729827)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.583--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 523655718
    [junit] [EL Finer]: 2024-04-17 17:54:02.583--ClientSession(523655718)--Thread(Thread[main,5,main])--acquire unit of work: 1151964959
    [junit] [EL Finest]: 2024-04-17 17:54:02.583--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-17 17:54:02.583--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-17 17:54:02.583--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-17 17:54:02.583--ServerSession(1918393987)--Connection(831543502)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.583--ServerSession(1918393987)--Connection(831543502)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.583--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-17 17:54:02.584--ServerSession(1918393987)--Connection(831543502)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.584--UnitOfWork(1151964959)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="reviews" referenceClass=Review )
    [junit] [EL Finest]: 2024-04-17 17:54:02.585--ServerSession(1918393987)--Connection(209455103)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.585--ServerSession(1918393987)--Connection(209455103)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.585--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-17 17:54:02.587--ServerSession(1918393987)--Connection(209455103)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.587--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-17 17:54:02.587--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-17 17:54:02.587--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-17 17:54:02.587--UnitOfWork(1151964959)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:02.588--UnitOfWork(1151964959)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Review )
    [junit] [EL Finest]: 2024-04-17 17:54:02.588--UnitOfWork(1151964959)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Review )
    [junit] [EL Finest]: 2024-04-17 17:54:02.588--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-17 17:54:02.588--UnitOfWork(1151964959)--Thread(Thread[main,5,main])--Execute query DataModifyQuery()
    [junit] [EL Finest]: 2024-04-17 17:54:02.589--ServerSession(1918393987)--Connection(1095122006)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.589--ClientSession(523655718)--Connection(1095122006)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.589--ClientSession(523655718)--Connection(1095122006)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:02.589--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-17 17:54:02.589--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-17 17:54:02.589--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-17 17:54:02.589--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:02.589--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-17 17:54:02.589--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])--	bind => [101, 302]
    [junit] [EL Fine]: 2024-04-17 17:54:02.589--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])--	bind => [103, 302]
    [junit] [EL Fine]: 2024-04-17 17:54:02.589--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])--	bind => [102, 302]
    [junit] [EL Finer]: 2024-04-17 17:54:02.589--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:02.59--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-17 17:54:02.59--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:02.591--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:02.591--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])--	bind => [102, 302]
    [junit] [EL Fine]: 2024-04-17 17:54:02.591--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])--	bind => [101, 302]
    [junit] [EL Finer]: 2024-04-17 17:54:02.591--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:02.591--UnitOfWork(1151964959)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.591--UnitOfWork(1151964959)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.591--UnitOfWork(1151964959)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:02.592--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-17 17:54:02.592--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-17 17:54:02.592--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-17 17:54:02.592--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-17 17:54:02.592--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:02.592--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-17 17:54:02.592--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])--	bind => [101, 302]
    [junit] [EL Fine]: 2024-04-17 17:54:02.592--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])--	bind => [102, 302]
    [junit] [EL Finer]: 2024-04-17 17:54:02.592--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:02.593--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-17 17:54:02.593--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-17 17:54:02.593--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:02.593--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:02.593--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])--	bind => [103, 302]
    [junit] [EL Fine]: 2024-04-17 17:54:02.593--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])--	bind => [101, 302]
    [junit] [EL Fine]: 2024-04-17 17:54:02.594--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])--	bind => [102, 302]
    [junit] [EL Finer]: 2024-04-17 17:54:02.594--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:02.594--ClientSession(523655718)--Connection(370971752)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.595--ServerSession(1918393987)--Connection(1095122006)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.595--UnitOfWork(1151964959)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.595--UnitOfWork(1151964959)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.595--UnitOfWork(1151964959)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.595--ClientSession(523655718)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.595--UnitOfWork(1151964959)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.595--ClientSession(523655718)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.595--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1663801016
    [junit] [EL Finer]: 2024-04-17 17:54:02.595--ClientSession(1663801016)--Thread(Thread[main,5,main])--acquire unit of work: 5525099
    [junit] [EL Finest]: 2024-04-17 17:54:02.595--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-17 17:54:02.595--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-17 17:54:02.596--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-17 17:54:02.596--ServerSession(1918393987)--Connection(1705405045)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.596--ServerSession(1918393987)--Connection(1705405045)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.596--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-17 17:54:02.596--ServerSession(1918393987)--Connection(1705405045)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.597--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-17 17:54:02.597--ServerSession(1918393987)--Connection(1000927054)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.597--ServerSession(1918393987)--Connection(1000927054)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.597--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-17 17:54:02.598--ServerSession(1918393987)--Connection(1000927054)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.598--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-17 17:54:02.598--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-17 17:54:02.598--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-17 17:54:02.598--UnitOfWork(5525099)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.598--ClientSession(1663801016)--Thread(Thread[main,5,main])--client released
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.103 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestGetReference
    [junit] [EL Finer]: 2024-04-17 17:54:02.618--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1460372957
    [junit] [EL Finer]: 2024-04-17 17:54:02.618--ClientSession(1460372957)--Thread(Thread[main,5,main])--acquire unit of work: 684634718
    [junit] [EL Finest]: 2024-04-17 17:54:02.618--UnitOfWork(684634718)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.618--UnitOfWork(684634718)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.618--UnitOfWork(684634718)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.618--UnitOfWork(684634718)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.618--UnitOfWork(684634718)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.619--UnitOfWork(684634718)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.619--UnitOfWork(684634718)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:02.619--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-17 17:54:02.619--ServerSession(1918393987)--Connection(1209568547)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.619--ClientSession(1460372957)--Connection(1209568547)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.619--ClientSession(1460372957)--Connection(1209568547)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:02.619--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-17 17:54:02.62--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-17 17:54:02.62--ClientSession(1460372957)--Connection(1214276218)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:02.62--ClientSession(1460372957)--Connection(1214276218)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:02.62--ClientSession(1460372957)--Connection(1214276218)--Thread(Thread[main,5,main])--	bind => [1, eins, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:02.62--ClientSession(1460372957)--Connection(1214276218)--Thread(Thread[main,5,main])--	bind => [2, zwei, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:02.62--ClientSession(1460372957)--Connection(1214276218)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:02.62--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-17 17:54:02.621--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-17 17:54:02.621--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-17 17:54:02.621--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-17 17:54:02.622--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-17 17:54:02.622--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-17 17:54:02.623--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-17 17:54:02.623--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-17 17:54:02.624--UnitOfWork(684634718)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.624--UnitOfWork(684634718)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.624--UnitOfWork(684634718)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.624--ClientSession(1460372957)--Connection(1214276218)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.625--ServerSession(1918393987)--Connection(1209568547)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.625--UnitOfWork(684634718)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.625--UnitOfWork(684634718)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.626--UnitOfWork(684634718)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.626--ClientSession(1460372957)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.626--UnitOfWork(684634718)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.626--ClientSession(1460372957)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.626--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1370139092
    [junit] [EL Finer]: 2024-04-17 17:54:02.626--ClientSession(1370139092)--Thread(Thread[main,5,main])--acquire unit of work: 1653786174
    [junit] [EL Finest]: 2024-04-17 17:54:02.626--UnitOfWork(1653786174)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee )
    [junit] [EL Finest]: 2024-04-17 17:54:02.626--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-17 17:54:02.626--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-17 17:54:02.626--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-17 17:54:02.626--ServerSession(1918393987)--Connection(2144545878)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.626--ServerSession(1918393987)--Connection(2144545878)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.626--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-17 17:54:02.627--ServerSession(1918393987)--Connection(2144545878)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.627--UnitOfWork(1653786174)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee )
    [junit] [EL Finest]: 2024-04-17 17:54:02.627--UnitOfWork(1653786174)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department )
    [junit] [EL Finer]: 2024-04-17 17:54:02.627--UnitOfWork(1653786174)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.627--ClientSession(1370139092)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.638--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 428609308
    [junit] [EL Finer]: 2024-04-17 17:54:02.638--ClientSession(428609308)--Thread(Thread[main,5,main])--acquire unit of work: 43856881
    [junit] [EL Finest]: 2024-04-17 17:54:02.638--UnitOfWork(43856881)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.638--UnitOfWork(43856881)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.638--UnitOfWork(43856881)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.639--UnitOfWork(43856881)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.639--UnitOfWork(43856881)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.639--UnitOfWork(43856881)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.639--UnitOfWork(43856881)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:02.64--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-17 17:54:02.64--ServerSession(1918393987)--Connection(1847434034)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.64--ClientSession(428609308)--Connection(1847434034)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.64--ClientSession(428609308)--Connection(1847434034)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:02.64--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-17 17:54:02.64--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-17 17:54:02.64--ClientSession(428609308)--Connection(766950017)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:02.64--ClientSession(428609308)--Connection(766950017)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:02.64--ClientSession(428609308)--Connection(766950017)--Thread(Thread[main,5,main])--	bind => [2, zwei, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:02.64--ClientSession(428609308)--Connection(766950017)--Thread(Thread[main,5,main])--	bind => [1, eins, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:02.64--ClientSession(428609308)--Connection(766950017)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:02.641--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-17 17:54:02.641--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-17 17:54:02.642--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-17 17:54:02.642--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-17 17:54:02.642--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-17 17:54:02.643--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-17 17:54:02.644--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-17 17:54:02.644--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-17 17:54:02.645--UnitOfWork(43856881)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.645--UnitOfWork(43856881)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.645--UnitOfWork(43856881)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.645--ClientSession(428609308)--Connection(766950017)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.646--ServerSession(1918393987)--Connection(1847434034)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.646--UnitOfWork(43856881)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.646--UnitOfWork(43856881)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.646--UnitOfWork(43856881)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.646--ClientSession(428609308)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.646--UnitOfWork(43856881)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.646--ClientSession(428609308)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.646--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1919161875
    [junit] [EL Finer]: 2024-04-17 17:54:02.646--ClientSession(1919161875)--Thread(Thread[main,5,main])--acquire unit of work: 1299311707
    [junit] [EL Finest]: 2024-04-17 17:54:02.646--UnitOfWork(1299311707)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee )
    [junit] [EL Finest]: 2024-04-17 17:54:02.646--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-17 17:54:02.647--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-17 17:54:02.647--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-17 17:54:02.647--ServerSession(1918393987)--Connection(1716909005)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.647--ServerSession(1918393987)--Connection(1716909005)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.647--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-17 17:54:02.647--ServerSession(1918393987)--Connection(1716909005)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.648--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-17 17:54:02.648--UnitOfWork(1299311707)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.648--UnitOfWork(1299311707)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.648--UnitOfWork(1299311707)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.648--ClientSession(1919161875)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.648--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 2073225885
    [junit] [EL Finer]: 2024-04-17 17:54:02.648--ClientSession(2073225885)--Thread(Thread[main,5,main])--acquire unit of work: 1799078390
    [junit] [EL Finest]: 2024-04-17 17:54:02.648--UnitOfWork(1799078390)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee )
    [junit] [EL Finest]: 2024-04-17 17:54:02.648--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-17 17:54:02.648--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-17 17:54:02.648--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-17 17:54:02.648--ServerSession(1918393987)--Connection(1551501036)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.648--ServerSession(1918393987)--Connection(1551501036)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.648--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-17 17:54:02.649--ServerSession(1918393987)--Connection(1551501036)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:02.649--UnitOfWork(1799078390)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.649--ClientSession(2073225885)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:02.649--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-17 17:54:02.649--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-17 17:54:02.649--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-17 17:54:02.649--ServerSession(1918393987)--Connection(452368204)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.649--ServerSession(1918393987)--Connection(452368204)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.65--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-17 17:54:02.65--ServerSession(1918393987)--Connection(452368204)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:02.65--UnitOfWork(1799078390)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.65--UnitOfWork(1799078390)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.65--UnitOfWork(1799078390)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.65--ClientSession(2073225885)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.661--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 861286727
    [junit] [EL Finer]: 2024-04-17 17:54:02.661--ClientSession(861286727)--Thread(Thread[main,5,main])--acquire unit of work: 857972082
    [junit] [EL Finest]: 2024-04-17 17:54:02.661--UnitOfWork(857972082)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.661--UnitOfWork(857972082)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.661--UnitOfWork(857972082)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.661--UnitOfWork(857972082)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.661--UnitOfWork(857972082)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.661--UnitOfWork(857972082)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.661--UnitOfWork(857972082)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:02.661--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-17 17:54:02.662--ServerSession(1918393987)--Connection(393413334)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.662--ClientSession(861286727)--Connection(393413334)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.662--ClientSession(861286727)--Connection(393413334)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:02.662--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-17 17:54:02.662--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-17 17:54:02.662--ClientSession(861286727)--Connection(720613460)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:02.662--ClientSession(861286727)--Connection(720613460)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:02.662--ClientSession(861286727)--Connection(720613460)--Thread(Thread[main,5,main])--	bind => [2, zwei, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:02.662--ClientSession(861286727)--Connection(720613460)--Thread(Thread[main,5,main])--	bind => [1, eins, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:02.662--ClientSession(861286727)--Connection(720613460)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:02.663--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-17 17:54:02.663--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-17 17:54:02.663--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-17 17:54:02.663--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-17 17:54:02.664--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-17 17:54:02.664--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-17 17:54:02.664--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-17 17:54:02.665--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-17 17:54:02.665--UnitOfWork(857972082)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.665--UnitOfWork(857972082)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.665--UnitOfWork(857972082)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.666--ClientSession(861286727)--Connection(720613460)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.666--ServerSession(1918393987)--Connection(393413334)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.666--UnitOfWork(857972082)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.666--UnitOfWork(857972082)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.667--UnitOfWork(857972082)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.667--ClientSession(861286727)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.667--UnitOfWork(857972082)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.667--ClientSession(861286727)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.667--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 904909100
    [junit] [EL Finer]: 2024-04-17 17:54:02.667--ClientSession(904909100)--Thread(Thread[main,5,main])--acquire unit of work: 1895260790
    [junit] [EL Finest]: 2024-04-17 17:54:02.667--UnitOfWork(1895260790)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee )
    [junit] [EL Finest]: 2024-04-17 17:54:02.667--ServerSession(1918393987)--Connection(504924013)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.667--ServerSession(1918393987)--Connection(504924013)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.667--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-17 17:54:02.667--ServerSession(1918393987)--Connection(504924013)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:02.668--UnitOfWork(1895260790)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.668--ClientSession(904909100)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.678--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1747991614
    [junit] [EL Finer]: 2024-04-17 17:54:02.678--ClientSession(1747991614)--Thread(Thread[main,5,main])--acquire unit of work: 784481987
    [junit] [EL Finest]: 2024-04-17 17:54:02.678--UnitOfWork(784481987)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.678--UnitOfWork(784481987)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.678--UnitOfWork(784481987)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.678--UnitOfWork(784481987)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.679--UnitOfWork(784481987)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.679--UnitOfWork(784481987)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.679--UnitOfWork(784481987)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:02.679--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-17 17:54:02.679--ServerSession(1918393987)--Connection(1482979717)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.679--ClientSession(1747991614)--Connection(1482979717)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.679--ClientSession(1747991614)--Connection(1482979717)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:02.679--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-17 17:54:02.68--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-17 17:54:02.68--ClientSession(1747991614)--Connection(236753357)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:02.68--ClientSession(1747991614)--Connection(236753357)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:02.68--ClientSession(1747991614)--Connection(236753357)--Thread(Thread[main,5,main])--	bind => [2, zwei, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:02.68--ClientSession(1747991614)--Connection(236753357)--Thread(Thread[main,5,main])--	bind => [1, eins, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:02.68--ClientSession(1747991614)--Connection(236753357)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:02.681--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-17 17:54:02.681--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-17 17:54:02.681--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-17 17:54:02.681--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-17 17:54:02.682--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-17 17:54:02.682--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-17 17:54:02.682--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-17 17:54:02.683--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-17 17:54:02.683--UnitOfWork(784481987)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.683--UnitOfWork(784481987)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.683--UnitOfWork(784481987)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.683--ClientSession(1747991614)--Connection(236753357)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.684--ServerSession(1918393987)--Connection(1482979717)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.684--UnitOfWork(784481987)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.684--UnitOfWork(784481987)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.684--UnitOfWork(784481987)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.684--ClientSession(1747991614)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.684--UnitOfWork(784481987)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.685--ClientSession(1747991614)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.685--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1814815047
    [junit] [EL Finer]: 2024-04-17 17:54:02.685--ClientSession(1814815047)--Thread(Thread[main,5,main])--acquire unit of work: 232639889
    [junit] [EL Finest]: 2024-04-17 17:54:02.685--UnitOfWork(232639889)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:02.685--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-17 17:54:02.685--UnitOfWork(232639889)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.685--ClientSession(1814815047)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.697--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1465812524
    [junit] [EL Finer]: 2024-04-17 17:54:02.697--ClientSession(1465812524)--Thread(Thread[main,5,main])--acquire unit of work: 492288241
    [junit] [EL Finest]: 2024-04-17 17:54:02.697--UnitOfWork(492288241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.697--UnitOfWork(492288241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.697--UnitOfWork(492288241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.697--UnitOfWork(492288241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.697--UnitOfWork(492288241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.697--UnitOfWork(492288241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.697--UnitOfWork(492288241)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:02.698--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-17 17:54:02.698--ServerSession(1918393987)--Connection(791512944)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.698--ClientSession(1465812524)--Connection(791512944)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.698--ClientSession(1465812524)--Connection(791512944)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:02.698--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-17 17:54:02.698--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-17 17:54:02.698--ClientSession(1465812524)--Connection(1949153992)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:02.698--ClientSession(1465812524)--Connection(1949153992)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:02.698--ClientSession(1465812524)--Connection(1949153992)--Thread(Thread[main,5,main])--	bind => [2, zwei, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:02.698--ClientSession(1465812524)--Connection(1949153992)--Thread(Thread[main,5,main])--	bind => [1, eins, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:02.698--ClientSession(1465812524)--Connection(1949153992)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:02.699--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-17 17:54:02.699--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-17 17:54:02.699--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-17 17:54:02.7--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-17 17:54:02.7--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-17 17:54:02.7--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-17 17:54:02.7--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-17 17:54:02.701--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-17 17:54:02.701--UnitOfWork(492288241)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.701--UnitOfWork(492288241)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.701--UnitOfWork(492288241)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.702--ClientSession(1465812524)--Connection(1949153992)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.702--ServerSession(1918393987)--Connection(791512944)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.702--UnitOfWork(492288241)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.702--UnitOfWork(492288241)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.702--UnitOfWork(492288241)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.702--ClientSession(1465812524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.702--UnitOfWork(492288241)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.702--ClientSession(1465812524)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.702--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 811986896
    [junit] [EL Finer]: 2024-04-17 17:54:02.703--ClientSession(811986896)--Thread(Thread[main,5,main])--acquire unit of work: 2058316797
    [junit] [EL Finest]: 2024-04-17 17:54:02.703--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-17 17:54:02.703--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-17 17:54:02.703--UnitOfWork(2058316797)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.703--ClientSession(811986896)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.703--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1638556416
    [junit] [EL Finer]: 2024-04-17 17:54:02.703--ClientSession(1638556416)--Thread(Thread[main,5,main])--acquire unit of work: 2116946826
    [junit] [EL Finest]: 2024-04-17 17:54:02.703--UnitOfWork(2116946826)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:02.703--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-17 17:54:02.703--UnitOfWork(2116946826)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:02.703--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-17 17:54:02.703--ServerSession(1918393987)--Connection(1446220517)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.703--ClientSession(1638556416)--Connection(1446220517)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.703--ClientSession(1638556416)--Connection(1446220517)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.704--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-17 17:54:02.704--UnitOfWork(2116946826)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.704--UnitOfWork(2116946826)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.704--UnitOfWork(2116946826)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.704--ClientSession(1638556416)--Connection(1389461997)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.704--ServerSession(1918393987)--Connection(1446220517)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.704--ClientSession(1638556416)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.715--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1919573610
    [junit] [EL Finer]: 2024-04-17 17:54:02.715--ClientSession(1919573610)--Thread(Thread[main,5,main])--acquire unit of work: 1312451715
    [junit] [EL Finest]: 2024-04-17 17:54:02.715--UnitOfWork(1312451715)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.715--UnitOfWork(1312451715)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.715--UnitOfWork(1312451715)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.715--UnitOfWork(1312451715)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.715--UnitOfWork(1312451715)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.715--UnitOfWork(1312451715)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.715--UnitOfWork(1312451715)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:02.716--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-17 17:54:02.716--ServerSession(1918393987)--Connection(516226511)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.716--ClientSession(1919573610)--Connection(516226511)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.716--ClientSession(1919573610)--Connection(516226511)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:02.716--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-17 17:54:02.716--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-17 17:54:02.716--ClientSession(1919573610)--Connection(85317141)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:02.716--ClientSession(1919573610)--Connection(85317141)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:02.716--ClientSession(1919573610)--Connection(85317141)--Thread(Thread[main,5,main])--	bind => [1, eins, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:02.716--ClientSession(1919573610)--Connection(85317141)--Thread(Thread[main,5,main])--	bind => [2, zwei, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:02.716--ClientSession(1919573610)--Connection(85317141)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:02.717--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-17 17:54:02.717--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-17 17:54:02.717--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-17 17:54:02.717--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-17 17:54:02.718--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-17 17:54:02.718--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-17 17:54:02.718--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-17 17:54:02.719--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-17 17:54:02.719--UnitOfWork(1312451715)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.72--UnitOfWork(1312451715)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.72--UnitOfWork(1312451715)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.72--ClientSession(1919573610)--Connection(85317141)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.721--ServerSession(1918393987)--Connection(516226511)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.721--UnitOfWork(1312451715)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.721--UnitOfWork(1312451715)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.721--UnitOfWork(1312451715)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.721--ClientSession(1919573610)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.721--UnitOfWork(1312451715)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.721--ClientSession(1919573610)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.722--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 709613209
    [junit] [EL Finer]: 2024-04-17 17:54:02.722--ClientSession(709613209)--Thread(Thread[main,5,main])--acquire unit of work: 1610869600
    [junit] [EL Finest]: 2024-04-17 17:54:02.722--UnitOfWork(1610869600)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Patent )
    [junit] [EL Finest]: 2024-04-17 17:54:02.722--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-17 17:54:02.722--UnitOfWork(1610869600)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.722--ClientSession(709613209)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.733--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 590842329
    [junit] [EL Finer]: 2024-04-17 17:54:02.733--ClientSession(590842329)--Thread(Thread[main,5,main])--acquire unit of work: 2133955451
    [junit] [EL Finest]: 2024-04-17 17:54:02.733--UnitOfWork(2133955451)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.733--UnitOfWork(2133955451)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.733--UnitOfWork(2133955451)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.733--UnitOfWork(2133955451)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.733--UnitOfWork(2133955451)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.733--UnitOfWork(2133955451)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.734--UnitOfWork(2133955451)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:02.734--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-17 17:54:02.734--ServerSession(1918393987)--Connection(2050379292)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.734--ClientSession(590842329)--Connection(2050379292)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.734--ClientSession(590842329)--Connection(2050379292)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:02.734--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-17 17:54:02.734--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-17 17:54:02.734--ClientSession(590842329)--Connection(698681873)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:02.734--ClientSession(590842329)--Connection(698681873)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:02.734--ClientSession(590842329)--Connection(698681873)--Thread(Thread[main,5,main])--	bind => [2, zwei, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:02.734--ClientSession(590842329)--Connection(698681873)--Thread(Thread[main,5,main])--	bind => [1, eins, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:02.734--ClientSession(590842329)--Connection(698681873)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:02.735--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-17 17:54:02.735--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-17 17:54:02.735--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-17 17:54:02.736--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-17 17:54:02.736--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-17 17:54:02.736--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-17 17:54:02.736--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-17 17:54:02.737--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-17 17:54:02.737--UnitOfWork(2133955451)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.737--UnitOfWork(2133955451)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.737--UnitOfWork(2133955451)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.737--ClientSession(590842329)--Connection(698681873)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.738--ServerSession(1918393987)--Connection(2050379292)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.738--UnitOfWork(2133955451)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.738--UnitOfWork(2133955451)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.738--UnitOfWork(2133955451)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.738--ClientSession(590842329)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.738--UnitOfWork(2133955451)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.738--ClientSession(590842329)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.739--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 153820122
    [junit] [EL Finer]: 2024-04-17 17:54:02.739--ClientSession(153820122)--Thread(Thread[main,5,main])--acquire unit of work: 1472186938
    [junit] [EL Finest]: 2024-04-17 17:54:02.739--UnitOfWork(1472186938)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:02.739--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-17 17:54:02.739--UnitOfWork(1472186938)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:02.739--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-17 17:54:02.739--ServerSession(1918393987)--Connection(439946124)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.739--ClientSession(153820122)--Connection(439946124)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.739--ClientSession(153820122)--Connection(439946124)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.739--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-17 17:54:02.739--UnitOfWork(1472186938)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.74--UnitOfWork(1472186938)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.74--UnitOfWork(1472186938)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.74--ClientSession(153820122)--Connection(863956203)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.74--ServerSession(1918393987)--Connection(439946124)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.74--ClientSession(153820122)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.75--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 391056646
    [junit] [EL Finer]: 2024-04-17 17:54:02.751--ClientSession(391056646)--Thread(Thread[main,5,main])--acquire unit of work: 1556643300
    [junit] [EL Finest]: 2024-04-17 17:54:02.751--UnitOfWork(1556643300)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.751--UnitOfWork(1556643300)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.751--UnitOfWork(1556643300)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.751--UnitOfWork(1556643300)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.751--UnitOfWork(1556643300)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.751--UnitOfWork(1556643300)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.751--UnitOfWork(1556643300)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:02.751--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-17 17:54:02.751--ServerSession(1918393987)--Connection(1833726536)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.751--ClientSession(391056646)--Connection(1833726536)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.751--ClientSession(391056646)--Connection(1833726536)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:02.751--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-17 17:54:02.752--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-17 17:54:02.752--ClientSession(391056646)--Connection(395229891)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:02.752--ClientSession(391056646)--Connection(395229891)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:02.752--ClientSession(391056646)--Connection(395229891)--Thread(Thread[main,5,main])--	bind => [2, zwei, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:02.752--ClientSession(391056646)--Connection(395229891)--Thread(Thread[main,5,main])--	bind => [1, eins, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:02.752--ClientSession(391056646)--Connection(395229891)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:02.752--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-17 17:54:02.752--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-17 17:54:02.753--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-17 17:54:02.753--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-17 17:54:02.753--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-17 17:54:02.753--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-17 17:54:02.754--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-17 17:54:02.754--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-17 17:54:02.754--UnitOfWork(1556643300)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.754--UnitOfWork(1556643300)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.754--UnitOfWork(1556643300)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.755--ClientSession(391056646)--Connection(395229891)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.755--ServerSession(1918393987)--Connection(1833726536)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.755--UnitOfWork(1556643300)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.755--UnitOfWork(1556643300)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.755--UnitOfWork(1556643300)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.756--ClientSession(391056646)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.756--UnitOfWork(1556643300)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.756--ClientSession(391056646)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.756--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1719112757
    [junit] [EL Finer]: 2024-04-17 17:54:02.756--ClientSession(1719112757)--Thread(Thread[main,5,main])--acquire unit of work: 924413267
    [junit] [EL Finest]: 2024-04-17 17:54:02.756--UnitOfWork(924413267)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee )
    [junit] [EL Finest]: 2024-04-17 17:54:02.756--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-17 17:54:02.756--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-17 17:54:02.756--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-17 17:54:02.756--ServerSession(1918393987)--Connection(673901116)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.756--ServerSession(1918393987)--Connection(673901116)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.756--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-17 17:54:02.757--ServerSession(1918393987)--Connection(673901116)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:02.78--UnitOfWork(924413267)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.78--ClientSession(1719112757)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.78--UnitOfWork(924413267)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.78--ClientSession(1719112757)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.78--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1170391958
    [junit] [EL Finer]: 2024-04-17 17:54:02.78--ClientSession(1170391958)--Thread(Thread[main,5,main])--acquire unit of work: 1082987260
    [junit] [EL Finest]: 2024-04-17 17:54:02.78--UnitOfWork(1082987260)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:02.78--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-17 17:54:02.781--UnitOfWork(1082987260)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.781--ClientSession(1170391958)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.781--UnitOfWork(1082987260)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.781--ClientSession(1170391958)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.793--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1475886210
    [junit] [EL Finer]: 2024-04-17 17:54:02.793--ClientSession(1475886210)--Thread(Thread[main,5,main])--acquire unit of work: 2053115425
    [junit] [EL Finest]: 2024-04-17 17:54:02.793--UnitOfWork(2053115425)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.793--UnitOfWork(2053115425)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.793--UnitOfWork(2053115425)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.793--UnitOfWork(2053115425)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.793--UnitOfWork(2053115425)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.793--UnitOfWork(2053115425)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.793--UnitOfWork(2053115425)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:02.793--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-17 17:54:02.793--ServerSession(1918393987)--Connection(1434590943)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.793--ClientSession(1475886210)--Connection(1434590943)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.793--ClientSession(1475886210)--Connection(1434590943)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:02.794--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-17 17:54:02.794--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-17 17:54:02.794--ClientSession(1475886210)--Connection(1582967668)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:02.794--ClientSession(1475886210)--Connection(1582967668)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:02.794--ClientSession(1475886210)--Connection(1582967668)--Thread(Thread[main,5,main])--	bind => [1, eins, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:02.794--ClientSession(1475886210)--Connection(1582967668)--Thread(Thread[main,5,main])--	bind => [2, zwei, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:02.794--ClientSession(1475886210)--Connection(1582967668)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:02.795--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-17 17:54:02.795--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-17 17:54:02.795--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-17 17:54:02.795--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-17 17:54:02.796--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-17 17:54:02.796--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-17 17:54:02.796--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-17 17:54:02.797--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-17 17:54:02.797--UnitOfWork(2053115425)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.797--UnitOfWork(2053115425)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.797--UnitOfWork(2053115425)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.797--ClientSession(1475886210)--Connection(1582967668)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.798--ServerSession(1918393987)--Connection(1434590943)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.798--UnitOfWork(2053115425)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.798--UnitOfWork(2053115425)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.798--UnitOfWork(2053115425)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.798--ClientSession(1475886210)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.798--UnitOfWork(2053115425)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.798--ClientSession(1475886210)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.798--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 802062915
    [junit] [EL Finer]: 2024-04-17 17:54:02.798--ClientSession(802062915)--Thread(Thread[main,5,main])--acquire unit of work: 1392412640
    [junit] [EL Finest]: 2024-04-17 17:54:02.798--UnitOfWork(1392412640)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee )
    [junit] [EL Finest]: 2024-04-17 17:54:02.798--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-17 17:54:02.799--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-17 17:54:02.799--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-17 17:54:02.799--ServerSession(1918393987)--Connection(325183616)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.799--ServerSession(1918393987)--Connection(325183616)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.799--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-17 17:54:02.799--ServerSession(1918393987)--Connection(325183616)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:02.802--UnitOfWork(1392412640)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.802--ClientSession(802062915)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.802--UnitOfWork(1392412640)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.802--ClientSession(802062915)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.802--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 977574204
    [junit] [EL Finer]: 2024-04-17 17:54:02.802--ClientSession(977574204)--Thread(Thread[main,5,main])--acquire unit of work: 1801848529
    [junit] [EL Finest]: 2024-04-17 17:54:02.802--UnitOfWork(1801848529)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:02.802--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-17 17:54:02.802--UnitOfWork(1801848529)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.803--ClientSession(977574204)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.803--UnitOfWork(1801848529)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.803--ClientSession(977574204)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.803--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 30912386
    [junit] [EL Finer]: 2024-04-17 17:54:02.803--ClientSession(30912386)--Thread(Thread[main,5,main])--acquire unit of work: 1524396519
    [junit] [EL Finest]: 2024-04-17 17:54:02.803--UnitOfWork(1524396519)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee )
    [junit] [EL Finest]: 2024-04-17 17:54:02.803--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-17 17:54:02.803--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-17 17:54:02.803--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-17 17:54:02.803--ServerSession(1918393987)--Connection(2129302349)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.803--ServerSession(1918393987)--Connection(2129302349)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.803--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-17 17:54:02.804--ServerSession(1918393987)--Connection(2129302349)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.804--UnitOfWork(1524396519)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:02.804--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-17 17:54:02.804--UnitOfWork(1524396519)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Cubicle )
    [junit] [EL Finest]: 2024-04-17 17:54:02.804--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-17 17:54:02.804--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-17 17:54:02.807--UnitOfWork(1524396519)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.807--ClientSession(30912386)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.807--UnitOfWork(1524396519)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.807--ClientSession(30912386)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.818--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 888980963
    [junit] [EL Finer]: 2024-04-17 17:54:02.818--ClientSession(888980963)--Thread(Thread[main,5,main])--acquire unit of work: 1936999851
    [junit] [EL Finest]: 2024-04-17 17:54:02.818--UnitOfWork(1936999851)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.818--UnitOfWork(1936999851)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.818--UnitOfWork(1936999851)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.818--UnitOfWork(1936999851)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.818--UnitOfWork(1936999851)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.818--UnitOfWork(1936999851)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.818--UnitOfWork(1936999851)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:02.818--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-17 17:54:02.818--ServerSession(1918393987)--Connection(1145210243)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.818--ClientSession(888980963)--Connection(1145210243)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.818--ClientSession(888980963)--Connection(1145210243)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:02.819--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-17 17:54:02.819--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-17 17:54:02.819--ClientSession(888980963)--Connection(643565394)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:02.819--ClientSession(888980963)--Connection(643565394)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:02.819--ClientSession(888980963)--Connection(643565394)--Thread(Thread[main,5,main])--	bind => [2, zwei, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:02.819--ClientSession(888980963)--Connection(643565394)--Thread(Thread[main,5,main])--	bind => [1, eins, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:02.819--ClientSession(888980963)--Connection(643565394)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:02.82--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-17 17:54:02.82--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-17 17:54:02.82--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-17 17:54:02.82--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-17 17:54:02.82--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-17 17:54:02.82--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-17 17:54:02.821--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-17 17:54:02.821--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-17 17:54:02.821--UnitOfWork(1936999851)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.822--UnitOfWork(1936999851)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.822--UnitOfWork(1936999851)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.822--ClientSession(888980963)--Connection(643565394)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.822--ServerSession(1918393987)--Connection(1145210243)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.823--UnitOfWork(1936999851)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.823--UnitOfWork(1936999851)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.823--UnitOfWork(1936999851)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.823--ClientSession(888980963)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.823--UnitOfWork(1936999851)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.823--ClientSession(888980963)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.823--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 2048174950
    [junit] [EL Finer]: 2024-04-17 17:54:02.823--ClientSession(2048174950)--Thread(Thread[main,5,main])--acquire unit of work: 1417153600
    [junit] [EL Finest]: 2024-04-17 17:54:02.823--UnitOfWork(1417153600)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Cubicle )
    [junit] [EL Finest]: 2024-04-17 17:54:02.823--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-17 17:54:02.823--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-17 17:54:02.823--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-17 17:54:02.823--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-17 17:54:02.823--ServerSession(1918393987)--Connection(110041993)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.823--ServerSession(1918393987)--Connection(110041993)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.824--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-17 17:54:02.824--ServerSession(1918393987)--Connection(110041993)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:02.824--UnitOfWork(1417153600)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.824--ClientSession(2048174950)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.835--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1584119395
    [junit] [EL Finer]: 2024-04-17 17:54:02.835--ClientSession(1584119395)--Thread(Thread[main,5,main])--acquire unit of work: 1765108426
    [junit] [EL Finest]: 2024-04-17 17:54:02.835--UnitOfWork(1765108426)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.835--UnitOfWork(1765108426)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.835--UnitOfWork(1765108426)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.835--UnitOfWork(1765108426)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.835--UnitOfWork(1765108426)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.835--UnitOfWork(1765108426)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.835--UnitOfWork(1765108426)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:02.835--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-17 17:54:02.836--ServerSession(1918393987)--Connection(1925514831)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.836--ClientSession(1584119395)--Connection(1925514831)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.836--ClientSession(1584119395)--Connection(1925514831)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:02.836--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-17 17:54:02.836--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-17 17:54:02.836--ClientSession(1584119395)--Connection(1242301611)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:02.836--ClientSession(1584119395)--Connection(1242301611)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:02.836--ClientSession(1584119395)--Connection(1242301611)--Thread(Thread[main,5,main])--	bind => [2, zwei, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:02.836--ClientSession(1584119395)--Connection(1242301611)--Thread(Thread[main,5,main])--	bind => [1, eins, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:02.836--ClientSession(1584119395)--Connection(1242301611)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:02.837--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-17 17:54:02.837--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-17 17:54:02.837--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-17 17:54:02.837--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-17 17:54:02.837--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-17 17:54:02.837--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-17 17:54:02.838--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-17 17:54:02.838--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-17 17:54:02.838--UnitOfWork(1765108426)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.838--UnitOfWork(1765108426)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.839--UnitOfWork(1765108426)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.839--ClientSession(1584119395)--Connection(1242301611)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.839--ServerSession(1918393987)--Connection(1925514831)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.839--UnitOfWork(1765108426)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.839--UnitOfWork(1765108426)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.839--UnitOfWork(1765108426)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.84--ClientSession(1584119395)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.84--UnitOfWork(1765108426)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.84--ClientSession(1584119395)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.84--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 239471777
    [junit] [EL Finer]: 2024-04-17 17:54:02.84--ClientSession(239471777)--Thread(Thread[main,5,main])--acquire unit of work: 1092280535
    [junit] [EL Finest]: 2024-04-17 17:54:02.84--UnitOfWork(1092280535)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee )
    [junit] [EL Finest]: 2024-04-17 17:54:02.84--ServerSession(1918393987)--Connection(1619796034)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.84--ServerSession(1918393987)--Connection(1619796034)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.84--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-17 17:54:02.84--ServerSession(1918393987)--Connection(1619796034)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:02.84--UnitOfWork(1092280535)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.84--ClientSession(239471777)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.84--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1452528082
    [junit] [EL Finer]: 2024-04-17 17:54:02.84--ClientSession(1452528082)--Thread(Thread[main,5,main])--acquire unit of work: 1461482866
    [junit] [EL Finest]: 2024-04-17 17:54:02.841--UnitOfWork(1461482866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:02.841--ServerSession(1918393987)--Connection(208289607)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.841--ServerSession(1918393987)--Connection(208289607)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.841--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-17 17:54:02.841--ServerSession(1918393987)--Connection(208289607)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:02.841--UnitOfWork(1461482866)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.841--ClientSession(1452528082)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.851--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 204554655
    [junit] [EL Finer]: 2024-04-17 17:54:02.851--ClientSession(204554655)--Thread(Thread[main,5,main])--acquire unit of work: 1138614237
    [junit] [EL Finest]: 2024-04-17 17:54:02.851--UnitOfWork(1138614237)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.851--UnitOfWork(1138614237)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.851--UnitOfWork(1138614237)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.852--UnitOfWork(1138614237)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.852--UnitOfWork(1138614237)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.852--UnitOfWork(1138614237)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.852--UnitOfWork(1138614237)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:02.852--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-17 17:54:02.852--ServerSession(1918393987)--Connection(598771651)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.852--ClientSession(204554655)--Connection(598771651)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.852--ClientSession(204554655)--Connection(598771651)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:02.852--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-17 17:54:02.852--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-17 17:54:02.852--ClientSession(204554655)--Connection(595363608)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:02.852--ClientSession(204554655)--Connection(595363608)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:02.852--ClientSession(204554655)--Connection(595363608)--Thread(Thread[main,5,main])--	bind => [1, eins, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:02.853--ClientSession(204554655)--Connection(595363608)--Thread(Thread[main,5,main])--	bind => [2, zwei, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:02.853--ClientSession(204554655)--Connection(595363608)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:02.853--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-17 17:54:02.853--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-17 17:54:02.853--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-17 17:54:02.854--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-17 17:54:02.854--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-17 17:54:02.854--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-17 17:54:02.854--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-17 17:54:02.855--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-17 17:54:02.855--UnitOfWork(1138614237)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.855--UnitOfWork(1138614237)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.855--UnitOfWork(1138614237)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.856--ClientSession(204554655)--Connection(595363608)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.856--ServerSession(1918393987)--Connection(598771651)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.856--UnitOfWork(1138614237)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.856--UnitOfWork(1138614237)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.856--UnitOfWork(1138614237)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.856--ClientSession(204554655)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.856--UnitOfWork(1138614237)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.856--ClientSession(204554655)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.856--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 90081468
    [junit] [EL Finer]: 2024-04-17 17:54:02.857--ClientSession(90081468)--Thread(Thread[main,5,main])--acquire unit of work: 1413677222
    [junit] [EL Finest]: 2024-04-17 17:54:02.857--UnitOfWork(1413677222)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:02.857--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-17 17:54:02.867--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 237869347
    [junit] [EL Finer]: 2024-04-17 17:54:02.867--ClientSession(237869347)--Thread(Thread[main,5,main])--acquire unit of work: 1431213321
    [junit] [EL Finest]: 2024-04-17 17:54:02.867--UnitOfWork(1431213321)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.867--UnitOfWork(1431213321)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.867--UnitOfWork(1431213321)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.867--UnitOfWork(1431213321)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.867--UnitOfWork(1431213321)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.867--UnitOfWork(1431213321)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.867--UnitOfWork(1431213321)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:02.868--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-17 17:54:02.868--ServerSession(1918393987)--Connection(1265935994)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.868--ClientSession(237869347)--Connection(1265935994)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.868--ClientSession(237869347)--Connection(1265935994)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:02.868--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-17 17:54:02.868--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-17 17:54:02.868--ClientSession(237869347)--Connection(1311057965)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:02.868--ClientSession(237869347)--Connection(1311057965)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:02.868--ClientSession(237869347)--Connection(1311057965)--Thread(Thread[main,5,main])--	bind => [1, eins, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:02.868--ClientSession(237869347)--Connection(1311057965)--Thread(Thread[main,5,main])--	bind => [2, zwei, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:02.868--ClientSession(237869347)--Connection(1311057965)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:02.869--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-17 17:54:02.869--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-17 17:54:02.869--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-17 17:54:02.869--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-17 17:54:02.87--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-17 17:54:02.87--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-17 17:54:02.87--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-17 17:54:02.871--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-17 17:54:02.871--UnitOfWork(1431213321)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.871--UnitOfWork(1431213321)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.871--UnitOfWork(1431213321)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.871--ClientSession(237869347)--Connection(1311057965)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.871--ServerSession(1918393987)--Connection(1265935994)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.872--UnitOfWork(1431213321)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.872--UnitOfWork(1431213321)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.872--UnitOfWork(1431213321)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.872--ClientSession(237869347)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.872--UnitOfWork(1431213321)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.872--ClientSession(237869347)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.872--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 918835529
    [junit] [EL Finer]: 2024-04-17 17:54:02.872--ClientSession(918835529)--Thread(Thread[main,5,main])--acquire unit of work: 871662667
    [junit] [EL Finer]: 2024-04-17 17:54:02.883--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 985074996
    [junit] [EL Finer]: 2024-04-17 17:54:02.883--ClientSession(985074996)--Thread(Thread[main,5,main])--acquire unit of work: 681375707
    [junit] [EL Finest]: 2024-04-17 17:54:02.883--UnitOfWork(681375707)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.883--UnitOfWork(681375707)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.883--UnitOfWork(681375707)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.883--UnitOfWork(681375707)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.883--UnitOfWork(681375707)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.883--UnitOfWork(681375707)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.883--UnitOfWork(681375707)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:02.883--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-17 17:54:02.883--ServerSession(1918393987)--Connection(646852820)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.883--ClientSession(985074996)--Connection(646852820)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.883--ClientSession(985074996)--Connection(646852820)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:02.884--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-17 17:54:02.884--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-17 17:54:02.884--ClientSession(985074996)--Connection(2085646490)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:02.884--ClientSession(985074996)--Connection(2085646490)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:02.884--ClientSession(985074996)--Connection(2085646490)--Thread(Thread[main,5,main])--	bind => [1, eins, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:02.884--ClientSession(985074996)--Connection(2085646490)--Thread(Thread[main,5,main])--	bind => [2, zwei, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:02.884--ClientSession(985074996)--Connection(2085646490)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:02.884--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-17 17:54:02.884--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-17 17:54:02.885--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-17 17:54:02.885--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-17 17:54:02.885--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-17 17:54:02.885--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-17 17:54:02.886--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-17 17:54:02.886--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-17 17:54:02.886--UnitOfWork(681375707)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.886--UnitOfWork(681375707)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.886--UnitOfWork(681375707)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.887--ClientSession(985074996)--Connection(2085646490)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.887--ServerSession(1918393987)--Connection(646852820)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.887--UnitOfWork(681375707)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.887--UnitOfWork(681375707)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.887--UnitOfWork(681375707)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.887--ClientSession(985074996)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.887--UnitOfWork(681375707)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.887--ClientSession(985074996)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.887--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1374673778
    [junit] [EL Finer]: 2024-04-17 17:54:02.887--ClientSession(1374673778)--Thread(Thread[main,5,main])--acquire unit of work: 2076619031
    [junit] [EL Finest]: 2024-04-17 17:54:02.887--UnitOfWork(2076619031)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee )
    [junit] [EL Finest]: 2024-04-17 17:54:02.888--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-17 17:54:02.888--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-17 17:54:02.888--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-17 17:54:02.888--ServerSession(1918393987)--Connection(1506844659)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.888--ServerSession(1918393987)--Connection(1506844659)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.888--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-17 17:54:02.888--ServerSession(1918393987)--Connection(1506844659)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.889--UnitOfWork(2076619031)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee )
    [junit] [EL Finest]: 2024-04-17 17:54:02.889--ServerSession(1918393987)--Connection(275701220)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.889--ServerSession(1918393987)--Connection(275701220)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.889--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-17 17:54:02.889--ServerSession(1918393987)--Connection(275701220)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.889--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:02.89--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-17 17:54:02.89--ServerSession(1918393987)--Connection(1042046477)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.89--ServerSession(1918393987)--Connection(1042046477)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.89--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-17 17:54:02.891--ServerSession(1918393987)--Connection(1042046477)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.891--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-17 17:54:02.891--ServerSession(1918393987)--Connection(266273434)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.891--ServerSession(1918393987)--Connection(266273434)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.891--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-17 17:54:02.892--ServerSession(1918393987)--Connection(266273434)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.892--UnitOfWork(2076619031)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:02.892--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-17 17:54:02.892--ServerSession(1918393987)--Connection(1187638824)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.892--ServerSession(1918393987)--Connection(1187638824)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.892--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-17 17:54:02.892--ServerSession(1918393987)--Connection(1187638824)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.892--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-17 17:54:02.893--ServerSession(1918393987)--Connection(982532336)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.893--ServerSession(1918393987)--Connection(982532336)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.893--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-17 17:54:02.893--ServerSession(1918393987)--Connection(982532336)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.893--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-17 17:54:02.893--ServerSession(1918393987)--Connection(715038783)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.893--ServerSession(1918393987)--Connection(715038783)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.893--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-17 17:54:02.893--ServerSession(1918393987)--Connection(715038783)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:02.894--UnitOfWork(2076619031)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.894--UnitOfWork(2076619031)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.894--UnitOfWork(2076619031)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.894--ClientSession(1374673778)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.904--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1377194794
    [junit] [EL Finer]: 2024-04-17 17:54:02.904--ClientSession(1377194794)--Thread(Thread[main,5,main])--acquire unit of work: 140665423
    [junit] [EL Finest]: 2024-04-17 17:54:02.904--UnitOfWork(140665423)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.904--UnitOfWork(140665423)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.904--UnitOfWork(140665423)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.904--UnitOfWork(140665423)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.904--UnitOfWork(140665423)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.904--UnitOfWork(140665423)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.905--UnitOfWork(140665423)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:02.905--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-17 17:54:02.905--ServerSession(1918393987)--Connection(1242611737)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.905--ClientSession(1377194794)--Connection(1242611737)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.905--ClientSession(1377194794)--Connection(1242611737)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:02.905--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-17 17:54:02.905--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-17 17:54:02.905--ClientSession(1377194794)--Connection(938878928)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:02.905--ClientSession(1377194794)--Connection(938878928)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:02.905--ClientSession(1377194794)--Connection(938878928)--Thread(Thread[main,5,main])--	bind => [1, eins, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:02.905--ClientSession(1377194794)--Connection(938878928)--Thread(Thread[main,5,main])--	bind => [2, zwei, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:02.905--ClientSession(1377194794)--Connection(938878928)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:02.906--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-17 17:54:02.906--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-17 17:54:02.906--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-17 17:54:02.906--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-17 17:54:02.907--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-17 17:54:02.907--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-17 17:54:02.907--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-17 17:54:02.908--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-17 17:54:02.908--UnitOfWork(140665423)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.908--UnitOfWork(140665423)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.908--UnitOfWork(140665423)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.908--ClientSession(1377194794)--Connection(938878928)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.908--ServerSession(1918393987)--Connection(1242611737)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:02.909--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent )
    [junit] [EL Finest]: 2024-04-17 17:54:02.909--ServerSession(1918393987)--Connection(810939152)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.909--ServerSession(1918393987)--Connection(810939152)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.909--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-17 17:54:02.91--ServerSession(1918393987)--Connection(810939152)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.91--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="projects" referenceClass=Project )
    [junit] [EL Finest]: 2024-04-17 17:54:02.91--ServerSession(1918393987)--Connection(1602310266)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.91--ServerSession(1918393987)--Connection(1602310266)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.91--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-17 17:54:02.91--ServerSession(1918393987)--Connection(1602310266)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:02.911--UnitOfWork(140665423)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.911--UnitOfWork(140665423)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.911--UnitOfWork(140665423)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.911--ClientSession(1377194794)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.911--UnitOfWork(140665423)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.911--ClientSession(1377194794)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.911--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 2085248754
    [junit] [EL Finer]: 2024-04-17 17:54:02.911--ClientSession(2085248754)--Thread(Thread[main,5,main])--acquire unit of work: 698209153
    [junit] [EL Finest]: 2024-04-17 17:54:02.911--UnitOfWork(698209153)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.911--UnitOfWork(698209153)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:02.911--UnitOfWork(698209153)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:02.911--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-17 17:54:02.912--ServerSession(1918393987)--Connection(954225330)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.912--ClientSession(2085248754)--Connection(954225330)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.912--ClientSession(2085248754)--Connection(954225330)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.912--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-17 17:54:02.912--ClientSession(2085248754)--Connection(2141622260)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.913--ServerSession(1918393987)--Connection(954225330)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.913--UnitOfWork(698209153)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.913--UnitOfWork(698209153)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.913--UnitOfWork(698209153)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.913--ClientSession(2085248754)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.913--UnitOfWork(698209153)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.913--ClientSession(2085248754)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.913--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1589231485
    [junit] [EL Finer]: 2024-04-17 17:54:02.913--ClientSession(1589231485)--Thread(Thread[main,5,main])--acquire unit of work: 1693848538
    [junit] [EL Finest]: 2024-04-17 17:54:02.913--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-17 17:54:02.913--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-17 17:54:02.913--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-17 17:54:02.913--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-17 17:54:02.914--ServerSession(1918393987)--Connection(1174511944)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.914--ServerSession(1918393987)--Connection(1174511944)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.914--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-17 17:54:02.914--ServerSession(1918393987)--Connection(1174511944)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:02.914--UnitOfWork(1693848538)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.914--ClientSession(1589231485)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.914--UnitOfWork(1693848538)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.914--ClientSession(1589231485)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.914--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1430509568
    [junit] [EL Finer]: 2024-04-17 17:54:02.914--ClientSession(1430509568)--Thread(Thread[main,5,main])--acquire unit of work: 503527425
    [junit] [EL Finest]: 2024-04-17 17:54:02.914--UnitOfWork(503527425)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee )
    [junit] [EL Finest]: 2024-04-17 17:54:02.914--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-17 17:54:02.915--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-17 17:54:02.915--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-17 17:54:02.915--ServerSession(1918393987)--Connection(472243888)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.915--ServerSession(1918393987)--Connection(472243888)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.915--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-17 17:54:02.915--ServerSession(1918393987)--Connection(472243888)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.915--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-17 17:54:02.915--UnitOfWork(503527425)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:02.916--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-17 17:54:02.916--ServerSession(1918393987)--Connection(2103491930)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.916--ClientSession(1430509568)--Connection(2103491930)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.916--ClientSession(1430509568)--Connection(2103491930)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.916--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-17 17:54:02.916--UnitOfWork(503527425)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.916--UnitOfWork(503527425)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.916--UnitOfWork(503527425)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.917--ClientSession(1430509568)--Connection(1127294226)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.917--ServerSession(1918393987)--Connection(2103491930)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.917--UnitOfWork(503527425)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.917--UnitOfWork(503527425)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.917--UnitOfWork(503527425)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.917--ClientSession(1430509568)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.917--UnitOfWork(503527425)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.917--ClientSession(1430509568)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.917--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1476314687
    [junit] [EL Finer]: 2024-04-17 17:54:02.917--ClientSession(1476314687)--Thread(Thread[main,5,main])--acquire unit of work: 2049956172
    [junit] [EL Finest]: 2024-04-17 17:54:02.917--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-17 17:54:02.917--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-17 17:54:02.917--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-17 17:54:02.917--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-17 17:54:02.918--ServerSession(1918393987)--Connection(872422493)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.918--ServerSession(1918393987)--Connection(872422493)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.918--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-17 17:54:02.918--ServerSession(1918393987)--Connection(872422493)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:02.929--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 585967750
    [junit] [EL Finer]: 2024-04-17 17:54:02.929--ClientSession(585967750)--Thread(Thread[main,5,main])--acquire unit of work: 818570949
    [junit] [EL Finest]: 2024-04-17 17:54:02.929--UnitOfWork(818570949)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.929--UnitOfWork(818570949)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.929--UnitOfWork(818570949)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.929--UnitOfWork(818570949)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.929--UnitOfWork(818570949)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.929--UnitOfWork(818570949)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.929--UnitOfWork(818570949)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:02.93--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-17 17:54:02.93--ServerSession(1918393987)--Connection(814071547)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.93--ClientSession(585967750)--Connection(814071547)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.93--ClientSession(585967750)--Connection(814071547)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:02.93--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-17 17:54:02.93--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-17 17:54:02.93--ClientSession(585967750)--Connection(1646677327)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:02.93--ClientSession(585967750)--Connection(1646677327)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:02.93--ClientSession(585967750)--Connection(1646677327)--Thread(Thread[main,5,main])--	bind => [2, zwei, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:02.93--ClientSession(585967750)--Connection(1646677327)--Thread(Thread[main,5,main])--	bind => [1, eins, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:02.93--ClientSession(585967750)--Connection(1646677327)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:02.931--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-17 17:54:02.931--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-17 17:54:02.931--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-17 17:54:02.931--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-17 17:54:02.932--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-17 17:54:02.932--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-17 17:54:02.932--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-17 17:54:02.932--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-17 17:54:02.933--UnitOfWork(818570949)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.933--UnitOfWork(818570949)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.933--UnitOfWork(818570949)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.933--ClientSession(585967750)--Connection(1646677327)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.933--ServerSession(1918393987)--Connection(814071547)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.934--UnitOfWork(818570949)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.934--UnitOfWork(818570949)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.934--UnitOfWork(818570949)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.934--ClientSession(585967750)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.934--UnitOfWork(818570949)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.934--ClientSession(585967750)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.934--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1545621599
    [junit] [EL Finer]: 2024-04-17 17:54:02.934--ClientSession(1545621599)--Thread(Thread[main,5,main])--acquire unit of work: 214864565
    [junit] [EL Finest]: 2024-04-17 17:54:02.934--UnitOfWork(214864565)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee )
    [junit] [EL Finest]: 2024-04-17 17:54:02.934--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-17 17:54:02.934--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-17 17:54:02.934--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-17 17:54:02.934--ServerSession(1918393987)--Connection(443625234)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.934--ServerSession(1918393987)--Connection(443625234)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.935--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-17 17:54:02.935--ServerSession(1918393987)--Connection(443625234)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.935--UnitOfWork(214864565)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee )
    [junit] [EL Finest]: 2024-04-17 17:54:02.935--UnitOfWork(214864565)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department )
    [junit] [EL Finer]: 2024-04-17 17:54:02.946--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 405804899
    [junit] [EL Finer]: 2024-04-17 17:54:02.946--ClientSession(405804899)--Thread(Thread[main,5,main])--acquire unit of work: 595518177
    [junit] [EL Finest]: 2024-04-17 17:54:02.946--UnitOfWork(595518177)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.946--UnitOfWork(595518177)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.946--UnitOfWork(595518177)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.946--UnitOfWork(595518177)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.946--UnitOfWork(595518177)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.946--UnitOfWork(595518177)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.946--UnitOfWork(595518177)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:02.946--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-17 17:54:02.946--ServerSession(1918393987)--Connection(1447360100)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.946--ClientSession(405804899)--Connection(1447360100)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.946--ClientSession(405804899)--Connection(1447360100)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:02.947--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-17 17:54:02.947--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-17 17:54:02.947--ClientSession(405804899)--Connection(1147105139)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:02.947--ClientSession(405804899)--Connection(1147105139)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:02.947--ClientSession(405804899)--Connection(1147105139)--Thread(Thread[main,5,main])--	bind => [2, zwei, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:02.947--ClientSession(405804899)--Connection(1147105139)--Thread(Thread[main,5,main])--	bind => [1, eins, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:02.947--ClientSession(405804899)--Connection(1147105139)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:02.947--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-17 17:54:02.947--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-17 17:54:02.948--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-17 17:54:02.948--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-17 17:54:02.948--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-17 17:54:02.948--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-17 17:54:02.949--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-17 17:54:02.949--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-17 17:54:02.949--UnitOfWork(595518177)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.949--UnitOfWork(595518177)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.949--UnitOfWork(595518177)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.95--ClientSession(405804899)--Connection(1147105139)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.95--ServerSession(1918393987)--Connection(1447360100)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.95--UnitOfWork(595518177)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.95--UnitOfWork(595518177)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.95--UnitOfWork(595518177)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.95--ClientSession(405804899)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.95--UnitOfWork(595518177)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.951--ClientSession(405804899)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.951--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1213461906
    [junit] [EL Finer]: 2024-04-17 17:54:02.951--ClientSession(1213461906)--Thread(Thread[main,5,main])--acquire unit of work: 1389638849
    [junit] [EL Finest]: 2024-04-17 17:54:02.951--UnitOfWork(1389638849)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee )
    [junit] [EL Finest]: 2024-04-17 17:54:02.951--ServerSession(1918393987)--Connection(1560500918)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.951--ServerSession(1918393987)--Connection(1560500918)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.951--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-17 17:54:02.951--ServerSession(1918393987)--Connection(1560500918)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:02.951--UnitOfWork(1389638849)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.951--ClientSession(1213461906)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.962--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1564775175
    [junit] [EL Finer]: 2024-04-17 17:54:02.962--ClientSession(1564775175)--Thread(Thread[main,5,main])--acquire unit of work: 1156038763
    [junit] [EL Finest]: 2024-04-17 17:54:02.962--UnitOfWork(1156038763)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.962--UnitOfWork(1156038763)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.962--UnitOfWork(1156038763)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.962--UnitOfWork(1156038763)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.962--UnitOfWork(1156038763)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.962--UnitOfWork(1156038763)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.962--UnitOfWork(1156038763)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:02.962--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-17 17:54:02.962--ServerSession(1918393987)--Connection(1143171370)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.962--ClientSession(1564775175)--Connection(1143171370)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.962--ClientSession(1564775175)--Connection(1143171370)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:02.962--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-17 17:54:02.962--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-17 17:54:02.963--ClientSession(1564775175)--Connection(561370431)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:02.963--ClientSession(1564775175)--Connection(561370431)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:02.963--ClientSession(1564775175)--Connection(561370431)--Thread(Thread[main,5,main])--	bind => [2, zwei, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:02.963--ClientSession(1564775175)--Connection(561370431)--Thread(Thread[main,5,main])--	bind => [1, eins, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:02.963--ClientSession(1564775175)--Connection(561370431)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:02.963--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-17 17:54:02.963--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-17 17:54:02.963--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-17 17:54:02.964--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-17 17:54:02.964--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-17 17:54:02.964--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-17 17:54:02.964--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-17 17:54:02.965--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-17 17:54:02.965--UnitOfWork(1156038763)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.965--UnitOfWork(1156038763)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.965--UnitOfWork(1156038763)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.965--ClientSession(1564775175)--Connection(561370431)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.965--ServerSession(1918393987)--Connection(1143171370)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.966--UnitOfWork(1156038763)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.966--UnitOfWork(1156038763)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.966--UnitOfWork(1156038763)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.966--ClientSession(1564775175)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.966--UnitOfWork(1156038763)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.966--ClientSession(1564775175)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.966--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 403583920
    [junit] [EL Finer]: 2024-04-17 17:54:02.966--ClientSession(403583920)--Thread(Thread[main,5,main])--acquire unit of work: 655089792
    [junit] [EL Finest]: 2024-04-17 17:54:02.966--UnitOfWork(655089792)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=CreditCardAccount )
    [junit] [EL Finest]: 2024-04-17 17:54:02.967--ServerSession(1918393987)--Connection(541468704)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.967--ServerSession(1918393987)--Connection(541468704)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.967--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-17 17:54:02.967--ServerSession(1918393987)--Connection(541468704)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:02.967--UnitOfWork(655089792)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.967--ClientSession(403583920)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.977--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1174737513
    [junit] [EL Finer]: 2024-04-17 17:54:02.978--ClientSession(1174737513)--Thread(Thread[main,5,main])--acquire unit of work: 108767749
    [junit] [EL Finest]: 2024-04-17 17:54:02.978--UnitOfWork(108767749)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.978--UnitOfWork(108767749)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.978--UnitOfWork(108767749)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.978--UnitOfWork(108767749)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.978--UnitOfWork(108767749)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.978--UnitOfWork(108767749)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.978--UnitOfWork(108767749)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:02.978--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-17 17:54:02.978--ServerSession(1918393987)--Connection(205606579)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.978--ClientSession(1174737513)--Connection(205606579)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.978--ClientSession(1174737513)--Connection(205606579)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:02.978--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-17 17:54:02.978--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-17 17:54:02.979--ClientSession(1174737513)--Connection(1323141642)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:02.979--ClientSession(1174737513)--Connection(1323141642)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:02.979--ClientSession(1174737513)--Connection(1323141642)--Thread(Thread[main,5,main])--	bind => [2, zwei, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:02.979--ClientSession(1174737513)--Connection(1323141642)--Thread(Thread[main,5,main])--	bind => [1, eins, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:02.979--ClientSession(1174737513)--Connection(1323141642)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:02.979--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-17 17:54:02.979--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-17 17:54:02.979--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-17 17:54:02.98--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-17 17:54:02.98--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-17 17:54:02.98--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-17 17:54:02.98--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-17 17:54:02.981--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-17 17:54:02.981--UnitOfWork(108767749)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.981--UnitOfWork(108767749)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.981--UnitOfWork(108767749)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.981--ClientSession(1174737513)--Connection(1323141642)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.981--ServerSession(1918393987)--Connection(205606579)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.982--UnitOfWork(108767749)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.982--UnitOfWork(108767749)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.982--UnitOfWork(108767749)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.982--ClientSession(1174737513)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:02.982--UnitOfWork(108767749)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.982--ClientSession(1174737513)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.982--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1544369941
    [junit] [EL Finer]: 2024-04-17 17:54:02.982--ClientSession(1544369941)--Thread(Thread[main,5,main])--acquire unit of work: 1567080269
    [junit] [EL Finest]: 2024-04-17 17:54:02.982--UnitOfWork(1567080269)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=CreditCardAccount )
    [junit] [EL Finest]: 2024-04-17 17:54:02.982--ServerSession(1918393987)--Connection(836665497)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.982--ServerSession(1918393987)--Connection(836665497)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.982--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-17 17:54:02.983--ServerSession(1918393987)--Connection(836665497)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:02.983--UnitOfWork(1567080269)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.983--ClientSession(1544369941)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.983--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1353890348
    [junit] [EL Finer]: 2024-04-17 17:54:02.983--ClientSession(1353890348)--Thread(Thread[main,5,main])--acquire unit of work: 306678606
    [junit] [EL Finest]: 2024-04-17 17:54:02.983--UnitOfWork(306678606)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Account )
    [junit] [EL Finest]: 2024-04-17 17:54:02.984--ServerSession(1918393987)--Connection(330205094)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.984--ServerSession(1918393987)--Connection(330205094)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.984--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-17 17:54:02.984--ServerSession(1918393987)--Connection(330205094)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.984--ServerSession(1918393987)--Connection(973153912)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:02.984--ServerSession(1918393987)--Connection(973153912)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:02.985--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-17 17:54:02.985--ServerSession(1918393987)--Connection(973153912)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:02.985--UnitOfWork(306678606)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.985--ClientSession(1353890348)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:02.996--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 252960930
    [junit] [EL Finer]: 2024-04-17 17:54:02.996--ClientSession(252960930)--Thread(Thread[main,5,main])--acquire unit of work: 849280097
    [junit] [EL Finest]: 2024-04-17 17:54:02.996--UnitOfWork(849280097)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.996--UnitOfWork(849280097)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.996--UnitOfWork(849280097)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.996--UnitOfWork(849280097)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.996--UnitOfWork(849280097)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:02.996--UnitOfWork(849280097)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:02.996--UnitOfWork(849280097)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:02.996--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-17 17:54:02.996--ServerSession(1918393987)--Connection(1763335226)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:02.996--ClientSession(252960930)--Connection(1763335226)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:02.996--ClientSession(252960930)--Connection(1763335226)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:02.997--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-17 17:54:02.997--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-17 17:54:02.997--ClientSession(252960930)--Connection(1433459745)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:02.997--ClientSession(252960930)--Connection(1433459745)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:02.997--ClientSession(252960930)--Connection(1433459745)--Thread(Thread[main,5,main])--	bind => [1, eins, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:02.997--ClientSession(252960930)--Connection(1433459745)--Thread(Thread[main,5,main])--	bind => [2, zwei, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:02.997--ClientSession(252960930)--Connection(1433459745)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:02.997--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-17 17:54:02.997--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-17 17:54:02.998--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-17 17:54:02.998--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-17 17:54:02.998--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-17 17:54:02.998--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-17 17:54:02.998--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-17 17:54:02.999--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-17 17:54:02.999--UnitOfWork(849280097)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:02.999--UnitOfWork(849280097)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:02.999--UnitOfWork(849280097)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:02.999--ClientSession(252960930)--Connection(1433459745)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.0--ServerSession(1918393987)--Connection(1763335226)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.0--UnitOfWork(849280097)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.0--UnitOfWork(849280097)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.0--UnitOfWork(849280097)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.0--ClientSession(252960930)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.0--UnitOfWork(849280097)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.0--ClientSession(252960930)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.0--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 2003075873
    [junit] [EL Finer]: 2024-04-17 17:54:03.0--ClientSession(2003075873)--Thread(Thread[main,5,main])--acquire unit of work: 1126178692
    [junit] [EL Finest]: 2024-04-17 17:54:03.0--UnitOfWork(1126178692)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.001--UnitOfWork(1126178692)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.001--UnitOfWork(1126178692)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.001--UnitOfWork(1126178692)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.001--UnitOfWork(1126178692)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:03.001--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-17 17:54:03.001--ServerSession(1918393987)--Connection(1492909819)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.001--ClientSession(2003075873)--Connection(1492909819)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.001--ClientSession(2003075873)--Connection(1492909819)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:03.001--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-17 17:54:03.001--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-17 17:54:03.001--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-17 17:54:03.002--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-17 17:54:03.002--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-17 17:54:03.002--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-17 17:54:03.003--ClientSession(2003075873)--Connection(498713295)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.003--ServerSession(1918393987)--Connection(1492909819)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.003--UnitOfWork(1126178692)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.003--UnitOfWork(1126178692)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.003--UnitOfWork(1126178692)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.003--ClientSession(2003075873)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.003--UnitOfWork(1126178692)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.003--ClientSession(2003075873)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.004--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 452640518
    [junit] [EL Finer]: 2024-04-17 17:54:03.004--ClientSession(452640518)--Thread(Thread[main,5,main])--acquire unit of work: 856031264
    [junit] [EL Finest]: 2024-04-17 17:54:03.004--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-17 17:54:03.004--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-17 17:54:03.004--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-17 17:54:03.004--ServerSession(1918393987)--Connection(1895022336)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.004--ServerSession(1918393987)--Connection(1895022336)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.004--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-17 17:54:03.005--ServerSession(1918393987)--Connection(1895022336)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:03.005--UnitOfWork(856031264)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.005--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-17 17:54:03.005--ServerSession(1918393987)--Connection(565335965)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.005--ClientSession(452640518)--Connection(565335965)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.005--ClientSession(452640518)--Connection(565335965)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:03.005--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-17 17:54:03.006--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-17 17:54:03.006--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-17 17:54:03.006--ClientSession(452640518)--Connection(885030604)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.007--ServerSession(1918393987)--Connection(565335965)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.007--UnitOfWork(856031264)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.007--UnitOfWork(856031264)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.007--UnitOfWork(856031264)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.007--ClientSession(452640518)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.007--UnitOfWork(856031264)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.007--ClientSession(452640518)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.007--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 594491525
    [junit] [EL Finer]: 2024-04-17 17:54:03.007--ClientSession(594491525)--Thread(Thread[main,5,main])--acquire unit of work: 351147066
    [junit] [EL Finest]: 2024-04-17 17:54:03.007--UnitOfWork(351147066)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee )
    [junit] [EL Finest]: 2024-04-17 17:54:03.014--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-17 17:54:03.015--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-17 17:54:03.015--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-17 17:54:03.015--ServerSession(1918393987)--Connection(1293635489)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.015--ServerSession(1918393987)--Connection(1293635489)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.015--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-17 17:54:03.016--ServerSession(1918393987)--Connection(1293635489)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.016--UnitOfWork(351147066)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.016--UnitOfWork(351147066)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:03.016--UnitOfWork(351147066)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee )
    [junit] [EL Finest]: 2024-04-17 17:54:03.016--UnitOfWork(351147066)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="bicycles" )
    [junit] [EL Finest]: 2024-04-17 17:54:03.016--ServerSession(1918393987)--Connection(2136191813)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.016--ClientSession(594491525)--Connection(2136191813)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.016--ClientSession(594491525)--Connection(2136191813)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:03.017--UnitOfWork(351147066)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" )
    [junit] [EL Fine]: 2024-04-17 17:54:03.017--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-17 17:54:03.017--UnitOfWork(351147066)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" )
    [junit] [EL Fine]: 2024-04-17 17:54:03.017--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-17 17:54:03.018--UnitOfWork(351147066)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" )
    [junit] [EL Fine]: 2024-04-17 17:54:03.018--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-17 17:54:03.018--UnitOfWork(351147066)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" )
    [junit] [EL Fine]: 2024-04-17 17:54:03.018--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-17 17:54:03.019--UnitOfWork(351147066)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" )
    [junit] [EL Fine]: 2024-04-17 17:54:03.019--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-17 17:54:03.019--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-17 17:54:03.019--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-17 17:54:03.019--ClientSession(594491525)--Connection(1995338497)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (ID = ?)
    [junit] 	bind => [11]
    [junit] [EL Finer]: 2024-04-17 17:54:03.02--UnitOfWork(351147066)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:03.02--UnitOfWork(351147066)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.02--UnitOfWork(351147066)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.02--ClientSession(594491525)--Connection(1995338497)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.021--ServerSession(1918393987)--Connection(2136191813)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.021--UnitOfWork(351147066)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.021--UnitOfWork(351147066)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.021--UnitOfWork(351147066)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.021--ClientSession(594491525)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.021--UnitOfWork(351147066)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.021--ClientSession(594491525)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.021--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 915853613
    [junit] [EL Finer]: 2024-04-17 17:54:03.021--ClientSession(915853613)--Thread(Thread[main,5,main])--acquire unit of work: 1701212923
    [junit] [EL Finest]: 2024-04-17 17:54:03.021--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-17 17:54:03.021--ServerSession(1918393987)--Connection(1977568029)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.021--ServerSession(1918393987)--Connection(1977568029)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.021--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-17 17:54:03.022--ServerSession(1918393987)--Connection(1977568029)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.022--UnitOfWork(1701212923)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:03.022--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-17 17:54:03.022--UnitOfWork(1701212923)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.022--UnitOfWork(1701212923)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:03.022--UnitOfWork(1701212923)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:03.022--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-17 17:54:03.022--ServerSession(1918393987)--Connection(1227891003)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.022--ClientSession(915853613)--Connection(1227891003)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.022--ClientSession(915853613)--Connection(1227891003)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.023--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-17 17:54:03.023--UnitOfWork(1701212923)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:03.023--UnitOfWork(1701212923)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.023--UnitOfWork(1701212923)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.023--ClientSession(915853613)--Connection(1731669280)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.023--ServerSession(1918393987)--Connection(1227891003)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.023--UnitOfWork(1701212923)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.024--UnitOfWork(1701212923)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.024--UnitOfWork(1701212923)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.024--ClientSession(915853613)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.024--UnitOfWork(1701212923)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.024--ClientSession(915853613)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.024--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 692151071
    [junit] [EL Finer]: 2024-04-17 17:54:03.024--ClientSession(692151071)--Thread(Thread[main,5,main])--acquire unit of work: 1630578421
    [junit] [EL Finest]: 2024-04-17 17:54:03.024--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-17 17:54:03.024--ServerSession(1918393987)--Connection(1068554718)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.024--ServerSession(1918393987)--Connection(1068554718)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.024--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-17 17:54:03.024--ServerSession(1918393987)--Connection(1068554718)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.024--UnitOfWork(1630578421)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Review )
    [junit] [EL Finest]: 2024-04-17 17:54:03.024--ServerSession(1918393987)--Connection(1312137753)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.024--ServerSession(1918393987)--Connection(1312137753)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.024--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-17 17:54:03.025--ServerSession(1918393987)--Connection(1312137753)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.025--UnitOfWork(1630578421)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.025--UnitOfWork(1630578421)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:03.025--UnitOfWork(1630578421)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Review )
    [junit] [EL Finest]: 2024-04-17 17:54:03.025--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-17 17:54:03.025--ServerSession(1918393987)--Connection(883636619)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.025--ClientSession(692151071)--Connection(883636619)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.025--ClientSession(692151071)--Connection(883636619)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.026--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-17 17:54:03.026--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-17 17:54:03.026--UnitOfWork(1630578421)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:03.026--UnitOfWork(1630578421)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.026--UnitOfWork(1630578421)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.026--ClientSession(692151071)--Connection(1902333540)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.026--ServerSession(1918393987)--Connection(883636619)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.026--UnitOfWork(1630578421)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.027--UnitOfWork(1630578421)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.027--UnitOfWork(1630578421)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.027--ClientSession(692151071)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.027--UnitOfWork(1630578421)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.027--ClientSession(692151071)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.027--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1634960959
    [junit] [EL Finer]: 2024-04-17 17:54:03.027--ClientSession(1634960959)--Thread(Thread[main,5,main])--acquire unit of work: 168354843
    [junit] [EL Finest]: 2024-04-17 17:54:03.027--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-17 17:54:03.027--ServerSession(1918393987)--Connection(235460721)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.027--ServerSession(1918393987)--Connection(235460721)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.027--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-17 17:54:03.027--ServerSession(1918393987)--Connection(235460721)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:03.038--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 588356547
    [junit] [EL Finer]: 2024-04-17 17:54:03.038--ClientSession(588356547)--Thread(Thread[main,5,main])--acquire unit of work: 854936618
    [junit] [EL Finest]: 2024-04-17 17:54:03.038--UnitOfWork(854936618)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.038--UnitOfWork(854936618)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.038--UnitOfWork(854936618)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.038--UnitOfWork(854936618)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.038--UnitOfWork(854936618)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.038--UnitOfWork(854936618)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.038--UnitOfWork(854936618)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:03.038--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-17 17:54:03.039--ServerSession(1918393987)--Connection(1465712321)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.039--ClientSession(588356547)--Connection(1465712321)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.039--ClientSession(588356547)--Connection(1465712321)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:03.039--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-17 17:54:03.039--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-17 17:54:03.039--ClientSession(588356547)--Connection(839289583)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:03.039--ClientSession(588356547)--Connection(839289583)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:03.039--ClientSession(588356547)--Connection(839289583)--Thread(Thread[main,5,main])--	bind => [2, zwei, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:03.039--ClientSession(588356547)--Connection(839289583)--Thread(Thread[main,5,main])--	bind => [1, eins, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:03.039--ClientSession(588356547)--Connection(839289583)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:03.04--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-17 17:54:03.04--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-17 17:54:03.04--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-17 17:54:03.04--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-17 17:54:03.041--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-17 17:54:03.041--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-17 17:54:03.041--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-17 17:54:03.041--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-17 17:54:03.042--UnitOfWork(854936618)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:03.042--UnitOfWork(854936618)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.042--UnitOfWork(854936618)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.042--ClientSession(588356547)--Connection(839289583)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.042--ServerSession(1918393987)--Connection(1465712321)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.043--UnitOfWork(854936618)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.043--UnitOfWork(854936618)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.043--UnitOfWork(854936618)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.043--ClientSession(588356547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.043--UnitOfWork(854936618)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.043--ClientSession(588356547)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.043--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 411406427
    [junit] [EL Finer]: 2024-04-17 17:54:03.043--ClientSession(411406427)--Thread(Thread[main,5,main])--acquire unit of work: 37639998
    [junit] [EL Finest]: 2024-04-17 17:54:03.043--UnitOfWork(37639998)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee )
    [junit] [EL Finest]: 2024-04-17 17:54:03.043--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-17 17:54:03.043--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-17 17:54:03.043--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-17 17:54:03.043--ServerSession(1918393987)--Connection(1727362830)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.043--ServerSession(1918393987)--Connection(1727362830)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.044--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-17 17:54:03.044--ServerSession(1918393987)--Connection(1727362830)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:03.044--UnitOfWork(37639998)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.044--UnitOfWork(37639998)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.044--UnitOfWork(37639998)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.044--UnitOfWork(37639998)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.044--ClientSession(411406427)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.045--UnitOfWork(37639998)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.045--ClientSession(411406427)--Thread(Thread[main,5,main])--client released
    [junit] Tests run: 23, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.44 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestMerge
    [junit] [EL Finer]: 2024-04-17 17:54:03.062--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1887868536
    [junit] [EL Finer]: 2024-04-17 17:54:03.062--ClientSession(1887868536)--Thread(Thread[main,5,main])--acquire unit of work: 1374355136
    [junit] [EL Finer]: 2024-04-17 17:54:03.062--UnitOfWork(1374355136)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.062--ClientSession(1887868536)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.062--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 764684191
    [junit] [EL Finer]: 2024-04-17 17:54:03.062--ClientSession(764684191)--Thread(Thread[main,5,main])--acquire unit of work: 324700168
    [junit] [EL Finer]: 2024-04-17 17:54:03.062--UnitOfWork(324700168)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.062--ClientSession(764684191)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.072--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1570077936
    [junit] [EL Finer]: 2024-04-17 17:54:03.072--ClientSession(1570077936)--Thread(Thread[main,5,main])--acquire unit of work: 440968578
    [junit] [EL Finest]: 2024-04-17 17:54:03.072--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-17 17:54:03.072--UnitOfWork(440968578)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:03.072--ServerSession(1918393987)--Connection(1262864612)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.072--ServerSession(1918393987)--Connection(1262864612)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.072--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-17 17:54:03.073--ServerSession(1918393987)--Connection(1262864612)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:03.073--UnitOfWork(440968578)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.073--ClientSession(1570077936)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.073--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 748351174
    [junit] [EL Finer]: 2024-04-17 17:54:03.073--ClientSession(748351174)--Thread(Thread[main,5,main])--acquire unit of work: 438188203
    [junit] [EL Finest]: 2024-04-17 17:54:03.073--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-17 17:54:03.073--UnitOfWork(438188203)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:03.073--ServerSession(1918393987)--Connection(1074601008)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.073--ServerSession(1918393987)--Connection(1074601008)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.073--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-17 17:54:03.073--ServerSession(1918393987)--Connection(1074601008)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:03.073--UnitOfWork(438188203)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.073--ClientSession(748351174)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.083--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 920869086
    [junit] [EL Finer]: 2024-04-17 17:54:03.083--ClientSession(920869086)--Thread(Thread[main,5,main])--acquire unit of work: 736974888
    [junit] [EL Finest]: 2024-04-17 17:54:03.083--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-17 17:54:03.184--UnitOfWork(736974888)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.184--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-17 17:54:03.184--ServerSession(1918393987)--Connection(1418986727)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.184--ClientSession(920869086)--Connection(1418986727)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.184--ClientSession(920869086)--Connection(1418986727)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.185--ClientSession(920869086)--Connection(700935541)--Thread(Thread[main,5,main])--INSERT INTO TMP_TIMESTAMP (ID) VALUES (?)
    [junit] 	bind => [1713376443183]
    [junit] [EL Finer]: 2024-04-17 17:54:03.185--ClientSession(920869086)--Connection(700935541)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.185--ServerSession(1918393987)--Connection(1418986727)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.185--UnitOfWork(736974888)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.185--UnitOfWork(736974888)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.185--UnitOfWork(736974888)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.185--ClientSession(920869086)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.185--UnitOfWork(736974888)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.185--ClientSession(920869086)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.185--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 24331479
    [junit] [EL Finer]: 2024-04-17 17:54:03.185--ClientSession(24331479)--Thread(Thread[main,5,main])--acquire unit of work: 1974786850
    [junit] [EL Finest]: 2024-04-17 17:54:03.186--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-17 17:54:03.186--ServerSession(1918393987)--Connection(850268617)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.186--ServerSession(1918393987)--Connection(850268617)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.186--ServerSession(1918393987)--Connection(377204235)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_TIMESTAMP WHERE (ID = ?)
    [junit] 	bind => [1713376443183]
    [junit] [EL Finest]: 2024-04-17 17:54:03.186--ServerSession(1918393987)--Connection(850268617)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:03.197--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 692720309
    [junit] [EL Finer]: 2024-04-17 17:54:03.197--ClientSession(692720309)--Thread(Thread[main,5,main])--acquire unit of work: 1653271137
    [junit] [EL Finest]: 2024-04-17 17:54:03.197--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-17 17:54:03.197--UnitOfWork(1653271137)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Timestamp )
    [junit] [EL Finest]: 2024-04-17 17:54:03.197--ServerSession(1918393987)--Connection(506758159)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.197--ServerSession(1918393987)--Connection(506758159)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.197--ServerSession(1918393987)--Connection(1737683654)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_TIMESTAMP WHERE (ID = ?)
    [junit] 	bind => [1]
    [junit] [EL Finest]: 2024-04-17 17:54:03.197--ServerSession(1918393987)--Connection(506758159)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:03.298--UnitOfWork(1653271137)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.298--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-17 17:54:03.298--ServerSession(1918393987)--Connection(1034095845)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.298--ClientSession(692720309)--Connection(1034095845)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.298--ClientSession(692720309)--Connection(1034095845)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.298--ClientSession(692720309)--Connection(508260550)--Thread(Thread[main,5,main])--INSERT INTO TMP_TIMESTAMP (ID) VALUES (?)
    [junit] 	bind => [1713376443298]
    [junit] [EL Finer]: 2024-04-17 17:54:03.299--ClientSession(692720309)--Connection(508260550)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.299--ServerSession(1918393987)--Connection(1034095845)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.299--UnitOfWork(1653271137)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.299--UnitOfWork(1653271137)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.299--UnitOfWork(1653271137)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.299--ClientSession(692720309)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.299--UnitOfWork(1653271137)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.299--ClientSession(692720309)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.299--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1211112446
    [junit] [EL Finer]: 2024-04-17 17:54:03.299--ClientSession(1211112446)--Thread(Thread[main,5,main])--acquire unit of work: 1842475577
    [junit] [EL Finest]: 2024-04-17 17:54:03.299--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-17 17:54:03.299--ServerSession(1918393987)--Connection(685339141)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.299--ServerSession(1918393987)--Connection(685339141)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.3--ServerSession(1918393987)--Connection(2119741686)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_TIMESTAMP WHERE (ID = ?)
    [junit] 	bind => [1713376443298]
    [junit] [EL Finest]: 2024-04-17 17:54:03.3--ServerSession(1918393987)--Connection(685339141)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:03.31--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 2108085909
    [junit] [EL Finer]: 2024-04-17 17:54:03.31--ClientSession(2108085909)--Thread(Thread[main,5,main])--acquire unit of work: 1957269967
    [junit] [EL Finest]: 2024-04-17 17:54:03.31--UnitOfWork(1957269967)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.31--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-17 17:54:03.31--UnitOfWork(1957269967)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.311--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-17 17:54:03.311--ServerSession(1918393987)--Connection(2046030668)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.311--ClientSession(2108085909)--Connection(2046030668)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.311--ClientSession(2108085909)--Connection(2046030668)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:03.311--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-17 17:54:03.311--ClientSession(2108085909)--Connection(1350834482)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:03.311--ClientSession(2108085909)--Connection(1350834482)--Thread(Thread[main,5,main])--INSERT INTO TMP_NASTY (ID) VALUES (?)
    [junit] [EL Fine]: 2024-04-17 17:54:03.311--ClientSession(2108085909)--Connection(1350834482)--Thread(Thread[main,5,main])--	bind => [1000]
    [junit] [EL Fine]: 2024-04-17 17:54:03.311--ClientSession(2108085909)--Connection(1350834482)--Thread(Thread[main,5,main])--	bind => [1000]
    [junit] [EL Finer]: 2024-04-17 17:54:03.311--ClientSession(2108085909)--Connection(1350834482)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Fine]: 2024-04-17 17:54:03.312--ClientSession(2108085909)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finer]: 2024-04-17 17:54:03.312--ClientSession(2108085909)--Connection(1350834482)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.313--ServerSession(1918393987)--Connection(2046030668)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Warning]: 2024-04-17 17:54:03.313--UnitOfWork(1957269967)--Thread(Thread[main,5,main])--Local Exception Stack: 
    [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:03.313--UnitOfWork(1957269967)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.313--ClientSession(2108085909)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.323--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 396734075
    [junit] [EL Finer]: 2024-04-17 17:54:03.323--ClientSession(396734075)--Thread(Thread[main,5,main])--acquire unit of work: 2119032302
    [junit] [EL Finest]: 2024-04-17 17:54:03.323--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-17 17:54:03.323--UnitOfWork(2119032302)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:03.323--ServerSession(1918393987)--Connection(731626152)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.323--ServerSession(1918393987)--Connection(731626152)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.323--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-17 17:54:03.323--ServerSession(1918393987)--Connection(731626152)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:03.324--UnitOfWork(2119032302)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.324--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-17 17:54:03.324--ServerSession(1918393987)--Connection(1005924239)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.324--ClientSession(396734075)--Connection(1005924239)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.324--ClientSession(396734075)--Connection(1005924239)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.324--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-17 17:54:03.324--ClientSession(396734075)--Connection(1473758481)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.325--ServerSession(1918393987)--Connection(1005924239)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.325--UnitOfWork(2119032302)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.325--UnitOfWork(2119032302)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.325--UnitOfWork(2119032302)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.325--ClientSession(396734075)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.325--UnitOfWork(2119032302)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.325--ClientSession(396734075)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.325--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 2136450980
    [junit] [EL Finer]: 2024-04-17 17:54:03.325--ClientSession(2136450980)--Thread(Thread[main,5,main])--acquire unit of work: 1842116246
    [junit] [EL Finest]: 2024-04-17 17:54:03.325--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-17 17:54:03.325--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-17 17:54:03.334--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1314209120
    [junit] [EL Finer]: 2024-04-17 17:54:03.334--ClientSession(1314209120)--Thread(Thread[main,5,main])--acquire unit of work: 479618184
    [junit] [EL Finest]: 2024-04-17 17:54:03.334--UnitOfWork(479618184)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.334--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-17 17:54:03.334--UnitOfWork(479618184)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Nasty )
    [junit] [EL Finest]: 2024-04-17 17:54:03.335--ServerSession(1918393987)--Connection(2021678579)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.335--ServerSession(1918393987)--Connection(2021678579)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.335--ServerSession(1918393987)--Connection(1705558790)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_NASTY WHERE (ID = ?)
    [junit] 	bind => [2000]
    [junit] [EL Finest]: 2024-04-17 17:54:03.335--ServerSession(1918393987)--Connection(2021678579)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:03.335--UnitOfWork(479618184)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.335--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-17 17:54:03.335--ServerSession(1918393987)--Connection(161573617)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.335--ClientSession(1314209120)--Connection(161573617)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.335--ClientSession(1314209120)--Connection(161573617)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:03.335--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-17 17:54:03.335--ClientSession(1314209120)--Connection(1206325076)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:03.335--ClientSession(1314209120)--Connection(1206325076)--Thread(Thread[main,5,main])--INSERT INTO TMP_NASTY (ID) VALUES (?)
    [junit] [EL Fine]: 2024-04-17 17:54:03.335--ClientSession(1314209120)--Connection(1206325076)--Thread(Thread[main,5,main])--	bind => [1000]
    [junit] [EL Fine]: 2024-04-17 17:54:03.335--ClientSession(1314209120)--Connection(1206325076)--Thread(Thread[main,5,main])--	bind => [1000]
    [junit] [EL Finer]: 2024-04-17 17:54:03.336--ClientSession(1314209120)--Connection(1206325076)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Fine]: 2024-04-17 17:54:03.336--ClientSession(1314209120)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finer]: 2024-04-17 17:54:03.336--ClientSession(1314209120)--Connection(1206325076)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.336--ServerSession(1918393987)--Connection(161573617)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Warning]: 2024-04-17 17:54:03.336--UnitOfWork(479618184)--Thread(Thread[main,5,main])--Local Exception Stack: 
    [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:03.337--UnitOfWork(479618184)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.337--ClientSession(1314209120)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.346--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 379409767
    [junit] [EL Finer]: 2024-04-17 17:54:03.346--ClientSession(379409767)--Thread(Thread[main,5,main])--acquire unit of work: 508074327
    [junit] [EL Finest]: 2024-04-17 17:54:03.346--UnitOfWork(508074327)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.346--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-17 17:54:03.346--UnitOfWork(508074327)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.346--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-17 17:54:03.346--ServerSession(1918393987)--Connection(667428844)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.346--ClientSession(379409767)--Connection(667428844)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.346--ClientSession(379409767)--Connection(667428844)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.347--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-17 17:54:03.347--ClientSession(379409767)--Connection(2098233443)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.347--ServerSession(1918393987)--Connection(667428844)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.347--UnitOfWork(508074327)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.347--UnitOfWork(508074327)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.347--UnitOfWork(508074327)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.347--ClientSession(379409767)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.347--UnitOfWork(508074327)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.347--ClientSession(379409767)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.347--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1129435221
    [junit] [EL Finer]: 2024-04-17 17:54:03.347--ClientSession(1129435221)--Thread(Thread[main,5,main])--acquire unit of work: 633366676
    [junit] [EL Finest]: 2024-04-17 17:54:03.347--UnitOfWork(633366676)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.347--UnitOfWork(633366676)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.348--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-17 17:54:03.348--ServerSession(1918393987)--Connection(593626872)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.348--ClientSession(1129435221)--Connection(593626872)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.348--ClientSession(1129435221)--Connection(593626872)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.348--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-17 17:54:03.348--ClientSession(1129435221)--Connection(96489160)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.348--ServerSession(1918393987)--Connection(593626872)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.348--UnitOfWork(633366676)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.348--UnitOfWork(633366676)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.348--UnitOfWork(633366676)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.348--ClientSession(1129435221)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.348--UnitOfWork(633366676)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.349--ClientSession(1129435221)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.349--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 94931017
    [junit] [EL Finer]: 2024-04-17 17:54:03.349--ClientSession(94931017)--Thread(Thread[main,5,main])--acquire unit of work: 919473090
    [junit] [EL Finest]: 2024-04-17 17:54:03.349--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-17 17:54:03.349--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-17 17:54:03.349--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-17 17:54:03.349--UnitOfWork(919473090)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.349--UnitOfWork(919473090)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.349--UnitOfWork(919473090)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.349--UnitOfWork(919473090)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.349--ClientSession(94931017)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.349--UnitOfWork(919473090)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.349--ClientSession(94931017)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.359--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 56204056
    [junit] [EL Finer]: 2024-04-17 17:54:03.359--ClientSession(56204056)--Thread(Thread[main,5,main])--acquire unit of work: 339280038
    [junit] [EL Finest]: 2024-04-17 17:54:03.359--UnitOfWork(339280038)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.359--UnitOfWork(339280038)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.359--UnitOfWork(339280038)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.359--UnitOfWork(339280038)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.359--UnitOfWork(339280038)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.359--ServerSession(1918393987)--Connection(1810650734)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.359--ClientSession(56204056)--Connection(1810650734)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.359--ClientSession(56204056)--Connection(1810650734)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:03.359--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-17 17:54:03.359--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-17 17:54:03.359--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-17 17:54:03.36--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-17 17:54:03.36--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-17 17:54:03.36--ClientSession(56204056)--Connection(1195378184)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.36--ServerSession(1918393987)--Connection(1195378184)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.36--ServerSession(1918393987)--Connection(1810650734)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:03.36--UnitOfWork(339280038)--Thread(Thread[main,5,main])--assign sequence to the object (1 -> null:null:counting beans)
    [junit] [EL Finest]: 2024-04-17 17:54:03.36--UnitOfWork(339280038)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.361--UnitOfWork(339280038)--Thread(Thread[main,5,main])--assign sequence to the object (2 -> null:null:writing SDDs)
    [junit] [EL Finer]: 2024-04-17 17:54:03.361--UnitOfWork(339280038)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.361--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-17 17:54:03.361--ServerSession(1918393987)--Connection(1263633989)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.361--ClientSession(56204056)--Connection(1263633989)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.361--ClientSession(56204056)--Connection(1263633989)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:03.361--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-17 17:54:03.361--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-17 17:54:03.362--UnitOfWork(339280038)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(2:null:writing SDDs)
    [junit] [EL Fine]: 2024-04-17 17:54:03.362--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-17 17:54:03.362--UnitOfWork(339280038)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(1:null:counting beans)
    [junit] [EL Finest]: 2024-04-17 17:54:03.362--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-17 17:54:03.362--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:03.362--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:03.362--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--	bind => [2, null, writing SDDs]
    [junit] [EL Fine]: 2024-04-17 17:54:03.362--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--	bind => [1, null, counting beans]
    [junit] [EL Finer]: 2024-04-17 17:54:03.362--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:03.363--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-17 17:54:03.363--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:03.363--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:03.363--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--	bind => [303, 2006-01-01, one, 1, Review]
    [junit] [EL Fine]: 2024-04-17 17:54:03.363--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--	bind => [304, 2006-01-02, two, 1, Review]
    [junit] [EL Finer]: 2024-04-17 17:54:03.363--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:03.363--ClientSession(56204056)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" )
    [junit] [EL Finer]: 2024-04-17 17:54:03.364--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:03.364--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:03.364--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--	bind => [0, 303]
    [junit] [EL Fine]: 2024-04-17 17:54:03.364--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--	bind => [0, 304]
    [junit] [EL Finer]: 2024-04-17 17:54:03.364--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:03.364--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-17 17:54:03.364--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-17 17:54:03.364--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:03.364--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:03.364--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--	bind => [1, 302]
    [junit] [EL Fine]: 2024-04-17 17:54:03.364--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--	bind => [2, 302]
    [junit] [EL Finer]: 2024-04-17 17:54:03.364--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:03.365--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-17 17:54:03.365--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:03.365--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:03.365--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--	bind => [304, 302]
    [junit] [EL Fine]: 2024-04-17 17:54:03.365--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--	bind => [303, 302]
    [junit] [EL Finer]: 2024-04-17 17:54:03.365--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:03.365--ClientSession(56204056)--Connection(692731690)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.366--ServerSession(1918393987)--Connection(1263633989)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.366--UnitOfWork(339280038)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.366--UnitOfWork(339280038)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.366--UnitOfWork(339280038)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.366--ClientSession(56204056)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.366--UnitOfWork(339280038)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.366--ClientSession(56204056)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.366--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 312068212
    [junit] [EL Finer]: 2024-04-17 17:54:03.366--ClientSession(312068212)--Thread(Thread[main,5,main])--acquire unit of work: 719119378
    [junit] [EL Finest]: 2024-04-17 17:54:03.366--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-17 17:54:03.366--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-17 17:54:03.366--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-17 17:54:03.366--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-17 17:54:03.367--ServerSession(1918393987)--Connection(830608444)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.367--ServerSession(1918393987)--Connection(830608444)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.367--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-17 17:54:03.367--ServerSession(1918393987)--Connection(830608444)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:03.367--UnitOfWork(719119378)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.367--UnitOfWork(719119378)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.367--UnitOfWork(719119378)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.367--UnitOfWork(719119378)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.367--ClientSession(312068212)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.367--UnitOfWork(719119378)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.367--ClientSession(312068212)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.367--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1888591894
    [junit] [EL Finer]: 2024-04-17 17:54:03.367--ClientSession(1888591894)--Thread(Thread[main,5,main])--acquire unit of work: 341315292
    [junit] [EL Finest]: 2024-04-17 17:54:03.367--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-17 17:54:03.367--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-17 17:54:03.368--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-17 17:54:03.368--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-17 17:54:03.368--ServerSession(1918393987)--Connection(1586365091)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.368--ServerSession(1918393987)--Connection(1586365091)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.368--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-17 17:54:03.368--ServerSession(1918393987)--Connection(1586365091)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.368--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-17 17:54:03.368--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-17 17:54:03.368--ServerSession(1918393987)--Connection(1371301022)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.369--ServerSession(1918393987)--Connection(1371301022)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.369--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-17 17:54:03.369--ServerSession(1918393987)--Connection(1371301022)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.369--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-17 17:54:03.369--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-17 17:54:03.369--UnitOfWork(341315292)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="hobbies" referenceClass=Hobby )
    [junit] [EL Finest]: 2024-04-17 17:54:03.37--ServerSession(1918393987)--Connection(1815643381)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.37--ServerSession(1918393987)--Connection(1815643381)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.37--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-17 17:54:03.371--ServerSession(1918393987)--Connection(1815643381)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.371--UnitOfWork(341315292)--Thread(Thread[main,5,main])--Register the existing object 2:null:writing SDDs
    [junit] [EL Finest]: 2024-04-17 17:54:03.371--UnitOfWork(341315292)--Thread(Thread[main,5,main])--Register the existing object 1:null:counting beans
    [junit] [EL Finer]: 2024-04-17 17:54:03.371--UnitOfWork(341315292)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.371--UnitOfWork(341315292)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.371--UnitOfWork(341315292)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.371--UnitOfWork(341315292)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.371--ClientSession(1888591894)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.371--UnitOfWork(341315292)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.371--ClientSession(1888591894)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.371--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 19173251
    [junit] [EL Finer]: 2024-04-17 17:54:03.371--ClientSession(19173251)--Thread(Thread[main,5,main])--acquire unit of work: 1546125471
    [junit] [EL Finest]: 2024-04-17 17:54:03.371--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-17 17:54:03.371--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-17 17:54:03.371--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-17 17:54:03.372--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-17 17:54:03.372--ServerSession(1918393987)--Connection(629738723)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.372--ServerSession(1918393987)--Connection(629738723)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.372--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-17 17:54:03.372--ServerSession(1918393987)--Connection(629738723)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:03.372--UnitOfWork(1546125471)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.372--UnitOfWork(1546125471)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.372--UnitOfWork(1546125471)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.372--UnitOfWork(1546125471)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.372--ClientSession(19173251)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.372--UnitOfWork(1546125471)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.372--ClientSession(19173251)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.372--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 431731222
    [junit] [EL Finer]: 2024-04-17 17:54:03.372--ClientSession(431731222)--Thread(Thread[main,5,main])--acquire unit of work: 1828372669
    [junit] [EL Finest]: 2024-04-17 17:54:03.372--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-17 17:54:03.372--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-17 17:54:03.373--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-17 17:54:03.373--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-17 17:54:03.373--ServerSession(1918393987)--Connection(1521510441)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.373--ServerSession(1918393987)--Connection(1521510441)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.373--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-17 17:54:03.373--ServerSession(1918393987)--Connection(1521510441)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.373--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-17 17:54:03.373--ServerSession(1918393987)--Connection(1059154409)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.373--ServerSession(1918393987)--Connection(1059154409)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.373--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-17 17:54:03.374--ServerSession(1918393987)--Connection(1059154409)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.374--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-17 17:54:03.374--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-17 17:54:03.374--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-17 17:54:03.374--ServerSession(1918393987)--Connection(99275333)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.374--ServerSession(1918393987)--Connection(99275333)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.374--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-17 17:54:03.375--ServerSession(1918393987)--Connection(99275333)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.375--UnitOfWork(1828372669)--Thread(Thread[main,5,main])--Register the existing object 2:null:writing SDDs
    [junit] [EL Finest]: 2024-04-17 17:54:03.375--UnitOfWork(1828372669)--Thread(Thread[main,5,main])--Register the existing object 1:null:counting beans
    [junit] [EL Finest]: 2024-04-17 17:54:03.375--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-17 17:54:03.375--UnitOfWork(1828372669)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.376--UnitOfWork(1828372669)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.376--UnitOfWork(1828372669)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.376--UnitOfWork(1828372669)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.376--ClientSession(431731222)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.376--UnitOfWork(1828372669)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.376--ClientSession(431731222)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.387--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 24057252
    [junit] [EL Finer]: 2024-04-17 17:54:03.387--ClientSession(24057252)--Thread(Thread[main,5,main])--acquire unit of work: 1418481959
    [junit] [EL Finest]: 2024-04-17 17:54:03.387--UnitOfWork(1418481959)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.387--UnitOfWork(1418481959)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.387--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-17 17:54:03.387--ServerSession(1918393987)--Connection(389752004)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.387--ClientSession(24057252)--Connection(389752004)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.387--ClientSession(24057252)--Connection(389752004)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.387--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-17 17:54:03.388--ClientSession(24057252)--Connection(554191469)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.388--ServerSession(1918393987)--Connection(389752004)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.388--UnitOfWork(1418481959)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.388--UnitOfWork(1418481959)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.388--UnitOfWork(1418481959)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.388--ClientSession(24057252)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.388--UnitOfWork(1418481959)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.388--ClientSession(24057252)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.388--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1680709407
    [junit] [EL Finer]: 2024-04-17 17:54:03.388--ClientSession(1680709407)--Thread(Thread[main,5,main])--acquire unit of work: 721322586
    [junit] [EL Finest]: 2024-04-17 17:54:03.388--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-17 17:54:03.388--UnitOfWork(721322586)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.389--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-17 17:54:03.389--ServerSession(1918393987)--Connection(1162466838)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.389--ClientSession(1680709407)--Connection(1162466838)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.389--ClientSession(1680709407)--Connection(1162466838)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.389--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-17 17:54:03.389--ClientSession(1680709407)--Connection(469459127)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.389--ServerSession(1918393987)--Connection(1162466838)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.39--UnitOfWork(721322586)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.39--UnitOfWork(721322586)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.39--UnitOfWork(721322586)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.39--ClientSession(1680709407)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.39--UnitOfWork(721322586)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.39--ClientSession(1680709407)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.39--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 161958547
    [junit] [EL Finer]: 2024-04-17 17:54:03.39--ClientSession(161958547)--Thread(Thread[main,5,main])--acquire unit of work: 39179479
    [junit] [EL Finest]: 2024-04-17 17:54:03.39--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-17 17:54:03.39--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-17 17:54:03.39--UnitOfWork(39179479)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.39--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-17 17:54:03.39--UnitOfWork(39179479)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.39--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-17 17:54:03.39--ServerSession(1918393987)--Connection(1852194933)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.39--ClientSession(161958547)--Connection(1852194933)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.39--ClientSession(161958547)--Connection(1852194933)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.391--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-17 17:54:03.391--ClientSession(161958547)--Connection(475468130)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.391--ServerSession(1918393987)--Connection(1852194933)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.391--UnitOfWork(39179479)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.391--UnitOfWork(39179479)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.391--UnitOfWork(39179479)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.391--ClientSession(161958547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.391--UnitOfWork(39179479)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.391--ClientSession(161958547)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.391--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 224447405
    [junit] [EL Finer]: 2024-04-17 17:54:03.391--ClientSession(224447405)--Thread(Thread[main,5,main])--acquire unit of work: 1373194140
    [junit] [EL Finest]: 2024-04-17 17:54:03.391--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-17 17:54:03.391--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-17 17:54:03.391--UnitOfWork(1373194140)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.391--UnitOfWork(1373194140)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.392--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-17 17:54:03.392--ServerSession(1918393987)--Connection(1257570886)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.392--ClientSession(224447405)--Connection(1257570886)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.392--ClientSession(224447405)--Connection(1257570886)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.392--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-17 17:54:03.392--ClientSession(224447405)--Connection(1162358658)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.392--ServerSession(1918393987)--Connection(1257570886)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.392--UnitOfWork(1373194140)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.392--UnitOfWork(1373194140)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.393--UnitOfWork(1373194140)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.393--ClientSession(224447405)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.393--UnitOfWork(1373194140)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.393--ClientSession(224447405)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.393--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1218677266
    [junit] [EL Finer]: 2024-04-17 17:54:03.393--ClientSession(1218677266)--Thread(Thread[main,5,main])--acquire unit of work: 715544178
    [junit] [EL Finest]: 2024-04-17 17:54:03.393--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-17 17:54:03.393--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-17 17:54:03.393--UnitOfWork(715544178)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.393--UnitOfWork(715544178)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.393--UnitOfWork(715544178)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.393--UnitOfWork(715544178)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.393--ClientSession(1218677266)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.393--UnitOfWork(715544178)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.393--ClientSession(1218677266)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.393--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 449256327
    [junit] [EL Finer]: 2024-04-17 17:54:03.393--ClientSession(449256327)--Thread(Thread[main,5,main])--acquire unit of work: 101272276
    [junit] [EL Finest]: 2024-04-17 17:54:03.393--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-17 17:54:03.393--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-17 17:54:03.393--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-17 17:54:03.393--UnitOfWork(101272276)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.393--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-17 17:54:03.393--ServerSession(1918393987)--Connection(1331862180)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.393--ClientSession(449256327)--Connection(1331862180)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.393--ClientSession(449256327)--Connection(1331862180)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.394--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-17 17:54:03.394--ClientSession(449256327)--Connection(66135670)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.394--ServerSession(1918393987)--Connection(1331862180)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.394--UnitOfWork(101272276)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.394--UnitOfWork(101272276)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.394--UnitOfWork(101272276)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.394--ClientSession(449256327)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.394--UnitOfWork(101272276)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.394--ClientSession(449256327)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.394--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1059245610
    [junit] [EL Finer]: 2024-04-17 17:54:03.394--ClientSession(1059245610)--Thread(Thread[main,5,main])--acquire unit of work: 1691272400
    [junit] [EL Finest]: 2024-04-17 17:54:03.394--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-17 17:54:03.395--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.345 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestPersist
    [junit] [EL Finer]: 2024-04-17 17:54:03.411--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 858989662
    [junit] [EL Finer]: 2024-04-17 17:54:03.411--ClientSession(858989662)--Thread(Thread[main,5,main])--acquire unit of work: 343688483
    [junit] [EL Finer]: 2024-04-17 17:54:03.411--UnitOfWork(343688483)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.411--ClientSession(858989662)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.411--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1980588880
    [junit] [EL Finer]: 2024-04-17 17:54:03.411--ClientSession(1980588880)--Thread(Thread[main,5,main])--acquire unit of work: 1555478555
    [junit] [EL Finer]: 2024-04-17 17:54:03.411--UnitOfWork(1555478555)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.411--ClientSession(1980588880)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.421--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1531670331
    [junit] [EL Finer]: 2024-04-17 17:54:03.421--ClientSession(1531670331)--Thread(Thread[main,5,main])--acquire unit of work: 852779561
    [junit] [EL Finest]: 2024-04-17 17:54:03.421--UnitOfWork(852779561)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.421--UnitOfWork(852779561)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.421--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-17 17:54:03.422--ServerSession(1918393987)--Connection(2142914862)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.422--ClientSession(1531670331)--Connection(2142914862)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.422--ClientSession(1531670331)--Connection(2142914862)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.422--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-17 17:54:03.422--ClientSession(1531670331)--Connection(1861138906)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.422--ServerSession(1918393987)--Connection(2142914862)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.423--UnitOfWork(852779561)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.423--UnitOfWork(852779561)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.423--UnitOfWork(852779561)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.423--ClientSession(1531670331)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.423--UnitOfWork(852779561)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.423--ClientSession(1531670331)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.423--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 776506949
    [junit] [EL Finer]: 2024-04-17 17:54:03.423--ClientSession(776506949)--Thread(Thread[main,5,main])--acquire unit of work: 60182939
    [junit] [EL Finest]: 2024-04-17 17:54:03.423--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-17 17:54:03.423--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-17 17:54:03.423--UnitOfWork(60182939)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:03.423--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-17 17:54:03.423--ServerSession(1918393987)--Connection(1309744648)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.423--ClientSession(776506949)--Connection(1309744648)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.423--ClientSession(776506949)--Connection(1309744648)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.424--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-17 17:54:03.424--UnitOfWork(60182939)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:03.424--UnitOfWork(60182939)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.424--UnitOfWork(60182939)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.424--ClientSession(776506949)--Connection(1041117256)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.424--ServerSession(1918393987)--Connection(1309744648)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.424--UnitOfWork(60182939)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.424--UnitOfWork(60182939)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.424--UnitOfWork(60182939)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.424--ClientSession(776506949)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.424--UnitOfWork(60182939)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.424--ClientSession(776506949)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.425--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 384156063
    [junit] [EL Finer]: 2024-04-17 17:54:03.425--ClientSession(384156063)--Thread(Thread[main,5,main])--acquire unit of work: 1495678843
    [junit] [EL Finest]: 2024-04-17 17:54:03.425--UnitOfWork(1495678843)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.425--UnitOfWork(1495678843)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:03.425--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-17 17:54:03.425--ServerSession(1918393987)--Connection(2091617618)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.425--ClientSession(384156063)--Connection(2091617618)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.425--ClientSession(384156063)--Connection(2091617618)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.425--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-17 17:54:03.425--UnitOfWork(1495678843)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:03.425--UnitOfWork(1495678843)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.425--UnitOfWork(1495678843)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.425--ClientSession(384156063)--Connection(337557595)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.426--ServerSession(1918393987)--Connection(2091617618)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.426--UnitOfWork(1495678843)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.426--UnitOfWork(1495678843)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.426--UnitOfWork(1495678843)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.426--ClientSession(384156063)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.426--UnitOfWork(1495678843)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.426--ClientSession(384156063)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.436--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1310797638
    [junit] [EL Finer]: 2024-04-17 17:54:03.436--ClientSession(1310797638)--Thread(Thread[main,5,main])--acquire unit of work: 103415428
    [junit] [EL Finest]: 2024-04-17 17:54:03.436--UnitOfWork(103415428)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.436--UnitOfWork(103415428)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.436--ClientSession(1310797638)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.447--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 2125269841
    [junit] [EL Finer]: 2024-04-17 17:54:03.447--ClientSession(2125269841)--Thread(Thread[main,5,main])--acquire unit of work: 796756604
    [junit] [EL Finest]: 2024-04-17 17:54:03.447--UnitOfWork(796756604)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.447--UnitOfWork(796756604)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.448--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-17 17:54:03.448--ServerSession(1918393987)--Connection(143929038)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.448--ClientSession(2125269841)--Connection(143929038)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.448--ClientSession(2125269841)--Connection(143929038)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.45--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-17 17:54:03.455--ClientSession(2125269841)--Connection(1922662433)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.456--ServerSession(1918393987)--Connection(143929038)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.456--UnitOfWork(796756604)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.456--UnitOfWork(796756604)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.456--UnitOfWork(796756604)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.456--ClientSession(2125269841)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.456--UnitOfWork(796756604)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.456--ClientSession(2125269841)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.457--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1633161534
    [junit] [EL Finer]: 2024-04-17 17:54:03.457--ClientSession(1633161534)--Thread(Thread[main,5,main])--acquire unit of work: 1631018495
    [junit] [EL Finest]: 2024-04-17 17:54:03.457--UnitOfWork(1631018495)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.457--UnitOfWork(1631018495)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:03.457--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-17 17:54:03.457--ServerSession(1918393987)--Connection(2054926467)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.458--ClientSession(1633161534)--Connection(2054926467)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.458--ClientSession(1633161534)--Connection(2054926467)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.458--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-17 17:54:03.461--UnitOfWork(1631018495)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:03.461--UnitOfWork(1631018495)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.461--UnitOfWork(1631018495)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.462--ClientSession(1633161534)--Connection(727491956)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.462--ServerSession(1918393987)--Connection(2054926467)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.463--UnitOfWork(1631018495)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.463--UnitOfWork(1631018495)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.463--UnitOfWork(1631018495)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.463--ClientSession(1633161534)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.463--UnitOfWork(1631018495)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.463--ClientSession(1633161534)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.473--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 526339400
    [junit] [EL Finer]: 2024-04-17 17:54:03.473--ClientSession(526339400)--Thread(Thread[main,5,main])--acquire unit of work: 788684446
    [junit] [EL Finest]: 2024-04-17 17:54:03.473--UnitOfWork(788684446)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.473--UnitOfWork(788684446)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.473--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-17 17:54:03.473--ServerSession(1918393987)--Connection(1484518113)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.473--ClientSession(526339400)--Connection(1484518113)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.473--ClientSession(526339400)--Connection(1484518113)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.474--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-17 17:54:03.474--ClientSession(526339400)--Connection(1697685982)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.474--ServerSession(1918393987)--Connection(1484518113)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.474--UnitOfWork(788684446)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.474--UnitOfWork(788684446)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.474--UnitOfWork(788684446)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.474--ClientSession(526339400)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.474--UnitOfWork(788684446)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.474--ClientSession(526339400)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.475--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1148337557
    [junit] [EL Finer]: 2024-04-17 17:54:03.475--ClientSession(1148337557)--Thread(Thread[main,5,main])--acquire unit of work: 606882452
    [junit] [EL Finest]: 2024-04-17 17:54:03.475--UnitOfWork(606882452)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.475--UnitOfWork(606882452)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:03.475--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-17 17:54:03.475--ServerSession(1918393987)--Connection(313945225)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.475--ClientSession(1148337557)--Connection(313945225)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.475--ClientSession(1148337557)--Connection(313945225)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.475--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-17 17:54:03.475--UnitOfWork(606882452)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:03.475--UnitOfWork(606882452)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.475--UnitOfWork(606882452)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.476--ClientSession(1148337557)--Connection(1409875105)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.476--ServerSession(1918393987)--Connection(313945225)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.476--UnitOfWork(606882452)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.476--UnitOfWork(606882452)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.476--UnitOfWork(606882452)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.476--ClientSession(1148337557)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.476--UnitOfWork(606882452)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.476--ClientSession(1148337557)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.486--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 285205295
    [junit] [EL Finer]: 2024-04-17 17:54:03.486--ClientSession(285205295)--Thread(Thread[main,5,main])--acquire unit of work: 327584833
    [junit] [EL Finest]: 2024-04-17 17:54:03.486--UnitOfWork(327584833)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.587--UnitOfWork(327584833)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.587--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-17 17:54:03.587--ServerSession(1918393987)--Connection(2006005439)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.587--ClientSession(285205295)--Connection(2006005439)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.587--ClientSession(285205295)--Connection(2006005439)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.588--ClientSession(285205295)--Connection(261801753)--Thread(Thread[main,5,main])--INSERT INTO TMP_TIMESTAMP (ID) VALUES (?)
    [junit] 	bind => [1713376443587]
    [junit] [EL Finer]: 2024-04-17 17:54:03.588--ClientSession(285205295)--Connection(261801753)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.588--ServerSession(1918393987)--Connection(2006005439)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.588--UnitOfWork(327584833)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.588--UnitOfWork(327584833)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.589--UnitOfWork(327584833)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.589--ClientSession(285205295)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.589--UnitOfWork(327584833)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.589--ClientSession(285205295)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.589--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 863917883
    [junit] [EL Finer]: 2024-04-17 17:54:03.589--ClientSession(863917883)--Thread(Thread[main,5,main])--acquire unit of work: 1294248741
    [junit] [EL Finest]: 2024-04-17 17:54:03.589--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-17 17:54:03.589--ServerSession(1918393987)--Connection(341778327)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.589--ServerSession(1918393987)--Connection(341778327)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.589--ServerSession(1918393987)--Connection(1490353715)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_TIMESTAMP WHERE (ID = ?)
    [junit] 	bind => [1713376443587]
    [junit] [EL Finest]: 2024-04-17 17:54:03.589--ServerSession(1918393987)--Connection(341778327)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:03.599--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1860205951
    [junit] [EL Finer]: 2024-04-17 17:54:03.599--ClientSession(1860205951)--Thread(Thread[main,5,main])--acquire unit of work: 627863418
    [junit] [EL Finest]: 2024-04-17 17:54:03.599--UnitOfWork(627863418)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.599--UnitOfWork(627863418)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.599--UnitOfWork(627863418)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.599--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-17 17:54:03.6--ServerSession(1918393987)--Connection(6932197)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.6--ClientSession(1860205951)--Connection(6932197)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.6--ClientSession(1860205951)--Connection(6932197)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:03.6--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-17 17:54:03.6--ClientSession(1860205951)--Connection(1850981199)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:03.6--ClientSession(1860205951)--Connection(1850981199)--Thread(Thread[main,5,main])--INSERT INTO TMP_NASTY (ID) VALUES (?)
    [junit] [EL Fine]: 2024-04-17 17:54:03.6--ClientSession(1860205951)--Connection(1850981199)--Thread(Thread[main,5,main])--	bind => [1000]
    [junit] [EL Fine]: 2024-04-17 17:54:03.6--ClientSession(1860205951)--Connection(1850981199)--Thread(Thread[main,5,main])--	bind => [1000]
    [junit] [EL Finer]: 2024-04-17 17:54:03.6--ClientSession(1860205951)--Connection(1850981199)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Fine]: 2024-04-17 17:54:03.6--ClientSession(1860205951)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finer]: 2024-04-17 17:54:03.601--ClientSession(1860205951)--Connection(1850981199)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.601--ServerSession(1918393987)--Connection(6932197)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Warning]: 2024-04-17 17:54:03.601--UnitOfWork(627863418)--Thread(Thread[main,5,main])--Local Exception Stack: 
    [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:03.601--UnitOfWork(627863418)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.601--ClientSession(1860205951)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.611--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1122636984
    [junit] [EL Finer]: 2024-04-17 17:54:03.611--ClientSession(1122636984)--Thread(Thread[main,5,main])--acquire unit of work: 1480051614
    [junit] [EL Finest]: 2024-04-17 17:54:03.611--UnitOfWork(1480051614)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.611--UnitOfWork(1480051614)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.611--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-17 17:54:03.611--ServerSession(1918393987)--Connection(25734038)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.611--ClientSession(1122636984)--Connection(25734038)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.611--ClientSession(1122636984)--Connection(25734038)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.611--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-17 17:54:03.611--ClientSession(1122636984)--Connection(1728445186)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.612--ServerSession(1918393987)--Connection(25734038)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.612--UnitOfWork(1480051614)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.612--UnitOfWork(1480051614)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.612--UnitOfWork(1480051614)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.612--ClientSession(1122636984)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.612--UnitOfWork(1480051614)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.612--ClientSession(1122636984)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.612--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 878535710
    [junit] [EL Finer]: 2024-04-17 17:54:03.612--ClientSession(878535710)--Thread(Thread[main,5,main])--acquire unit of work: 1892531480
    [junit] [EL Finest]: 2024-04-17 17:54:03.612--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-17 17:54:03.612--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-17 17:54:03.612--UnitOfWork(1892531480)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.612--UnitOfWork(1892531480)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:03.612--UnitOfWork(1892531480)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:03.612--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-17 17:54:03.612--ServerSession(1918393987)--Connection(1080651718)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.612--ClientSession(878535710)--Connection(1080651718)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.613--ClientSession(878535710)--Connection(1080651718)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.613--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-17 17:54:03.613--UnitOfWork(1892531480)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:03.613--UnitOfWork(1892531480)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.613--UnitOfWork(1892531480)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.613--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-17 17:54:03.613--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-17 17:54:03.614--ClientSession(878535710)--Connection(1021494774)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.614--ServerSession(1918393987)--Connection(1080651718)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.614--UnitOfWork(1892531480)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.614--UnitOfWork(1892531480)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.614--UnitOfWork(1892531480)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.614--ClientSession(878535710)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.614--UnitOfWork(1892531480)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.614--ClientSession(878535710)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.614--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1430094474
    [junit] [EL Finer]: 2024-04-17 17:54:03.614--ClientSession(1430094474)--Thread(Thread[main,5,main])--acquire unit of work: 1823955413
    [junit] [EL Finest]: 2024-04-17 17:54:03.614--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-17 17:54:03.614--ServerSession(1918393987)--Connection(732526171)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.614--ServerSession(1918393987)--Connection(732526171)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.614--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-17 17:54:03.615--ServerSession(1918393987)--Connection(732526171)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.615--UnitOfWork(1823955413)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.615--UnitOfWork(1823955413)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.615--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-17 17:54:03.615--UnitOfWork(1823955413)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:03.615--UnitOfWork(1823955413)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:03.615--UnitOfWork(1823955413)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.615--UnitOfWork(1823955413)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.615--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-17 17:54:03.615--ServerSession(1918393987)--Connection(876044393)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.615--ClientSession(1430094474)--Connection(876044393)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.615--ClientSession(1430094474)--Connection(876044393)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.615--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-17 17:54:03.616--ClientSession(1430094474)--Connection(163843907)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.616--ServerSession(1918393987)--Connection(876044393)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.616--UnitOfWork(1823955413)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.616--UnitOfWork(1823955413)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.616--UnitOfWork(1823955413)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.616--ClientSession(1430094474)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.616--UnitOfWork(1823955413)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.616--ClientSession(1430094474)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.616--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1663673785
    [junit] [EL Finer]: 2024-04-17 17:54:03.616--ClientSession(1663673785)--Thread(Thread[main,5,main])--acquire unit of work: 1821549981
    [junit] [EL Finest]: 2024-04-17 17:54:03.616--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-17 17:54:03.616--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-17 17:54:03.63--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1524462464
    [junit] [EL Finer]: 2024-04-17 17:54:03.631--ClientSession(1524462464)--Thread(Thread[main,5,main])--acquire unit of work: 241403219
    [junit] [EL Finest]: 2024-04-17 17:54:03.631--UnitOfWork(241403219)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.631--UnitOfWork(241403219)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.631--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-17 17:54:03.631--ServerSession(1918393987)--Connection(1151395471)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.631--ClientSession(1524462464)--Connection(1151395471)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.631--ClientSession(1524462464)--Connection(1151395471)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.631--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-17 17:54:03.631--ClientSession(1524462464)--Connection(1450945109)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.632--ServerSession(1918393987)--Connection(1151395471)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.632--UnitOfWork(241403219)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.632--UnitOfWork(241403219)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.632--UnitOfWork(241403219)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.632--ClientSession(1524462464)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.632--UnitOfWork(241403219)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.632--ClientSession(1524462464)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.632--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1393284987
    [junit] [EL Finer]: 2024-04-17 17:54:03.632--ClientSession(1393284987)--Thread(Thread[main,5,main])--acquire unit of work: 1487529549
    [junit] [EL Finest]: 2024-04-17 17:54:03.632--UnitOfWork(1487529549)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.632--UnitOfWork(1487529549)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.632--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-17 17:54:03.632--ServerSession(1918393987)--Connection(437475)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.632--ClientSession(1393284987)--Connection(437475)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.632--ClientSession(1393284987)--Connection(437475)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.632--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-17 17:54:03.633--ClientSession(1393284987)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finer]: 2024-04-17 17:54:03.633--ClientSession(1393284987)--Connection(221971351)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.633--ServerSession(1918393987)--Connection(437475)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Warning]: 2024-04-17 17:54:03.633--UnitOfWork(1487529549)--Thread(Thread[main,5,main])--Local Exception Stack: 
    [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:03.633--UnitOfWork(1487529549)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.633--ClientSession(1393284987)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.634--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 848995025
    [junit] [EL Finer]: 2024-04-17 17:54:03.634--ClientSession(848995025)--Thread(Thread[main,5,main])--acquire unit of work: 271594494
    [junit] [EL Finest]: 2024-04-17 17:54:03.634--UnitOfWork(271594494)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.634--UnitOfWork(271594494)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.634--UnitOfWork(271594494)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.634--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-17 17:54:03.634--ServerSession(1918393987)--Connection(1482861352)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.634--ClientSession(848995025)--Connection(1482861352)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.634--ClientSession(848995025)--Connection(1482861352)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:03.634--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-17 17:54:03.634--ClientSession(848995025)--Connection(555754759)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:03.634--ClientSession(848995025)--Connection(555754759)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:03.634--ClientSession(848995025)--Connection(555754759)--Thread(Thread[main,5,main])--	bind => [32, DETACHED, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:03.634--ClientSession(848995025)--Connection(555754759)--Thread(Thread[main,5,main])--	bind => [32, ORIGINAL, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:03.634--ClientSession(848995025)--Connection(555754759)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Fine]: 2024-04-17 17:54:03.635--ClientSession(848995025)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finer]: 2024-04-17 17:54:03.635--ClientSession(848995025)--Connection(555754759)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.635--ServerSession(1918393987)--Connection(1482861352)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Warning]: 2024-04-17 17:54:03.635--UnitOfWork(271594494)--Thread(Thread[main,5,main])--Local Exception Stack: 
    [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:03.635--UnitOfWork(271594494)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.635--ClientSession(848995025)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.635--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1888859784
    [junit] [EL Finer]: 2024-04-17 17:54:03.635--ClientSession(1888859784)--Thread(Thread[main,5,main])--acquire unit of work: 2089917982
    [junit] [EL Finest]: 2024-04-17 17:54:03.635--UnitOfWork(2089917982)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.635--UnitOfWork(2089917982)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.636--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-17 17:54:03.636--ServerSession(1918393987)--Connection(1099109905)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.636--ClientSession(1888859784)--Connection(1099109905)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.636--ClientSession(1888859784)--Connection(1099109905)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.636--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-17 17:54:03.636--ClientSession(1888859784)--Connection(831656273)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.636--ServerSession(1918393987)--Connection(1099109905)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.636--UnitOfWork(2089917982)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.636--UnitOfWork(2089917982)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.636--UnitOfWork(2089917982)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.636--ClientSession(1888859784)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.636--UnitOfWork(2089917982)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.636--ClientSession(1888859784)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.637--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1823047135
    [junit] [EL Finer]: 2024-04-17 17:54:03.637--ClientSession(1823047135)--Thread(Thread[main,5,main])--acquire unit of work: 1292956034
    [junit] [EL Finest]: 2024-04-17 17:54:03.637--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-17 17:54:03.637--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-17 17:54:03.637--UnitOfWork(1292956034)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.637--UnitOfWork(1292956034)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.637--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-17 17:54:03.637--ServerSession(1918393987)--Connection(1103641328)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.637--ClientSession(1823047135)--Connection(1103641328)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.637--ClientSession(1823047135)--Connection(1103641328)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.637--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-17 17:54:03.637--ClientSession(1823047135)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finer]: 2024-04-17 17:54:03.638--ClientSession(1823047135)--Connection(1205094026)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.638--ServerSession(1918393987)--Connection(1103641328)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Warning]: 2024-04-17 17:54:03.638--UnitOfWork(1292956034)--Thread(Thread[main,5,main])--Local Exception Stack: 
    [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:03.638--UnitOfWork(1292956034)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.638--ClientSession(1823047135)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.638--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1532216261
    [junit] [EL Finer]: 2024-04-17 17:54:03.638--ClientSession(1532216261)--Thread(Thread[main,5,main])--acquire unit of work: 400976621
    [junit] [EL Finest]: 2024-04-17 17:54:03.638--UnitOfWork(400976621)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.638--UnitOfWork(400976621)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.638--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-17 17:54:03.638--ServerSession(1918393987)--Connection(798555759)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.638--ClientSession(1532216261)--Connection(798555759)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.638--ClientSession(1532216261)--Connection(798555759)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.638--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-17 17:54:03.639--ClientSession(1532216261)--Connection(185419891)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.639--ServerSession(1918393987)--Connection(798555759)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.639--UnitOfWork(400976621)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.639--UnitOfWork(400976621)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.639--UnitOfWork(400976621)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.639--ClientSession(1532216261)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.639--UnitOfWork(400976621)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.639--ClientSession(1532216261)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.639--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 126039047
    [junit] [EL Finer]: 2024-04-17 17:54:03.639--ClientSession(126039047)--Thread(Thread[main,5,main])--acquire unit of work: 1722591828
    [junit] [EL Finest]: 2024-04-17 17:54:03.639--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-17 17:54:03.639--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-17 17:54:03.64--UnitOfWork(1722591828)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.64--UnitOfWork(1722591828)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.64--UnitOfWork(1722591828)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.64--UnitOfWork(1722591828)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:03.64--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-17 17:54:03.64--ServerSession(1918393987)--Connection(827549167)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.64--ClientSession(126039047)--Connection(827549167)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.64--ClientSession(126039047)--Connection(827549167)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:03.64--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-17 17:54:03.64--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-17 17:54:03.64--ClientSession(126039047)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Warning]: 2024-04-17 17:54:03.641--UnitOfWork(1722591828)--Thread(Thread[main,5,main])--Local Exception Stack: 
    [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:03.658--ClientSession(126039047)--Connection(523771567)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.659--ServerSession(1918393987)--Connection(827549167)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.659--UnitOfWork(1722591828)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.66--ClientSession(126039047)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.67--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1212473931
    [junit] [EL Finer]: 2024-04-17 17:54:03.67--ClientSession(1212473931)--Thread(Thread[main,5,main])--acquire unit of work: 628211188
    [junit] [EL Finest]: 2024-04-17 17:54:03.67--UnitOfWork(628211188)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.67--UnitOfWork(628211188)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.67--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-17 17:54:03.67--ServerSession(1918393987)--Connection(291996777)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.67--ClientSession(1212473931)--Connection(291996777)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.67--ClientSession(1212473931)--Connection(291996777)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.67--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-17 17:54:03.671--ClientSession(1212473931)--Connection(961615276)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.671--ServerSession(1918393987)--Connection(291996777)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.671--UnitOfWork(628211188)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.671--UnitOfWork(628211188)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.671--UnitOfWork(628211188)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.671--ClientSession(1212473931)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.671--UnitOfWork(628211188)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.671--ClientSession(1212473931)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.671--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 992521115
    [junit] [EL Finer]: 2024-04-17 17:54:03.671--ClientSession(992521115)--Thread(Thread[main,5,main])--acquire unit of work: 381760603
    [junit] [EL Finest]: 2024-04-17 17:54:03.671--UnitOfWork(381760603)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.671--UnitOfWork(381760603)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.671--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-17 17:54:03.671--ServerSession(1918393987)--Connection(474059546)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.671--ClientSession(992521115)--Connection(474059546)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.671--ClientSession(992521115)--Connection(474059546)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.672--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-17 17:54:03.672--ClientSession(992521115)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finer]: 2024-04-17 17:54:03.672--ClientSession(992521115)--Connection(1657509754)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.672--ServerSession(1918393987)--Connection(474059546)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Warning]: 2024-04-17 17:54:03.672--UnitOfWork(381760603)--Thread(Thread[main,5,main])--Local Exception Stack: 
    [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:03.672--UnitOfWork(381760603)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.672--ClientSession(992521115)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.682--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 145423728
    [junit] [EL Finer]: 2024-04-17 17:54:03.682--ClientSession(145423728)--Thread(Thread[main,5,main])--acquire unit of work: 1014071026
    [junit] [EL Finest]: 2024-04-17 17:54:03.682--UnitOfWork(1014071026)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.683--UnitOfWork(1014071026)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.683--UnitOfWork(1014071026)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.683--UnitOfWork(1014071026)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.683--UnitOfWork(1014071026)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.683--UnitOfWork(1014071026)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.683--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-17 17:54:03.683--ServerSession(1918393987)--Connection(921452657)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.683--ClientSession(145423728)--Connection(921452657)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.683--ClientSession(145423728)--Connection(921452657)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:03.683--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-17 17:54:03.683--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-17 17:54:03.683--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-17 17:54:03.683--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-17 17:54:03.683--ClientSession(145423728)--Connection(1568740070)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:03.683--ClientSession(145423728)--Connection(1568740070)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:03.683--ClientSession(145423728)--Connection(1568740070)--Thread(Thread[main,5,main])--	bind => [998, X, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:03.683--ClientSession(145423728)--Connection(1568740070)--Thread(Thread[main,5,main])--	bind => [996, X, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:03.683--ClientSession(145423728)--Connection(1568740070)--Thread(Thread[main,5,main])--	bind => [995, X, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:03.683--ClientSession(145423728)--Connection(1568740070)--Thread(Thread[main,5,main])--	bind => [994, X, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:03.683--ClientSession(145423728)--Connection(1568740070)--Thread(Thread[main,5,main])--	bind => [997, X, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:03.683--ClientSession(145423728)--Connection(1568740070)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:03.684--ClientSession(145423728)--Connection(1568740070)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.684--ServerSession(1918393987)--Connection(921452657)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.685--UnitOfWork(1014071026)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.685--UnitOfWork(1014071026)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.685--UnitOfWork(1014071026)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.685--ClientSession(145423728)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.685--UnitOfWork(1014071026)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.685--ClientSession(145423728)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.685--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1022837566
    [junit] [EL Finer]: 2024-04-17 17:54:03.685--ClientSession(1022837566)--Thread(Thread[main,5,main])--acquire unit of work: 1758225177
    [junit] [EL Finest]: 2024-04-17 17:54:03.685--UnitOfWork(1758225177)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.685--UnitOfWork(1758225177)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.685--UnitOfWork(1758225177)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.685--UnitOfWork(1758225177)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.685--UnitOfWork(1758225177)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.685--UnitOfWork(1758225177)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.685--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-17 17:54:03.685--ServerSession(1918393987)--Connection(1349400619)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.685--ClientSession(1022837566)--Connection(1349400619)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.685--ClientSession(1022837566)--Connection(1349400619)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:03.685--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-17 17:54:03.685--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-17 17:54:03.685--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-17 17:54:03.685--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-17 17:54:03.686--ClientSession(1022837566)--Connection(1514556391)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:03.686--ClientSession(1022837566)--Connection(1514556391)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:03.686--ClientSession(1022837566)--Connection(1514556391)--Thread(Thread[main,5,main])--	bind => [995, X, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:03.686--ClientSession(1022837566)--Connection(1514556391)--Thread(Thread[main,5,main])--	bind => [993, X, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:03.686--ClientSession(1022837566)--Connection(1514556391)--Thread(Thread[main,5,main])--	bind => [991, X, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:03.686--ClientSession(1022837566)--Connection(1514556391)--Thread(Thread[main,5,main])--	bind => [990, X, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:03.686--ClientSession(1022837566)--Connection(1514556391)--Thread(Thread[main,5,main])--	bind => [992, X, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:03.686--ClientSession(1022837566)--Connection(1514556391)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Fine]: 2024-04-17 17:54:03.686--ClientSession(1022837566)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finer]: 2024-04-17 17:54:03.687--ClientSession(1022837566)--Connection(1514556391)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.687--ServerSession(1918393987)--Connection(1349400619)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Warning]: 2024-04-17 17:54:03.687--UnitOfWork(1758225177)--Thread(Thread[main,5,main])--Local Exception Stack: 
    [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:03.687--UnitOfWork(1758225177)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.687--ClientSession(1022837566)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.698--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1467974048
    [junit] [EL Finer]: 2024-04-17 17:54:03.699--ClientSession(1467974048)--Thread(Thread[main,5,main])--acquire unit of work: 539825188
    [junit] [EL Finest]: 2024-04-17 17:54:03.699--UnitOfWork(539825188)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.699--UnitOfWork(539825188)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.699--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-17 17:54:03.699--ServerSession(1918393987)--Connection(1182015948)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.699--ClientSession(1467974048)--Connection(1182015948)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.699--ClientSession(1467974048)--Connection(1182015948)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.699--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-17 17:54:03.699--ClientSession(1467974048)--Connection(246452498)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.7--ServerSession(1918393987)--Connection(1182015948)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.7--UnitOfWork(539825188)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.7--UnitOfWork(539825188)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.7--UnitOfWork(539825188)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.7--ClientSession(1467974048)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.7--UnitOfWork(539825188)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.7--ClientSession(1467974048)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.7--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 721863560
    [junit] [EL Finer]: 2024-04-17 17:54:03.7--ClientSession(721863560)--Thread(Thread[main,5,main])--acquire unit of work: 1285287269
    [junit] [EL Finest]: 2024-04-17 17:54:03.7--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-17 17:54:03.7--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-17 17:54:03.7--UnitOfWork(1285287269)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.7--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-17 17:54:03.7--ServerSession(1918393987)--Connection(1892771928)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.7--ClientSession(721863560)--Connection(1892771928)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.7--ClientSession(721863560)--Connection(1892771928)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.701--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-17 17:54:03.701--ClientSession(721863560)--Connection(2023707986)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.701--ServerSession(1918393987)--Connection(1892771928)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.701--UnitOfWork(1285287269)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.701--UnitOfWork(1285287269)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.701--UnitOfWork(1285287269)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.701--ClientSession(721863560)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.701--UnitOfWork(1285287269)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.701--ClientSession(721863560)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.701--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1494188138
    [junit] [EL Finer]: 2024-04-17 17:54:03.701--ClientSession(1494188138)--Thread(Thread[main,5,main])--acquire unit of work: 577220795
    [junit] [EL Finest]: 2024-04-17 17:54:03.701--UnitOfWork(577220795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.701--UnitOfWork(577220795)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.702--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-17 17:54:03.702--ServerSession(1918393987)--Connection(768047458)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.702--ClientSession(1494188138)--Connection(768047458)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.702--ClientSession(1494188138)--Connection(768047458)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.702--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-17 17:54:03.702--ClientSession(1494188138)--Connection(851109385)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.702--ServerSession(1918393987)--Connection(768047458)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.702--UnitOfWork(577220795)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.702--UnitOfWork(577220795)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.702--UnitOfWork(577220795)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.702--ClientSession(1494188138)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.702--UnitOfWork(577220795)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.702--ClientSession(1494188138)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.712--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 506184257
    [junit] [EL Finer]: 2024-04-17 17:54:03.712--ClientSession(506184257)--Thread(Thread[main,5,main])--acquire unit of work: 1412536057
    [junit] [EL Finest]: 2024-04-17 17:54:03.712--UnitOfWork(1412536057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.712--UnitOfWork(1412536057)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.712--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-17 17:54:03.712--ServerSession(1918393987)--Connection(1372771126)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.712--ClientSession(506184257)--Connection(1372771126)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.713--ClientSession(506184257)--Connection(1372771126)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.713--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-17 17:54:03.713--ClientSession(506184257)--Connection(151781803)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.713--ServerSession(1918393987)--Connection(1372771126)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.713--UnitOfWork(1412536057)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.713--UnitOfWork(1412536057)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.713--UnitOfWork(1412536057)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.713--ClientSession(506184257)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.713--UnitOfWork(1412536057)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.713--ClientSession(506184257)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.713--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1910857288
    [junit] [EL Finer]: 2024-04-17 17:54:03.713--ClientSession(1910857288)--Thread(Thread[main,5,main])--acquire unit of work: 912877601
    [junit] [EL Finest]: 2024-04-17 17:54:03.714--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-17 17:54:03.714--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-17 17:54:03.714--UnitOfWork(912877601)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.714--UnitOfWork(912877601)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.714--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-17 17:54:03.714--ServerSession(1918393987)--Connection(1342423316)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.714--ClientSession(1910857288)--Connection(1342423316)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.714--ClientSession(1910857288)--Connection(1342423316)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.714--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-17 17:54:03.714--ClientSession(1910857288)--Connection(115653836)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.715--ServerSession(1918393987)--Connection(1342423316)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.715--UnitOfWork(912877601)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.715--UnitOfWork(912877601)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.715--UnitOfWork(912877601)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.715--ClientSession(1910857288)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.715--UnitOfWork(912877601)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.715--ClientSession(1910857288)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.715--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1026553658
    [junit] [EL Finer]: 2024-04-17 17:54:03.715--ClientSession(1026553658)--Thread(Thread[main,5,main])--acquire unit of work: 1936362218
    [junit] [EL Finest]: 2024-04-17 17:54:03.715--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-17 17:54:03.715--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-17 17:54:03.715--UnitOfWork(1936362218)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.715--UnitOfWork(1936362218)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.715--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-17 17:54:03.715--UnitOfWork(1936362218)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.715--UnitOfWork(1936362218)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.715--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-17 17:54:03.715--ServerSession(1918393987)--Connection(641691286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.715--ClientSession(1026553658)--Connection(641691286)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.715--ClientSession(1026553658)--Connection(641691286)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.716--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-17 17:54:03.716--ClientSession(1026553658)--Connection(1232346752)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.716--ServerSession(1918393987)--Connection(641691286)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.716--UnitOfWork(1936362218)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.716--UnitOfWork(1936362218)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.716--UnitOfWork(1936362218)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.716--ClientSession(1026553658)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.716--UnitOfWork(1936362218)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.716--ClientSession(1026553658)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.716--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 967635335
    [junit] [EL Finer]: 2024-04-17 17:54:03.716--ClientSession(967635335)--Thread(Thread[main,5,main])--acquire unit of work: 1681552378
    [junit] [EL Finest]: 2024-04-17 17:54:03.716--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-17 17:54:03.716--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.316 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestReadOnly
    [junit] [EL Finer]: 2024-04-17 17:54:03.732--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 92350773
    [junit] [EL Finer]: 2024-04-17 17:54:03.732--ClientSession(92350773)--Thread(Thread[main,5,main])--acquire unit of work: 119445056
    [junit] [EL Finest]: 2024-04-17 17:54:03.732--UnitOfWork(119445056)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.732--UnitOfWork(119445056)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.732--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-17 17:54:03.732--ServerSession(1918393987)--Connection(691171870)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.732--ClientSession(92350773)--Connection(691171870)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.732--ClientSession(92350773)--Connection(691171870)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.733--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-17 17:54:03.733--ClientSession(92350773)--Connection(1517112814)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.733--ServerSession(1918393987)--Connection(691171870)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.733--UnitOfWork(119445056)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.733--UnitOfWork(119445056)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.733--UnitOfWork(119445056)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.733--ClientSession(92350773)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.733--UnitOfWork(119445056)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.734--ClientSession(92350773)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.734--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1885192614
    [junit] [EL Finer]: 2024-04-17 17:54:03.734--ClientSession(1885192614)--Thread(Thread[main,5,main])--acquire unit of work: 1246101297
    [junit] [EL Finest]: 2024-04-17 17:54:03.734--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-17 17:54:03.734--ServerSession(1918393987)--Connection(1664401624)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.734--ServerSession(1918393987)--Connection(1664401624)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.734--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-17 17:54:03.734--ServerSession(1918393987)--Connection(1664401624)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:03.735--UnitOfWork(1246101297)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.735--UnitOfWork(1246101297)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.735--UnitOfWork(1246101297)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.735--UnitOfWork(1246101297)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.735--ClientSession(1885192614)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.735--UnitOfWork(1246101297)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.735--ClientSession(1885192614)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.735--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 423377692
    [junit] [EL Finer]: 2024-04-17 17:54:03.735--ClientSession(423377692)--Thread(Thread[main,5,main])--acquire unit of work: 1138249201
    [junit] [EL Finest]: 2024-04-17 17:54:03.735--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-17 17:54:03.735--ServerSession(1918393987)--Connection(588801311)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.735--ServerSession(1918393987)--Connection(588801311)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.735--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-17 17:54:03.735--ServerSession(1918393987)--Connection(588801311)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:03.736--UnitOfWork(1138249201)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.736--UnitOfWork(1138249201)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.736--UnitOfWork(1138249201)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.736--UnitOfWork(1138249201)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.736--ClientSession(423377692)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.736--UnitOfWork(1138249201)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.736--ClientSession(423377692)--Thread(Thread[main,5,main])--client released
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.016 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestRefresh
    [junit] [EL Finer]: 2024-04-17 17:54:03.751--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 993587250
    [junit] [EL Finer]: 2024-04-17 17:54:03.751--ClientSession(993587250)--Thread(Thread[main,5,main])--acquire unit of work: 400048100
    [junit] [EL Finest]: 2024-04-17 17:54:03.751--UnitOfWork(400048100)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.752--UnitOfWork(400048100)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.752--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-17 17:54:03.752--ServerSession(1918393987)--Connection(320192254)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.752--ClientSession(993587250)--Connection(320192254)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.752--ClientSession(993587250)--Connection(320192254)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.752--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-17 17:54:03.752--ClientSession(993587250)--Connection(1164219495)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.753--ServerSession(1918393987)--Connection(320192254)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.753--UnitOfWork(400048100)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.753--UnitOfWork(400048100)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.753--UnitOfWork(400048100)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.753--ClientSession(993587250)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.753--UnitOfWork(400048100)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.753--ClientSession(993587250)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.753--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1645088054
    [junit] [EL Finer]: 2024-04-17 17:54:03.753--ClientSession(1645088054)--Thread(Thread[main,5,main])--acquire unit of work: 1557310919
    [junit] [EL Finer]: 2024-04-17 17:54:03.753--UnitOfWork(1557310919)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.753--ClientSession(1645088054)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.753--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1039453590
    [junit] [EL Finer]: 2024-04-17 17:54:03.753--ClientSession(1039453590)--Thread(Thread[main,5,main])--acquire unit of work: 901737914
    [junit] [EL Finest]: 2024-04-17 17:54:03.753--UnitOfWork(901737914)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.753--UnitOfWork(901737914)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.753--ClientSession(1039453590)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.753--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1966896145
    [junit] [EL Finer]: 2024-04-17 17:54:03.753--ClientSession(1966896145)--Thread(Thread[main,5,main])--acquire unit of work: 1000347057
    [junit] [EL Finest]: 2024-04-17 17:54:03.753--UnitOfWork(1000347057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.753--UnitOfWork(1000347057)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.753--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-17 17:54:03.753--ServerSession(1918393987)--Connection(1297259967)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.753--ClientSession(1966896145)--Connection(1297259967)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.753--ClientSession(1966896145)--Connection(1297259967)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.754--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-17 17:54:03.754--ClientSession(1966896145)--Connection(1986270265)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.754--ServerSession(1918393987)--Connection(1297259967)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.754--UnitOfWork(1000347057)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.754--UnitOfWork(1000347057)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.754--UnitOfWork(1000347057)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.754--ClientSession(1966896145)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.754--UnitOfWork(1000347057)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.754--ClientSession(1966896145)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.754--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 29401411
    [junit] [EL Finer]: 2024-04-17 17:54:03.754--ClientSession(29401411)--Thread(Thread[main,5,main])--acquire unit of work: 1478917025
    [junit] [EL Finest]: 2024-04-17 17:54:03.754--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-17 17:54:03.754--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-17 17:54:03.755--UnitOfWork(1478917025)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.755--ClientSession(29401411)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.755--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1472719920
    [junit] [EL Finer]: 2024-04-17 17:54:03.755--ClientSession(1472719920)--Thread(Thread[main,5,main])--acquire unit of work: 1922949345
    [junit] [EL Finest]: 2024-04-17 17:54:03.755--UnitOfWork(1922949345)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.755--UnitOfWork(1922949345)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.755--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-17 17:54:03.755--ServerSession(1918393987)--Connection(1833824722)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.755--ClientSession(1472719920)--Connection(1833824722)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.755--ClientSession(1472719920)--Connection(1833824722)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.755--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-17 17:54:03.755--ClientSession(1472719920)--Connection(1892322930)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.756--ServerSession(1918393987)--Connection(1833824722)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.756--UnitOfWork(1922949345)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.756--UnitOfWork(1922949345)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.756--UnitOfWork(1922949345)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.756--ClientSession(1472719920)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.756--UnitOfWork(1922949345)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.756--ClientSession(1472719920)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.756--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 673307146
    [junit] [EL Finer]: 2024-04-17 17:54:03.756--ClientSession(673307146)--Thread(Thread[main,5,main])--acquire unit of work: 719355325
    [junit] [EL Finest]: 2024-04-17 17:54:03.756--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-17 17:54:03.756--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-17 17:54:03.756--UnitOfWork(719355325)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.756--UnitOfWork(719355325)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.756--ClientSession(673307146)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.766--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 334563687
    [junit] [EL Finer]: 2024-04-17 17:54:03.766--ClientSession(334563687)--Thread(Thread[main,5,main])--acquire unit of work: 1996476498
    [junit] [EL Finer]: 2024-04-17 17:54:03.766--UnitOfWork(1996476498)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.766--ClientSession(334563687)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.766--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 515585759
    [junit] [EL Finer]: 2024-04-17 17:54:03.766--ClientSession(515585759)--Thread(Thread[main,5,main])--acquire unit of work: 525199726
    [junit] [EL Finer]: 2024-04-17 17:54:03.766--UnitOfWork(525199726)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.766--ClientSession(515585759)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.776--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1000671313
    [junit] [EL Finer]: 2024-04-17 17:54:03.776--ClientSession(1000671313)--Thread(Thread[main,5,main])--acquire unit of work: 1545634845
    [junit] [EL Finest]: 2024-04-17 17:54:03.776--UnitOfWork(1545634845)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.776--UnitOfWork(1545634845)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.777--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-17 17:54:03.777--ServerSession(1918393987)--Connection(1578892902)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.777--ClientSession(1000671313)--Connection(1578892902)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.777--ClientSession(1000671313)--Connection(1578892902)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.777--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-17 17:54:03.777--ClientSession(1000671313)--Connection(113482196)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.778--ServerSession(1918393987)--Connection(1578892902)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.778--UnitOfWork(1545634845)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.778--UnitOfWork(1545634845)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.778--UnitOfWork(1545634845)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.778--ClientSession(1000671313)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.778--UnitOfWork(1545634845)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.778--ClientSession(1000671313)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.778--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1127441120
    [junit] [EL Finer]: 2024-04-17 17:54:03.778--ClientSession(1127441120)--Thread(Thread[main,5,main])--acquire unit of work: 1113218094
    [junit] [EL Finest]: 2024-04-17 17:54:03.778--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-17 17:54:03.778--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-17 17:54:03.778--UnitOfWork(1113218094)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:03.778--ServerSession(1918393987)--Connection(1151821341)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.778--ServerSession(1918393987)--Connection(1151821341)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.778--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-17 17:54:03.779--ServerSession(1918393987)--Connection(1151821341)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.779--UnitOfWork(1113218094)--Thread(Thread[main,5,main])--Merge clone org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15 
    [junit] [EL Finer]: 2024-04-17 17:54:03.779--UnitOfWork(1113218094)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.779--UnitOfWork(1113218094)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.779--UnitOfWork(1113218094)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.779--UnitOfWork(1113218094)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.779--ClientSession(1127441120)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.779--UnitOfWork(1113218094)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.779--ClientSession(1127441120)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.779--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1080187590
    [junit] [EL Finer]: 2024-04-17 17:54:03.779--ClientSession(1080187590)--Thread(Thread[main,5,main])--acquire unit of work: 87865777
    [junit] [EL Finest]: 2024-04-17 17:54:03.779--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-17 17:54:03.779--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-17 17:54:03.779--UnitOfWork(87865777)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.779--UnitOfWork(87865777)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.779--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-17 17:54:03.779--ServerSession(1918393987)--Connection(1404582039)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.779--ClientSession(1080187590)--Connection(1404582039)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.779--ClientSession(1080187590)--Connection(1404582039)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.78--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-17 17:54:03.78--ClientSession(1080187590)--Connection(687842599)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.78--ServerSession(1918393987)--Connection(1404582039)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.78--UnitOfWork(87865777)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.78--UnitOfWork(87865777)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.78--UnitOfWork(87865777)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.78--ClientSession(1080187590)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.78--UnitOfWork(87865777)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.78--ClientSession(1080187590)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.78--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1178027755
    [junit] [EL Finer]: 2024-04-17 17:54:03.78--ClientSession(1178027755)--Thread(Thread[main,5,main])--acquire unit of work: 1423553082
    [junit] [EL Finest]: 2024-04-17 17:54:03.78--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-17 17:54:03.781--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-17 17:54:03.781--UnitOfWork(1423553082)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:03.781--ServerSession(1918393987)--Connection(1047698758)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.781--ServerSession(1918393987)--Connection(1047698758)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.781--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-17 17:54:03.782--ServerSession(1918393987)--Connection(1047698758)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.782--UnitOfWork(1423553082)--Thread(Thread[main,5,main])--Merge clone org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@16 
    [junit] [EL Finer]: 2024-04-17 17:54:03.782--UnitOfWork(1423553082)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.782--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-17 17:54:03.782--ServerSession(1918393987)--Connection(1843541066)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.782--ClientSession(1178027755)--Connection(1843541066)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.782--ClientSession(1178027755)--Connection(1843541066)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.782--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-17 17:54:03.783--ClientSession(1178027755)--Connection(1467853846)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.783--ServerSession(1918393987)--Connection(1843541066)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.783--UnitOfWork(1423553082)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.783--UnitOfWork(1423553082)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.783--UnitOfWork(1423553082)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.783--ClientSession(1178027755)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.783--UnitOfWork(1423553082)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.783--ClientSession(1178027755)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.783--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1605393415
    [junit] [EL Finer]: 2024-04-17 17:54:03.783--ClientSession(1605393415)--Thread(Thread[main,5,main])--acquire unit of work: 596403167
    [junit] [EL Finest]: 2024-04-17 17:54:03.783--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-17 17:54:03.783--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-17 17:54:03.793--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1892261395
    [junit] [EL Finer]: 2024-04-17 17:54:03.793--ClientSession(1892261395)--Thread(Thread[main,5,main])--acquire unit of work: 840259832
    [junit] [EL Finest]: 2024-04-17 17:54:03.793--UnitOfWork(840259832)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.793--UnitOfWork(840259832)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.794--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-17 17:54:03.794--ServerSession(1918393987)--Connection(979865152)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.794--ClientSession(1892261395)--Connection(979865152)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.794--ClientSession(1892261395)--Connection(979865152)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.794--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-17 17:54:03.794--ClientSession(1892261395)--Connection(573424492)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.794--ServerSession(1918393987)--Connection(979865152)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.795--UnitOfWork(840259832)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.795--UnitOfWork(840259832)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.795--UnitOfWork(840259832)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.795--ClientSession(1892261395)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.795--UnitOfWork(840259832)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.795--ClientSession(1892261395)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.795--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 666389658
    [junit] [EL Finer]: 2024-04-17 17:54:03.795--ClientSession(666389658)--Thread(Thread[main,5,main])--acquire unit of work: 564908963
    [junit] [EL Finest]: 2024-04-17 17:54:03.795--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-17 17:54:03.795--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-17 17:54:03.795--UnitOfWork(564908963)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:03.795--ServerSession(1918393987)--Connection(2011281484)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.795--ServerSession(1918393987)--Connection(2011281484)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.795--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-17 17:54:03.796--ServerSession(1918393987)--Connection(2011281484)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.796--UnitOfWork(564908963)--Thread(Thread[main,5,main])--Merge clone org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6f 
    [junit] [EL Finer]: 2024-04-17 17:54:03.796--UnitOfWork(564908963)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.796--ClientSession(666389658)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.806--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 626295499
    [junit] [EL Finer]: 2024-04-17 17:54:03.806--ClientSession(626295499)--Thread(Thread[main,5,main])--acquire unit of work: 1089268437
    [junit] [EL Finest]: 2024-04-17 17:54:03.806--UnitOfWork(1089268437)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.806--UnitOfWork(1089268437)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.806--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-17 17:54:03.806--ServerSession(1918393987)--Connection(1947573705)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.806--ClientSession(626295499)--Connection(1947573705)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.806--ClientSession(626295499)--Connection(1947573705)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.806--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-17 17:54:03.807--ClientSession(626295499)--Connection(1393060828)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.807--ServerSession(1918393987)--Connection(1947573705)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.807--UnitOfWork(1089268437)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.807--UnitOfWork(1089268437)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.807--UnitOfWork(1089268437)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.807--ClientSession(626295499)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.807--UnitOfWork(1089268437)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.807--ClientSession(626295499)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.807--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1611272816
    [junit] [EL Finer]: 2024-04-17 17:54:03.807--ClientSession(1611272816)--Thread(Thread[main,5,main])--acquire unit of work: 942223469
    [junit] [EL Finest]: 2024-04-17 17:54:03.807--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-17 17:54:03.807--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-17 17:54:03.807--UnitOfWork(942223469)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.807--UnitOfWork(942223469)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.807--ClientSession(1611272816)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.807--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 488480779
    [junit] [EL Finer]: 2024-04-17 17:54:03.807--ClientSession(488480779)--Thread(Thread[main,5,main])--acquire unit of work: 766814282
    [junit] [EL Finest]: 2024-04-17 17:54:03.807--UnitOfWork(766814282)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.807--UnitOfWork(766814282)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.808--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-17 17:54:03.808--ServerSession(1918393987)--Connection(2070645994)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.808--ClientSession(488480779)--Connection(2070645994)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.808--ClientSession(488480779)--Connection(2070645994)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.808--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-17 17:54:03.808--ClientSession(488480779)--Connection(1930792245)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.808--ServerSession(1918393987)--Connection(2070645994)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.808--UnitOfWork(766814282)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.808--UnitOfWork(766814282)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.808--UnitOfWork(766814282)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.808--ClientSession(488480779)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.808--UnitOfWork(766814282)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.808--ClientSession(488480779)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.808--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1835002468
    [junit] [EL Finer]: 2024-04-17 17:54:03.808--ClientSession(1835002468)--Thread(Thread[main,5,main])--acquire unit of work: 1249126393
    [junit] [EL Finest]: 2024-04-17 17:54:03.809--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-17 17:54:03.809--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-17 17:54:03.809--UnitOfWork(1249126393)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.809--UnitOfWork(1249126393)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:03.809--UnitOfWork(1249126393)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:03.809--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-17 17:54:03.809--ServerSession(1918393987)--Connection(1174829684)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.809--ClientSession(1835002468)--Connection(1174829684)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.809--ClientSession(1835002468)--Connection(1174829684)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.809--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-17 17:54:03.809--UnitOfWork(1249126393)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:03.809--UnitOfWork(1249126393)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: 2024-04-17 17:54:03.811--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-17 17:54:03.811--ClientSession(1835002468)--Connection(757515938)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_DEP WHERE (ID = ?)
    [junit] 	bind => [32]
    [junit] [EL Finer]: 2024-04-17 17:54:03.811--UnitOfWork(1249126393)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.811--ClientSession(1835002468)--Connection(757515938)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.812--ServerSession(1918393987)--Connection(1174829684)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.812--ClientSession(1835002468)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.821--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1753035177
    [junit] [EL Finer]: 2024-04-17 17:54:03.821--ClientSession(1753035177)--Thread(Thread[main,5,main])--acquire unit of work: 1826767363
    [junit] [EL Finer]: 2024-04-17 17:54:03.821--UnitOfWork(1826767363)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.822--ClientSession(1753035177)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.831--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 804955921
    [junit] [EL Finer]: 2024-04-17 17:54:03.831--ClientSession(804955921)--Thread(Thread[main,5,main])--acquire unit of work: 61585066
    [junit] [EL Finest]: 2024-04-17 17:54:03.831--UnitOfWork(61585066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.831--UnitOfWork(61585066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.831--UnitOfWork(61585066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.831--UnitOfWork(61585066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.831--UnitOfWork(61585066)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.832--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-17 17:54:03.832--ServerSession(1918393987)--Connection(1048559742)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.832--ClientSession(804955921)--Connection(1048559742)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.832--ClientSession(804955921)--Connection(1048559742)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:03.832--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-17 17:54:03.832--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-17 17:54:03.832--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-17 17:54:03.832--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-17 17:54:03.833--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-17 17:54:03.833--ClientSession(804955921)--Connection(703311663)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:03.833--ClientSession(804955921)--Connection(703311663)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:03.833--ClientSession(804955921)--Connection(703311663)--Thread(Thread[main,5,main])--	bind => [103, 2006-02-03, Code inspection, 1, Review]
    [junit] [EL Fine]: 2024-04-17 17:54:03.833--ClientSession(804955921)--Connection(703311663)--Thread(Thread[main,5,main])--	bind => [104, 2006-02-04, Design review, 1, Review]
    [junit] [EL Finer]: 2024-04-17 17:54:03.833--ClientSession(804955921)--Connection(703311663)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:03.834--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-17 17:54:03.834--ClientSession(804955921)--Connection(703311663)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:03.834--ClientSession(804955921)--Connection(703311663)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:03.834--ClientSession(804955921)--Connection(703311663)--Thread(Thread[main,5,main])--	bind => [0, 103]
    [junit] [EL Fine]: 2024-04-17 17:54:03.834--ClientSession(804955921)--Connection(703311663)--Thread(Thread[main,5,main])--	bind => [0, 104]
    [junit] [EL Finer]: 2024-04-17 17:54:03.834--ClientSession(804955921)--Connection(703311663)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:03.834--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-17 17:54:03.834--ClientSession(804955921)--Connection(703311663)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:03.834--ClientSession(804955921)--Connection(703311663)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:03.834--ClientSession(804955921)--Connection(703311663)--Thread(Thread[main,5,main])--	bind => [103, 102]
    [junit] [EL Fine]: 2024-04-17 17:54:03.834--ClientSession(804955921)--Connection(703311663)--Thread(Thread[main,5,main])--	bind => [104, 102]
    [junit] [EL Finer]: 2024-04-17 17:54:03.834--ClientSession(804955921)--Connection(703311663)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:03.835--ClientSession(804955921)--Connection(703311663)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.835--ServerSession(1918393987)--Connection(1048559742)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.835--UnitOfWork(61585066)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.835--UnitOfWork(61585066)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.835--UnitOfWork(61585066)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.836--ClientSession(804955921)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.836--UnitOfWork(61585066)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.836--ClientSession(804955921)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.836--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 892589968
    [junit] [EL Finer]: 2024-04-17 17:54:03.836--ClientSession(892589968)--Thread(Thread[main,5,main])--acquire unit of work: 602011152
    [junit] [EL Finest]: 2024-04-17 17:54:03.836--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-17 17:54:03.836--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-17 17:54:03.836--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-17 17:54:03.836--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-17 17:54:03.836--ServerSession(1918393987)--Connection(230836018)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.836--ServerSession(1918393987)--Connection(230836018)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.836--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-17 17:54:03.837--ServerSession(1918393987)--Connection(230836018)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.837--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-17 17:54:03.837--ServerSession(1918393987)--Connection(26462224)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.837--ServerSession(1918393987)--Connection(26462224)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.837--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-17 17:54:03.837--ServerSession(1918393987)--Connection(26462224)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.837--UnitOfWork(602011152)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee )
    [junit] [EL Finest]: 2024-04-17 17:54:03.837--ServerSession(1918393987)--Connection(1934061101)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.838--ServerSession(1918393987)--Connection(1934061101)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.838--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-17 17:54:03.838--ServerSession(1918393987)--Connection(1934061101)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.838--ServerSession(1918393987)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:03.838--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-17 17:54:03.838--ServerSession(1918393987)--Connection(1497982409)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.838--ServerSession(1918393987)--Connection(1497982409)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.838--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-17 17:54:03.839--ServerSession(1918393987)--Connection(1497982409)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.839--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-17 17:54:03.839--ServerSession(1918393987)--Connection(621359225)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.839--ServerSession(1918393987)--Connection(621359225)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.839--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-17 17:54:03.839--ServerSession(1918393987)--Connection(621359225)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.839--UnitOfWork(602011152)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:03.839--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-17 17:54:03.839--ServerSession(1918393987)--Connection(2022715982)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.839--ServerSession(1918393987)--Connection(2022715982)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.839--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-17 17:54:03.84--ServerSession(1918393987)--Connection(2022715982)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.84--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-17 17:54:03.84--ServerSession(1918393987)--Connection(1776875429)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.84--ServerSession(1918393987)--Connection(1776875429)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.84--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-17 17:54:03.84--ServerSession(1918393987)--Connection(1776875429)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.84--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-17 17:54:03.84--ServerSession(1918393987)--Connection(140222364)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.84--ServerSession(1918393987)--Connection(140222364)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.841--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-17 17:54:03.841--ServerSession(1918393987)--Connection(140222364)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.841--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-17 17:54:03.841--ServerSession(1918393987)--Connection(1974910273)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.841--ServerSession(1918393987)--Connection(1974910273)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.841--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-17 17:54:03.842--ServerSession(1918393987)--Connection(1974910273)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.842--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-17 17:54:03.842--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-17 17:54:03.842--UnitOfWork(602011152)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.842--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-17 17:54:03.842--ServerSession(1918393987)--Connection(821664929)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.842--ClientSession(892589968)--Connection(821664929)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.842--ClientSession(892589968)--Connection(821664929)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.842--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-17 17:54:03.843--ClientSession(892589968)--Connection(249270028)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.843--ServerSession(1918393987)--Connection(821664929)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.843--UnitOfWork(602011152)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.843--UnitOfWork(602011152)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.843--UnitOfWork(602011152)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.843--ClientSession(892589968)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.843--UnitOfWork(602011152)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.843--ClientSession(892589968)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.843--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 492815168
    [junit] [EL Finer]: 2024-04-17 17:54:03.843--ClientSession(492815168)--Thread(Thread[main,5,main])--acquire unit of work: 1631537374
    [junit] [EL Finest]: 2024-04-17 17:54:03.843--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-17 17:54:03.843--ServerSession(1918393987)--Connection(869140506)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.843--ServerSession(1918393987)--Connection(869140506)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.843--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-17 17:54:03.844--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.104 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestRemove
    [junit] [EL Finer]: 2024-04-17 17:54:03.86--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1598009290
    [junit] [EL Finer]: 2024-04-17 17:54:03.86--ClientSession(1598009290)--Thread(Thread[main,5,main])--acquire unit of work: 390769586
    [junit] [EL Finer]: 2024-04-17 17:54:03.86--UnitOfWork(390769586)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.86--ClientSession(1598009290)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.86--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 867485557
    [junit] [EL Finer]: 2024-04-17 17:54:03.86--ClientSession(867485557)--Thread(Thread[main,5,main])--acquire unit of work: 1737176902
    [junit] [EL Finer]: 2024-04-17 17:54:03.86--UnitOfWork(1737176902)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.86--ClientSession(867485557)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.869--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 312955227
    [junit] [EL Finer]: 2024-04-17 17:54:03.869--ClientSession(312955227)--Thread(Thread[main,5,main])--acquire unit of work: 740844878
    [junit] [EL Finest]: 2024-04-17 17:54:03.869--UnitOfWork(740844878)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.869--UnitOfWork(740844878)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.87--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-17 17:54:03.87--ServerSession(1918393987)--Connection(1873983858)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.87--ClientSession(312955227)--Connection(1873983858)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.87--ClientSession(312955227)--Connection(1873983858)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.87--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-17 17:54:03.87--ClientSession(312955227)--Connection(6267871)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.87--ServerSession(1918393987)--Connection(1873983858)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.871--UnitOfWork(740844878)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.871--UnitOfWork(740844878)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.871--UnitOfWork(740844878)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.871--ClientSession(312955227)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.871--UnitOfWork(740844878)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.871--ClientSession(312955227)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.871--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 991572261
    [junit] [EL Finer]: 2024-04-17 17:54:03.871--ClientSession(991572261)--Thread(Thread[main,5,main])--acquire unit of work: 1100576285
    [junit] [EL Finest]: 2024-04-17 17:54:03.871--UnitOfWork(1100576285)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.871--UnitOfWork(1100576285)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department )
    [junit] [EL Finer]: 2024-04-17 17:54:03.871--UnitOfWork(1100576285)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.871--ClientSession(991572261)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.871--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1017472170
    [junit] [EL Finer]: 2024-04-17 17:54:03.871--ClientSession(1017472170)--Thread(Thread[main,5,main])--acquire unit of work: 1020745918
    [junit] [EL Finest]: 2024-04-17 17:54:03.871--UnitOfWork(1020745918)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.871--UnitOfWork(1020745918)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.871--UnitOfWork(1020745918)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department )
    [junit] [EL Finer]: 2024-04-17 17:54:03.871--UnitOfWork(1020745918)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.871--ClientSession(1017472170)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.871--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1260050257
    [junit] [EL Finer]: 2024-04-17 17:54:03.871--ClientSession(1260050257)--Thread(Thread[main,5,main])--acquire unit of work: 1292788772
    [junit] [EL Finest]: 2024-04-17 17:54:03.871--UnitOfWork(1292788772)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.871--UnitOfWork(1292788772)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.871--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-17 17:54:03.871--ServerSession(1918393987)--Connection(1198375087)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.871--ClientSession(1260050257)--Connection(1198375087)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.871--ClientSession(1260050257)--Connection(1198375087)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.872--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-17 17:54:03.872--ClientSession(1260050257)--Connection(2038211362)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.872--ServerSession(1918393987)--Connection(1198375087)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.872--UnitOfWork(1292788772)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.872--UnitOfWork(1292788772)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.872--UnitOfWork(1292788772)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.872--ClientSession(1260050257)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.872--UnitOfWork(1292788772)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.872--ClientSession(1260050257)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.872--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 203607885
    [junit] [EL Finer]: 2024-04-17 17:54:03.872--ClientSession(203607885)--Thread(Thread[main,5,main])--acquire unit of work: 627248862
    [junit] [EL Finest]: 2024-04-17 17:54:03.872--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-17 17:54:03.872--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-17 17:54:03.872--UnitOfWork(627248862)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.873--UnitOfWork(627248862)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department )
    [junit] [EL Finer]: 2024-04-17 17:54:03.873--UnitOfWork(627248862)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.873--ClientSession(203607885)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.873--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 34004511
    [junit] [EL Finer]: 2024-04-17 17:54:03.873--ClientSession(34004511)--Thread(Thread[main,5,main])--acquire unit of work: 1068381567
    [junit] [EL Finest]: 2024-04-17 17:54:03.873--UnitOfWork(1068381567)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.873--UnitOfWork(1068381567)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.873--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-17 17:54:03.873--ServerSession(1918393987)--Connection(1570030862)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.873--ClientSession(34004511)--Connection(1570030862)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.873--ClientSession(34004511)--Connection(1570030862)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.873--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-17 17:54:03.873--ClientSession(34004511)--Connection(324998670)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.873--ServerSession(1918393987)--Connection(1570030862)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.873--UnitOfWork(1068381567)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.874--UnitOfWork(1068381567)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.874--UnitOfWork(1068381567)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.874--ClientSession(34004511)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.874--UnitOfWork(1068381567)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.874--ClientSession(34004511)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.874--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 2051142823
    [junit] [EL Finer]: 2024-04-17 17:54:03.874--ClientSession(2051142823)--Thread(Thread[main,5,main])--acquire unit of work: 25616980
    [junit] [EL Finest]: 2024-04-17 17:54:03.874--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-17 17:54:03.874--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-17 17:54:03.874--UnitOfWork(25616980)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.874--UnitOfWork(25616980)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.874--UnitOfWork(25616980)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department )
    [junit] [EL Finer]: 2024-04-17 17:54:03.874--UnitOfWork(25616980)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.874--ClientSession(2051142823)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.884--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 67025210
    [junit] [EL Finer]: 2024-04-17 17:54:03.884--ClientSession(67025210)--Thread(Thread[main,5,main])--acquire unit of work: 1256469923
    [junit] [EL Finest]: 2024-04-17 17:54:03.884--UnitOfWork(1256469923)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.884--UnitOfWork(1256469923)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.884--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-17 17:54:03.884--ServerSession(1918393987)--Connection(484124940)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.884--ClientSession(67025210)--Connection(484124940)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.884--ClientSession(67025210)--Connection(484124940)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.885--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-17 17:54:03.885--ClientSession(67025210)--Connection(2012831257)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.885--ServerSession(1918393987)--Connection(484124940)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.885--UnitOfWork(1256469923)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.885--UnitOfWork(1256469923)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.885--UnitOfWork(1256469923)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.885--ClientSession(67025210)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.885--UnitOfWork(1256469923)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.885--ClientSession(67025210)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.885--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 2146698020
    [junit] [EL Finer]: 2024-04-17 17:54:03.885--ClientSession(2146698020)--Thread(Thread[main,5,main])--acquire unit of work: 975361695
    [junit] [EL Finest]: 2024-04-17 17:54:03.886--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-17 17:54:03.886--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-17 17:54:03.886--UnitOfWork(975361695)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.886--UnitOfWork(975361695)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.886--ClientSession(2146698020)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.896--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 213819615
    [junit] [EL Finer]: 2024-04-17 17:54:03.896--ClientSession(213819615)--Thread(Thread[main,5,main])--acquire unit of work: 963591154
    [junit] [EL Finest]: 2024-04-17 17:54:03.896--UnitOfWork(963591154)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.896--UnitOfWork(963591154)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.896--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-17 17:54:03.896--ServerSession(1918393987)--Connection(165296236)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.896--ClientSession(213819615)--Connection(165296236)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.896--ClientSession(213819615)--Connection(165296236)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.896--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-17 17:54:03.896--ClientSession(213819615)--Connection(1227497998)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.896--ServerSession(1918393987)--Connection(165296236)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.897--UnitOfWork(963591154)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.897--UnitOfWork(963591154)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.897--UnitOfWork(963591154)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.897--ClientSession(213819615)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.897--UnitOfWork(963591154)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.897--ClientSession(213819615)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.897--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1901953696
    [junit] [EL Finer]: 2024-04-17 17:54:03.897--ClientSession(1901953696)--Thread(Thread[main,5,main])--acquire unit of work: 698146239
    [junit] [EL Finest]: 2024-04-17 17:54:03.897--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-17 17:54:03.897--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-17 17:54:03.897--UnitOfWork(698146239)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:03.897--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-17 17:54:03.897--ServerSession(1918393987)--Connection(244298640)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.897--ClientSession(1901953696)--Connection(244298640)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.897--ClientSession(1901953696)--Connection(244298640)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.897--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-17 17:54:03.898--UnitOfWork(698146239)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:03.898--UnitOfWork(698146239)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: 2024-04-17 17:54:03.898--UnitOfWork(698146239)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.898--UnitOfWork(698146239)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.898--UnitOfWork(698146239)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:03.898--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-17 17:54:03.898--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-17 17:54:03.898--ClientSession(1901953696)--Connection(1093793499)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.898--ServerSession(1918393987)--Connection(244298640)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.898--UnitOfWork(698146239)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.899--UnitOfWork(698146239)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.899--UnitOfWork(698146239)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.899--ClientSession(1901953696)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.899--UnitOfWork(698146239)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.899--ClientSession(1901953696)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.899--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 305638003
    [junit] [EL Finer]: 2024-04-17 17:54:03.899--ClientSession(305638003)--Thread(Thread[main,5,main])--acquire unit of work: 498833994
    [junit] [EL Finest]: 2024-04-17 17:54:03.899--UnitOfWork(498833994)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.899--UnitOfWork(498833994)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:03.899--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-17 17:54:03.899--ServerSession(1918393987)--Connection(834871206)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.899--ClientSession(305638003)--Connection(834871206)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.899--ClientSession(305638003)--Connection(834871206)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.899--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-17 17:54:03.9--UnitOfWork(498833994)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:03.9--UnitOfWork(498833994)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: 2024-04-17 17:54:03.9--UnitOfWork(498833994)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.9--UnitOfWork(498833994)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.9--UnitOfWork(498833994)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:03.9--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-17 17:54:03.9--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-17 17:54:03.9--ClientSession(305638003)--Connection(1894492702)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.9--ServerSession(1918393987)--Connection(834871206)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.9--UnitOfWork(498833994)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.9--UnitOfWork(498833994)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.9--UnitOfWork(498833994)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.9--ClientSession(305638003)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.9--UnitOfWork(498833994)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.9--ClientSession(305638003)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.91--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 953797060
    [junit] [EL Finer]: 2024-04-17 17:54:03.91--ClientSession(953797060)--Thread(Thread[main,5,main])--acquire unit of work: 172198129
    [junit] [EL Finest]: 2024-04-17 17:54:03.91--UnitOfWork(172198129)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.91--UnitOfWork(172198129)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.91--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-17 17:54:03.91--ServerSession(1918393987)--Connection(979132425)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.91--ClientSession(953797060)--Connection(979132425)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.91--ClientSession(953797060)--Connection(979132425)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.91--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-17 17:54:03.911--ClientSession(953797060)--Connection(743334835)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.911--ServerSession(1918393987)--Connection(979132425)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.911--UnitOfWork(172198129)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.911--UnitOfWork(172198129)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.911--UnitOfWork(172198129)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.911--ClientSession(953797060)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.911--UnitOfWork(172198129)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.911--ClientSession(953797060)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.911--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 61338498
    [junit] [EL Finer]: 2024-04-17 17:54:03.911--ClientSession(61338498)--Thread(Thread[main,5,main])--acquire unit of work: 1512216535
    [junit] [EL Finest]: 2024-04-17 17:54:03.911--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-17 17:54:03.911--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-17 17:54:03.911--UnitOfWork(1512216535)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.911--UnitOfWork(1512216535)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.912--UnitOfWork(1512216535)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Cubicle )
    [junit] [EL Finest]: 2024-04-17 17:54:03.912--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-17 17:54:03.912--ServerSession(1918393987)--Connection(1267073441)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.912--ClientSession(61338498)--Connection(1267073441)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.912--ClientSession(61338498)--Connection(1267073441)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.912--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-17 17:54:03.912--ClientSession(61338498)--Connection(1064991974)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.912--ServerSession(1918393987)--Connection(1267073441)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.913--UnitOfWork(1512216535)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.913--UnitOfWork(1512216535)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.913--UnitOfWork(1512216535)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.913--ClientSession(61338498)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.913--UnitOfWork(1512216535)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.913--ClientSession(61338498)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.913--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1032131305
    [junit] [EL Finer]: 2024-04-17 17:54:03.913--ClientSession(1032131305)--Thread(Thread[main,5,main])--acquire unit of work: 1190500337
    [junit] [EL Finest]: 2024-04-17 17:54:03.913--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-17 17:54:03.913--ServerSession(1918393987)--Connection(704929413)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.913--ServerSession(1918393987)--Connection(704929413)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.913--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-17 17:54:03.913--ServerSession(1918393987)--Connection(704929413)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:03.922--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 882280168
    [junit] [EL Finer]: 2024-04-17 17:54:03.923--ClientSession(882280168)--Thread(Thread[main,5,main])--acquire unit of work: 1547596072
    [junit] [EL Finest]: 2024-04-17 17:54:03.923--UnitOfWork(1547596072)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.923--UnitOfWork(1547596072)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.923--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-17 17:54:03.923--ServerSession(1918393987)--Connection(275192106)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.923--ClientSession(882280168)--Connection(275192106)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.923--ClientSession(882280168)--Connection(275192106)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.923--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-17 17:54:03.923--ClientSession(882280168)--Connection(1065327935)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.923--ServerSession(1918393987)--Connection(275192106)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.924--UnitOfWork(1547596072)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.924--UnitOfWork(1547596072)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.924--UnitOfWork(1547596072)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.924--ClientSession(882280168)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.924--UnitOfWork(1547596072)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.924--ClientSession(882280168)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.924--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1100208717
    [junit] [EL Finer]: 2024-04-17 17:54:03.924--ClientSession(1100208717)--Thread(Thread[main,5,main])--acquire unit of work: 1762997532
    [junit] [EL Finest]: 2024-04-17 17:54:03.924--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-17 17:54:03.924--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-17 17:54:03.924--UnitOfWork(1762997532)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.924--UnitOfWork(1762997532)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.924--UnitOfWork(1762997532)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:03.924--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-17 17:54:03.924--ServerSession(1918393987)--Connection(612189364)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.924--ClientSession(1100208717)--Connection(612189364)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.924--ClientSession(1100208717)--Connection(612189364)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:03.924--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-17 17:54:03.924--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-17 17:54:03.925--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-17 17:54:03.925--ClientSession(1100208717)--Connection(1677732082)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.925--ServerSession(1918393987)--Connection(612189364)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.925--UnitOfWork(1762997532)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.925--UnitOfWork(1762997532)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.925--UnitOfWork(1762997532)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.925--ClientSession(1100208717)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.925--UnitOfWork(1762997532)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.925--ClientSession(1100208717)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.926--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 96974084
    [junit] [EL Finer]: 2024-04-17 17:54:03.926--ClientSession(96974084)--Thread(Thread[main,5,main])--acquire unit of work: 1998948845
    [junit] [EL Finest]: 2024-04-17 17:54:03.926--UnitOfWork(1998948845)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.926--UnitOfWork(1998948845)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.926--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-17 17:54:03.926--UnitOfWork(1998948845)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.926--UnitOfWork(1998948845)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.926--UnitOfWork(1998948845)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.926--UnitOfWork(1998948845)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.926--ClientSession(96974084)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.926--UnitOfWork(1998948845)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.926--ClientSession(96974084)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.936--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1700499817
    [junit] [EL Finer]: 2024-04-17 17:54:03.936--ClientSession(1700499817)--Thread(Thread[main,5,main])--acquire unit of work: 1226283307
    [junit] [EL Finest]: 2024-04-17 17:54:03.936--UnitOfWork(1226283307)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.936--UnitOfWork(1226283307)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.936--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-17 17:54:03.936--ServerSession(1918393987)--Connection(670332443)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.936--ClientSession(1700499817)--Connection(670332443)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.936--ClientSession(1700499817)--Connection(670332443)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.936--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-17 17:54:03.937--ClientSession(1700499817)--Connection(1390374159)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.937--ServerSession(1918393987)--Connection(670332443)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.937--UnitOfWork(1226283307)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.937--UnitOfWork(1226283307)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.937--UnitOfWork(1226283307)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.937--ClientSession(1700499817)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.937--UnitOfWork(1226283307)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.937--ClientSession(1700499817)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.937--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1580883724
    [junit] [EL Finer]: 2024-04-17 17:54:03.937--ClientSession(1580883724)--Thread(Thread[main,5,main])--acquire unit of work: 1526378110
    [junit] [EL Finest]: 2024-04-17 17:54:03.937--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-17 17:54:03.937--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-17 17:54:03.937--UnitOfWork(1526378110)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.937--UnitOfWork(1526378110)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.937--UnitOfWork(1526378110)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.937--UnitOfWork(1526378110)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:03.937--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-17 17:54:03.937--ServerSession(1918393987)--Connection(1560142500)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.937--ClientSession(1580883724)--Connection(1560142500)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.937--ClientSession(1580883724)--Connection(1560142500)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.938--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-17 17:54:03.938--ClientSession(1580883724)--Connection(1408974363)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.938--ServerSession(1918393987)--Connection(1560142500)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.938--UnitOfWork(1526378110)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.938--UnitOfWork(1526378110)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.938--UnitOfWork(1526378110)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.938--ClientSession(1580883724)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.938--UnitOfWork(1526378110)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.938--ClientSession(1580883724)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.939--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 2079954912
    [junit] [EL Finer]: 2024-04-17 17:54:03.939--ClientSession(2079954912)--Thread(Thread[main,5,main])--acquire unit of work: 1912104290
    [junit] [EL Finest]: 2024-04-17 17:54:03.939--UnitOfWork(1912104290)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.939--UnitOfWork(1912104290)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.939--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-17 17:54:03.939--UnitOfWork(1912104290)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.939--UnitOfWork(1912104290)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:03.939--ServerSession(1918393987)--Connection(910091281)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.939--ServerSession(1918393987)--Connection(910091281)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.939--ServerSession(1918393987)--Connection(81745089)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_DEP WHERE (ID = ?)
    [junit] 	bind => [22]
    [junit] [EL Finest]: 2024-04-17 17:54:03.939--ServerSession(1918393987)--Connection(910091281)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:03.939--UnitOfWork(1912104290)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.939--UnitOfWork(1912104290)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.939--UnitOfWork(1912104290)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.939--UnitOfWork(1912104290)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.939--ClientSession(2079954912)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.939--UnitOfWork(1912104290)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.939--ClientSession(2079954912)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.949--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1679932542
    [junit] [EL Finer]: 2024-04-17 17:54:03.95--ClientSession(1679932542)--Thread(Thread[main,5,main])--acquire unit of work: 774194879
    [junit] [EL Finest]: 2024-04-17 17:54:03.95--UnitOfWork(774194879)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.95--UnitOfWork(774194879)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.95--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-17 17:54:03.95--ServerSession(1918393987)--Connection(10740824)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.95--ClientSession(1679932542)--Connection(10740824)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.95--ClientSession(1679932542)--Connection(10740824)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.95--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-17 17:54:03.95--ClientSession(1679932542)--Connection(79120973)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.95--ServerSession(1918393987)--Connection(10740824)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.951--UnitOfWork(774194879)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.951--UnitOfWork(774194879)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.951--UnitOfWork(774194879)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.951--ClientSession(1679932542)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.951--UnitOfWork(774194879)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.951--ClientSession(1679932542)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.951--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1237790647
    [junit] [EL Finer]: 2024-04-17 17:54:03.951--ClientSession(1237790647)--Thread(Thread[main,5,main])--acquire unit of work: 1448707059
    [junit] [EL Finest]: 2024-04-17 17:54:03.951--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-17 17:54:03.951--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-17 17:54:03.951--UnitOfWork(1448707059)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.951--UnitOfWork(1448707059)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:03.951--UnitOfWork(1448707059)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:03.951--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-17 17:54:03.951--ServerSession(1918393987)--Connection(405039568)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.951--ClientSession(1237790647)--Connection(405039568)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.951--ClientSession(1237790647)--Connection(405039568)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.951--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-17 17:54:03.952--UnitOfWork(1448707059)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:03.952--UnitOfWork(1448707059)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: 2024-04-17 17:54:03.952--UnitOfWork(1448707059)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.952--UnitOfWork(1448707059)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department )
    [junit] [EL Fine]: 2024-04-17 17:54:03.952--ClientSession(1237790647)--Connection(1655635061)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_DEP WHERE (ID = ?)
    [junit] 	bind => [121]
    [junit] [EL Finer]: 2024-04-17 17:54:03.952--UnitOfWork(1448707059)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.952--ClientSession(1237790647)--Connection(1655635061)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.952--ServerSession(1918393987)--Connection(405039568)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.953--UnitOfWork(1448707059)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.953--UnitOfWork(1448707059)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.953--UnitOfWork(1448707059)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.953--ClientSession(1237790647)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.953--UnitOfWork(1448707059)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.953--ClientSession(1237790647)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.953--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1586219070
    [junit] [EL Finer]: 2024-04-17 17:54:03.953--ClientSession(1586219070)--Thread(Thread[main,5,main])--acquire unit of work: 1819657704
    [junit] [EL Finest]: 2024-04-17 17:54:03.953--UnitOfWork(1819657704)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.953--UnitOfWork(1819657704)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.953--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-17 17:54:03.953--UnitOfWork(1819657704)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:03.953--UnitOfWork(1819657704)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:03.953--UnitOfWork(1819657704)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.953--UnitOfWork(1819657704)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:03.953--ServerSession(1918393987)--Connection(956551113)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.953--ServerSession(1918393987)--Connection(956551113)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.953--ServerSession(1918393987)--Connection(2065373060)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_DEP WHERE (ID = ?)
    [junit] 	bind => [122]
    [junit] [EL Finest]: 2024-04-17 17:54:03.954--ServerSession(1918393987)--Connection(956551113)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:03.954--UnitOfWork(1819657704)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.954--UnitOfWork(1819657704)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.954--UnitOfWork(1819657704)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.954--UnitOfWork(1819657704)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.954--ClientSession(1586219070)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.954--UnitOfWork(1819657704)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.954--ClientSession(1586219070)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.963--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 107799732
    [junit] [EL Finer]: 2024-04-17 17:54:03.963--ClientSession(107799732)--Thread(Thread[main,5,main])--acquire unit of work: 1491019876
    [junit] [EL Finest]: 2024-04-17 17:54:03.963--UnitOfWork(1491019876)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.964--UnitOfWork(1491019876)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:03.964--ServerSession(1918393987)--Connection(1049553497)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.964--ServerSession(1918393987)--Connection(1049553497)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.964--ServerSession(1918393987)--Connection(531855844)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_DEP WHERE (ID = ?)
    [junit] 	bind => [1]
    [junit] [EL Finest]: 2024-04-17 17:54:03.964--ServerSession(1918393987)--Connection(1049553497)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:03.964--UnitOfWork(1491019876)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.964--UnitOfWork(1491019876)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.964--UnitOfWork(1491019876)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.964--UnitOfWork(1491019876)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.964--ClientSession(107799732)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.964--UnitOfWork(1491019876)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.964--ClientSession(107799732)--Thread(Thread[main,5,main])--client released
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.117 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestUpdate
    [junit] [EL Finer]: 2024-04-17 17:54:03.979--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1484954668
    [junit] [EL Finer]: 2024-04-17 17:54:03.979--ClientSession(1484954668)--Thread(Thread[main,5,main])--acquire unit of work: 1693561595
    [junit] [EL Finest]: 2024-04-17 17:54:03.979--UnitOfWork(1693561595)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:03.979--UnitOfWork(1693561595)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.979--UnitOfWork(1693561595)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.979--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-17 17:54:03.979--ServerSession(1918393987)--Connection(2062646577)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.979--ClientSession(1484954668)--Connection(2062646577)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.979--ClientSession(1484954668)--Connection(2062646577)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:03.98--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-17 17:54:03.98--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-17 17:54:03.98--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-17 17:54:03.981--ClientSession(1484954668)--Connection(1080107094)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.981--ServerSession(1918393987)--Connection(2062646577)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.981--UnitOfWork(1693561595)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.981--UnitOfWork(1693561595)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.981--UnitOfWork(1693561595)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.981--ClientSession(1484954668)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.981--UnitOfWork(1693561595)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.981--ClientSession(1484954668)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.981--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 552025665
    [junit] [EL Finer]: 2024-04-17 17:54:03.981--ClientSession(552025665)--Thread(Thread[main,5,main])--acquire unit of work: 1766705563
    [junit] [EL Finest]: 2024-04-17 17:54:03.981--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-17 17:54:03.982--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-17 17:54:03.982--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-17 17:54:03.982--ServerSession(1918393987)--Connection(1419765033)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.982--ServerSession(1918393987)--Connection(1419765033)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.982--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-17 17:54:03.982--ServerSession(1918393987)--Connection(1419765033)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.982--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-17 17:54:03.982--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-17 17:54:03.983--UnitOfWork(1766705563)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.983--UnitOfWork(1766705563)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.983--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-17 17:54:03.983--ServerSession(1918393987)--Connection(875191127)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.983--ClientSession(552025665)--Connection(875191127)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.983--ClientSession(552025665)--Connection(875191127)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:03.983--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-17 17:54:03.983--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-17 17:54:03.984--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-17 17:54:03.984--ClientSession(552025665)--Connection(1584929615)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.984--ServerSession(1918393987)--Connection(875191127)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.985--UnitOfWork(1766705563)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.985--UnitOfWork(1766705563)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.985--UnitOfWork(1766705563)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.985--ClientSession(552025665)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.985--UnitOfWork(1766705563)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.985--ClientSession(552025665)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.985--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 361960650
    [junit] [EL Finer]: 2024-04-17 17:54:03.985--ClientSession(361960650)--Thread(Thread[main,5,main])--acquire unit of work: 196069204
    [junit] [EL Finest]: 2024-04-17 17:54:03.985--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-17 17:54:03.985--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-17 17:54:03.985--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-17 17:54:03.985--ServerSession(1918393987)--Connection(145279672)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.985--ServerSession(1918393987)--Connection(145279672)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.985--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-17 17:54:03.986--ServerSession(1918393987)--Connection(145279672)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:03.986--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-17 17:54:03.986--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-17 17:54:03.996--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 2056319805
    [junit] [EL Finer]: 2024-04-17 17:54:03.996--ClientSession(2056319805)--Thread(Thread[main,5,main])--acquire unit of work: 130527868
    [junit] [EL Finest]: 2024-04-17 17:54:03.996--UnitOfWork(130527868)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:03.996--UnitOfWork(130527868)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.996--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-17 17:54:03.996--ServerSession(1918393987)--Connection(4339601)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.996--ClientSession(2056319805)--Connection(4339601)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.996--ClientSession(2056319805)--Connection(4339601)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.996--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-17 17:54:03.997--ClientSession(2056319805)--Connection(984363447)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.997--ServerSession(1918393987)--Connection(4339601)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.997--UnitOfWork(130527868)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.997--UnitOfWork(130527868)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.997--UnitOfWork(130527868)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.997--ClientSession(2056319805)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.997--UnitOfWork(130527868)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.997--ClientSession(2056319805)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.997--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 469018523
    [junit] [EL Finer]: 2024-04-17 17:54:03.997--ClientSession(469018523)--Thread(Thread[main,5,main])--acquire unit of work: 169600459
    [junit] [EL Finest]: 2024-04-17 17:54:03.997--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-17 17:54:03.997--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-17 17:54:03.998--UnitOfWork(169600459)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:03.998--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-17 17:54:03.998--ServerSession(1918393987)--Connection(448990180)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.998--ClientSession(469018523)--Connection(448990180)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.998--ClientSession(469018523)--Connection(448990180)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:03.998--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-17 17:54:03.998--ClientSession(469018523)--Connection(1100771574)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:03.999--ServerSession(1918393987)--Connection(448990180)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:03.999--UnitOfWork(169600459)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:03.999--UnitOfWork(169600459)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.999--UnitOfWork(169600459)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.999--ClientSession(469018523)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:03.999--UnitOfWork(169600459)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:03.999--ClientSession(469018523)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:03.999--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1244601059
    [junit] [EL Finer]: 2024-04-17 17:54:03.999--ClientSession(1244601059)--Thread(Thread[main,5,main])--acquire unit of work: 1219605609
    [junit] [EL Finest]: 2024-04-17 17:54:03.999--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-17 17:54:03.999--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-17 17:54:04.009--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1660570248
    [junit] [EL Finer]: 2024-04-17 17:54:04.009--ClientSession(1660570248)--Thread(Thread[main,5,main])--acquire unit of work: 1265189536
    [junit] [EL Finest]: 2024-04-17 17:54:04.009--UnitOfWork(1265189536)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:04.009--UnitOfWork(1265189536)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:04.009--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-17 17:54:04.009--ServerSession(1918393987)--Connection(513474126)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:04.009--ClientSession(1660570248)--Connection(513474126)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:04.009--ClientSession(1660570248)--Connection(513474126)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.009--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-17 17:54:04.01--ClientSession(1660570248)--Connection(526898047)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:04.01--ServerSession(1918393987)--Connection(513474126)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:04.01--UnitOfWork(1265189536)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:04.01--UnitOfWork(1265189536)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:04.01--UnitOfWork(1265189536)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:04.01--ClientSession(1660570248)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:04.01--UnitOfWork(1265189536)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:04.01--ClientSession(1660570248)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:04.01--ServerSession(1918393987)--Thread(Thread[main,5,main])--client acquired: 1476094208
    [junit] [EL Finer]: 2024-04-17 17:54:04.01--ClientSession(1476094208)--Thread(Thread[main,5,main])--acquire unit of work: 517637439
    [junit] [EL Finest]: 2024-04-17 17:54:04.01--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-17 17:54:04.01--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-17 17:54:04.011--UnitOfWork(517637439)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:04.011--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-17 17:54:04.015--UnitOfWork(517637439)--Thread(Thread[main,5,main])--Local Exception Stack: 
    [junit] Exception [EclipseLink-7251] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:04.015--ServerSession(1918393987)--Connection(1652216902)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:04.015--ClientSession(1476094208)--Connection(1652216902)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:04.015--ClientSession(1476094208)--Connection(1652216902)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finer]: 2024-04-17 17:54:04.015--ClientSession(1476094208)--Connection(2013186564)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:54:04.015--ServerSession(1918393987)--Connection(1652216902)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:04.015--UnitOfWork(517637439)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:04.015--ClientSession(1476094208)--Thread(Thread[main,5,main])--client released
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestUpdateBatching
    [junit] [EL Finest]: 2024-04-17 17:54:04.039--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-17 17:54:04.039--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-17 17:54:04.039--ServerSession(1918393987)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:04.039--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-17 17:54:04.039--ServerSession(1918393987)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:04.039--ServerSession(1918393987)--Thread(Thread[main,5,main])--sequencing disconnected
    [junit] [EL Fine]: 2024-04-17 17:54:04.039--ServerSession(1918393987)--Connection(1253733911)--Thread(Thread[main,5,main])--disconnect
    [junit] [EL Finer]: 2024-04-17 17:54:04.039--ServerSession(1918393987)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Fine]: 2024-04-17 17:54:04.039--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-17 17:54:04.039--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-17 17:54:04.04--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@51d26fed
    [junit] [EL Fine]: 2024-04-17 17:54:04.042--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@40dd2cfe
    [junit] [EL Finer]: 2024-04-17 17:54:04.044--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa1testmodel.
    [junit] [EL Finest]: properties: 2024-04-17 17:54:04.044--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-17 17:54:04.044--ServerSession(1778013494)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2024-04-17 17:54:04.044--ServerSession(1778013494)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Fine]: 2024-04-17 17:54:04.044--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.jboss.JBossPlatform
    [junit] [EL Finest]: 2024-04-17 17:54:04.044--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-17 17:54:04.044--ServerSession(1778013494)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true
    [junit] [EL Finest]: 2024-04-17 17:54:04.044--ServerSession(1778013494)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true
    [junit] [EL Finest]: 2024-04-17 17:54:04.044--ServerSession(1778013494)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false
    [junit] [EL Finer]: 2024-04-17 17:54:04.044--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-17 17:54:04.044--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-17 17:54:04.055--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-17 17:54:04.056--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-17 17:54:04.056--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-17 17:54:04.056--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-17 17:54:04.056--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-17 17:54:04.056--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-17 17:54:04.056--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-17 17:54:04.057--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-17 17:54:04.057--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-17 17:54:04.057--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-17 17:54:04.057--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-17 17:54:04.057--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-17 17:54:04.057--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-17 17:54:04.057--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-17 17:54:04.057--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-17 17:54:04.058--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-17 17:54:04.058--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-17 17:54:04.058--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-17 17:54:04.058--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-17 17:54:04.058--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-17 17:54:04.058--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-17 17:54:04.058--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-17 17:54:04.059--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-17 17:54:04.059--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-17 17:54:04.059--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-17 17:54:04.059--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-17 17:54:04.06--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-17 17:54:04.06--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-17 17:54:04.06--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-17 17:54:04.06--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-17 17:54:04.061--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-17 17:54:04.061--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-17 17:54:04.061--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-17 17:54:04.061--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-17 17:54:04.061--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-17 17:54:04.061--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-17 17:54:04.061--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-17 17:54:04.061--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-17 17:54:04.061--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-17 17:54:04.061--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-17 17:54:04.061--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-17 17:54:04.061--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-17 17:54:04.061--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-17 17:54:04.061--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-17 17:54:04.062--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-17 17:54:04.062--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-17 17:54:04.062--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-17 17:54:04.062--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-17 17:54:04.062--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-17 17:54:04.062--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-17 17:54:04.062--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-17 17:54:04.062--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-17 17:54:04.062--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-17 17:54:04.062--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-17 17:54:04.063--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-17 17:54:04.063--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-17 17:54:04.063--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-17 17:54:04.063--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-17 17:54:04.063--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-17 17:54:04.063--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-17 17:54:04.063--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-17 17:54:04.063--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-17 17:54:04.063--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-17 17:54:04.063--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-17 17:54:04.063--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-17 17:54:04.063--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-17 17:54:04.063--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-17 17:54:04.063--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-17 17:54:04.063--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-17 17:54:04.063--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-17 17:54:04.063--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-17 17:54:04.063--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-17 17:54:04.063--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-17 17:54:04.064--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-17 17:54:04.064--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-17 17:54:04.064--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-17 17:54:04.064--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-17 17:54:04.064--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-17 17:54:04.064--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-17 17:54:04.064--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-17 17:54:04.064--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-17 17:54:04.064--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-17 17:54:04.064--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-17 17:54:04.064--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-17 17:54:04.064--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-17 17:54:04.064--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-17 17:54:04.064--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-17 17:54:04.064--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-17 17:54:04.065--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-17 17:54:04.065--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-17 17:54:04.065--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-17 17:54:04.065--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-17 17:54:04.065--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-17 17:54:04.065--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-17 17:54:04.065--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-17 17:54:04.065--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-17 17:54:04.065--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-17 17:54:04.065--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-17 17:54:04.065--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-17 17:54:04.065--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-17 17:54:04.065--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-17 17:54:04.065--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-17 17:54:04.065--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-17 17:54:04.065--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-17 17:54:04.065--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-17 17:54:04.065--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-17 17:54:04.065--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-17 17:54:04.065--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-17 17:54:04.066--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-17 17:54:04.066--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-17 17:54:04.066--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-17 17:54:04.066--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-17 17:54:04.066--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-17 17:54:04.066--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-17 17:54:04.066--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID.
    [junit] [EL Config]: 2024-04-17 17:54:04.066--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.066--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-17 17:54:04.066--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.066--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.066--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-17 17:54:04.066--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-17 17:54:04.066--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [owner] is being defaulted to: OWNER.
    [junit] [EL Config]: 2024-04-17 17:54:04.066--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [balance] is being defaulted to: BALANCE.
    [junit] [EL Config]: 2024-04-17 17:54:04.066--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-17 17:54:04.066--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-17 17:54:04.066--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID.
    [junit] [EL Config]: 2024-04-17 17:54:04.066--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [creditLimit] is being defaulted to: CREDITLIMIT.
    [junit] [EL Config]: 2024-04-17 17:54:04.066--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-17 17:54:04.067--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [namespace] is being defaulted to: NAMESPACE.
    [junit] [EL Config]: 2024-04-17 17:54:04.067--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.067--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [text] is being defaulted to: TEXT.
    [junit] [EL Config]: 2024-04-17 17:54:04.067--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-17 17:54:04.067--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.067--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-17 17:54:04.067--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-17 17:54:04.067--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-17 17:54:04.067--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR.
    [junit] [EL Config]: 2024-04-17 17:54:04.067--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.067--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [brand] is being defaulted to: BRAND.
    [junit] [EL Config]: 2024-04-17 17:54:04.067--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:04.067--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-17 17:54:04.068--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-17 17:54:04.068--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.068--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY.
    [junit] [EL Config]: 2024-04-17 17:54:04.068--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-17 17:54:04.068--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.068--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.068--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-17 17:54:04.068--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.068--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-17 17:54:04.068--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.068--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-17 17:54:04.068--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-17 17:54:04.068--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-17 17:54:04.082--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [term] is being defaulted to: TERM.
    [junit] [EL Config]: 2024-04-17 17:54:04.082--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-17 17:54:04.082--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-17 17:54:04.082--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.082--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.082--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-17 17:54:04.082--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getDescription] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: 2024-04-17 17:54:04.082--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.082--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getCategory] is being defaulted to: CATEGORY.
    [junit] [EL Config]: 2024-04-17 17:54:04.082--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-17 17:54:04.083--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [sound] is being defaulted to: SOUND.
    [junit] [EL Config]: 2024-04-17 17:54:04.083--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [integer] is being defaulted to: INTEGER.
    [junit] [EL Config]: 2024-04-17 17:54:04.083--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [cool] is being defaulted to: COOL.
    [junit] [EL Config]: 2024-04-17 17:54:04.083--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.083--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.083--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [type] is being defaulted to: TYPE.
    [junit] [EL Config]: 2024-04-17 17:54:04.083--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-17 17:54:04.083--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.083--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-17 17:54:04.083--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-17 17:54:04.083--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.083--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.083--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:04.083--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-17 17:54:04.083--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA.
    [junit] [EL Config]: 2024-04-17 17:54:04.083--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-17 17:54:04.084--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: 2024-04-17 17:54:04.084--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-17 17:54:04.084--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-17 17:54:04.084--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [reviewDate] is being defaulted to: REVIEWDATE.
    [junit] [EL Config]: 2024-04-17 17:54:04.084--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.084--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:04.084--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-17 17:54:04.084--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-17 17:54:04.084--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-17 17:54:04.084--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-17 17:54:04.084--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-17 17:54:04.084--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.084--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-17 17:54:04.084--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-17 17:54:04.084--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getStory] is being defaulted to: STORY.
    [junit] [EL Config]: 2024-04-17 17:54:04.084--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-17 17:54:04.084--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [date] is being defaulted to: DATE.
    [junit] [EL Config]: 2024-04-17 17:54:04.084--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME.
    [junit] [EL Config]: 2024-04-17 17:54:04.084--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.084--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-17 17:54:04.085--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.085--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.085--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-17 17:54:04.085--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-17 17:54:04.085--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-17 17:54:04.085--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getYear] is being defaulted to: YEAR.
    [junit] [EL Config]: 2024-04-17 17:54:04.085--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.085--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-17 17:54:04.085--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-17 17:54:04.085--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [model] is being defaulted to: MODEL.
    [junit] [EL Config]: 2024-04-17 17:54:04.085--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-17 17:54:04.085--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-17 17:54:04.085--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-17 17:54:04.085--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-17 17:54:04.085--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-17 17:54:04.086--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [riskLevel] is being defaulted to: RISKLEVEL.
    [junit] [EL Config]: 2024-04-17 17:54:04.086--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-17 17:54:04.086--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-17 17:54:04.086--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.086--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-17 17:54:04.086--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.086--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-17 17:54:04.086--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.086--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-17 17:54:04.086--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getSmoker] is being defaulted to: SMOKER.
    [junit] [EL Config]: 2024-04-17 17:54:04.086--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getGuid] is being defaulted to: GUID.
    [junit] [EL Config]: 2024-04-17 17:54:04.086--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-17 17:54:04.086--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.086--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-17 17:54:04.086--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getDate] is being defaulted to: DATE.
    [junit] [EL Config]: 2024-04-17 17:54:04.086--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getTime] is being defaulted to: TIME.
    [junit] [EL Config]: 2024-04-17 17:54:04.086--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.086--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-17 17:54:04.087--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-17 17:54:04.087--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-17 17:54:04.087--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-17 17:54:04.087--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [interestRate] is being defaulted to: INTERESTRATE.
    [junit] [EL Config]: 2024-04-17 17:54:04.087--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID.
    [junit] [EL Config]: 2024-04-17 17:54:04.087--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.087--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-17 17:54:04.087--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-17 17:54:04.087--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-17 17:54:04.087--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [cardType] is being defaulted to: CARDTYPE.
    [junit] [EL Config]: 2024-04-17 17:54:04.087--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [cardNumber] is being defaulted to: CARDNUMBER.
    [junit] [EL Config]: 2024-04-17 17:54:04.087--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [validTo] is being defaulted to: VALIDTO.
    [junit] [EL Config]: 2024-04-17 17:54:04.087--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-17 17:54:04.087--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.087--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY.
    [junit] [EL Config]: 2024-04-17 17:54:04.087--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-17 17:54:04.087--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR.
    [junit] [EL Config]: 2024-04-17 17:54:04.087--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [place] is being defaulted to: PLACE.
    [junit] [EL Config]: 2024-04-17 17:54:04.087--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [floor] is being defaulted to: FLOOR.
    [junit] [EL Config]: 2024-04-17 17:54:04.087--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-17 17:54:04.087--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.088--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.088--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-17 17:54:04.088--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.088--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-17 17:54:04.088--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [nodeName] is being defaulted to: NODENAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.088--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.088--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-17 17:54:04.088--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [high] is being defaulted to: HIGH.
    [junit] [EL Config]: 2024-04-17 17:54:04.088--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [low] is being defaulted to: LOW.
    [junit] [EL Config]: 2024-04-17 17:54:04.088--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-17 17:54:04.088--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [firstname] is being defaulted to: FIRSTNAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.088--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [endDate] is being defaulted to: ENDDATE.
    [junit] [EL Config]: 2024-04-17 17:54:04.088--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [startDate] is being defaulted to: STARTDATE.
    [junit] [EL Config]: 2024-04-17 17:54:04.088--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY.
    [junit] [EL Config]: 2024-04-17 17:54:04.088--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [lastname] is being defaulted to: LASTNAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.088--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.088--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-17 17:54:04.088--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-17 17:54:04.088--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.088--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.088--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [getVersion] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:04.088--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-17 17:54:04.088--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-17 17:54:04.088--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.089--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-17 17:54:04.089--ServerSession(1778013494)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:04.089--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-17 17:54:04.089--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-17 17:54:04.089--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-17 17:54:04.089--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-17 17:54:04.089--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-17 17:54:04.089--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-17 17:54:04.089--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-17 17:54:04.089--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-17 17:54:04.089--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-17 17:54:04.089--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-17 17:54:04.089--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-17 17:54:04.089--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-17 17:54:04.089--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-17 17:54:04.089--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-17 17:54:04.089--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-17 17:54:04.089--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-17 17:54:04.089--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-17 17:54:04.089--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-17 17:54:04.089--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-17 17:54:04.09--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-17 17:54:04.09--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-17 17:54:04.09--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-17 17:54:04.09--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-17 17:54:04.09--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-17 17:54:04.09--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-17 17:54:04.09--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-17 17:54:04.09--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-17 17:54:04.09--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-17 17:54:04.09--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-17 17:54:04.09--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-17 17:54:04.09--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-17 17:54:04.09--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-17 17:54:04.09--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-17 17:54:04.09--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-17 17:54:04.09--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-17 17:54:04.09--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-17 17:54:04.09--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-17 17:54:04.09--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-17 17:54:04.09--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-17 17:54:04.09--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-17 17:54:04.09--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-17 17:54:04.09--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-17 17:54:04.09--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-17 17:54:04.09--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-17 17:54:04.09--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-17 17:54:04.09--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-17 17:54:04.09--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-17 17:54:04.09--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-17 17:54:04.09--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-17 17:54:04.09--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-17 17:54:04.09--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-17 17:54:04.09--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-17 17:54:04.09--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-17 17:54:04.09--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-17 17:54:04.09--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-17 17:54:04.09--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-17 17:54:04.09--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-17 17:54:04.09--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-17 17:54:04.091--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-17 17:54:04.091--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-17 17:54:04.091--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-17 17:54:04.091--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-17 17:54:04.091--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-17 17:54:04.091--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-17 17:54:04.091--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-17 17:54:04.091--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-17 17:54:04.091--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-17 17:54:04.091--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-17 17:54:04.091--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-17 17:54:04.091--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-17 17:54:04.091--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-17 17:54:04.091--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-17 17:54:04.091--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-17 17:54:04.091--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-17 17:54:04.091--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-17 17:54:04.092--ServerSession(1778013494)--Thread(Thread[main,5,main])--query getDepartmentCached: query hint eclipselink.query-results-cache; value True
    [junit] [EL Finest]: 2024-04-17 17:54:04.092--ServerSession(1778013494)--Thread(Thread[main,5,main])--query getAllDepartmentsCached: query hint eclipselink.query-results-cache; value True
    [junit] [EL Finest]: 2024-04-17 17:54:04.093--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-17 17:54:04.093--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null.
    [junit] [EL Finest]: 2024-04-17 17:54:04.093--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-17 17:54:04.093--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-17 17:54:04.093--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-17 17:54:04.093--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-17 17:54:04.093--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-17 17:54:04.093--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-17 17:54:04.093--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-17 17:54:04.093--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-17 17:54:04.094--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-17 17:54:04.094--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-17 17:54:04.094--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-17 17:54:04.094--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-17 17:54:04.094--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-17 17:54:04.094--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-17 17:54:04.094--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-17 17:54:04.094--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-17 17:54:04.094--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-17 17:54:04.094--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-17 17:54:04.094--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-17 17:54:04.094--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-17 17:54:04.094--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-17 17:54:04.094--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-17 17:54:04.094--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-17 17:54:04.094--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-17 17:54:04.094--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-17 17:54:04.095--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-17 17:54:04.095--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-17 17:54:04.095--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-17 17:54:04.095--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-17 17:54:04.095--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-17 17:54:04.095--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-17 17:54:04.095--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-17 17:54:04.095--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-17 17:54:04.095--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-17 17:54:04.095--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-17 17:54:04.095--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-17 17:54:04.095--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-17 17:54:04.095--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-17 17:54:04.095--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-17 17:54:04.095--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-17 17:54:04.095--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-17 17:54:04.095--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-17 17:54:04.096--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-17 17:54:04.096--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-17 17:54:04.096--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-17 17:54:04.096--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-17 17:54:04.096--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-17 17:54:04.096--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-17 17:54:04.096--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-17 17:54:04.096--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-17 17:54:04.096--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-17 17:54:04.096--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-17 17:54:04.096--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-17 17:54:04.096--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-17 17:54:04.096--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-17 17:54:04.096--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-17 17:54:04.096--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-17 17:54:04.096--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-17 17:54:04.096--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-17 17:54:04.096--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-17 17:54:04.097--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-17 17:54:04.097--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-17 17:54:04.097--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-17 17:54:04.097--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-17 17:54:04.097--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-17 17:54:04.097--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-17 17:54:04.097--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-17 17:54:04.097--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-17 17:54:04.097--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-17 17:54:04.097--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-17 17:54:04.101--ServerSession(1778013494)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation].
    [junit] [EL Finest]: 2024-04-17 17:54:04.101--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-17 17:54:04.101--ServerSession(1778013494)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2024-04-17 17:54:04.101--ServerSession(1778013494)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2024-04-17 17:54:04.101--ServerSession(1778013494)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform
    [junit] [EL Finest]: 2024-04-17 17:54:04.101--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-17 17:54:04.101--ServerSession(1778013494)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing; value=JDBC
    [junit] [EL Finest]: 2024-04-17 17:54:04.101--ServerSession(1778013494)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true
    [junit] [EL Info]: 2024-04-17 17:54:04.101--ServerSession(1778013494)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Fine]: 2024-04-17 17:54:04.101--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-17 17:54:04.102--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-17 17:54:04.102--ServerSession(1778013494)--Connection(1961550304)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.102--ServerSession(1778013494)--Connection(1961550304)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Fine]: 2024-04-17 17:54:04.102--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-17 17:54:04.102--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-17 17:54:04.103--ServerSession(1778013494)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State
    [junit] [EL Finest]: 2024-04-17 17:54:04.103--ServerSession(1778013494)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1
    [junit] [EL Finest]: 2024-04-17 17:54:04.103--ServerSession(1778013494)--Thread(Thread[main,5,main])--sequence testSequenceInc3: preallocation size 3
    [junit] [EL Finest]: 2024-04-17 17:54:04.103--ServerSession(1778013494)--Thread(Thread[main,5,main])--sequence testSequence: preallocation size 1
    [junit] [EL Finest]: 2024-04-17 17:54:04.103--ServerSession(1778013494)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State
    [junit] [EL Finest]: 2024-04-17 17:54:04.103--ServerSession(1778013494)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:04.103--ServerSession(1778013494)--Thread(Thread[main,5,main])--sequence IdGenerator: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:04.103--ServerSession(1778013494)--Thread(Thread[main,5,main])--sequence VehicleGenerator: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:04.103--ServerSession(1778013494)--Thread(Thread[main,5,main])--sequence Component: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:04.103--ServerSession(1778013494)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:04.103--ServerSession(1778013494)--Thread(Thread[main,5,main])--sequence CourseGenerator: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:04.103--ServerSession(1778013494)--Thread(Thread[main,5,main])--sequence StringIdGenerator: preallocation size 50
    [junit] [EL Warning]: 2024-04-17 17:54:04.104--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-17 17:54:04.105--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-17 17:54:04.118--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-17 17:54:04.118--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-17 17:54:04.119--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-17 17:54:04.119--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-17 17:54:04.119--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-17 17:54:04.119--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-17 17:54:04.119--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-17 17:54:04.12--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-17 17:54:04.12--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-17 17:54:04.12--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-17 17:54:04.12--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-17 17:54:04.121--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-17 17:54:04.121--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-17 17:54:04.121--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-17 17:54:04.121--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-17 17:54:04.121--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-17 17:54:04.121--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-17 17:54:04.121--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-17 17:54:04.121--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-17 17:54:04.121--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-17 17:54:04.121--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-17 17:54:04.121--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-17 17:54:04.121--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-17 17:54:04.121--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-17 17:54:04.121--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-17 17:54:04.121--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-17 17:54:04.121--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-17 17:54:04.121--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-17 17:54:04.122--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-17 17:54:04.122--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-17 17:54:04.122--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-17 17:54:04.122--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-17 17:54:04.122--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-17 17:54:04.122--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-17 17:54:04.122--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-17 17:54:04.122--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-17 17:54:04.122--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-17 17:54:04.122--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-17 17:54:04.122--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-17 17:54:04.122--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-17 17:54:04.122--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-17 17:54:04.122--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-17 17:54:04.122--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-17 17:54:04.122--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-17 17:54:04.122--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-17 17:54:04.122--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-17 17:54:04.123--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-17 17:54:04.123--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-17 17:54:04.123--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-17 17:54:04.123--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-17 17:54:04.123--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-17 17:54:04.123--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-17 17:54:04.123--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-17 17:54:04.123--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-17 17:54:04.123--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-17 17:54:04.123--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-17 17:54:04.123--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-17 17:54:04.123--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-17 17:54:04.123--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-17 17:54:04.123--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-17 17:54:04.123--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-17 17:54:04.123--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-17 17:54:04.123--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-17 17:54:04.123--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-17 17:54:04.123--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-17 17:54:04.124--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-17 17:54:04.124--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-17 17:54:04.124--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-17 17:54:04.124--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-17 17:54:04.124--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-17 17:54:04.124--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-17 17:54:04.124--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-17 17:54:04.124--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-17 17:54:04.124--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-17 17:54:04.187--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-17 17:54:04.187--ServerSession(1778013494)--Thread(Thread[main,5,main])--client acquired: 1072487680
    [junit] [EL Finer]: 2024-04-17 17:54:04.187--ClientSession(1072487680)--Thread(Thread[main,5,main])--acquire unit of work: 1432547991
    [junit] [EL Finest]: 2024-04-17 17:54:04.187--UnitOfWork(1432547991)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:04.187--UnitOfWork(1432547991)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:04.187--UnitOfWork(1432547991)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:04.187--UnitOfWork(1432547991)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:04.187--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-17 17:54:04.188--ServerSession(1778013494)--Connection(1194181141)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:04.188--ClientSession(1072487680)--Connection(1194181141)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:04.188--ClientSession(1072487680)--Connection(1194181141)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:04.188--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-17 17:54:04.188--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-17 17:54:04.188--ClientSession(1072487680)--Connection(520296852)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:04.188--ClientSession(1072487680)--Connection(520296852)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:04.188--ClientSession(1072487680)--Connection(520296852)--Thread(Thread[main,5,main])--	bind => [1, HR, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:04.188--ClientSession(1072487680)--Connection(520296852)--Thread(Thread[main,5,main])--	bind => [3, QA, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:04.188--ClientSession(1072487680)--Connection(520296852)--Thread(Thread[main,5,main])--	bind => [2, FI, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:04.188--ClientSession(1072487680)--Connection(520296852)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:04.189--ClientSession(1072487680)--Connection(520296852)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:04.189--ServerSession(1778013494)--Connection(1194181141)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:04.189--UnitOfWork(1432547991)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:04.189--UnitOfWork(1432547991)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:04.189--UnitOfWork(1432547991)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:04.189--ClientSession(1072487680)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:04.189--UnitOfWork(1432547991)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:04.189--ClientSession(1072487680)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:04.189--ServerSession(1778013494)--Thread(Thread[main,5,main])--client acquired: 549803608
    [junit] [EL Finer]: 2024-04-17 17:54:04.19--ClientSession(549803608)--Thread(Thread[main,5,main])--acquire unit of work: 156304703
    [junit] [EL Finest]: 2024-04-17 17:54:04.19--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-17 17:54:04.19--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-17 17:54:04.19--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-17 17:54:04.19--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-17 17:54:04.19--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-17 17:54:04.19--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-17 17:54:04.19--UnitOfWork(156304703)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:04.19--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-17 17:54:04.19--ServerSession(1778013494)--Connection(27975228)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:04.19--ClientSession(549803608)--Connection(27975228)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:04.19--ClientSession(549803608)--Connection(27975228)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:04.191--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-17 17:54:04.191--ClientSession(549803608)--Connection(2106220231)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:04.191--ClientSession(549803608)--Connection(2106220231)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?))
    [junit] [EL Fine]: 2024-04-17 17:54:04.191--ClientSession(549803608)--Connection(2106220231)--Thread(Thread[main,5,main])--	bind => [hr, 2, 1, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:04.191--ClientSession(549803608)--Connection(2106220231)--Thread(Thread[main,5,main])--	bind => [fi, 2, 2, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:04.191--ClientSession(549803608)--Connection(2106220231)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:04.191--ClientSession(549803608)--Connection(2106220231)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:04.192--ServerSession(1778013494)--Connection(27975228)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:04.192--UnitOfWork(156304703)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:04.192--UnitOfWork(156304703)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:04.192--UnitOfWork(156304703)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:04.192--ClientSession(549803608)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:04.192--UnitOfWork(156304703)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:04.192--ClientSession(549803608)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:04.192--ServerSession(1778013494)--Thread(Thread[main,5,main])--client acquired: 1501191853
    [junit] [EL Finer]: 2024-04-17 17:54:04.192--ClientSession(1501191853)--Thread(Thread[main,5,main])--acquire unit of work: 242626688
    [junit] [EL Finest]: 2024-04-17 17:54:04.192--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-17 17:54:04.192--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-17 17:54:04.192--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-17 17:54:04.192--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-17 17:54:04.192--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-17 17:54:04.192--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-17 17:54:04.192--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-17 17:54:04.192--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-17 17:54:04.192--ServerSession(1778013494)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:04.192--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-17 17:54:04.193--ServerSession(1778013494)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:04.193--ServerSession(1778013494)--Thread(Thread[main,5,main])--sequencing disconnected
    [junit] [EL Fine]: 2024-04-17 17:54:04.193--ServerSession(1778013494)--Connection(1961550304)--Thread(Thread[main,5,main])--disconnect
    [junit] [EL Finer]: 2024-04-17 17:54:04.193--ServerSession(1778013494)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Fine]: 2024-04-17 17:54:04.193--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-17 17:54:04.193--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-17 17:54:04.213--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@54972f9a
    [junit] [EL Fine]: 2024-04-17 17:54:04.215--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@102dff25
    [junit] [EL Finer]: 2024-04-17 17:54:04.217--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa1testmodel.
    [junit] [EL Finest]: properties: 2024-04-17 17:54:04.217--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-17 17:54:04.217--ServerSession(1994458484)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2024-04-17 17:54:04.217--ServerSession(1994458484)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Fine]: 2024-04-17 17:54:04.217--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.jboss.JBossPlatform
    [junit] [EL Finest]: 2024-04-17 17:54:04.217--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-17 17:54:04.217--ServerSession(1994458484)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true
    [junit] [EL Finest]: 2024-04-17 17:54:04.217--ServerSession(1994458484)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true
    [junit] [EL Finest]: 2024-04-17 17:54:04.217--ServerSession(1994458484)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false
    [junit] [EL Finer]: 2024-04-17 17:54:04.217--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-17 17:54:04.217--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-17 17:54:04.227--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-17 17:54:04.228--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-17 17:54:04.228--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-17 17:54:04.228--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-17 17:54:04.228--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-17 17:54:04.228--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-17 17:54:04.228--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-17 17:54:04.228--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-17 17:54:04.228--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-17 17:54:04.228--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-17 17:54:04.228--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-17 17:54:04.229--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-17 17:54:04.229--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-17 17:54:04.229--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-17 17:54:04.229--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-17 17:54:04.229--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-17 17:54:04.23--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-17 17:54:04.23--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-17 17:54:04.23--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-17 17:54:04.23--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-17 17:54:04.23--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-17 17:54:04.23--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-17 17:54:04.23--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-17 17:54:04.231--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-17 17:54:04.231--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-17 17:54:04.231--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-17 17:54:04.231--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-17 17:54:04.231--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-17 17:54:04.231--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-17 17:54:04.231--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-17 17:54:04.232--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-17 17:54:04.232--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-17 17:54:04.232--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-17 17:54:04.232--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-17 17:54:04.232--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-17 17:54:04.232--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-17 17:54:04.232--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-17 17:54:04.232--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-17 17:54:04.232--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-17 17:54:04.232--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-17 17:54:04.233--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-17 17:54:04.233--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-17 17:54:04.233--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-17 17:54:04.233--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-17 17:54:04.233--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-17 17:54:04.233--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-17 17:54:04.233--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-17 17:54:04.233--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-17 17:54:04.233--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-17 17:54:04.233--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-17 17:54:04.233--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-17 17:54:04.233--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-17 17:54:04.233--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-17 17:54:04.233--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-17 17:54:04.233--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-17 17:54:04.234--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-17 17:54:04.234--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-17 17:54:04.234--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-17 17:54:04.234--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-17 17:54:04.234--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-17 17:54:04.234--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-17 17:54:04.234--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-17 17:54:04.234--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-17 17:54:04.234--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-17 17:54:04.234--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-17 17:54:04.234--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-17 17:54:04.234--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-17 17:54:04.234--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-17 17:54:04.234--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-17 17:54:04.234--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-17 17:54:04.234--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-17 17:54:04.234--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-17 17:54:04.234--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-17 17:54:04.234--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-17 17:54:04.234--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-17 17:54:04.235--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-17 17:54:04.235--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-17 17:54:04.235--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-17 17:54:04.235--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-17 17:54:04.235--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-17 17:54:04.235--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-17 17:54:04.235--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-17 17:54:04.235--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-17 17:54:04.235--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-17 17:54:04.235--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-17 17:54:04.235--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-17 17:54:04.235--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-17 17:54:04.235--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-17 17:54:04.235--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-17 17:54:04.235--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-17 17:54:04.235--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-17 17:54:04.235--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-17 17:54:04.235--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-17 17:54:04.235--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-17 17:54:04.235--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-17 17:54:04.235--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-17 17:54:04.235--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-17 17:54:04.235--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-17 17:54:04.235--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-17 17:54:04.235--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-17 17:54:04.236--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-17 17:54:04.236--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-17 17:54:04.236--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-17 17:54:04.236--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-17 17:54:04.236--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-17 17:54:04.236--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-17 17:54:04.236--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-17 17:54:04.236--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-17 17:54:04.236--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-17 17:54:04.236--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-17 17:54:04.236--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-17 17:54:04.236--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-17 17:54:04.236--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-17 17:54:04.236--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-17 17:54:04.236--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID.
    [junit] [EL Config]: 2024-04-17 17:54:04.236--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.236--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-17 17:54:04.236--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.236--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.237--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-17 17:54:04.237--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-17 17:54:04.237--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [owner] is being defaulted to: OWNER.
    [junit] [EL Config]: 2024-04-17 17:54:04.237--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [balance] is being defaulted to: BALANCE.
    [junit] [EL Config]: 2024-04-17 17:54:04.237--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-17 17:54:04.237--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-17 17:54:04.237--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID.
    [junit] [EL Config]: 2024-04-17 17:54:04.237--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [creditLimit] is being defaulted to: CREDITLIMIT.
    [junit] [EL Config]: 2024-04-17 17:54:04.237--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-17 17:54:04.237--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [namespace] is being defaulted to: NAMESPACE.
    [junit] [EL Config]: 2024-04-17 17:54:04.237--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.237--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [text] is being defaulted to: TEXT.
    [junit] [EL Config]: 2024-04-17 17:54:04.237--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-17 17:54:04.237--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.237--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-17 17:54:04.237--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-17 17:54:04.237--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-17 17:54:04.237--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR.
    [junit] [EL Config]: 2024-04-17 17:54:04.237--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.237--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [brand] is being defaulted to: BRAND.
    [junit] [EL Config]: 2024-04-17 17:54:04.237--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:04.237--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-17 17:54:04.238--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-17 17:54:04.238--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.238--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY.
    [junit] [EL Config]: 2024-04-17 17:54:04.238--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-17 17:54:04.238--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.238--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.238--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-17 17:54:04.238--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.238--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-17 17:54:04.238--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.238--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-17 17:54:04.238--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-17 17:54:04.238--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-17 17:54:04.238--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [term] is being defaulted to: TERM.
    [junit] [EL Config]: 2024-04-17 17:54:04.238--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-17 17:54:04.238--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-17 17:54:04.238--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.238--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.238--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-17 17:54:04.238--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getDescription] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: 2024-04-17 17:54:04.238--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.238--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getCategory] is being defaulted to: CATEGORY.
    [junit] [EL Config]: 2024-04-17 17:54:04.238--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-17 17:54:04.238--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [sound] is being defaulted to: SOUND.
    [junit] [EL Config]: 2024-04-17 17:54:04.238--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [integer] is being defaulted to: INTEGER.
    [junit] [EL Config]: 2024-04-17 17:54:04.238--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [cool] is being defaulted to: COOL.
    [junit] [EL Config]: 2024-04-17 17:54:04.238--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.239--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.239--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [type] is being defaulted to: TYPE.
    [junit] [EL Config]: 2024-04-17 17:54:04.239--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-17 17:54:04.239--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.239--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-17 17:54:04.239--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-17 17:54:04.239--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.239--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.239--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:04.239--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-17 17:54:04.239--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA.
    [junit] [EL Config]: 2024-04-17 17:54:04.239--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-17 17:54:04.239--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: 2024-04-17 17:54:04.239--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-17 17:54:04.239--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-17 17:54:04.24--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [reviewDate] is being defaulted to: REVIEWDATE.
    [junit] [EL Config]: 2024-04-17 17:54:04.24--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.24--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:04.24--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-17 17:54:04.24--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-17 17:54:04.24--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-17 17:54:04.24--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-17 17:54:04.24--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-17 17:54:04.24--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.24--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-17 17:54:04.24--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-17 17:54:04.24--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getStory] is being defaulted to: STORY.
    [junit] [EL Config]: 2024-04-17 17:54:04.24--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-17 17:54:04.24--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [date] is being defaulted to: DATE.
    [junit] [EL Config]: 2024-04-17 17:54:04.24--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME.
    [junit] [EL Config]: 2024-04-17 17:54:04.24--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.24--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-17 17:54:04.24--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.24--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.24--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-17 17:54:04.24--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-17 17:54:04.24--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-17 17:54:04.24--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getYear] is being defaulted to: YEAR.
    [junit] [EL Config]: 2024-04-17 17:54:04.24--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.24--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-17 17:54:04.24--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-17 17:54:04.24--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [model] is being defaulted to: MODEL.
    [junit] [EL Config]: 2024-04-17 17:54:04.24--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-17 17:54:04.24--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-17 17:54:04.241--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-17 17:54:04.241--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-17 17:54:04.241--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-17 17:54:04.241--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [riskLevel] is being defaulted to: RISKLEVEL.
    [junit] [EL Config]: 2024-04-17 17:54:04.241--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-17 17:54:04.241--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-17 17:54:04.241--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.241--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-17 17:54:04.241--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.241--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-17 17:54:04.241--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.241--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-17 17:54:04.241--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getSmoker] is being defaulted to: SMOKER.
    [junit] [EL Config]: 2024-04-17 17:54:04.241--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getGuid] is being defaulted to: GUID.
    [junit] [EL Config]: 2024-04-17 17:54:04.241--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-17 17:54:04.241--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.241--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-17 17:54:04.241--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getDate] is being defaulted to: DATE.
    [junit] [EL Config]: 2024-04-17 17:54:04.241--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getTime] is being defaulted to: TIME.
    [junit] [EL Config]: 2024-04-17 17:54:04.241--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.241--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-17 17:54:04.242--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-17 17:54:04.242--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-17 17:54:04.242--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-17 17:54:04.242--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [interestRate] is being defaulted to: INTERESTRATE.
    [junit] [EL Config]: 2024-04-17 17:54:04.242--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID.
    [junit] [EL Config]: 2024-04-17 17:54:04.242--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.242--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-17 17:54:04.242--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-17 17:54:04.242--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-17 17:54:04.242--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [cardType] is being defaulted to: CARDTYPE.
    [junit] [EL Config]: 2024-04-17 17:54:04.242--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [cardNumber] is being defaulted to: CARDNUMBER.
    [junit] [EL Config]: 2024-04-17 17:54:04.242--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [validTo] is being defaulted to: VALIDTO.
    [junit] [EL Config]: 2024-04-17 17:54:04.242--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-17 17:54:04.242--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.242--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY.
    [junit] [EL Config]: 2024-04-17 17:54:04.242--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-17 17:54:04.242--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR.
    [junit] [EL Config]: 2024-04-17 17:54:04.242--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [place] is being defaulted to: PLACE.
    [junit] [EL Config]: 2024-04-17 17:54:04.242--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [floor] is being defaulted to: FLOOR.
    [junit] [EL Config]: 2024-04-17 17:54:04.242--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-17 17:54:04.242--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.291--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.291--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-17 17:54:04.292--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.292--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-17 17:54:04.292--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [nodeName] is being defaulted to: NODENAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.292--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.292--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-17 17:54:04.292--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [high] is being defaulted to: HIGH.
    [junit] [EL Config]: 2024-04-17 17:54:04.292--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [low] is being defaulted to: LOW.
    [junit] [EL Config]: 2024-04-17 17:54:04.292--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-17 17:54:04.292--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [firstname] is being defaulted to: FIRSTNAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.292--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [endDate] is being defaulted to: ENDDATE.
    [junit] [EL Config]: 2024-04-17 17:54:04.292--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [startDate] is being defaulted to: STARTDATE.
    [junit] [EL Config]: 2024-04-17 17:54:04.292--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY.
    [junit] [EL Config]: 2024-04-17 17:54:04.292--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [lastname] is being defaulted to: LASTNAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.292--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.292--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-17 17:54:04.292--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-17 17:54:04.292--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.292--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.292--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [getVersion] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:04.292--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-17 17:54:04.293--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-17 17:54:04.293--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.293--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-17 17:54:04.293--ServerSession(1994458484)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:04.293--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-17 17:54:04.293--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-17 17:54:04.293--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-17 17:54:04.293--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-17 17:54:04.293--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-17 17:54:04.293--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-17 17:54:04.293--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-17 17:54:04.293--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-17 17:54:04.293--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-17 17:54:04.293--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-17 17:54:04.293--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-17 17:54:04.293--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-17 17:54:04.293--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-17 17:54:04.293--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-17 17:54:04.293--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-17 17:54:04.293--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-17 17:54:04.293--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-17 17:54:04.293--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-17 17:54:04.293--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.294--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-17 17:54:04.295--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-17 17:54:04.295--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-17 17:54:04.295--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-17 17:54:04.295--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-17 17:54:04.295--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-17 17:54:04.295--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-17 17:54:04.295--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-17 17:54:04.295--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-17 17:54:04.295--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-17 17:54:04.295--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-17 17:54:04.295--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-17 17:54:04.295--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-17 17:54:04.295--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-17 17:54:04.295--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-17 17:54:04.295--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-17 17:54:04.296--ServerSession(1994458484)--Thread(Thread[main,5,main])--query getDepartmentCached: query hint eclipselink.query-results-cache; value True
    [junit] [EL Finest]: 2024-04-17 17:54:04.296--ServerSession(1994458484)--Thread(Thread[main,5,main])--query getAllDepartmentsCached: query hint eclipselink.query-results-cache; value True
    [junit] [EL Finest]: 2024-04-17 17:54:04.297--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-17 17:54:04.297--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null.
    [junit] [EL Finest]: 2024-04-17 17:54:04.297--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-17 17:54:04.297--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-17 17:54:04.297--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-17 17:54:04.297--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-17 17:54:04.297--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-17 17:54:04.297--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-17 17:54:04.297--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-17 17:54:04.297--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-17 17:54:04.297--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-17 17:54:04.297--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-17 17:54:04.298--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-17 17:54:04.298--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-17 17:54:04.298--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-17 17:54:04.298--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-17 17:54:04.298--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-17 17:54:04.298--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-17 17:54:04.298--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-17 17:54:04.298--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-17 17:54:04.298--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-17 17:54:04.298--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-17 17:54:04.298--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-17 17:54:04.298--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-17 17:54:04.298--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-17 17:54:04.298--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-17 17:54:04.298--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-17 17:54:04.298--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-17 17:54:04.298--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-17 17:54:04.298--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-17 17:54:04.299--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-17 17:54:04.299--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-17 17:54:04.299--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-17 17:54:04.299--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-17 17:54:04.299--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-17 17:54:04.299--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-17 17:54:04.299--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-17 17:54:04.299--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-17 17:54:04.299--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-17 17:54:04.299--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-17 17:54:04.299--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-17 17:54:04.299--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-17 17:54:04.299--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-17 17:54:04.299--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-17 17:54:04.299--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-17 17:54:04.299--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-17 17:54:04.299--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-17 17:54:04.299--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-17 17:54:04.299--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-17 17:54:04.3--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-17 17:54:04.3--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-17 17:54:04.3--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-17 17:54:04.3--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-17 17:54:04.3--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-17 17:54:04.3--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-17 17:54:04.3--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-17 17:54:04.3--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-17 17:54:04.3--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-17 17:54:04.3--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-17 17:54:04.3--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-17 17:54:04.3--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-17 17:54:04.3--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-17 17:54:04.3--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-17 17:54:04.3--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-17 17:54:04.3--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-17 17:54:04.3--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-17 17:54:04.3--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-17 17:54:04.301--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-17 17:54:04.301--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-17 17:54:04.301--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-17 17:54:04.301--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-17 17:54:04.301--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-17 17:54:04.304--ServerSession(1994458484)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation].
    [junit] [EL Finest]: 2024-04-17 17:54:04.304--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-17 17:54:04.304--ServerSession(1994458484)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2024-04-17 17:54:04.304--ServerSession(1994458484)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2024-04-17 17:54:04.304--ServerSession(1994458484)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform
    [junit] [EL Finest]: 2024-04-17 17:54:04.305--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-17 17:54:04.305--ServerSession(1994458484)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing; value=None
    [junit] [EL Finest]: 2024-04-17 17:54:04.305--ServerSession(1994458484)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true
    [junit] [EL Info]: 2024-04-17 17:54:04.305--ServerSession(1994458484)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Fine]: 2024-04-17 17:54:04.305--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-17 17:54:04.305--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-17 17:54:04.305--ServerSession(1994458484)--Connection(1847591687)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.305--ServerSession(1994458484)--Connection(1847591687)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Fine]: 2024-04-17 17:54:04.305--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-17 17:54:04.306--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-17 17:54:04.306--ServerSession(1994458484)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State
    [junit] [EL Finest]: 2024-04-17 17:54:04.306--ServerSession(1994458484)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1
    [junit] [EL Finest]: 2024-04-17 17:54:04.306--ServerSession(1994458484)--Thread(Thread[main,5,main])--sequence testSequenceInc3: preallocation size 3
    [junit] [EL Finest]: 2024-04-17 17:54:04.306--ServerSession(1994458484)--Thread(Thread[main,5,main])--sequence testSequence: preallocation size 1
    [junit] [EL Finest]: 2024-04-17 17:54:04.306--ServerSession(1994458484)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State
    [junit] [EL Finest]: 2024-04-17 17:54:04.306--ServerSession(1994458484)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:04.306--ServerSession(1994458484)--Thread(Thread[main,5,main])--sequence IdGenerator: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:04.306--ServerSession(1994458484)--Thread(Thread[main,5,main])--sequence VehicleGenerator: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:04.306--ServerSession(1994458484)--Thread(Thread[main,5,main])--sequence Component: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:04.306--ServerSession(1994458484)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:04.306--ServerSession(1994458484)--Thread(Thread[main,5,main])--sequence CourseGenerator: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:04.306--ServerSession(1994458484)--Thread(Thread[main,5,main])--sequence StringIdGenerator: preallocation size 50
    [junit] [EL Warning]: 2024-04-17 17:54:04.307--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-17 17:54:04.308--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-17 17:54:04.32--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-17 17:54:04.32--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-17 17:54:04.32--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-17 17:54:04.32--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-17 17:54:04.32--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-17 17:54:04.32--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-17 17:54:04.32--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-17 17:54:04.321--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-17 17:54:04.321--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-17 17:54:04.321--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-17 17:54:04.321--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-17 17:54:04.321--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-17 17:54:04.321--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-17 17:54:04.322--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-17 17:54:04.322--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-17 17:54:04.322--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-17 17:54:04.322--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-17 17:54:04.322--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-17 17:54:04.322--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-17 17:54:04.322--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-17 17:54:04.322--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-17 17:54:04.322--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-17 17:54:04.322--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-17 17:54:04.322--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-17 17:54:04.322--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-17 17:54:04.322--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-17 17:54:04.322--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-17 17:54:04.323--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-17 17:54:04.323--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-17 17:54:04.323--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-17 17:54:04.323--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-17 17:54:04.323--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-17 17:54:04.323--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-17 17:54:04.323--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-17 17:54:04.323--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-17 17:54:04.323--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-17 17:54:04.323--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-17 17:54:04.323--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-17 17:54:04.323--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-17 17:54:04.323--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-17 17:54:04.323--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-17 17:54:04.323--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-17 17:54:04.323--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-17 17:54:04.323--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-17 17:54:04.323--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-17 17:54:04.324--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-17 17:54:04.324--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-17 17:54:04.324--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-17 17:54:04.324--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-17 17:54:04.324--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-17 17:54:04.324--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-17 17:54:04.324--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-17 17:54:04.324--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-17 17:54:04.324--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-17 17:54:04.324--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-17 17:54:04.324--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-17 17:54:04.324--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-17 17:54:04.324--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-17 17:54:04.324--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-17 17:54:04.324--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-17 17:54:04.324--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-17 17:54:04.324--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-17 17:54:04.324--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-17 17:54:04.324--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-17 17:54:04.325--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-17 17:54:04.325--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-17 17:54:04.325--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-17 17:54:04.325--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-17 17:54:04.325--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-17 17:54:04.325--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-17 17:54:04.325--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-17 17:54:04.325--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-17 17:54:04.325--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-17 17:54:04.325--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-17 17:54:04.325--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-17 17:54:04.325--ServerSession(1994458484)--Thread(Thread[main,5,main])--client acquired: 1274461229
    [junit] [EL Finer]: 2024-04-17 17:54:04.325--ClientSession(1274461229)--Thread(Thread[main,5,main])--acquire unit of work: 747717476
    [junit] [EL Finest]: 2024-04-17 17:54:04.325--UnitOfWork(747717476)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:04.325--UnitOfWork(747717476)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:04.325--UnitOfWork(747717476)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:04.325--UnitOfWork(747717476)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:04.325--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-17 17:54:04.326--ServerSession(1994458484)--Connection(298021609)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:04.326--ClientSession(1274461229)--Connection(298021609)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:04.326--ClientSession(1274461229)--Connection(298021609)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.326--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-17 17:54:04.326--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-17 17:54:04.326--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-17 17:54:04.326--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-17 17:54:04.327--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-17 17:54:04.327--ClientSession(1274461229)--Connection(1264165313)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:04.327--ServerSession(1994458484)--Connection(298021609)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:04.327--UnitOfWork(747717476)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:04.327--UnitOfWork(747717476)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:04.327--UnitOfWork(747717476)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:04.327--ClientSession(1274461229)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:04.327--UnitOfWork(747717476)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:04.327--ClientSession(1274461229)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:04.327--ServerSession(1994458484)--Thread(Thread[main,5,main])--client acquired: 1424200964
    [junit] [EL Finer]: 2024-04-17 17:54:04.327--ClientSession(1424200964)--Thread(Thread[main,5,main])--acquire unit of work: 736062588
    [junit] [EL Finest]: 2024-04-17 17:54:04.328--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-17 17:54:04.328--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-17 17:54:04.328--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-17 17:54:04.328--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-17 17:54:04.328--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-17 17:54:04.328--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-17 17:54:04.328--UnitOfWork(736062588)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:04.328--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-17 17:54:04.328--ServerSession(1994458484)--Connection(1103124295)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:04.328--ClientSession(1424200964)--Connection(1103124295)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:04.328--ClientSession(1424200964)--Connection(1103124295)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.329--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-17 17:54:04.329--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-17 17:54:04.329--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-17 17:54:04.329--ClientSession(1424200964)--Connection(1682264452)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:04.329--ServerSession(1994458484)--Connection(1103124295)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:04.33--UnitOfWork(736062588)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:04.33--UnitOfWork(736062588)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:04.33--UnitOfWork(736062588)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:04.33--ClientSession(1424200964)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:04.33--UnitOfWork(736062588)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:04.33--ClientSession(1424200964)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:04.33--ServerSession(1994458484)--Thread(Thread[main,5,main])--client acquired: 195625328
    [junit] [EL Finer]: 2024-04-17 17:54:04.33--ClientSession(195625328)--Thread(Thread[main,5,main])--acquire unit of work: 1160685808
    [junit] [EL Finest]: 2024-04-17 17:54:04.33--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-17 17:54:04.33--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-17 17:54:04.33--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-17 17:54:04.33--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-17 17:54:04.33--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-17 17:54:04.33--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-17 17:54:04.33--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-17 17:54:04.33--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-17 17:54:04.33--ServerSession(1994458484)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:04.33--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-17 17:54:04.33--ServerSession(1994458484)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:04.33--ServerSession(1994458484)--Thread(Thread[main,5,main])--sequencing disconnected
    [junit] [EL Fine]: 2024-04-17 17:54:04.33--ServerSession(1994458484)--Connection(1847591687)--Thread(Thread[main,5,main])--disconnect
    [junit] [EL Finer]: 2024-04-17 17:54:04.33--ServerSession(1994458484)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Fine]: 2024-04-17 17:54:04.33--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-17 17:54:04.33--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.311 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.foreignkeys.TestForeignKeys
    [junit] [EL Fine]: 2024-04-17 17:54:04.352--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@4e301795
    [junit] [EL Fine]: 2024-04-17 17:54:04.354--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@1adc38a0
    [junit] [EL Finer]: 2024-04-17 17:54:04.356--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa1testmodel.
    [junit] [EL Finest]: properties: 2024-04-17 17:54:04.356--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-17 17:54:04.356--ServerSession(374455656)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2024-04-17 17:54:04.356--ServerSession(374455656)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Fine]: 2024-04-17 17:54:04.356--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.jboss.JBossPlatform
    [junit] [EL Finest]: 2024-04-17 17:54:04.356--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-17 17:54:04.356--ServerSession(374455656)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true
    [junit] [EL Finest]: 2024-04-17 17:54:04.356--ServerSession(374455656)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true
    [junit] [EL Finest]: 2024-04-17 17:54:04.356--ServerSession(374455656)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false
    [junit] [EL Finer]: 2024-04-17 17:54:04.356--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-17 17:54:04.356--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-17 17:54:04.364--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-17 17:54:04.365--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-17 17:54:04.365--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-17 17:54:04.365--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-17 17:54:04.365--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-17 17:54:04.365--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-17 17:54:04.365--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-17 17:54:04.365--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-17 17:54:04.365--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-17 17:54:04.366--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-17 17:54:04.366--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-17 17:54:04.366--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-17 17:54:04.366--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-17 17:54:04.366--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-17 17:54:04.366--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-17 17:54:04.367--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-17 17:54:04.367--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-17 17:54:04.367--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-17 17:54:04.367--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-17 17:54:04.367--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-17 17:54:04.367--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-17 17:54:04.367--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-17 17:54:04.367--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-17 17:54:04.368--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-17 17:54:04.368--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-17 17:54:04.368--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-17 17:54:04.368--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-17 17:54:04.368--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-17 17:54:04.368--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-17 17:54:04.368--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-17 17:54:04.369--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-17 17:54:04.369--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-17 17:54:04.369--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-17 17:54:04.369--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-17 17:54:04.369--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-17 17:54:04.369--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-17 17:54:04.369--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-17 17:54:04.369--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-17 17:54:04.369--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-17 17:54:04.369--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-17 17:54:04.369--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-17 17:54:04.369--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-17 17:54:04.396--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-17 17:54:04.396--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-17 17:54:04.396--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-17 17:54:04.396--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-17 17:54:04.396--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-17 17:54:04.396--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-17 17:54:04.397--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-17 17:54:04.397--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-17 17:54:04.397--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-17 17:54:04.397--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-17 17:54:04.397--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-17 17:54:04.397--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-17 17:54:04.397--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-17 17:54:04.397--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-17 17:54:04.397--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-17 17:54:04.397--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-17 17:54:04.397--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-17 17:54:04.397--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-17 17:54:04.397--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-17 17:54:04.397--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-17 17:54:04.398--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-17 17:54:04.398--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-17 17:54:04.398--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-17 17:54:04.398--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-17 17:54:04.398--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-17 17:54:04.398--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-17 17:54:04.398--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-17 17:54:04.398--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-17 17:54:04.398--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-17 17:54:04.398--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-17 17:54:04.398--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-17 17:54:04.398--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-17 17:54:04.398--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-17 17:54:04.398--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-17 17:54:04.398--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-17 17:54:04.398--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-17 17:54:04.398--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-17 17:54:04.398--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-17 17:54:04.398--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-17 17:54:04.398--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-17 17:54:04.398--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-17 17:54:04.398--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-17 17:54:04.398--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-17 17:54:04.398--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-17 17:54:04.399--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-17 17:54:04.399--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-17 17:54:04.399--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-17 17:54:04.399--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-17 17:54:04.399--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-17 17:54:04.399--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-17 17:54:04.399--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-17 17:54:04.399--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-17 17:54:04.399--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-17 17:54:04.399--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-17 17:54:04.399--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-17 17:54:04.399--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-17 17:54:04.399--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-17 17:54:04.399--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-17 17:54:04.399--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-17 17:54:04.399--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-17 17:54:04.399--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-17 17:54:04.399--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-17 17:54:04.399--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-17 17:54:04.4--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-17 17:54:04.4--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-17 17:54:04.4--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-17 17:54:04.4--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-17 17:54:04.4--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-17 17:54:04.4--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-17 17:54:04.4--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-17 17:54:04.4--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-17 17:54:04.4--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-17 17:54:04.4--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID.
    [junit] [EL Config]: 2024-04-17 17:54:04.4--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.4--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-17 17:54:04.4--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.4--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.4--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-17 17:54:04.4--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-17 17:54:04.4--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [owner] is being defaulted to: OWNER.
    [junit] [EL Config]: 2024-04-17 17:54:04.4--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [balance] is being defaulted to: BALANCE.
    [junit] [EL Config]: 2024-04-17 17:54:04.4--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-17 17:54:04.4--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-17 17:54:04.4--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID.
    [junit] [EL Config]: 2024-04-17 17:54:04.401--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [creditLimit] is being defaulted to: CREDITLIMIT.
    [junit] [EL Config]: 2024-04-17 17:54:04.401--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-17 17:54:04.401--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [namespace] is being defaulted to: NAMESPACE.
    [junit] [EL Config]: 2024-04-17 17:54:04.401--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.401--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [text] is being defaulted to: TEXT.
    [junit] [EL Config]: 2024-04-17 17:54:04.401--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-17 17:54:04.401--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.401--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-17 17:54:04.401--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-17 17:54:04.401--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-17 17:54:04.401--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR.
    [junit] [EL Config]: 2024-04-17 17:54:04.401--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.401--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [brand] is being defaulted to: BRAND.
    [junit] [EL Config]: 2024-04-17 17:54:04.401--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:04.401--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-17 17:54:04.401--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-17 17:54:04.401--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.401--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY.
    [junit] [EL Config]: 2024-04-17 17:54:04.401--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-17 17:54:04.401--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.401--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.401--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-17 17:54:04.402--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.402--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-17 17:54:04.402--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.402--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-17 17:54:04.402--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-17 17:54:04.402--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-17 17:54:04.402--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [term] is being defaulted to: TERM.
    [junit] [EL Config]: 2024-04-17 17:54:04.402--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-17 17:54:04.402--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-17 17:54:04.402--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.402--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.402--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-17 17:54:04.402--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getDescription] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: 2024-04-17 17:54:04.402--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.402--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getCategory] is being defaulted to: CATEGORY.
    [junit] [EL Config]: 2024-04-17 17:54:04.402--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-17 17:54:04.402--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [sound] is being defaulted to: SOUND.
    [junit] [EL Config]: 2024-04-17 17:54:04.402--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [integer] is being defaulted to: INTEGER.
    [junit] [EL Config]: 2024-04-17 17:54:04.402--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [cool] is being defaulted to: COOL.
    [junit] [EL Config]: 2024-04-17 17:54:04.402--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.402--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.402--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [type] is being defaulted to: TYPE.
    [junit] [EL Config]: 2024-04-17 17:54:04.402--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-17 17:54:04.402--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.403--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-17 17:54:04.403--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-17 17:54:04.403--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.403--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.403--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:04.403--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-17 17:54:04.403--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA.
    [junit] [EL Config]: 2024-04-17 17:54:04.403--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-17 17:54:04.403--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: 2024-04-17 17:54:04.403--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-17 17:54:04.403--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-17 17:54:04.403--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [reviewDate] is being defaulted to: REVIEWDATE.
    [junit] [EL Config]: 2024-04-17 17:54:04.403--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.403--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:04.403--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-17 17:54:04.403--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-17 17:54:04.403--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-17 17:54:04.403--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-17 17:54:04.403--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-17 17:54:04.403--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.403--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-17 17:54:04.403--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-17 17:54:04.403--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getStory] is being defaulted to: STORY.
    [junit] [EL Config]: 2024-04-17 17:54:04.403--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-17 17:54:04.404--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [date] is being defaulted to: DATE.
    [junit] [EL Config]: 2024-04-17 17:54:04.404--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME.
    [junit] [EL Config]: 2024-04-17 17:54:04.404--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.404--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-17 17:54:04.404--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.404--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.404--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-17 17:54:04.404--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-17 17:54:04.404--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-17 17:54:04.404--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getYear] is being defaulted to: YEAR.
    [junit] [EL Config]: 2024-04-17 17:54:04.404--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.404--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-17 17:54:04.404--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-17 17:54:04.404--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [model] is being defaulted to: MODEL.
    [junit] [EL Config]: 2024-04-17 17:54:04.404--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-17 17:54:04.404--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-17 17:54:04.404--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-17 17:54:04.404--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-17 17:54:04.404--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-17 17:54:04.404--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [riskLevel] is being defaulted to: RISKLEVEL.
    [junit] [EL Config]: 2024-04-17 17:54:04.404--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-17 17:54:04.404--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-17 17:54:04.404--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.404--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-17 17:54:04.404--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.405--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-17 17:54:04.405--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.405--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-17 17:54:04.405--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getSmoker] is being defaulted to: SMOKER.
    [junit] [EL Config]: 2024-04-17 17:54:04.405--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getGuid] is being defaulted to: GUID.
    [junit] [EL Config]: 2024-04-17 17:54:04.405--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-17 17:54:04.405--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.405--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-17 17:54:04.405--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getDate] is being defaulted to: DATE.
    [junit] [EL Config]: 2024-04-17 17:54:04.405--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getTime] is being defaulted to: TIME.
    [junit] [EL Config]: 2024-04-17 17:54:04.405--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.405--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-17 17:54:04.405--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-17 17:54:04.405--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-17 17:54:04.405--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-17 17:54:04.405--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [interestRate] is being defaulted to: INTERESTRATE.
    [junit] [EL Config]: 2024-04-17 17:54:04.405--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID.
    [junit] [EL Config]: 2024-04-17 17:54:04.405--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.405--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-17 17:54:04.405--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-17 17:54:04.405--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-17 17:54:04.405--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [cardType] is being defaulted to: CARDTYPE.
    [junit] [EL Config]: 2024-04-17 17:54:04.405--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [cardNumber] is being defaulted to: CARDNUMBER.
    [junit] [EL Config]: 2024-04-17 17:54:04.405--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [validTo] is being defaulted to: VALIDTO.
    [junit] [EL Config]: 2024-04-17 17:54:04.405--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-17 17:54:04.405--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.405--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY.
    [junit] [EL Config]: 2024-04-17 17:54:04.405--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-17 17:54:04.405--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR.
    [junit] [EL Config]: 2024-04-17 17:54:04.406--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [place] is being defaulted to: PLACE.
    [junit] [EL Config]: 2024-04-17 17:54:04.406--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [floor] is being defaulted to: FLOOR.
    [junit] [EL Config]: 2024-04-17 17:54:04.406--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-17 17:54:04.406--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.406--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.406--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-17 17:54:04.406--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.406--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-17 17:54:04.406--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [nodeName] is being defaulted to: NODENAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.406--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.406--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-17 17:54:04.406--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [high] is being defaulted to: HIGH.
    [junit] [EL Config]: 2024-04-17 17:54:04.406--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [low] is being defaulted to: LOW.
    [junit] [EL Config]: 2024-04-17 17:54:04.406--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-17 17:54:04.406--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [firstname] is being defaulted to: FIRSTNAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.406--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [endDate] is being defaulted to: ENDDATE.
    [junit] [EL Config]: 2024-04-17 17:54:04.406--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [startDate] is being defaulted to: STARTDATE.
    [junit] [EL Config]: 2024-04-17 17:54:04.406--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY.
    [junit] [EL Config]: 2024-04-17 17:54:04.406--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [lastname] is being defaulted to: LASTNAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.406--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.406--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-17 17:54:04.406--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-17 17:54:04.406--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:04.406--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.406--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [getVersion] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:04.406--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-17 17:54:04.406--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-17 17:54:04.406--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:04.406--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-17 17:54:04.407--ServerSession(374455656)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.407--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-17 17:54:04.408--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-17 17:54:04.408--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-17 17:54:04.408--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-17 17:54:04.408--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-17 17:54:04.408--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-17 17:54:04.408--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-17 17:54:04.408--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-17 17:54:04.408--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-17 17:54:04.408--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-17 17:54:04.408--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-17 17:54:04.408--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-17 17:54:04.408--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-17 17:54:04.408--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-17 17:54:04.408--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-17 17:54:04.408--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-17 17:54:04.408--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-17 17:54:04.408--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-17 17:54:04.408--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-17 17:54:04.408--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-17 17:54:04.408--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-17 17:54:04.408--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-17 17:54:04.408--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-17 17:54:04.408--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-17 17:54:04.408--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-17 17:54:04.408--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-17 17:54:04.408--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-17 17:54:04.408--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-17 17:54:04.408--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-17 17:54:04.408--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-17 17:54:04.408--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-17 17:54:04.408--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-17 17:54:04.409--ServerSession(374455656)--Thread(Thread[main,5,main])--query getDepartmentCached: query hint eclipselink.query-results-cache; value True
    [junit] [EL Finest]: 2024-04-17 17:54:04.409--ServerSession(374455656)--Thread(Thread[main,5,main])--query getAllDepartmentsCached: query hint eclipselink.query-results-cache; value True
    [junit] [EL Finest]: 2024-04-17 17:54:04.41--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-17 17:54:04.41--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null.
    [junit] [EL Finest]: 2024-04-17 17:54:04.41--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-17 17:54:04.41--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-17 17:54:04.41--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-17 17:54:04.41--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-17 17:54:04.41--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-17 17:54:04.41--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-17 17:54:04.41--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-17 17:54:04.41--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-17 17:54:04.41--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-17 17:54:04.411--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-17 17:54:04.411--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-17 17:54:04.411--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-17 17:54:04.411--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-17 17:54:04.411--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-17 17:54:04.411--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-17 17:54:04.411--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-17 17:54:04.411--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-17 17:54:04.411--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-17 17:54:04.411--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-17 17:54:04.411--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-17 17:54:04.411--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-17 17:54:04.411--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-17 17:54:04.411--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-17 17:54:04.411--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-17 17:54:04.411--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-17 17:54:04.411--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-17 17:54:04.411--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-17 17:54:04.411--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-17 17:54:04.412--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-17 17:54:04.412--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-17 17:54:04.412--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-17 17:54:04.412--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-17 17:54:04.412--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-17 17:54:04.412--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-17 17:54:04.412--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-17 17:54:04.412--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-17 17:54:04.412--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-17 17:54:04.412--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-17 17:54:04.412--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-17 17:54:04.412--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-17 17:54:04.412--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-17 17:54:04.412--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-17 17:54:04.412--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-17 17:54:04.412--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-17 17:54:04.412--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-17 17:54:04.413--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-17 17:54:04.413--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-17 17:54:04.413--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-17 17:54:04.413--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-17 17:54:04.413--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-17 17:54:04.413--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-17 17:54:04.413--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-17 17:54:04.413--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-17 17:54:04.413--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-17 17:54:04.413--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-17 17:54:04.413--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-17 17:54:04.413--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-17 17:54:04.413--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-17 17:54:04.413--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-17 17:54:04.413--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-17 17:54:04.413--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-17 17:54:04.413--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-17 17:54:04.413--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-17 17:54:04.413--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-17 17:54:04.414--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-17 17:54:04.414--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-17 17:54:04.414--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-17 17:54:04.414--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-17 17:54:04.414--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-17 17:54:04.414--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-17 17:54:04.417--ServerSession(374455656)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation].
    [junit] [EL Finest]: 2024-04-17 17:54:04.417--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-17 17:54:04.417--ServerSession(374455656)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2024-04-17 17:54:04.417--ServerSession(374455656)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2024-04-17 17:54:04.417--ServerSession(374455656)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform
    [junit] [EL Finest]: 2024-04-17 17:54:04.417--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-17 17:54:04.417--ServerSession(374455656)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing; value=JDBC; translated value=JDBC
    [junit] [EL Finest]: 2024-04-17 17:54:04.417--ServerSession(374455656)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true
    [junit] [EL Info]: 2024-04-17 17:54:04.417--ServerSession(374455656)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Fine]: 2024-04-17 17:54:04.417--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-17 17:54:04.502--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-17 17:54:04.502--ServerSession(374455656)--Connection(1515207920)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.502--ServerSession(374455656)--Connection(1515207920)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Fine]: 2024-04-17 17:54:04.502--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-17 17:54:04.502--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-17 17:54:04.502--ServerSession(374455656)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State
    [junit] [EL Finest]: 2024-04-17 17:54:04.502--ServerSession(374455656)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1
    [junit] [EL Finest]: 2024-04-17 17:54:04.502--ServerSession(374455656)--Thread(Thread[main,5,main])--sequence testSequenceInc3: preallocation size 3
    [junit] [EL Finest]: 2024-04-17 17:54:04.502--ServerSession(374455656)--Thread(Thread[main,5,main])--sequence testSequence: preallocation size 1
    [junit] [EL Finest]: 2024-04-17 17:54:04.502--ServerSession(374455656)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State
    [junit] [EL Finest]: 2024-04-17 17:54:04.502--ServerSession(374455656)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:04.502--ServerSession(374455656)--Thread(Thread[main,5,main])--sequence IdGenerator: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:04.502--ServerSession(374455656)--Thread(Thread[main,5,main])--sequence VehicleGenerator: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:04.502--ServerSession(374455656)--Thread(Thread[main,5,main])--sequence Component: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:04.502--ServerSession(374455656)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:04.502--ServerSession(374455656)--Thread(Thread[main,5,main])--sequence CourseGenerator: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:04.502--ServerSession(374455656)--Thread(Thread[main,5,main])--sequence StringIdGenerator: preallocation size 50
    [junit] [EL Warning]: 2024-04-17 17:54:04.504--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-17 17:54:04.504--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-17 17:54:04.515--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-17 17:54:04.515--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-17 17:54:04.516--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-17 17:54:04.516--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-17 17:54:04.516--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-17 17:54:04.516--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-17 17:54:04.516--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-17 17:54:04.518--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-17 17:54:04.518--ServerSession(374455656)--Connection(133729363)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.518--ServerSession(374455656)--Connection(133729363)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.519--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-17 17:54:04.523--ServerSession(374455656)--Connection(133729363)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.523--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-17 17:54:04.523--ServerSession(374455656)--Connection(257655284)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.523--ServerSession(374455656)--Connection(257655284)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.523--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-17 17:54:04.527--ServerSession(374455656)--Connection(257655284)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.527--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-17 17:54:04.527--ServerSession(374455656)--Connection(1021494356)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.527--ServerSession(374455656)--Connection(1021494356)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.527--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-17 17:54:04.535--ServerSession(374455656)--Connection(1021494356)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.535--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-17 17:54:04.535--ServerSession(374455656)--Connection(398110471)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.535--ServerSession(374455656)--Connection(398110471)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.536--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-17 17:54:04.539--ServerSession(374455656)--Connection(398110471)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.539--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-17 17:54:04.539--ServerSession(374455656)--Connection(73323915)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.539--ServerSession(374455656)--Connection(73323915)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.539--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-17 17:54:04.543--ServerSession(374455656)--Connection(73323915)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.543--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-17 17:54:04.543--ServerSession(374455656)--Connection(944780041)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.543--ServerSession(374455656)--Connection(944780041)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.543--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-17 17:54:04.548--ServerSession(374455656)--Connection(944780041)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.548--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-17 17:54:04.548--ServerSession(374455656)--Connection(1865288005)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.548--ServerSession(374455656)--Connection(1865288005)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.548--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-17 17:54:04.552--ServerSession(374455656)--Connection(1865288005)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.552--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-17 17:54:04.552--ServerSession(374455656)--Connection(584964883)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.552--ServerSession(374455656)--Connection(584964883)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.552--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-17 17:54:04.568--ServerSession(374455656)--Connection(584964883)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.568--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-17 17:54:04.568--ServerSession(374455656)--Connection(1923373937)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.568--ServerSession(374455656)--Connection(1923373937)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.568--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-17 17:54:04.584--ServerSession(374455656)--Connection(1923373937)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.584--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-17 17:54:04.584--ServerSession(374455656)--Connection(1196694338)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.584--ServerSession(374455656)--Connection(1196694338)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.584--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-17 17:54:04.601--ServerSession(374455656)--Connection(1196694338)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.601--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-17 17:54:04.601--ServerSession(374455656)--Connection(1781062023)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.601--ServerSession(374455656)--Connection(1781062023)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.601--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-17 17:54:04.616--ServerSession(374455656)--Connection(1781062023)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.616--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-17 17:54:04.616--ServerSession(374455656)--Connection(1506559652)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.616--ServerSession(374455656)--Connection(1506559652)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.616--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-17 17:54:04.632--ServerSession(374455656)--Connection(1506559652)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.632--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-17 17:54:04.632--ServerSession(374455656)--Connection(1889693386)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.632--ServerSession(374455656)--Connection(1889693386)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.632--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-17 17:54:04.647--ServerSession(374455656)--Connection(1889693386)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.647--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-17 17:54:04.647--ServerSession(374455656)--Connection(447362054)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.647--ServerSession(374455656)--Connection(447362054)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.648--ServerSession(374455656)--Connection(2031996327)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP KEY UNQ_TMP_EMP_0
    [junit] [EL Finest]: 2024-04-17 17:54:04.662--ServerSession(374455656)--Connection(447362054)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.662--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-17 17:54:04.662--ServerSession(374455656)--Connection(136897240)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.662--ServerSession(374455656)--Connection(136897240)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.662--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-17 17:54:04.669--ServerSession(374455656)--Connection(136897240)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.669--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-17 17:54:04.669--ServerSession(374455656)--Connection(722756235)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.669--ServerSession(374455656)--Connection(722756235)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.669--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-17 17:54:04.672--ServerSession(374455656)--Connection(722756235)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.673--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-17 17:54:04.673--ServerSession(374455656)--Connection(1337983320)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.673--ServerSession(374455656)--Connection(1337983320)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.673--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-17 17:54:04.676--ServerSession(374455656)--Connection(1337983320)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.676--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-17 17:54:04.676--ServerSession(374455656)--Connection(392260615)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.676--ServerSession(374455656)--Connection(392260615)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.676--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-17 17:54:04.679--ServerSession(374455656)--Connection(392260615)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.679--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-17 17:54:04.679--ServerSession(374455656)--Connection(100350254)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.679--ServerSession(374455656)--Connection(100350254)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.679--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-17 17:54:04.683--ServerSession(374455656)--Connection(100350254)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.683--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-17 17:54:04.683--ServerSession(374455656)--Connection(1820373458)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.683--ServerSession(374455656)--Connection(1820373458)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.683--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-17 17:54:04.686--ServerSession(374455656)--Connection(1820373458)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.686--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-17 17:54:04.686--ServerSession(374455656)--Connection(1791871546)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.686--ServerSession(374455656)--Connection(1791871546)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.686--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-17 17:54:04.696--ServerSession(374455656)--Connection(1791871546)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.696--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-17 17:54:04.696--ServerSession(374455656)--Connection(2058120467)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.696--ServerSession(374455656)--Connection(2058120467)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.696--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-17 17:54:04.701--ServerSession(374455656)--Connection(2058120467)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.701--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-17 17:54:04.701--ServerSession(374455656)--Connection(892070414)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.701--ServerSession(374455656)--Connection(892070414)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.701--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-17 17:54:04.71--ServerSession(374455656)--Connection(892070414)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.71--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-17 17:54:04.71--ServerSession(374455656)--Connection(671206579)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.71--ServerSession(374455656)--Connection(671206579)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.71--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-17 17:54:04.717--ServerSession(374455656)--Connection(671206579)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.717--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-17 17:54:04.717--ServerSession(374455656)--Connection(1832936189)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.717--ServerSession(374455656)--Connection(1832936189)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.718--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-17 17:54:04.721--ServerSession(374455656)--Connection(1832936189)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.721--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-17 17:54:04.721--ServerSession(374455656)--Connection(1680256267)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.721--ServerSession(374455656)--Connection(1680256267)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.721--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-17 17:54:04.725--ServerSession(374455656)--Connection(1680256267)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.725--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-17 17:54:04.725--ServerSession(374455656)--Connection(1537136507)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.725--ServerSession(374455656)--Connection(1537136507)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.725--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-17 17:54:04.73--ServerSession(374455656)--Connection(1537136507)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.73--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-17 17:54:04.73--ServerSession(374455656)--Connection(1715607464)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.73--ServerSession(374455656)--Connection(1715607464)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.73--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-17 17:54:04.733--ServerSession(374455656)--Connection(1715607464)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.733--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-17 17:54:04.733--ServerSession(374455656)--Connection(1960113474)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.733--ServerSession(374455656)--Connection(1960113474)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.733--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-17 17:54:04.736--ServerSession(374455656)--Connection(1960113474)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.736--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-17 17:54:04.736--ServerSession(374455656)--Connection(2082364692)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.736--ServerSession(374455656)--Connection(2082364692)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.736--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-17 17:54:04.74--ServerSession(374455656)--Connection(2082364692)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.74--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-17 17:54:04.74--ServerSession(374455656)--Connection(1999483352)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.74--ServerSession(374455656)--Connection(1999483352)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.74--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-17 17:54:04.744--ServerSession(374455656)--Connection(1999483352)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.744--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-17 17:54:04.744--ServerSession(374455656)--Connection(1948328253)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.744--ServerSession(374455656)--Connection(1948328253)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.744--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-17 17:54:04.748--ServerSession(374455656)--Connection(1948328253)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.748--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-17 17:54:04.748--ServerSession(374455656)--Connection(39676643)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.748--ServerSession(374455656)--Connection(39676643)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.748--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-17 17:54:04.752--ServerSession(374455656)--Connection(39676643)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.752--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-17 17:54:04.752--ServerSession(374455656)--Connection(345250566)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.752--ServerSession(374455656)--Connection(345250566)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.752--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-17 17:54:04.757--ServerSession(374455656)--Connection(345250566)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.757--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-17 17:54:04.757--ServerSession(374455656)--Connection(484166022)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.757--ServerSession(374455656)--Connection(484166022)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.757--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-17 17:54:04.761--ServerSession(374455656)--Connection(484166022)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.761--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-17 17:54:04.761--ServerSession(374455656)--Connection(1510737536)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.761--ServerSession(374455656)--Connection(1510737536)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.761--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-17 17:54:04.765--ServerSession(374455656)--Connection(1510737536)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.765--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-17 17:54:04.765--ServerSession(374455656)--Connection(401978682)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.765--ServerSession(374455656)--Connection(401978682)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.765--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-17 17:54:04.769--ServerSession(374455656)--Connection(401978682)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.769--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-17 17:54:04.769--ServerSession(374455656)--Connection(1734514802)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.769--ServerSession(374455656)--Connection(1734514802)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.769--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-17 17:54:04.774--ServerSession(374455656)--Connection(1734514802)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.774--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-17 17:54:04.774--ServerSession(374455656)--Connection(879654573)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.774--ServerSession(374455656)--Connection(879654573)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.774--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-17 17:54:04.777--ServerSession(374455656)--Connection(879654573)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.777--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-17 17:54:04.777--ServerSession(374455656)--Connection(857728724)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.777--ServerSession(374455656)--Connection(857728724)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.778--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-17 17:54:04.782--ServerSession(374455656)--Connection(857728724)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.782--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-17 17:54:04.782--ServerSession(374455656)--Connection(440615154)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.782--ServerSession(374455656)--Connection(440615154)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.782--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-17 17:54:04.786--ServerSession(374455656)--Connection(440615154)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.786--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-17 17:54:04.786--ServerSession(374455656)--Connection(1290076474)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.786--ServerSession(374455656)--Connection(1290076474)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.786--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-17 17:54:04.791--ServerSession(374455656)--Connection(1290076474)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.791--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-17 17:54:04.791--ServerSession(374455656)--Connection(345603257)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.791--ServerSession(374455656)--Connection(345603257)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.791--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-17 17:54:04.794--ServerSession(374455656)--Connection(345603257)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.794--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-17 17:54:04.794--ServerSession(374455656)--Connection(373415859)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.794--ServerSession(374455656)--Connection(373415859)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.794--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-17 17:54:04.798--ServerSession(374455656)--Connection(373415859)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.798--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-17 17:54:04.798--ServerSession(374455656)--Connection(582320549)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.798--ServerSession(374455656)--Connection(582320549)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.798--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-17 17:54:04.801--ServerSession(374455656)--Connection(582320549)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.801--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-17 17:54:04.801--ServerSession(374455656)--Connection(1860010238)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.801--ServerSession(374455656)--Connection(1860010238)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.801--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-17 17:54:04.806--ServerSession(374455656)--Connection(1860010238)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.806--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-17 17:54:04.806--ServerSession(374455656)--Connection(1048131057)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.806--ServerSession(374455656)--Connection(1048131057)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.806--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-17 17:54:04.81--ServerSession(374455656)--Connection(1048131057)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.81--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-17 17:54:04.81--ServerSession(374455656)--Connection(203148961)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.81--ServerSession(374455656)--Connection(203148961)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.81--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-17 17:54:04.814--ServerSession(374455656)--Connection(203148961)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.814--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-17 17:54:04.814--ServerSession(374455656)--Connection(1909317132)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.814--ServerSession(374455656)--Connection(1909317132)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.814--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-17 17:54:04.817--ServerSession(374455656)--Connection(1909317132)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.817--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-17 17:54:04.817--ServerSession(374455656)--Connection(816360528)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.817--ServerSession(374455656)--Connection(816360528)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.817--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-17 17:54:04.822--ServerSession(374455656)--Connection(816360528)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.822--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-17 17:54:04.822--ServerSession(374455656)--Connection(1071856729)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.822--ServerSession(374455656)--Connection(1071856729)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.822--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-17 17:54:04.825--ServerSession(374455656)--Connection(1071856729)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.825--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-17 17:54:04.825--ServerSession(374455656)--Connection(952610115)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.825--ServerSession(374455656)--Connection(952610115)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.825--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-17 17:54:04.83--ServerSession(374455656)--Connection(952610115)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.83--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-17 17:54:04.83--ServerSession(374455656)--Connection(1049804269)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.83--ServerSession(374455656)--Connection(1049804269)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.83--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-17 17:54:04.833--ServerSession(374455656)--Connection(1049804269)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.833--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-17 17:54:04.833--ServerSession(374455656)--Connection(1650273133)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.833--ServerSession(374455656)--Connection(1650273133)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.834--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-17 17:54:04.838--ServerSession(374455656)--Connection(1650273133)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.838--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-17 17:54:04.838--ServerSession(374455656)--Connection(1320434991)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.838--ServerSession(374455656)--Connection(1320434991)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.838--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-17 17:54:04.841--ServerSession(374455656)--Connection(1320434991)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.841--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-17 17:54:04.841--ServerSession(374455656)--Connection(1039865382)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.841--ServerSession(374455656)--Connection(1039865382)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.841--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-17 17:54:04.845--ServerSession(374455656)--Connection(1039865382)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.845--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-17 17:54:04.845--ServerSession(374455656)--Connection(2007792854)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.845--ServerSession(374455656)--Connection(2007792854)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.845--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-17 17:54:04.848--ServerSession(374455656)--Connection(2007792854)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.849--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-17 17:54:04.849--ServerSession(374455656)--Connection(1406749291)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.849--ServerSession(374455656)--Connection(1406749291)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.849--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-17 17:54:04.853--ServerSession(374455656)--Connection(1406749291)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.853--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-17 17:54:04.853--ServerSession(374455656)--Connection(961312738)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.853--ServerSession(374455656)--Connection(961312738)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.853--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-17 17:54:04.856--ServerSession(374455656)--Connection(961312738)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.856--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-17 17:54:04.856--ServerSession(374455656)--Connection(1837939994)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.856--ServerSession(374455656)--Connection(1837939994)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.856--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-17 17:54:04.86--ServerSession(374455656)--Connection(1837939994)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.86--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-17 17:54:04.86--ServerSession(374455656)--Connection(1062195420)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.86--ServerSession(374455656)--Connection(1062195420)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.86--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-17 17:54:04.864--ServerSession(374455656)--Connection(1062195420)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.864--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-17 17:54:04.864--ServerSession(374455656)--Connection(1203187003)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.864--ServerSession(374455656)--Connection(1203187003)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.864--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-17 17:54:04.868--ServerSession(374455656)--Connection(1203187003)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.868--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-17 17:54:04.868--ServerSession(374455656)--Connection(1247658278)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.868--ServerSession(374455656)--Connection(1247658278)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.868--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-17 17:54:04.871--ServerSession(374455656)--Connection(1247658278)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.871--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COMPONENT")
    [junit] [EL Finest]: 2024-04-17 17:54:04.871--ServerSession(374455656)--Connection(1570126267)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.871--ServerSession(374455656)--Connection(1570126267)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.871--ServerSession(374455656)--Connection(2036762590)--Thread(Thread[main,5,main])--DROP TABLE TMP_COMPONENT
    [junit] [EL Finest]: 2024-04-17 17:54:04.873--ServerSession(374455656)--Connection(1570126267)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.873--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_METRIC")
    [junit] [EL Finest]: 2024-04-17 17:54:04.873--ServerSession(374455656)--Connection(904861071)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.873--ServerSession(374455656)--Connection(904861071)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.873--ServerSession(374455656)--Connection(1507371368)--Thread(Thread[main,5,main])--DROP TABLE TMP_METRIC
    [junit] [EL Finest]: 2024-04-17 17:54:04.874--ServerSession(374455656)--Connection(904861071)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.874--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ABSTR_EMP")
    [junit] [EL Finest]: 2024-04-17 17:54:04.874--ServerSession(374455656)--Connection(1514376202)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.874--ServerSession(374455656)--Connection(1514376202)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.875--ServerSession(374455656)--Connection(390965664)--Thread(Thread[main,5,main])--DROP TABLE TMP_ABSTR_EMP
    [junit] [EL Finest]: 2024-04-17 17:54:04.878--ServerSession(374455656)--Connection(1514376202)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.878--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CONTRACT_EMP")
    [junit] [EL Finest]: 2024-04-17 17:54:04.878--ServerSession(374455656)--Connection(1939357447)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.878--ServerSession(374455656)--Connection(1939357447)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.878--ServerSession(374455656)--Connection(905830050)--Thread(Thread[main,5,main])--DROP TABLE TMP_CONTRACT_EMP
    [junit] [EL Finest]: 2024-04-17 17:54:04.879--ServerSession(374455656)--Connection(1939357447)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.879--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ACCOUNT")
    [junit] [EL Finest]: 2024-04-17 17:54:04.879--ServerSession(374455656)--Connection(1389766077)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.879--ServerSession(374455656)--Connection(1389766077)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.879--ServerSession(374455656)--Connection(1619282151)--Thread(Thread[main,5,main])--DROP TABLE TMP_ACCOUNT
    [junit] [EL Finest]: 2024-04-17 17:54:04.881--ServerSession(374455656)--Connection(1389766077)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.881--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE")
    [junit] [EL Finest]: 2024-04-17 17:54:04.881--ServerSession(374455656)--Connection(1336724276)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.881--ServerSession(374455656)--Connection(1336724276)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.881--ServerSession(374455656)--Connection(750052529)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE
    [junit] [EL Finest]: 2024-04-17 17:54:04.883--ServerSession(374455656)--Connection(1336724276)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.883--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BROKER_ACC")
    [junit] [EL Finest]: 2024-04-17 17:54:04.883--ServerSession(374455656)--Connection(1769064119)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.883--ServerSession(374455656)--Connection(1769064119)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.883--ServerSession(374455656)--Connection(1076708806)--Thread(Thread[main,5,main])--DROP TABLE TMP_BROKER_ACC
    [junit] [EL Finest]: 2024-04-17 17:54:04.885--ServerSession(374455656)--Connection(1769064119)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.885--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CHECK_ACC")
    [junit] [EL Finest]: 2024-04-17 17:54:04.885--ServerSession(374455656)--Connection(257153818)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.885--ServerSession(374455656)--Connection(257153818)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.885--ServerSession(374455656)--Connection(1752227897)--Thread(Thread[main,5,main])--DROP TABLE TMP_CHECK_ACC
    [junit] [EL Finest]: 2024-04-17 17:54:04.886--ServerSession(374455656)--Connection(257153818)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.886--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COSTCENTER")
    [junit] [EL Finest]: 2024-04-17 17:54:04.886--ServerSession(374455656)--Connection(882402449)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.886--ServerSession(374455656)--Connection(882402449)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.886--ServerSession(374455656)--Connection(629334547)--Thread(Thread[main,5,main])--DROP TABLE TMP_COSTCENTER
    [junit] [EL Finest]: 2024-04-17 17:54:04.888--ServerSession(374455656)--Connection(882402449)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.888--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE")
    [junit] [EL Finest]: 2024-04-17 17:54:04.888--ServerSession(374455656)--Connection(1142397134)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.888--ServerSession(374455656)--Connection(1142397134)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.888--ServerSession(374455656)--Connection(861720625)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE
    [junit] [EL Finest]: 2024-04-17 17:54:04.889--ServerSession(374455656)--Connection(1142397134)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.889--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREDIT_ACC")
    [junit] [EL Finest]: 2024-04-17 17:54:04.889--ServerSession(374455656)--Connection(783446161)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.889--ServerSession(374455656)--Connection(783446161)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.889--ServerSession(374455656)--Connection(1444629601)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREDIT_ACC
    [junit] [EL Finest]: 2024-04-17 17:54:04.891--ServerSession(374455656)--Connection(783446161)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.891--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CUBICLE")
    [junit] [EL Finest]: 2024-04-17 17:54:04.891--ServerSession(374455656)--Connection(1677654076)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.891--ServerSession(374455656)--Connection(1677654076)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.891--ServerSession(374455656)--Connection(1584736810)--Thread(Thread[main,5,main])--DROP TABLE TMP_CUBICLE
    [junit] [EL Finest]: 2024-04-17 17:54:04.893--ServerSession(374455656)--Connection(1677654076)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.893--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_DEP")
    [junit] [EL Finest]: 2024-04-17 17:54:04.893--ServerSession(374455656)--Connection(1334940097)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.893--ServerSession(374455656)--Connection(1334940097)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.893--ServerSession(374455656)--Connection(1538961175)--Thread(Thread[main,5,main])--DROP TABLE TMP_DEP
    [junit] [EL Finest]: 2024-04-17 17:54:04.894--ServerSession(374455656)--Connection(1334940097)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.894--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP")
    [junit] [EL Finest]: 2024-04-17 17:54:04.894--ServerSession(374455656)--Connection(1994167657)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.894--ServerSession(374455656)--Connection(1994167657)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.895--ServerSession(374455656)--Connection(897584618)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP
    [junit] [EL Finest]: 2024-04-17 17:54:04.897--ServerSession(374455656)--Connection(1994167657)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.897--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_HOBBY")
    [junit] [EL Finest]: 2024-04-17 17:54:04.897--ServerSession(374455656)--Connection(1477938025)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.897--ServerSession(374455656)--Connection(1477938025)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.897--ServerSession(374455656)--Connection(1249000159)--Thread(Thread[main,5,main])--DROP TABLE TMP_HOBBY
    [junit] [EL Finest]: 2024-04-17 17:54:04.898--ServerSession(374455656)--Connection(1477938025)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.899--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MATERIAL")
    [junit] [EL Finest]: 2024-04-17 17:54:04.899--ServerSession(374455656)--Connection(583777927)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.899--ServerSession(374455656)--Connection(583777927)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.899--ServerSession(374455656)--Connection(1189291380)--Thread(Thread[main,5,main])--DROP TABLE TMP_MATERIAL
    [junit] [EL Finest]: 2024-04-17 17:54:04.9--ServerSession(374455656)--Connection(583777927)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.9--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE")
    [junit] [EL Finest]: 2024-04-17 17:54:04.9--ServerSession(374455656)--Connection(646334609)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.9--ServerSession(374455656)--Connection(646334609)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.9--ServerSession(374455656)--Connection(1497818432)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE
    [junit] [EL Finest]: 2024-04-17 17:54:04.901--ServerSession(374455656)--Connection(646334609)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.901--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PATENT")
    [junit] [EL Finest]: 2024-04-17 17:54:04.901--ServerSession(374455656)--Connection(2045739285)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.901--ServerSession(374455656)--Connection(2045739285)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.901--ServerSession(374455656)--Connection(1840880761)--Thread(Thread[main,5,main])--DROP TABLE TMP_PATENT
    [junit] [EL Finest]: 2024-04-17 17:54:04.903--ServerSession(374455656)--Connection(2045739285)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.903--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW")
    [junit] [EL Finest]: 2024-04-17 17:54:04.903--ServerSession(374455656)--Connection(150814446)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.903--ServerSession(374455656)--Connection(150814446)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.903--ServerSession(374455656)--Connection(228585933)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW
    [junit] [EL Finest]: 2024-04-17 17:54:04.905--ServerSession(374455656)--Connection(150814446)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.905--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW_DETAILS")
    [junit] [EL Finest]: 2024-04-17 17:54:04.905--ServerSession(374455656)--Connection(2009584628)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.905--ServerSession(374455656)--Connection(2009584628)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.905--ServerSession(374455656)--Connection(372017580)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW_DETAILS
    [junit] [EL Finest]: 2024-04-17 17:54:04.907--ServerSession(374455656)--Connection(2009584628)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.907--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT")
    [junit] [EL Finest]: 2024-04-17 17:54:04.907--ServerSession(374455656)--Connection(1867673489)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.907--ServerSession(374455656)--Connection(1867673489)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.907--ServerSession(374455656)--Connection(650332668)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT
    [junit] [EL Finest]: 2024-04-17 17:54:04.908--ServerSession(374455656)--Connection(1867673489)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.908--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT_DETAILS")
    [junit] [EL Finest]: 2024-04-17 17:54:04.908--ServerSession(374455656)--Connection(1218081325)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.908--ServerSession(374455656)--Connection(1218081325)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.908--ServerSession(374455656)--Connection(877175368)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT_DETAILS
    [junit] [EL Finest]: 2024-04-17 17:54:04.91--ServerSession(374455656)--Connection(1218081325)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.91--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_SAVE_ACC")
    [junit] [EL Finest]: 2024-04-17 17:54:04.91--ServerSession(374455656)--Connection(1515271719)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.91--ServerSession(374455656)--Connection(1515271719)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.91--ServerSession(374455656)--Connection(1094794330)--Thread(Thread[main,5,main])--DROP TABLE TMP_SAVE_ACC
    [junit] [EL Finest]: 2024-04-17 17:54:04.911--ServerSession(374455656)--Connection(1515271719)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.911--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TASK")
    [junit] [EL Finest]: 2024-04-17 17:54:04.911--ServerSession(374455656)--Connection(2085805920)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.911--ServerSession(374455656)--Connection(2085805920)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.911--ServerSession(374455656)--Connection(803286723)--Thread(Thread[main,5,main])--DROP TABLE TMP_TASK
    [junit] [EL Finest]: 2024-04-17 17:54:04.913--ServerSession(374455656)--Connection(2085805920)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.913--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TRAILER")
    [junit] [EL Finest]: 2024-04-17 17:54:04.913--ServerSession(374455656)--Connection(65186044)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.913--ServerSession(374455656)--Connection(65186044)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.913--ServerSession(374455656)--Connection(1763823167)--Thread(Thread[main,5,main])--DROP TABLE TMP_TRAILER
    [junit] [EL Finest]: 2024-04-17 17:54:04.914--ServerSession(374455656)--Connection(65186044)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.914--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROFILE")
    [junit] [EL Finest]: 2024-04-17 17:54:04.914--ServerSession(374455656)--Connection(2064279993)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.914--ServerSession(374455656)--Connection(2064279993)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.914--ServerSession(374455656)--Connection(1832487788)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROFILE
    [junit] [EL Finest]: 2024-04-17 17:54:04.916--ServerSession(374455656)--Connection(2064279993)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.916--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE")
    [junit] [EL Finest]: 2024-04-17 17:54:04.916--ServerSession(374455656)--Connection(1187345535)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.916--ServerSession(374455656)--Connection(1187345535)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.916--ServerSession(374455656)--Connection(1856670399)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE
    [junit] [EL Finest]: 2024-04-17 17:54:04.917--ServerSession(374455656)--Connection(1187345535)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.917--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_READONLY")
    [junit] [EL Finest]: 2024-04-17 17:54:04.917--ServerSession(374455656)--Connection(849145650)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.917--ServerSession(374455656)--Connection(849145650)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.917--ServerSession(374455656)--Connection(1595347858)--Thread(Thread[main,5,main])--DROP TABLE TMP_READONLY
    [junit] [EL Finest]: 2024-04-17 17:54:04.921--ServerSession(374455656)--Connection(849145650)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.921--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_FA")
    [junit] [EL Finest]: 2024-04-17 17:54:04.921--ServerSession(374455656)--Connection(1657528716)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.921--ServerSession(374455656)--Connection(1657528716)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.921--ServerSession(374455656)--Connection(930838424)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_FA
    [junit] [EL Finest]: 2024-04-17 17:54:04.922--ServerSession(374455656)--Connection(1657528716)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.922--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_PA")
    [junit] [EL Finest]: 2024-04-17 17:54:04.922--ServerSession(374455656)--Connection(563732900)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.922--ServerSession(374455656)--Connection(563732900)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.922--ServerSession(374455656)--Connection(476296090)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_PA
    [junit] [EL Finest]: 2024-04-17 17:54:04.924--ServerSession(374455656)--Connection(563732900)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.924--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM")
    [junit] [EL Finest]: 2024-04-17 17:54:04.924--ServerSession(374455656)--Connection(469715743)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.924--ServerSession(374455656)--Connection(469715743)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.924--ServerSession(374455656)--Connection(1963269381)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM
    [junit] [EL Finest]: 2024-04-17 17:54:04.925--ServerSession(374455656)--Connection(469715743)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.925--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM_ATT")
    [junit] [EL Finest]: 2024-04-17 17:54:04.925--ServerSession(374455656)--Connection(1115963634)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.925--ServerSession(374455656)--Connection(1115963634)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.925--ServerSession(374455656)--Connection(599936014)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM_ATT
    [junit] [EL Finest]: 2024-04-17 17:54:04.927--ServerSession(374455656)--Connection(1115963634)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.927--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ISLAND")
    [junit] [EL Finest]: 2024-04-17 17:54:04.927--ServerSession(374455656)--Connection(1448866235)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.927--ServerSession(374455656)--Connection(1448866235)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.927--ServerSession(374455656)--Connection(909682770)--Thread(Thread[main,5,main])--DROP TABLE TMP_ISLAND
    [junit] [EL Finest]: 2024-04-17 17:54:04.928--ServerSession(374455656)--Connection(1448866235)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.928--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY")
    [junit] [EL Finest]: 2024-04-17 17:54:04.928--ServerSession(374455656)--Connection(1840341172)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.928--ServerSession(374455656)--Connection(1840341172)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.928--ServerSession(374455656)--Connection(1693356688)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY
    [junit] [EL Finest]: 2024-04-17 17:54:04.93--ServerSession(374455656)--Connection(1840341172)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.93--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP")
    [junit] [EL Finest]: 2024-04-17 17:54:04.93--ServerSession(374455656)--Connection(1234659364)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.93--ServerSession(374455656)--Connection(1234659364)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.931--ServerSession(374455656)--Connection(801445218)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP
    [junit] [EL Finest]: 2024-04-17 17:54:04.932--ServerSession(374455656)--Connection(1234659364)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.932--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PERSON")
    [junit] [EL Finest]: 2024-04-17 17:54:04.932--ServerSession(374455656)--Connection(369237870)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.932--ServerSession(374455656)--Connection(369237870)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.932--ServerSession(374455656)--Connection(1680249794)--Thread(Thread[main,5,main])--DROP TABLE TMP_PERSON
    [junit] [EL Finest]: 2024-04-17 17:54:04.934--ServerSession(374455656)--Connection(369237870)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.934--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER")
    [junit] [EL Finest]: 2024-04-17 17:54:04.934--ServerSession(374455656)--Connection(669265896)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.934--ServerSession(374455656)--Connection(669265896)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.934--ServerSession(374455656)--Connection(563850517)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER
    [junit] [EL Finest]: 2024-04-17 17:54:04.936--ServerSession(374455656)--Connection(669265896)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.936--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL")
    [junit] [EL Finest]: 2024-04-17 17:54:04.936--ServerSession(374455656)--Connection(1837174420)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.936--ServerSession(374455656)--Connection(1837174420)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.936--ServerSession(374455656)--Connection(1805445027)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL
    [junit] [EL Finest]: 2024-04-17 17:54:04.938--ServerSession(374455656)--Connection(1837174420)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.938--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE")
    [junit] [EL Finest]: 2024-04-17 17:54:04.938--ServerSession(374455656)--Connection(2057192703)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.938--ServerSession(374455656)--Connection(2057192703)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.938--ServerSession(374455656)--Connection(529404054)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE
    [junit] [EL Finest]: 2024-04-17 17:54:04.939--ServerSession(374455656)--Connection(2057192703)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.939--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE")
    [junit] [EL Finest]: 2024-04-17 17:54:04.939--ServerSession(374455656)--Connection(483997331)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.939--ServerSession(374455656)--Connection(483997331)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.94--ServerSession(374455656)--Connection(350761035)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE
    [junit] [EL Finest]: 2024-04-17 17:54:04.941--ServerSession(374455656)--Connection(483997331)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.941--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE_DETAILS")
    [junit] [EL Finest]: 2024-04-17 17:54:04.941--ServerSession(374455656)--Connection(1917732927)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.941--ServerSession(374455656)--Connection(1917732927)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.941--ServerSession(374455656)--Connection(670467403)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE_DETAILS
    [junit] [EL Finest]: 2024-04-17 17:54:04.942--ServerSession(374455656)--Connection(1917732927)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.942--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MYTHICALCREATURE")
    [junit] [EL Finest]: 2024-04-17 17:54:04.942--ServerSession(374455656)--Connection(1695834039)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.942--ServerSession(374455656)--Connection(1695834039)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.943--ServerSession(374455656)--Connection(1696328858)--Thread(Thread[main,5,main])--DROP TABLE TMP_MYTHICALCREATURE
    [junit] [EL Finest]: 2024-04-17 17:54:04.944--ServerSession(374455656)--Connection(1695834039)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.944--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_WEAPON")
    [junit] [EL Finest]: 2024-04-17 17:54:04.944--ServerSession(374455656)--Connection(1212094912)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.944--ServerSession(374455656)--Connection(1212094912)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.944--ServerSession(374455656)--Connection(252780183)--Thread(Thread[main,5,main])--DROP TABLE TMP_WEAPON
    [junit] [EL Finest]: 2024-04-17 17:54:04.945--ServerSession(374455656)--Connection(1212094912)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.945--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE")
    [junit] [EL Finest]: 2024-04-17 17:54:04.945--ServerSession(374455656)--Connection(1692142175)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.945--ServerSession(374455656)--Connection(1692142175)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.945--ServerSession(374455656)--Connection(1419640349)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE
    [junit] [EL Finest]: 2024-04-17 17:54:04.949--ServerSession(374455656)--Connection(1692142175)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.95--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE_DESC")
    [junit] [EL Finest]: 2024-04-17 17:54:04.95--ServerSession(374455656)--Connection(1146805207)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.95--ServerSession(374455656)--Connection(1146805207)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.95--ServerSession(374455656)--Connection(1087422449)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE_DESC
    [junit] [EL Finest]: 2024-04-17 17:54:04.951--ServerSession(374455656)--Connection(1146805207)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.951--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NODE")
    [junit] [EL Finest]: 2024-04-17 17:54:04.951--ServerSession(374455656)--Connection(1433034352)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.951--ServerSession(374455656)--Connection(1433034352)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.951--ServerSession(374455656)--Connection(1207739241)--Thread(Thread[main,5,main])--DROP TABLE TMP_NODE
    [junit] [EL Finest]: 2024-04-17 17:54:04.953--ServerSession(374455656)--Connection(1433034352)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.953--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NASTY")
    [junit] [EL Finest]: 2024-04-17 17:54:04.953--ServerSession(374455656)--Connection(1329237566)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.953--ServerSession(374455656)--Connection(1329237566)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.953--ServerSession(374455656)--Connection(1210372215)--Thread(Thread[main,5,main])--DROP TABLE TMP_NASTY
    [junit] [EL Finest]: 2024-04-17 17:54:04.955--ServerSession(374455656)--Connection(1329237566)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.955--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TIMESTAMP")
    [junit] [EL Finest]: 2024-04-17 17:54:04.955--ServerSession(374455656)--Connection(1566210014)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.955--ServerSession(374455656)--Connection(1566210014)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.955--ServerSession(374455656)--Connection(1175079221)--Thread(Thread[main,5,main])--DROP TABLE TMP_TIMESTAMP
    [junit] [EL Finest]: 2024-04-17 17:54:04.956--ServerSession(374455656)--Connection(1566210014)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.956--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_FA")
    [junit] [EL Finest]: 2024-04-17 17:54:04.956--ServerSession(374455656)--Connection(1290377311)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.956--ServerSession(374455656)--Connection(1290377311)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.956--ServerSession(374455656)--Connection(1115943579)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:04.959--ServerSession(374455656)--Connection(1290377311)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.959--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_PA")
    [junit] [EL Finest]: 2024-04-17 17:54:04.959--ServerSession(374455656)--Connection(1649684728)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.959--ServerSession(374455656)--Connection(1649684728)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.959--ServerSession(374455656)--Connection(1652516749)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_PA
    [junit] [EL Finest]: 2024-04-17 17:54:04.962--ServerSession(374455656)--Connection(1649684728)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.962--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TEMPORAL_FA")
    [junit] [EL Finest]: 2024-04-17 17:54:04.962--ServerSession(374455656)--Connection(1263887658)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.962--ServerSession(374455656)--Connection(1263887658)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.962--ServerSession(374455656)--Connection(147148616)--Thread(Thread[main,5,main])--DROP TABLE TMP_TEMPORAL_FA
    [junit] [EL Finest]: 2024-04-17 17:54:04.963--ServerSession(374455656)--Connection(1263887658)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.963--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ANIMAL")
    [junit] [EL Finest]: 2024-04-17 17:54:04.963--ServerSession(374455656)--Connection(76306508)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.963--ServerSession(374455656)--Connection(76306508)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.963--ServerSession(374455656)--Connection(1678770626)--Thread(Thread[main,5,main])--DROP TABLE TMP_ANIMAL
    [junit] [EL Finest]: 2024-04-17 17:54:04.965--ServerSession(374455656)--Connection(76306508)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.965--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ELEMENT")
    [junit] [EL Finest]: 2024-04-17 17:54:04.965--ServerSession(374455656)--Connection(804105878)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.965--ServerSession(374455656)--Connection(804105878)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.965--ServerSession(374455656)--Connection(1229311263)--Thread(Thread[main,5,main])--DROP TABLE TMP_ELEMENT
    [junit] [EL Finest]: 2024-04-17 17:54:04.966--ServerSession(374455656)--Connection(804105878)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.966--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PLANT")
    [junit] [EL Finest]: 2024-04-17 17:54:04.966--ServerSession(374455656)--Connection(116473553)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.966--ServerSession(374455656)--Connection(116473553)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.966--ServerSession(374455656)--Connection(1152035207)--Thread(Thread[main,5,main])--DROP TABLE TMP_PLANT
    [junit] [EL Finest]: 2024-04-17 17:54:04.968--ServerSession(374455656)--Connection(116473553)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.968--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_BICYCLE")
    [junit] [EL Finest]: 2024-04-17 17:54:04.968--ServerSession(374455656)--Connection(1884534347)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.968--ServerSession(374455656)--Connection(1884534347)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.968--ServerSession(374455656)--Connection(2136672550)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_BICYCLE
    [junit] [EL Finest]: 2024-04-17 17:54:04.969--ServerSession(374455656)--Connection(1884534347)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.969--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE_EMP")
    [junit] [EL Finest]: 2024-04-17 17:54:04.969--ServerSession(374455656)--Connection(1218653263)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.969--ServerSession(374455656)--Connection(1218653263)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.969--ServerSession(374455656)--Connection(632236798)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE_EMP
    [junit] [EL Finest]: 2024-04-17 17:54:04.971--ServerSession(374455656)--Connection(1218653263)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.971--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_CREDIT")
    [junit] [EL Finest]: 2024-04-17 17:54:04.971--ServerSession(374455656)--Connection(255172197)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.971--ServerSession(374455656)--Connection(255172197)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.972--ServerSession(374455656)--Connection(1587874456)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_CREDIT
    [junit] [EL Finest]: 2024-04-17 17:54:04.973--ServerSession(374455656)--Connection(255172197)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.973--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_HOBBY")
    [junit] [EL Finest]: 2024-04-17 17:54:04.973--ServerSession(374455656)--Connection(1357067993)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.973--ServerSession(374455656)--Connection(1357067993)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.973--ServerSession(374455656)--Connection(1938181142)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_HOBBY
    [junit] [EL Finest]: 2024-04-17 17:54:04.975--ServerSession(374455656)--Connection(1357067993)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.975--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PATENT")
    [junit] [EL Finest]: 2024-04-17 17:54:04.975--ServerSession(374455656)--Connection(235962527)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.975--ServerSession(374455656)--Connection(235962527)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.975--ServerSession(374455656)--Connection(1191979642)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PATENT
    [junit] [EL Finest]: 2024-04-17 17:54:04.976--ServerSession(374455656)--Connection(235962527)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.976--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PROJECT")
    [junit] [EL Finest]: 2024-04-17 17:54:04.976--ServerSession(374455656)--Connection(149793097)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.976--ServerSession(374455656)--Connection(149793097)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.977--ServerSession(374455656)--Connection(41141427)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PROJECT
    [junit] [EL Finest]: 2024-04-17 17:54:04.978--ServerSession(374455656)--Connection(149793097)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.978--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_REVIEW")
    [junit] [EL Finest]: 2024-04-17 17:54:04.978--ServerSession(374455656)--Connection(2067610941)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.978--ServerSession(374455656)--Connection(2067610941)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.978--ServerSession(374455656)--Connection(520058098)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_REVIEW
    [junit] [EL Finest]: 2024-04-17 17:54:04.98--ServerSession(374455656)--Connection(2067610941)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.98--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE_CUBICLE")
    [junit] [EL Finest]: 2024-04-17 17:54:04.98--ServerSession(374455656)--Connection(1975739760)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.98--ServerSession(374455656)--Connection(1975739760)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.981--ServerSession(374455656)--Connection(1736800800)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE_CUBICLE
    [junit] [EL Finest]: 2024-04-17 17:54:04.982--ServerSession(374455656)--Connection(1975739760)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.982--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE_PROFILE")
    [junit] [EL Finest]: 2024-04-17 17:54:04.982--ServerSession(374455656)--Connection(734719022)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.982--ServerSession(374455656)--Connection(734719022)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.982--ServerSession(374455656)--Connection(1171055810)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE_PROFILE
    [junit] [EL Finest]: 2024-04-17 17:54:04.984--ServerSession(374455656)--Connection(734719022)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.984--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE_CUBICLE")
    [junit] [EL Finest]: 2024-04-17 17:54:04.984--ServerSession(374455656)--Connection(1308514087)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.984--ServerSession(374455656)--Connection(1308514087)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.984--ServerSession(374455656)--Connection(824801578)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE_CUBICLE
    [junit] [EL Finest]: 2024-04-17 17:54:04.986--ServerSession(374455656)--Connection(1308514087)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.986--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_COP")
    [junit] [EL Finest]: 2024-04-17 17:54:04.986--ServerSession(374455656)--Connection(1007414446)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.986--ServerSession(374455656)--Connection(1007414446)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.986--ServerSession(374455656)--Connection(57918311)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_COP
    [junit] [EL Finest]: 2024-04-17 17:54:04.987--ServerSession(374455656)--Connection(1007414446)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.987--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_CRIMINAL")
    [junit] [EL Finest]: 2024-04-17 17:54:04.987--ServerSession(374455656)--Connection(1637434535)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.987--ServerSession(374455656)--Connection(1637434535)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.987--ServerSession(374455656)--Connection(43297446)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_CRIMINAL
    [junit] [EL Finest]: 2024-04-17 17:54:04.989--ServerSession(374455656)--Connection(1637434535)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.989--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_CRIMINAL")
    [junit] [EL Finest]: 2024-04-17 17:54:04.989--ServerSession(374455656)--Connection(787040724)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.989--ServerSession(374455656)--Connection(787040724)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.989--ServerSession(374455656)--Connection(92183762)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_CRIMINAL
    [junit] [EL Finest]: 2024-04-17 17:54:04.99--ServerSession(374455656)--Connection(787040724)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.99--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_INFORMER")
    [junit] [EL Finest]: 2024-04-17 17:54:04.99--ServerSession(374455656)--Connection(883195923)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.99--ServerSession(374455656)--Connection(883195923)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.99--ServerSession(374455656)--Connection(1357371578)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_INFORMER
    [junit] [EL Finest]: 2024-04-17 17:54:04.992--ServerSession(374455656)--Connection(883195923)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.992--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER_TMP_COP")
    [junit] [EL Finest]: 2024-04-17 17:54:04.992--ServerSession(374455656)--Connection(1162395591)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.992--ServerSession(374455656)--Connection(1162395591)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.992--ServerSession(374455656)--Connection(1434192741)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER_TMP_COP
    [junit] [EL Finest]: 2024-04-17 17:54:04.993--ServerSession(374455656)--Connection(1162395591)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.993--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL")
    [junit] [EL Finest]: 2024-04-17 17:54:04.993--ServerSession(374455656)--Connection(1751029728)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.993--ServerSession(374455656)--Connection(1751029728)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.994--ServerSession(374455656)--Connection(1760082859)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL
    [junit] [EL Finest]: 2024-04-17 17:54:04.995--ServerSession(374455656)--Connection(1751029728)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.995--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE_CREATURE")
    [junit] [EL Finest]: 2024-04-17 17:54:04.995--ServerSession(374455656)--Connection(1730914764)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.995--ServerSession(374455656)--Connection(1730914764)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.995--ServerSession(374455656)--Connection(2077672286)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE_CREATURE
    [junit] [EL Finest]: 2024-04-17 17:54:04.996--ServerSession(374455656)--Connection(1730914764)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.997--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-17 17:54:04.997--ServerSession(374455656)--Connection(1588318071)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:04.997--ServerSession(374455656)--Connection(1588318071)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:04.997--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-17 17:54:05.0--ServerSession(374455656)--Connection(1588318071)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.0--Thread(Thread[main,5,main])--The table (TMP_COMPONENT) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.0--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-17 17:54:05.0--ServerSession(374455656)--Connection(265218428)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.0--ServerSession(374455656)--Connection(265218428)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.0--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-17 17:54:05.003--ServerSession(374455656)--Connection(265218428)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.003--Thread(Thread[main,5,main])--The table (TMP_METRIC) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.003--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-17 17:54:05.003--ServerSession(374455656)--Connection(1304572531)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.003--ServerSession(374455656)--Connection(1304572531)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.003--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-17 17:54:05.006--ServerSession(374455656)--Connection(1304572531)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.006--Thread(Thread[main,5,main])--The table (TMP_ABSTR_EMP) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.006--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-17 17:54:05.006--ServerSession(374455656)--Connection(1102941897)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.006--ServerSession(374455656)--Connection(1102941897)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.006--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-17 17:54:05.009--ServerSession(374455656)--Connection(1102941897)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.009--Thread(Thread[main,5,main])--The table (TMP_CONTRACT_EMP) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.009--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-17 17:54:05.009--ServerSession(374455656)--Connection(481610448)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.009--ServerSession(374455656)--Connection(481610448)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.009--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-17 17:54:05.012--ServerSession(374455656)--Connection(481610448)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.012--Thread(Thread[main,5,main])--The table (TMP_ACCOUNT) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.012--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-17 17:54:05.013--ServerSession(374455656)--Connection(791974256)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.013--ServerSession(374455656)--Connection(791974256)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.013--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-17 17:54:05.016--ServerSession(374455656)--Connection(791974256)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.016--Thread(Thread[main,5,main])--The table (TMP_VEHICLE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.016--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-17 17:54:05.016--ServerSession(374455656)--Connection(861927284)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.016--ServerSession(374455656)--Connection(861927284)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.016--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-17 17:54:05.019--ServerSession(374455656)--Connection(861927284)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.019--Thread(Thread[main,5,main])--The table (TMP_BROKER_ACC) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.019--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-17 17:54:05.019--ServerSession(374455656)--Connection(609471415)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.019--ServerSession(374455656)--Connection(609471415)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.019--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-17 17:54:05.022--ServerSession(374455656)--Connection(609471415)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.022--Thread(Thread[main,5,main])--The table (TMP_CHECK_ACC) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.022--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-17 17:54:05.022--ServerSession(374455656)--Connection(1586437554)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.022--ServerSession(374455656)--Connection(1586437554)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.022--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-17 17:54:05.025--ServerSession(374455656)--Connection(1586437554)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.025--Thread(Thread[main,5,main])--The table (TMP_COSTCENTER) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.025--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-17 17:54:05.025--ServerSession(374455656)--Connection(329829198)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.025--ServerSession(374455656)--Connection(329829198)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.025--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-17 17:54:05.027--ServerSession(374455656)--Connection(329829198)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.027--Thread(Thread[main,5,main])--The table (TMP_COURSE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.027--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-17 17:54:05.027--ServerSession(374455656)--Connection(1181708889)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.027--ServerSession(374455656)--Connection(1181708889)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.028--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-17 17:54:05.03--ServerSession(374455656)--Connection(1181708889)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.03--Thread(Thread[main,5,main])--The table (TMP_CREDIT_ACC) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.03--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-17 17:54:05.03--ServerSession(374455656)--Connection(1635357010)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.03--ServerSession(374455656)--Connection(1635357010)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.03--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-17 17:54:05.033--ServerSession(374455656)--Connection(1635357010)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.033--Thread(Thread[main,5,main])--The table (TMP_CUBICLE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.033--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-17 17:54:05.033--ServerSession(374455656)--Connection(1248103221)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.033--ServerSession(374455656)--Connection(1248103221)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.033--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-17 17:54:05.036--ServerSession(374455656)--Connection(1248103221)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.036--Thread(Thread[main,5,main])--The table (TMP_DEP) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.036--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-17 17:54:05.036--ServerSession(374455656)--Connection(1048340147)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.036--ServerSession(374455656)--Connection(1048340147)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.036--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-17 17:54:05.039--ServerSession(374455656)--Connection(1048340147)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.039--Thread(Thread[main,5,main])--The table (TMP_EMP) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.039--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-17 17:54:05.039--ServerSession(374455656)--Connection(1021710315)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.039--ServerSession(374455656)--Connection(1021710315)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.039--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-17 17:54:05.042--ServerSession(374455656)--Connection(1021710315)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.042--Thread(Thread[main,5,main])--The table (TMP_HOBBY) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.042--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-17 17:54:05.042--ServerSession(374455656)--Connection(691918003)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.042--ServerSession(374455656)--Connection(691918003)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.042--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-17 17:54:05.045--ServerSession(374455656)--Connection(691918003)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.045--Thread(Thread[main,5,main])--The table (TMP_MATERIAL) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.045--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-17 17:54:05.045--ServerSession(374455656)--Connection(1966930659)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.045--ServerSession(374455656)--Connection(1966930659)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.045--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-17 17:54:05.047--ServerSession(374455656)--Connection(1966930659)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.047--Thread(Thread[main,5,main])--The table (TMP_OFFICE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.047--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-17 17:54:05.048--ServerSession(374455656)--Connection(1033155741)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.048--ServerSession(374455656)--Connection(1033155741)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.048--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-17 17:54:05.051--ServerSession(374455656)--Connection(1033155741)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.051--Thread(Thread[main,5,main])--The table (TMP_PATENT) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.051--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-17 17:54:05.051--ServerSession(374455656)--Connection(1792903852)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.051--ServerSession(374455656)--Connection(1792903852)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.051--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-17 17:54:05.054--ServerSession(374455656)--Connection(1792903852)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.054--Thread(Thread[main,5,main])--The table (TMP_REVIEW) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.054--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-17 17:54:05.054--ServerSession(374455656)--Connection(891455676)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.054--ServerSession(374455656)--Connection(891455676)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.054--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-17 17:54:05.057--ServerSession(374455656)--Connection(891455676)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.057--Thread(Thread[main,5,main])--The table (TMP_REVIEW_DETAILS) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.057--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-17 17:54:05.057--ServerSession(374455656)--Connection(36107378)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.057--ServerSession(374455656)--Connection(36107378)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.057--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-17 17:54:05.061--ServerSession(374455656)--Connection(36107378)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.061--Thread(Thread[main,5,main])--The table (TMP_PROJECT) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.061--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-17 17:54:05.061--ServerSession(374455656)--Connection(1976547672)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.061--ServerSession(374455656)--Connection(1976547672)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.061--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-17 17:54:05.063--ServerSession(374455656)--Connection(1976547672)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.063--Thread(Thread[main,5,main])--The table (TMP_PROJECT_DETAILS) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.063--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-17 17:54:05.063--ServerSession(374455656)--Connection(1121345532)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.063--ServerSession(374455656)--Connection(1121345532)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.063--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-17 17:54:05.066--ServerSession(374455656)--Connection(1121345532)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.066--Thread(Thread[main,5,main])--The table (TMP_SAVE_ACC) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.066--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-17 17:54:05.066--ServerSession(374455656)--Connection(819641123)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.067--ServerSession(374455656)--Connection(819641123)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.067--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-17 17:54:05.069--ServerSession(374455656)--Connection(819641123)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.069--Thread(Thread[main,5,main])--The table (TMP_TASK) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.069--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-17 17:54:05.069--ServerSession(374455656)--Connection(1873055460)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.069--ServerSession(374455656)--Connection(1873055460)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.07--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-17 17:54:05.072--ServerSession(374455656)--Connection(1873055460)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.072--Thread(Thread[main,5,main])--The table (TMP_TRAILER) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.072--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-17 17:54:05.072--ServerSession(374455656)--Connection(1023763480)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.072--ServerSession(374455656)--Connection(1023763480)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.072--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-17 17:54:05.076--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-17 17:54:05.076--ServerSession(374455656)--Connection(1023763480)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.076--Thread(Thread[main,5,main])--The table (TMP_PROFILE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.076--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-17 17:54:05.076--ServerSession(374455656)--Connection(572453104)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.076--ServerSession(374455656)--Connection(572453104)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.076--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-17 17:54:05.079--ServerSession(374455656)--Connection(572453104)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.079--Thread(Thread[main,5,main])--The table (TMP_UCOFFICE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.079--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-17 17:54:05.079--ServerSession(374455656)--Connection(12799954)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.079--ServerSession(374455656)--Connection(12799954)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.079--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-17 17:54:05.082--ServerSession(374455656)--Connection(12799954)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.082--Thread(Thread[main,5,main])--The table (TMP_READONLY) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.082--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-17 17:54:05.082--ServerSession(374455656)--Connection(1758590178)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.082--ServerSession(374455656)--Connection(1758590178)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.082--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-17 17:54:05.085--ServerSession(374455656)--Connection(1758590178)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.085--Thread(Thread[main,5,main])--The table (TMP_EMBEDD_FA) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.085--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-17 17:54:05.085--ServerSession(374455656)--Connection(2100710350)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.085--ServerSession(374455656)--Connection(2100710350)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.085--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-17 17:54:05.088--ServerSession(374455656)--Connection(2100710350)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.088--Thread(Thread[main,5,main])--The table (TMP_EMBEDD_PA) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.088--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-17 17:54:05.088--ServerSession(374455656)--Connection(413081988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.088--ServerSession(374455656)--Connection(413081988)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.088--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-17 17:54:05.091--ServerSession(374455656)--Connection(413081988)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.091--Thread(Thread[main,5,main])--The table (BYTE_ITEM) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.091--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-17 17:54:05.091--ServerSession(374455656)--Connection(1839288191)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.091--ServerSession(374455656)--Connection(1839288191)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.091--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-17 17:54:05.094--ServerSession(374455656)--Connection(1839288191)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.094--Thread(Thread[main,5,main])--The table (BYTE_ITEM_ATT) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.094--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-17 17:54:05.094--ServerSession(374455656)--Connection(755196725)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.094--ServerSession(374455656)--Connection(755196725)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.094--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-17 17:54:05.097--ServerSession(374455656)--Connection(755196725)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.097--Thread(Thread[main,5,main])--The table (TMP_ISLAND) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.097--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-17 17:54:05.097--ServerSession(374455656)--Connection(1688975639)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.097--ServerSession(374455656)--Connection(1688975639)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.097--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-17 17:54:05.101--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-17 17:54:05.101--ServerSession(374455656)--Connection(1688975639)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.101--Thread(Thread[main,5,main])--The table (TMP_CITY) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.101--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-17 17:54:05.101--ServerSession(374455656)--Connection(1594639790)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.101--ServerSession(374455656)--Connection(1594639790)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.101--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-17 17:54:05.104--ServerSession(374455656)--Connection(1594639790)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.104--Thread(Thread[main,5,main])--The table (TMP_COP) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.104--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-17 17:54:05.104--ServerSession(374455656)--Connection(741211619)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.104--ServerSession(374455656)--Connection(741211619)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.104--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-17 17:54:05.108--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-17 17:54:05.108--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-17 17:54:05.108--ServerSession(374455656)--Connection(741211619)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.108--Thread(Thread[main,5,main])--The table (TMP_PERSON) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.108--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-17 17:54:05.108--ServerSession(374455656)--Connection(295560847)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.108--ServerSession(374455656)--Connection(295560847)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.108--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-17 17:54:05.111--ServerSession(374455656)--Connection(295560847)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.111--Thread(Thread[main,5,main])--The table (TMP_INFORMER) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.111--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-17 17:54:05.111--ServerSession(374455656)--Connection(522632546)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.111--ServerSession(374455656)--Connection(522632546)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.111--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-17 17:54:05.114--ServerSession(374455656)--Connection(522632546)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.114--Thread(Thread[main,5,main])--The table (TMP_CRIMINAL) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.114--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-17 17:54:05.114--ServerSession(374455656)--Connection(958663331)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.114--ServerSession(374455656)--Connection(958663331)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.115--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-17 17:54:05.117--ServerSession(374455656)--Connection(958663331)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.117--Thread(Thread[main,5,main])--The table (TMP_CAVE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.118--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-17 17:54:05.118--ServerSession(374455656)--Connection(253658963)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.118--ServerSession(374455656)--Connection(253658963)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.118--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-17 17:54:05.121--ServerSession(374455656)--Connection(253658963)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.121--Thread(Thread[main,5,main])--The table (TMP_CREATURE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.121--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-17 17:54:05.121--ServerSession(374455656)--Connection(2134490293)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.121--ServerSession(374455656)--Connection(2134490293)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.121--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-17 17:54:05.124--ServerSession(374455656)--Connection(2134490293)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.124--Thread(Thread[main,5,main])--The table (TMP_CREATURE_DETAILS) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.124--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-17 17:54:05.124--ServerSession(374455656)--Connection(7788116)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.124--ServerSession(374455656)--Connection(7788116)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.124--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-17 17:54:05.127--ServerSession(374455656)--Connection(7788116)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.127--Thread(Thread[main,5,main])--The table (TMP_MYTHICALCREATURE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.127--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-17 17:54:05.127--ServerSession(374455656)--Connection(1856036778)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.127--ServerSession(374455656)--Connection(1856036778)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.127--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-17 17:54:05.13--ServerSession(374455656)--Connection(1856036778)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.13--Thread(Thread[main,5,main])--The table (TMP_WEAPON) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.13--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-17 17:54:05.13--ServerSession(374455656)--Connection(1585666522)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.13--ServerSession(374455656)--Connection(1585666522)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.13--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-17 17:54:05.133--ServerSession(374455656)--Connection(1585666522)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.133--Thread(Thread[main,5,main])--The table (TMP_CASC_NODE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.133--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-17 17:54:05.133--ServerSession(374455656)--Connection(698687473)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.133--ServerSession(374455656)--Connection(698687473)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.133--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-17 17:54:05.135--ServerSession(374455656)--Connection(698687473)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.135--Thread(Thread[main,5,main])--The table (TMP_CASC_NODE_DESC) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.136--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-17 17:54:05.136--ServerSession(374455656)--Connection(2022859612)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.136--ServerSession(374455656)--Connection(2022859612)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.136--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-17 17:54:05.139--ServerSession(374455656)--Connection(2022859612)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.139--Thread(Thread[main,5,main])--The table (TMP_NODE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.139--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-17 17:54:05.139--ServerSession(374455656)--Connection(1372050546)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.139--ServerSession(374455656)--Connection(1372050546)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.139--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-17 17:54:05.141--ServerSession(374455656)--Connection(1372050546)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.141--Thread(Thread[main,5,main])--The table (TMP_NASTY) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.141--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-17 17:54:05.141--ServerSession(374455656)--Connection(682328059)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.141--ServerSession(374455656)--Connection(682328059)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.142--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-17 17:54:05.144--ServerSession(374455656)--Connection(682328059)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.144--Thread(Thread[main,5,main])--The table (TMP_TIMESTAMP) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.144--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-17 17:54:05.144--ServerSession(374455656)--Connection(1383454473)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.144--ServerSession(374455656)--Connection(1383454473)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.144--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-17 17:54:05.151--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-17 17:54:05.151--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-17 17:54:05.151--ServerSession(374455656)--Connection(1383454473)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.151--Thread(Thread[main,5,main])--The table (TMP_BASIC_TYPES_FA) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.151--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-17 17:54:05.151--ServerSession(374455656)--Connection(504485692)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.151--ServerSession(374455656)--Connection(504485692)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.151--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-17 17:54:05.156--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-17 17:54:05.156--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-17 17:54:05.157--ServerSession(374455656)--Connection(504485692)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.157--Thread(Thread[main,5,main])--The table (TMP_BASIC_TYPES_PA) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.157--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-17 17:54:05.157--ServerSession(374455656)--Connection(948623530)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.157--ServerSession(374455656)--Connection(948623530)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.157--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-17 17:54:05.16--ServerSession(374455656)--Connection(948623530)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.16--Thread(Thread[main,5,main])--The table (TMP_TEMPORAL_FA) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.16--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-17 17:54:05.16--ServerSession(374455656)--Connection(180820951)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.16--ServerSession(374455656)--Connection(180820951)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.16--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-17 17:54:05.163--ServerSession(374455656)--Connection(180820951)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.163--Thread(Thread[main,5,main])--The table (TMP_ANIMAL) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.163--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-17 17:54:05.163--ServerSession(374455656)--Connection(744368708)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.163--ServerSession(374455656)--Connection(744368708)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.163--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-17 17:54:05.166--ServerSession(374455656)--Connection(744368708)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.166--Thread(Thread[main,5,main])--The table (TMP_ELEMENT) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.166--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-17 17:54:05.166--ServerSession(374455656)--Connection(1274201751)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.166--ServerSession(374455656)--Connection(1274201751)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.166--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-17 17:54:05.169--ServerSession(374455656)--Connection(1274201751)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.169--Thread(Thread[main,5,main])--The table (TMP_PLANT) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.169--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-17 17:54:05.169--ServerSession(374455656)--Connection(227501473)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.169--ServerSession(374455656)--Connection(227501473)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.169--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-17 17:54:05.172--ServerSession(374455656)--Connection(227501473)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.172--Thread(Thread[main,5,main])--The table (TMP_EMP_BICYCLE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.172--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-17 17:54:05.172--ServerSession(374455656)--Connection(908134864)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.172--ServerSession(374455656)--Connection(908134864)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.172--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-17 17:54:05.175--ServerSession(374455656)--Connection(908134864)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.175--Thread(Thread[main,5,main])--The table (TMP_COURSE_EMP) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.175--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-17 17:54:05.175--ServerSession(374455656)--Connection(2089105385)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.175--ServerSession(374455656)--Connection(2089105385)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.175--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-17 17:54:05.178--ServerSession(374455656)--Connection(2089105385)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.178--Thread(Thread[main,5,main])--The table (TMP_EMP_CREDIT) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.178--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-17 17:54:05.178--ServerSession(374455656)--Connection(536043239)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.178--ServerSession(374455656)--Connection(536043239)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.178--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-17 17:54:05.181--ServerSession(374455656)--Connection(536043239)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.181--Thread(Thread[main,5,main])--The table (TMP_EMP_HOBBY) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.181--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-17 17:54:05.181--ServerSession(374455656)--Connection(1339600638)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.181--ServerSession(374455656)--Connection(1339600638)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.181--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-17 17:54:05.184--ServerSession(374455656)--Connection(1339600638)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.184--Thread(Thread[main,5,main])--The table (TMP_EMP_PATENT) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.184--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-17 17:54:05.184--ServerSession(374455656)--Connection(568725229)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.184--ServerSession(374455656)--Connection(568725229)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.184--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-17 17:54:05.187--ServerSession(374455656)--Connection(568725229)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.187--Thread(Thread[main,5,main])--The table (TMP_EMP_PROJECT) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.187--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-17 17:54:05.187--ServerSession(374455656)--Connection(268932426)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.187--ServerSession(374455656)--Connection(268932426)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.187--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-17 17:54:05.19--ServerSession(374455656)--Connection(268932426)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.19--Thread(Thread[main,5,main])--The table (TMP_EMP_REVIEW) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.19--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-17 17:54:05.19--ServerSession(374455656)--Connection(231891600)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.19--ServerSession(374455656)--Connection(231891600)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.19--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-17 17:54:05.193--ServerSession(374455656)--Connection(231891600)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.193--Thread(Thread[main,5,main])--The table (TMP_OFFICE_CUBICLE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.193--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-17 17:54:05.193--ServerSession(374455656)--Connection(1987154475)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.193--ServerSession(374455656)--Connection(1987154475)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.194--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-17 17:54:05.196--ServerSession(374455656)--Connection(1987154475)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.196--Thread(Thread[main,5,main])--The table (TMP_VEHICLE_PROFILE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.196--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-17 17:54:05.196--ServerSession(374455656)--Connection(219913687)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.196--ServerSession(374455656)--Connection(219913687)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.197--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-17 17:54:05.199--ServerSession(374455656)--Connection(219913687)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.199--Thread(Thread[main,5,main])--The table (TMP_UCOFFICE_CUBICLE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.199--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-17 17:54:05.199--ServerSession(374455656)--Connection(1941322007)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.2--ServerSession(374455656)--Connection(1941322007)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.2--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-17 17:54:05.202--ServerSession(374455656)--Connection(1941322007)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.202--Thread(Thread[main,5,main])--The table (TMP_CITY_TMP_COP) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.202--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-17 17:54:05.202--ServerSession(374455656)--Connection(1084448998)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.202--ServerSession(374455656)--Connection(1084448998)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.202--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-17 17:54:05.206--ServerSession(374455656)--Connection(1084448998)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.206--Thread(Thread[main,5,main])--The table (TMP_CITY_TMP_CRIMINAL) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.206--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-17 17:54:05.206--ServerSession(374455656)--Connection(86595449)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.206--ServerSession(374455656)--Connection(86595449)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.206--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-17 17:54:05.209--ServerSession(374455656)--Connection(86595449)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.209--Thread(Thread[main,5,main])--The table (TMP_COP_TMP_CRIMINAL) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.209--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-17 17:54:05.209--ServerSession(374455656)--Connection(900432807)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.209--ServerSession(374455656)--Connection(900432807)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.209--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-17 17:54:05.211--ServerSession(374455656)--Connection(900432807)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.211--Thread(Thread[main,5,main])--The table (TMP_COP_TMP_INFORMER) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.211--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-17 17:54:05.211--ServerSession(374455656)--Connection(1422053321)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.211--ServerSession(374455656)--Connection(1422053321)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.212--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-17 17:54:05.217--ServerSession(374455656)--Connection(1422053321)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.217--Thread(Thread[main,5,main])--The table (TMP_INFORMER_TMP_COP) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.217--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-17 17:54:05.217--ServerSession(374455656)--Connection(1735356636)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.217--ServerSession(374455656)--Connection(1735356636)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.217--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-17 17:54:05.219--ServerSession(374455656)--Connection(1735356636)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.22--Thread(Thread[main,5,main])--The table (TMP_CRIMINAL_TMP_CRIMINAL) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.22--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-17 17:54:05.22--ServerSession(374455656)--Connection(388966167)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.22--ServerSession(374455656)--Connection(388966167)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.22--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-17 17:54:05.222--ServerSession(374455656)--Connection(388966167)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.222--Thread(Thread[main,5,main])--The table (TMP_CAVE_CREATURE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:05.222--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-17 17:54:05.223--ServerSession(374455656)--Connection(1002212482)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.223--ServerSession(374455656)--Connection(1002212482)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.223--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-17 17:54:05.228--ServerSession(374455656)--Connection(1002212482)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.228--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-17 17:54:05.228--ServerSession(374455656)--Connection(1390601254)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.228--ServerSession(374455656)--Connection(1390601254)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.229--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-17 17:54:05.237--ServerSession(374455656)--Connection(1390601254)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.237--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-17 17:54:05.237--ServerSession(374455656)--Connection(1688684323)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.237--ServerSession(374455656)--Connection(1688684323)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.237--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-17 17:54:05.245--ServerSession(374455656)--Connection(1688684323)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.245--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-17 17:54:05.245--ServerSession(374455656)--Connection(1170685449)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.245--ServerSession(374455656)--Connection(1170685449)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.246--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-17 17:54:05.255--ServerSession(374455656)--Connection(1170685449)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.256--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-17 17:54:05.256--ServerSession(374455656)--Connection(180804098)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.256--ServerSession(374455656)--Connection(180804098)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.256--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-17 17:54:05.263--ServerSession(374455656)--Connection(180804098)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.263--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-17 17:54:05.263--ServerSession(374455656)--Connection(413788379)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.263--ServerSession(374455656)--Connection(413788379)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.263--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-17 17:54:05.272--ServerSession(374455656)--Connection(413788379)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.272--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-17 17:54:05.272--ServerSession(374455656)--Connection(1830014317)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.272--ServerSession(374455656)--Connection(1830014317)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.272--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-17 17:54:05.282--ServerSession(374455656)--Connection(1830014317)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.282--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-17 17:54:05.282--ServerSession(374455656)--Connection(320130241)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.282--ServerSession(374455656)--Connection(320130241)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.282--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-17 17:54:05.29--ServerSession(374455656)--Connection(320130241)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.29--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-17 17:54:05.29--ServerSession(374455656)--Connection(1817135330)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.29--ServerSession(374455656)--Connection(1817135330)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.29--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-17 17:54:05.307--ServerSession(374455656)--Connection(1817135330)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.307--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-17 17:54:05.307--ServerSession(374455656)--Connection(1012263380)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.307--ServerSession(374455656)--Connection(1012263380)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.307--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-17 17:54:05.323--ServerSession(374455656)--Connection(1012263380)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.323--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-17 17:54:05.323--ServerSession(374455656)--Connection(1343049192)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.323--ServerSession(374455656)--Connection(1343049192)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.323--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-17 17:54:05.34--ServerSession(374455656)--Connection(1343049192)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.34--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-17 17:54:05.34--ServerSession(374455656)--Connection(903028252)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.34--ServerSession(374455656)--Connection(903028252)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.34--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-17 17:54:05.359--ServerSession(374455656)--Connection(903028252)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.359--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-17 17:54:05.359--ServerSession(374455656)--Connection(624593883)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.359--ServerSession(374455656)--Connection(624593883)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.359--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-17 17:54:05.377--ServerSession(374455656)--Connection(624593883)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.377--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-17 17:54:05.377--ServerSession(374455656)--Connection(1332205096)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.377--ServerSession(374455656)--Connection(1332205096)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.377--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-17 17:54:05.396--ServerSession(374455656)--Connection(1332205096)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.396--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-17 17:54:05.396--ServerSession(374455656)--Connection(1142222376)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.396--ServerSession(374455656)--Connection(1142222376)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.396--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-17 17:54:05.412--ServerSession(374455656)--Connection(1142222376)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.412--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-17 17:54:05.413--ServerSession(374455656)--Connection(1340904400)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.413--ServerSession(374455656)--Connection(1340904400)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.413--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-17 17:54:05.42--ServerSession(374455656)--Connection(1340904400)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.421--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-17 17:54:05.421--ServerSession(374455656)--Connection(1214546146)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.421--ServerSession(374455656)--Connection(1214546146)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.421--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-17 17:54:05.428--ServerSession(374455656)--Connection(1214546146)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.428--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-17 17:54:05.428--ServerSession(374455656)--Connection(392605705)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.428--ServerSession(374455656)--Connection(392605705)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.429--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-17 17:54:05.436--ServerSession(374455656)--Connection(392605705)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.436--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-17 17:54:05.436--ServerSession(374455656)--Connection(1247221014)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.436--ServerSession(374455656)--Connection(1247221014)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.437--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-17 17:54:05.448--ServerSession(374455656)--Connection(1247221014)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.448--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-17 17:54:05.448--ServerSession(374455656)--Connection(1677068708)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.448--ServerSession(374455656)--Connection(1677068708)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.448--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-17 17:54:05.456--ServerSession(374455656)--Connection(1677068708)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.457--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-17 17:54:05.457--ServerSession(374455656)--Connection(78770026)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.457--ServerSession(374455656)--Connection(78770026)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.457--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-17 17:54:05.465--ServerSession(374455656)--Connection(78770026)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.465--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-17 17:54:05.465--ServerSession(374455656)--Connection(345758542)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.465--ServerSession(374455656)--Connection(345758542)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.465--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-17 17:54:05.477--ServerSession(374455656)--Connection(345758542)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.477--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-17 17:54:05.477--ServerSession(374455656)--Connection(141213117)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.477--ServerSession(374455656)--Connection(141213117)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.477--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-17 17:54:05.485--ServerSession(374455656)--Connection(141213117)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.485--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-17 17:54:05.485--ServerSession(374455656)--Connection(671546968)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.485--ServerSession(374455656)--Connection(671546968)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.486--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-17 17:54:05.494--ServerSession(374455656)--Connection(671546968)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.494--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-17 17:54:05.494--ServerSession(374455656)--Connection(957692677)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.494--ServerSession(374455656)--Connection(957692677)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.494--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-17 17:54:05.504--ServerSession(374455656)--Connection(957692677)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.504--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-17 17:54:05.504--ServerSession(374455656)--Connection(938263666)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.504--ServerSession(374455656)--Connection(938263666)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.505--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-17 17:54:05.512--ServerSession(374455656)--Connection(938263666)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.513--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-17 17:54:05.513--ServerSession(374455656)--Connection(510388720)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.513--ServerSession(374455656)--Connection(510388720)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.513--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-17 17:54:05.521--ServerSession(374455656)--Connection(510388720)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.521--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-17 17:54:05.521--ServerSession(374455656)--Connection(2011342291)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.521--ServerSession(374455656)--Connection(2011342291)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.521--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-17 17:54:05.53--ServerSession(374455656)--Connection(2011342291)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.53--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-17 17:54:05.53--ServerSession(374455656)--Connection(1237796102)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.53--ServerSession(374455656)--Connection(1237796102)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.53--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-17 17:54:05.538--ServerSession(374455656)--Connection(1237796102)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.538--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-17 17:54:05.538--ServerSession(374455656)--Connection(21619799)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.538--ServerSession(374455656)--Connection(21619799)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.538--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-17 17:54:05.547--ServerSession(374455656)--Connection(21619799)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.547--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-17 17:54:05.547--ServerSession(374455656)--Connection(540040261)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.547--ServerSession(374455656)--Connection(540040261)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.547--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-17 17:54:05.556--ServerSession(374455656)--Connection(540040261)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.556--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-17 17:54:05.556--ServerSession(374455656)--Connection(87702732)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.556--ServerSession(374455656)--Connection(87702732)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.557--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-17 17:54:05.564--ServerSession(374455656)--Connection(87702732)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.564--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-17 17:54:05.564--ServerSession(374455656)--Connection(469528144)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.564--ServerSession(374455656)--Connection(469528144)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.564--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-17 17:54:05.574--ServerSession(374455656)--Connection(469528144)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.574--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-17 17:54:05.574--ServerSession(374455656)--Connection(1558825448)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.574--ServerSession(374455656)--Connection(1558825448)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.574--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-17 17:54:05.583--ServerSession(374455656)--Connection(1558825448)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.583--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-17 17:54:05.583--ServerSession(374455656)--Connection(151400576)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.583--ServerSession(374455656)--Connection(151400576)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.583--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-17 17:54:05.593--ServerSession(374455656)--Connection(151400576)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.593--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-17 17:54:05.593--ServerSession(374455656)--Connection(2078471442)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.593--ServerSession(374455656)--Connection(2078471442)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.593--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-17 17:54:05.601--ServerSession(374455656)--Connection(2078471442)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.601--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-17 17:54:05.601--ServerSession(374455656)--Connection(433079208)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.601--ServerSession(374455656)--Connection(433079208)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.601--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-17 17:54:05.611--ServerSession(374455656)--Connection(433079208)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.611--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-17 17:54:05.612--ServerSession(374455656)--Connection(69062608)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.612--ServerSession(374455656)--Connection(69062608)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.612--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-17 17:54:05.621--ServerSession(374455656)--Connection(69062608)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.622--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-17 17:54:05.622--ServerSession(374455656)--Connection(1676552337)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.622--ServerSession(374455656)--Connection(1676552337)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.622--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-17 17:54:05.632--ServerSession(374455656)--Connection(1676552337)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.632--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-17 17:54:05.632--ServerSession(374455656)--Connection(905879757)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.632--ServerSession(374455656)--Connection(905879757)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.632--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-17 17:54:05.64--ServerSession(374455656)--Connection(905879757)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.64--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-17 17:54:05.64--ServerSession(374455656)--Connection(2017080792)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.64--ServerSession(374455656)--Connection(2017080792)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.64--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-17 17:54:05.65--ServerSession(374455656)--Connection(2017080792)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.65--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-17 17:54:05.65--ServerSession(374455656)--Connection(604726639)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.65--ServerSession(374455656)--Connection(604726639)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.65--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-17 17:54:05.659--ServerSession(374455656)--Connection(604726639)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.659--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-17 17:54:05.659--ServerSession(374455656)--Connection(790438788)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.659--ServerSession(374455656)--Connection(790438788)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.659--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-17 17:54:05.668--ServerSession(374455656)--Connection(790438788)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.668--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-17 17:54:05.668--ServerSession(374455656)--Connection(470758061)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.668--ServerSession(374455656)--Connection(470758061)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.668--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-17 17:54:05.676--ServerSession(374455656)--Connection(470758061)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.676--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-17 17:54:05.676--ServerSession(374455656)--Connection(243731145)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.676--ServerSession(374455656)--Connection(243731145)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.676--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-17 17:54:05.686--ServerSession(374455656)--Connection(243731145)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.686--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-17 17:54:05.686--ServerSession(374455656)--Connection(2057588642)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.686--ServerSession(374455656)--Connection(2057588642)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.686--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-17 17:54:05.694--ServerSession(374455656)--Connection(2057588642)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.694--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-17 17:54:05.694--ServerSession(374455656)--Connection(578703016)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.694--ServerSession(374455656)--Connection(578703016)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.694--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-17 17:54:05.705--ServerSession(374455656)--Connection(578703016)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.705--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-17 17:54:05.706--ServerSession(374455656)--Connection(52563963)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.706--ServerSession(374455656)--Connection(52563963)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.706--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-17 17:54:05.714--ServerSession(374455656)--Connection(52563963)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.714--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-17 17:54:05.714--ServerSession(374455656)--Connection(1385354263)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.714--ServerSession(374455656)--Connection(1385354263)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.714--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-17 17:54:05.723--ServerSession(374455656)--Connection(1385354263)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.723--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-17 17:54:05.723--ServerSession(374455656)--Connection(424953383)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.723--ServerSession(374455656)--Connection(424953383)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.723--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-17 17:54:05.731--ServerSession(374455656)--Connection(424953383)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.731--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-17 17:54:05.731--ServerSession(374455656)--Connection(1569179823)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.731--ServerSession(374455656)--Connection(1569179823)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.732--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-17 17:54:05.74--ServerSession(374455656)--Connection(1569179823)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.74--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-17 17:54:05.74--ServerSession(374455656)--Connection(579320785)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.74--ServerSession(374455656)--Connection(579320785)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.74--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-17 17:54:05.748--ServerSession(374455656)--Connection(579320785)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.748--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-17 17:54:05.748--ServerSession(374455656)--Connection(772629104)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.748--ServerSession(374455656)--Connection(772629104)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.749--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-17 17:54:05.757--ServerSession(374455656)--Connection(772629104)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.757--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-17 17:54:05.757--ServerSession(374455656)--Connection(43472661)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.757--ServerSession(374455656)--Connection(43472661)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.757--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-17 17:54:05.765--ServerSession(374455656)--Connection(43472661)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.765--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-17 17:54:05.765--ServerSession(374455656)--Connection(1600497367)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.765--ServerSession(374455656)--Connection(1600497367)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.765--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-17 17:54:05.775--ServerSession(374455656)--Connection(1600497367)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.775--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-17 17:54:05.775--ServerSession(374455656)--Connection(1266091244)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.775--ServerSession(374455656)--Connection(1266091244)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.775--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-17 17:54:05.783--ServerSession(374455656)--Connection(1266091244)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.783--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-17 17:54:05.783--ServerSession(374455656)--Connection(464345779)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.783--ServerSession(374455656)--Connection(464345779)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.783--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-17 17:54:05.792--ServerSession(374455656)--Connection(464345779)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.792--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-17 17:54:05.792--ServerSession(374455656)--Connection(1529178805)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.792--ServerSession(374455656)--Connection(1529178805)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.792--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-17 17:54:05.8--ServerSession(374455656)--Connection(1529178805)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.8--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-17 17:54:05.8--ServerSession(374455656)--Connection(1527270476)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.8--ServerSession(374455656)--Connection(1527270476)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.8--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-17 17:54:05.808--ServerSession(374455656)--Connection(1527270476)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.808--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-17 17:54:05.808--ServerSession(374455656)--Connection(1341370263)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.808--ServerSession(374455656)--Connection(1341370263)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.808--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-17 17:54:05.817--ServerSession(374455656)--Connection(1341370263)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.817--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-17 17:54:05.817--ServerSession(374455656)--Connection(1944110965)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.817--ServerSession(374455656)--Connection(1944110965)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.818--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-17 17:54:05.829--ServerSession(374455656)--Connection(1944110965)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.829--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-17 17:54:05.829--ServerSession(374455656)--Connection(956730873)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.829--ServerSession(374455656)--Connection(956730873)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.829--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-17 17:54:05.837--ServerSession(374455656)--Connection(956730873)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.837--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-17 17:54:05.837--ServerSession(374455656)--Connection(281091638)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.837--ServerSession(374455656)--Connection(281091638)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.837--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-17 17:54:05.845--ServerSession(374455656)--Connection(281091638)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.85--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-17 17:54:05.85--ServerSession(374455656)--Connection(611389025)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.85--ServerSession(374455656)--Connection(611389025)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.85--ServerSession(374455656)--Connection(446182036)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator'
    [junit] [EL Finest]: 2024-04-17 17:54:05.85--ServerSession(374455656)--Connection(611389025)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.85--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-17 17:54:05.85--ServerSession(374455656)--Connection(2033711470)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.85--ServerSession(374455656)--Connection(2033711470)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.85--ServerSession(374455656)--Connection(1436152367)--Thread(Thread[main,5,main])--SELECT * FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator'
    [junit] [EL Finest]: 2024-04-17 17:54:05.85--ServerSession(374455656)--Connection(2033711470)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.85--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-17 17:54:05.85--ServerSession(374455656)--Connection(2075097757)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.85--ServerSession(374455656)--Connection(2075097757)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.851--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-17 17:54:05.851--ServerSession(374455656)--Connection(2075097757)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.854--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-17 17:54:05.854--ServerSession(374455656)--Connection(1526448027)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.854--ServerSession(374455656)--Connection(1526448027)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.854--ServerSession(374455656)--Connection(1333512611)--Thread(Thread[main,5,main])--DELETE FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator'
    [junit] [EL Finest]: 2024-04-17 17:54:05.855--ServerSession(374455656)--Connection(1526448027)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.855--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-17 17:54:05.855--ServerSession(374455656)--Connection(217658289)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.855--ServerSession(374455656)--Connection(217658289)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.855--ServerSession(374455656)--Connection(192500434)--Thread(Thread[main,5,main])--SELECT * FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator'
    [junit] [EL Finest]: 2024-04-17 17:54:05.855--ServerSession(374455656)--Connection(217658289)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.855--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-17 17:54:05.855--ServerSession(374455656)--Connection(870844967)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.855--ServerSession(374455656)--Connection(870844967)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.855--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-17 17:54:05.855--ServerSession(374455656)--Connection(870844967)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.858--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'")
    [junit] [EL Finest]: 2024-04-17 17:54:05.858--ServerSession(374455656)--Connection(725271149)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.858--ServerSession(374455656)--Connection(725271149)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.859--ServerSession(374455656)--Connection(324097801)--Thread(Thread[main,5,main])--DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
    [junit] [EL Finest]: 2024-04-17 17:54:05.859--ServerSession(374455656)--Connection(725271149)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.859--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'")
    [junit] [EL Finest]: 2024-04-17 17:54:05.859--ServerSession(374455656)--Connection(1090718753)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.859--ServerSession(374455656)--Connection(1090718753)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.859--ServerSession(374455656)--Connection(1012373446)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
    [junit] [EL Finest]: 2024-04-17 17:54:05.859--ServerSession(374455656)--Connection(1090718753)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.859--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-17 17:54:05.859--ServerSession(374455656)--Connection(1856287922)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.859--ServerSession(374455656)--Connection(1856287922)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.859--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-17 17:54:05.859--ServerSession(374455656)--Connection(1856287922)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.862--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-17 17:54:05.863--ServerSession(374455656)--Connection(1647809146)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.863--ServerSession(374455656)--Connection(1647809146)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.863--ServerSession(374455656)--Connection(731622584)--Thread(Thread[main,5,main])--DELETE FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator'
    [junit] [EL Finest]: 2024-04-17 17:54:05.863--ServerSession(374455656)--Connection(1647809146)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.863--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-17 17:54:05.863--ServerSession(374455656)--Connection(1820277494)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.863--ServerSession(374455656)--Connection(1820277494)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.863--ServerSession(374455656)--Connection(847626561)--Thread(Thread[main,5,main])--SELECT * FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator'
    [junit] [EL Finest]: 2024-04-17 17:54:05.863--ServerSession(374455656)--Connection(1820277494)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.863--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-17 17:54:05.863--ServerSession(374455656)--Connection(1803955991)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.863--ServerSession(374455656)--Connection(1803955991)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.863--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-17 17:54:05.864--ServerSession(374455656)--Connection(1803955991)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.866--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'")
    [junit] [EL Finest]: 2024-04-17 17:54:05.867--ServerSession(374455656)--Connection(377584557)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.867--ServerSession(374455656)--Connection(377584557)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.867--ServerSession(374455656)--Connection(807144110)--Thread(Thread[main,5,main])--DELETE FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'
    [junit] [EL Finest]: 2024-04-17 17:54:05.867--ServerSession(374455656)--Connection(377584557)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.867--ServerSession(374455656)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'")
    [junit] [EL Finest]: 2024-04-17 17:54:05.867--ServerSession(374455656)--Connection(1950531169)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.867--ServerSession(374455656)--Connection(1950531169)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.867--ServerSession(374455656)--Connection(1761865559)--Thread(Thread[main,5,main])--SELECT * FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'
    [junit] [EL Finest]: 2024-04-17 17:54:05.867--ServerSession(374455656)--Connection(1950531169)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.867--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-17 17:54:05.867--ServerSession(374455656)--Connection(1561896839)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.867--ServerSession(374455656)--Connection(1561896839)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.867--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-17 17:54:05.867--ServerSession(374455656)--Connection(1561896839)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.871--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-17 17:54:05.871--ServerSession(374455656)--Connection(1032026871)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.871--ServerSession(374455656)--Connection(1032026871)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.871--ServerSession(374455656)--Connection(1148045719)--Thread(Thread[main,5,main])--DELETE FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component'
    [junit] [EL Finest]: 2024-04-17 17:54:05.871--ServerSession(374455656)--Connection(1032026871)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.871--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-17 17:54:05.871--ServerSession(374455656)--Connection(1770082598)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.871--ServerSession(374455656)--Connection(1770082598)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.871--ServerSession(374455656)--Connection(1341377059)--Thread(Thread[main,5,main])--SELECT * FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component'
    [junit] [EL Finest]: 2024-04-17 17:54:05.871--ServerSession(374455656)--Connection(1770082598)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.871--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-17 17:54:05.871--ServerSession(374455656)--Connection(692203105)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:05.871--ServerSession(374455656)--Connection(692203105)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:05.871--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-17 17:54:05.872--ServerSession(374455656)--Connection(692203105)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:05.873--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-17 17:54:05.873--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-17 17:54:05.873--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-17 17:54:05.873--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-17 17:54:05.873--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-17 17:54:05.873--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-17 17:54:05.873--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-17 17:54:05.873--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-17 17:54:05.873--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-17 17:54:05.873--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-17 17:54:05.873--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-17 17:54:05.873--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-17 17:54:05.874--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-17 17:54:05.874--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-17 17:54:05.874--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-17 17:54:05.874--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-17 17:54:05.874--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-17 17:54:05.874--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-17 17:54:05.874--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-17 17:54:05.874--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-17 17:54:05.874--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-17 17:54:05.874--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-17 17:54:05.874--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-17 17:54:05.874--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-17 17:54:05.874--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-17 17:54:05.874--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-17 17:54:05.874--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-17 17:54:05.874--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-17 17:54:05.874--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-17 17:54:05.874--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-17 17:54:05.875--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-17 17:54:05.875--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-17 17:54:05.875--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-17 17:54:05.875--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-17 17:54:05.875--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-17 17:54:05.875--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-17 17:54:05.875--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-17 17:54:05.875--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-17 17:54:05.875--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-17 17:54:05.875--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-17 17:54:05.875--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-17 17:54:05.875--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-17 17:54:05.875--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-17 17:54:05.875--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-17 17:54:05.875--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-17 17:54:05.875--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-17 17:54:05.875--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-17 17:54:05.875--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-17 17:54:05.875--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-17 17:54:05.876--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-17 17:54:05.876--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-17 17:54:05.876--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-17 17:54:05.876--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-17 17:54:05.876--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-17 17:54:05.876--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-17 17:54:05.876--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-17 17:54:05.876--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-17 17:54:05.876--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-17 17:54:05.876--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-17 17:54:05.876--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-17 17:54:05.876--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-17 17:54:05.876--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-17 17:54:05.876--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-17 17:54:05.876--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-17 17:54:05.876--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-17 17:54:05.876--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-17 17:54:05.876--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-17 17:54:05.876--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-17 17:54:05.877--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 797553742
    [junit] [EL Finer]: 2024-04-17 17:54:05.877--ClientSession(797553742)--Thread(Thread[main,5,main])--acquire unit of work: 1930040331
    [junit] [EL Finest]: 2024-04-17 17:54:05.877--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:05.877--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:05.877--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:05.877--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-17 17:54:05.877--ServerSession(374455656)--Connection(204640396)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:05.877--ClientSession(797553742)--Connection(204640396)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:05.877--ClientSession(797553742)--Connection(204640396)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:05.877--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-17 17:54:05.878--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-17 17:54:05.878--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-17 17:54:05.879--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:05.879--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: 2024-04-17 17:54:05.879--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:05.879--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:05.879--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:05.879--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee )
    [junit] [EL Finest]: 2024-04-17 17:54:05.879--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:05.879--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="bicycles" )
    [junit] [EL Finest]: 2024-04-17 17:54:05.88--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" )
    [junit] [EL Fine]: 2024-04-17 17:54:05.88--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-17 17:54:05.88--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" )
    [junit] [EL Fine]: 2024-04-17 17:54:05.88--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-17 17:54:05.88--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" )
    [junit] [EL Fine]: 2024-04-17 17:54:05.88--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-17 17:54:05.88--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" )
    [junit] [EL Fine]: 2024-04-17 17:54:05.88--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-17 17:54:05.88--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" )
    [junit] [EL Fine]: 2024-04-17 17:54:05.88--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-17 17:54:05.881--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-17 17:54:05.881--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-17 17:54:05.881--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-17 17:54:05.881--ClientSession(797553742)--Connection(1485505184)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (ID = ?)
    [junit] 	bind => [105]
    [junit] [EL Fine]: 2024-04-17 17:54:05.881--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-17 17:54:05.882--ClientSession(797553742)--Connection(1485505184)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:05.882--ServerSession(374455656)--Connection(204640396)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:05.882--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:05.882--UnitOfWork(1930040331)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:05.912--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1046286588
    [junit] [EL Finer]: 2024-04-17 17:54:05.912--ClientSession(1046286588)--Thread(Thread[main,5,main])--acquire unit of work: 1570803354
    [junit] [EL Finest]: 2024-04-17 17:54:05.912--UnitOfWork(1570803354)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:05.912--UnitOfWork(1570803354)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:05.912--UnitOfWork(1570803354)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:05.912--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-17 17:54:05.912--ServerSession(374455656)--Connection(584019100)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:05.912--ClientSession(1046286588)--Connection(584019100)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:05.912--ClientSession(1046286588)--Connection(584019100)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:05.913--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-17 17:54:05.913--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-17 17:54:05.913--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-17 17:54:05.913--ClientSession(1046286588)--Connection(1164555945)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:05.914--ServerSession(374455656)--Connection(584019100)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:05.914--UnitOfWork(1570803354)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:05.914--UnitOfWork(1570803354)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:05.928--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1039430632
    [junit] [EL Finer]: 2024-04-17 17:54:05.928--ClientSession(1039430632)--Thread(Thread[main,5,main])--acquire unit of work: 1304495746
    [junit] [EL Finest]: 2024-04-17 17:54:05.928--UnitOfWork(1304495746)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:05.928--ServerSession(374455656)--Connection(1306610776)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:05.928--ClientSession(1039430632)--Connection(1306610776)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:05.928--ClientSession(1039430632)--Connection(1306610776)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:05.928--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-17 17:54:05.928--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-17 17:54:05.928--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-17 17:54:05.929--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-17 17:54:05.929--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-17 17:54:05.929--ClientSession(1039430632)--Connection(1393827135)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:05.929--ServerSession(374455656)--Connection(1393827135)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:05.929--ServerSession(374455656)--Connection(1306610776)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:05.929--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-17 17:54:05.93--UnitOfWork(1304495746)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:05.93--UnitOfWork(1304495746)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:05.93--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-17 17:54:05.93--ServerSession(374455656)--Connection(43121577)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:05.93--ClientSession(1039430632)--Connection(43121577)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:05.93--ClientSession(1039430632)--Connection(43121577)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:05.93--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-17 17:54:05.93--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-17 17:54:05.931--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-17 17:54:05.931--ClientSession(1039430632)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" )
    [junit] [EL Fine]: 2024-04-17 17:54:05.931--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-17 17:54:05.931--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-17 17:54:05.931--UnitOfWork(1304495746)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:05.931--UnitOfWork(1304495746)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: 2024-04-17 17:54:05.931--UnitOfWork(1304495746)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:05.931--UnitOfWork(1304495746)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:05.931--UnitOfWork(1304495746)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:05.932--UnitOfWork(1304495746)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Project )
    [junit] [EL Finest]: 2024-04-17 17:54:05.932--UnitOfWork(1304495746)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee )
    [junit] [EL Finest]: 2024-04-17 17:54:05.932--UnitOfWork(1304495746)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="employees" )
    [junit] [EL Finest]: 2024-04-17 17:54:05.932--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-17 17:54:05.932--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-17 17:54:05.932--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-17 17:54:05.932--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-17 17:54:05.932--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-17 17:54:05.932--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-17 17:54:05.933--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-17 17:54:05.933--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-17 17:54:05.933--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-17 17:54:05.933--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-17 17:54:05.933--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-17 17:54:05.933--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-17 17:54:05.933--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-17 17:54:05.934--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-17 17:54:05.934--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-17 17:54:05.934--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-17 17:54:05.935--ClientSession(1039430632)--Connection(704611578)--Thread(Thread[main,5,main])--DELETE FROM TMP_PROJECT WHERE (ID = ?)
    [junit] 	bind => [1]
    [junit] [EL Fine]: 2024-04-17 17:54:05.935--ClientSession(1039430632)--Connection(704611578)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (ID = ?)
    [junit] 	bind => [107]
    [junit] [EL Finer]: 2024-04-17 17:54:05.935--ClientSession(1039430632)--Connection(704611578)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:05.936--ServerSession(374455656)--Connection(43121577)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:05.936--UnitOfWork(1304495746)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:05.936--UnitOfWork(1304495746)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:05.95--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1904318683
    [junit] [EL Finer]: 2024-04-17 17:54:05.951--ClientSession(1904318683)--Thread(Thread[main,5,main])--acquire unit of work: 1085982244
    [junit] [EL Finest]: 2024-04-17 17:54:05.951--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:05.951--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-17 17:54:05.951--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:05.951--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:05.951--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-17 17:54:05.951--ServerSession(374455656)--Connection(746092315)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:05.951--ClientSession(1904318683)--Connection(746092315)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:05.951--ClientSession(1904318683)--Connection(746092315)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:05.952--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-17 17:54:05.952--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-17 17:54:05.952--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-17 17:54:05.952--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-17 17:54:05.952--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-17 17:54:05.952--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-17 17:54:05.953--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:05.953--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: 2024-04-17 17:54:05.953--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:05.953--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-17 17:54:05.953--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:05.953--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-17 17:54:05.954--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-17 17:54:05.954--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-17 17:54:05.954--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-17 17:54:05.954--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-17 17:54:05.954--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-17 17:54:05.954--ClientSession(1904318683)--Connection(183277170)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:05.955--ServerSession(374455656)--Connection(746092315)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:05.955--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:05.955--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: 2024-04-17 17:54:05.956--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-17 17:54:05.956--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:05.956--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:05.956--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:05.956--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:05.957--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee )
    [junit] [EL Finest]: 2024-04-17 17:54:05.957--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Project )
    [junit] [EL Finest]: 2024-04-17 17:54:05.957--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-17 17:54:05.957--ServerSession(374455656)--Connection(1144318801)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:05.957--ClientSession(1904318683)--Connection(1144318801)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:05.957--ClientSession(1904318683)--Connection(1144318801)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:05.957--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-17 17:54:05.957--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-17 17:54:05.957--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-17 17:54:05.957--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-17 17:54:05.957--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-17 17:54:05.957--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-17 17:54:05.958--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-17 17:54:05.958--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-17 17:54:05.958--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-17 17:54:05.958--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-17 17:54:05.958--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-17 17:54:05.958--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-17 17:54:05.958--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-17 17:54:05.958--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--Execute query DataModifyQuery()
    [junit] [EL Fine]: 2024-04-17 17:54:05.958--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-17 17:54:05.959--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-17 17:54:05.959--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-17 17:54:05.959--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-17 17:54:05.959--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-17 17:54:05.959--ClientSession(1904318683)--Connection(487279465)--Thread(Thread[main,5,main])--DELETE FROM TMP_PROJECT WHERE (ID = ?)
    [junit] 	bind => [2]
    [junit] [EL Fine]: 2024-04-17 17:54:05.959--ClientSession(1904318683)--Connection(487279465)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (ID = ?)
    [junit] 	bind => [1]
    [junit] [EL Finer]: 2024-04-17 17:54:05.959--ClientSession(1904318683)--Connection(487279465)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:05.96--ServerSession(374455656)--Connection(1144318801)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:05.96--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:05.96--UnitOfWork(1085982244)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:05.973--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1367317411
    [junit] [EL Finer]: 2024-04-17 17:54:05.973--ClientSession(1367317411)--Thread(Thread[main,5,main])--acquire unit of work: 1880223456
    [junit] [EL Finest]: 2024-04-17 17:54:05.973--UnitOfWork(1880223456)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:05.973--UnitOfWork(1880223456)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:05.973--UnitOfWork(1880223456)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:05.973--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-17 17:54:05.973--ServerSession(374455656)--Connection(1184331817)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:05.973--ClientSession(1367317411)--Connection(1184331817)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:05.973--ClientSession(1367317411)--Connection(1184331817)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:05.974--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-17 17:54:05.974--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-17 17:54:05.974--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-17 17:54:05.974--UnitOfWork(1880223456)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:05.974--UnitOfWork(1880223456)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: 2024-04-17 17:54:05.974--UnitOfWork(1880223456)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:05.974--UnitOfWork(1880223456)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:05.974--UnitOfWork(1880223456)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:05.974--UnitOfWork(1880223456)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee )
    [junit] [EL Finest]: 2024-04-17 17:54:05.974--UnitOfWork(1880223456)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:05.975--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-17 17:54:05.975--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-17 17:54:05.975--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-17 17:54:05.975--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-17 17:54:05.975--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-17 17:54:05.975--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-17 17:54:05.975--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-17 17:54:05.975--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-17 17:54:05.975--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-17 17:54:05.975--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-17 17:54:05.975--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-17 17:54:05.976--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-17 17:54:05.976--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-17 17:54:05.976--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-17 17:54:05.976--ClientSession(1367317411)--Connection(619409910)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (ID = ?)
    [junit] 	bind => [107]
    [junit] [EL Fine]: 2024-04-17 17:54:05.976--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-17 17:54:05.976--ClientSession(1367317411)--Connection(619409910)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:05.977--ServerSession(374455656)--Connection(1184331817)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:05.977--UnitOfWork(1880223456)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:05.977--UnitOfWork(1880223456)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:05.99--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1634572909
    [junit] [EL Finer]: 2024-04-17 17:54:05.99--ClientSession(1634572909)--Thread(Thread[main,5,main])--acquire unit of work: 371605426
    [junit] [EL Finest]: 2024-04-17 17:54:05.99--UnitOfWork(371605426)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:05.99--UnitOfWork(371605426)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:05.99--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-17 17:54:05.991--UnitOfWork(371605426)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:05.991--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-17 17:54:05.991--ServerSession(374455656)--Connection(410816406)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:05.991--ClientSession(1634572909)--Connection(410816406)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:05.991--ClientSession(1634572909)--Connection(410816406)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:05.991--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-17 17:54:05.991--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-17 17:54:05.991--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-17 17:54:05.992--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-17 17:54:05.992--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-17 17:54:05.992--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-17 17:54:05.992--ClientSession(1634572909)--Connection(1496199518)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:05.992--ServerSession(374455656)--Connection(410816406)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:05.993--UnitOfWork(371605426)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:05.993--UnitOfWork(371605426)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.007--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1114740236
    [junit] [EL Finer]: 2024-04-17 17:54:06.007--ClientSession(1114740236)--Thread(Thread[main,5,main])--acquire unit of work: 2092749438
    [junit] [EL Finest]: 2024-04-17 17:54:06.007--UnitOfWork(2092749438)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.007--UnitOfWork(2092749438)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.008--UnitOfWork(2092749438)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.008--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-17 17:54:06.008--ServerSession(374455656)--Connection(1428156392)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.008--ClientSession(1114740236)--Connection(1428156392)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.008--ClientSession(1114740236)--Connection(1428156392)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:06.008--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-17 17:54:06.008--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-17 17:54:06.008--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-17 17:54:06.009--ClientSession(1114740236)--Connection(1795138389)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.009--ServerSession(374455656)--Connection(1428156392)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.009--UnitOfWork(2092749438)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.009--UnitOfWork(2092749438)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: 2024-04-17 17:54:06.009--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-17 17:54:06.009--UnitOfWork(2092749438)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.009--UnitOfWork(2092749438)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.009--UnitOfWork(2092749438)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.01--UnitOfWork(2092749438)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode )
    [junit] [EL Finest]: 2024-04-17 17:54:06.01--UnitOfWork(2092749438)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNodeDescription )
    [junit] [EL Finest]: 2024-04-17 17:54:06.01--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-17 17:54:06.01--ServerSession(374455656)--Connection(226703216)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.01--ClientSession(1114740236)--Connection(226703216)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.01--ClientSession(1114740236)--Connection(226703216)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:06.01--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-17 17:54:06.01--ClientSession(1114740236)--Connection(239835748)--Thread(Thread[main,5,main])--DELETE FROM TMP_CASC_NODE WHERE (ID = ?)
    [junit] 	bind => [1]
    [junit] [EL Fine]: 2024-04-17 17:54:06.01--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-17 17:54:06.011--ClientSession(1114740236)--Connection(239835748)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.011--ServerSession(374455656)--Connection(226703216)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.011--UnitOfWork(2092749438)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.011--UnitOfWork(2092749438)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: 2024-04-17 17:54:06.011--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-17 17:54:06.011--ServerSession(374455656)--Connection(687236062)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.011--ServerSession(374455656)--Connection(687236062)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.011--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-17 17:54:06.012--ServerSession(374455656)--Connection(687236062)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:06.026--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 804126705
    [junit] [EL Finer]: 2024-04-17 17:54:06.026--ClientSession(804126705)--Thread(Thread[main,5,main])--acquire unit of work: 886790453
    [junit] [EL Finest]: 2024-04-17 17:54:06.026--UnitOfWork(886790453)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.026--ServerSession(374455656)--Connection(344741660)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.026--ClientSession(804126705)--Connection(344741660)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.026--ClientSession(804126705)--Connection(344741660)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:06.026--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-17 17:54:06.026--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-17 17:54:06.026--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-17 17:54:06.027--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-17 17:54:06.027--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-17 17:54:06.027--ClientSession(804126705)--Connection(1415454731)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.027--ServerSession(374455656)--Connection(1415454731)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.027--ServerSession(374455656)--Connection(344741660)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:06.027--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-17 17:54:06.044--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.<init>(InitialContext.java:184)
    [junit] 	at org.eclipse.persistence.internal.sessions.cdi.InjectionManagerImpl.<init>(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-17 17:54:06.045--UnitOfWork(886790453)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.045--UnitOfWork(886790453)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.045--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-17 17:54:06.045--UnitOfWork(886790453)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.045--UnitOfWork(886790453)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:06.045--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-17 17:54:06.045--ServerSession(374455656)--Connection(705837214)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.045--ClientSession(804126705)--Connection(705837214)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.045--ClientSession(804126705)--Connection(705837214)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:06.046--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-17 17:54:06.046--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-17 17:54:06.046--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:06.046--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-17 17:54:06.046--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-17 17:54:06.046--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-17 17:54:06.046--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:06.047--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-17 17:54:06.048--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:06.048--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-17 17:54:06.048--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-17 17:54:06.048--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-17 17:54:06.048--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:06.048--UnitOfWork(886790453)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:06.048--UnitOfWork(886790453)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: 2024-04-17 17:54:06.048--UnitOfWork(886790453)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.049--UnitOfWork(886790453)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.049--UnitOfWork(886790453)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.049--UnitOfWork(886790453)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.049--UnitOfWork(886790453)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.049--UnitOfWork(886790453)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Car )
    [junit] [EL Finest]: 2024-04-17 17:54:06.049--UnitOfWork(886790453)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Car )
    [junit] [EL Finest]: 2024-04-17 17:54:06.049--UnitOfWork(886790453)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee )
    [junit] [EL Finest]: 2024-04-17 17:54:06.049--UnitOfWork(886790453)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee )
    [junit] [EL Finest]: 2024-04-17 17:54:06.049--UnitOfWork(886790453)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="profiles" )
    [junit] [EL Finest]: 2024-04-17 17:54:06.049--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-17 17:54:06.049--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-17 17:54:06.049--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:06.049--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE_PROFILE WHERE (VEHICLE_ID = ?)
    [junit] [EL Fine]: 2024-04-17 17:54:06.049--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--	bind => [1]
    [junit] [EL Fine]: 2024-04-17 17:54:06.049--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--	bind => [2]
    [junit] [EL Finer]: 2024-04-17 17:54:06.049--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:06.05--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-17 17:54:06.05--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-17 17:54:06.05--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-17 17:54:06.05--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-17 17:54:06.05--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-17 17:54:06.05--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-17 17:54:06.05--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-17 17:54:06.05--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-17 17:54:06.051--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-17 17:54:06.051--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-17 17:54:06.051--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-17 17:54:06.051--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-17 17:54:06.051--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-17 17:54:06.051--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-17 17:54:06.051--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-17 17:54:06.051--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-17 17:54:06.051--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-17 17:54:06.051--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-17 17:54:06.051--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-17 17:54:06.051--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-17 17:54:06.051--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-17 17:54:06.051--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-17 17:54:06.061--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-17 17:54:06.061--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-17 17:54:06.062--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-17 17:54:06.062--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-17 17:54:06.062--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:06.062--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE WHERE ((ID = ?) AND (VERSION = ?))
    [junit] [EL Fine]: 2024-04-17 17:54:06.062--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--	bind => [1, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:06.062--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--	bind => [2, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:06.062--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:06.063--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-17 17:54:06.063--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:06.063--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (ID = ?)
    [junit] [EL Fine]: 2024-04-17 17:54:06.063--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--	bind => [321]
    [junit] [EL Fine]: 2024-04-17 17:54:06.063--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--	bind => [322]
    [junit] [EL Finer]: 2024-04-17 17:54:06.063--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:06.063--ClientSession(804126705)--Connection(1922459486)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.064--ServerSession(374455656)--Connection(705837214)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.064--UnitOfWork(886790453)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.064--UnitOfWork(886790453)--Thread(Thread[main,5,main])--resume unit of work
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 1.729 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.generator.TestAutoGenerator
    [junit] [EL Finer]: 2024-04-17 17:54:06.085--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 61569807
    [junit] [EL Finer]: 2024-04-17 17:54:06.085--ClientSession(61569807)--Thread(Thread[main,5,main])--acquire unit of work: 371271246
    [junit] [EL Finest]: 2024-04-17 17:54:06.085--UnitOfWork(371271246)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.085--ServerSession(374455656)--Connection(1402126503)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.085--ClientSession(61569807)--Connection(1402126503)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.085--ClientSession(61569807)--Connection(1402126503)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:06.085--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-17 17:54:06.086--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-17 17:54:06.086--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-17 17:54:06.086--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-17 17:54:06.086--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-17 17:54:06.086--ClientSession(61569807)--Connection(196721369)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.087--ServerSession(374455656)--Connection(196721369)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.087--ServerSession(374455656)--Connection(1402126503)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:06.087--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-17 17:54:06.087--UnitOfWork(371271246)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.087--ClientSession(61569807)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.095--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 218004451
    [junit] [EL Finer]: 2024-04-17 17:54:06.095--ClientSession(218004451)--Thread(Thread[main,5,main])--acquire unit of work: 1275951224
    [junit] [EL Finest]: 2024-04-17 17:54:06.095--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-17 17:54:06.096--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-17 17:54:06.096--UnitOfWork(1275951224)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.096--ClientSession(218004451)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.104--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 2135994506
    [junit] [EL Finer]: 2024-04-17 17:54:06.104--ClientSession(2135994506)--Thread(Thread[main,5,main])--acquire unit of work: 1453759559
    [junit] [EL Finest]: 2024-04-17 17:54:06.104--UnitOfWork(1453759559)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.104--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-17 17:54:06.105--UnitOfWork(1453759559)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.105--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-17 17:54:06.105--ServerSession(374455656)--Connection(1109767394)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.105--ClientSession(2135994506)--Connection(1109767394)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.105--ClientSession(2135994506)--Connection(1109767394)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.105--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-17 17:54:06.105--ClientSession(2135994506)--Connection(545475653)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.106--ServerSession(374455656)--Connection(1109767394)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.106--UnitOfWork(1453759559)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.106--UnitOfWork(1453759559)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.106--UnitOfWork(1453759559)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.106--ClientSession(2135994506)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.106--UnitOfWork(1453759559)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.106--ClientSession(2135994506)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.106--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 282421931
    [junit] [EL Finer]: 2024-04-17 17:54:06.106--ClientSession(282421931)--Thread(Thread[main,5,main])--acquire unit of work: 2142785271
    [junit] [EL Finest]: 2024-04-17 17:54:06.106--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-17 17:54:06.106--UnitOfWork(2142785271)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.106--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-17 17:54:06.122--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1032600842
    [junit] [EL Finer]: 2024-04-17 17:54:06.122--ClientSession(1032600842)--Thread(Thread[main,5,main])--acquire unit of work: 1964390106
    [junit] [EL Finest]: 2024-04-17 17:54:06.122--UnitOfWork(1964390106)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.122--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-17 17:54:06.122--UnitOfWork(1964390106)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.122--ClientSession(1032600842)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.13--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 580431625
    [junit] [EL Finer]: 2024-04-17 17:54:06.13--ClientSession(580431625)--Thread(Thread[main,5,main])--acquire unit of work: 1042244376
    [junit] [EL Finest]: 2024-04-17 17:54:06.13--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-17 17:54:06.131--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-17 17:54:06.132--UnitOfWork(1042244376)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.132--ClientSession(580431625)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.14--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 432096722
    [junit] [EL Finer]: 2024-04-17 17:54:06.14--ClientSession(432096722)--Thread(Thread[main,5,main])--acquire unit of work: 2000121475
    [junit] [EL Finest]: 2024-04-17 17:54:06.14--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.14--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.14--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-17 17:54:06.141--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.141--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-17 17:54:06.141--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.141--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-17 17:54:06.141--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.141--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-17 17:54:06.141--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.141--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-17 17:54:06.141--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.141--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-17 17:54:06.141--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.141--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-17 17:54:06.141--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.141--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-17 17:54:06.141--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.141--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-17 17:54:06.141--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.141--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-17 17:54:06.141--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.141--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-17 17:54:06.141--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.141--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-17 17:54:06.141--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.141--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-17 17:54:06.142--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.142--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-17 17:54:06.142--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.142--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-17 17:54:06.142--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.142--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-17 17:54:06.142--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.142--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-17 17:54:06.142--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.142--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-17 17:54:06.142--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.142--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-17 17:54:06.142--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.142--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-17 17:54:06.142--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.142--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-17 17:54:06.142--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.142--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-17 17:54:06.142--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.142--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-17 17:54:06.142--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.142--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-17 17:54:06.143--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.143--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-17 17:54:06.143--UnitOfWork(2000121475)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.143--ClientSession(432096722)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.151--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1314951773
    [junit] [EL Finer]: 2024-04-17 17:54:06.151--ClientSession(1314951773)--Thread(Thread[main,5,main])--acquire unit of work: 99437703
    [junit] [EL Finest]: 2024-04-17 17:54:06.151--UnitOfWork(99437703)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.151--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-17 17:54:06.152--UnitOfWork(99437703)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.152--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-17 17:54:06.152--ServerSession(374455656)--Connection(1554519420)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.152--ClientSession(1314951773)--Connection(1554519420)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.152--ClientSession(1314951773)--Connection(1554519420)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.152--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-17 17:54:06.152--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-17 17:54:06.153--ClientSession(1314951773)--Connection(869196570)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.153--ServerSession(374455656)--Connection(1554519420)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.153--UnitOfWork(99437703)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.153--UnitOfWork(99437703)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.153--UnitOfWork(99437703)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.153--ClientSession(1314951773)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.153--UnitOfWork(99437703)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.153--ClientSession(1314951773)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.153--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 8290162
    [junit] [EL Finer]: 2024-04-17 17:54:06.153--ClientSession(8290162)--Thread(Thread[main,5,main])--acquire unit of work: 1147963988
    [junit] [EL Finest]: 2024-04-17 17:54:06.153--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-17 17:54:06.155--UnitOfWork(1147963988)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="tasks" referenceClass=Task )
    [junit] [EL Finest]: 2024-04-17 17:54:06.155--ServerSession(374455656)--Connection(205091536)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.155--ServerSession(374455656)--Connection(205091536)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.155--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-17 17:54:06.156--ServerSession(374455656)--Connection(205091536)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:06.156--UnitOfWork(1147963988)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.156--ClientSession(8290162)--Thread(Thread[main,5,main])--client released
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.generator.TestIdentity
    [junit] [EL Finer]: 2024-04-17 17:54:06.169--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 416721922
    [junit] [EL Finer]: 2024-04-17 17:54:06.17--ClientSession(416721922)--Thread(Thread[main,5,main])--acquire unit of work: 121382376
    [junit] [EL Finest]: 2024-04-17 17:54:06.17--UnitOfWork(121382376)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.17--UnitOfWork(121382376)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.17--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-17 17:54:06.17--ServerSession(374455656)--Connection(2025060646)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.17--ClientSession(416721922)--Connection(2025060646)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.17--ClientSession(416721922)--Connection(2025060646)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:06.17--ClientSession(416721922)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="SEQ_GEN_IDENTITY" sql="SELECT LAST_INSERT_ID()")
    [junit] [EL Fine]: 2024-04-17 17:54:06.17--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-17 17:54:06.171--ClientSession(416721922)--Connection(516329661)--Thread(Thread[main,5,main])--SELECT LAST_INSERT_ID()
    [junit] [EL Finest]: 2024-04-17 17:54:06.171--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-17 17:54:06.171--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-17 17:54:06.171--ClientSession(416721922)--Connection(516329661)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.172--ServerSession(374455656)--Connection(2025060646)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.172--UnitOfWork(121382376)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.172--UnitOfWork(121382376)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.172--UnitOfWork(121382376)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.172--ClientSession(416721922)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.18--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1929962198
    [junit] [EL Finer]: 2024-04-17 17:54:06.18--ClientSession(1929962198)--Thread(Thread[main,5,main])--acquire unit of work: 934900628
    [junit] [EL Finest]: 2024-04-17 17:54:06.181--UnitOfWork(934900628)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.181--UnitOfWork(934900628)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:06.181--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-17 17:54:06.181--ServerSession(374455656)--Connection(2056288620)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.181--ClientSession(1929962198)--Connection(2056288620)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.181--ClientSession(1929962198)--Connection(2056288620)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:06.181--ClientSession(1929962198)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="SEQ_GEN_IDENTITY" sql="SELECT LAST_INSERT_ID()")
    [junit] [EL Fine]: 2024-04-17 17:54:06.181--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-17 17:54:06.181--ClientSession(1929962198)--Connection(113868921)--Thread(Thread[main,5,main])--SELECT LAST_INSERT_ID()
    [junit] [EL Finest]: 2024-04-17 17:54:06.182--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-17 17:54:06.182--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-17 17:54:06.182--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-17 17:54:06.182--UnitOfWork(934900628)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:06.183--UnitOfWork(934900628)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.183--UnitOfWork(934900628)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.183--ClientSession(1929962198)--Connection(113868921)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.183--ServerSession(374455656)--Connection(2056288620)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.183--UnitOfWork(934900628)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.183--UnitOfWork(934900628)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: 2024-04-17 17:54:06.183--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-17 17:54:06.192--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1325360590
    [junit] [EL Finer]: 2024-04-17 17:54:06.192--ClientSession(1325360590)--Thread(Thread[main,5,main])--acquire unit of work: 557332591
    [junit] [EL Finest]: 2024-04-17 17:54:06.192--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-17 17:54:06.192--UnitOfWork(557332591)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:06.192--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-17 17:54:06.192--ServerSession(374455656)--Connection(2017484544)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.193--ClientSession(1325360590)--Connection(2017484544)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.193--ClientSession(1325360590)--Connection(2017484544)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:06.193--ClientSession(1325360590)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="SEQ_GEN_IDENTITY" sql="SELECT LAST_INSERT_ID()")
    [junit] [EL Fine]: 2024-04-17 17:54:06.193--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-17 17:54:06.193--ClientSession(1325360590)--Connection(694096221)--Thread(Thread[main,5,main])--SELECT LAST_INSERT_ID()
    [junit] [EL Finest]: 2024-04-17 17:54:06.193--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-17 17:54:06.193--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-17 17:54:06.194--UnitOfWork(557332591)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:06.194--UnitOfWork(557332591)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.194--UnitOfWork(557332591)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.194--ClientSession(1325360590)--Connection(694096221)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.194--ServerSession(374455656)--Connection(2017484544)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.194--UnitOfWork(557332591)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.194--UnitOfWork(557332591)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: 2024-04-17 17:54:06.194--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-17 17:54:06.194--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-17 17:54:06.204--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1328669818
    [junit] [EL Finer]: 2024-04-17 17:54:06.204--ClientSession(1328669818)--Thread(Thread[main,5,main])--acquire unit of work: 2081693720
    [junit] [EL Finest]: 2024-04-17 17:54:06.204--UnitOfWork(2081693720)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.204--UnitOfWork(2081693720)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.204--UnitOfWork(2081693720)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:06.204--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-17 17:54:06.205--ServerSession(374455656)--Connection(573240831)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.205--ClientSession(1328669818)--Connection(573240831)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.205--ClientSession(1328669818)--Connection(573240831)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:06.205--ClientSession(1328669818)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="SEQ_GEN_IDENTITY" sql="SELECT LAST_INSERT_ID()")
    [junit] [EL Fine]: 2024-04-17 17:54:06.205--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-17 17:54:06.205--ClientSession(1328669818)--Connection(1886526509)--Thread(Thread[main,5,main])--SELECT LAST_INSERT_ID()
    [junit] [EL Finest]: 2024-04-17 17:54:06.205--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-17 17:54:06.206--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-17 17:54:06.206--ClientSession(1328669818)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="SEQ_GEN_IDENTITY" sql="SELECT LAST_INSERT_ID()")
    [junit] [EL Fine]: 2024-04-17 17:54:06.206--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-17 17:54:06.206--ClientSession(1328669818)--Connection(1886526509)--Thread(Thread[main,5,main])--SELECT LAST_INSERT_ID()
    [junit] [EL Finest]: 2024-04-17 17:54:06.206--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-17 17:54:06.207--ClientSession(1328669818)--Connection(1886526509)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:06.207--ClientSession(1328669818)--Connection(1886526509)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREATURE_DETAILS (COLOR, SECONDTABLE_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:06.207--ClientSession(1328669818)--Connection(1886526509)--Thread(Thread[main,5,main])--	bind => [blue, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:06.207--ClientSession(1328669818)--Connection(1886526509)--Thread(Thread[main,5,main])--	bind => [red, 5]
    [junit] [EL Finer]: 2024-04-17 17:54:06.207--ClientSession(1328669818)--Connection(1886526509)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:06.207--UnitOfWork(2081693720)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:06.207--UnitOfWork(2081693720)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: 2024-04-17 17:54:06.208--UnitOfWork(2081693720)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.208--UnitOfWork(2081693720)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.208--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-17 17:54:06.208--ClientSession(1328669818)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creatures" )
    [junit] [EL Fine]: 2024-04-17 17:54:06.208--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-17 17:54:06.208--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-17 17:54:06.208--ClientSession(1328669818)--Connection(1886526509)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:06.208--ClientSession(1328669818)--Connection(1886526509)--Thread(Thread[main,5,main])--INSERT INTO TMP_CAVE_CREATURE (CREATURE_ID, CAVE_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:06.208--ClientSession(1328669818)--Connection(1886526509)--Thread(Thread[main,5,main])--	bind => [4, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:06.208--ClientSession(1328669818)--Connection(1886526509)--Thread(Thread[main,5,main])--	bind => [5, 12]
    [junit] [EL Finer]: 2024-04-17 17:54:06.208--ClientSession(1328669818)--Connection(1886526509)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:06.209--ClientSession(1328669818)--Connection(1886526509)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.209--ServerSession(374455656)--Connection(573240831)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.209--UnitOfWork(2081693720)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.209--UnitOfWork(2081693720)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: 2024-04-17 17:54:06.209--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-17 17:54:06.209--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-17 17:54:06.21--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.051 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-17 17:54:06.232--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 365067109
    [junit] [EL Finer]: 2024-04-17 17:54:06.232--ClientSession(365067109)--Thread(Thread[main,5,main])--acquire unit of work: 275407904
    [junit] [EL Finest]: 2024-04-17 17:54:06.232--UnitOfWork(275407904)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.232--UnitOfWork(275407904)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.233--UnitOfWork(275407904)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(ContractEmployee id: 123645 name: Hans Wurst)
    [junit] [EL Finest]: 2024-04-17 17:54:06.233--ServerSession(374455656)--Connection(1501493528)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.233--ClientSession(365067109)--Connection(1501493528)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.233--ClientSession(365067109)--Connection(1501493528)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.233--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-06, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:06.234--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-17 17:54:06.234--ClientSession(365067109)--Connection(452382067)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.234--ServerSession(374455656)--Connection(1501493528)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.234--UnitOfWork(275407904)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.234--UnitOfWork(275407904)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.234--UnitOfWork(275407904)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.234--ClientSession(365067109)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.234--UnitOfWork(275407904)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.234--ClientSession(365067109)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.234--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 740453808
    [junit] [EL Finer]: 2024-04-17 17:54:06.234--ClientSession(740453808)--Thread(Thread[main,5,main])--acquire unit of work: 1290258
    [junit] [EL Finest]: 2024-04-17 17:54:06.235--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-17 17:54:06.235--ServerSession(374455656)--Connection(1123114631)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.235--ServerSession(374455656)--Connection(1123114631)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.235--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-17 17:54:06.235--ServerSession(374455656)--Connection(1123114631)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.235--ServerSession(374455656)--Connection(431528483)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.235--ServerSession(374455656)--Connection(431528483)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.236--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-17 17:54:06.236--ServerSession(374455656)--Connection(431528483)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:06.236--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1837746467
    [junit] [EL Finer]: 2024-04-17 17:54:06.236--ClientSession(1837746467)--Thread(Thread[main,5,main])--acquire unit of work: 1376105189
    [junit] [EL Finest]: 2024-04-17 17:54:06.236--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-17 17:54:06.236--ServerSession(374455656)--Connection(30872412)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.236--ServerSession(374455656)--Connection(30872412)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.237--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-17 17:54:06.237--ServerSession(374455656)--Connection(30872412)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.237--UnitOfWork(1376105189)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.237--UnitOfWork(1376105189)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.237--UnitOfWork(1376105189)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=ContractEmployee )
    [junit] [EL Finest]: 2024-04-17 17:54:06.237--UnitOfWork(1376105189)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(ContractEmployee id: 123645 name: Hans Wurst)
    [junit] [EL Finest]: 2024-04-17 17:54:06.237--ServerSession(374455656)--Connection(1866281916)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.237--ClientSession(1837746467)--Connection(1866281916)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.237--ClientSession(1837746467)--Connection(1866281916)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.237--ClientSession(1837746467)--Connection(848940191)--Thread(Thread[main,5,main])--DELETE FROM TMP_CONTRACT_EMP WHERE (ID = ?)
    [junit] 	bind => [123645]
    [junit] [EL Fine]: 2024-04-17 17:54:06.238--ClientSession(1837746467)--Connection(848940191)--Thread(Thread[main,5,main])--DELETE FROM TMP_ABSTR_EMP WHERE (ID = ?)
    [junit] 	bind => [123645]
    [junit] [EL Finer]: 2024-04-17 17:54:06.238--ClientSession(1837746467)--Connection(848940191)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.238--ServerSession(374455656)--Connection(1866281916)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.238--UnitOfWork(1376105189)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.238--UnitOfWork(1376105189)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.238--UnitOfWork(1376105189)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.238--ClientSession(1837746467)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.238--UnitOfWork(1376105189)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.238--ClientSession(1837746467)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.246--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 507448412
    [junit] [EL Finer]: 2024-04-17 17:54:06.246--ClientSession(507448412)--Thread(Thread[main,5,main])--acquire unit of work: 343336007
    [junit] [EL Finest]: 2024-04-17 17:54:06.247--UnitOfWork(343336007)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.247--UnitOfWork(343336007)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.247--UnitOfWork(343336007)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(ContractEmployee id: 123645 name: Hans Wurst)
    [junit] [EL Finest]: 2024-04-17 17:54:06.247--ServerSession(374455656)--Connection(14393037)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.247--ClientSession(507448412)--Connection(14393037)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.247--ClientSession(507448412)--Connection(14393037)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.247--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-06, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:06.247--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-17 17:54:06.247--ClientSession(507448412)--Connection(598480461)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.248--ServerSession(374455656)--Connection(14393037)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.248--UnitOfWork(343336007)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.248--UnitOfWork(343336007)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.248--UnitOfWork(343336007)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.248--ClientSession(507448412)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.248--UnitOfWork(343336007)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.248--ClientSession(507448412)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.249--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 692600080
    [junit] [EL Finer]: 2024-04-17 17:54:06.25--ClientSession(692600080)--Thread(Thread[main,5,main])--acquire unit of work: 1612485948
    [junit] [EL Finest]: 2024-04-17 17:54:06.25--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-17 17:54:06.25--ServerSession(374455656)--Connection(1554413143)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.25--ServerSession(374455656)--Connection(1554413143)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.25--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-17 17:54:06.25--ServerSession(374455656)--Connection(1554413143)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:06.25--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 988170450
    [junit] [EL Finer]: 2024-04-17 17:54:06.25--ClientSession(988170450)--Thread(Thread[main,5,main])--acquire unit of work: 1436390679
    [junit] [EL Finest]: 2024-04-17 17:54:06.25--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-17 17:54:06.25--ServerSession(374455656)--Connection(2137629035)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.25--ServerSession(374455656)--Connection(2137629035)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.25--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-17 17:54:06.251--ServerSession(374455656)--Connection(2137629035)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.251--UnitOfWork(1436390679)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.251--UnitOfWork(1436390679)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.251--UnitOfWork(1436390679)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=ContractEmployee )
    [junit] [EL Finest]: 2024-04-17 17:54:06.251--UnitOfWork(1436390679)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(ContractEmployee id: 123645 name: Hans Wurst)
    [junit] [EL Finest]: 2024-04-17 17:54:06.251--ServerSession(374455656)--Connection(1786416670)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.251--ClientSession(988170450)--Connection(1786416670)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.251--ClientSession(988170450)--Connection(1786416670)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.252--ClientSession(988170450)--Connection(60466581)--Thread(Thread[main,5,main])--DELETE FROM TMP_CONTRACT_EMP WHERE (ID = ?)
    [junit] 	bind => [123645]
    [junit] [EL Fine]: 2024-04-17 17:54:06.252--ClientSession(988170450)--Connection(60466581)--Thread(Thread[main,5,main])--DELETE FROM TMP_ABSTR_EMP WHERE (ID = ?)
    [junit] 	bind => [123645]
    [junit] [EL Finer]: 2024-04-17 17:54:06.252--ClientSession(988170450)--Connection(60466581)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.252--ServerSession(374455656)--Connection(1786416670)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.252--UnitOfWork(1436390679)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.252--UnitOfWork(1436390679)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.252--UnitOfWork(1436390679)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.252--ClientSession(988170450)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.252--UnitOfWork(1436390679)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.252--ClientSession(988170450)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.26--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1348905109
    [junit] [EL Finer]: 2024-04-17 17:54:06.26--ClientSession(1348905109)--Thread(Thread[main,5,main])--acquire unit of work: 1860982348
    [junit] [EL Finest]: 2024-04-17 17:54:06.26--UnitOfWork(1860982348)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.261--UnitOfWork(1860982348)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.261--UnitOfWork(1860982348)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(ContractEmployee id: 123645 name: Hans Wurst)
    [junit] [EL Finest]: 2024-04-17 17:54:06.261--ServerSession(374455656)--Connection(1481077589)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.261--ClientSession(1348905109)--Connection(1481077589)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.261--ClientSession(1348905109)--Connection(1481077589)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.261--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-06, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:06.261--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-17 17:54:06.261--ClientSession(1348905109)--Connection(1419051047)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.262--ServerSession(374455656)--Connection(1481077589)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.262--UnitOfWork(1860982348)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.262--UnitOfWork(1860982348)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.262--UnitOfWork(1860982348)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.262--ClientSession(1348905109)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.262--UnitOfWork(1860982348)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.262--ClientSession(1348905109)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.263--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 673987232
    [junit] [EL Finer]: 2024-04-17 17:54:06.263--ClientSession(673987232)--Thread(Thread[main,5,main])--acquire unit of work: 627675433
    [junit] [EL Finest]: 2024-04-17 17:54:06.263--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-17 17:54:06.263--ServerSession(374455656)--Connection(1862345909)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.263--ServerSession(374455656)--Connection(1862345909)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.263--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-17 17:54:06.263--ServerSession(374455656)--Connection(1862345909)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:06.264--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1956717054
    [junit] [EL Finer]: 2024-04-17 17:54:06.264--ClientSession(1956717054)--Thread(Thread[main,5,main])--acquire unit of work: 308516691
    [junit] [EL Finest]: 2024-04-17 17:54:06.264--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-17 17:54:06.264--ServerSession(374455656)--Connection(8149631)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.264--ServerSession(374455656)--Connection(8149631)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.264--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-17 17:54:06.264--ServerSession(374455656)--Connection(8149631)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.264--UnitOfWork(308516691)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.264--UnitOfWork(308516691)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.264--UnitOfWork(308516691)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=ContractEmployee )
    [junit] [EL Finest]: 2024-04-17 17:54:06.264--UnitOfWork(308516691)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(ContractEmployee id: 123645 name: Hans Wurst)
    [junit] [EL Finest]: 2024-04-17 17:54:06.264--ServerSession(374455656)--Connection(844355441)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.264--ClientSession(1956717054)--Connection(844355441)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.264--ClientSession(1956717054)--Connection(844355441)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.265--ClientSession(1956717054)--Connection(705459926)--Thread(Thread[main,5,main])--DELETE FROM TMP_CONTRACT_EMP WHERE (ID = ?)
    [junit] 	bind => [123645]
    [junit] [EL Fine]: 2024-04-17 17:54:06.265--ClientSession(1956717054)--Connection(705459926)--Thread(Thread[main,5,main])--DELETE FROM TMP_ABSTR_EMP WHERE (ID = ?)
    [junit] 	bind => [123645]
    [junit] [EL Finer]: 2024-04-17 17:54:06.265--ClientSession(1956717054)--Connection(705459926)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.265--ServerSession(374455656)--Connection(844355441)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.265--UnitOfWork(308516691)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.265--UnitOfWork(308516691)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.265--UnitOfWork(308516691)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.265--ClientSession(1956717054)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.265--UnitOfWork(308516691)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.265--ClientSession(1956717054)--Thread(Thread[main,5,main])--client released
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.CallbackTest
    [junit] [EL Finer]: 2024-04-17 17:54:06.286--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1262813549
    [junit] [EL Finer]: 2024-04-17 17:54:06.286--ClientSession(1262813549)--Thread(Thread[main,5,main])--acquire unit of work: 1897517530
    [junit] [EL Finest]: 2024-04-17 17:54:06.286--UnitOfWork(1897517530)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.286--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-17 17:54:06.286--UnitOfWork(1897517530)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.286--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-17 17:54:06.286--UnitOfWork(1897517530)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.286--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-17 17:54:06.286--UnitOfWork(1897517530)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.287--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-17 17:54:06.287--ServerSession(374455656)--Connection(3336648)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.287--ClientSession(1262813549)--Connection(3336648)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.287--ClientSession(1262813549)--Connection(3336648)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:06.287--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-17 17:54:06.287--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-17 17:54:06.287--ClientSession(1262813549)--Connection(1304046855)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:06.287--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-17 17:54:06.287--ClientSession(1262813549)--Connection(1304046855)--Thread(Thread[main,5,main])--	bind => [4, Peugeot, red, 12, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:06.287--ClientSession(1262813549)--Connection(1304046855)--Thread(Thread[main,5,main])--	bind => [5, Fischer, brown, 24, 1, 4711]
    [junit] [EL Finer]: 2024-04-17 17:54:06.287--ClientSession(1262813549)--Connection(1304046855)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Fine]: 2024-04-17 17:54:06.288--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-17 17:54:06.288--ClientSession(1262813549)--Connection(1304046855)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.288--ServerSession(374455656)--Connection(3336648)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.289--UnitOfWork(1897517530)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.289--UnitOfWork(1897517530)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.289--UnitOfWork(1897517530)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.289--ClientSession(1262813549)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.289--UnitOfWork(1897517530)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.289--ClientSession(1262813549)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.289--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 2119959716
    [junit] [EL Finer]: 2024-04-17 17:54:06.289--ClientSession(2119959716)--Thread(Thread[main,5,main])--acquire unit of work: 1645403261
    [junit] [EL Finest]: 2024-04-17 17:54:06.289--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-17 17:54:06.289--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-17 17:54:06.29--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-17 17:54:06.29--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-17 17:54:06.29--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-17 17:54:06.29--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-17 17:54:06.291--UnitOfWork(1645403261)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.291--UnitOfWork(1645403261)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.291--UnitOfWork(1645403261)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.291--UnitOfWork(1645403261)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.291--UnitOfWork(1645403261)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=MountainBike )
    [junit] [EL Finest]: 2024-04-17 17:54:06.291--UnitOfWork(1645403261)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Vehicle )
    [junit] [EL Finest]: 2024-04-17 17:54:06.291--UnitOfWork(1645403261)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Bicycle )
    [junit] [EL Finest]: 2024-04-17 17:54:06.291--UnitOfWork(1645403261)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" )
    [junit] [EL Finest]: 2024-04-17 17:54:06.291--ServerSession(374455656)--Connection(978415181)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.291--ClientSession(2119959716)--Connection(978415181)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.291--ClientSession(2119959716)--Connection(978415181)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:06.292--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-17 17:54:06.292--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-17 17:54:06.292--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-17 17:54:06.292--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-17 17:54:06.292--ClientSession(2119959716)--Connection(7318052)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:06.292--ClientSession(2119959716)--Connection(7318052)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE_PROFILE WHERE (VEHICLE_ID = ?)
    [junit] [EL Fine]: 2024-04-17 17:54:06.292--ClientSession(2119959716)--Connection(7318052)--Thread(Thread[main,5,main])--	bind => [5]
    [junit] [EL Fine]: 2024-04-17 17:54:06.292--ClientSession(2119959716)--Connection(7318052)--Thread(Thread[main,5,main])--	bind => [3]
    [junit] [EL Finer]: 2024-04-17 17:54:06.292--ClientSession(2119959716)--Connection(7318052)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:06.293--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-17 17:54:06.293--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-17 17:54:06.293--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-17 17:54:06.293--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-17 17:54:06.293--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-17 17:54:06.293--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-17 17:54:06.293--ClientSession(2119959716)--Connection(7318052)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:06.293--ClientSession(2119959716)--Connection(7318052)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE WHERE ((ID = ?) AND (VERSION = ?))
    [junit] [EL Fine]: 2024-04-17 17:54:06.293--ClientSession(2119959716)--Connection(7318052)--Thread(Thread[main,5,main])--	bind => [3, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:06.293--ClientSession(2119959716)--Connection(7318052)--Thread(Thread[main,5,main])--	bind => [5, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:06.293--ClientSession(2119959716)--Connection(7318052)--Thread(Thread[main,5,main])--	bind => [4, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:06.293--ClientSession(2119959716)--Connection(7318052)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:06.294--ClientSession(2119959716)--Connection(7318052)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.294--ServerSession(374455656)--Connection(978415181)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.294--UnitOfWork(1645403261)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.294--UnitOfWork(1645403261)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.295--UnitOfWork(1645403261)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.295--ClientSession(2119959716)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.295--UnitOfWork(1645403261)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.295--ClientSession(2119959716)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.31--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 160531591
    [junit] [EL Finer]: 2024-04-17 17:54:06.31--ClientSession(160531591)--Thread(Thread[main,5,main])--acquire unit of work: 1289555759
    [junit] [EL Finest]: 2024-04-17 17:54:06.31--UnitOfWork(1289555759)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.31--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-17 17:54:06.311--UnitOfWork(1289555759)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.311--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-17 17:54:06.311--UnitOfWork(1289555759)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.311--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-17 17:54:06.311--UnitOfWork(1289555759)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.311--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-17 17:54:06.311--ServerSession(374455656)--Connection(6812252)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.311--ClientSession(160531591)--Connection(6812252)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.311--ClientSession(160531591)--Connection(6812252)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:06.311--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-17 17:54:06.311--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-17 17:54:06.312--ClientSession(160531591)--Connection(1205303598)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:06.312--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-17 17:54:06.312--ClientSession(160531591)--Connection(1205303598)--Thread(Thread[main,5,main])--	bind => [7, Peugeot, red, 12, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:06.312--ClientSession(160531591)--Connection(1205303598)--Thread(Thread[main,5,main])--	bind => [8, Fischer, brown, 24, 1, 4711]
    [junit] [EL Finer]: 2024-04-17 17:54:06.312--ClientSession(160531591)--Connection(1205303598)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Fine]: 2024-04-17 17:54:06.312--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-17 17:54:06.312--ClientSession(160531591)--Connection(1205303598)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.313--ServerSession(374455656)--Connection(6812252)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.313--UnitOfWork(1289555759)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.313--UnitOfWork(1289555759)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.313--UnitOfWork(1289555759)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.313--ClientSession(160531591)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.313--UnitOfWork(1289555759)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.313--ClientSession(160531591)--Thread(Thread[main,5,main])--client released
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.ChangeSubclassTest
    [junit] [EL Finer]: 2024-04-17 17:54:06.333--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 795588312
    [junit] [EL Finer]: 2024-04-17 17:54:06.333--ClientSession(795588312)--Thread(Thread[main,5,main])--acquire unit of work: 413097688
    [junit] [EL Finest]: 2024-04-17 17:54:06.333--UnitOfWork(413097688)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.333--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-17 17:54:06.334--UnitOfWork(413097688)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.334--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-17 17:54:06.334--ServerSession(374455656)--Connection(1928401617)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.334--ClientSession(795588312)--Connection(1928401617)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.334--ClientSession(795588312)--Connection(1928401617)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.334--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-17 17:54:06.334--ClientSession(795588312)--Connection(284879817)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.335--ServerSession(374455656)--Connection(1928401617)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.335--UnitOfWork(413097688)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.335--UnitOfWork(413097688)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.335--UnitOfWork(413097688)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.335--ClientSession(795588312)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.335--UnitOfWork(413097688)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.335--ClientSession(795588312)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.335--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1279743303
    [junit] [EL Finer]: 2024-04-17 17:54:06.335--ClientSession(1279743303)--Thread(Thread[main,5,main])--acquire unit of work: 920301956
    [junit] [EL Finest]: 2024-04-17 17:54:06.335--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-17 17:54:06.335--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-17 17:54:06.336--UnitOfWork(920301956)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.336--UnitOfWork(920301956)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.336--UnitOfWork(920301956)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Car )
    [junit] [EL Finest]: 2024-04-17 17:54:06.336--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-17 17:54:06.336--ServerSession(374455656)--Connection(1739569814)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.336--ClientSession(1279743303)--Connection(1739569814)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.336--ClientSession(1279743303)--Connection(1739569814)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:06.336--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-17 17:54:06.336--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-17 17:54:06.337--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-17 17:54:06.337--ClientSession(1279743303)--Connection(1963323207)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.337--ServerSession(374455656)--Connection(1739569814)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.337--UnitOfWork(920301956)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.337--UnitOfWork(920301956)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.337--UnitOfWork(920301956)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.337--ClientSession(1279743303)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.337--UnitOfWork(920301956)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.337--ClientSession(1279743303)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.337--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1923082984
    [junit] [EL Finer]: 2024-04-17 17:54:06.337--ClientSession(1923082984)--Thread(Thread[main,5,main])--acquire unit of work: 674913323
    [junit] [EL Finest]: 2024-04-17 17:54:06.337--UnitOfWork(674913323)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.338--UnitOfWork(674913323)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.338--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-17 17:54:06.338--ServerSession(374455656)--Connection(1791266948)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.338--ClientSession(1923082984)--Connection(1791266948)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.338--ClientSession(1923082984)--Connection(1791266948)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.338--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-17 17:54:06.338--ClientSession(1923082984)--Connection(283460339)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.338--ServerSession(374455656)--Connection(1791266948)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.339--UnitOfWork(674913323)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.339--UnitOfWork(674913323)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.339--UnitOfWork(674913323)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.339--ClientSession(1923082984)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.339--UnitOfWork(674913323)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.339--ClientSession(1923082984)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.339--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 71700191
    [junit] [EL Finer]: 2024-04-17 17:54:06.339--ClientSession(71700191)--Thread(Thread[main,5,main])--acquire unit of work: 1246297699
    [junit] [EL Finest]: 2024-04-17 17:54:06.339--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-17 17:54:06.339--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.023 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.RelationsTest
    [junit] [EL Finer]: 2024-04-17 17:54:06.36--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 275532402
    [junit] [EL Finer]: 2024-04-17 17:54:06.36--ClientSession(275532402)--Thread(Thread[main,5,main])--acquire unit of work: 1026432280
    [junit] [EL Finest]: 2024-04-17 17:54:06.36--UnitOfWork(1026432280)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.36--UnitOfWork(1026432280)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.36--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-17 17:54:06.361--UnitOfWork(1026432280)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.361--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-17 17:54:06.361--ServerSession(374455656)--Connection(590237213)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.361--ClientSession(275532402)--Connection(590237213)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.361--ClientSession(275532402)--Connection(590237213)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:06.361--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-17 17:54:06.361--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-17 17:54:06.362--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-17 17:54:06.362--ClientSession(275532402)--Connection(159967977)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.362--ServerSession(374455656)--Connection(590237213)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.363--UnitOfWork(1026432280)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.363--UnitOfWork(1026432280)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.363--UnitOfWork(1026432280)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.363--ClientSession(275532402)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.363--UnitOfWork(1026432280)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.363--ClientSession(275532402)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.363--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1307948386
    [junit] [EL Finer]: 2024-04-17 17:54:06.363--ClientSession(1307948386)--Thread(Thread[main,5,main])--acquire unit of work: 65327511
    [junit] [EL Finest]: 2024-04-17 17:54:06.363--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-17 17:54:06.363--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-17 17:54:06.363--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-17 17:54:06.364--ServerSession(374455656)--Connection(568799154)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.364--ServerSession(374455656)--Connection(568799154)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.364--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-17 17:54:06.364--ServerSession(374455656)--Connection(568799154)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.364--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-17 17:54:06.364--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-17 17:54:06.381--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1835961852
    [junit] [EL Finer]: 2024-04-17 17:54:06.381--ClientSession(1835961852)--Thread(Thread[main,5,main])--acquire unit of work: 576244244
    [junit] [EL Finest]: 2024-04-17 17:54:06.381--UnitOfWork(576244244)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.381--UnitOfWork(576244244)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.381--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-17 17:54:06.381--UnitOfWork(576244244)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.381--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-17 17:54:06.381--UnitOfWork(576244244)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.381--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-17 17:54:06.381--ServerSession(374455656)--Connection(2000683658)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.381--ClientSession(1835961852)--Connection(2000683658)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.381--ClientSession(1835961852)--Connection(2000683658)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:06.382--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-17 17:54:06.382--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-17 17:54:06.382--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-17 17:54:06.382--ClientSession(1835961852)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" )
    [junit] [EL Finer]: 2024-04-17 17:54:06.382--ClientSession(1835961852)--Connection(1083840077)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:06.382--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-17 17:54:06.383--ClientSession(1835961852)--Connection(1083840077)--Thread(Thread[main,5,main])--	bind => [12, null, null, 0, 1, 4711]
    [junit] [EL Fine]: 2024-04-17 17:54:06.383--ClientSession(1835961852)--Connection(1083840077)--Thread(Thread[main,5,main])--	bind => [11, null, null, 0, 1, 45]
    [junit] [EL Finer]: 2024-04-17 17:54:06.383--ClientSession(1835961852)--Connection(1083840077)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:06.383--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-17 17:54:06.383--ClientSession(1835961852)--Connection(1083840077)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:06.383--ClientSession(1835961852)--Connection(1083840077)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:06.383--ClientSession(1835961852)--Connection(1083840077)--Thread(Thread[main,5,main])--	bind => [17, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:06.383--ClientSession(1835961852)--Connection(1083840077)--Thread(Thread[main,5,main])--	bind => [17, 11]
    [junit] [EL Finer]: 2024-04-17 17:54:06.383--ClientSession(1835961852)--Connection(1083840077)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:06.384--ClientSession(1835961852)--Connection(1083840077)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.384--ServerSession(374455656)--Connection(2000683658)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.385--UnitOfWork(576244244)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.385--UnitOfWork(576244244)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.385--UnitOfWork(576244244)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.385--ClientSession(1835961852)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.385--UnitOfWork(576244244)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.385--ClientSession(1835961852)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.385--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 496769209
    [junit] [EL Finer]: 2024-04-17 17:54:06.385--ClientSession(496769209)--Thread(Thread[main,5,main])--acquire unit of work: 1149033386
    [junit] [EL Finest]: 2024-04-17 17:54:06.385--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-17 17:54:06.385--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-17 17:54:06.385--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-17 17:54:06.385--ServerSession(374455656)--Connection(306425242)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.385--ServerSession(374455656)--Connection(306425242)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.385--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-17 17:54:06.386--ServerSession(374455656)--Connection(306425242)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.386--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-17 17:54:06.386--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-17 17:54:06.386--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-17 17:54:06.386--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-17 17:54:06.386--UnitOfWork(1149033386)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.386--ClientSession(496769209)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.386--UnitOfWork(1149033386)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.386--ClientSession(496769209)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.386--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 972811892
    [junit] [EL Finer]: 2024-04-17 17:54:06.386--ClientSession(972811892)--Thread(Thread[main,5,main])--acquire unit of work: 549828088
    [junit] [EL Finest]: 2024-04-17 17:54:06.386--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-17 17:54:06.386--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-17 17:54:06.387--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-17 17:54:06.387--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-17 17:54:06.387--ServerSession(374455656)--Connection(1259551167)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.387--ServerSession(374455656)--Connection(1259551167)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.387--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-17 17:54:06.387--ServerSession(374455656)--Connection(1259551167)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.387--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-17 17:54:06.387--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-17 17:54:06.388--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-17 17:54:06.388--UnitOfWork(549828088)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.388--UnitOfWork(549828088)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.388--UnitOfWork(549828088)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.404--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1740764606
    [junit] [EL Finer]: 2024-04-17 17:54:06.404--ClientSession(1740764606)--Thread(Thread[main,5,main])--acquire unit of work: 1953045023
    [junit] [EL Finest]: 2024-04-17 17:54:06.404--UnitOfWork(1953045023)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.404--UnitOfWork(1953045023)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.404--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-17 17:54:06.404--UnitOfWork(1953045023)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.404--UnitOfWork(1953045023)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.404--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-17 17:54:06.404--UnitOfWork(1953045023)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.404--UnitOfWork(1953045023)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.405--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-17 17:54:06.405--UnitOfWork(1953045023)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.405--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-17 17:54:06.405--ServerSession(374455656)--Connection(1139660000)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.405--ClientSession(1740764606)--Connection(1139660000)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.405--ClientSession(1740764606)--Connection(1139660000)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:06.405--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-17 17:54:06.406--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-17 17:54:06.406--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-17 17:54:06.406--ClientSession(1740764606)--Connection(120213311)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:06.406--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-17 17:54:06.406--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-17 17:54:06.406--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-17 17:54:06.406--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-17 17:54:06.406--ClientSession(1740764606)--Connection(120213311)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:06.407--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-17 17:54:06.407--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-17 17:54:06.407--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-17 17:54:06.407--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-17 17:54:06.408--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-17 17:54:06.408--ClientSession(1740764606)--Connection(120213311)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.408--ServerSession(374455656)--Connection(1139660000)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.409--UnitOfWork(1953045023)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.409--UnitOfWork(1953045023)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.409--UnitOfWork(1953045023)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.409--ClientSession(1740764606)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.409--UnitOfWork(1953045023)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.409--ClientSession(1740764606)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.409--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1567520676
    [junit] [EL Finer]: 2024-04-17 17:54:06.409--ClientSession(1567520676)--Thread(Thread[main,5,main])--acquire unit of work: 96443314
    [junit] [EL Finer]: 2024-04-17 17:54:06.41--UnitOfWork(96443314)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:06.41--UnitOfWork(96443314)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:06.41--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-17 17:54:06.41--ServerSession(374455656)--Connection(996713740)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.41--ServerSession(374455656)--Connection(996713740)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.41--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-17 17:54:06.411--ServerSession(374455656)--Connection(996713740)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.411--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-17 17:54:06.411--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-17 17:54:06.411--ServerSession(374455656)--Connection(351394592)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.411--ServerSession(374455656)--Connection(351394592)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.411--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-17 17:54:06.411--ServerSession(374455656)--Connection(351394592)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.412--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-17 17:54:06.412--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-17 17:54:06.412--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-17 17:54:06.412--ServerSession(374455656)--Connection(603237099)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.412--ServerSession(374455656)--Connection(603237099)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.412--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-17 17:54:06.412--ServerSession(374455656)--Connection(603237099)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.413--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-17 17:54:06.413--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-17 17:54:06.413--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-17 17:54:06.413--ServerSession(374455656)--Connection(1159661802)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.413--ServerSession(374455656)--Connection(1159661802)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.413--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-17 17:54:06.414--ServerSession(374455656)--Connection(1159661802)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.414--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-17 17:54:06.414--UnitOfWork(96443314)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.414--ClientSession(1567520676)--Thread(Thread[main,5,main])--client released
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.SimpleInheritanceTest
    [junit] [EL Finer]: 2024-04-17 17:54:06.435--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 595699767
    [junit] [EL Finer]: 2024-04-17 17:54:06.435--ClientSession(595699767)--Thread(Thread[main,5,main])--acquire unit of work: 2078448324
    [junit] [EL Finest]: 2024-04-17 17:54:06.435--UnitOfWork(2078448324)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.436--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-17 17:54:06.436--UnitOfWork(2078448324)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.436--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-17 17:54:06.436--UnitOfWork(2078448324)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.436--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-17 17:54:06.436--ServerSession(374455656)--Connection(1526223089)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.436--ClientSession(595699767)--Connection(1526223089)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.436--ClientSession(595699767)--Connection(1526223089)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:06.436--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-17 17:54:06.436--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-17 17:54:06.437--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-17 17:54:06.437--ClientSession(595699767)--Connection(997161651)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.437--ServerSession(374455656)--Connection(1526223089)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.438--UnitOfWork(2078448324)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.438--UnitOfWork(2078448324)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.438--UnitOfWork(2078448324)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.438--ClientSession(595699767)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.438--UnitOfWork(2078448324)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.438--ClientSession(595699767)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.439--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 582953485
    [junit] [EL Finer]: 2024-04-17 17:54:06.439--ClientSession(582953485)--Thread(Thread[main,5,main])--acquire unit of work: 1635207173
    [junit] [EL Finest]: 2024-04-17 17:54:06.439--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-17 17:54:06.439--ServerSession(374455656)--Connection(92157210)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.439--ServerSession(374455656)--Connection(92157210)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.439--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-17 17:54:06.439--ServerSession(374455656)--Connection(92157210)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.44--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-17 17:54:06.44--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-17 17:54:06.456--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 917163078
    [junit] [EL Finer]: 2024-04-17 17:54:06.456--ClientSession(917163078)--Thread(Thread[main,5,main])--acquire unit of work: 1310708555
    [junit] [EL Finest]: 2024-04-17 17:54:06.456--UnitOfWork(1310708555)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.456--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-17 17:54:06.456--UnitOfWork(1310708555)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.456--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-17 17:54:06.456--UnitOfWork(1310708555)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.457--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-17 17:54:06.457--ServerSession(374455656)--Connection(834391277)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.457--ClientSession(917163078)--Connection(834391277)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.457--ClientSession(917163078)--Connection(834391277)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:06.457--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-17 17:54:06.457--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-17 17:54:06.457--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-17 17:54:06.458--ClientSession(917163078)--Connection(849575186)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.458--ServerSession(374455656)--Connection(834391277)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.458--UnitOfWork(1310708555)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.458--UnitOfWork(1310708555)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.458--UnitOfWork(1310708555)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.458--ClientSession(917163078)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.458--UnitOfWork(1310708555)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.458--ClientSession(917163078)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.458--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1482163532
    [junit] [EL Finer]: 2024-04-17 17:54:06.458--ClientSession(1482163532)--Thread(Thread[main,5,main])--acquire unit of work: 686456664
    [junit] [EL Finest]: 2024-04-17 17:54:06.459--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-17 17:54:06.459--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-17 17:54:06.459--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-17 17:54:06.459--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-17 17:54:06.475--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 976699557
    [junit] [EL Finer]: 2024-04-17 17:54:06.475--ClientSession(976699557)--Thread(Thread[main,5,main])--acquire unit of work: 132160494
    [junit] [EL Finest]: 2024-04-17 17:54:06.475--UnitOfWork(132160494)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.475--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-17 17:54:06.475--UnitOfWork(132160494)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.475--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-17 17:54:06.475--ServerSession(374455656)--Connection(1495319789)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.475--ClientSession(976699557)--Connection(1495319789)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.475--ClientSession(976699557)--Connection(1495319789)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.475--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-17 17:54:06.476--ClientSession(976699557)--Connection(1511787468)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.476--ServerSession(374455656)--Connection(1495319789)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.476--UnitOfWork(132160494)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.476--UnitOfWork(132160494)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.476--UnitOfWork(132160494)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.476--ClientSession(976699557)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.476--UnitOfWork(132160494)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.476--ClientSession(976699557)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.492--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1203520581
    [junit] [EL Finer]: 2024-04-17 17:54:06.492--ClientSession(1203520581)--Thread(Thread[main,5,main])--acquire unit of work: 1753128715
    [junit] [EL Finest]: 2024-04-17 17:54:06.492--UnitOfWork(1753128715)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.492--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-17 17:54:06.492--UnitOfWork(1753128715)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.492--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-17 17:54:06.492--ServerSession(374455656)--Connection(1570076320)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.492--ClientSession(1203520581)--Connection(1570076320)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.492--ClientSession(1203520581)--Connection(1570076320)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.492--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-17 17:54:06.493--ClientSession(1203520581)--Connection(1099906270)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.493--ServerSession(374455656)--Connection(1570076320)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.493--UnitOfWork(1753128715)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.493--UnitOfWork(1753128715)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.493--UnitOfWork(1753128715)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.493--ClientSession(1203520581)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.493--UnitOfWork(1753128715)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.493--ClientSession(1203520581)--Thread(Thread[main,5,main])--client released
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.076 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestLockMethod
    [junit] [EL Finer]: 2024-04-17 17:54:06.507--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1065251495
    [junit] [EL Finer]: 2024-04-17 17:54:06.507--ClientSession(1065251495)--Thread(Thread[main,5,main])--acquire unit of work: 1774138654
    [junit] [EL Finest]: 2024-04-17 17:54:06.507--UnitOfWork(1774138654)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.507--UnitOfWork(1774138654)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:06.507--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-17 17:54:06.507--ServerSession(374455656)--Connection(703190139)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.507--ClientSession(1065251495)--Connection(703190139)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.507--ClientSession(1065251495)--Connection(703190139)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.508--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-17 17:54:06.508--UnitOfWork(1774138654)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:06.508--UnitOfWork(1774138654)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.508--UnitOfWork(1774138654)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.508--ClientSession(1065251495)--Connection(971899805)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.508--ServerSession(374455656)--Connection(703190139)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.508--ClientSession(1065251495)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.517--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 150098236
    [junit] [EL Finer]: 2024-04-17 17:54:06.517--ClientSession(150098236)--Thread(Thread[main,5,main])--acquire unit of work: 1444624884
    [junit] [EL Finer]: 2024-04-17 17:54:06.517--UnitOfWork(1444624884)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.517--ClientSession(150098236)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.525--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1380026145
    [junit] [EL Finer]: 2024-04-17 17:54:06.525--ClientSession(1380026145)--Thread(Thread[main,5,main])--acquire unit of work: 1878555109
    [junit] [EL Finest]: 2024-04-17 17:54:06.525--UnitOfWork(1878555109)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.525--ServerSession(374455656)--Connection(2073971242)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.525--ClientSession(1380026145)--Connection(2073971242)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.525--ClientSession(1380026145)--Connection(2073971242)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:06.525--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-17 17:54:06.525--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-17 17:54:06.525--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-17 17:54:06.526--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-17 17:54:06.526--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-17 17:54:06.526--ClientSession(1380026145)--Connection(632857335)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.526--ServerSession(374455656)--Connection(632857335)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.526--ServerSession(374455656)--Connection(2073971242)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:06.526--UnitOfWork(1878555109)--Thread(Thread[main,5,main])--assign sequence to the object (1 -> null:null:blah-muh)
    [junit] [EL Finer]: 2024-04-17 17:54:06.527--UnitOfWork(1878555109)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.527--UnitOfWork(1878555109)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(1:null:blah-muh)
    [junit] [EL Finest]: 2024-04-17 17:54:06.527--ServerSession(374455656)--Connection(387608529)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.527--ClientSession(1380026145)--Connection(387608529)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.527--ClientSession(1380026145)--Connection(387608529)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.527--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-17 17:54:06.527--ClientSession(1380026145)--Connection(11086262)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.528--ServerSession(374455656)--Connection(387608529)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.528--UnitOfWork(1878555109)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.528--UnitOfWork(1878555109)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.528--UnitOfWork(1878555109)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.528--ClientSession(1380026145)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.528--UnitOfWork(1878555109)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.528--ClientSession(1380026145)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.528--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1057484510
    [junit] [EL Finer]: 2024-04-17 17:54:06.528--ClientSession(1057484510)--Thread(Thread[main,5,main])--acquire unit of work: 2066180616
    [junit] [EL Finest]: 2024-04-17 17:54:06.528--UnitOfWork(2066180616)--Thread(Thread[main,5,main])--Merge clone with references 1:null:blah-muh
    [junit] [EL Finest]: 2024-04-17 17:54:06.528--UnitOfWork(2066180616)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Hobby )
    [junit] [EL Finest]: 2024-04-17 17:54:06.528--ServerSession(374455656)--Connection(533920109)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.528--ServerSession(374455656)--Connection(533920109)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.528--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-17 17:54:06.529--ServerSession(374455656)--Connection(533920109)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:06.529--UnitOfWork(2066180616)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.529--ClientSession(1057484510)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.537--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 352202338
    [junit] [EL Finer]: 2024-04-17 17:54:06.537--ClientSession(352202338)--Thread(Thread[main,5,main])--acquire unit of work: 440989019
    [junit] [EL Finest]: 2024-04-17 17:54:06.537--UnitOfWork(440989019)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.537--UnitOfWork(440989019)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.537--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-17 17:54:06.537--ServerSession(374455656)--Connection(796354033)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.537--ClientSession(352202338)--Connection(796354033)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.537--ClientSession(352202338)--Connection(796354033)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.538--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-17 17:54:06.538--ClientSession(352202338)--Connection(1925754729)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.538--ServerSession(374455656)--Connection(796354033)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.538--UnitOfWork(440989019)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.538--UnitOfWork(440989019)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.538--UnitOfWork(440989019)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.538--ClientSession(352202338)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.538--UnitOfWork(440989019)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.538--ClientSession(352202338)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.538--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1497779976
    [junit] [EL Finer]: 2024-04-17 17:54:06.538--ClientSession(1497779976)--Thread(Thread[main,5,main])--acquire unit of work: 1300951356
    [junit] [EL Finer]: 2024-04-17 17:54:06.538--UnitOfWork(1300951356)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.539--ClientSession(1497779976)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.539--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 2047785987
    [junit] [EL Finer]: 2024-04-17 17:54:06.539--ClientSession(2047785987)--Thread(Thread[main,5,main])--acquire unit of work: 118136684
    [junit] [EL Finest]: 2024-04-17 17:54:06.539--UnitOfWork(118136684)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.539--UnitOfWork(118136684)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.539--ClientSession(2047785987)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.539--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 2041050451
    [junit] [EL Finer]: 2024-04-17 17:54:06.539--ClientSession(2041050451)--Thread(Thread[main,5,main])--acquire unit of work: 713417972
    [junit] [EL Finest]: 2024-04-17 17:54:06.539--UnitOfWork(713417972)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.539--UnitOfWork(713417972)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.539--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-17 17:54:06.539--ServerSession(374455656)--Connection(1056461410)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.539--ClientSession(2041050451)--Connection(1056461410)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.539--ClientSession(2041050451)--Connection(1056461410)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.539--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-17 17:54:06.539--ClientSession(2041050451)--Connection(996123405)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.54--ServerSession(374455656)--Connection(1056461410)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.54--UnitOfWork(713417972)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.54--UnitOfWork(713417972)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.54--UnitOfWork(713417972)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.54--ClientSession(2041050451)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.54--UnitOfWork(713417972)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.54--ClientSession(2041050451)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.54--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 481833477
    [junit] [EL Finer]: 2024-04-17 17:54:06.54--ClientSession(481833477)--Thread(Thread[main,5,main])--acquire unit of work: 1622083762
    [junit] [EL Finest]: 2024-04-17 17:54:06.54--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-17 17:54:06.54--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-17 17:54:06.54--UnitOfWork(1622083762)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.54--ClientSession(481833477)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.54--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 352985115
    [junit] [EL Finer]: 2024-04-17 17:54:06.54--ClientSession(352985115)--Thread(Thread[main,5,main])--acquire unit of work: 2032305216
    [junit] [EL Finest]: 2024-04-17 17:54:06.54--UnitOfWork(2032305216)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.54--UnitOfWork(2032305216)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.54--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-17 17:54:06.54--ServerSession(374455656)--Connection(1539156138)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.54--ClientSession(352985115)--Connection(1539156138)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.541--ClientSession(352985115)--Connection(1539156138)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.541--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-17 17:54:06.541--ClientSession(352985115)--Connection(919611161)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.541--ServerSession(374455656)--Connection(1539156138)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.541--UnitOfWork(2032305216)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.541--UnitOfWork(2032305216)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.541--UnitOfWork(2032305216)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.541--ClientSession(352985115)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.541--UnitOfWork(2032305216)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.541--ClientSession(352985115)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.541--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 30600223
    [junit] [EL Finer]: 2024-04-17 17:54:06.541--ClientSession(30600223)--Thread(Thread[main,5,main])--acquire unit of work: 933035127
    [junit] [EL Finest]: 2024-04-17 17:54:06.541--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-17 17:54:06.541--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-17 17:54:06.542--UnitOfWork(933035127)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.542--UnitOfWork(933035127)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.542--ClientSession(30600223)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.542--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 192058961
    [junit] [EL Finer]: 2024-04-17 17:54:06.542--ClientSession(192058961)--Thread(Thread[main,5,main])--acquire unit of work: 348508704
    [junit] [EL Finest]: 2024-04-17 17:54:06.542--UnitOfWork(348508704)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.542--UnitOfWork(348508704)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.542--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-17 17:54:06.542--ServerSession(374455656)--Connection(955309575)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.542--ClientSession(192058961)--Connection(955309575)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.542--ClientSession(192058961)--Connection(955309575)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.542--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-17 17:54:06.542--ClientSession(192058961)--Connection(35545067)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.542--ServerSession(374455656)--Connection(955309575)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.542--UnitOfWork(348508704)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.542--UnitOfWork(348508704)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.542--UnitOfWork(348508704)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.542--ClientSession(192058961)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.542--UnitOfWork(348508704)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.542--ClientSession(192058961)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.543--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1822540118
    [junit] [EL Finer]: 2024-04-17 17:54:06.543--ClientSession(1822540118)--Thread(Thread[main,5,main])--acquire unit of work: 1377774115
    [junit] [EL Finest]: 2024-04-17 17:54:06.543--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-17 17:54:06.543--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-17 17:54:06.543--UnitOfWork(1377774115)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.543--UnitOfWork(1377774115)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:06.543--UnitOfWork(1377774115)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:06.543--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-17 17:54:06.543--ServerSession(374455656)--Connection(2035285538)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.543--ClientSession(1822540118)--Connection(2035285538)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.543--ClientSession(1822540118)--Connection(2035285538)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.543--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-17 17:54:06.543--UnitOfWork(1377774115)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:06.543--UnitOfWork(1377774115)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.543--UnitOfWork(1377774115)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.543--ClientSession(1822540118)--Connection(765553969)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.544--ServerSession(374455656)--Connection(2035285538)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.544--ClientSession(1822540118)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.552--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1992420835
    [junit] [EL Finer]: 2024-04-17 17:54:06.552--ClientSession(1992420835)--Thread(Thread[main,5,main])--acquire unit of work: 1508456612
    [junit] [EL Finest]: 2024-04-17 17:54:06.552--UnitOfWork(1508456612)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.552--UnitOfWork(1508456612)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.553--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-17 17:54:06.553--ServerSession(374455656)--Connection(2003758509)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.553--ClientSession(1992420835)--Connection(2003758509)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.553--ClientSession(1992420835)--Connection(2003758509)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.553--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-17 17:54:06.553--ClientSession(1992420835)--Connection(1733482492)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.553--ServerSession(374455656)--Connection(2003758509)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.553--UnitOfWork(1508456612)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.553--UnitOfWork(1508456612)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.553--UnitOfWork(1508456612)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.553--ClientSession(1992420835)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.553--UnitOfWork(1508456612)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.553--ClientSession(1992420835)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.554--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1148627986
    [junit] [EL Finer]: 2024-04-17 17:54:06.554--ClientSession(1148627986)--Thread(Thread[main,5,main])--acquire unit of work: 1148527284
    [junit] [EL Finest]: 2024-04-17 17:54:06.554--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-17 17:54:06.554--UnitOfWork(1148527284)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.554--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-17 17:54:06.554--ServerSession(374455656)--Connection(365059254)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.554--ClientSession(1148627986)--Connection(365059254)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.554--ClientSession(1148627986)--Connection(365059254)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.554--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-17 17:54:06.554--ClientSession(1148627986)--Connection(1876351111)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.555--ServerSession(374455656)--Connection(365059254)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.555--UnitOfWork(1148527284)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.555--UnitOfWork(1148527284)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.563--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 2034906128
    [junit] [EL Finer]: 2024-04-17 17:54:06.563--ClientSession(2034906128)--Thread(Thread[main,5,main])--acquire unit of work: 1655294039
    [junit] [EL Finest]: 2024-04-17 17:54:06.563--UnitOfWork(1655294039)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.563--UnitOfWork(1655294039)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.563--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-17 17:54:06.563--ServerSession(374455656)--Connection(1261956576)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.563--ClientSession(2034906128)--Connection(1261956576)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.563--ClientSession(2034906128)--Connection(1261956576)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.563--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-17 17:54:06.564--ClientSession(2034906128)--Connection(1743814561)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.564--ServerSession(374455656)--Connection(1261956576)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.564--UnitOfWork(1655294039)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.564--UnitOfWork(1655294039)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.564--UnitOfWork(1655294039)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.564--ClientSession(2034906128)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.564--UnitOfWork(1655294039)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.564--ClientSession(2034906128)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.564--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 705170339
    [junit] [EL Finer]: 2024-04-17 17:54:06.564--ClientSession(705170339)--Thread(Thread[main,5,main])--acquire unit of work: 1587850223
    [junit] [EL Finest]: 2024-04-17 17:54:06.564--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-17 17:54:06.564--UnitOfWork(1587850223)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.564--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-17 17:54:06.565--ServerSession(374455656)--Connection(1663892421)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.565--ClientSession(705170339)--Connection(1663892421)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.565--ClientSession(705170339)--Connection(1663892421)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.565--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-17 17:54:06.565--ClientSession(705170339)--Connection(413978524)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.565--ServerSession(374455656)--Connection(1663892421)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.565--UnitOfWork(1587850223)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.565--UnitOfWork(1587850223)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.574--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 2034291323
    [junit] [EL Finer]: 2024-04-17 17:54:06.574--ClientSession(2034291323)--Thread(Thread[main,5,main])--acquire unit of work: 434359962
    [junit] [EL Finest]: 2024-04-17 17:54:06.574--UnitOfWork(434359962)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.574--UnitOfWork(434359962)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.574--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-17 17:54:06.574--ServerSession(374455656)--Connection(1875479664)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.574--ClientSession(2034291323)--Connection(1875479664)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.574--ClientSession(2034291323)--Connection(1875479664)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.574--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-17 17:54:06.574--ClientSession(2034291323)--Connection(1750665229)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.574--ServerSession(374455656)--Connection(1875479664)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.575--UnitOfWork(434359962)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.575--UnitOfWork(434359962)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.575--UnitOfWork(434359962)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.575--ClientSession(2034291323)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.575--UnitOfWork(434359962)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.575--ClientSession(2034291323)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.575--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 27905604
    [junit] [EL Finer]: 2024-04-17 17:54:06.575--ClientSession(27905604)--Thread(Thread[main,5,main])--acquire unit of work: 572553229
    [junit] [EL Finest]: 2024-04-17 17:54:06.575--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-17 17:54:06.575--UnitOfWork(572553229)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.575--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-17 17:54:06.575--ServerSession(374455656)--Connection(64092169)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.575--ClientSession(27905604)--Connection(64092169)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.575--ClientSession(27905604)--Connection(64092169)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.575--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-17 17:54:06.575--ClientSession(27905604)--Connection(579868782)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.575--ServerSession(374455656)--Connection(64092169)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.576--UnitOfWork(572553229)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.576--UnitOfWork(572553229)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.583--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 604006203
    [junit] [EL Finer]: 2024-04-17 17:54:06.583--ClientSession(604006203)--Thread(Thread[main,5,main])--acquire unit of work: 471577063
    [junit] [EL Finest]: 2024-04-17 17:54:06.583--UnitOfWork(471577063)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.584--UnitOfWork(471577063)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.584--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-17 17:54:06.584--ServerSession(374455656)--Connection(1518219015)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.584--ClientSession(604006203)--Connection(1518219015)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.584--ClientSession(604006203)--Connection(1518219015)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.584--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-17 17:54:06.584--ClientSession(604006203)--Connection(464206118)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.584--ServerSession(374455656)--Connection(1518219015)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.584--UnitOfWork(471577063)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.584--UnitOfWork(471577063)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.584--UnitOfWork(471577063)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.584--ClientSession(604006203)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.584--UnitOfWork(471577063)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.584--ClientSession(604006203)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.584--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1099915107
    [junit] [EL Finer]: 2024-04-17 17:54:06.585--ClientSession(1099915107)--Thread(Thread[main,5,main])--acquire unit of work: 1780635202
    [junit] [EL Finest]: 2024-04-17 17:54:06.585--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-17 17:54:06.585--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-17 17:54:06.585--UnitOfWork(1780635202)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.585--UnitOfWork(1780635202)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:06.585--UnitOfWork(1780635202)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:06.585--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-17 17:54:06.585--ServerSession(374455656)--Connection(1680976673)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.585--ClientSession(1099915107)--Connection(1680976673)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.585--ClientSession(1099915107)--Connection(1680976673)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.585--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-17 17:54:06.585--UnitOfWork(1780635202)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:06.585--UnitOfWork(1780635202)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.585--UnitOfWork(1780635202)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.585--ClientSession(1099915107)--Connection(1569414390)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.586--ServerSession(374455656)--Connection(1680976673)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.586--ClientSession(1099915107)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.594--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1901260342
    [junit] [EL Finer]: 2024-04-17 17:54:06.594--ClientSession(1901260342)--Thread(Thread[main,5,main])--acquire unit of work: 568073625
    [junit] [EL Finest]: 2024-04-17 17:54:06.594--UnitOfWork(568073625)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.594--UnitOfWork(568073625)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.594--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-17 17:54:06.594--ServerSession(374455656)--Connection(549208447)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.594--ClientSession(1901260342)--Connection(549208447)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.594--ClientSession(1901260342)--Connection(549208447)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.594--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-17 17:54:06.594--ClientSession(1901260342)--Connection(1632477220)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.594--ServerSession(374455656)--Connection(549208447)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.595--UnitOfWork(568073625)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.595--UnitOfWork(568073625)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.595--UnitOfWork(568073625)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.595--ClientSession(1901260342)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.595--UnitOfWork(568073625)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.595--ClientSession(1901260342)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.595--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1143345830
    [junit] [EL Finer]: 2024-04-17 17:54:06.595--ClientSession(1143345830)--Thread(Thread[main,5,main])--acquire unit of work: 106108132
    [junit] [EL Finest]: 2024-04-17 17:54:06.595--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-17 17:54:06.595--UnitOfWork(106108132)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.595--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-17 17:54:06.595--ServerSession(374455656)--Connection(14366507)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.595--ClientSession(1143345830)--Connection(14366507)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.595--ClientSession(1143345830)--Connection(14366507)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.595--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-17 17:54:06.596--ClientSession(1143345830)--Connection(506587104)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.596--ServerSession(374455656)--Connection(14366507)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.596--UnitOfWork(106108132)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.596--UnitOfWork(106108132)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.611--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 570588770
    [junit] [EL Finer]: 2024-04-17 17:54:06.611--ClientSession(570588770)--Thread(Thread[main,5,main])--acquire unit of work: 1298475974
    [junit] [EL Finest]: 2024-04-17 17:54:06.611--UnitOfWork(1298475974)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.611--UnitOfWork(1298475974)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.612--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-17 17:54:06.612--ServerSession(374455656)--Connection(1182340616)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.612--ClientSession(570588770)--Connection(1182340616)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.612--ClientSession(570588770)--Connection(1182340616)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.612--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-17 17:54:06.612--ClientSession(570588770)--Connection(572931610)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.612--ServerSession(374455656)--Connection(1182340616)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.612--UnitOfWork(1298475974)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.612--UnitOfWork(1298475974)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.612--UnitOfWork(1298475974)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.612--ClientSession(570588770)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.612--UnitOfWork(1298475974)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.612--ClientSession(570588770)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.613--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 471571945
    [junit] [EL Finer]: 2024-04-17 17:54:06.613--ClientSession(471571945)--Thread(Thread[main,5,main])--acquire unit of work: 308023604
    [junit] [EL Finest]: 2024-04-17 17:54:06.613--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-17 17:54:06.613--UnitOfWork(308023604)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.613--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-17 17:54:06.613--ServerSession(374455656)--Connection(1444618680)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.613--ClientSession(471571945)--Connection(1444618680)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.613--ClientSession(471571945)--Connection(1444618680)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.613--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-17 17:54:06.613--ClientSession(471571945)--Connection(607932414)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.613--ServerSession(374455656)--Connection(1444618680)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.614--UnitOfWork(308023604)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.614--UnitOfWork(308023604)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.622--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1266601271
    [junit] [EL Finer]: 2024-04-17 17:54:06.622--ClientSession(1266601271)--Thread(Thread[main,5,main])--acquire unit of work: 683699260
    [junit] [EL Finest]: 2024-04-17 17:54:06.622--UnitOfWork(683699260)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.622--UnitOfWork(683699260)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.622--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-17 17:54:06.622--ServerSession(374455656)--Connection(1435238201)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.622--ClientSession(1266601271)--Connection(1435238201)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.622--ClientSession(1266601271)--Connection(1435238201)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.622--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-17 17:54:06.622--ClientSession(1266601271)--Connection(2114050104)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.622--ServerSession(374455656)--Connection(1435238201)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.622--UnitOfWork(683699260)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.622--UnitOfWork(683699260)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.623--UnitOfWork(683699260)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.623--ClientSession(1266601271)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.623--UnitOfWork(683699260)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.623--ClientSession(1266601271)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.623--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1722153366
    [junit] [EL Finer]: 2024-04-17 17:54:06.623--ClientSession(1722153366)--Thread(Thread[main,5,main])--acquire unit of work: 1826467916
    [junit] [EL Finest]: 2024-04-17 17:54:06.623--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-17 17:54:06.623--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-17 17:54:06.623--UnitOfWork(1826467916)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.623--UnitOfWork(1826467916)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.623--ClientSession(1722153366)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.631--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1167424399
    [junit] [EL Finer]: 2024-04-17 17:54:06.631--ClientSession(1167424399)--Thread(Thread[main,5,main])--acquire unit of work: 1890425499
    [junit] [EL Finer]: 2024-04-17 17:54:06.631--UnitOfWork(1890425499)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.631--ClientSession(1167424399)--Thread(Thread[main,5,main])--client released
    [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.133 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic
    [junit] [EL Finer]: 2024-04-17 17:54:06.645--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1185331414
    [junit] [EL Finer]: 2024-04-17 17:54:06.645--ClientSession(1185331414)--Thread(Thread[main,5,main])--acquire unit of work: 1213830903
    [junit] [EL Finest]: 2024-04-17 17:54:06.645--UnitOfWork(1213830903)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.645--UnitOfWork(1213830903)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.645--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-17 17:54:06.645--ServerSession(374455656)--Connection(125611067)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.645--ClientSession(1185331414)--Connection(125611067)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.645--ClientSession(1185331414)--Connection(125611067)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.646--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-17 17:54:06.646--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-17 17:54:06.646--ClientSession(1185331414)--Connection(51805197)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.647--ServerSession(374455656)--Connection(125611067)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.647--UnitOfWork(1213830903)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.647--UnitOfWork(1213830903)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.647--UnitOfWork(1213830903)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.647--ClientSession(1185331414)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.647--UnitOfWork(1213830903)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.647--ClientSession(1185331414)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.647--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 482041911
    [junit] [EL Finer]: 2024-04-17 17:54:06.647--ClientSession(482041911)--Thread(Thread[main,5,main])--acquire unit of work: 754815417
    [junit] [EL Finest]: 2024-04-17 17:54:06.647--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-17 17:54:06.647--ServerSession(374455656)--Connection(889224058)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.647--ServerSession(374455656)--Connection(889224058)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.647--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-17 17:54:06.648--ServerSession(374455656)--Connection(889224058)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:06.648--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 989006520
    [junit] [EL Finer]: 2024-04-17 17:54:06.648--ClientSession(989006520)--Thread(Thread[main,5,main])--acquire unit of work: 1683210534
    [junit] [EL Finest]: 2024-04-17 17:54:06.648--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-17 17:54:06.648--ServerSession(374455656)--Connection(1701144858)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.648--ServerSession(374455656)--Connection(1701144858)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.648--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-17 17:54:06.648--ServerSession(374455656)--Connection(1701144858)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:06.649--UnitOfWork(1683210534)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.649--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-17 17:54:06.649--ServerSession(374455656)--Connection(1139115981)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.649--ClientSession(989006520)--Connection(1139115981)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.649--ClientSession(989006520)--Connection(1139115981)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.649--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-17 17:54:06.649--ClientSession(989006520)--Connection(1251806319)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.65--ServerSession(374455656)--Connection(1139115981)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.65--UnitOfWork(1683210534)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.65--UnitOfWork(1683210534)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.65--UnitOfWork(1683210534)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.65--ClientSession(989006520)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.65--UnitOfWork(1683210534)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.65--ClientSession(989006520)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.65--UnitOfWork(754815417)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.65--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-17 17:54:06.65--ServerSession(374455656)--Connection(1649449847)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.65--ClientSession(482041911)--Connection(1649449847)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.65--ClientSession(482041911)--Connection(1649449847)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.65--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-17 17:54:06.651--ClientSession(482041911)--Connection(1074531622)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.652--ServerSession(374455656)--Connection(1649449847)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Warning]: 2024-04-17 17:54:06.652--UnitOfWork(754815417)--Thread(Thread[main,5,main])--Local Exception Stack: 
    [junit] Exception [EclipseLink-5011] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:06.652--UnitOfWork(754815417)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.652--ClientSession(482041911)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.66--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1102491217
    [junit] [EL Finer]: 2024-04-17 17:54:06.66--ClientSession(1102491217)--Thread(Thread[main,5,main])--acquire unit of work: 1751779572
    [junit] [EL Finest]: 2024-04-17 17:54:06.66--UnitOfWork(1751779572)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.66--UnitOfWork(1751779572)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.66--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-17 17:54:06.661--ServerSession(374455656)--Connection(209299239)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.661--ClientSession(1102491217)--Connection(209299239)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.661--ClientSession(1102491217)--Connection(209299239)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.661--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-17 17:54:06.661--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-17 17:54:06.661--ClientSession(1102491217)--Connection(887895028)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.662--ServerSession(374455656)--Connection(209299239)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.662--UnitOfWork(1751779572)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.662--UnitOfWork(1751779572)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.662--UnitOfWork(1751779572)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.662--ClientSession(1102491217)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.662--UnitOfWork(1751779572)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.662--ClientSession(1102491217)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.662--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1873487115
    [junit] [EL Finer]: 2024-04-17 17:54:06.662--ClientSession(1873487115)--Thread(Thread[main,5,main])--acquire unit of work: 982374553
    [junit] [EL Finest]: 2024-04-17 17:54:06.662--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-17 17:54:06.662--ServerSession(374455656)--Connection(1033922792)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.662--ServerSession(374455656)--Connection(1033922792)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.662--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-17 17:54:06.662--ServerSession(374455656)--Connection(1033922792)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:06.662--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 418974680
    [junit] [EL Finer]: 2024-04-17 17:54:06.662--ClientSession(418974680)--Thread(Thread[main,5,main])--acquire unit of work: 536467051
    [junit] [EL Finest]: 2024-04-17 17:54:06.663--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-17 17:54:06.663--ServerSession(374455656)--Connection(31639297)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.663--ServerSession(374455656)--Connection(31639297)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.663--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-17 17:54:06.663--ServerSession(374455656)--Connection(31639297)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.663--UnitOfWork(536467051)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.663--UnitOfWork(536467051)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.663--UnitOfWork(536467051)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Review )
    [junit] [EL Finest]: 2024-04-17 17:54:06.663--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-17 17:54:06.663--ServerSession(374455656)--Connection(1553482916)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.663--ClientSession(418974680)--Connection(1553482916)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.663--ClientSession(418974680)--Connection(1553482916)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.664--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-17 17:54:06.664--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-17 17:54:06.664--ClientSession(418974680)--Connection(1005511973)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.664--ServerSession(374455656)--Connection(1553482916)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.664--UnitOfWork(536467051)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.664--UnitOfWork(536467051)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.665--UnitOfWork(536467051)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.665--ClientSession(418974680)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.665--UnitOfWork(536467051)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.665--ClientSession(418974680)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.665--UnitOfWork(982374553)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.665--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-17 17:54:06.665--ServerSession(374455656)--Connection(592106757)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.665--ClientSession(1873487115)--Connection(592106757)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.665--ClientSession(1873487115)--Connection(592106757)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.665--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-17 17:54:06.665--ClientSession(1873487115)--Connection(662267010)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.666--ServerSession(374455656)--Connection(592106757)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Warning]: 2024-04-17 17:54:06.666--UnitOfWork(982374553)--Thread(Thread[main,5,main])--Local Exception Stack: 
    [junit] Exception [EclipseLink-5011] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:06.666--UnitOfWork(982374553)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.666--ClientSession(1873487115)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.674--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1476236281
    [junit] [EL Finer]: 2024-04-17 17:54:06.674--ClientSession(1476236281)--Thread(Thread[main,5,main])--acquire unit of work: 1586413785
    [junit] [EL Finest]: 2024-04-17 17:54:06.674--UnitOfWork(1586413785)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.674--UnitOfWork(1586413785)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:06.674--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-17 17:54:06.674--ServerSession(374455656)--Connection(10365254)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.674--ClientSession(1476236281)--Connection(10365254)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.674--ClientSession(1476236281)--Connection(10365254)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.674--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-17 17:54:06.675--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-17 17:54:06.675--UnitOfWork(1586413785)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:06.675--UnitOfWork(1586413785)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.675--UnitOfWork(1586413785)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.675--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-17 17:54:06.675--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-17 17:54:06.676--ClientSession(1476236281)--Connection(675199364)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.676--ServerSession(374455656)--Connection(10365254)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.676--UnitOfWork(1586413785)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.676--UnitOfWork(1586413785)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.676--UnitOfWork(1586413785)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.676--ClientSession(1476236281)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.676--UnitOfWork(1586413785)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.676--ClientSession(1476236281)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.676--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 561019416
    [junit] [EL Finer]: 2024-04-17 17:54:06.676--ClientSession(561019416)--Thread(Thread[main,5,main])--acquire unit of work: 1791572871
    [junit] [EL Finest]: 2024-04-17 17:54:06.676--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-17 17:54:06.676--UnitOfWork(1791572871)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Review )
    [junit] [EL Finest]: 2024-04-17 17:54:06.676--ServerSession(374455656)--Connection(119206855)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.676--ServerSession(374455656)--Connection(119206855)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.676--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-17 17:54:06.677--ServerSession(374455656)--Connection(119206855)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:06.677--UnitOfWork(1791572871)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:06.677--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-17 17:54:06.677--ServerSession(374455656)--Connection(2027116430)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.677--ClientSession(561019416)--Connection(2027116430)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.677--ClientSession(561019416)--Connection(2027116430)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.677--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-17 17:54:06.677--UnitOfWork(1791572871)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:06.677--UnitOfWork(1791572871)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.677--UnitOfWork(1791572871)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.678--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-17 17:54:06.678--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-17 17:54:06.678--ClientSession(561019416)--Connection(1313694066)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.678--ServerSession(374455656)--Connection(2027116430)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.678--UnitOfWork(1791572871)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.678--UnitOfWork(1791572871)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.678--UnitOfWork(1791572871)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.678--ClientSession(561019416)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.678--UnitOfWork(1791572871)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.678--ClientSession(561019416)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.678--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 2068970565
    [junit] [EL Finer]: 2024-04-17 17:54:06.678--ClientSession(2068970565)--Thread(Thread[main,5,main])--acquire unit of work: 2025913046
    [junit] [EL Finest]: 2024-04-17 17:54:06.678--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-17 17:54:06.678--UnitOfWork(2025913046)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Review )
    [junit] [EL Finest]: 2024-04-17 17:54:06.678--ServerSession(374455656)--Connection(1011014815)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.678--ServerSession(374455656)--Connection(1011014815)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.678--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-17 17:54:06.679--ServerSession(374455656)--Connection(1011014815)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:06.679--UnitOfWork(2025913046)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:06.679--UnitOfWork(2025913046)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:06.679--UnitOfWork(2025913046)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.679--UnitOfWork(2025913046)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.679--UnitOfWork(2025913046)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.679--UnitOfWork(2025913046)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.679--ClientSession(2068970565)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.679--UnitOfWork(2025913046)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.679--ClientSession(2068970565)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.679--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1149103230
    [junit] [EL Finer]: 2024-04-17 17:54:06.679--ClientSession(1149103230)--Thread(Thread[main,5,main])--acquire unit of work: 517656952
    [junit] [EL Finest]: 2024-04-17 17:54:06.679--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-17 17:54:06.679--ServerSession(374455656)--Connection(1908521581)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.679--ServerSession(374455656)--Connection(1908521581)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.679--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-17 17:54:06.68--ServerSession(374455656)--Connection(1908521581)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:06.688--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1175673530
    [junit] [EL Finer]: 2024-04-17 17:54:06.688--ClientSession(1175673530)--Thread(Thread[main,5,main])--acquire unit of work: 39461258
    [junit] [EL Finest]: 2024-04-17 17:54:06.688--UnitOfWork(39461258)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.688--UnitOfWork(39461258)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.688--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-17 17:54:06.688--ServerSession(374455656)--Connection(1122492719)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.688--ClientSession(1175673530)--Connection(1122492719)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.688--ClientSession(1175673530)--Connection(1122492719)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.689--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-17 17:54:06.689--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-17 17:54:06.689--ClientSession(1175673530)--Connection(300080776)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.689--ServerSession(374455656)--Connection(1122492719)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.689--UnitOfWork(39461258)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.689--UnitOfWork(39461258)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.689--UnitOfWork(39461258)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.689--ClientSession(1175673530)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.689--UnitOfWork(39461258)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.69--ClientSession(1175673530)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.69--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 739765175
    [junit] [EL Finer]: 2024-04-17 17:54:06.69--ClientSession(739765175)--Thread(Thread[main,5,main])--acquire unit of work: 730232355
    [junit] [EL Finest]: 2024-04-17 17:54:06.69--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-17 17:54:06.69--ServerSession(374455656)--Connection(1820692724)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.69--ServerSession(374455656)--Connection(1820692724)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.69--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-17 17:54:06.69--ServerSession(374455656)--Connection(1820692724)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:06.69--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1383187611
    [junit] [EL Finer]: 2024-04-17 17:54:06.69--ClientSession(1383187611)--Thread(Thread[main,5,main])--acquire unit of work: 1723224928
    [junit] [EL Finest]: 2024-04-17 17:54:06.69--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-17 17:54:06.69--ServerSession(374455656)--Connection(153434037)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.69--ServerSession(374455656)--Connection(153434037)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.69--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-17 17:54:06.691--ServerSession(374455656)--Connection(153434037)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:06.691--UnitOfWork(1723224928)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.691--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-17 17:54:06.691--ServerSession(374455656)--Connection(1960700193)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.691--ClientSession(1383187611)--Connection(1960700193)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.691--ClientSession(1383187611)--Connection(1960700193)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.691--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-17 17:54:06.691--ClientSession(1383187611)--Connection(975450222)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.692--ServerSession(374455656)--Connection(1960700193)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.692--UnitOfWork(1723224928)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.692--UnitOfWork(1723224928)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.692--UnitOfWork(1723224928)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.692--ClientSession(1383187611)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.692--UnitOfWork(1723224928)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.692--ClientSession(1383187611)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finest]: 2024-04-17 17:54:06.692--UnitOfWork(730232355)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Review )
    [junit] [EL Finest]: 2024-04-17 17:54:06.692--ServerSession(374455656)--Connection(1514744309)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.692--ServerSession(374455656)--Connection(1514744309)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.692--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-17 17:54:06.692--ServerSession(374455656)--Connection(1514744309)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:06.692--UnitOfWork(730232355)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.692--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-17 17:54:06.692--ServerSession(374455656)--Connection(837354325)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.692--ClientSession(739765175)--Connection(837354325)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.692--ClientSession(739765175)--Connection(837354325)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.693--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-17 17:54:06.693--ClientSession(739765175)--Connection(1122455459)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.693--ServerSession(374455656)--Connection(837354325)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.693--UnitOfWork(730232355)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.693--UnitOfWork(730232355)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.693--UnitOfWork(730232355)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.693--ClientSession(739765175)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.693--UnitOfWork(730232355)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.693--ClientSession(739765175)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.702--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 176200290
    [junit] [EL Finer]: 2024-04-17 17:54:06.702--ClientSession(176200290)--Thread(Thread[main,5,main])--acquire unit of work: 1260852145
    [junit] [EL Finest]: 2024-04-17 17:54:06.702--UnitOfWork(1260852145)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.702--UnitOfWork(1260852145)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.702--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-17 17:54:06.702--ServerSession(374455656)--Connection(1855412326)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.702--ClientSession(176200290)--Connection(1855412326)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.702--ClientSession(176200290)--Connection(1855412326)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.703--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-17 17:54:06.703--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-17 17:54:06.703--ClientSession(176200290)--Connection(501118110)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.703--ServerSession(374455656)--Connection(1855412326)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.703--UnitOfWork(1260852145)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.703--UnitOfWork(1260852145)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.703--UnitOfWork(1260852145)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.703--ClientSession(176200290)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.703--UnitOfWork(1260852145)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.704--ClientSession(176200290)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.704--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1220379207
    [junit] [EL Finer]: 2024-04-17 17:54:06.704--ClientSession(1220379207)--Thread(Thread[main,5,main])--acquire unit of work: 648639818
    [junit] [EL Finest]: 2024-04-17 17:54:06.704--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-17 17:54:06.704--ServerSession(374455656)--Connection(1938612885)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.704--ServerSession(374455656)--Connection(1938612885)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.704--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-17 17:54:06.704--ServerSession(374455656)--Connection(1938612885)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:06.704--UnitOfWork(648639818)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.704--UnitOfWork(648639818)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.704--UnitOfWork(648639818)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.704--UnitOfWork(648639818)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.704--ClientSession(1220379207)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.704--UnitOfWork(648639818)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.704--ClientSession(1220379207)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.712--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 845739620
    [junit] [EL Finer]: 2024-04-17 17:54:06.712--ClientSession(845739620)--Thread(Thread[main,5,main])--acquire unit of work: 1371425781
    [junit] [EL Finest]: 2024-04-17 17:54:06.712--UnitOfWork(1371425781)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.712--UnitOfWork(1371425781)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.713--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-17 17:54:06.713--ServerSession(374455656)--Connection(1026777845)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.713--ClientSession(845739620)--Connection(1026777845)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.713--ClientSession(845739620)--Connection(1026777845)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.713--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-17 17:54:06.713--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-17 17:54:06.713--ClientSession(845739620)--Connection(510752581)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.714--ServerSession(374455656)--Connection(1026777845)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.714--UnitOfWork(1371425781)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.714--UnitOfWork(1371425781)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.714--UnitOfWork(1371425781)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.714--ClientSession(845739620)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.714--UnitOfWork(1371425781)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.714--ClientSession(845739620)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.714--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 1043004320
    [junit] [EL Finer]: 2024-04-17 17:54:06.714--ClientSession(1043004320)--Thread(Thread[main,5,main])--acquire unit of work: 729053311
    [junit] [EL Finest]: 2024-04-17 17:54:06.714--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-17 17:54:06.714--ServerSession(374455656)--Connection(865048309)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.714--ServerSession(374455656)--Connection(865048309)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.714--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-17 17:54:06.714--ServerSession(374455656)--Connection(865048309)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:06.714--UnitOfWork(729053311)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.714--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-17 17:54:06.714--ServerSession(374455656)--Connection(1949430968)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.715--ClientSession(1043004320)--Connection(1949430968)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.715--ClientSession(1043004320)--Connection(1949430968)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.715--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-17 17:54:06.715--ClientSession(1043004320)--Connection(1553165151)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.715--ServerSession(374455656)--Connection(1949430968)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.715--UnitOfWork(729053311)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.715--UnitOfWork(729053311)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.715--UnitOfWork(729053311)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.715--ClientSession(1043004320)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.715--UnitOfWork(729053311)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.715--ClientSession(1043004320)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.715--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 732929236
    [junit] [EL Finer]: 2024-04-17 17:54:06.715--ClientSession(732929236)--Thread(Thread[main,5,main])--acquire unit of work: 1354774829
    [junit] [EL Finest]: 2024-04-17 17:54:06.715--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-17 17:54:06.715--ServerSession(374455656)--Connection(391019001)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.715--ServerSession(374455656)--Connection(391019001)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.716--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-17 17:54:06.716--ServerSession(374455656)--Connection(391019001)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:06.716--UnitOfWork(1354774829)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.716--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-17 17:54:06.716--ServerSession(374455656)--Connection(922266594)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.716--ClientSession(732929236)--Connection(922266594)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.716--ClientSession(732929236)--Connection(922266594)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.716--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-17 17:54:06.717--ClientSession(732929236)--Connection(1128920364)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.717--ServerSession(374455656)--Connection(922266594)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.717--UnitOfWork(1354774829)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.717--UnitOfWork(1354774829)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.717--UnitOfWork(1354774829)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.717--ClientSession(732929236)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.717--UnitOfWork(1354774829)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.717--ClientSession(732929236)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.717--ServerSession(374455656)--Thread(Thread[main,5,main])--client acquired: 241222934
    [junit] [EL Finer]: 2024-04-17 17:54:06.717--ClientSession(241222934)--Thread(Thread[main,5,main])--acquire unit of work: 2108999811
    [junit] [EL Finest]: 2024-04-17 17:54:06.717--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-17 17:54:06.717--ServerSession(374455656)--Connection(1901634188)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.717--ServerSession(374455656)--Connection(1901634188)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.717--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-17 17:54:06.717--ServerSession(374455656)--Connection(1901634188)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:06.717--UnitOfWork(2108999811)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.717--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-17 17:54:06.718--ServerSession(374455656)--Connection(411168628)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.718--ClientSession(241222934)--Connection(411168628)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.718--ClientSession(241222934)--Connection(411168628)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:06.718--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-17 17:54:06.718--ClientSession(241222934)--Connection(802102567)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.718--ServerSession(374455656)--Connection(411168628)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.718--UnitOfWork(2108999811)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.718--UnitOfWork(2108999811)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.718--UnitOfWork(2108999811)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.718--ClientSession(241222934)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.718--UnitOfWork(2108999811)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.718--ClientSession(241222934)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finest]: 2024-04-17 17:54:06.727--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-17 17:54:06.727--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-17 17:54:06.75--ServerSession(374455656)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.75--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-17 17:54:06.75--ServerSession(374455656)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.75--ServerSession(374455656)--Thread(Thread[main,5,main])--sequencing disconnected
    [junit] [EL Fine]: 2024-04-17 17:54:06.75--ServerSession(374455656)--Connection(1515207920)--Thread(Thread[main,5,main])--disconnect
    [junit] [EL Finer]: 2024-04-17 17:54:06.75--ServerSession(374455656)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Fine]: 2024-04-17 17:54:06.75--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-17 17:54:06.75--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-17 17:54:06.751--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@2176d934
    [junit] [EL Finer]: 2024-04-17 17:54:06.753--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa1testmodel.
    [junit] [EL Finest]: properties: 2024-04-17 17:54:06.753--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-17 17:54:06.753--ServerSession(860651710)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2024-04-17 17:54:06.753--ServerSession(860651710)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Fine]: 2024-04-17 17:54:06.753--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.jboss.JBossPlatform
    [junit] [EL Finest]: 2024-04-17 17:54:06.753--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-17 17:54:06.753--ServerSession(860651710)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true
    [junit] [EL Finest]: 2024-04-17 17:54:06.753--ServerSession(860651710)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true
    [junit] [EL Finest]: 2024-04-17 17:54:06.753--ServerSession(860651710)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false
    [junit] [EL Finer]: 2024-04-17 17:54:06.753--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-17 17:54:06.753--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-17 17:54:06.761--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-17 17:54:06.761--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-17 17:54:06.761--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-17 17:54:06.761--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-17 17:54:06.762--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-17 17:54:06.762--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-17 17:54:06.762--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-17 17:54:06.762--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-17 17:54:06.762--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-17 17:54:06.762--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-17 17:54:06.762--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-17 17:54:06.762--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-17 17:54:06.762--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-17 17:54:06.762--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-17 17:54:06.762--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-17 17:54:06.763--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-17 17:54:06.763--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-17 17:54:06.763--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-17 17:54:06.763--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-17 17:54:06.763--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-17 17:54:06.763--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-17 17:54:06.763--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-17 17:54:06.763--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-17 17:54:06.764--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-17 17:54:06.764--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-17 17:54:06.764--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-17 17:54:06.764--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-17 17:54:06.764--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-17 17:54:06.764--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-17 17:54:06.764--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-17 17:54:06.765--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-17 17:54:06.765--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-17 17:54:06.765--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-17 17:54:06.765--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-17 17:54:06.765--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-17 17:54:06.765--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-17 17:54:06.765--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-17 17:54:06.765--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-17 17:54:06.765--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-17 17:54:06.765--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-17 17:54:06.765--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-17 17:54:06.765--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-17 17:54:06.765--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-17 17:54:06.766--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-17 17:54:06.766--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-17 17:54:06.766--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-17 17:54:06.766--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-17 17:54:06.766--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-17 17:54:06.766--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-17 17:54:06.766--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-17 17:54:06.766--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-17 17:54:06.766--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-17 17:54:06.766--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-17 17:54:06.766--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-17 17:54:06.766--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-17 17:54:06.766--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-17 17:54:06.766--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-17 17:54:06.766--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-17 17:54:06.766--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-17 17:54:06.766--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-17 17:54:06.766--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-17 17:54:06.766--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-17 17:54:06.766--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-17 17:54:06.767--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-17 17:54:06.767--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-17 17:54:06.767--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-17 17:54:06.767--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-17 17:54:06.767--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-17 17:54:06.767--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-17 17:54:06.767--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-17 17:54:06.767--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-17 17:54:06.767--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-17 17:54:06.767--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-17 17:54:06.767--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-17 17:54:06.767--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-17 17:54:06.767--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-17 17:54:06.767--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-17 17:54:06.767--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-17 17:54:06.767--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-17 17:54:06.767--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-17 17:54:06.767--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-17 17:54:06.767--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-17 17:54:06.767--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-17 17:54:06.767--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-17 17:54:06.767--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-17 17:54:06.767--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-17 17:54:06.768--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-17 17:54:06.768--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-17 17:54:06.768--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-17 17:54:06.768--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-17 17:54:06.768--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-17 17:54:06.768--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-17 17:54:06.768--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-17 17:54:06.768--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-17 17:54:06.768--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-17 17:54:06.768--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-17 17:54:06.768--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-17 17:54:06.768--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-17 17:54:06.768--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-17 17:54:06.768--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-17 17:54:06.768--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-17 17:54:06.768--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-17 17:54:06.768--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-17 17:54:06.768--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-17 17:54:06.768--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-17 17:54:06.768--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-17 17:54:06.768--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-17 17:54:06.768--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-17 17:54:06.768--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-17 17:54:06.768--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-17 17:54:06.768--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-17 17:54:06.768--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-17 17:54:06.769--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-17 17:54:06.769--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-17 17:54:06.769--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID.
    [junit] [EL Config]: 2024-04-17 17:54:06.769--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME.
    [junit] [EL Config]: 2024-04-17 17:54:06.769--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-17 17:54:06.769--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:06.769--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.769--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-17 17:54:06.769--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-17 17:54:06.769--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [owner] is being defaulted to: OWNER.
    [junit] [EL Config]: 2024-04-17 17:54:06.769--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [balance] is being defaulted to: BALANCE.
    [junit] [EL Config]: 2024-04-17 17:54:06.769--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-17 17:54:06.769--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-17 17:54:06.769--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID.
    [junit] [EL Config]: 2024-04-17 17:54:06.769--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [creditLimit] is being defaulted to: CREDITLIMIT.
    [junit] [EL Config]: 2024-04-17 17:54:06.769--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-17 17:54:06.769--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [namespace] is being defaulted to: NAMESPACE.
    [junit] [EL Config]: 2024-04-17 17:54:06.769--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:06.769--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [text] is being defaulted to: TEXT.
    [junit] [EL Config]: 2024-04-17 17:54:06.769--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-17 17:54:06.769--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.769--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-17 17:54:06.769--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-17 17:54:06.769--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-17 17:54:06.769--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR.
    [junit] [EL Config]: 2024-04-17 17:54:06.769--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.769--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [brand] is being defaulted to: BRAND.
    [junit] [EL Config]: 2024-04-17 17:54:06.77--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:06.77--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-17 17:54:06.77--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-17 17:54:06.77--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.77--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY.
    [junit] [EL Config]: 2024-04-17 17:54:06.77--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-17 17:54:06.77--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:06.77--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.77--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-17 17:54:06.77--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.77--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-17 17:54:06.77--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.77--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-17 17:54:06.77--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-17 17:54:06.77--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-17 17:54:06.77--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [term] is being defaulted to: TERM.
    [junit] [EL Config]: 2024-04-17 17:54:06.77--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-17 17:54:06.77--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-17 17:54:06.77--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:06.77--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.77--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-17 17:54:06.77--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getDescription] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: 2024-04-17 17:54:06.77--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.77--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getCategory] is being defaulted to: CATEGORY.
    [junit] [EL Config]: 2024-04-17 17:54:06.77--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-17 17:54:06.77--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [sound] is being defaulted to: SOUND.
    [junit] [EL Config]: 2024-04-17 17:54:06.77--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [integer] is being defaulted to: INTEGER.
    [junit] [EL Config]: 2024-04-17 17:54:06.77--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [cool] is being defaulted to: COOL.
    [junit] [EL Config]: 2024-04-17 17:54:06.771--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:06.771--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.771--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [type] is being defaulted to: TYPE.
    [junit] [EL Config]: 2024-04-17 17:54:06.771--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-17 17:54:06.771--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.771--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-17 17:54:06.771--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-17 17:54:06.771--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:06.771--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.771--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:06.771--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-17 17:54:06.771--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA.
    [junit] [EL Config]: 2024-04-17 17:54:06.771--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-17 17:54:06.771--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: 2024-04-17 17:54:06.771--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-17 17:54:06.771--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-17 17:54:06.772--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [reviewDate] is being defaulted to: REVIEWDATE.
    [junit] [EL Config]: 2024-04-17 17:54:06.772--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.772--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:06.772--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-17 17:54:06.772--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-17 17:54:06.772--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-17 17:54:06.772--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-17 17:54:06.772--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-17 17:54:06.772--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.772--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-17 17:54:06.772--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-17 17:54:06.772--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getStory] is being defaulted to: STORY.
    [junit] [EL Config]: 2024-04-17 17:54:06.772--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-17 17:54:06.772--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [date] is being defaulted to: DATE.
    [junit] [EL Config]: 2024-04-17 17:54:06.772--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME.
    [junit] [EL Config]: 2024-04-17 17:54:06.772--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.772--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-17 17:54:06.772--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:06.772--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.772--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-17 17:54:06.772--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-17 17:54:06.772--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-17 17:54:06.772--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getYear] is being defaulted to: YEAR.
    [junit] [EL Config]: 2024-04-17 17:54:06.772--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:06.772--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-17 17:54:06.772--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-17 17:54:06.772--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [model] is being defaulted to: MODEL.
    [junit] [EL Config]: 2024-04-17 17:54:06.772--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-17 17:54:06.772--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-17 17:54:06.773--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-17 17:54:06.773--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-17 17:54:06.773--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-17 17:54:06.773--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [riskLevel] is being defaulted to: RISKLEVEL.
    [junit] [EL Config]: 2024-04-17 17:54:06.773--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-17 17:54:06.773--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-17 17:54:06.773--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.773--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-17 17:54:06.773--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.773--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-17 17:54:06.773--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.773--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-17 17:54:06.773--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getSmoker] is being defaulted to: SMOKER.
    [junit] [EL Config]: 2024-04-17 17:54:06.773--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getGuid] is being defaulted to: GUID.
    [junit] [EL Config]: 2024-04-17 17:54:06.773--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-17 17:54:06.773--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.773--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-17 17:54:06.773--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getDate] is being defaulted to: DATE.
    [junit] [EL Config]: 2024-04-17 17:54:06.773--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getTime] is being defaulted to: TIME.
    [junit] [EL Config]: 2024-04-17 17:54:06.773--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.773--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-17 17:54:06.773--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-17 17:54:06.773--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-17 17:54:06.773--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-17 17:54:06.774--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [interestRate] is being defaulted to: INTERESTRATE.
    [junit] [EL Config]: 2024-04-17 17:54:06.774--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID.
    [junit] [EL Config]: 2024-04-17 17:54:06.774--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME.
    [junit] [EL Config]: 2024-04-17 17:54:06.774--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-17 17:54:06.774--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-17 17:54:06.774--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-17 17:54:06.774--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [cardType] is being defaulted to: CARDTYPE.
    [junit] [EL Config]: 2024-04-17 17:54:06.774--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [cardNumber] is being defaulted to: CARDNUMBER.
    [junit] [EL Config]: 2024-04-17 17:54:06.774--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [validTo] is being defaulted to: VALIDTO.
    [junit] [EL Config]: 2024-04-17 17:54:06.774--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-17 17:54:06.774--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.774--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY.
    [junit] [EL Config]: 2024-04-17 17:54:06.774--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-17 17:54:06.774--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR.
    [junit] [EL Config]: 2024-04-17 17:54:06.774--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [place] is being defaulted to: PLACE.
    [junit] [EL Config]: 2024-04-17 17:54:06.774--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [floor] is being defaulted to: FLOOR.
    [junit] [EL Config]: 2024-04-17 17:54:06.774--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-17 17:54:06.774--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:06.774--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.774--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-17 17:54:06.774--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.774--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-17 17:54:06.774--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [nodeName] is being defaulted to: NODENAME.
    [junit] [EL Config]: 2024-04-17 17:54:06.774--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.774--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-17 17:54:06.774--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [high] is being defaulted to: HIGH.
    [junit] [EL Config]: 2024-04-17 17:54:06.774--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [low] is being defaulted to: LOW.
    [junit] [EL Config]: 2024-04-17 17:54:06.774--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-17 17:54:06.775--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [firstname] is being defaulted to: FIRSTNAME.
    [junit] [EL Config]: 2024-04-17 17:54:06.775--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [endDate] is being defaulted to: ENDDATE.
    [junit] [EL Config]: 2024-04-17 17:54:06.775--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [startDate] is being defaulted to: STARTDATE.
    [junit] [EL Config]: 2024-04-17 17:54:06.775--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY.
    [junit] [EL Config]: 2024-04-17 17:54:06.775--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [lastname] is being defaulted to: LASTNAME.
    [junit] [EL Config]: 2024-04-17 17:54:06.775--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.775--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-17 17:54:06.775--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-17 17:54:06.775--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:06.775--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.775--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [getVersion] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:06.775--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-17 17:54:06.775--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-17 17:54:06.775--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.775--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-17 17:54:06.775--ServerSession(860651710)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:06.775--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-17 17:54:06.775--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-17 17:54:06.775--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-17 17:54:06.775--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-17 17:54:06.775--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-17 17:54:06.775--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-17 17:54:06.775--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-17 17:54:06.776--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-17 17:54:06.776--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-17 17:54:06.776--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-17 17:54:06.776--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-17 17:54:06.776--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-17 17:54:06.856--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-17 17:54:06.856--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-17 17:54:06.856--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-17 17:54:06.856--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-17 17:54:06.856--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-17 17:54:06.856--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-17 17:54:06.856--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-17 17:54:06.856--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-17 17:54:06.856--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-17 17:54:06.856--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-17 17:54:06.856--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-17 17:54:06.856--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-17 17:54:06.856--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-17 17:54:06.856--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-17 17:54:06.856--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-17 17:54:06.856--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-17 17:54:06.856--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-17 17:54:06.856--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-17 17:54:06.856--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-17 17:54:06.856--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-17 17:54:06.856--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-17 17:54:06.856--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-17 17:54:06.856--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-17 17:54:06.856--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-17 17:54:06.856--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-17 17:54:06.856--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-17 17:54:06.856--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-17 17:54:06.856--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-17 17:54:06.856--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-17 17:54:06.856--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-17 17:54:06.856--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-17 17:54:06.856--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-17 17:54:06.856--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-17 17:54:06.856--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-17 17:54:06.857--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-17 17:54:06.857--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-17 17:54:06.857--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-17 17:54:06.857--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-17 17:54:06.857--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-17 17:54:06.857--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-17 17:54:06.857--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-17 17:54:06.857--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-17 17:54:06.857--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-17 17:54:06.857--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-17 17:54:06.857--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-17 17:54:06.857--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-17 17:54:06.857--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-17 17:54:06.857--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-17 17:54:06.857--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-17 17:54:06.857--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-17 17:54:06.857--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-17 17:54:06.857--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-17 17:54:06.857--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-17 17:54:06.857--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-17 17:54:06.857--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-17 17:54:06.857--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-17 17:54:06.857--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-17 17:54:06.857--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-17 17:54:06.857--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-17 17:54:06.857--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-17 17:54:06.857--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-17 17:54:06.857--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-17 17:54:06.857--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-17 17:54:06.858--ServerSession(860651710)--Thread(Thread[main,5,main])--query getDepartmentCached: query hint eclipselink.query-results-cache; value True
    [junit] [EL Finest]: 2024-04-17 17:54:06.858--ServerSession(860651710)--Thread(Thread[main,5,main])--query getAllDepartmentsCached: query hint eclipselink.query-results-cache; value True
    [junit] [EL Finest]: 2024-04-17 17:54:06.859--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-17 17:54:06.859--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null.
    [junit] [EL Finest]: 2024-04-17 17:54:06.859--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-17 17:54:06.859--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-17 17:54:06.859--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-17 17:54:06.859--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-17 17:54:06.859--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-17 17:54:06.859--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-17 17:54:06.859--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-17 17:54:06.859--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-17 17:54:06.859--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-17 17:54:06.86--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-17 17:54:06.86--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-17 17:54:06.86--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-17 17:54:06.86--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-17 17:54:06.86--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-17 17:54:06.86--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-17 17:54:06.86--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-17 17:54:06.86--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-17 17:54:06.86--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-17 17:54:06.86--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-17 17:54:06.86--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-17 17:54:06.86--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-17 17:54:06.86--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-17 17:54:06.86--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-17 17:54:06.86--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-17 17:54:06.86--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-17 17:54:06.86--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-17 17:54:06.86--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-17 17:54:06.861--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-17 17:54:06.861--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-17 17:54:06.861--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-17 17:54:06.861--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-17 17:54:06.861--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-17 17:54:06.861--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-17 17:54:06.861--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-17 17:54:06.861--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-17 17:54:06.861--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-17 17:54:06.861--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-17 17:54:06.861--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-17 17:54:06.861--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-17 17:54:06.861--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-17 17:54:06.861--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-17 17:54:06.861--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-17 17:54:06.861--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-17 17:54:06.861--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-17 17:54:06.861--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-17 17:54:06.862--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-17 17:54:06.862--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-17 17:54:06.862--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-17 17:54:06.862--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-17 17:54:06.862--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-17 17:54:06.862--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-17 17:54:06.862--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-17 17:54:06.862--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-17 17:54:06.862--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-17 17:54:06.862--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-17 17:54:06.862--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-17 17:54:06.862--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-17 17:54:06.862--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-17 17:54:06.862--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-17 17:54:06.862--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-17 17:54:06.862--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-17 17:54:06.862--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-17 17:54:06.862--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-17 17:54:06.862--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-17 17:54:06.863--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-17 17:54:06.863--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-17 17:54:06.863--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-17 17:54:06.863--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-17 17:54:06.863--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-17 17:54:06.863--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-17 17:54:06.866--ServerSession(860651710)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation].
    [junit] [EL Finest]: 2024-04-17 17:54:06.866--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-17 17:54:06.866--ServerSession(860651710)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2024-04-17 17:54:06.866--ServerSession(860651710)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2024-04-17 17:54:06.866--ServerSession(860651710)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform
    [junit] [EL Finest]: 2024-04-17 17:54:06.866--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-17 17:54:06.866--ServerSession(860651710)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing; value=JDBC
    [junit] [EL Finest]: 2024-04-17 17:54:06.866--ServerSession(860651710)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true
    [junit] [EL Info]: 2024-04-17 17:54:06.866--ServerSession(860651710)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Fine]: 2024-04-17 17:54:06.866--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-17 17:54:06.867--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-17 17:54:06.867--ServerSession(860651710)--Connection(923523409)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.867--ServerSession(860651710)--Connection(923523409)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Fine]: 2024-04-17 17:54:06.867--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-17 17:54:06.867--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-17 17:54:06.868--ServerSession(860651710)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State
    [junit] [EL Finest]: 2024-04-17 17:54:06.868--ServerSession(860651710)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1
    [junit] [EL Finest]: 2024-04-17 17:54:06.868--ServerSession(860651710)--Thread(Thread[main,5,main])--sequence testSequenceInc3: preallocation size 3
    [junit] [EL Finest]: 2024-04-17 17:54:06.868--ServerSession(860651710)--Thread(Thread[main,5,main])--sequence testSequence: preallocation size 1
    [junit] [EL Finest]: 2024-04-17 17:54:06.868--ServerSession(860651710)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State
    [junit] [EL Finest]: 2024-04-17 17:54:06.868--ServerSession(860651710)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:06.868--ServerSession(860651710)--Thread(Thread[main,5,main])--sequence IdGenerator: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:06.868--ServerSession(860651710)--Thread(Thread[main,5,main])--sequence VehicleGenerator: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:06.868--ServerSession(860651710)--Thread(Thread[main,5,main])--sequence Component: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:06.868--ServerSession(860651710)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:06.868--ServerSession(860651710)--Thread(Thread[main,5,main])--sequence CourseGenerator: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:06.868--ServerSession(860651710)--Thread(Thread[main,5,main])--sequence StringIdGenerator: preallocation size 50
    [junit] [EL Warning]: 2024-04-17 17:54:06.869--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-17 17:54:06.869--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-17 17:54:06.88--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-17 17:54:06.88--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-17 17:54:06.88--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-17 17:54:06.88--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-17 17:54:06.88--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-17 17:54:06.88--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-17 17:54:06.88--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-17 17:54:06.882--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-17 17:54:06.882--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-17 17:54:06.882--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-17 17:54:06.882--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-17 17:54:06.882--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-17 17:54:06.882--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-17 17:54:06.882--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-17 17:54:06.882--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-17 17:54:06.882--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-17 17:54:06.882--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-17 17:54:06.882--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-17 17:54:06.882--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-17 17:54:06.882--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-17 17:54:06.882--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-17 17:54:06.882--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-17 17:54:06.883--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-17 17:54:06.883--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-17 17:54:06.883--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-17 17:54:06.883--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-17 17:54:06.883--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-17 17:54:06.883--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-17 17:54:06.883--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-17 17:54:06.883--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-17 17:54:06.883--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-17 17:54:06.883--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-17 17:54:06.883--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-17 17:54:06.883--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-17 17:54:06.883--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-17 17:54:06.883--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-17 17:54:06.883--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-17 17:54:06.883--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-17 17:54:06.883--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-17 17:54:06.883--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-17 17:54:06.884--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-17 17:54:06.884--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-17 17:54:06.884--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-17 17:54:06.884--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-17 17:54:06.884--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-17 17:54:06.884--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-17 17:54:06.884--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-17 17:54:06.884--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-17 17:54:06.884--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-17 17:54:06.884--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-17 17:54:06.884--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-17 17:54:06.884--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-17 17:54:06.884--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-17 17:54:06.884--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-17 17:54:06.884--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-17 17:54:06.884--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-17 17:54:06.884--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-17 17:54:06.884--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-17 17:54:06.884--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-17 17:54:06.885--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-17 17:54:06.885--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-17 17:54:06.885--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-17 17:54:06.885--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-17 17:54:06.885--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-17 17:54:06.885--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-17 17:54:06.885--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-17 17:54:06.885--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-17 17:54:06.885--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-17 17:54:06.885--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-17 17:54:06.885--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-17 17:54:06.885--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-17 17:54:06.885--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-17 17:54:06.885--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-17 17:54:06.885--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-17 17:54:06.885--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-17 17:54:06.886--ServerSession(860651710)--Thread(Thread[main,5,main])--client acquired: 711248067
    [junit] [EL Finer]: 2024-04-17 17:54:06.886--ClientSession(711248067)--Thread(Thread[main,5,main])--acquire unit of work: 549864175
    [junit] [EL Finest]: 2024-04-17 17:54:06.886--UnitOfWork(549864175)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.886--UnitOfWork(549864175)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.886--UnitOfWork(549864175)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.886--UnitOfWork(549864175)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.886--UnitOfWork(549864175)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.886--UnitOfWork(549864175)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.886--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-17 17:54:06.886--ServerSession(860651710)--Connection(1974308008)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.886--ClientSession(711248067)--Connection(1974308008)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.886--ClientSession(711248067)--Connection(1974308008)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:06.886--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-17 17:54:06.886--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-17 17:54:06.886--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-17 17:54:06.886--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-17 17:54:06.886--ClientSession(711248067)--Connection(538602365)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:06.886--ClientSession(711248067)--Connection(538602365)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:06.886--ClientSession(711248067)--Connection(538602365)--Thread(Thread[main,5,main])--	bind => [1, 1, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:06.887--ClientSession(711248067)--Connection(538602365)--Thread(Thread[main,5,main])--	bind => [2, 2, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:06.887--ClientSession(711248067)--Connection(538602365)--Thread(Thread[main,5,main])--	bind => [3, 3, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:06.887--ClientSession(711248067)--Connection(538602365)--Thread(Thread[main,5,main])--	bind => [5, 5, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:06.887--ClientSession(711248067)--Connection(538602365)--Thread(Thread[main,5,main])--	bind => [4, 4, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:06.887--ClientSession(711248067)--Connection(538602365)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:06.888--ClientSession(711248067)--Connection(538602365)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.888--ServerSession(860651710)--Connection(1974308008)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.888--UnitOfWork(549864175)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.888--UnitOfWork(549864175)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.888--UnitOfWork(549864175)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.888--ClientSession(711248067)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:06.888--UnitOfWork(549864175)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.888--ClientSession(711248067)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.888--ServerSession(860651710)--Thread(Thread[main,5,main])--client acquired: 2077929580
    [junit] [EL Finer]: 2024-04-17 17:54:06.888--ClientSession(2077929580)--Thread(Thread[main,5,main])--acquire unit of work: 1644931955
    [junit] [EL Finest]: 2024-04-17 17:54:06.889--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-17 17:54:06.889--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-17 17:54:06.889--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-17 17:54:06.889--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-17 17:54:06.889--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-17 17:54:06.889--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-17 17:54:06.889--ServerSession(860651710)--Thread(Thread[main,5,main])--client acquired: 908398862
    [junit] [EL Finer]: 2024-04-17 17:54:06.889--ClientSession(908398862)--Thread(Thread[main,5,main])--acquire unit of work: 1852656228
    [junit] [EL Finest]: 2024-04-17 17:54:06.889--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-17 17:54:06.889--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-17 17:54:06.889--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-17 17:54:06.889--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-17 17:54:06.889--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-17 17:54:06.889--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-17 17:54:06.889--UnitOfWork(1852656228)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.889--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-17 17:54:06.889--ServerSession(860651710)--Connection(543119166)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.889--ClientSession(908398862)--Connection(543119166)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.889--ClientSession(908398862)--Connection(543119166)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:06.889--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-17 17:54:06.89--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-17 17:54:06.89--ClientSession(908398862)--Connection(64584458)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:06.89--ClientSession(908398862)--Connection(64584458)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?))
    [junit] [EL Fine]: 2024-04-17 17:54:06.89--ClientSession(908398862)--Connection(64584458)--Thread(Thread[main,5,main])--	bind => [a, 2, 1, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:06.89--ClientSession(908398862)--Connection(64584458)--Thread(Thread[main,5,main])--	bind => [b, 2, 2, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:06.89--ClientSession(908398862)--Connection(64584458)--Thread(Thread[main,5,main])--	bind => [c, 2, 3, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:06.89--ClientSession(908398862)--Connection(64584458)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:06.89--ClientSession(908398862)--Connection(64584458)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.891--ServerSession(860651710)--Connection(543119166)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.891--UnitOfWork(1852656228)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:06.891--UnitOfWork(1852656228)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.891--UnitOfWork(1852656228)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.891--ClientSession(908398862)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:06.891--UnitOfWork(1644931955)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:06.891--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-17 17:54:06.891--ServerSession(860651710)--Connection(1185714469)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.891--ClientSession(2077929580)--Connection(1185714469)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.891--ClientSession(2077929580)--Connection(1185714469)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:06.891--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-17 17:54:06.891--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-17 17:54:06.891--ClientSession(2077929580)--Connection(676846563)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:06.891--ClientSession(2077929580)--Connection(676846563)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?))
    [junit] [EL Fine]: 2024-04-17 17:54:06.891--ClientSession(2077929580)--Connection(676846563)--Thread(Thread[main,5,main])--	bind => [x, 2, 3, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:06.891--ClientSession(2077929580)--Connection(676846563)--Thread(Thread[main,5,main])--	bind => [y, 2, 4, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:06.891--ClientSession(2077929580)--Connection(676846563)--Thread(Thread[main,5,main])--	bind => [z, 2, 5, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:06.891--ClientSession(2077929580)--Connection(676846563)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:06.892--UnitOfWork(1644931955)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:06.892--ClientSession(2077929580)--Connection(676846563)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.892--ServerSession(860651710)--Connection(1185714469)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.892--ClientSession(2077929580)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finest]: 2024-04-17 17:54:06.892--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-17 17:54:06.892--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-17 17:54:06.892--ServerSession(860651710)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.892--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-17 17:54:06.892--ServerSession(860651710)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.893--ServerSession(860651710)--Thread(Thread[main,5,main])--sequencing disconnected
    [junit] [EL Fine]: 2024-04-17 17:54:06.893--ServerSession(860651710)--Connection(923523409)--Thread(Thread[main,5,main])--disconnect
    [junit] [EL Finer]: 2024-04-17 17:54:06.893--ServerSession(860651710)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Fine]: 2024-04-17 17:54:06.893--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-17 17:54:06.893--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-17 17:54:06.901--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@2f4ffb35
    [junit] [EL Finer]: 2024-04-17 17:54:06.903--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa1testmodel.
    [junit] [EL Finest]: properties: 2024-04-17 17:54:06.903--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-17 17:54:06.903--ServerSession(2093967237)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2024-04-17 17:54:06.903--ServerSession(2093967237)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Fine]: 2024-04-17 17:54:06.903--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.jboss.JBossPlatform
    [junit] [EL Finest]: 2024-04-17 17:54:06.903--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-17 17:54:06.903--ServerSession(2093967237)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true
    [junit] [EL Finest]: 2024-04-17 17:54:06.903--ServerSession(2093967237)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true
    [junit] [EL Finest]: 2024-04-17 17:54:06.903--ServerSession(2093967237)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false
    [junit] [EL Finer]: 2024-04-17 17:54:06.903--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-17 17:54:06.903--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-17 17:54:06.91--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-17 17:54:06.91--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-17 17:54:06.911--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-17 17:54:06.911--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-17 17:54:06.911--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-17 17:54:06.911--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-17 17:54:06.911--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-17 17:54:06.911--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-17 17:54:06.911--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-17 17:54:06.911--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-17 17:54:06.911--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-17 17:54:06.911--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-17 17:54:06.911--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-17 17:54:06.911--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-17 17:54:06.911--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-17 17:54:06.912--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-17 17:54:06.912--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-17 17:54:06.912--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-17 17:54:06.912--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-17 17:54:06.912--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-17 17:54:06.912--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-17 17:54:06.912--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-17 17:54:06.912--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-17 17:54:06.913--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-17 17:54:06.913--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-17 17:54:06.913--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-17 17:54:06.913--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-17 17:54:06.913--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-17 17:54:06.913--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-17 17:54:06.913--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-17 17:54:06.914--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-17 17:54:06.914--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-17 17:54:06.914--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-17 17:54:06.914--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-17 17:54:06.914--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-17 17:54:06.914--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-17 17:54:06.914--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-17 17:54:06.914--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-17 17:54:06.914--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-17 17:54:06.914--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-17 17:54:06.914--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-17 17:54:06.914--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-17 17:54:06.914--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-17 17:54:06.914--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-17 17:54:06.914--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-17 17:54:06.914--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-17 17:54:06.914--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-17 17:54:06.915--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-17 17:54:06.915--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-17 17:54:06.915--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-17 17:54:06.915--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-17 17:54:06.915--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-17 17:54:06.915--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-17 17:54:06.915--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-17 17:54:06.915--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-17 17:54:06.915--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-17 17:54:06.915--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-17 17:54:06.915--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-17 17:54:06.915--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-17 17:54:06.915--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-17 17:54:06.915--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-17 17:54:06.915--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-17 17:54:06.915--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-17 17:54:06.915--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-17 17:54:06.915--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-17 17:54:06.915--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-17 17:54:06.915--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-17 17:54:06.915--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-17 17:54:06.916--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-17 17:54:06.916--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-17 17:54:06.916--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-17 17:54:06.916--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-17 17:54:06.916--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-17 17:54:06.916--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-17 17:54:06.916--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-17 17:54:06.916--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-17 17:54:06.916--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-17 17:54:06.916--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-17 17:54:06.916--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-17 17:54:06.916--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-17 17:54:06.916--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-17 17:54:06.916--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-17 17:54:06.916--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-17 17:54:06.916--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-17 17:54:06.916--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-17 17:54:06.916--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-17 17:54:06.916--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-17 17:54:06.916--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-17 17:54:06.916--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-17 17:54:06.916--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-17 17:54:06.916--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-17 17:54:06.916--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-17 17:54:06.917--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-17 17:54:06.963--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-17 17:54:06.963--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-17 17:54:06.963--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-17 17:54:06.963--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-17 17:54:06.963--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-17 17:54:06.963--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-17 17:54:06.963--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-17 17:54:06.963--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-17 17:54:06.964--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-17 17:54:06.964--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-17 17:54:06.964--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-17 17:54:06.964--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-17 17:54:06.964--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-17 17:54:06.964--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-17 17:54:06.964--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-17 17:54:06.964--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-17 17:54:06.964--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-17 17:54:06.964--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-17 17:54:06.964--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-17 17:54:06.964--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-17 17:54:06.964--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-17 17:54:06.964--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID.
    [junit] [EL Config]: 2024-04-17 17:54:06.964--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME.
    [junit] [EL Config]: 2024-04-17 17:54:06.964--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-17 17:54:06.964--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:06.964--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.964--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-17 17:54:06.964--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-17 17:54:06.965--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [owner] is being defaulted to: OWNER.
    [junit] [EL Config]: 2024-04-17 17:54:06.965--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [balance] is being defaulted to: BALANCE.
    [junit] [EL Config]: 2024-04-17 17:54:06.965--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-17 17:54:06.965--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-17 17:54:06.965--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID.
    [junit] [EL Config]: 2024-04-17 17:54:06.965--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [creditLimit] is being defaulted to: CREDITLIMIT.
    [junit] [EL Config]: 2024-04-17 17:54:06.965--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-17 17:54:06.965--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [namespace] is being defaulted to: NAMESPACE.
    [junit] [EL Config]: 2024-04-17 17:54:06.965--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:06.965--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [text] is being defaulted to: TEXT.
    [junit] [EL Config]: 2024-04-17 17:54:06.965--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-17 17:54:06.965--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.965--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-17 17:54:06.965--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-17 17:54:06.965--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-17 17:54:06.965--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR.
    [junit] [EL Config]: 2024-04-17 17:54:06.965--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.965--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [brand] is being defaulted to: BRAND.
    [junit] [EL Config]: 2024-04-17 17:54:06.965--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:06.965--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-17 17:54:06.966--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-17 17:54:06.966--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.966--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY.
    [junit] [EL Config]: 2024-04-17 17:54:06.966--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-17 17:54:06.966--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:06.966--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.966--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-17 17:54:06.966--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.966--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-17 17:54:06.966--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.966--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-17 17:54:06.966--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-17 17:54:06.966--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-17 17:54:06.966--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [term] is being defaulted to: TERM.
    [junit] [EL Config]: 2024-04-17 17:54:06.966--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-17 17:54:06.966--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-17 17:54:06.966--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:06.966--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.966--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-17 17:54:06.966--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getDescription] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: 2024-04-17 17:54:06.966--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.966--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getCategory] is being defaulted to: CATEGORY.
    [junit] [EL Config]: 2024-04-17 17:54:06.966--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-17 17:54:06.966--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [sound] is being defaulted to: SOUND.
    [junit] [EL Config]: 2024-04-17 17:54:06.966--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [integer] is being defaulted to: INTEGER.
    [junit] [EL Config]: 2024-04-17 17:54:06.966--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [cool] is being defaulted to: COOL.
    [junit] [EL Config]: 2024-04-17 17:54:06.966--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:06.966--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.967--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [type] is being defaulted to: TYPE.
    [junit] [EL Config]: 2024-04-17 17:54:06.967--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-17 17:54:06.967--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.967--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-17 17:54:06.967--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-17 17:54:06.967--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:06.967--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.967--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:06.967--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-17 17:54:06.967--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA.
    [junit] [EL Config]: 2024-04-17 17:54:06.967--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-17 17:54:06.967--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: 2024-04-17 17:54:06.967--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-17 17:54:06.967--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-17 17:54:06.967--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [reviewDate] is being defaulted to: REVIEWDATE.
    [junit] [EL Config]: 2024-04-17 17:54:06.967--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.967--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:06.967--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-17 17:54:06.967--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-17 17:54:06.968--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-17 17:54:06.968--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-17 17:54:06.968--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-17 17:54:06.968--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.968--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-17 17:54:06.968--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-17 17:54:06.968--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getStory] is being defaulted to: STORY.
    [junit] [EL Config]: 2024-04-17 17:54:06.968--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-17 17:54:06.968--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [date] is being defaulted to: DATE.
    [junit] [EL Config]: 2024-04-17 17:54:06.968--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME.
    [junit] [EL Config]: 2024-04-17 17:54:06.968--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.968--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-17 17:54:06.968--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:06.968--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.968--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-17 17:54:06.968--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-17 17:54:06.968--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-17 17:54:06.968--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getYear] is being defaulted to: YEAR.
    [junit] [EL Config]: 2024-04-17 17:54:06.968--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:06.968--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-17 17:54:06.968--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-17 17:54:06.968--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [model] is being defaulted to: MODEL.
    [junit] [EL Config]: 2024-04-17 17:54:06.968--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-17 17:54:06.968--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-17 17:54:06.968--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-17 17:54:06.969--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-17 17:54:06.969--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-17 17:54:06.969--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [riskLevel] is being defaulted to: RISKLEVEL.
    [junit] [EL Config]: 2024-04-17 17:54:06.969--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-17 17:54:06.969--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-17 17:54:06.969--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.969--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-17 17:54:06.969--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.969--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-17 17:54:06.969--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.969--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-17 17:54:06.969--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getSmoker] is being defaulted to: SMOKER.
    [junit] [EL Config]: 2024-04-17 17:54:06.969--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getGuid] is being defaulted to: GUID.
    [junit] [EL Config]: 2024-04-17 17:54:06.969--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-17 17:54:06.969--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.969--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-17 17:54:06.969--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getDate] is being defaulted to: DATE.
    [junit] [EL Config]: 2024-04-17 17:54:06.969--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getTime] is being defaulted to: TIME.
    [junit] [EL Config]: 2024-04-17 17:54:06.969--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.969--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-17 17:54:06.969--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-17 17:54:06.969--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-17 17:54:06.969--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-17 17:54:06.969--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [interestRate] is being defaulted to: INTERESTRATE.
    [junit] [EL Config]: 2024-04-17 17:54:06.969--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID.
    [junit] [EL Config]: 2024-04-17 17:54:06.969--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME.
    [junit] [EL Config]: 2024-04-17 17:54:06.969--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-17 17:54:06.969--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-17 17:54:06.969--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-17 17:54:06.969--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [cardType] is being defaulted to: CARDTYPE.
    [junit] [EL Config]: 2024-04-17 17:54:06.969--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [cardNumber] is being defaulted to: CARDNUMBER.
    [junit] [EL Config]: 2024-04-17 17:54:06.969--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [validTo] is being defaulted to: VALIDTO.
    [junit] [EL Config]: 2024-04-17 17:54:06.969--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-17 17:54:06.969--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.97--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY.
    [junit] [EL Config]: 2024-04-17 17:54:06.97--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-17 17:54:06.97--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR.
    [junit] [EL Config]: 2024-04-17 17:54:06.97--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [place] is being defaulted to: PLACE.
    [junit] [EL Config]: 2024-04-17 17:54:06.97--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [floor] is being defaulted to: FLOOR.
    [junit] [EL Config]: 2024-04-17 17:54:06.97--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-17 17:54:06.97--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:06.97--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.97--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-17 17:54:06.97--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.97--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-17 17:54:06.97--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [nodeName] is being defaulted to: NODENAME.
    [junit] [EL Config]: 2024-04-17 17:54:06.97--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.97--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-17 17:54:06.97--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [high] is being defaulted to: HIGH.
    [junit] [EL Config]: 2024-04-17 17:54:06.97--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [low] is being defaulted to: LOW.
    [junit] [EL Config]: 2024-04-17 17:54:06.97--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-17 17:54:06.97--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [firstname] is being defaulted to: FIRSTNAME.
    [junit] [EL Config]: 2024-04-17 17:54:06.97--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [endDate] is being defaulted to: ENDDATE.
    [junit] [EL Config]: 2024-04-17 17:54:06.97--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [startDate] is being defaulted to: STARTDATE.
    [junit] [EL Config]: 2024-04-17 17:54:06.97--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY.
    [junit] [EL Config]: 2024-04-17 17:54:06.97--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [lastname] is being defaulted to: LASTNAME.
    [junit] [EL Config]: 2024-04-17 17:54:06.97--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.97--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-17 17:54:06.97--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-17 17:54:06.97--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:06.97--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.97--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [getVersion] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:06.97--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-17 17:54:06.97--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-17 17:54:06.971--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:06.971--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-17 17:54:06.971--ServerSession(2093967237)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:06.971--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-17 17:54:06.971--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-17 17:54:06.971--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-17 17:54:06.971--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-17 17:54:06.971--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-17 17:54:06.971--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-17 17:54:06.971--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-17 17:54:06.971--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-17 17:54:06.971--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-17 17:54:06.971--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-17 17:54:06.971--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-17 17:54:06.971--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-17 17:54:06.971--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-17 17:54:06.971--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-17 17:54:06.971--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-17 17:54:06.971--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-17 17:54:06.971--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-17 17:54:06.971--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-17 17:54:06.971--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-17 17:54:06.971--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-17 17:54:06.971--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-17 17:54:06.971--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-17 17:54:06.971--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-17 17:54:06.971--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-17 17:54:06.971--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.972--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-17 17:54:06.973--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-17 17:54:06.973--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-17 17:54:06.973--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-17 17:54:06.973--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-17 17:54:06.973--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-17 17:54:06.973--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-17 17:54:06.973--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-17 17:54:06.973--ServerSession(2093967237)--Thread(Thread[main,5,main])--query getDepartmentCached: query hint eclipselink.query-results-cache; value True
    [junit] [EL Finest]: 2024-04-17 17:54:06.974--ServerSession(2093967237)--Thread(Thread[main,5,main])--query getAllDepartmentsCached: query hint eclipselink.query-results-cache; value True
    [junit] [EL Finest]: 2024-04-17 17:54:06.974--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-17 17:54:06.974--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null.
    [junit] [EL Finest]: 2024-04-17 17:54:06.974--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-17 17:54:06.974--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-17 17:54:06.974--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-17 17:54:06.974--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-17 17:54:06.974--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-17 17:54:06.974--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-17 17:54:06.975--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-17 17:54:06.975--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-17 17:54:06.975--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-17 17:54:06.975--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-17 17:54:06.975--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-17 17:54:06.975--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-17 17:54:06.975--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-17 17:54:06.975--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-17 17:54:06.975--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-17 17:54:06.975--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-17 17:54:06.975--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-17 17:54:06.975--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-17 17:54:06.975--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-17 17:54:06.975--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-17 17:54:06.975--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-17 17:54:06.975--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-17 17:54:06.975--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-17 17:54:06.975--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-17 17:54:06.975--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-17 17:54:06.976--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-17 17:54:06.976--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-17 17:54:06.976--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-17 17:54:06.976--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-17 17:54:06.976--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-17 17:54:06.976--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-17 17:54:06.976--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-17 17:54:06.976--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-17 17:54:06.976--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-17 17:54:06.976--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-17 17:54:06.976--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-17 17:54:06.976--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-17 17:54:06.976--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-17 17:54:06.976--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-17 17:54:06.976--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-17 17:54:06.976--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-17 17:54:06.976--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-17 17:54:06.976--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-17 17:54:06.976--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-17 17:54:06.977--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-17 17:54:06.977--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-17 17:54:06.977--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-17 17:54:06.977--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-17 17:54:06.977--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-17 17:54:06.977--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-17 17:54:06.977--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-17 17:54:06.977--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-17 17:54:06.977--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-17 17:54:06.977--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-17 17:54:06.977--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-17 17:54:06.977--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-17 17:54:06.977--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-17 17:54:06.977--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-17 17:54:06.977--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-17 17:54:06.977--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-17 17:54:06.977--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-17 17:54:06.977--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-17 17:54:06.977--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-17 17:54:06.977--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-17 17:54:06.978--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-17 17:54:06.978--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-17 17:54:06.978--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-17 17:54:06.978--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-17 17:54:06.978--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-17 17:54:06.978--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-17 17:54:06.98--ServerSession(2093967237)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation].
    [junit] [EL Finest]: 2024-04-17 17:54:06.981--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-17 17:54:06.981--ServerSession(2093967237)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2024-04-17 17:54:06.981--ServerSession(2093967237)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2024-04-17 17:54:06.981--ServerSession(2093967237)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform
    [junit] [EL Finest]: 2024-04-17 17:54:06.981--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-17 17:54:06.981--ServerSession(2093967237)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing; value=None
    [junit] [EL Finest]: 2024-04-17 17:54:06.981--ServerSession(2093967237)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true
    [junit] [EL Info]: 2024-04-17 17:54:06.981--ServerSession(2093967237)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Fine]: 2024-04-17 17:54:06.981--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-17 17:54:06.982--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-17 17:54:06.982--ServerSession(2093967237)--Connection(509743079)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:06.982--ServerSession(2093967237)--Connection(509743079)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Fine]: 2024-04-17 17:54:06.982--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-17 17:54:06.982--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-17 17:54:06.982--ServerSession(2093967237)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State
    [junit] [EL Finest]: 2024-04-17 17:54:06.982--ServerSession(2093967237)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1
    [junit] [EL Finest]: 2024-04-17 17:54:06.982--ServerSession(2093967237)--Thread(Thread[main,5,main])--sequence testSequenceInc3: preallocation size 3
    [junit] [EL Finest]: 2024-04-17 17:54:06.982--ServerSession(2093967237)--Thread(Thread[main,5,main])--sequence testSequence: preallocation size 1
    [junit] [EL Finest]: 2024-04-17 17:54:06.982--ServerSession(2093967237)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State
    [junit] [EL Finest]: 2024-04-17 17:54:06.982--ServerSession(2093967237)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:06.982--ServerSession(2093967237)--Thread(Thread[main,5,main])--sequence IdGenerator: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:06.982--ServerSession(2093967237)--Thread(Thread[main,5,main])--sequence VehicleGenerator: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:06.982--ServerSession(2093967237)--Thread(Thread[main,5,main])--sequence Component: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:06.982--ServerSession(2093967237)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:06.982--ServerSession(2093967237)--Thread(Thread[main,5,main])--sequence CourseGenerator: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:06.982--ServerSession(2093967237)--Thread(Thread[main,5,main])--sequence StringIdGenerator: preallocation size 50
    [junit] [EL Warning]: 2024-04-17 17:54:06.984--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-17 17:54:06.984--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-17 17:54:06.994--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-17 17:54:06.994--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-17 17:54:06.994--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-17 17:54:06.994--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-17 17:54:06.994--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-17 17:54:06.994--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-17 17:54:06.994--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-17 17:54:06.995--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-17 17:54:06.995--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-17 17:54:06.995--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-17 17:54:06.996--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-17 17:54:06.996--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-17 17:54:06.996--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-17 17:54:06.996--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-17 17:54:06.996--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-17 17:54:06.996--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-17 17:54:06.996--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-17 17:54:06.996--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-17 17:54:06.996--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-17 17:54:06.996--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-17 17:54:06.996--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-17 17:54:06.996--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-17 17:54:06.996--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-17 17:54:06.996--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-17 17:54:06.996--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-17 17:54:06.996--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-17 17:54:06.996--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-17 17:54:06.996--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-17 17:54:06.996--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-17 17:54:06.997--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-17 17:54:06.997--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-17 17:54:06.997--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-17 17:54:06.997--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-17 17:54:06.997--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-17 17:54:06.997--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-17 17:54:06.997--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-17 17:54:06.997--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-17 17:54:06.997--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-17 17:54:06.997--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-17 17:54:06.997--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-17 17:54:06.997--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-17 17:54:06.997--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-17 17:54:06.997--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-17 17:54:06.997--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-17 17:54:06.997--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-17 17:54:06.997--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-17 17:54:06.997--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-17 17:54:06.997--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-17 17:54:06.998--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-17 17:54:06.998--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-17 17:54:06.998--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-17 17:54:06.998--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-17 17:54:06.998--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-17 17:54:06.998--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-17 17:54:06.998--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-17 17:54:06.998--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-17 17:54:06.998--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-17 17:54:06.998--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-17 17:54:06.998--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-17 17:54:06.998--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-17 17:54:06.998--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-17 17:54:06.998--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-17 17:54:06.998--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-17 17:54:06.998--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-17 17:54:06.998--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-17 17:54:06.998--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-17 17:54:06.999--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-17 17:54:06.999--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-17 17:54:06.999--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-17 17:54:06.999--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-17 17:54:06.999--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-17 17:54:06.999--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-17 17:54:06.999--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-17 17:54:06.999--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-17 17:54:06.999--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-17 17:54:06.999--ServerSession(2093967237)--Thread(Thread[main,5,main])--client acquired: 1921700436
    [junit] [EL Finer]: 2024-04-17 17:54:06.999--ClientSession(1921700436)--Thread(Thread[main,5,main])--acquire unit of work: 995691809
    [junit] [EL Finest]: 2024-04-17 17:54:06.999--UnitOfWork(995691809)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.999--UnitOfWork(995691809)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.999--UnitOfWork(995691809)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.999--UnitOfWork(995691809)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:06.999--UnitOfWork(995691809)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:06.999--UnitOfWork(995691809)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:06.999--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-17 17:54:06.999--ServerSession(2093967237)--Connection(1911504652)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:06.999--ClientSession(1921700436)--Connection(1911504652)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:06.999--ClientSession(1921700436)--Connection(1911504652)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:07.0--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-17 17:54:07.0--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-17 17:54:07.0--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-17 17:54:07.0--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-17 17:54:07.0--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-17 17:54:07.001--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-17 17:54:07.001--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-17 17:54:07.001--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-17 17:54:07.001--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-17 17:54:07.001--ClientSession(1921700436)--Connection(1192239608)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:07.001--ServerSession(2093967237)--Connection(1911504652)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:07.002--UnitOfWork(995691809)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:07.002--UnitOfWork(995691809)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:07.002--UnitOfWork(995691809)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:07.002--ClientSession(1921700436)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:07.002--UnitOfWork(995691809)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:07.002--ClientSession(1921700436)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:07.002--ServerSession(2093967237)--Thread(Thread[main,5,main])--client acquired: 122661394
    [junit] [EL Finer]: 2024-04-17 17:54:07.002--ClientSession(122661394)--Thread(Thread[main,5,main])--acquire unit of work: 1695501686
    [junit] [EL Finest]: 2024-04-17 17:54:07.002--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-17 17:54:07.002--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-17 17:54:07.002--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-17 17:54:07.002--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-17 17:54:07.002--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-17 17:54:07.002--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-17 17:54:07.002--ServerSession(2093967237)--Thread(Thread[main,5,main])--client acquired: 540278073
    [junit] [EL Finer]: 2024-04-17 17:54:07.002--ClientSession(540278073)--Thread(Thread[main,5,main])--acquire unit of work: 524383279
    [junit] [EL Finest]: 2024-04-17 17:54:07.002--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-17 17:54:07.002--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-17 17:54:07.002--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-17 17:54:07.002--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-17 17:54:07.002--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-17 17:54:07.002--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-17 17:54:07.002--UnitOfWork(524383279)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:07.003--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-17 17:54:07.003--ServerSession(2093967237)--Connection(1164504888)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:07.003--ClientSession(540278073)--Connection(1164504888)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:07.003--ClientSession(540278073)--Connection(1164504888)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:07.003--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-17 17:54:07.003--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-17 17:54:07.004--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-17 17:54:07.004--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-17 17:54:07.004--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-17 17:54:07.004--ClientSession(540278073)--Connection(1260479657)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:07.004--ServerSession(2093967237)--Connection(1164504888)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:07.004--UnitOfWork(524383279)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:07.004--UnitOfWork(524383279)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:07.004--UnitOfWork(524383279)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:07.004--ClientSession(540278073)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:07.004--UnitOfWork(1695501686)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:07.004--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-17 17:54:07.005--ServerSession(2093967237)--Connection(1096248964)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:07.005--ClientSession(122661394)--Connection(1096248964)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:07.005--ClientSession(122661394)--Connection(1096248964)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:07.005--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-17 17:54:07.005--UnitOfWork(1695501686)--Thread(Thread[main,5,main])--Local Exception Stack: 
    [junit] Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:07.005--UnitOfWork(1695501686)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:07.005--ClientSession(122661394)--Connection(932384584)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:54:07.006--ServerSession(2093967237)--Connection(1096248964)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:07.006--ClientSession(122661394)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finest]: 2024-04-17 17:54:07.006--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-17 17:54:07.006--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-17 17:54:07.006--ServerSession(2093967237)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:07.006--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-17 17:54:07.006--ServerSession(2093967237)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:07.006--ServerSession(2093967237)--Thread(Thread[main,5,main])--sequencing disconnected
    [junit] [EL Fine]: 2024-04-17 17:54:07.006--ServerSession(2093967237)--Connection(509743079)--Thread(Thread[main,5,main])--disconnect
    [junit] [EL Finer]: 2024-04-17 17:54:07.006--ServerSession(2093967237)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Fine]: 2024-04-17 17:54:07.006--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-17 17:54:07.006--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-17 17:54:07.015--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@8862881
    [junit] [EL Finer]: 2024-04-17 17:54:07.016--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa1testmodel.
    [junit] [EL Finest]: properties: 2024-04-17 17:54:07.017--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-17 17:54:07.017--ServerSession(1634110469)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2024-04-17 17:54:07.017--ServerSession(1634110469)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Fine]: 2024-04-17 17:54:07.017--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.jboss.JBossPlatform
    [junit] [EL Finest]: 2024-04-17 17:54:07.017--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-17 17:54:07.017--ServerSession(1634110469)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true
    [junit] [EL Finest]: 2024-04-17 17:54:07.017--ServerSession(1634110469)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true
    [junit] [EL Finest]: 2024-04-17 17:54:07.017--ServerSession(1634110469)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false
    [junit] [EL Finer]: 2024-04-17 17:54:07.017--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-17 17:54:07.017--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-17 17:54:07.024--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-17 17:54:07.024--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-17 17:54:07.024--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-17 17:54:07.024--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-17 17:54:07.024--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-17 17:54:07.024--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-17 17:54:07.074--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-17 17:54:07.074--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-17 17:54:07.074--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-17 17:54:07.074--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-17 17:54:07.074--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-17 17:54:07.074--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-17 17:54:07.074--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-17 17:54:07.074--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-17 17:54:07.074--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-17 17:54:07.075--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-17 17:54:07.075--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-17 17:54:07.075--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-17 17:54:07.075--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-17 17:54:07.075--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-17 17:54:07.075--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-17 17:54:07.075--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-17 17:54:07.075--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-17 17:54:07.076--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-17 17:54:07.076--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-17 17:54:07.076--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-17 17:54:07.076--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-17 17:54:07.076--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-17 17:54:07.076--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-17 17:54:07.076--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-17 17:54:07.077--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-17 17:54:07.077--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-17 17:54:07.077--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-17 17:54:07.077--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-17 17:54:07.077--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-17 17:54:07.077--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-17 17:54:07.077--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-17 17:54:07.077--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-17 17:54:07.077--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-17 17:54:07.077--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-17 17:54:07.077--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-17 17:54:07.077--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-17 17:54:07.077--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-17 17:54:07.077--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-17 17:54:07.078--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-17 17:54:07.078--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-17 17:54:07.078--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-17 17:54:07.078--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-17 17:54:07.078--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-17 17:54:07.078--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-17 17:54:07.078--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-17 17:54:07.078--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-17 17:54:07.078--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-17 17:54:07.078--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-17 17:54:07.078--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-17 17:54:07.078--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-17 17:54:07.078--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-17 17:54:07.078--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-17 17:54:07.078--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-17 17:54:07.078--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-17 17:54:07.078--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-17 17:54:07.078--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-17 17:54:07.078--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-17 17:54:07.078--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-17 17:54:07.078--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-17 17:54:07.079--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-17 17:54:07.079--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-17 17:54:07.079--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-17 17:54:07.079--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-17 17:54:07.079--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-17 17:54:07.079--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-17 17:54:07.079--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-17 17:54:07.079--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-17 17:54:07.079--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-17 17:54:07.079--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-17 17:54:07.079--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-17 17:54:07.079--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-17 17:54:07.079--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-17 17:54:07.079--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-17 17:54:07.079--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-17 17:54:07.079--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-17 17:54:07.079--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-17 17:54:07.079--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-17 17:54:07.079--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-17 17:54:07.079--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-17 17:54:07.079--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-17 17:54:07.079--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-17 17:54:07.079--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-17 17:54:07.08--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-17 17:54:07.08--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-17 17:54:07.08--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-17 17:54:07.08--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-17 17:54:07.08--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-17 17:54:07.08--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-17 17:54:07.08--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-17 17:54:07.08--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-17 17:54:07.08--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-17 17:54:07.08--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-17 17:54:07.08--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-17 17:54:07.08--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-17 17:54:07.08--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-17 17:54:07.08--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-17 17:54:07.08--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-17 17:54:07.08--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-17 17:54:07.08--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-17 17:54:07.08--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-17 17:54:07.08--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-17 17:54:07.08--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-17 17:54:07.08--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-17 17:54:07.08--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-17 17:54:07.08--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-17 17:54:07.08--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-17 17:54:07.08--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-17 17:54:07.08--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-17 17:54:07.08--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID.
    [junit] [EL Config]: 2024-04-17 17:54:07.08--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.08--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-17 17:54:07.081--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.081--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.081--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-17 17:54:07.081--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-17 17:54:07.081--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [owner] is being defaulted to: OWNER.
    [junit] [EL Config]: 2024-04-17 17:54:07.081--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [balance] is being defaulted to: BALANCE.
    [junit] [EL Config]: 2024-04-17 17:54:07.081--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-17 17:54:07.081--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-17 17:54:07.081--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID.
    [junit] [EL Config]: 2024-04-17 17:54:07.081--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [creditLimit] is being defaulted to: CREDITLIMIT.
    [junit] [EL Config]: 2024-04-17 17:54:07.081--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-17 17:54:07.081--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [namespace] is being defaulted to: NAMESPACE.
    [junit] [EL Config]: 2024-04-17 17:54:07.081--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.081--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [text] is being defaulted to: TEXT.
    [junit] [EL Config]: 2024-04-17 17:54:07.081--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-17 17:54:07.081--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.081--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-17 17:54:07.081--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-17 17:54:07.081--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-17 17:54:07.081--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR.
    [junit] [EL Config]: 2024-04-17 17:54:07.081--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.081--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [brand] is being defaulted to: BRAND.
    [junit] [EL Config]: 2024-04-17 17:54:07.081--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:07.082--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-17 17:54:07.082--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-17 17:54:07.082--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.082--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY.
    [junit] [EL Config]: 2024-04-17 17:54:07.082--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-17 17:54:07.082--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.082--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.082--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-17 17:54:07.082--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.082--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-17 17:54:07.082--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.082--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-17 17:54:07.082--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-17 17:54:07.082--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-17 17:54:07.082--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [term] is being defaulted to: TERM.
    [junit] [EL Config]: 2024-04-17 17:54:07.082--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-17 17:54:07.082--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-17 17:54:07.082--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.082--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.082--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-17 17:54:07.082--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getDescription] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: 2024-04-17 17:54:07.082--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.082--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getCategory] is being defaulted to: CATEGORY.
    [junit] [EL Config]: 2024-04-17 17:54:07.082--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-17 17:54:07.082--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [sound] is being defaulted to: SOUND.
    [junit] [EL Config]: 2024-04-17 17:54:07.082--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [integer] is being defaulted to: INTEGER.
    [junit] [EL Config]: 2024-04-17 17:54:07.082--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [cool] is being defaulted to: COOL.
    [junit] [EL Config]: 2024-04-17 17:54:07.083--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.083--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.083--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [type] is being defaulted to: TYPE.
    [junit] [EL Config]: 2024-04-17 17:54:07.083--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-17 17:54:07.083--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.083--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-17 17:54:07.083--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-17 17:54:07.083--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.083--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.083--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:07.083--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-17 17:54:07.083--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA.
    [junit] [EL Config]: 2024-04-17 17:54:07.083--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-17 17:54:07.083--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: 2024-04-17 17:54:07.083--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-17 17:54:07.083--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-17 17:54:07.083--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [reviewDate] is being defaulted to: REVIEWDATE.
    [junit] [EL Config]: 2024-04-17 17:54:07.083--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.083--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:07.083--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-17 17:54:07.083--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-17 17:54:07.083--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-17 17:54:07.083--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-17 17:54:07.083--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-17 17:54:07.084--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.084--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-17 17:54:07.084--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-17 17:54:07.084--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getStory] is being defaulted to: STORY.
    [junit] [EL Config]: 2024-04-17 17:54:07.084--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-17 17:54:07.084--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [date] is being defaulted to: DATE.
    [junit] [EL Config]: 2024-04-17 17:54:07.084--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME.
    [junit] [EL Config]: 2024-04-17 17:54:07.084--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.084--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-17 17:54:07.084--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.084--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.084--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-17 17:54:07.084--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-17 17:54:07.084--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-17 17:54:07.084--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getYear] is being defaulted to: YEAR.
    [junit] [EL Config]: 2024-04-17 17:54:07.084--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.084--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-17 17:54:07.084--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-17 17:54:07.084--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [model] is being defaulted to: MODEL.
    [junit] [EL Config]: 2024-04-17 17:54:07.084--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-17 17:54:07.084--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-17 17:54:07.084--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-17 17:54:07.084--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-17 17:54:07.084--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-17 17:54:07.084--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [riskLevel] is being defaulted to: RISKLEVEL.
    [junit] [EL Config]: 2024-04-17 17:54:07.084--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-17 17:54:07.085--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-17 17:54:07.085--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.085--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-17 17:54:07.085--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.085--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-17 17:54:07.085--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.085--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-17 17:54:07.085--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getSmoker] is being defaulted to: SMOKER.
    [junit] [EL Config]: 2024-04-17 17:54:07.085--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getGuid] is being defaulted to: GUID.
    [junit] [EL Config]: 2024-04-17 17:54:07.085--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-17 17:54:07.085--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.085--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-17 17:54:07.085--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getDate] is being defaulted to: DATE.
    [junit] [EL Config]: 2024-04-17 17:54:07.085--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getTime] is being defaulted to: TIME.
    [junit] [EL Config]: 2024-04-17 17:54:07.085--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.085--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-17 17:54:07.085--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-17 17:54:07.085--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-17 17:54:07.085--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-17 17:54:07.085--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [interestRate] is being defaulted to: INTERESTRATE.
    [junit] [EL Config]: 2024-04-17 17:54:07.085--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID.
    [junit] [EL Config]: 2024-04-17 17:54:07.085--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.085--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-17 17:54:07.085--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-17 17:54:07.085--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-17 17:54:07.085--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [cardType] is being defaulted to: CARDTYPE.
    [junit] [EL Config]: 2024-04-17 17:54:07.085--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [cardNumber] is being defaulted to: CARDNUMBER.
    [junit] [EL Config]: 2024-04-17 17:54:07.085--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [validTo] is being defaulted to: VALIDTO.
    [junit] [EL Config]: 2024-04-17 17:54:07.085--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-17 17:54:07.085--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.085--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY.
    [junit] [EL Config]: 2024-04-17 17:54:07.085--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-17 17:54:07.086--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR.
    [junit] [EL Config]: 2024-04-17 17:54:07.086--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [place] is being defaulted to: PLACE.
    [junit] [EL Config]: 2024-04-17 17:54:07.086--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [floor] is being defaulted to: FLOOR.
    [junit] [EL Config]: 2024-04-17 17:54:07.086--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-17 17:54:07.086--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.086--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.086--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-17 17:54:07.086--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.086--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-17 17:54:07.086--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [nodeName] is being defaulted to: NODENAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.086--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.086--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-17 17:54:07.086--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [high] is being defaulted to: HIGH.
    [junit] [EL Config]: 2024-04-17 17:54:07.086--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [low] is being defaulted to: LOW.
    [junit] [EL Config]: 2024-04-17 17:54:07.086--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-17 17:54:07.086--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [firstname] is being defaulted to: FIRSTNAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.086--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [endDate] is being defaulted to: ENDDATE.
    [junit] [EL Config]: 2024-04-17 17:54:07.086--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [startDate] is being defaulted to: STARTDATE.
    [junit] [EL Config]: 2024-04-17 17:54:07.086--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY.
    [junit] [EL Config]: 2024-04-17 17:54:07.086--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [lastname] is being defaulted to: LASTNAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.086--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.086--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-17 17:54:07.086--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-17 17:54:07.086--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.086--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.086--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [getVersion] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:07.086--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-17 17:54:07.086--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-17 17:54:07.086--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.086--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-17 17:54:07.086--ServerSession(1634110469)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:07.086--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-17 17:54:07.086--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-17 17:54:07.086--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-17 17:54:07.086--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.087--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-17 17:54:07.088--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-17 17:54:07.088--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-17 17:54:07.088--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-17 17:54:07.088--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-17 17:54:07.088--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-17 17:54:07.088--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-17 17:54:07.088--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-17 17:54:07.088--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-17 17:54:07.088--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-17 17:54:07.088--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-17 17:54:07.088--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-17 17:54:07.088--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-17 17:54:07.088--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-17 17:54:07.088--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-17 17:54:07.088--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-17 17:54:07.088--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-17 17:54:07.088--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-17 17:54:07.088--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-17 17:54:07.088--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-17 17:54:07.088--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-17 17:54:07.088--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-17 17:54:07.088--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-17 17:54:07.088--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-17 17:54:07.088--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-17 17:54:07.089--ServerSession(1634110469)--Thread(Thread[main,5,main])--query getDepartmentCached: query hint eclipselink.query-results-cache; value True
    [junit] [EL Finest]: 2024-04-17 17:54:07.089--ServerSession(1634110469)--Thread(Thread[main,5,main])--query getAllDepartmentsCached: query hint eclipselink.query-results-cache; value True
    [junit] [EL Finest]: 2024-04-17 17:54:07.089--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-17 17:54:07.089--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null.
    [junit] [EL Finest]: 2024-04-17 17:54:07.089--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-17 17:54:07.089--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-17 17:54:07.089--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-17 17:54:07.089--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-17 17:54:07.09--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-17 17:54:07.09--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-17 17:54:07.09--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-17 17:54:07.179--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-17 17:54:07.179--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-17 17:54:07.179--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-17 17:54:07.179--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-17 17:54:07.179--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-17 17:54:07.179--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-17 17:54:07.179--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-17 17:54:07.179--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-17 17:54:07.179--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-17 17:54:07.179--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-17 17:54:07.18--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-17 17:54:07.18--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-17 17:54:07.18--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-17 17:54:07.18--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-17 17:54:07.18--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-17 17:54:07.18--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-17 17:54:07.18--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-17 17:54:07.18--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-17 17:54:07.18--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-17 17:54:07.18--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-17 17:54:07.18--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-17 17:54:07.18--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-17 17:54:07.18--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-17 17:54:07.18--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-17 17:54:07.18--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-17 17:54:07.18--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-17 17:54:07.18--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-17 17:54:07.181--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-17 17:54:07.181--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-17 17:54:07.181--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-17 17:54:07.181--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-17 17:54:07.181--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-17 17:54:07.181--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-17 17:54:07.181--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-17 17:54:07.181--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-17 17:54:07.181--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-17 17:54:07.181--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-17 17:54:07.181--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-17 17:54:07.181--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-17 17:54:07.181--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-17 17:54:07.181--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-17 17:54:07.181--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-17 17:54:07.181--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-17 17:54:07.181--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-17 17:54:07.181--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-17 17:54:07.182--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-17 17:54:07.182--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-17 17:54:07.182--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-17 17:54:07.182--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-17 17:54:07.182--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-17 17:54:07.182--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-17 17:54:07.182--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-17 17:54:07.182--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-17 17:54:07.182--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-17 17:54:07.182--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-17 17:54:07.182--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-17 17:54:07.182--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-17 17:54:07.182--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-17 17:54:07.182--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-17 17:54:07.182--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-17 17:54:07.182--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-17 17:54:07.182--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-17 17:54:07.183--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-17 17:54:07.185--ServerSession(1634110469)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation].
    [junit] [EL Finest]: 2024-04-17 17:54:07.186--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-17 17:54:07.186--ServerSession(1634110469)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2024-04-17 17:54:07.186--ServerSession(1634110469)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2024-04-17 17:54:07.186--ServerSession(1634110469)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform
    [junit] [EL Finest]: 2024-04-17 17:54:07.186--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-17 17:54:07.186--ServerSession(1634110469)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing; value=JDBC
    [junit] [EL Finest]: 2024-04-17 17:54:07.186--ServerSession(1634110469)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true
    [junit] [EL Info]: 2024-04-17 17:54:07.186--ServerSession(1634110469)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Fine]: 2024-04-17 17:54:07.186--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-17 17:54:07.187--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-17 17:54:07.187--ServerSession(1634110469)--Connection(2044784651)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:07.187--ServerSession(1634110469)--Connection(2044784651)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Fine]: 2024-04-17 17:54:07.187--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-17 17:54:07.187--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-17 17:54:07.187--ServerSession(1634110469)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State
    [junit] [EL Finest]: 2024-04-17 17:54:07.187--ServerSession(1634110469)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1
    [junit] [EL Finest]: 2024-04-17 17:54:07.187--ServerSession(1634110469)--Thread(Thread[main,5,main])--sequence testSequenceInc3: preallocation size 3
    [junit] [EL Finest]: 2024-04-17 17:54:07.187--ServerSession(1634110469)--Thread(Thread[main,5,main])--sequence testSequence: preallocation size 1
    [junit] [EL Finest]: 2024-04-17 17:54:07.187--ServerSession(1634110469)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State
    [junit] [EL Finest]: 2024-04-17 17:54:07.187--ServerSession(1634110469)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:07.187--ServerSession(1634110469)--Thread(Thread[main,5,main])--sequence IdGenerator: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:07.187--ServerSession(1634110469)--Thread(Thread[main,5,main])--sequence VehicleGenerator: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:07.187--ServerSession(1634110469)--Thread(Thread[main,5,main])--sequence Component: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:07.187--ServerSession(1634110469)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:07.187--ServerSession(1634110469)--Thread(Thread[main,5,main])--sequence CourseGenerator: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:07.187--ServerSession(1634110469)--Thread(Thread[main,5,main])--sequence StringIdGenerator: preallocation size 50
    [junit] [EL Warning]: 2024-04-17 17:54:07.188--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-17 17:54:07.188--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-17 17:54:07.198--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-17 17:54:07.198--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-17 17:54:07.198--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-17 17:54:07.198--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-17 17:54:07.198--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-17 17:54:07.198--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-17 17:54:07.198--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-17 17:54:07.199--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-17 17:54:07.199--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-17 17:54:07.199--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-17 17:54:07.199--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-17 17:54:07.199--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-17 17:54:07.199--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-17 17:54:07.2--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-17 17:54:07.2--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-17 17:54:07.2--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-17 17:54:07.2--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-17 17:54:07.2--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-17 17:54:07.2--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-17 17:54:07.2--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-17 17:54:07.2--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-17 17:54:07.2--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-17 17:54:07.2--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-17 17:54:07.2--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-17 17:54:07.2--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-17 17:54:07.2--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-17 17:54:07.2--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-17 17:54:07.2--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-17 17:54:07.2--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-17 17:54:07.2--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-17 17:54:07.201--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-17 17:54:07.201--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-17 17:54:07.201--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-17 17:54:07.201--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-17 17:54:07.201--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-17 17:54:07.201--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-17 17:54:07.201--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-17 17:54:07.201--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-17 17:54:07.201--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-17 17:54:07.201--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-17 17:54:07.201--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-17 17:54:07.201--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-17 17:54:07.201--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-17 17:54:07.201--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-17 17:54:07.201--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-17 17:54:07.201--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-17 17:54:07.201--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-17 17:54:07.201--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-17 17:54:07.202--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-17 17:54:07.202--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-17 17:54:07.202--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-17 17:54:07.202--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-17 17:54:07.202--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-17 17:54:07.202--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-17 17:54:07.202--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-17 17:54:07.202--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-17 17:54:07.202--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-17 17:54:07.202--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-17 17:54:07.202--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-17 17:54:07.202--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-17 17:54:07.202--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-17 17:54:07.202--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-17 17:54:07.202--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-17 17:54:07.202--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-17 17:54:07.202--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-17 17:54:07.202--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-17 17:54:07.202--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-17 17:54:07.202--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-17 17:54:07.203--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-17 17:54:07.203--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-17 17:54:07.203--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-17 17:54:07.203--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-17 17:54:07.203--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-17 17:54:07.203--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-17 17:54:07.203--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-17 17:54:07.203--ServerSession(1634110469)--Thread(Thread[main,5,main])--client acquired: 389257434
    [junit] [EL Finer]: 2024-04-17 17:54:07.203--ClientSession(389257434)--Thread(Thread[main,5,main])--acquire unit of work: 1918389311
    [junit] [EL Finest]: 2024-04-17 17:54:07.203--UnitOfWork(1918389311)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:07.203--UnitOfWork(1918389311)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:07.203--UnitOfWork(1918389311)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:07.203--UnitOfWork(1918389311)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:07.203--UnitOfWork(1918389311)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:07.203--UnitOfWork(1918389311)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:07.203--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-17 17:54:07.203--ServerSession(1634110469)--Connection(467043101)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:07.203--ClientSession(389257434)--Connection(467043101)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:07.203--ClientSession(389257434)--Connection(467043101)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:07.204--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-17 17:54:07.204--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-17 17:54:07.204--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-17 17:54:07.204--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-17 17:54:07.204--ClientSession(389257434)--Connection(455548983)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:07.204--ClientSession(389257434)--Connection(455548983)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:07.204--ClientSession(389257434)--Connection(455548983)--Thread(Thread[main,5,main])--	bind => [5, 5, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:07.204--ClientSession(389257434)--Connection(455548983)--Thread(Thread[main,5,main])--	bind => [2, 2, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:07.204--ClientSession(389257434)--Connection(455548983)--Thread(Thread[main,5,main])--	bind => [1, 1, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:07.204--ClientSession(389257434)--Connection(455548983)--Thread(Thread[main,5,main])--	bind => [3, 3, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:07.204--ClientSession(389257434)--Connection(455548983)--Thread(Thread[main,5,main])--	bind => [4, 4, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:07.204--ClientSession(389257434)--Connection(455548983)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:07.205--ClientSession(389257434)--Connection(455548983)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:07.205--ServerSession(1634110469)--Connection(467043101)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:07.205--UnitOfWork(1918389311)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:07.205--UnitOfWork(1918389311)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:07.205--UnitOfWork(1918389311)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:07.205--ClientSession(389257434)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:07.205--UnitOfWork(1918389311)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:07.205--ClientSession(389257434)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:07.205--ServerSession(1634110469)--Thread(Thread[main,5,main])--client acquired: 943901945
    [junit] [EL Finer]: 2024-04-17 17:54:07.205--ClientSession(943901945)--Thread(Thread[main,5,main])--acquire unit of work: 388198023
    [junit] [EL Finest]: 2024-04-17 17:54:07.206--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-17 17:54:07.206--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-17 17:54:07.206--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-17 17:54:07.206--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-17 17:54:07.206--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-17 17:54:07.206--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-17 17:54:07.206--ServerSession(1634110469)--Thread(Thread[main,5,main])--client acquired: 1742963611
    [junit] [EL Finer]: 2024-04-17 17:54:07.206--ClientSession(1742963611)--Thread(Thread[main,5,main])--acquire unit of work: 2114236200
    [junit] [EL Finest]: 2024-04-17 17:54:07.206--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-17 17:54:07.206--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-17 17:54:07.206--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-17 17:54:07.206--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-17 17:54:07.206--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-17 17:54:07.206--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-17 17:54:07.206--UnitOfWork(2114236200)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:07.206--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-17 17:54:07.207--ServerSession(1634110469)--Connection(1075996770)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:07.207--ClientSession(1742963611)--Connection(1075996770)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:07.207--ClientSession(1742963611)--Connection(1075996770)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:07.207--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-17 17:54:07.207--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-17 17:54:07.207--ClientSession(1742963611)--Connection(2108596212)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:07.207--ClientSession(1742963611)--Connection(2108596212)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?))
    [junit] [EL Fine]: 2024-04-17 17:54:07.207--ClientSession(1742963611)--Connection(2108596212)--Thread(Thread[main,5,main])--	bind => [a, 2, 1, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:07.207--ClientSession(1742963611)--Connection(2108596212)--Thread(Thread[main,5,main])--	bind => [b, 2, 2, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:07.207--ClientSession(1742963611)--Connection(2108596212)--Thread(Thread[main,5,main])--	bind => [c, 2, 3, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:07.207--ClientSession(1742963611)--Connection(2108596212)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:07.208--ClientSession(1742963611)--Connection(2108596212)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:07.208--ServerSession(1634110469)--Connection(1075996770)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:07.208--UnitOfWork(2114236200)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:07.208--UnitOfWork(2114236200)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:07.208--UnitOfWork(2114236200)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:07.208--ClientSession(1742963611)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:07.209--UnitOfWork(388198023)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:07.209--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-17 17:54:07.209--ServerSession(1634110469)--Connection(1058098963)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:07.209--ClientSession(943901945)--Connection(1058098963)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:07.209--ClientSession(943901945)--Connection(1058098963)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:07.209--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-17 17:54:07.209--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-17 17:54:07.209--ClientSession(943901945)--Connection(750920887)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:07.209--ClientSession(943901945)--Connection(750920887)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?))
    [junit] [EL Fine]: 2024-04-17 17:54:07.209--ClientSession(943901945)--Connection(750920887)--Thread(Thread[main,5,main])--	bind => [x, 2, 3, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:07.209--ClientSession(943901945)--Connection(750920887)--Thread(Thread[main,5,main])--	bind => [y, 2, 4, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:07.209--ClientSession(943901945)--Connection(750920887)--Thread(Thread[main,5,main])--	bind => [z, 2, 5, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:07.209--ClientSession(943901945)--Connection(750920887)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:07.21--UnitOfWork(388198023)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:07.21--ClientSession(943901945)--Connection(750920887)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:54:07.21--ServerSession(1634110469)--Connection(1058098963)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:07.21--ClientSession(943901945)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finest]: 2024-04-17 17:54:07.21--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-17 17:54:07.21--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-17 17:54:07.21--ServerSession(1634110469)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:07.21--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-17 17:54:07.21--ServerSession(1634110469)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:07.21--ServerSession(1634110469)--Thread(Thread[main,5,main])--sequencing disconnected
    [junit] [EL Fine]: 2024-04-17 17:54:07.21--ServerSession(1634110469)--Connection(2044784651)--Thread(Thread[main,5,main])--disconnect
    [junit] [EL Finer]: 2024-04-17 17:54:07.21--ServerSession(1634110469)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Fine]: 2024-04-17 17:54:07.21--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-17 17:54:07.21--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-17 17:54:07.219--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@1366c37e
    [junit] [EL Finer]: 2024-04-17 17:54:07.22--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa1testmodel.
    [junit] [EL Finest]: properties: 2024-04-17 17:54:07.22--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-17 17:54:07.22--ServerSession(1957804428)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2024-04-17 17:54:07.22--ServerSession(1957804428)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Fine]: 2024-04-17 17:54:07.221--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.jboss.JBossPlatform
    [junit] [EL Finest]: 2024-04-17 17:54:07.221--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-17 17:54:07.221--ServerSession(1957804428)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true
    [junit] [EL Finest]: 2024-04-17 17:54:07.221--ServerSession(1957804428)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true
    [junit] [EL Finest]: 2024-04-17 17:54:07.221--ServerSession(1957804428)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false
    [junit] [EL Finer]: 2024-04-17 17:54:07.221--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-17 17:54:07.221--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-17 17:54:07.227--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-17 17:54:07.227--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-17 17:54:07.227--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-17 17:54:07.227--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-17 17:54:07.227--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-17 17:54:07.227--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-17 17:54:07.227--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-17 17:54:07.228--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-17 17:54:07.228--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-17 17:54:07.228--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-17 17:54:07.228--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-17 17:54:07.228--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-17 17:54:07.228--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-17 17:54:07.228--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-17 17:54:07.228--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-17 17:54:07.228--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-17 17:54:07.229--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-17 17:54:07.229--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-17 17:54:07.229--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-17 17:54:07.229--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-17 17:54:07.229--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-17 17:54:07.229--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-17 17:54:07.229--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-17 17:54:07.229--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-17 17:54:07.229--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-17 17:54:07.23--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-17 17:54:07.23--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-17 17:54:07.23--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-17 17:54:07.23--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-17 17:54:07.23--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-17 17:54:07.23--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-17 17:54:07.23--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-17 17:54:07.231--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-17 17:54:07.231--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-17 17:54:07.231--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-17 17:54:07.231--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-17 17:54:07.231--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-17 17:54:07.231--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-17 17:54:07.231--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-17 17:54:07.231--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-17 17:54:07.231--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-17 17:54:07.231--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-17 17:54:07.231--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-17 17:54:07.231--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-17 17:54:07.231--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-17 17:54:07.231--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-17 17:54:07.231--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-17 17:54:07.231--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-17 17:54:07.231--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-17 17:54:07.231--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-17 17:54:07.231--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-17 17:54:07.231--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-17 17:54:07.232--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-17 17:54:07.232--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-17 17:54:07.232--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-17 17:54:07.232--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-17 17:54:07.232--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-17 17:54:07.232--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-17 17:54:07.232--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-17 17:54:07.232--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-17 17:54:07.232--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-17 17:54:07.232--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-17 17:54:07.232--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-17 17:54:07.232--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-17 17:54:07.232--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-17 17:54:07.232--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-17 17:54:07.232--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-17 17:54:07.232--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-17 17:54:07.232--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-17 17:54:07.232--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-17 17:54:07.232--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-17 17:54:07.232--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-17 17:54:07.232--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-17 17:54:07.232--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-17 17:54:07.232--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-17 17:54:07.232--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-17 17:54:07.233--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-17 17:54:07.233--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-17 17:54:07.233--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-17 17:54:07.233--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-17 17:54:07.233--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-17 17:54:07.233--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-17 17:54:07.233--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-17 17:54:07.233--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-17 17:54:07.233--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-17 17:54:07.233--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-17 17:54:07.233--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-17 17:54:07.233--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-17 17:54:07.233--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-17 17:54:07.233--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-17 17:54:07.233--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-17 17:54:07.233--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-17 17:54:07.233--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-17 17:54:07.285--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-17 17:54:07.285--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-17 17:54:07.285--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-17 17:54:07.285--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-17 17:54:07.285--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-17 17:54:07.285--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-17 17:54:07.285--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-17 17:54:07.285--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-17 17:54:07.285--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-17 17:54:07.285--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-17 17:54:07.285--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-17 17:54:07.285--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-17 17:54:07.285--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-17 17:54:07.286--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-17 17:54:07.286--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-17 17:54:07.286--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-17 17:54:07.286--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-17 17:54:07.286--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-17 17:54:07.286--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-17 17:54:07.286--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-17 17:54:07.286--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-17 17:54:07.286--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID.
    [junit] [EL Config]: 2024-04-17 17:54:07.286--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.286--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-17 17:54:07.286--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.286--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.286--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-17 17:54:07.286--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-17 17:54:07.286--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [owner] is being defaulted to: OWNER.
    [junit] [EL Config]: 2024-04-17 17:54:07.286--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [balance] is being defaulted to: BALANCE.
    [junit] [EL Config]: 2024-04-17 17:54:07.286--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-17 17:54:07.286--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-17 17:54:07.287--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID.
    [junit] [EL Config]: 2024-04-17 17:54:07.287--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [creditLimit] is being defaulted to: CREDITLIMIT.
    [junit] [EL Config]: 2024-04-17 17:54:07.287--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-17 17:54:07.287--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [namespace] is being defaulted to: NAMESPACE.
    [junit] [EL Config]: 2024-04-17 17:54:07.287--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.287--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [text] is being defaulted to: TEXT.
    [junit] [EL Config]: 2024-04-17 17:54:07.287--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-17 17:54:07.287--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.287--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-17 17:54:07.287--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-17 17:54:07.287--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-17 17:54:07.287--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR.
    [junit] [EL Config]: 2024-04-17 17:54:07.287--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.287--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [brand] is being defaulted to: BRAND.
    [junit] [EL Config]: 2024-04-17 17:54:07.287--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:07.287--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-17 17:54:07.287--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-17 17:54:07.287--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.287--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY.
    [junit] [EL Config]: 2024-04-17 17:54:07.287--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-17 17:54:07.287--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.287--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.288--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-17 17:54:07.288--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.288--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-17 17:54:07.288--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.288--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-17 17:54:07.288--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-17 17:54:07.288--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-17 17:54:07.288--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [term] is being defaulted to: TERM.
    [junit] [EL Config]: 2024-04-17 17:54:07.288--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-17 17:54:07.288--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-17 17:54:07.288--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.288--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.288--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-17 17:54:07.288--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getDescription] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: 2024-04-17 17:54:07.288--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.288--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getCategory] is being defaulted to: CATEGORY.
    [junit] [EL Config]: 2024-04-17 17:54:07.288--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-17 17:54:07.288--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [sound] is being defaulted to: SOUND.
    [junit] [EL Config]: 2024-04-17 17:54:07.288--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [integer] is being defaulted to: INTEGER.
    [junit] [EL Config]: 2024-04-17 17:54:07.288--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [cool] is being defaulted to: COOL.
    [junit] [EL Config]: 2024-04-17 17:54:07.288--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.288--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.288--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [type] is being defaulted to: TYPE.
    [junit] [EL Config]: 2024-04-17 17:54:07.288--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-17 17:54:07.288--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.288--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-17 17:54:07.288--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-17 17:54:07.289--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.289--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.289--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:07.289--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-17 17:54:07.289--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA.
    [junit] [EL Config]: 2024-04-17 17:54:07.289--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-17 17:54:07.289--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: 2024-04-17 17:54:07.289--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-17 17:54:07.289--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-17 17:54:07.289--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [reviewDate] is being defaulted to: REVIEWDATE.
    [junit] [EL Config]: 2024-04-17 17:54:07.289--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.289--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:07.289--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-17 17:54:07.289--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-17 17:54:07.289--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-17 17:54:07.289--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-17 17:54:07.289--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-17 17:54:07.289--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.289--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-17 17:54:07.289--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-17 17:54:07.289--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getStory] is being defaulted to: STORY.
    [junit] [EL Config]: 2024-04-17 17:54:07.289--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-17 17:54:07.289--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [date] is being defaulted to: DATE.
    [junit] [EL Config]: 2024-04-17 17:54:07.289--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME.
    [junit] [EL Config]: 2024-04-17 17:54:07.289--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.289--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-17 17:54:07.289--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.289--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.289--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-17 17:54:07.289--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-17 17:54:07.29--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-17 17:54:07.29--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getYear] is being defaulted to: YEAR.
    [junit] [EL Config]: 2024-04-17 17:54:07.29--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.29--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-17 17:54:07.29--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-17 17:54:07.29--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [model] is being defaulted to: MODEL.
    [junit] [EL Config]: 2024-04-17 17:54:07.29--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-17 17:54:07.29--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-17 17:54:07.29--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-17 17:54:07.29--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-17 17:54:07.29--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-17 17:54:07.29--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [riskLevel] is being defaulted to: RISKLEVEL.
    [junit] [EL Config]: 2024-04-17 17:54:07.29--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-17 17:54:07.29--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-17 17:54:07.29--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.29--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-17 17:54:07.29--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.29--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-17 17:54:07.29--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.29--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-17 17:54:07.29--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getSmoker] is being defaulted to: SMOKER.
    [junit] [EL Config]: 2024-04-17 17:54:07.29--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getGuid] is being defaulted to: GUID.
    [junit] [EL Config]: 2024-04-17 17:54:07.29--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-17 17:54:07.29--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.29--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-17 17:54:07.29--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getDate] is being defaulted to: DATE.
    [junit] [EL Config]: 2024-04-17 17:54:07.29--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getTime] is being defaulted to: TIME.
    [junit] [EL Config]: 2024-04-17 17:54:07.29--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.29--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-17 17:54:07.291--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-17 17:54:07.291--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-17 17:54:07.291--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-17 17:54:07.291--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [interestRate] is being defaulted to: INTERESTRATE.
    [junit] [EL Config]: 2024-04-17 17:54:07.291--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID.
    [junit] [EL Config]: 2024-04-17 17:54:07.291--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.291--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-17 17:54:07.291--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-17 17:54:07.291--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-17 17:54:07.291--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [cardType] is being defaulted to: CARDTYPE.
    [junit] [EL Config]: 2024-04-17 17:54:07.291--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [cardNumber] is being defaulted to: CARDNUMBER.
    [junit] [EL Config]: 2024-04-17 17:54:07.291--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [validTo] is being defaulted to: VALIDTO.
    [junit] [EL Config]: 2024-04-17 17:54:07.291--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-17 17:54:07.291--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.291--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY.
    [junit] [EL Config]: 2024-04-17 17:54:07.291--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-17 17:54:07.291--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR.
    [junit] [EL Config]: 2024-04-17 17:54:07.291--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [place] is being defaulted to: PLACE.
    [junit] [EL Config]: 2024-04-17 17:54:07.291--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [floor] is being defaulted to: FLOOR.
    [junit] [EL Config]: 2024-04-17 17:54:07.291--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-17 17:54:07.291--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.291--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.291--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-17 17:54:07.291--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.291--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-17 17:54:07.291--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [nodeName] is being defaulted to: NODENAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.291--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.291--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-17 17:54:07.291--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [high] is being defaulted to: HIGH.
    [junit] [EL Config]: 2024-04-17 17:54:07.291--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [low] is being defaulted to: LOW.
    [junit] [EL Config]: 2024-04-17 17:54:07.291--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-17 17:54:07.291--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [firstname] is being defaulted to: FIRSTNAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.291--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [endDate] is being defaulted to: ENDDATE.
    [junit] [EL Config]: 2024-04-17 17:54:07.291--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [startDate] is being defaulted to: STARTDATE.
    [junit] [EL Config]: 2024-04-17 17:54:07.291--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY.
    [junit] [EL Config]: 2024-04-17 17:54:07.291--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [lastname] is being defaulted to: LASTNAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.291--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.291--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-17 17:54:07.292--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-17 17:54:07.292--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.292--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.292--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [getVersion] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:07.292--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-17 17:54:07.292--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-17 17:54:07.292--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.292--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-17 17:54:07.292--ServerSession(1957804428)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:07.292--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-17 17:54:07.292--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-17 17:54:07.292--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-17 17:54:07.292--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-17 17:54:07.292--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-17 17:54:07.292--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-17 17:54:07.292--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-17 17:54:07.292--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-17 17:54:07.292--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-17 17:54:07.292--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-17 17:54:07.293--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-17 17:54:07.293--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-17 17:54:07.293--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-17 17:54:07.293--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-17 17:54:07.293--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-17 17:54:07.293--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-17 17:54:07.293--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-17 17:54:07.293--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-17 17:54:07.293--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-17 17:54:07.293--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-17 17:54:07.293--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-17 17:54:07.293--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-17 17:54:07.293--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-17 17:54:07.293--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-17 17:54:07.293--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-17 17:54:07.293--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-17 17:54:07.293--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-17 17:54:07.293--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-17 17:54:07.293--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-17 17:54:07.293--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-17 17:54:07.293--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-17 17:54:07.293--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-17 17:54:07.293--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-17 17:54:07.293--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-17 17:54:07.293--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-17 17:54:07.293--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-17 17:54:07.293--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-17 17:54:07.293--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-17 17:54:07.293--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-17 17:54:07.294--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-17 17:54:07.294--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-17 17:54:07.294--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-17 17:54:07.294--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-17 17:54:07.294--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-17 17:54:07.294--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-17 17:54:07.294--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-17 17:54:07.294--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-17 17:54:07.294--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-17 17:54:07.294--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-17 17:54:07.294--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-17 17:54:07.294--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-17 17:54:07.294--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-17 17:54:07.294--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-17 17:54:07.294--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-17 17:54:07.294--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-17 17:54:07.294--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-17 17:54:07.294--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-17 17:54:07.294--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-17 17:54:07.294--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-17 17:54:07.294--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-17 17:54:07.294--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-17 17:54:07.294--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-17 17:54:07.294--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-17 17:54:07.294--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-17 17:54:07.294--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-17 17:54:07.294--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-17 17:54:07.294--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-17 17:54:07.294--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-17 17:54:07.294--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-17 17:54:07.294--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-17 17:54:07.294--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-17 17:54:07.294--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-17 17:54:07.294--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-17 17:54:07.294--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-17 17:54:07.294--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-17 17:54:07.295--ServerSession(1957804428)--Thread(Thread[main,5,main])--query getDepartmentCached: query hint eclipselink.query-results-cache; value True
    [junit] [EL Finest]: 2024-04-17 17:54:07.295--ServerSession(1957804428)--Thread(Thread[main,5,main])--query getAllDepartmentsCached: query hint eclipselink.query-results-cache; value True
    [junit] [EL Finest]: 2024-04-17 17:54:07.296--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-17 17:54:07.296--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null.
    [junit] [EL Finest]: 2024-04-17 17:54:07.296--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-17 17:54:07.296--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-17 17:54:07.296--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-17 17:54:07.296--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-17 17:54:07.296--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-17 17:54:07.296--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-17 17:54:07.296--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-17 17:54:07.296--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-17 17:54:07.296--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-17 17:54:07.296--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-17 17:54:07.296--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-17 17:54:07.296--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-17 17:54:07.297--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-17 17:54:07.297--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-17 17:54:07.297--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-17 17:54:07.297--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-17 17:54:07.297--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-17 17:54:07.297--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-17 17:54:07.297--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-17 17:54:07.297--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-17 17:54:07.297--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-17 17:54:07.297--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-17 17:54:07.297--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-17 17:54:07.297--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-17 17:54:07.297--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-17 17:54:07.297--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-17 17:54:07.297--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-17 17:54:07.297--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-17 17:54:07.297--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-17 17:54:07.297--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-17 17:54:07.297--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-17 17:54:07.297--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-17 17:54:07.298--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-17 17:54:07.298--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-17 17:54:07.298--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-17 17:54:07.298--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-17 17:54:07.298--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-17 17:54:07.298--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-17 17:54:07.298--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-17 17:54:07.298--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-17 17:54:07.298--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-17 17:54:07.298--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-17 17:54:07.298--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-17 17:54:07.298--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-17 17:54:07.298--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-17 17:54:07.298--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-17 17:54:07.298--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-17 17:54:07.298--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-17 17:54:07.298--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-17 17:54:07.298--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-17 17:54:07.298--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-17 17:54:07.298--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-17 17:54:07.299--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-17 17:54:07.299--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-17 17:54:07.299--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-17 17:54:07.299--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-17 17:54:07.299--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-17 17:54:07.299--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-17 17:54:07.299--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-17 17:54:07.299--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-17 17:54:07.299--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-17 17:54:07.299--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-17 17:54:07.299--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-17 17:54:07.299--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-17 17:54:07.299--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-17 17:54:07.299--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-17 17:54:07.299--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-17 17:54:07.299--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-17 17:54:07.299--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-17 17:54:07.299--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-17 17:54:07.302--ServerSession(1957804428)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation].
    [junit] [EL Finest]: 2024-04-17 17:54:07.302--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-17 17:54:07.302--ServerSession(1957804428)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2024-04-17 17:54:07.302--ServerSession(1957804428)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2024-04-17 17:54:07.302--ServerSession(1957804428)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform
    [junit] [EL Finest]: 2024-04-17 17:54:07.302--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-17 17:54:07.302--ServerSession(1957804428)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing; value=None
    [junit] [EL Finest]: 2024-04-17 17:54:07.302--ServerSession(1957804428)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true
    [junit] [EL Info]: 2024-04-17 17:54:07.302--ServerSession(1957804428)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Fine]: 2024-04-17 17:54:07.302--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-17 17:54:07.303--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-17 17:54:07.303--ServerSession(1957804428)--Connection(2095225286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:07.303--ServerSession(1957804428)--Connection(2095225286)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Fine]: 2024-04-17 17:54:07.303--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-17 17:54:07.303--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-17 17:54:07.303--ServerSession(1957804428)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State
    [junit] [EL Finest]: 2024-04-17 17:54:07.304--ServerSession(1957804428)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1
    [junit] [EL Finest]: 2024-04-17 17:54:07.304--ServerSession(1957804428)--Thread(Thread[main,5,main])--sequence testSequenceInc3: preallocation size 3
    [junit] [EL Finest]: 2024-04-17 17:54:07.304--ServerSession(1957804428)--Thread(Thread[main,5,main])--sequence testSequence: preallocation size 1
    [junit] [EL Finest]: 2024-04-17 17:54:07.304--ServerSession(1957804428)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State
    [junit] [EL Finest]: 2024-04-17 17:54:07.304--ServerSession(1957804428)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:07.304--ServerSession(1957804428)--Thread(Thread[main,5,main])--sequence IdGenerator: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:07.304--ServerSession(1957804428)--Thread(Thread[main,5,main])--sequence VehicleGenerator: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:07.304--ServerSession(1957804428)--Thread(Thread[main,5,main])--sequence Component: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:07.304--ServerSession(1957804428)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:07.304--ServerSession(1957804428)--Thread(Thread[main,5,main])--sequence CourseGenerator: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:07.304--ServerSession(1957804428)--Thread(Thread[main,5,main])--sequence StringIdGenerator: preallocation size 50
    [junit] [EL Warning]: 2024-04-17 17:54:07.304--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-17 17:54:07.305--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-17 17:54:07.317--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-17 17:54:07.317--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-17 17:54:07.317--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-17 17:54:07.317--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-17 17:54:07.317--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-17 17:54:07.317--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-17 17:54:07.317--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-17 17:54:07.319--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-17 17:54:07.319--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-17 17:54:07.319--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-17 17:54:07.319--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-17 17:54:07.319--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-17 17:54:07.319--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-17 17:54:07.319--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-17 17:54:07.319--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-17 17:54:07.319--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-17 17:54:07.319--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-17 17:54:07.319--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-17 17:54:07.32--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-17 17:54:07.32--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-17 17:54:07.32--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-17 17:54:07.32--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-17 17:54:07.32--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-17 17:54:07.32--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-17 17:54:07.32--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-17 17:54:07.32--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-17 17:54:07.32--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-17 17:54:07.32--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-17 17:54:07.32--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-17 17:54:07.32--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-17 17:54:07.32--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-17 17:54:07.32--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-17 17:54:07.32--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-17 17:54:07.32--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-17 17:54:07.321--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-17 17:54:07.321--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-17 17:54:07.321--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-17 17:54:07.321--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-17 17:54:07.321--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-17 17:54:07.321--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-17 17:54:07.321--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-17 17:54:07.321--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-17 17:54:07.321--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-17 17:54:07.321--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-17 17:54:07.321--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-17 17:54:07.321--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-17 17:54:07.321--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-17 17:54:07.321--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-17 17:54:07.321--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-17 17:54:07.321--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-17 17:54:07.321--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-17 17:54:07.322--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-17 17:54:07.322--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-17 17:54:07.322--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-17 17:54:07.322--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-17 17:54:07.322--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-17 17:54:07.322--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-17 17:54:07.322--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-17 17:54:07.322--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-17 17:54:07.322--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-17 17:54:07.322--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-17 17:54:07.322--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-17 17:54:07.322--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-17 17:54:07.322--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-17 17:54:07.322--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-17 17:54:07.322--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-17 17:54:07.322--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-17 17:54:07.322--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-17 17:54:07.323--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-17 17:54:07.323--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-17 17:54:07.323--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-17 17:54:07.323--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-17 17:54:07.323--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-17 17:54:07.323--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-17 17:54:07.323--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-17 17:54:07.323--ServerSession(1957804428)--Thread(Thread[main,5,main])--client acquired: 1980134912
    [junit] [EL Finer]: 2024-04-17 17:54:07.323--ClientSession(1980134912)--Thread(Thread[main,5,main])--acquire unit of work: 1594694157
    [junit] [EL Finest]: 2024-04-17 17:54:07.323--UnitOfWork(1594694157)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:07.323--UnitOfWork(1594694157)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:07.323--UnitOfWork(1594694157)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:07.323--UnitOfWork(1594694157)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:07.323--UnitOfWork(1594694157)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:07.323--UnitOfWork(1594694157)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:07.324--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-17 17:54:07.324--ServerSession(1957804428)--Connection(679270834)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:07.324--ClientSession(1980134912)--Connection(679270834)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:07.324--ClientSession(1980134912)--Connection(679270834)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:07.324--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-17 17:54:07.325--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-17 17:54:07.325--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-17 17:54:07.325--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-17 17:54:07.325--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-17 17:54:07.325--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-17 17:54:07.325--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-17 17:54:07.325--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-17 17:54:07.325--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-17 17:54:07.325--ClientSession(1980134912)--Connection(1228156855)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:07.326--ServerSession(1957804428)--Connection(679270834)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:07.326--UnitOfWork(1594694157)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:07.326--UnitOfWork(1594694157)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:07.326--UnitOfWork(1594694157)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:07.326--ClientSession(1980134912)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:07.326--UnitOfWork(1594694157)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:07.326--ClientSession(1980134912)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:07.326--ServerSession(1957804428)--Thread(Thread[main,5,main])--client acquired: 142342328
    [junit] [EL Finer]: 2024-04-17 17:54:07.326--ClientSession(142342328)--Thread(Thread[main,5,main])--acquire unit of work: 902161605
    [junit] [EL Finest]: 2024-04-17 17:54:07.326--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-17 17:54:07.327--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-17 17:54:07.327--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-17 17:54:07.327--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-17 17:54:07.327--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-17 17:54:07.327--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-17 17:54:07.327--ServerSession(1957804428)--Thread(Thread[main,5,main])--client acquired: 171594966
    [junit] [EL Finer]: 2024-04-17 17:54:07.327--ClientSession(171594966)--Thread(Thread[main,5,main])--acquire unit of work: 712591232
    [junit] [EL Finest]: 2024-04-17 17:54:07.327--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-17 17:54:07.327--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-17 17:54:07.327--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-17 17:54:07.327--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-17 17:54:07.327--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-17 17:54:07.327--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-17 17:54:07.327--UnitOfWork(712591232)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:07.327--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-17 17:54:07.327--ServerSession(1957804428)--Connection(560300685)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:07.327--ClientSession(171594966)--Connection(560300685)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:07.327--ClientSession(171594966)--Connection(560300685)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:07.328--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-17 17:54:07.328--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-17 17:54:07.328--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-17 17:54:07.328--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-17 17:54:07.329--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-17 17:54:07.329--ClientSession(171594966)--Connection(893441507)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:07.329--ServerSession(1957804428)--Connection(560300685)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:07.329--UnitOfWork(712591232)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:07.329--UnitOfWork(712591232)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:07.329--UnitOfWork(712591232)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:07.329--ClientSession(171594966)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:07.33--UnitOfWork(902161605)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:07.33--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-17 17:54:07.33--ServerSession(1957804428)--Connection(808334468)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:07.33--ClientSession(142342328)--Connection(808334468)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:07.33--ClientSession(142342328)--Connection(808334468)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:07.33--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-17 17:54:07.33--UnitOfWork(902161605)--Thread(Thread[main,5,main])--Local Exception Stack: 
    [junit] Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:07.331--UnitOfWork(902161605)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:07.331--ClientSession(142342328)--Connection(1303450773)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:54:07.331--ServerSession(1957804428)--Connection(808334468)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:07.331--ClientSession(142342328)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finest]: 2024-04-17 17:54:07.331--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-17 17:54:07.331--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-17 17:54:07.331--ServerSession(1957804428)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:07.331--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-17 17:54:07.331--ServerSession(1957804428)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:07.331--ServerSession(1957804428)--Thread(Thread[main,5,main])--sequencing disconnected
    [junit] [EL Fine]: 2024-04-17 17:54:07.331--ServerSession(1957804428)--Connection(2095225286)--Thread(Thread[main,5,main])--disconnect
    [junit] [EL Finer]: 2024-04-17 17:54:07.331--ServerSession(1957804428)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Fine]: 2024-04-17 17:54:07.331--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-17 17:54:07.331--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-17 17:54:07.341--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@78cb15b9
    [junit] [EL Finer]: 2024-04-17 17:54:07.342--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa1testmodel.
    [junit] [EL Finest]: properties: 2024-04-17 17:54:07.343--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-17 17:54:07.343--ServerSession(1409844559)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2024-04-17 17:54:07.343--ServerSession(1409844559)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Fine]: 2024-04-17 17:54:07.343--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.jboss.JBossPlatform
    [junit] [EL Finest]: 2024-04-17 17:54:07.343--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-17 17:54:07.343--ServerSession(1409844559)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true
    [junit] [EL Finest]: 2024-04-17 17:54:07.343--ServerSession(1409844559)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true
    [junit] [EL Finest]: 2024-04-17 17:54:07.343--ServerSession(1409844559)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false
    [junit] [EL Finer]: 2024-04-17 17:54:07.343--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-17 17:54:07.343--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-17 17:54:07.36--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-17 17:54:07.361--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-17 17:54:07.361--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-17 17:54:07.361--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-17 17:54:07.361--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-17 17:54:07.395--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-17 17:54:07.395--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-17 17:54:07.396--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-17 17:54:07.396--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-17 17:54:07.396--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-17 17:54:07.396--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-17 17:54:07.396--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-17 17:54:07.396--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-17 17:54:07.396--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-17 17:54:07.396--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-17 17:54:07.397--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-17 17:54:07.397--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-17 17:54:07.397--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-17 17:54:07.397--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-17 17:54:07.397--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-17 17:54:07.397--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-17 17:54:07.397--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-17 17:54:07.397--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-17 17:54:07.398--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-17 17:54:07.398--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-17 17:54:07.398--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-17 17:54:07.398--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-17 17:54:07.398--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-17 17:54:07.399--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-17 17:54:07.399--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-17 17:54:07.399--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-17 17:54:07.399--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-17 17:54:07.399--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-17 17:54:07.399--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-17 17:54:07.399--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-17 17:54:07.4--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-17 17:54:07.4--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-17 17:54:07.4--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-17 17:54:07.4--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-17 17:54:07.4--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-17 17:54:07.4--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-17 17:54:07.4--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-17 17:54:07.4--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-17 17:54:07.4--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-17 17:54:07.4--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-17 17:54:07.4--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-17 17:54:07.4--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-17 17:54:07.4--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-17 17:54:07.4--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-17 17:54:07.4--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-17 17:54:07.4--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-17 17:54:07.4--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-17 17:54:07.401--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-17 17:54:07.401--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-17 17:54:07.401--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-17 17:54:07.401--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-17 17:54:07.401--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-17 17:54:07.401--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-17 17:54:07.401--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-17 17:54:07.401--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-17 17:54:07.401--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-17 17:54:07.401--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-17 17:54:07.401--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-17 17:54:07.401--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-17 17:54:07.401--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-17 17:54:07.401--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-17 17:54:07.401--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-17 17:54:07.401--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-17 17:54:07.401--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-17 17:54:07.401--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-17 17:54:07.401--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-17 17:54:07.401--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-17 17:54:07.401--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-17 17:54:07.401--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-17 17:54:07.401--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-17 17:54:07.402--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-17 17:54:07.402--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-17 17:54:07.402--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-17 17:54:07.402--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-17 17:54:07.402--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-17 17:54:07.402--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-17 17:54:07.402--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-17 17:54:07.402--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-17 17:54:07.402--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-17 17:54:07.402--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-17 17:54:07.402--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-17 17:54:07.402--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-17 17:54:07.402--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-17 17:54:07.402--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-17 17:54:07.402--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-17 17:54:07.402--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-17 17:54:07.402--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-17 17:54:07.402--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-17 17:54:07.402--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-17 17:54:07.402--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-17 17:54:07.402--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-17 17:54:07.402--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-17 17:54:07.402--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-17 17:54:07.402--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-17 17:54:07.402--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-17 17:54:07.402--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-17 17:54:07.402--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-17 17:54:07.402--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-17 17:54:07.403--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-17 17:54:07.403--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-17 17:54:07.403--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-17 17:54:07.403--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-17 17:54:07.403--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-17 17:54:07.403--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-17 17:54:07.403--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-17 17:54:07.403--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-17 17:54:07.403--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-17 17:54:07.403--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-17 17:54:07.403--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-17 17:54:07.403--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID.
    [junit] [EL Config]: 2024-04-17 17:54:07.403--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.403--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-17 17:54:07.403--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.403--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.403--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-17 17:54:07.403--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-17 17:54:07.404--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [owner] is being defaulted to: OWNER.
    [junit] [EL Config]: 2024-04-17 17:54:07.404--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [balance] is being defaulted to: BALANCE.
    [junit] [EL Config]: 2024-04-17 17:54:07.404--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-17 17:54:07.404--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-17 17:54:07.404--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID.
    [junit] [EL Config]: 2024-04-17 17:54:07.404--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [creditLimit] is being defaulted to: CREDITLIMIT.
    [junit] [EL Config]: 2024-04-17 17:54:07.404--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-17 17:54:07.404--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [namespace] is being defaulted to: NAMESPACE.
    [junit] [EL Config]: 2024-04-17 17:54:07.404--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.404--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [text] is being defaulted to: TEXT.
    [junit] [EL Config]: 2024-04-17 17:54:07.404--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-17 17:54:07.404--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.404--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-17 17:54:07.404--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-17 17:54:07.404--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-17 17:54:07.404--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR.
    [junit] [EL Config]: 2024-04-17 17:54:07.404--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.404--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [brand] is being defaulted to: BRAND.
    [junit] [EL Config]: 2024-04-17 17:54:07.404--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:07.404--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-17 17:54:07.405--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-17 17:54:07.405--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.405--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY.
    [junit] [EL Config]: 2024-04-17 17:54:07.405--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-17 17:54:07.405--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.405--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.405--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-17 17:54:07.405--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.405--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-17 17:54:07.405--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.405--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-17 17:54:07.405--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-17 17:54:07.405--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-17 17:54:07.405--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [term] is being defaulted to: TERM.
    [junit] [EL Config]: 2024-04-17 17:54:07.405--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-17 17:54:07.405--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-17 17:54:07.405--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.405--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.405--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-17 17:54:07.405--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getDescription] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: 2024-04-17 17:54:07.405--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.405--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getCategory] is being defaulted to: CATEGORY.
    [junit] [EL Config]: 2024-04-17 17:54:07.405--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-17 17:54:07.405--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [sound] is being defaulted to: SOUND.
    [junit] [EL Config]: 2024-04-17 17:54:07.405--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [integer] is being defaulted to: INTEGER.
    [junit] [EL Config]: 2024-04-17 17:54:07.405--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [cool] is being defaulted to: COOL.
    [junit] [EL Config]: 2024-04-17 17:54:07.405--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.405--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.405--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [type] is being defaulted to: TYPE.
    [junit] [EL Config]: 2024-04-17 17:54:07.405--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-17 17:54:07.405--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.406--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-17 17:54:07.406--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-17 17:54:07.406--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.406--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.406--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:07.406--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-17 17:54:07.406--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA.
    [junit] [EL Config]: 2024-04-17 17:54:07.406--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-17 17:54:07.406--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: 2024-04-17 17:54:07.406--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-17 17:54:07.406--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-17 17:54:07.406--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [reviewDate] is being defaulted to: REVIEWDATE.
    [junit] [EL Config]: 2024-04-17 17:54:07.406--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.406--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:07.406--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-17 17:54:07.406--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-17 17:54:07.406--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-17 17:54:07.406--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-17 17:54:07.406--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-17 17:54:07.406--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.406--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-17 17:54:07.406--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-17 17:54:07.406--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getStory] is being defaulted to: STORY.
    [junit] [EL Config]: 2024-04-17 17:54:07.406--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-17 17:54:07.406--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [date] is being defaulted to: DATE.
    [junit] [EL Config]: 2024-04-17 17:54:07.406--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME.
    [junit] [EL Config]: 2024-04-17 17:54:07.406--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.406--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-17 17:54:07.406--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.406--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.406--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-17 17:54:07.407--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-17 17:54:07.407--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-17 17:54:07.407--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getYear] is being defaulted to: YEAR.
    [junit] [EL Config]: 2024-04-17 17:54:07.407--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.407--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-17 17:54:07.407--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-17 17:54:07.407--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [model] is being defaulted to: MODEL.
    [junit] [EL Config]: 2024-04-17 17:54:07.407--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-17 17:54:07.407--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-17 17:54:07.407--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-17 17:54:07.407--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-17 17:54:07.407--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-17 17:54:07.407--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [riskLevel] is being defaulted to: RISKLEVEL.
    [junit] [EL Config]: 2024-04-17 17:54:07.407--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-17 17:54:07.407--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-17 17:54:07.407--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.407--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-17 17:54:07.407--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.407--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-17 17:54:07.407--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.407--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-17 17:54:07.407--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getSmoker] is being defaulted to: SMOKER.
    [junit] [EL Config]: 2024-04-17 17:54:07.407--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getGuid] is being defaulted to: GUID.
    [junit] [EL Config]: 2024-04-17 17:54:07.407--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-17 17:54:07.407--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.407--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-17 17:54:07.407--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getDate] is being defaulted to: DATE.
    [junit] [EL Config]: 2024-04-17 17:54:07.407--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getTime] is being defaulted to: TIME.
    [junit] [EL Config]: 2024-04-17 17:54:07.407--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.407--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-17 17:54:07.408--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-17 17:54:07.408--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-17 17:54:07.408--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-17 17:54:07.408--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [interestRate] is being defaulted to: INTERESTRATE.
    [junit] [EL Config]: 2024-04-17 17:54:07.408--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID.
    [junit] [EL Config]: 2024-04-17 17:54:07.408--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.408--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-17 17:54:07.408--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-17 17:54:07.408--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-17 17:54:07.408--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [cardType] is being defaulted to: CARDTYPE.
    [junit] [EL Config]: 2024-04-17 17:54:07.408--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [cardNumber] is being defaulted to: CARDNUMBER.
    [junit] [EL Config]: 2024-04-17 17:54:07.408--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [validTo] is being defaulted to: VALIDTO.
    [junit] [EL Config]: 2024-04-17 17:54:07.408--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-17 17:54:07.408--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.408--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY.
    [junit] [EL Config]: 2024-04-17 17:54:07.408--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-17 17:54:07.408--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR.
    [junit] [EL Config]: 2024-04-17 17:54:07.408--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [place] is being defaulted to: PLACE.
    [junit] [EL Config]: 2024-04-17 17:54:07.408--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [floor] is being defaulted to: FLOOR.
    [junit] [EL Config]: 2024-04-17 17:54:07.408--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-17 17:54:07.408--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.408--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.408--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-17 17:54:07.408--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.408--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-17 17:54:07.408--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [nodeName] is being defaulted to: NODENAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.408--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.408--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-17 17:54:07.408--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [high] is being defaulted to: HIGH.
    [junit] [EL Config]: 2024-04-17 17:54:07.408--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [low] is being defaulted to: LOW.
    [junit] [EL Config]: 2024-04-17 17:54:07.408--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-17 17:54:07.408--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [firstname] is being defaulted to: FIRSTNAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.408--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [endDate] is being defaulted to: ENDDATE.
    [junit] [EL Config]: 2024-04-17 17:54:07.409--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [startDate] is being defaulted to: STARTDATE.
    [junit] [EL Config]: 2024-04-17 17:54:07.409--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY.
    [junit] [EL Config]: 2024-04-17 17:54:07.409--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [lastname] is being defaulted to: LASTNAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.409--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.409--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-17 17:54:07.409--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-17 17:54:07.409--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.409--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.409--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [getVersion] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:07.409--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-17 17:54:07.409--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-17 17:54:07.409--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.409--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-17 17:54:07.409--ServerSession(1409844559)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:07.409--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-17 17:54:07.409--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-17 17:54:07.409--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-17 17:54:07.409--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-17 17:54:07.409--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-17 17:54:07.409--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-17 17:54:07.409--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-17 17:54:07.409--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-17 17:54:07.409--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.41--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-17 17:54:07.411--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-17 17:54:07.411--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-17 17:54:07.411--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-17 17:54:07.411--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-17 17:54:07.411--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-17 17:54:07.411--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-17 17:54:07.411--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-17 17:54:07.411--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-17 17:54:07.411--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-17 17:54:07.411--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-17 17:54:07.411--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-17 17:54:07.411--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-17 17:54:07.411--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-17 17:54:07.411--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-17 17:54:07.411--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-17 17:54:07.411--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-17 17:54:07.411--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-17 17:54:07.411--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-17 17:54:07.411--ServerSession(1409844559)--Thread(Thread[main,5,main])--query getDepartmentCached: query hint eclipselink.query-results-cache; value True
    [junit] [EL Finest]: 2024-04-17 17:54:07.412--ServerSession(1409844559)--Thread(Thread[main,5,main])--query getAllDepartmentsCached: query hint eclipselink.query-results-cache; value True
    [junit] [EL Finest]: 2024-04-17 17:54:07.412--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-17 17:54:07.412--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null.
    [junit] [EL Finest]: 2024-04-17 17:54:07.412--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-17 17:54:07.412--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-17 17:54:07.412--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-17 17:54:07.412--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-17 17:54:07.413--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-17 17:54:07.413--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-17 17:54:07.413--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-17 17:54:07.413--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-17 17:54:07.413--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-17 17:54:07.413--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-17 17:54:07.413--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-17 17:54:07.413--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-17 17:54:07.413--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-17 17:54:07.413--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-17 17:54:07.413--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-17 17:54:07.413--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-17 17:54:07.413--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-17 17:54:07.413--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-17 17:54:07.413--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-17 17:54:07.413--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-17 17:54:07.413--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-17 17:54:07.414--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-17 17:54:07.414--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-17 17:54:07.414--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-17 17:54:07.414--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-17 17:54:07.414--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-17 17:54:07.414--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-17 17:54:07.414--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-17 17:54:07.414--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-17 17:54:07.414--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-17 17:54:07.414--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-17 17:54:07.414--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-17 17:54:07.414--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-17 17:54:07.414--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-17 17:54:07.414--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-17 17:54:07.414--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-17 17:54:07.414--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-17 17:54:07.414--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-17 17:54:07.414--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-17 17:54:07.415--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-17 17:54:07.415--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-17 17:54:07.415--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-17 17:54:07.415--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-17 17:54:07.415--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-17 17:54:07.415--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-17 17:54:07.415--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-17 17:54:07.415--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-17 17:54:07.415--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-17 17:54:07.415--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-17 17:54:07.415--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-17 17:54:07.415--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-17 17:54:07.415--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-17 17:54:07.415--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-17 17:54:07.415--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-17 17:54:07.415--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-17 17:54:07.415--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-17 17:54:07.416--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-17 17:54:07.416--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-17 17:54:07.416--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-17 17:54:07.416--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-17 17:54:07.416--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-17 17:54:07.416--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-17 17:54:07.416--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-17 17:54:07.416--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-17 17:54:07.416--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-17 17:54:07.416--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-17 17:54:07.416--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-17 17:54:07.416--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-17 17:54:07.416--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-17 17:54:07.416--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-17 17:54:07.419--ServerSession(1409844559)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation].
    [junit] [EL Finest]: 2024-04-17 17:54:07.419--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-17 17:54:07.504--ServerSession(1409844559)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2024-04-17 17:54:07.504--ServerSession(1409844559)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2024-04-17 17:54:07.504--ServerSession(1409844559)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform
    [junit] [EL Finest]: 2024-04-17 17:54:07.504--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-17 17:54:07.504--ServerSession(1409844559)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing; value=JDBC
    [junit] [EL Finest]: 2024-04-17 17:54:07.504--ServerSession(1409844559)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true
    [junit] [EL Info]: 2024-04-17 17:54:07.504--ServerSession(1409844559)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Fine]: 2024-04-17 17:54:07.505--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-17 17:54:07.505--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-17 17:54:07.505--ServerSession(1409844559)--Connection(1957274125)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:07.505--ServerSession(1409844559)--Connection(1957274125)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Fine]: 2024-04-17 17:54:07.505--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-17 17:54:07.506--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-17 17:54:07.506--ServerSession(1409844559)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State
    [junit] [EL Finest]: 2024-04-17 17:54:07.506--ServerSession(1409844559)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1
    [junit] [EL Finest]: 2024-04-17 17:54:07.506--ServerSession(1409844559)--Thread(Thread[main,5,main])--sequence testSequenceInc3: preallocation size 3
    [junit] [EL Finest]: 2024-04-17 17:54:07.506--ServerSession(1409844559)--Thread(Thread[main,5,main])--sequence testSequence: preallocation size 1
    [junit] [EL Finest]: 2024-04-17 17:54:07.506--ServerSession(1409844559)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State
    [junit] [EL Finest]: 2024-04-17 17:54:07.506--ServerSession(1409844559)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:07.506--ServerSession(1409844559)--Thread(Thread[main,5,main])--sequence IdGenerator: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:07.506--ServerSession(1409844559)--Thread(Thread[main,5,main])--sequence VehicleGenerator: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:07.506--ServerSession(1409844559)--Thread(Thread[main,5,main])--sequence Component: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:07.506--ServerSession(1409844559)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:07.506--ServerSession(1409844559)--Thread(Thread[main,5,main])--sequence CourseGenerator: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:07.506--ServerSession(1409844559)--Thread(Thread[main,5,main])--sequence StringIdGenerator: preallocation size 50
    [junit] [EL Warning]: 2024-04-17 17:54:07.507--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-17 17:54:07.507--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-17 17:54:07.517--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-17 17:54:07.517--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-17 17:54:07.517--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-17 17:54:07.518--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-17 17:54:07.518--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-17 17:54:07.518--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-17 17:54:07.518--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-17 17:54:07.519--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-17 17:54:07.519--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-17 17:54:07.519--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-17 17:54:07.519--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-17 17:54:07.519--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-17 17:54:07.519--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-17 17:54:07.519--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-17 17:54:07.519--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-17 17:54:07.52--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-17 17:54:07.52--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-17 17:54:07.52--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-17 17:54:07.52--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-17 17:54:07.52--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-17 17:54:07.52--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-17 17:54:07.52--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-17 17:54:07.52--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-17 17:54:07.52--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-17 17:54:07.52--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-17 17:54:07.52--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-17 17:54:07.52--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-17 17:54:07.52--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-17 17:54:07.52--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-17 17:54:07.52--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-17 17:54:07.52--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-17 17:54:07.52--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-17 17:54:07.521--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-17 17:54:07.521--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-17 17:54:07.521--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-17 17:54:07.521--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-17 17:54:07.521--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-17 17:54:07.521--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-17 17:54:07.521--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-17 17:54:07.521--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-17 17:54:07.521--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-17 17:54:07.521--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-17 17:54:07.521--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-17 17:54:07.521--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-17 17:54:07.521--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-17 17:54:07.521--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-17 17:54:07.521--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-17 17:54:07.521--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-17 17:54:07.521--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-17 17:54:07.521--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-17 17:54:07.522--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-17 17:54:07.522--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-17 17:54:07.522--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-17 17:54:07.522--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-17 17:54:07.522--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-17 17:54:07.522--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-17 17:54:07.522--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-17 17:54:07.522--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-17 17:54:07.522--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-17 17:54:07.522--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-17 17:54:07.522--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-17 17:54:07.522--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-17 17:54:07.522--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-17 17:54:07.522--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-17 17:54:07.522--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-17 17:54:07.522--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-17 17:54:07.522--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-17 17:54:07.522--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-17 17:54:07.523--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-17 17:54:07.523--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-17 17:54:07.523--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-17 17:54:07.523--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-17 17:54:07.523--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-17 17:54:07.523--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-17 17:54:07.523--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-17 17:54:07.523--ServerSession(1409844559)--Thread(Thread[main,5,main])--client acquired: 355638521
    [junit] [EL Finer]: 2024-04-17 17:54:07.523--ClientSession(355638521)--Thread(Thread[main,5,main])--acquire unit of work: 1136069814
    [junit] [EL Finest]: 2024-04-17 17:54:07.523--UnitOfWork(1136069814)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:07.523--UnitOfWork(1136069814)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:07.523--UnitOfWork(1136069814)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:07.523--UnitOfWork(1136069814)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:07.523--UnitOfWork(1136069814)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:07.523--UnitOfWork(1136069814)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:07.523--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-17 17:54:07.523--ServerSession(1409844559)--Connection(354878928)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:07.523--ClientSession(355638521)--Connection(354878928)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:07.523--ClientSession(355638521)--Connection(354878928)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:07.524--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-17 17:54:07.524--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-17 17:54:07.524--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-17 17:54:07.524--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-17 17:54:07.524--ClientSession(355638521)--Connection(2107915226)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:07.524--ClientSession(355638521)--Connection(2107915226)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:07.524--ClientSession(355638521)--Connection(2107915226)--Thread(Thread[main,5,main])--	bind => [1, 1, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:07.524--ClientSession(355638521)--Connection(2107915226)--Thread(Thread[main,5,main])--	bind => [5, 5, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:07.524--ClientSession(355638521)--Connection(2107915226)--Thread(Thread[main,5,main])--	bind => [2, 2, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:07.524--ClientSession(355638521)--Connection(2107915226)--Thread(Thread[main,5,main])--	bind => [3, 3, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:07.524--ClientSession(355638521)--Connection(2107915226)--Thread(Thread[main,5,main])--	bind => [4, 4, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:07.524--ClientSession(355638521)--Connection(2107915226)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:07.525--ClientSession(355638521)--Connection(2107915226)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:07.525--ServerSession(1409844559)--Connection(354878928)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:07.525--UnitOfWork(1136069814)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:07.525--UnitOfWork(1136069814)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:07.525--UnitOfWork(1136069814)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:07.525--ClientSession(355638521)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:07.525--UnitOfWork(1136069814)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:07.525--ClientSession(355638521)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:07.526--ServerSession(1409844559)--Thread(Thread[main,5,main])--client acquired: 1489484545
    [junit] [EL Finer]: 2024-04-17 17:54:07.526--ClientSession(1489484545)--Thread(Thread[main,5,main])--acquire unit of work: 1977822284
    [junit] [EL Finest]: 2024-04-17 17:54:07.526--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-17 17:54:07.526--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-17 17:54:07.526--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-17 17:54:07.526--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-17 17:54:07.526--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-17 17:54:07.526--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-17 17:54:07.526--ServerSession(1409844559)--Thread(Thread[main,5,main])--client acquired: 1030952053
    [junit] [EL Finer]: 2024-04-17 17:54:07.526--ClientSession(1030952053)--Thread(Thread[main,5,main])--acquire unit of work: 2074968663
    [junit] [EL Finest]: 2024-04-17 17:54:07.526--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-17 17:54:07.526--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-17 17:54:07.526--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-17 17:54:07.526--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-17 17:54:07.526--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-17 17:54:07.526--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-17 17:54:07.526--UnitOfWork(2074968663)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:07.526--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-17 17:54:07.527--ServerSession(1409844559)--Connection(231262971)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:07.527--ClientSession(1030952053)--Connection(231262971)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:07.527--ClientSession(1030952053)--Connection(231262971)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:07.527--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-17 17:54:07.527--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-17 17:54:07.527--ClientSession(1030952053)--Connection(1977332251)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:07.527--ClientSession(1030952053)--Connection(1977332251)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?))
    [junit] [EL Fine]: 2024-04-17 17:54:07.527--ClientSession(1030952053)--Connection(1977332251)--Thread(Thread[main,5,main])--	bind => [a, 2, 1, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:07.527--ClientSession(1030952053)--Connection(1977332251)--Thread(Thread[main,5,main])--	bind => [b, 2, 2, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:07.527--ClientSession(1030952053)--Connection(1977332251)--Thread(Thread[main,5,main])--	bind => [c, 2, 3, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:07.527--ClientSession(1030952053)--Connection(1977332251)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:07.528--ClientSession(1030952053)--Connection(1977332251)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:07.528--ServerSession(1409844559)--Connection(231262971)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:07.528--UnitOfWork(2074968663)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:07.528--UnitOfWork(2074968663)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:07.528--UnitOfWork(2074968663)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:07.528--ClientSession(1030952053)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:07.528--UnitOfWork(1977822284)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:07.529--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-17 17:54:07.529--ServerSession(1409844559)--Connection(903167315)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:07.529--ClientSession(1489484545)--Connection(903167315)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:07.529--ClientSession(1489484545)--Connection(903167315)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:07.529--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-17 17:54:07.529--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-17 17:54:07.529--ClientSession(1489484545)--Connection(9688820)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:07.529--ClientSession(1489484545)--Connection(9688820)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?))
    [junit] [EL Fine]: 2024-04-17 17:54:07.529--ClientSession(1489484545)--Connection(9688820)--Thread(Thread[main,5,main])--	bind => [x, 2, 3, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:07.529--ClientSession(1489484545)--Connection(9688820)--Thread(Thread[main,5,main])--	bind => [y, 2, 4, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:07.529--ClientSession(1489484545)--Connection(9688820)--Thread(Thread[main,5,main])--	bind => [z, 2, 5, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:07.529--ClientSession(1489484545)--Connection(9688820)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:07.53--ClientSession(1489484545)--Connection(9688820)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:54:07.53--ServerSession(1409844559)--Connection(903167315)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Warning]: 2024-04-17 17:54:07.53--UnitOfWork(1977822284)--Thread(Thread[main,5,main])--Local Exception Stack: 
    [junit] Exception [EclipseLink-5011] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:07.53--UnitOfWork(1977822284)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:07.53--ClientSession(1489484545)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finest]: 2024-04-17 17:54:07.53--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-17 17:54:07.53--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-17 17:54:07.53--ServerSession(1409844559)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:07.53--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-17 17:54:07.531--ServerSession(1409844559)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:07.531--ServerSession(1409844559)--Thread(Thread[main,5,main])--sequencing disconnected
    [junit] [EL Fine]: 2024-04-17 17:54:07.531--ServerSession(1409844559)--Connection(1957274125)--Thread(Thread[main,5,main])--disconnect
    [junit] [EL Finer]: 2024-04-17 17:54:07.531--ServerSession(1409844559)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Fine]: 2024-04-17 17:54:07.531--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-17 17:54:07.531--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-17 17:54:07.54--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@4bc76331
    [junit] [EL Fine]: 2024-04-17 17:54:07.541--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@720f29f0
    [junit] [EL Finer]: 2024-04-17 17:54:07.542--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa1testmodel.
    [junit] [EL Finest]: properties: 2024-04-17 17:54:07.542--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-17 17:54:07.542--ServerSession(1980933707)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2024-04-17 17:54:07.543--ServerSession(1980933707)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Fine]: 2024-04-17 17:54:07.543--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.jboss.JBossPlatform
    [junit] [EL Finest]: 2024-04-17 17:54:07.543--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-17 17:54:07.543--ServerSession(1980933707)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true
    [junit] [EL Finest]: 2024-04-17 17:54:07.543--ServerSession(1980933707)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true
    [junit] [EL Finest]: 2024-04-17 17:54:07.543--ServerSession(1980933707)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false
    [junit] [EL Finer]: 2024-04-17 17:54:07.543--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-17 17:54:07.543--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-17 17:54:07.55--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-17 17:54:07.55--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-17 17:54:07.55--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-17 17:54:07.55--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-17 17:54:07.55--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-17 17:54:07.55--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-17 17:54:07.55--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-17 17:54:07.55--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-17 17:54:07.55--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-17 17:54:07.55--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-17 17:54:07.551--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-17 17:54:07.551--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-17 17:54:07.551--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-17 17:54:07.551--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-17 17:54:07.551--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-17 17:54:07.551--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-17 17:54:07.551--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-17 17:54:07.551--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-17 17:54:07.552--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-17 17:54:07.552--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-17 17:54:07.552--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-17 17:54:07.552--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-17 17:54:07.552--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-17 17:54:07.552--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-17 17:54:07.553--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-17 17:54:07.553--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-17 17:54:07.553--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-17 17:54:07.553--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-17 17:54:07.553--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-17 17:54:07.553--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-17 17:54:07.554--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-17 17:54:07.554--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-17 17:54:07.554--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-17 17:54:07.554--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-17 17:54:07.554--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-17 17:54:07.554--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-17 17:54:07.554--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-17 17:54:07.554--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-17 17:54:07.554--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-17 17:54:07.554--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-17 17:54:07.554--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-17 17:54:07.554--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-17 17:54:07.554--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-17 17:54:07.554--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-17 17:54:07.554--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-17 17:54:07.554--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-17 17:54:07.554--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-17 17:54:07.554--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-17 17:54:07.554--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-17 17:54:07.554--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-17 17:54:07.554--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-17 17:54:07.555--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-17 17:54:07.555--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-17 17:54:07.555--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-17 17:54:07.555--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-17 17:54:07.555--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-17 17:54:07.555--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-17 17:54:07.555--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-17 17:54:07.555--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-17 17:54:07.555--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-17 17:54:07.555--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-17 17:54:07.555--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-17 17:54:07.555--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-17 17:54:07.555--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-17 17:54:07.555--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-17 17:54:07.555--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-17 17:54:07.555--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-17 17:54:07.555--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-17 17:54:07.555--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-17 17:54:07.555--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-17 17:54:07.555--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-17 17:54:07.555--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-17 17:54:07.555--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-17 17:54:07.555--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-17 17:54:07.556--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-17 17:54:07.556--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-17 17:54:07.556--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-17 17:54:07.556--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-17 17:54:07.556--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-17 17:54:07.556--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-17 17:54:07.556--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-17 17:54:07.556--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-17 17:54:07.556--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-17 17:54:07.556--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-17 17:54:07.556--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-17 17:54:07.556--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-17 17:54:07.556--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-17 17:54:07.556--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-17 17:54:07.556--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-17 17:54:07.556--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-17 17:54:07.556--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-17 17:54:07.61--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-17 17:54:07.61--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-17 17:54:07.61--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-17 17:54:07.61--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-17 17:54:07.61--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-17 17:54:07.61--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-17 17:54:07.61--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-17 17:54:07.61--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-17 17:54:07.61--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-17 17:54:07.61--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-17 17:54:07.611--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-17 17:54:07.611--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-17 17:54:07.611--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-17 17:54:07.611--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-17 17:54:07.611--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-17 17:54:07.611--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-17 17:54:07.611--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-17 17:54:07.611--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-17 17:54:07.611--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-17 17:54:07.611--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-17 17:54:07.611--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-17 17:54:07.611--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-17 17:54:07.611--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-17 17:54:07.611--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID.
    [junit] [EL Config]: 2024-04-17 17:54:07.611--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.611--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-17 17:54:07.611--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.611--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.611--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-17 17:54:07.611--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-17 17:54:07.612--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [owner] is being defaulted to: OWNER.
    [junit] [EL Config]: 2024-04-17 17:54:07.612--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [balance] is being defaulted to: BALANCE.
    [junit] [EL Config]: 2024-04-17 17:54:07.612--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-17 17:54:07.612--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-17 17:54:07.612--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID.
    [junit] [EL Config]: 2024-04-17 17:54:07.612--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [creditLimit] is being defaulted to: CREDITLIMIT.
    [junit] [EL Config]: 2024-04-17 17:54:07.612--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-17 17:54:07.612--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [namespace] is being defaulted to: NAMESPACE.
    [junit] [EL Config]: 2024-04-17 17:54:07.612--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.612--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [text] is being defaulted to: TEXT.
    [junit] [EL Config]: 2024-04-17 17:54:07.612--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-17 17:54:07.612--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.612--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-17 17:54:07.612--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-17 17:54:07.612--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-17 17:54:07.612--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR.
    [junit] [EL Config]: 2024-04-17 17:54:07.612--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.612--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [brand] is being defaulted to: BRAND.
    [junit] [EL Config]: 2024-04-17 17:54:07.612--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:07.612--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-17 17:54:07.613--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-17 17:54:07.613--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.613--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY.
    [junit] [EL Config]: 2024-04-17 17:54:07.613--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-17 17:54:07.613--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.613--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.613--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-17 17:54:07.613--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.613--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-17 17:54:07.613--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.613--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-17 17:54:07.613--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-17 17:54:07.613--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-17 17:54:07.613--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [term] is being defaulted to: TERM.
    [junit] [EL Config]: 2024-04-17 17:54:07.613--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-17 17:54:07.613--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-17 17:54:07.613--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.613--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.613--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-17 17:54:07.613--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getDescription] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: 2024-04-17 17:54:07.613--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.613--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getCategory] is being defaulted to: CATEGORY.
    [junit] [EL Config]: 2024-04-17 17:54:07.613--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-17 17:54:07.613--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [sound] is being defaulted to: SOUND.
    [junit] [EL Config]: 2024-04-17 17:54:07.613--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [integer] is being defaulted to: INTEGER.
    [junit] [EL Config]: 2024-04-17 17:54:07.613--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [cool] is being defaulted to: COOL.
    [junit] [EL Config]: 2024-04-17 17:54:07.613--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.613--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.613--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [type] is being defaulted to: TYPE.
    [junit] [EL Config]: 2024-04-17 17:54:07.613--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-17 17:54:07.613--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.614--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-17 17:54:07.614--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-17 17:54:07.614--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.614--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.614--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:07.614--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-17 17:54:07.614--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA.
    [junit] [EL Config]: 2024-04-17 17:54:07.614--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-17 17:54:07.614--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: 2024-04-17 17:54:07.614--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-17 17:54:07.614--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-17 17:54:07.614--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [reviewDate] is being defaulted to: REVIEWDATE.
    [junit] [EL Config]: 2024-04-17 17:54:07.614--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.614--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:07.614--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-17 17:54:07.614--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-17 17:54:07.614--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-17 17:54:07.614--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-17 17:54:07.614--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-17 17:54:07.614--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.615--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-17 17:54:07.615--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-17 17:54:07.615--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getStory] is being defaulted to: STORY.
    [junit] [EL Config]: 2024-04-17 17:54:07.615--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-17 17:54:07.615--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [date] is being defaulted to: DATE.
    [junit] [EL Config]: 2024-04-17 17:54:07.615--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME.
    [junit] [EL Config]: 2024-04-17 17:54:07.615--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.615--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-17 17:54:07.615--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.615--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.615--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-17 17:54:07.615--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-17 17:54:07.615--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-17 17:54:07.615--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getYear] is being defaulted to: YEAR.
    [junit] [EL Config]: 2024-04-17 17:54:07.615--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.615--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-17 17:54:07.615--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-17 17:54:07.615--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [model] is being defaulted to: MODEL.
    [junit] [EL Config]: 2024-04-17 17:54:07.615--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-17 17:54:07.615--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-17 17:54:07.615--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-17 17:54:07.615--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-17 17:54:07.615--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-17 17:54:07.615--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [riskLevel] is being defaulted to: RISKLEVEL.
    [junit] [EL Config]: 2024-04-17 17:54:07.615--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-17 17:54:07.615--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-17 17:54:07.615--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.615--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-17 17:54:07.616--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.616--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-17 17:54:07.616--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.616--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-17 17:54:07.616--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getSmoker] is being defaulted to: SMOKER.
    [junit] [EL Config]: 2024-04-17 17:54:07.616--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getGuid] is being defaulted to: GUID.
    [junit] [EL Config]: 2024-04-17 17:54:07.616--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-17 17:54:07.616--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.616--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-17 17:54:07.616--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getDate] is being defaulted to: DATE.
    [junit] [EL Config]: 2024-04-17 17:54:07.616--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getTime] is being defaulted to: TIME.
    [junit] [EL Config]: 2024-04-17 17:54:07.616--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.616--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-17 17:54:07.616--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-17 17:54:07.616--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-17 17:54:07.616--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-17 17:54:07.616--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [interestRate] is being defaulted to: INTERESTRATE.
    [junit] [EL Config]: 2024-04-17 17:54:07.616--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID.
    [junit] [EL Config]: 2024-04-17 17:54:07.616--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.616--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-17 17:54:07.616--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-17 17:54:07.616--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-17 17:54:07.616--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [cardType] is being defaulted to: CARDTYPE.
    [junit] [EL Config]: 2024-04-17 17:54:07.616--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [cardNumber] is being defaulted to: CARDNUMBER.
    [junit] [EL Config]: 2024-04-17 17:54:07.616--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [validTo] is being defaulted to: VALIDTO.
    [junit] [EL Config]: 2024-04-17 17:54:07.616--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-17 17:54:07.616--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.616--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY.
    [junit] [EL Config]: 2024-04-17 17:54:07.616--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-17 17:54:07.616--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR.
    [junit] [EL Config]: 2024-04-17 17:54:07.616--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [place] is being defaulted to: PLACE.
    [junit] [EL Config]: 2024-04-17 17:54:07.616--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [floor] is being defaulted to: FLOOR.
    [junit] [EL Config]: 2024-04-17 17:54:07.616--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-17 17:54:07.616--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.616--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.616--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-17 17:54:07.616--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.616--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-17 17:54:07.616--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [nodeName] is being defaulted to: NODENAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.616--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.617--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-17 17:54:07.617--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [high] is being defaulted to: HIGH.
    [junit] [EL Config]: 2024-04-17 17:54:07.617--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [low] is being defaulted to: LOW.
    [junit] [EL Config]: 2024-04-17 17:54:07.617--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-17 17:54:07.617--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [firstname] is being defaulted to: FIRSTNAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.617--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [endDate] is being defaulted to: ENDDATE.
    [junit] [EL Config]: 2024-04-17 17:54:07.617--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [startDate] is being defaulted to: STARTDATE.
    [junit] [EL Config]: 2024-04-17 17:54:07.617--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY.
    [junit] [EL Config]: 2024-04-17 17:54:07.617--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [lastname] is being defaulted to: LASTNAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.617--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.617--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-17 17:54:07.617--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-17 17:54:07.617--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.617--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.617--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [getVersion] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:07.617--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-17 17:54:07.617--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-17 17:54:07.617--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.617--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-17 17:54:07.617--ServerSession(1980933707)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:07.617--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-17 17:54:07.617--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-17 17:54:07.617--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-17 17:54:07.617--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-17 17:54:07.618--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-17 17:54:07.618--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-17 17:54:07.618--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-17 17:54:07.618--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-17 17:54:07.618--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-17 17:54:07.618--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-17 17:54:07.618--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-17 17:54:07.618--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-17 17:54:07.618--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-17 17:54:07.618--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-17 17:54:07.618--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-17 17:54:07.618--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-17 17:54:07.618--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-17 17:54:07.618--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-17 17:54:07.618--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-17 17:54:07.618--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-17 17:54:07.618--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-17 17:54:07.618--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-17 17:54:07.618--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-17 17:54:07.618--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-17 17:54:07.618--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-17 17:54:07.618--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-17 17:54:07.618--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-17 17:54:07.618--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-17 17:54:07.618--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-17 17:54:07.618--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-17 17:54:07.618--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-17 17:54:07.618--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-17 17:54:07.618--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-17 17:54:07.618--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-17 17:54:07.618--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-17 17:54:07.618--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-17 17:54:07.618--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-17 17:54:07.618--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-17 17:54:07.618--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-17 17:54:07.618--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-17 17:54:07.702--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-17 17:54:07.702--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-17 17:54:07.702--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-17 17:54:07.702--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-17 17:54:07.702--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-17 17:54:07.703--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-17 17:54:07.703--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-17 17:54:07.703--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-17 17:54:07.703--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-17 17:54:07.703--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-17 17:54:07.703--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-17 17:54:07.703--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-17 17:54:07.703--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-17 17:54:07.703--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-17 17:54:07.703--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-17 17:54:07.703--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-17 17:54:07.703--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-17 17:54:07.703--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-17 17:54:07.703--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-17 17:54:07.703--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-17 17:54:07.703--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-17 17:54:07.703--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-17 17:54:07.703--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-17 17:54:07.703--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-17 17:54:07.703--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-17 17:54:07.703--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-17 17:54:07.703--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-17 17:54:07.703--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-17 17:54:07.703--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-17 17:54:07.703--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-17 17:54:07.703--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-17 17:54:07.703--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-17 17:54:07.703--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-17 17:54:07.704--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-17 17:54:07.704--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-17 17:54:07.704--ServerSession(1980933707)--Thread(Thread[main,5,main])--query getDepartmentCached: query hint eclipselink.query-results-cache; value True
    [junit] [EL Finest]: 2024-04-17 17:54:07.705--ServerSession(1980933707)--Thread(Thread[main,5,main])--query getAllDepartmentsCached: query hint eclipselink.query-results-cache; value True
    [junit] [EL Finest]: 2024-04-17 17:54:07.705--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-17 17:54:07.705--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null.
    [junit] [EL Finest]: 2024-04-17 17:54:07.705--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-17 17:54:07.705--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-17 17:54:07.705--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-17 17:54:07.705--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-17 17:54:07.705--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-17 17:54:07.705--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-17 17:54:07.705--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-17 17:54:07.706--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-17 17:54:07.706--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-17 17:54:07.706--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-17 17:54:07.706--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-17 17:54:07.706--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-17 17:54:07.706--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-17 17:54:07.706--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-17 17:54:07.706--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-17 17:54:07.706--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-17 17:54:07.706--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-17 17:54:07.706--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-17 17:54:07.706--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-17 17:54:07.706--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-17 17:54:07.706--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-17 17:54:07.706--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-17 17:54:07.706--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-17 17:54:07.706--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-17 17:54:07.707--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-17 17:54:07.707--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-17 17:54:07.707--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-17 17:54:07.707--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-17 17:54:07.707--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-17 17:54:07.707--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-17 17:54:07.707--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-17 17:54:07.707--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-17 17:54:07.707--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-17 17:54:07.707--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-17 17:54:07.707--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-17 17:54:07.707--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-17 17:54:07.707--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-17 17:54:07.707--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-17 17:54:07.707--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-17 17:54:07.707--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-17 17:54:07.707--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-17 17:54:07.708--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-17 17:54:07.708--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-17 17:54:07.708--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-17 17:54:07.708--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-17 17:54:07.708--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-17 17:54:07.708--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-17 17:54:07.708--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-17 17:54:07.708--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-17 17:54:07.708--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-17 17:54:07.708--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-17 17:54:07.708--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-17 17:54:07.708--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-17 17:54:07.708--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-17 17:54:07.708--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-17 17:54:07.708--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-17 17:54:07.708--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-17 17:54:07.708--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-17 17:54:07.709--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-17 17:54:07.709--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-17 17:54:07.709--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-17 17:54:07.709--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-17 17:54:07.709--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-17 17:54:07.709--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-17 17:54:07.709--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-17 17:54:07.709--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-17 17:54:07.709--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-17 17:54:07.709--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-17 17:54:07.709--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-17 17:54:07.709--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-17 17:54:07.712--ServerSession(1980933707)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation].
    [junit] [EL Finest]: 2024-04-17 17:54:07.712--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-17 17:54:07.712--ServerSession(1980933707)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2024-04-17 17:54:07.712--ServerSession(1980933707)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2024-04-17 17:54:07.712--ServerSession(1980933707)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform
    [junit] [EL Finest]: 2024-04-17 17:54:07.712--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-17 17:54:07.712--ServerSession(1980933707)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing; value=None
    [junit] [EL Finest]: 2024-04-17 17:54:07.712--ServerSession(1980933707)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true
    [junit] [EL Info]: 2024-04-17 17:54:07.712--ServerSession(1980933707)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Fine]: 2024-04-17 17:54:07.712--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-17 17:54:07.713--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-17 17:54:07.713--ServerSession(1980933707)--Connection(190014801)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:07.713--ServerSession(1980933707)--Connection(190014801)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Fine]: 2024-04-17 17:54:07.713--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-17 17:54:07.713--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-17 17:54:07.713--ServerSession(1980933707)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State
    [junit] [EL Finest]: 2024-04-17 17:54:07.713--ServerSession(1980933707)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1
    [junit] [EL Finest]: 2024-04-17 17:54:07.713--ServerSession(1980933707)--Thread(Thread[main,5,main])--sequence testSequenceInc3: preallocation size 3
    [junit] [EL Finest]: 2024-04-17 17:54:07.713--ServerSession(1980933707)--Thread(Thread[main,5,main])--sequence testSequence: preallocation size 1
    [junit] [EL Finest]: 2024-04-17 17:54:07.713--ServerSession(1980933707)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State
    [junit] [EL Finest]: 2024-04-17 17:54:07.713--ServerSession(1980933707)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:07.713--ServerSession(1980933707)--Thread(Thread[main,5,main])--sequence IdGenerator: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:07.713--ServerSession(1980933707)--Thread(Thread[main,5,main])--sequence VehicleGenerator: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:07.713--ServerSession(1980933707)--Thread(Thread[main,5,main])--sequence Component: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:07.713--ServerSession(1980933707)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:07.713--ServerSession(1980933707)--Thread(Thread[main,5,main])--sequence CourseGenerator: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:07.714--ServerSession(1980933707)--Thread(Thread[main,5,main])--sequence StringIdGenerator: preallocation size 50
    [junit] [EL Warning]: 2024-04-17 17:54:07.714--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-17 17:54:07.715--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-17 17:54:07.723--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-17 17:54:07.723--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-17 17:54:07.724--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-17 17:54:07.724--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-17 17:54:07.724--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-17 17:54:07.724--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-17 17:54:07.724--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-17 17:54:07.725--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-17 17:54:07.725--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-17 17:54:07.725--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-17 17:54:07.725--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-17 17:54:07.725--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-17 17:54:07.725--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-17 17:54:07.725--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-17 17:54:07.725--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-17 17:54:07.725--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-17 17:54:07.725--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-17 17:54:07.725--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-17 17:54:07.725--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-17 17:54:07.725--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-17 17:54:07.725--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-17 17:54:07.726--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-17 17:54:07.726--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-17 17:54:07.726--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-17 17:54:07.726--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-17 17:54:07.726--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-17 17:54:07.726--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-17 17:54:07.726--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-17 17:54:07.726--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-17 17:54:07.726--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-17 17:54:07.726--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-17 17:54:07.726--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-17 17:54:07.726--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-17 17:54:07.726--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-17 17:54:07.726--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-17 17:54:07.726--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-17 17:54:07.726--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-17 17:54:07.726--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-17 17:54:07.726--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-17 17:54:07.727--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-17 17:54:07.727--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-17 17:54:07.727--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-17 17:54:07.727--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-17 17:54:07.727--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-17 17:54:07.727--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-17 17:54:07.727--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-17 17:54:07.727--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-17 17:54:07.727--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-17 17:54:07.727--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-17 17:54:07.727--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-17 17:54:07.727--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-17 17:54:07.727--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-17 17:54:07.727--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-17 17:54:07.727--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-17 17:54:07.727--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-17 17:54:07.727--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-17 17:54:07.728--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-17 17:54:07.728--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-17 17:54:07.728--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-17 17:54:07.728--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-17 17:54:07.728--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-17 17:54:07.728--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-17 17:54:07.728--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-17 17:54:07.728--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-17 17:54:07.728--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-17 17:54:07.728--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-17 17:54:07.728--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-17 17:54:07.728--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-17 17:54:07.728--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-17 17:54:07.728--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-17 17:54:07.728--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-17 17:54:07.729--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-17 17:54:07.729--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-17 17:54:07.729--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-17 17:54:07.729--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-17 17:54:07.729--ServerSession(1980933707)--Thread(Thread[main,5,main])--client acquired: 56185058
    [junit] [EL Finer]: 2024-04-17 17:54:07.729--ClientSession(56185058)--Thread(Thread[main,5,main])--acquire unit of work: 2012264919
    [junit] [EL Finest]: 2024-04-17 17:54:07.729--UnitOfWork(2012264919)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:07.729--UnitOfWork(2012264919)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:07.729--UnitOfWork(2012264919)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:07.729--UnitOfWork(2012264919)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:07.729--UnitOfWork(2012264919)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:07.729--UnitOfWork(2012264919)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:07.729--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-17 17:54:07.729--ServerSession(1980933707)--Connection(1288158473)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:07.729--ClientSession(56185058)--Connection(1288158473)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:07.729--ClientSession(56185058)--Connection(1288158473)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:07.73--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-17 17:54:07.73--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-17 17:54:07.73--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-17 17:54:07.73--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-17 17:54:07.73--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-17 17:54:07.731--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-17 17:54:07.731--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-17 17:54:07.731--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-17 17:54:07.731--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-17 17:54:07.731--ClientSession(56185058)--Connection(1211426838)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:07.731--ServerSession(1980933707)--Connection(1288158473)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:07.731--UnitOfWork(2012264919)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:07.731--UnitOfWork(2012264919)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:07.731--UnitOfWork(2012264919)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:07.732--ClientSession(56185058)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:07.732--UnitOfWork(2012264919)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:07.732--ClientSession(56185058)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:07.732--ServerSession(1980933707)--Thread(Thread[main,5,main])--client acquired: 640910214
    [junit] [EL Finer]: 2024-04-17 17:54:07.732--ClientSession(640910214)--Thread(Thread[main,5,main])--acquire unit of work: 1049235767
    [junit] [EL Finest]: 2024-04-17 17:54:07.732--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-17 17:54:07.732--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-17 17:54:07.732--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-17 17:54:07.732--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-17 17:54:07.732--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-17 17:54:07.732--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-17 17:54:07.732--ServerSession(1980933707)--Thread(Thread[main,5,main])--client acquired: 1877110785
    [junit] [EL Finer]: 2024-04-17 17:54:07.732--ClientSession(1877110785)--Thread(Thread[main,5,main])--acquire unit of work: 1018364889
    [junit] [EL Finest]: 2024-04-17 17:54:07.732--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-17 17:54:07.732--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-17 17:54:07.732--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-17 17:54:07.732--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-17 17:54:07.732--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-17 17:54:07.732--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-17 17:54:07.732--UnitOfWork(1018364889)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:07.733--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-17 17:54:07.733--ServerSession(1980933707)--Connection(2002489487)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:07.733--ClientSession(1877110785)--Connection(2002489487)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:07.733--ClientSession(1877110785)--Connection(2002489487)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:07.733--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-17 17:54:07.733--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-17 17:54:07.733--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-17 17:54:07.734--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-17 17:54:07.734--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-17 17:54:07.734--ClientSession(1877110785)--Connection(1090881670)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:07.734--ServerSession(1980933707)--Connection(2002489487)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:07.734--UnitOfWork(1018364889)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:07.734--UnitOfWork(1018364889)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:07.734--UnitOfWork(1018364889)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:07.734--ClientSession(1877110785)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:07.734--UnitOfWork(1049235767)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:07.734--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-17 17:54:07.734--ServerSession(1980933707)--Connection(1172748538)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:07.734--ClientSession(640910214)--Connection(1172748538)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:07.734--ClientSession(640910214)--Connection(1172748538)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:07.735--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-17 17:54:07.735--UnitOfWork(1049235767)--Thread(Thread[main,5,main])--Local Exception Stack: 
    [junit] Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:07.735--ClientSession(640910214)--Connection(983177951)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:54:07.735--ServerSession(1980933707)--Connection(1172748538)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:07.735--UnitOfWork(1049235767)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:07.735--ClientSession(640910214)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finest]: 2024-04-17 17:54:07.735--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-17 17:54:07.736--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-17 17:54:07.736--ServerSession(1980933707)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:07.736--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-17 17:54:07.736--ServerSession(1980933707)--Thread(Thread[main,5,main])--jmx_unregistered_mbean (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:07.736--ServerSession(1980933707)--Thread(Thread[main,5,main])--sequencing disconnected
    [junit] [EL Fine]: 2024-04-17 17:54:07.736--ServerSession(1980933707)--Connection(190014801)--Thread(Thread[main,5,main])--disconnect
    [junit] [EL Finer]: 2024-04-17 17:54:07.736--ServerSession(1980933707)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Fine]: 2024-04-17 17:54:07.736--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-17 17:54:07.736--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-17 17:54:07.745--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@716d4283
    [junit] [EL Fine]: 2024-04-17 17:54:07.746--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@178e125f
    [junit] [EL Finer]: 2024-04-17 17:54:07.747--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa1testmodel.
    [junit] [EL Finest]: properties: 2024-04-17 17:54:07.747--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-17 17:54:07.747--ServerSession(454071866)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2024-04-17 17:54:07.747--ServerSession(454071866)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Fine]: 2024-04-17 17:54:07.748--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.jboss.JBossPlatform
    [junit] [EL Finest]: 2024-04-17 17:54:07.748--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-17 17:54:07.748--ServerSession(454071866)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true
    [junit] [EL Finest]: 2024-04-17 17:54:07.748--ServerSession(454071866)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true
    [junit] [EL Finest]: 2024-04-17 17:54:07.748--ServerSession(454071866)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false
    [junit] [EL Finer]: 2024-04-17 17:54:07.748--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-17 17:54:07.748--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-17 17:54:07.754--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-17 17:54:07.755--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-17 17:54:07.755--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-17 17:54:07.755--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-17 17:54:07.755--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-17 17:54:07.755--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-17 17:54:07.755--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-17 17:54:07.755--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-17 17:54:07.755--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-17 17:54:07.756--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-17 17:54:07.756--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-17 17:54:07.756--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-17 17:54:07.756--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-17 17:54:07.756--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-17 17:54:07.756--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-17 17:54:07.756--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-17 17:54:07.757--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-17 17:54:07.757--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-17 17:54:07.757--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-17 17:54:07.757--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-17 17:54:07.757--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-17 17:54:07.757--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-17 17:54:07.806--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-17 17:54:07.807--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-17 17:54:07.807--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-17 17:54:07.807--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-17 17:54:07.807--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-17 17:54:07.807--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-17 17:54:07.808--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-17 17:54:07.808--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-17 17:54:07.808--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-17 17:54:07.808--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-17 17:54:07.808--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-17 17:54:07.809--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-17 17:54:07.809--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-17 17:54:07.809--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-17 17:54:07.809--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-17 17:54:07.809--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-17 17:54:07.809--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-17 17:54:07.809--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-17 17:54:07.809--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-17 17:54:07.809--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-17 17:54:07.809--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-17 17:54:07.809--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-17 17:54:07.809--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-17 17:54:07.809--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-17 17:54:07.809--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-17 17:54:07.809--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-17 17:54:07.809--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-17 17:54:07.809--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-17 17:54:07.809--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-17 17:54:07.809--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-17 17:54:07.81--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-17 17:54:07.81--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-17 17:54:07.81--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-17 17:54:07.81--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-17 17:54:07.81--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-17 17:54:07.81--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-17 17:54:07.81--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-17 17:54:07.81--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-17 17:54:07.81--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-17 17:54:07.81--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-17 17:54:07.81--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-17 17:54:07.81--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-17 17:54:07.81--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-17 17:54:07.81--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-17 17:54:07.81--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-17 17:54:07.81--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-17 17:54:07.81--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-17 17:54:07.81--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-17 17:54:07.81--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-17 17:54:07.81--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-17 17:54:07.81--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-17 17:54:07.81--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-17 17:54:07.811--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-17 17:54:07.811--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-17 17:54:07.811--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-17 17:54:07.811--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-17 17:54:07.811--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-17 17:54:07.811--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-17 17:54:07.811--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-17 17:54:07.811--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-17 17:54:07.811--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-17 17:54:07.811--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-17 17:54:07.811--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-17 17:54:07.811--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-17 17:54:07.811--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-17 17:54:07.811--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-17 17:54:07.811--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-17 17:54:07.811--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-17 17:54:07.811--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-17 17:54:07.811--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-17 17:54:07.811--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-17 17:54:07.811--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-17 17:54:07.811--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-17 17:54:07.811--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-17 17:54:07.811--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-17 17:54:07.811--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-17 17:54:07.811--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-17 17:54:07.811--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-17 17:54:07.811--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-17 17:54:07.811--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-17 17:54:07.812--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-17 17:54:07.812--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-17 17:54:07.812--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-17 17:54:07.812--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-17 17:54:07.812--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-17 17:54:07.812--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-17 17:54:07.812--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-17 17:54:07.812--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-17 17:54:07.812--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-17 17:54:07.812--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-17 17:54:07.812--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-17 17:54:07.812--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-17 17:54:07.812--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID.
    [junit] [EL Config]: 2024-04-17 17:54:07.812--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.812--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-17 17:54:07.812--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.812--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.812--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-17 17:54:07.812--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-17 17:54:07.812--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [owner] is being defaulted to: OWNER.
    [junit] [EL Config]: 2024-04-17 17:54:07.812--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [balance] is being defaulted to: BALANCE.
    [junit] [EL Config]: 2024-04-17 17:54:07.813--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-17 17:54:07.813--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-17 17:54:07.813--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID.
    [junit] [EL Config]: 2024-04-17 17:54:07.813--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [creditLimit] is being defaulted to: CREDITLIMIT.
    [junit] [EL Config]: 2024-04-17 17:54:07.813--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-17 17:54:07.813--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [namespace] is being defaulted to: NAMESPACE.
    [junit] [EL Config]: 2024-04-17 17:54:07.813--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.813--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [text] is being defaulted to: TEXT.
    [junit] [EL Config]: 2024-04-17 17:54:07.813--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-17 17:54:07.813--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.813--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-17 17:54:07.813--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-17 17:54:07.813--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-17 17:54:07.813--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR.
    [junit] [EL Config]: 2024-04-17 17:54:07.813--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.813--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [brand] is being defaulted to: BRAND.
    [junit] [EL Config]: 2024-04-17 17:54:07.813--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:07.813--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-17 17:54:07.813--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-17 17:54:07.813--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.813--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY.
    [junit] [EL Config]: 2024-04-17 17:54:07.813--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-17 17:54:07.813--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.813--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.813--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-17 17:54:07.813--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.813--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-17 17:54:07.814--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.814--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-17 17:54:07.814--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-17 17:54:07.814--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-17 17:54:07.814--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [term] is being defaulted to: TERM.
    [junit] [EL Config]: 2024-04-17 17:54:07.814--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-17 17:54:07.814--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-17 17:54:07.814--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.814--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.814--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-17 17:54:07.814--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getDescription] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: 2024-04-17 17:54:07.814--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.814--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getCategory] is being defaulted to: CATEGORY.
    [junit] [EL Config]: 2024-04-17 17:54:07.814--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-17 17:54:07.814--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [sound] is being defaulted to: SOUND.
    [junit] [EL Config]: 2024-04-17 17:54:07.814--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [integer] is being defaulted to: INTEGER.
    [junit] [EL Config]: 2024-04-17 17:54:07.814--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [cool] is being defaulted to: COOL.
    [junit] [EL Config]: 2024-04-17 17:54:07.814--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.814--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.814--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [type] is being defaulted to: TYPE.
    [junit] [EL Config]: 2024-04-17 17:54:07.814--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-17 17:54:07.814--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.814--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-17 17:54:07.814--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-17 17:54:07.814--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.814--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.814--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:07.814--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-17 17:54:07.814--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA.
    [junit] [EL Config]: 2024-04-17 17:54:07.814--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-17 17:54:07.815--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: 2024-04-17 17:54:07.815--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-17 17:54:07.815--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-17 17:54:07.815--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [reviewDate] is being defaulted to: REVIEWDATE.
    [junit] [EL Config]: 2024-04-17 17:54:07.815--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.815--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:07.815--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-17 17:54:07.815--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-17 17:54:07.815--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-17 17:54:07.815--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-17 17:54:07.815--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-17 17:54:07.815--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.815--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-17 17:54:07.815--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-17 17:54:07.815--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getStory] is being defaulted to: STORY.
    [junit] [EL Config]: 2024-04-17 17:54:07.815--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-17 17:54:07.815--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [date] is being defaulted to: DATE.
    [junit] [EL Config]: 2024-04-17 17:54:07.815--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME.
    [junit] [EL Config]: 2024-04-17 17:54:07.815--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.815--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-17 17:54:07.815--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.815--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.815--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-17 17:54:07.815--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-17 17:54:07.815--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-17 17:54:07.815--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getYear] is being defaulted to: YEAR.
    [junit] [EL Config]: 2024-04-17 17:54:07.815--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.815--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-17 17:54:07.815--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-17 17:54:07.815--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [model] is being defaulted to: MODEL.
    [junit] [EL Config]: 2024-04-17 17:54:07.815--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-17 17:54:07.815--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-17 17:54:07.816--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-17 17:54:07.816--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-17 17:54:07.816--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-17 17:54:07.816--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [riskLevel] is being defaulted to: RISKLEVEL.
    [junit] [EL Config]: 2024-04-17 17:54:07.816--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-17 17:54:07.816--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-17 17:54:07.816--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.816--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-17 17:54:07.816--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.816--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-17 17:54:07.816--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.816--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-17 17:54:07.816--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getSmoker] is being defaulted to: SMOKER.
    [junit] [EL Config]: 2024-04-17 17:54:07.816--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getGuid] is being defaulted to: GUID.
    [junit] [EL Config]: 2024-04-17 17:54:07.816--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-17 17:54:07.816--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.816--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-17 17:54:07.816--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getDate] is being defaulted to: DATE.
    [junit] [EL Config]: 2024-04-17 17:54:07.816--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getTime] is being defaulted to: TIME.
    [junit] [EL Config]: 2024-04-17 17:54:07.816--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.816--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-17 17:54:07.816--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-17 17:54:07.816--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-17 17:54:07.816--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-17 17:54:07.816--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [interestRate] is being defaulted to: INTERESTRATE.
    [junit] [EL Config]: 2024-04-17 17:54:07.816--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID.
    [junit] [EL Config]: 2024-04-17 17:54:07.816--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.816--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-17 17:54:07.816--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-17 17:54:07.816--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-17 17:54:07.816--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [cardType] is being defaulted to: CARDTYPE.
    [junit] [EL Config]: 2024-04-17 17:54:07.816--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [cardNumber] is being defaulted to: CARDNUMBER.
    [junit] [EL Config]: 2024-04-17 17:54:07.816--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [validTo] is being defaulted to: VALIDTO.
    [junit] [EL Config]: 2024-04-17 17:54:07.817--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-17 17:54:07.817--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.817--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY.
    [junit] [EL Config]: 2024-04-17 17:54:07.817--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-17 17:54:07.817--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR.
    [junit] [EL Config]: 2024-04-17 17:54:07.817--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [place] is being defaulted to: PLACE.
    [junit] [EL Config]: 2024-04-17 17:54:07.817--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [floor] is being defaulted to: FLOOR.
    [junit] [EL Config]: 2024-04-17 17:54:07.817--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-17 17:54:07.817--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.817--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.817--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-17 17:54:07.817--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.817--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-17 17:54:07.817--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [nodeName] is being defaulted to: NODENAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.817--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.817--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-17 17:54:07.817--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [high] is being defaulted to: HIGH.
    [junit] [EL Config]: 2024-04-17 17:54:07.817--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [low] is being defaulted to: LOW.
    [junit] [EL Config]: 2024-04-17 17:54:07.817--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-17 17:54:07.817--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [firstname] is being defaulted to: FIRSTNAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.817--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [endDate] is being defaulted to: ENDDATE.
    [junit] [EL Config]: 2024-04-17 17:54:07.817--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [startDate] is being defaulted to: STARTDATE.
    [junit] [EL Config]: 2024-04-17 17:54:07.817--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY.
    [junit] [EL Config]: 2024-04-17 17:54:07.817--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [lastname] is being defaulted to: LASTNAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.817--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.817--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-17 17:54:07.817--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-17 17:54:07.817--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME.
    [junit] [EL Config]: 2024-04-17 17:54:07.817--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.817--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [getVersion] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:07.817--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-17 17:54:07.817--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-17 17:54:07.817--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: 2024-04-17 17:54:07.817--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-17 17:54:07.818--ServerSession(454071866)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION.
    [junit] [EL Config]: 2024-04-17 17:54:07.818--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-17 17:54:07.818--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-17 17:54:07.818--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-17 17:54:07.818--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-17 17:54:07.818--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-17 17:54:07.818--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-17 17:54:07.818--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-17 17:54:07.818--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-17 17:54:07.818--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-17 17:54:07.818--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-17 17:54:07.818--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-17 17:54:07.818--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-17 17:54:07.818--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-17 17:54:07.818--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-17 17:54:07.818--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-17 17:54:07.818--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-17 17:54:07.818--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-17 17:54:07.818--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-17 17:54:07.818--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-17 17:54:07.818--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-17 17:54:07.818--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-17 17:54:07.818--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-17 17:54:07.818--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-17 17:54:07.818--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-17 17:54:07.818--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-17 17:54:07.818--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-17 17:54:07.818--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-17 17:54:07.818--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-17 17:54:07.818--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-17 17:54:07.818--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-17 17:54:07.818--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-17 17:54:07.818--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-17 17:54:07.818--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-17 17:54:07.818--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-17 17:54:07.818--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-17 17:54:07.818--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-17 17:54:07.818--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-17 17:54:07.819--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-17 17:54:07.819--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-17 17:54:07.819--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-17 17:54:07.819--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-17 17:54:07.819--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-17 17:54:07.819--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-17 17:54:07.819--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-17 17:54:07.819--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-17 17:54:07.819--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-17 17:54:07.819--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-17 17:54:07.819--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-17 17:54:07.819--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-17 17:54:07.819--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-17 17:54:07.819--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-17 17:54:07.819--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-17 17:54:07.819--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-17 17:54:07.819--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-17 17:54:07.819--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-17 17:54:07.819--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-17 17:54:07.819--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-17 17:54:07.819--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-17 17:54:07.819--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-17 17:54:07.819--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-17 17:54:07.819--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-17 17:54:07.819--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-17 17:54:07.819--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-17 17:54:07.819--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-17 17:54:07.819--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-17 17:54:07.819--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-17 17:54:07.819--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-17 17:54:07.819--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-17 17:54:07.819--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-17 17:54:07.819--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-17 17:54:07.819--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-17 17:54:07.819--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-17 17:54:07.819--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-17 17:54:07.819--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-17 17:54:07.819--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-17 17:54:07.82--ServerSession(454071866)--Thread(Thread[main,5,main])--query getDepartmentCached: query hint eclipselink.query-results-cache; value True
    [junit] [EL Finest]: 2024-04-17 17:54:07.82--ServerSession(454071866)--Thread(Thread[main,5,main])--query getAllDepartmentsCached: query hint eclipselink.query-results-cache; value True
    [junit] [EL Finest]: 2024-04-17 17:54:07.82--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-17 17:54:07.821--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null.
    [junit] [EL Finest]: 2024-04-17 17:54:07.821--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-17 17:54:07.821--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-17 17:54:07.821--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-17 17:54:07.821--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-17 17:54:07.821--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-17 17:54:07.821--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-17 17:54:07.821--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-17 17:54:07.821--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-17 17:54:07.821--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-17 17:54:07.821--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-17 17:54:07.821--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-17 17:54:07.821--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-17 17:54:07.821--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-17 17:54:07.821--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-17 17:54:07.821--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-17 17:54:07.822--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-17 17:54:07.822--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-17 17:54:07.822--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-17 17:54:07.822--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-17 17:54:07.822--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-17 17:54:07.822--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-17 17:54:07.822--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-17 17:54:07.822--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-17 17:54:07.822--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-17 17:54:07.822--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-17 17:54:07.822--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-17 17:54:07.822--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-17 17:54:07.822--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-17 17:54:07.822--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-17 17:54:07.822--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-17 17:54:07.822--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-17 17:54:07.822--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-17 17:54:07.911--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-17 17:54:07.911--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-17 17:54:07.911--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-17 17:54:07.911--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-17 17:54:07.912--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-17 17:54:07.912--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-17 17:54:07.912--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-17 17:54:07.912--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-17 17:54:07.912--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-17 17:54:07.912--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-17 17:54:07.912--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-17 17:54:07.912--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-17 17:54:07.912--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-17 17:54:07.912--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-17 17:54:07.912--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-17 17:54:07.912--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-17 17:54:07.912--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-17 17:54:07.912--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-17 17:54:07.912--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-17 17:54:07.912--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-17 17:54:07.912--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-17 17:54:07.912--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-17 17:54:07.913--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-17 17:54:07.913--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-17 17:54:07.913--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-17 17:54:07.913--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-17 17:54:07.913--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-17 17:54:07.913--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-17 17:54:07.913--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-17 17:54:07.913--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-17 17:54:07.913--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-17 17:54:07.913--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-17 17:54:07.913--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-17 17:54:07.913--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-17 17:54:07.913--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-17 17:54:07.913--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-17 17:54:07.913--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-17 17:54:07.913--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-17 17:54:07.916--ServerSession(454071866)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation].
    [junit] [EL Finest]: 2024-04-17 17:54:07.916--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-17 17:54:07.916--ServerSession(454071866)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2024-04-17 17:54:07.916--ServerSession(454071866)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2024-04-17 17:54:07.916--ServerSession(454071866)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform
    [junit] [EL Finest]: 2024-04-17 17:54:07.916--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-17 17:54:07.916--ServerSession(454071866)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing; value=JDBC; translated value=JDBC
    [junit] [EL Finest]: 2024-04-17 17:54:07.916--ServerSession(454071866)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true
    [junit] [EL Info]: 2024-04-17 17:54:07.916--ServerSession(454071866)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Fine]: 2024-04-17 17:54:07.916--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-17 17:54:07.917--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-17 17:54:07.917--ServerSession(454071866)--Connection(2118246884)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:07.917--ServerSession(454071866)--Connection(2118246884)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Fine]: 2024-04-17 17:54:07.917--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-17 17:54:07.917--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-17 17:54:07.918--ServerSession(454071866)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State
    [junit] [EL Finest]: 2024-04-17 17:54:07.918--ServerSession(454071866)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1
    [junit] [EL Finest]: 2024-04-17 17:54:07.918--ServerSession(454071866)--Thread(Thread[main,5,main])--sequence testSequenceInc3: preallocation size 3
    [junit] [EL Finest]: 2024-04-17 17:54:07.918--ServerSession(454071866)--Thread(Thread[main,5,main])--sequence testSequence: preallocation size 1
    [junit] [EL Finest]: 2024-04-17 17:54:07.918--ServerSession(454071866)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State
    [junit] [EL Finest]: 2024-04-17 17:54:07.918--ServerSession(454071866)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:07.918--ServerSession(454071866)--Thread(Thread[main,5,main])--sequence IdGenerator: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:07.918--ServerSession(454071866)--Thread(Thread[main,5,main])--sequence VehicleGenerator: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:07.918--ServerSession(454071866)--Thread(Thread[main,5,main])--sequence Component: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:07.918--ServerSession(454071866)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:07.918--ServerSession(454071866)--Thread(Thread[main,5,main])--sequence CourseGenerator: preallocation size 50
    [junit] [EL Finest]: 2024-04-17 17:54:07.918--ServerSession(454071866)--Thread(Thread[main,5,main])--sequence StringIdGenerator: preallocation size 50
    [junit] [EL Warning]: 2024-04-17 17:54:07.919--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-17 17:54:07.919--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-17 17:54:07.927--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-17 17:54:07.927--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-17 17:54:07.927--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-17 17:54:07.927--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-17 17:54:07.927--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-17 17:54:07.927--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-17 17:54:07.928--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-17 17:54:07.93--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-17 17:54:07.93--ServerSession(454071866)--Connection(669305446)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:07.93--ServerSession(454071866)--Connection(669305446)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:07.93--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-17 17:54:07.935--ServerSession(454071866)--Connection(669305446)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:07.935--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-17 17:54:07.935--ServerSession(454071866)--Connection(2064306183)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:07.935--ServerSession(454071866)--Connection(2064306183)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:07.935--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-17 17:54:07.939--ServerSession(454071866)--Connection(2064306183)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:07.939--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-17 17:54:07.939--ServerSession(454071866)--Connection(2041360896)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:07.939--ServerSession(454071866)--Connection(2041360896)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:07.939--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-17 17:54:07.947--ServerSession(454071866)--Connection(2041360896)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:07.947--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-17 17:54:07.947--ServerSession(454071866)--Connection(1737835586)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:07.947--ServerSession(454071866)--Connection(1737835586)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:07.948--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-17 17:54:07.951--ServerSession(454071866)--Connection(1737835586)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:07.951--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-17 17:54:07.951--ServerSession(454071866)--Connection(1252544591)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:07.951--ServerSession(454071866)--Connection(1252544591)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:07.951--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-17 17:54:07.955--ServerSession(454071866)--Connection(1252544591)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:07.955--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-17 17:54:07.955--ServerSession(454071866)--Connection(1995542376)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:07.955--ServerSession(454071866)--Connection(1995542376)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:07.956--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-17 17:54:07.96--ServerSession(454071866)--Connection(1995542376)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:07.961--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-17 17:54:07.961--ServerSession(454071866)--Connection(701332382)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:07.961--ServerSession(454071866)--Connection(701332382)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:07.961--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-17 17:54:07.964--ServerSession(454071866)--Connection(701332382)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:07.964--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-17 17:54:07.964--ServerSession(454071866)--Connection(1124448382)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:07.964--ServerSession(454071866)--Connection(1124448382)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:07.964--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-17 17:54:07.98--ServerSession(454071866)--Connection(1124448382)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:07.98--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-17 17:54:07.98--ServerSession(454071866)--Connection(428102601)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:07.98--ServerSession(454071866)--Connection(428102601)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:07.98--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-17 17:54:07.995--ServerSession(454071866)--Connection(428102601)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:07.996--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-17 17:54:07.996--ServerSession(454071866)--Connection(868692382)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:07.996--ServerSession(454071866)--Connection(868692382)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:07.996--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-17 17:54:08.011--ServerSession(454071866)--Connection(868692382)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.011--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-17 17:54:08.011--ServerSession(454071866)--Connection(251911323)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.011--ServerSession(454071866)--Connection(251911323)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.011--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-17 17:54:08.026--ServerSession(454071866)--Connection(251911323)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.026--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-17 17:54:08.026--ServerSession(454071866)--Connection(1269605689)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.026--ServerSession(454071866)--Connection(1269605689)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.026--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-17 17:54:08.04--ServerSession(454071866)--Connection(1269605689)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.041--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-17 17:54:08.041--ServerSession(454071866)--Connection(359873189)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.041--ServerSession(454071866)--Connection(359873189)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.041--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-17 17:54:08.055--ServerSession(454071866)--Connection(359873189)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.055--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-17 17:54:08.055--ServerSession(454071866)--Connection(1216332293)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.055--ServerSession(454071866)--Connection(1216332293)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.055--ServerSession(454071866)--Connection(1146449853)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP KEY UNQ_TMP_EMP_0
    [junit] [EL Finest]: 2024-04-17 17:54:08.069--ServerSession(454071866)--Connection(1216332293)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.069--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-17 17:54:08.069--ServerSession(454071866)--Connection(733307770)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.069--ServerSession(454071866)--Connection(733307770)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.069--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-17 17:54:08.075--ServerSession(454071866)--Connection(733307770)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.075--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-17 17:54:08.075--ServerSession(454071866)--Connection(1608420596)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.075--ServerSession(454071866)--Connection(1608420596)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.075--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-17 17:54:08.079--ServerSession(454071866)--Connection(1608420596)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.079--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-17 17:54:08.079--ServerSession(454071866)--Connection(226570900)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.079--ServerSession(454071866)--Connection(226570900)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.079--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-17 17:54:08.082--ServerSession(454071866)--Connection(226570900)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.082--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-17 17:54:08.082--ServerSession(454071866)--Connection(271812806)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.082--ServerSession(454071866)--Connection(271812806)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.082--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-17 17:54:08.085--ServerSession(454071866)--Connection(271812806)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.085--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-17 17:54:08.085--ServerSession(454071866)--Connection(590207587)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.085--ServerSession(454071866)--Connection(590207587)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.085--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-17 17:54:08.089--ServerSession(454071866)--Connection(590207587)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.089--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-17 17:54:08.089--ServerSession(454071866)--Connection(1862966607)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.089--ServerSession(454071866)--Connection(1862966607)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.089--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-17 17:54:08.092--ServerSession(454071866)--Connection(1862966607)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.092--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-17 17:54:08.092--ServerSession(454071866)--Connection(1628584202)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.092--ServerSession(454071866)--Connection(1628584202)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.092--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-17 17:54:08.101--ServerSession(454071866)--Connection(1628584202)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.101--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-17 17:54:08.101--ServerSession(454071866)--Connection(1438728800)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.101--ServerSession(454071866)--Connection(1438728800)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.101--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-17 17:54:08.107--ServerSession(454071866)--Connection(1438728800)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.109--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-17 17:54:08.109--ServerSession(454071866)--Connection(2058775892)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.109--ServerSession(454071866)--Connection(2058775892)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.109--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-17 17:54:08.119--ServerSession(454071866)--Connection(2058775892)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.119--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-17 17:54:08.119--ServerSession(454071866)--Connection(1103719015)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.119--ServerSession(454071866)--Connection(1103719015)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.119--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-17 17:54:08.126--ServerSession(454071866)--Connection(1103719015)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.126--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-17 17:54:08.126--ServerSession(454071866)--Connection(377962715)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.126--ServerSession(454071866)--Connection(377962715)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.127--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-17 17:54:08.13--ServerSession(454071866)--Connection(377962715)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.13--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-17 17:54:08.13--ServerSession(454071866)--Connection(1685162131)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.13--ServerSession(454071866)--Connection(1685162131)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.13--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-17 17:54:08.134--ServerSession(454071866)--Connection(1685162131)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.134--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-17 17:54:08.134--ServerSession(454071866)--Connection(1803950630)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.134--ServerSession(454071866)--Connection(1803950630)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.134--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-17 17:54:08.138--ServerSession(454071866)--Connection(1803950630)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.138--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-17 17:54:08.138--ServerSession(454071866)--Connection(369276484)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.138--ServerSession(454071866)--Connection(369276484)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.138--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-17 17:54:08.141--ServerSession(454071866)--Connection(369276484)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.141--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-17 17:54:08.141--ServerSession(454071866)--Connection(867211529)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.141--ServerSession(454071866)--Connection(867211529)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.141--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-17 17:54:08.144--ServerSession(454071866)--Connection(867211529)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.144--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-17 17:54:08.145--ServerSession(454071866)--Connection(1409773698)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.145--ServerSession(454071866)--Connection(1409773698)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.145--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-17 17:54:08.149--ServerSession(454071866)--Connection(1409773698)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.149--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-17 17:54:08.149--ServerSession(454071866)--Connection(371983010)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.149--ServerSession(454071866)--Connection(371983010)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.149--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-17 17:54:08.153--ServerSession(454071866)--Connection(371983010)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.153--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-17 17:54:08.153--ServerSession(454071866)--Connection(1275995925)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.153--ServerSession(454071866)--Connection(1275995925)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.153--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-17 17:54:08.157--ServerSession(454071866)--Connection(1275995925)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.157--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-17 17:54:08.157--ServerSession(454071866)--Connection(89816131)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.157--ServerSession(454071866)--Connection(89816131)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.157--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-17 17:54:08.161--ServerSession(454071866)--Connection(89816131)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.161--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-17 17:54:08.161--ServerSession(454071866)--Connection(1444790559)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.161--ServerSession(454071866)--Connection(1444790559)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.161--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-17 17:54:08.166--ServerSession(454071866)--Connection(1444790559)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.166--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-17 17:54:08.166--ServerSession(454071866)--Connection(1620646203)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.166--ServerSession(454071866)--Connection(1620646203)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.166--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-17 17:54:08.17--ServerSession(454071866)--Connection(1620646203)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.17--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-17 17:54:08.17--ServerSession(454071866)--Connection(265713738)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.17--ServerSession(454071866)--Connection(265713738)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.17--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-17 17:54:08.174--ServerSession(454071866)--Connection(265713738)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.174--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-17 17:54:08.174--ServerSession(454071866)--Connection(528710336)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.174--ServerSession(454071866)--Connection(528710336)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.174--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-17 17:54:08.177--ServerSession(454071866)--Connection(528710336)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.177--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-17 17:54:08.177--ServerSession(454071866)--Connection(2012702294)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.177--ServerSession(454071866)--Connection(2012702294)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.178--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-17 17:54:08.183--ServerSession(454071866)--Connection(2012702294)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.183--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-17 17:54:08.183--ServerSession(454071866)--Connection(1160284354)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.183--ServerSession(454071866)--Connection(1160284354)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.183--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-17 17:54:08.186--ServerSession(454071866)--Connection(1160284354)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.186--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-17 17:54:08.186--ServerSession(454071866)--Connection(909207165)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.186--ServerSession(454071866)--Connection(909207165)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.187--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-17 17:54:08.19--ServerSession(454071866)--Connection(909207165)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.19--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-17 17:54:08.19--ServerSession(454071866)--Connection(142200423)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.191--ServerSession(454071866)--Connection(142200423)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.191--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-17 17:54:08.195--ServerSession(454071866)--Connection(142200423)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.195--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-17 17:54:08.195--ServerSession(454071866)--Connection(1748846178)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.195--ServerSession(454071866)--Connection(1748846178)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.195--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-17 17:54:08.2--ServerSession(454071866)--Connection(1748846178)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.2--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-17 17:54:08.2--ServerSession(454071866)--Connection(1044761217)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.2--ServerSession(454071866)--Connection(1044761217)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.2--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-17 17:54:08.204--ServerSession(454071866)--Connection(1044761217)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.204--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-17 17:54:08.204--ServerSession(454071866)--Connection(1440435946)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.204--ServerSession(454071866)--Connection(1440435946)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.204--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-17 17:54:08.207--ServerSession(454071866)--Connection(1440435946)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.207--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-17 17:54:08.207--ServerSession(454071866)--Connection(210569700)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.207--ServerSession(454071866)--Connection(210569700)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.208--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-17 17:54:08.211--ServerSession(454071866)--Connection(210569700)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.211--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-17 17:54:08.211--ServerSession(454071866)--Connection(1675708619)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.211--ServerSession(454071866)--Connection(1675708619)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.211--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-17 17:54:08.216--ServerSession(454071866)--Connection(1675708619)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.216--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-17 17:54:08.216--ServerSession(454071866)--Connection(219516094)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.216--ServerSession(454071866)--Connection(219516094)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.216--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-17 17:54:08.221--ServerSession(454071866)--Connection(219516094)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.221--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-17 17:54:08.221--ServerSession(454071866)--Connection(1954641756)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.221--ServerSession(454071866)--Connection(1954641756)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.221--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-17 17:54:08.225--ServerSession(454071866)--Connection(1954641756)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.225--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-17 17:54:08.225--ServerSession(454071866)--Connection(1504093961)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.225--ServerSession(454071866)--Connection(1504093961)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.225--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-17 17:54:08.228--ServerSession(454071866)--Connection(1504093961)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.228--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-17 17:54:08.228--ServerSession(454071866)--Connection(465890353)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.228--ServerSession(454071866)--Connection(465890353)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.229--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-17 17:54:08.233--ServerSession(454071866)--Connection(465890353)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.233--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-17 17:54:08.233--ServerSession(454071866)--Connection(1450686947)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.233--ServerSession(454071866)--Connection(1450686947)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.233--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-17 17:54:08.236--ServerSession(454071866)--Connection(1450686947)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.236--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-17 17:54:08.236--ServerSession(454071866)--Connection(1120415603)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.236--ServerSession(454071866)--Connection(1120415603)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.236--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-17 17:54:08.24--ServerSession(454071866)--Connection(1120415603)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.24--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-17 17:54:08.24--ServerSession(454071866)--Connection(1872618824)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.24--ServerSession(454071866)--Connection(1872618824)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.24--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-17 17:54:08.243--ServerSession(454071866)--Connection(1872618824)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.243--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-17 17:54:08.243--ServerSession(454071866)--Connection(1403081623)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.244--ServerSession(454071866)--Connection(1403081623)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.244--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-17 17:54:08.248--ServerSession(454071866)--Connection(1403081623)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.248--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-17 17:54:08.248--ServerSession(454071866)--Connection(1734774007)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.248--ServerSession(454071866)--Connection(1734774007)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.248--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-17 17:54:08.251--ServerSession(454071866)--Connection(1734774007)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.251--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-17 17:54:08.251--ServerSession(454071866)--Connection(1462144963)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.251--ServerSession(454071866)--Connection(1462144963)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.251--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-17 17:54:08.255--ServerSession(454071866)--Connection(1462144963)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.255--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-17 17:54:08.255--ServerSession(454071866)--Connection(441599944)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.255--ServerSession(454071866)--Connection(441599944)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.255--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-17 17:54:08.258--ServerSession(454071866)--Connection(441599944)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.258--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-17 17:54:08.258--ServerSession(454071866)--Connection(1062078732)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.258--ServerSession(454071866)--Connection(1062078732)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.258--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-17 17:54:08.262--ServerSession(454071866)--Connection(1062078732)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.262--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-17 17:54:08.262--ServerSession(454071866)--Connection(94959479)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.262--ServerSession(454071866)--Connection(94959479)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.262--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-17 17:54:08.265--ServerSession(454071866)--Connection(94959479)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.265--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-17 17:54:08.265--ServerSession(454071866)--Connection(1804766329)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.265--ServerSession(454071866)--Connection(1804766329)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.265--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-17 17:54:08.269--ServerSession(454071866)--Connection(1804766329)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.269--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-17 17:54:08.269--ServerSession(454071866)--Connection(1946386331)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.269--ServerSession(454071866)--Connection(1946386331)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.269--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-17 17:54:08.273--ServerSession(454071866)--Connection(1946386331)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.273--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-17 17:54:08.273--ServerSession(454071866)--Connection(1571835907)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.273--ServerSession(454071866)--Connection(1571835907)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.273--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-17 17:54:08.277--ServerSession(454071866)--Connection(1571835907)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.277--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-17 17:54:08.277--ServerSession(454071866)--Connection(1846621409)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.277--ServerSession(454071866)--Connection(1846621409)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.277--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-17 17:54:08.281--ServerSession(454071866)--Connection(1846621409)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.281--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COMPONENT")
    [junit] [EL Finest]: 2024-04-17 17:54:08.281--ServerSession(454071866)--Connection(443024593)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.281--ServerSession(454071866)--Connection(443024593)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.281--ServerSession(454071866)--Connection(2109316417)--Thread(Thread[main,5,main])--DROP TABLE TMP_COMPONENT
    [junit] [EL Finest]: 2024-04-17 17:54:08.282--ServerSession(454071866)--Connection(443024593)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.282--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_METRIC")
    [junit] [EL Finest]: 2024-04-17 17:54:08.282--ServerSession(454071866)--Connection(1014603091)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.282--ServerSession(454071866)--Connection(1014603091)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.282--ServerSession(454071866)--Connection(1726826625)--Thread(Thread[main,5,main])--DROP TABLE TMP_METRIC
    [junit] [EL Finest]: 2024-04-17 17:54:08.284--ServerSession(454071866)--Connection(1014603091)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.284--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ABSTR_EMP")
    [junit] [EL Finest]: 2024-04-17 17:54:08.284--ServerSession(454071866)--Connection(385166696)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.284--ServerSession(454071866)--Connection(385166696)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.284--ServerSession(454071866)--Connection(1712765408)--Thread(Thread[main,5,main])--DROP TABLE TMP_ABSTR_EMP
    [junit] [EL Finest]: 2024-04-17 17:54:08.286--ServerSession(454071866)--Connection(385166696)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.286--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CONTRACT_EMP")
    [junit] [EL Finest]: 2024-04-17 17:54:08.286--ServerSession(454071866)--Connection(1090717951)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.286--ServerSession(454071866)--Connection(1090717951)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.286--ServerSession(454071866)--Connection(2116219866)--Thread(Thread[main,5,main])--DROP TABLE TMP_CONTRACT_EMP
    [junit] [EL Finest]: 2024-04-17 17:54:08.287--ServerSession(454071866)--Connection(1090717951)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.287--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ACCOUNT")
    [junit] [EL Finest]: 2024-04-17 17:54:08.287--ServerSession(454071866)--Connection(1569495365)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.287--ServerSession(454071866)--Connection(1569495365)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.287--ServerSession(454071866)--Connection(76625659)--Thread(Thread[main,5,main])--DROP TABLE TMP_ACCOUNT
    [junit] [EL Finest]: 2024-04-17 17:54:08.289--ServerSession(454071866)--Connection(1569495365)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.289--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE")
    [junit] [EL Finest]: 2024-04-17 17:54:08.289--ServerSession(454071866)--Connection(82266843)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.289--ServerSession(454071866)--Connection(82266843)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.289--ServerSession(454071866)--Connection(1025031603)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE
    [junit] [EL Finest]: 2024-04-17 17:54:08.291--ServerSession(454071866)--Connection(82266843)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.291--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BROKER_ACC")
    [junit] [EL Finest]: 2024-04-17 17:54:08.291--ServerSession(454071866)--Connection(2020820394)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.291--ServerSession(454071866)--Connection(2020820394)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.291--ServerSession(454071866)--Connection(1190951405)--Thread(Thread[main,5,main])--DROP TABLE TMP_BROKER_ACC
    [junit] [EL Finest]: 2024-04-17 17:54:08.292--ServerSession(454071866)--Connection(2020820394)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.293--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CHECK_ACC")
    [junit] [EL Finest]: 2024-04-17 17:54:08.293--ServerSession(454071866)--Connection(360304421)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.293--ServerSession(454071866)--Connection(360304421)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.293--ServerSession(454071866)--Connection(2001049141)--Thread(Thread[main,5,main])--DROP TABLE TMP_CHECK_ACC
    [junit] [EL Finest]: 2024-04-17 17:54:08.294--ServerSession(454071866)--Connection(360304421)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.294--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COSTCENTER")
    [junit] [EL Finest]: 2024-04-17 17:54:08.294--ServerSession(454071866)--Connection(1637670238)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.294--ServerSession(454071866)--Connection(1637670238)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.294--ServerSession(454071866)--Connection(986130095)--Thread(Thread[main,5,main])--DROP TABLE TMP_COSTCENTER
    [junit] [EL Finest]: 2024-04-17 17:54:08.298--ServerSession(454071866)--Connection(1637670238)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.298--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE")
    [junit] [EL Finest]: 2024-04-17 17:54:08.298--ServerSession(454071866)--Connection(782587714)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.298--ServerSession(454071866)--Connection(782587714)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.299--ServerSession(454071866)--Connection(701762021)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE
    [junit] [EL Finest]: 2024-04-17 17:54:08.3--ServerSession(454071866)--Connection(782587714)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.3--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREDIT_ACC")
    [junit] [EL Finest]: 2024-04-17 17:54:08.3--ServerSession(454071866)--Connection(213162397)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.3--ServerSession(454071866)--Connection(213162397)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.3--ServerSession(454071866)--Connection(145739790)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREDIT_ACC
    [junit] [EL Finest]: 2024-04-17 17:54:08.302--ServerSession(454071866)--Connection(213162397)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.302--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CUBICLE")
    [junit] [EL Finest]: 2024-04-17 17:54:08.302--ServerSession(454071866)--Connection(111021846)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.302--ServerSession(454071866)--Connection(111021846)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.302--ServerSession(454071866)--Connection(785258025)--Thread(Thread[main,5,main])--DROP TABLE TMP_CUBICLE
    [junit] [EL Finest]: 2024-04-17 17:54:08.303--ServerSession(454071866)--Connection(111021846)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.303--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_DEP")
    [junit] [EL Finest]: 2024-04-17 17:54:08.303--ServerSession(454071866)--Connection(849241856)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.303--ServerSession(454071866)--Connection(849241856)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.304--ServerSession(454071866)--Connection(1141778682)--Thread(Thread[main,5,main])--DROP TABLE TMP_DEP
    [junit] [EL Finest]: 2024-04-17 17:54:08.305--ServerSession(454071866)--Connection(849241856)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.305--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP")
    [junit] [EL Finest]: 2024-04-17 17:54:08.305--ServerSession(454071866)--Connection(2117999483)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.305--ServerSession(454071866)--Connection(2117999483)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.305--ServerSession(454071866)--Connection(1071236571)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP
    [junit] [EL Finest]: 2024-04-17 17:54:08.307--ServerSession(454071866)--Connection(2117999483)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.308--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_HOBBY")
    [junit] [EL Finest]: 2024-04-17 17:54:08.308--ServerSession(454071866)--Connection(1751135259)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.308--ServerSession(454071866)--Connection(1751135259)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.308--ServerSession(454071866)--Connection(1720393647)--Thread(Thread[main,5,main])--DROP TABLE TMP_HOBBY
    [junit] [EL Finest]: 2024-04-17 17:54:08.309--ServerSession(454071866)--Connection(1751135259)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.309--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MATERIAL")
    [junit] [EL Finest]: 2024-04-17 17:54:08.309--ServerSession(454071866)--Connection(907064328)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.309--ServerSession(454071866)--Connection(907064328)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.31--ServerSession(454071866)--Connection(1606000189)--Thread(Thread[main,5,main])--DROP TABLE TMP_MATERIAL
    [junit] [EL Finest]: 2024-04-17 17:54:08.311--ServerSession(454071866)--Connection(907064328)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.311--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE")
    [junit] [EL Finest]: 2024-04-17 17:54:08.311--ServerSession(454071866)--Connection(424243645)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.311--ServerSession(454071866)--Connection(424243645)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.311--ServerSession(454071866)--Connection(709506664)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE
    [junit] [EL Finest]: 2024-04-17 17:54:08.313--ServerSession(454071866)--Connection(424243645)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.313--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PATENT")
    [junit] [EL Finest]: 2024-04-17 17:54:08.313--ServerSession(454071866)--Connection(1420648398)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.313--ServerSession(454071866)--Connection(1420648398)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.313--ServerSession(454071866)--Connection(104536191)--Thread(Thread[main,5,main])--DROP TABLE TMP_PATENT
    [junit] [EL Finest]: 2024-04-17 17:54:08.315--ServerSession(454071866)--Connection(1420648398)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.315--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW")
    [junit] [EL Finest]: 2024-04-17 17:54:08.315--ServerSession(454071866)--Connection(1290977062)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.315--ServerSession(454071866)--Connection(1290977062)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.315--ServerSession(454071866)--Connection(1914690137)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW
    [junit] [EL Finest]: 2024-04-17 17:54:08.316--ServerSession(454071866)--Connection(1290977062)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.316--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW_DETAILS")
    [junit] [EL Finest]: 2024-04-17 17:54:08.316--ServerSession(454071866)--Connection(487356931)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.316--ServerSession(454071866)--Connection(487356931)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.317--ServerSession(454071866)--Connection(1147071755)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW_DETAILS
    [junit] [EL Finest]: 2024-04-17 17:54:08.318--ServerSession(454071866)--Connection(487356931)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.318--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT")
    [junit] [EL Finest]: 2024-04-17 17:54:08.318--ServerSession(454071866)--Connection(706747049)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.318--ServerSession(454071866)--Connection(706747049)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.318--ServerSession(454071866)--Connection(1409462668)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT
    [junit] [EL Finest]: 2024-04-17 17:54:08.319--ServerSession(454071866)--Connection(706747049)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.32--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT_DETAILS")
    [junit] [EL Finest]: 2024-04-17 17:54:08.32--ServerSession(454071866)--Connection(1459556331)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.32--ServerSession(454071866)--Connection(1459556331)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.32--ServerSession(454071866)--Connection(2090906319)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT_DETAILS
    [junit] [EL Finest]: 2024-04-17 17:54:08.321--ServerSession(454071866)--Connection(1459556331)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.321--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_SAVE_ACC")
    [junit] [EL Finest]: 2024-04-17 17:54:08.321--ServerSession(454071866)--Connection(1676906417)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.321--ServerSession(454071866)--Connection(1676906417)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.321--ServerSession(454071866)--Connection(1297962099)--Thread(Thread[main,5,main])--DROP TABLE TMP_SAVE_ACC
    [junit] [EL Finest]: 2024-04-17 17:54:08.323--ServerSession(454071866)--Connection(1676906417)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.323--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TASK")
    [junit] [EL Finest]: 2024-04-17 17:54:08.323--ServerSession(454071866)--Connection(1982794379)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.323--ServerSession(454071866)--Connection(1982794379)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.323--ServerSession(454071866)--Connection(157191672)--Thread(Thread[main,5,main])--DROP TABLE TMP_TASK
    [junit] [EL Finest]: 2024-04-17 17:54:08.324--ServerSession(454071866)--Connection(1982794379)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.324--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TRAILER")
    [junit] [EL Finest]: 2024-04-17 17:54:08.324--ServerSession(454071866)--Connection(263913016)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.324--ServerSession(454071866)--Connection(263913016)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.324--ServerSession(454071866)--Connection(30393878)--Thread(Thread[main,5,main])--DROP TABLE TMP_TRAILER
    [junit] [EL Finest]: 2024-04-17 17:54:08.325--ServerSession(454071866)--Connection(263913016)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.326--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROFILE")
    [junit] [EL Finest]: 2024-04-17 17:54:08.326--ServerSession(454071866)--Connection(1877217192)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.326--ServerSession(454071866)--Connection(1877217192)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.326--ServerSession(454071866)--Connection(938960722)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROFILE
    [junit] [EL Finest]: 2024-04-17 17:54:08.327--ServerSession(454071866)--Connection(1877217192)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.327--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE")
    [junit] [EL Finest]: 2024-04-17 17:54:08.327--ServerSession(454071866)--Connection(700537906)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.327--ServerSession(454071866)--Connection(700537906)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.327--ServerSession(454071866)--Connection(1721212909)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE
    [junit] [EL Finest]: 2024-04-17 17:54:08.329--ServerSession(454071866)--Connection(700537906)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.329--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_READONLY")
    [junit] [EL Finest]: 2024-04-17 17:54:08.329--ServerSession(454071866)--Connection(495979908)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.329--ServerSession(454071866)--Connection(495979908)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.329--ServerSession(454071866)--Connection(1041494728)--Thread(Thread[main,5,main])--DROP TABLE TMP_READONLY
    [junit] [EL Finest]: 2024-04-17 17:54:08.33--ServerSession(454071866)--Connection(495979908)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.33--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_FA")
    [junit] [EL Finest]: 2024-04-17 17:54:08.33--ServerSession(454071866)--Connection(996414823)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.33--ServerSession(454071866)--Connection(996414823)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.33--ServerSession(454071866)--Connection(646300578)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_FA
    [junit] [EL Finest]: 2024-04-17 17:54:08.332--ServerSession(454071866)--Connection(996414823)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.332--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_PA")
    [junit] [EL Finest]: 2024-04-17 17:54:08.332--ServerSession(454071866)--Connection(1757412102)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.332--ServerSession(454071866)--Connection(1757412102)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.332--ServerSession(454071866)--Connection(1936397403)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_PA
    [junit] [EL Finest]: 2024-04-17 17:54:08.334--ServerSession(454071866)--Connection(1757412102)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.334--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM")
    [junit] [EL Finest]: 2024-04-17 17:54:08.334--ServerSession(454071866)--Connection(1934806912)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.334--ServerSession(454071866)--Connection(1934806912)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.334--ServerSession(454071866)--Connection(1688370471)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM
    [junit] [EL Finest]: 2024-04-17 17:54:08.337--ServerSession(454071866)--Connection(1934806912)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.337--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM_ATT")
    [junit] [EL Finest]: 2024-04-17 17:54:08.337--ServerSession(454071866)--Connection(1854957026)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.337--ServerSession(454071866)--Connection(1854957026)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.337--ServerSession(454071866)--Connection(198941055)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM_ATT
    [junit] [EL Finest]: 2024-04-17 17:54:08.338--ServerSession(454071866)--Connection(1854957026)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.338--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ISLAND")
    [junit] [EL Finest]: 2024-04-17 17:54:08.338--ServerSession(454071866)--Connection(810167434)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.338--ServerSession(454071866)--Connection(810167434)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.338--ServerSession(454071866)--Connection(1570304020)--Thread(Thread[main,5,main])--DROP TABLE TMP_ISLAND
    [junit] [EL Finest]: 2024-04-17 17:54:08.34--ServerSession(454071866)--Connection(810167434)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.34--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY")
    [junit] [EL Finest]: 2024-04-17 17:54:08.34--ServerSession(454071866)--Connection(1254877490)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.34--ServerSession(454071866)--Connection(1254877490)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.34--ServerSession(454071866)--Connection(721728157)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY
    [junit] [EL Finest]: 2024-04-17 17:54:08.342--ServerSession(454071866)--Connection(1254877490)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.342--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP")
    [junit] [EL Finest]: 2024-04-17 17:54:08.342--ServerSession(454071866)--Connection(1199219058)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.342--ServerSession(454071866)--Connection(1199219058)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.342--ServerSession(454071866)--Connection(1391280854)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP
    [junit] [EL Finest]: 2024-04-17 17:54:08.343--ServerSession(454071866)--Connection(1199219058)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.343--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PERSON")
    [junit] [EL Finest]: 2024-04-17 17:54:08.343--ServerSession(454071866)--Connection(1510917452)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.343--ServerSession(454071866)--Connection(1510917452)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.343--ServerSession(454071866)--Connection(1215143502)--Thread(Thread[main,5,main])--DROP TABLE TMP_PERSON
    [junit] [EL Finest]: 2024-04-17 17:54:08.345--ServerSession(454071866)--Connection(1510917452)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.345--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER")
    [junit] [EL Finest]: 2024-04-17 17:54:08.345--ServerSession(454071866)--Connection(814683100)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.345--ServerSession(454071866)--Connection(814683100)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.346--ServerSession(454071866)--Connection(470254628)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER
    [junit] [EL Finest]: 2024-04-17 17:54:08.347--ServerSession(454071866)--Connection(814683100)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.347--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL")
    [junit] [EL Finest]: 2024-04-17 17:54:08.347--ServerSession(454071866)--Connection(1013254866)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.347--ServerSession(454071866)--Connection(1013254866)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.347--ServerSession(454071866)--Connection(1958543217)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL
    [junit] [EL Finest]: 2024-04-17 17:54:08.349--ServerSession(454071866)--Connection(1013254866)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.349--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE")
    [junit] [EL Finest]: 2024-04-17 17:54:08.349--ServerSession(454071866)--Connection(191439651)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.349--ServerSession(454071866)--Connection(191439651)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.349--ServerSession(454071866)--Connection(533629702)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE
    [junit] [EL Finest]: 2024-04-17 17:54:08.35--ServerSession(454071866)--Connection(191439651)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.35--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE")
    [junit] [EL Finest]: 2024-04-17 17:54:08.35--ServerSession(454071866)--Connection(196922207)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.35--ServerSession(454071866)--Connection(196922207)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.35--ServerSession(454071866)--Connection(1234080048)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE
    [junit] [EL Finest]: 2024-04-17 17:54:08.352--ServerSession(454071866)--Connection(196922207)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.352--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE_DETAILS")
    [junit] [EL Finest]: 2024-04-17 17:54:08.352--ServerSession(454071866)--Connection(2071436411)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.352--ServerSession(454071866)--Connection(2071436411)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.352--ServerSession(454071866)--Connection(385635961)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE_DETAILS
    [junit] [EL Finest]: 2024-04-17 17:54:08.354--ServerSession(454071866)--Connection(2071436411)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.354--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MYTHICALCREATURE")
    [junit] [EL Finest]: 2024-04-17 17:54:08.354--ServerSession(454071866)--Connection(338152470)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.354--ServerSession(454071866)--Connection(338152470)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.354--ServerSession(454071866)--Connection(1408503469)--Thread(Thread[main,5,main])--DROP TABLE TMP_MYTHICALCREATURE
    [junit] [EL Finest]: 2024-04-17 17:54:08.355--ServerSession(454071866)--Connection(338152470)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.355--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_WEAPON")
    [junit] [EL Finest]: 2024-04-17 17:54:08.355--ServerSession(454071866)--Connection(1040476448)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.355--ServerSession(454071866)--Connection(1040476448)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.355--ServerSession(454071866)--Connection(350832010)--Thread(Thread[main,5,main])--DROP TABLE TMP_WEAPON
    [junit] [EL Finest]: 2024-04-17 17:54:08.357--ServerSession(454071866)--Connection(1040476448)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.357--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE")
    [junit] [EL Finest]: 2024-04-17 17:54:08.357--ServerSession(454071866)--Connection(1042558830)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.357--ServerSession(454071866)--Connection(1042558830)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.357--ServerSession(454071866)--Connection(603200739)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE
    [junit] [EL Finest]: 2024-04-17 17:54:08.358--ServerSession(454071866)--Connection(1042558830)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.358--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE_DESC")
    [junit] [EL Finest]: 2024-04-17 17:54:08.359--ServerSession(454071866)--Connection(1204329011)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.359--ServerSession(454071866)--Connection(1204329011)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.359--ServerSession(454071866)--Connection(1476952827)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE_DESC
    [junit] [EL Finest]: 2024-04-17 17:54:08.36--ServerSession(454071866)--Connection(1204329011)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.36--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NODE")
    [junit] [EL Finest]: 2024-04-17 17:54:08.36--ServerSession(454071866)--Connection(1488220852)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.36--ServerSession(454071866)--Connection(1488220852)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.36--ServerSession(454071866)--Connection(1529770643)--Thread(Thread[main,5,main])--DROP TABLE TMP_NODE
    [junit] [EL Finest]: 2024-04-17 17:54:08.362--ServerSession(454071866)--Connection(1488220852)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.362--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NASTY")
    [junit] [EL Finest]: 2024-04-17 17:54:08.362--ServerSession(454071866)--Connection(1482304217)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.362--ServerSession(454071866)--Connection(1482304217)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.362--ServerSession(454071866)--Connection(587256500)--Thread(Thread[main,5,main])--DROP TABLE TMP_NASTY
    [junit] [EL Finest]: 2024-04-17 17:54:08.364--ServerSession(454071866)--Connection(1482304217)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.364--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TIMESTAMP")
    [junit] [EL Finest]: 2024-04-17 17:54:08.364--ServerSession(454071866)--Connection(628345868)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.364--ServerSession(454071866)--Connection(628345868)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.364--ServerSession(454071866)--Connection(754329241)--Thread(Thread[main,5,main])--DROP TABLE TMP_TIMESTAMP
    [junit] [EL Finest]: 2024-04-17 17:54:08.366--ServerSession(454071866)--Connection(628345868)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.366--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_FA")
    [junit] [EL Finest]: 2024-04-17 17:54:08.366--ServerSession(454071866)--Connection(377392298)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.366--ServerSession(454071866)--Connection(377392298)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.366--ServerSession(454071866)--Connection(769012165)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:08.368--ServerSession(454071866)--Connection(377392298)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.368--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_PA")
    [junit] [EL Finest]: 2024-04-17 17:54:08.368--ServerSession(454071866)--Connection(257303060)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.368--ServerSession(454071866)--Connection(257303060)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.369--ServerSession(454071866)--Connection(1840243848)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_PA
    [junit] [EL Finest]: 2024-04-17 17:54:08.371--ServerSession(454071866)--Connection(257303060)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.371--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TEMPORAL_FA")
    [junit] [EL Finest]: 2024-04-17 17:54:08.371--ServerSession(454071866)--Connection(156936092)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.371--ServerSession(454071866)--Connection(156936092)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.371--ServerSession(454071866)--Connection(933388833)--Thread(Thread[main,5,main])--DROP TABLE TMP_TEMPORAL_FA
    [junit] [EL Finest]: 2024-04-17 17:54:08.373--ServerSession(454071866)--Connection(156936092)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.373--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ANIMAL")
    [junit] [EL Finest]: 2024-04-17 17:54:08.373--ServerSession(454071866)--Connection(154911519)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.373--ServerSession(454071866)--Connection(154911519)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.373--ServerSession(454071866)--Connection(1434579939)--Thread(Thread[main,5,main])--DROP TABLE TMP_ANIMAL
    [junit] [EL Finest]: 2024-04-17 17:54:08.374--ServerSession(454071866)--Connection(154911519)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.374--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ELEMENT")
    [junit] [EL Finest]: 2024-04-17 17:54:08.374--ServerSession(454071866)--Connection(235784512)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.374--ServerSession(454071866)--Connection(235784512)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.374--ServerSession(454071866)--Connection(1501155493)--Thread(Thread[main,5,main])--DROP TABLE TMP_ELEMENT
    [junit] [EL Finest]: 2024-04-17 17:54:08.375--ServerSession(454071866)--Connection(235784512)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.375--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PLANT")
    [junit] [EL Finest]: 2024-04-17 17:54:08.375--ServerSession(454071866)--Connection(1139496989)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.375--ServerSession(454071866)--Connection(1139496989)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.375--ServerSession(454071866)--Connection(600628969)--Thread(Thread[main,5,main])--DROP TABLE TMP_PLANT
    [junit] [EL Finest]: 2024-04-17 17:54:08.377--ServerSession(454071866)--Connection(1139496989)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.377--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_BICYCLE")
    [junit] [EL Finest]: 2024-04-17 17:54:08.377--ServerSession(454071866)--Connection(1577369573)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.377--ServerSession(454071866)--Connection(1577369573)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.377--ServerSession(454071866)--Connection(1194733448)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_BICYCLE
    [junit] [EL Finest]: 2024-04-17 17:54:08.378--ServerSession(454071866)--Connection(1577369573)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.378--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE_EMP")
    [junit] [EL Finest]: 2024-04-17 17:54:08.378--ServerSession(454071866)--Connection(143879459)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.378--ServerSession(454071866)--Connection(143879459)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.378--ServerSession(454071866)--Connection(1930629187)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE_EMP
    [junit] [EL Finest]: 2024-04-17 17:54:08.38--ServerSession(454071866)--Connection(143879459)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.38--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_CREDIT")
    [junit] [EL Finest]: 2024-04-17 17:54:08.38--ServerSession(454071866)--Connection(1139880288)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.38--ServerSession(454071866)--Connection(1139880288)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.38--ServerSession(454071866)--Connection(1343796808)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_CREDIT
    [junit] [EL Finest]: 2024-04-17 17:54:08.381--ServerSession(454071866)--Connection(1139880288)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.381--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_HOBBY")
    [junit] [EL Finest]: 2024-04-17 17:54:08.381--ServerSession(454071866)--Connection(1198508193)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.381--ServerSession(454071866)--Connection(1198508193)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.382--ServerSession(454071866)--Connection(232753949)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_HOBBY
    [junit] [EL Finest]: 2024-04-17 17:54:08.383--ServerSession(454071866)--Connection(1198508193)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.383--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PATENT")
    [junit] [EL Finest]: 2024-04-17 17:54:08.383--ServerSession(454071866)--Connection(838871585)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.383--ServerSession(454071866)--Connection(838871585)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.383--ServerSession(454071866)--Connection(185845248)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PATENT
    [junit] [EL Finest]: 2024-04-17 17:54:08.384--ServerSession(454071866)--Connection(838871585)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.384--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PROJECT")
    [junit] [EL Finest]: 2024-04-17 17:54:08.385--ServerSession(454071866)--Connection(1680603742)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.385--ServerSession(454071866)--Connection(1680603742)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.385--ServerSession(454071866)--Connection(1464436184)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PROJECT
    [junit] [EL Finest]: 2024-04-17 17:54:08.386--ServerSession(454071866)--Connection(1680603742)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.386--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_REVIEW")
    [junit] [EL Finest]: 2024-04-17 17:54:08.386--ServerSession(454071866)--Connection(290540663)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.386--ServerSession(454071866)--Connection(290540663)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.386--ServerSession(454071866)--Connection(714321161)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_REVIEW
    [junit] [EL Finest]: 2024-04-17 17:54:08.387--ServerSession(454071866)--Connection(290540663)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.387--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE_CUBICLE")
    [junit] [EL Finest]: 2024-04-17 17:54:08.387--ServerSession(454071866)--Connection(142538462)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.387--ServerSession(454071866)--Connection(142538462)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.388--ServerSession(454071866)--Connection(324477266)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE_CUBICLE
    [junit] [EL Finest]: 2024-04-17 17:54:08.389--ServerSession(454071866)--Connection(142538462)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.389--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE_PROFILE")
    [junit] [EL Finest]: 2024-04-17 17:54:08.389--ServerSession(454071866)--Connection(1768925739)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.389--ServerSession(454071866)--Connection(1768925739)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.389--ServerSession(454071866)--Connection(383281630)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE_PROFILE
    [junit] [EL Finest]: 2024-04-17 17:54:08.39--ServerSession(454071866)--Connection(1768925739)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.39--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE_CUBICLE")
    [junit] [EL Finest]: 2024-04-17 17:54:08.39--ServerSession(454071866)--Connection(1093138474)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.39--ServerSession(454071866)--Connection(1093138474)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.39--ServerSession(454071866)--Connection(1426930903)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE_CUBICLE
    [junit] [EL Finest]: 2024-04-17 17:54:08.392--ServerSession(454071866)--Connection(1093138474)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.392--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_COP")
    [junit] [EL Finest]: 2024-04-17 17:54:08.392--ServerSession(454071866)--Connection(1084100201)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.392--ServerSession(454071866)--Connection(1084100201)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.392--ServerSession(454071866)--Connection(1040603384)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_COP
    [junit] [EL Finest]: 2024-04-17 17:54:08.393--ServerSession(454071866)--Connection(1084100201)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.393--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_CRIMINAL")
    [junit] [EL Finest]: 2024-04-17 17:54:08.393--ServerSession(454071866)--Connection(1940326065)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.393--ServerSession(454071866)--Connection(1940326065)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.394--ServerSession(454071866)--Connection(1132110826)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_CRIMINAL
    [junit] [EL Finest]: 2024-04-17 17:54:08.395--ServerSession(454071866)--Connection(1940326065)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.395--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_CRIMINAL")
    [junit] [EL Finest]: 2024-04-17 17:54:08.395--ServerSession(454071866)--Connection(1156464912)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.395--ServerSession(454071866)--Connection(1156464912)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.395--ServerSession(454071866)--Connection(255280562)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_CRIMINAL
    [junit] [EL Finest]: 2024-04-17 17:54:08.397--ServerSession(454071866)--Connection(1156464912)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.397--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_INFORMER")
    [junit] [EL Finest]: 2024-04-17 17:54:08.397--ServerSession(454071866)--Connection(1762966346)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.397--ServerSession(454071866)--Connection(1762966346)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.397--ServerSession(454071866)--Connection(1598329273)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_INFORMER
    [junit] [EL Finest]: 2024-04-17 17:54:08.398--ServerSession(454071866)--Connection(1762966346)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.398--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER_TMP_COP")
    [junit] [EL Finest]: 2024-04-17 17:54:08.398--ServerSession(454071866)--Connection(1434592412)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.398--ServerSession(454071866)--Connection(1434592412)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.398--ServerSession(454071866)--Connection(427826061)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER_TMP_COP
    [junit] [EL Finest]: 2024-04-17 17:54:08.4--ServerSession(454071866)--Connection(1434592412)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.4--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL")
    [junit] [EL Finest]: 2024-04-17 17:54:08.4--ServerSession(454071866)--Connection(1379935176)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.4--ServerSession(454071866)--Connection(1379935176)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.4--ServerSession(454071866)--Connection(371346392)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL
    [junit] [EL Finest]: 2024-04-17 17:54:08.401--ServerSession(454071866)--Connection(1379935176)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.401--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE_CREATURE")
    [junit] [EL Finest]: 2024-04-17 17:54:08.401--ServerSession(454071866)--Connection(2044852019)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.401--ServerSession(454071866)--Connection(2044852019)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.401--ServerSession(454071866)--Connection(720164260)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE_CREATURE
    [junit] [EL Finest]: 2024-04-17 17:54:08.403--ServerSession(454071866)--Connection(2044852019)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.403--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-17 17:54:08.403--ServerSession(454071866)--Connection(443581676)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.403--ServerSession(454071866)--Connection(443581676)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.403--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-17 17:54:08.406--ServerSession(454071866)--Connection(443581676)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.406--Thread(Thread[main,5,main])--The table (TMP_COMPONENT) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.406--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-17 17:54:08.406--ServerSession(454071866)--Connection(796247027)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.406--ServerSession(454071866)--Connection(796247027)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.406--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-17 17:54:08.409--ServerSession(454071866)--Connection(796247027)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.409--Thread(Thread[main,5,main])--The table (TMP_METRIC) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.409--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-17 17:54:08.409--ServerSession(454071866)--Connection(283036702)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.409--ServerSession(454071866)--Connection(283036702)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.409--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-17 17:54:08.412--ServerSession(454071866)--Connection(283036702)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.412--Thread(Thread[main,5,main])--The table (TMP_ABSTR_EMP) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.412--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-17 17:54:08.412--ServerSession(454071866)--Connection(211029675)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.412--ServerSession(454071866)--Connection(211029675)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.412--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-17 17:54:08.415--ServerSession(454071866)--Connection(211029675)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.415--Thread(Thread[main,5,main])--The table (TMP_CONTRACT_EMP) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.415--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-17 17:54:08.415--ServerSession(454071866)--Connection(179677200)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.415--ServerSession(454071866)--Connection(179677200)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.415--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-17 17:54:08.418--ServerSession(454071866)--Connection(179677200)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.418--Thread(Thread[main,5,main])--The table (TMP_ACCOUNT) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.418--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-17 17:54:08.418--ServerSession(454071866)--Connection(773169367)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.418--ServerSession(454071866)--Connection(773169367)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.418--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-17 17:54:08.421--ServerSession(454071866)--Connection(773169367)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.421--Thread(Thread[main,5,main])--The table (TMP_VEHICLE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.421--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-17 17:54:08.421--ServerSession(454071866)--Connection(1352142620)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.421--ServerSession(454071866)--Connection(1352142620)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.422--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-17 17:54:08.424--ServerSession(454071866)--Connection(1352142620)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.424--Thread(Thread[main,5,main])--The table (TMP_BROKER_ACC) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.424--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-17 17:54:08.424--ServerSession(454071866)--Connection(1863144225)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.424--ServerSession(454071866)--Connection(1863144225)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.424--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-17 17:54:08.427--ServerSession(454071866)--Connection(1863144225)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.427--Thread(Thread[main,5,main])--The table (TMP_CHECK_ACC) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.427--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-17 17:54:08.427--ServerSession(454071866)--Connection(1765636478)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.427--ServerSession(454071866)--Connection(1765636478)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.427--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-17 17:54:08.43--ServerSession(454071866)--Connection(1765636478)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.43--Thread(Thread[main,5,main])--The table (TMP_COSTCENTER) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.43--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-17 17:54:08.43--ServerSession(454071866)--Connection(348150489)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.43--ServerSession(454071866)--Connection(348150489)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.43--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-17 17:54:08.432--ServerSession(454071866)--Connection(348150489)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.432--Thread(Thread[main,5,main])--The table (TMP_COURSE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.432--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-17 17:54:08.433--ServerSession(454071866)--Connection(181046446)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.433--ServerSession(454071866)--Connection(181046446)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.433--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-17 17:54:08.435--ServerSession(454071866)--Connection(181046446)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.435--Thread(Thread[main,5,main])--The table (TMP_CREDIT_ACC) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.435--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-17 17:54:08.436--ServerSession(454071866)--Connection(2013246953)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.436--ServerSession(454071866)--Connection(2013246953)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.436--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-17 17:54:08.438--ServerSession(454071866)--Connection(2013246953)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.438--Thread(Thread[main,5,main])--The table (TMP_CUBICLE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.438--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-17 17:54:08.438--ServerSession(454071866)--Connection(1780412216)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.438--ServerSession(454071866)--Connection(1780412216)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.438--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-17 17:54:08.441--ServerSession(454071866)--Connection(1780412216)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.441--Thread(Thread[main,5,main])--The table (TMP_DEP) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.441--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-17 17:54:08.441--ServerSession(454071866)--Connection(2000887570)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.441--ServerSession(454071866)--Connection(2000887570)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.441--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-17 17:54:08.445--ServerSession(454071866)--Connection(2000887570)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.445--Thread(Thread[main,5,main])--The table (TMP_EMP) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.445--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-17 17:54:08.445--ServerSession(454071866)--Connection(547733262)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.445--ServerSession(454071866)--Connection(547733262)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.445--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-17 17:54:08.447--ServerSession(454071866)--Connection(547733262)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.447--Thread(Thread[main,5,main])--The table (TMP_HOBBY) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.448--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-17 17:54:08.448--ServerSession(454071866)--Connection(1636443007)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.448--ServerSession(454071866)--Connection(1636443007)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.448--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-17 17:54:08.45--ServerSession(454071866)--Connection(1636443007)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.45--Thread(Thread[main,5,main])--The table (TMP_MATERIAL) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.45--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-17 17:54:08.45--ServerSession(454071866)--Connection(2062240906)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.45--ServerSession(454071866)--Connection(2062240906)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.45--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-17 17:54:08.453--ServerSession(454071866)--Connection(2062240906)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.453--Thread(Thread[main,5,main])--The table (TMP_OFFICE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.453--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-17 17:54:08.453--ServerSession(454071866)--Connection(2089779718)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.453--ServerSession(454071866)--Connection(2089779718)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.453--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-17 17:54:08.456--ServerSession(454071866)--Connection(2089779718)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.456--Thread(Thread[main,5,main])--The table (TMP_PATENT) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.456--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-17 17:54:08.456--ServerSession(454071866)--Connection(507355187)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.456--ServerSession(454071866)--Connection(507355187)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.456--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-17 17:54:08.459--ServerSession(454071866)--Connection(507355187)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.459--Thread(Thread[main,5,main])--The table (TMP_REVIEW) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.459--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-17 17:54:08.459--ServerSession(454071866)--Connection(1545629340)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.459--ServerSession(454071866)--Connection(1545629340)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.459--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-17 17:54:08.461--ServerSession(454071866)--Connection(1545629340)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.462--Thread(Thread[main,5,main])--The table (TMP_REVIEW_DETAILS) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.462--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-17 17:54:08.462--ServerSession(454071866)--Connection(301141958)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.462--ServerSession(454071866)--Connection(301141958)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.462--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-17 17:54:08.464--ServerSession(454071866)--Connection(301141958)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.464--Thread(Thread[main,5,main])--The table (TMP_PROJECT) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.464--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-17 17:54:08.464--ServerSession(454071866)--Connection(304581916)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.464--ServerSession(454071866)--Connection(304581916)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.464--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-17 17:54:08.467--ServerSession(454071866)--Connection(304581916)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.467--Thread(Thread[main,5,main])--The table (TMP_PROJECT_DETAILS) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.467--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-17 17:54:08.467--ServerSession(454071866)--Connection(1474631986)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.467--ServerSession(454071866)--Connection(1474631986)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.467--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-17 17:54:08.47--ServerSession(454071866)--Connection(1474631986)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.47--Thread(Thread[main,5,main])--The table (TMP_SAVE_ACC) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.47--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-17 17:54:08.47--ServerSession(454071866)--Connection(195161588)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.47--ServerSession(454071866)--Connection(195161588)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.47--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-17 17:54:08.473--ServerSession(454071866)--Connection(195161588)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.473--Thread(Thread[main,5,main])--The table (TMP_TASK) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.473--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-17 17:54:08.473--ServerSession(454071866)--Connection(360382401)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.473--ServerSession(454071866)--Connection(360382401)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.473--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-17 17:54:08.476--ServerSession(454071866)--Connection(360382401)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.476--Thread(Thread[main,5,main])--The table (TMP_TRAILER) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.476--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-17 17:54:08.476--ServerSession(454071866)--Connection(1136974570)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.476--ServerSession(454071866)--Connection(1136974570)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.476--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-17 17:54:08.479--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-17 17:54:08.479--ServerSession(454071866)--Connection(1136974570)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.479--Thread(Thread[main,5,main])--The table (TMP_PROFILE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.479--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-17 17:54:08.479--ServerSession(454071866)--Connection(168849978)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.479--ServerSession(454071866)--Connection(168849978)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.479--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-17 17:54:08.482--ServerSession(454071866)--Connection(168849978)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.482--Thread(Thread[main,5,main])--The table (TMP_UCOFFICE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.482--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-17 17:54:08.482--ServerSession(454071866)--Connection(1493513506)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.482--ServerSession(454071866)--Connection(1493513506)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.482--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-17 17:54:08.486--ServerSession(454071866)--Connection(1493513506)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.486--Thread(Thread[main,5,main])--The table (TMP_READONLY) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.486--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-17 17:54:08.486--ServerSession(454071866)--Connection(415254661)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.486--ServerSession(454071866)--Connection(415254661)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.486--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-17 17:54:08.488--ServerSession(454071866)--Connection(415254661)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.488--Thread(Thread[main,5,main])--The table (TMP_EMBEDD_FA) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.488--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-17 17:54:08.488--ServerSession(454071866)--Connection(1156514988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.488--ServerSession(454071866)--Connection(1156514988)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.489--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-17 17:54:08.491--ServerSession(454071866)--Connection(1156514988)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.491--Thread(Thread[main,5,main])--The table (TMP_EMBEDD_PA) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.491--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-17 17:54:08.491--ServerSession(454071866)--Connection(793983953)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.491--ServerSession(454071866)--Connection(793983953)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.491--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-17 17:54:08.494--ServerSession(454071866)--Connection(793983953)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.494--Thread(Thread[main,5,main])--The table (BYTE_ITEM) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.494--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-17 17:54:08.494--ServerSession(454071866)--Connection(697509672)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.494--ServerSession(454071866)--Connection(697509672)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.494--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-17 17:54:08.497--ServerSession(454071866)--Connection(697509672)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.497--Thread(Thread[main,5,main])--The table (BYTE_ITEM_ATT) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.497--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-17 17:54:08.497--ServerSession(454071866)--Connection(2101555022)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.497--ServerSession(454071866)--Connection(2101555022)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.497--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-17 17:54:08.5--ServerSession(454071866)--Connection(2101555022)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.5--Thread(Thread[main,5,main])--The table (TMP_ISLAND) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.5--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-17 17:54:08.5--ServerSession(454071866)--Connection(458910236)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.5--ServerSession(454071866)--Connection(458910236)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.5--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-17 17:54:08.503--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-17 17:54:08.503--ServerSession(454071866)--Connection(458910236)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.503--Thread(Thread[main,5,main])--The table (TMP_CITY) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.503--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-17 17:54:08.503--ServerSession(454071866)--Connection(77077977)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.503--ServerSession(454071866)--Connection(77077977)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.503--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-17 17:54:08.506--ServerSession(454071866)--Connection(77077977)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.506--Thread(Thread[main,5,main])--The table (TMP_COP) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.506--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-17 17:54:08.506--ServerSession(454071866)--Connection(2049813033)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.506--ServerSession(454071866)--Connection(2049813033)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.506--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-17 17:54:08.511--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-17 17:54:08.511--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-17 17:54:08.511--ServerSession(454071866)--Connection(2049813033)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.511--Thread(Thread[main,5,main])--The table (TMP_PERSON) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.511--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-17 17:54:08.511--ServerSession(454071866)--Connection(602874477)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.511--ServerSession(454071866)--Connection(602874477)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.511--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-17 17:54:08.513--ServerSession(454071866)--Connection(602874477)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.513--Thread(Thread[main,5,main])--The table (TMP_INFORMER) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.513--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-17 17:54:08.513--ServerSession(454071866)--Connection(1252368698)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.513--ServerSession(454071866)--Connection(1252368698)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.513--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-17 17:54:08.516--ServerSession(454071866)--Connection(1252368698)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.516--Thread(Thread[main,5,main])--The table (TMP_CRIMINAL) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.516--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-17 17:54:08.516--ServerSession(454071866)--Connection(60657033)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.516--ServerSession(454071866)--Connection(60657033)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.516--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-17 17:54:08.519--ServerSession(454071866)--Connection(60657033)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.519--Thread(Thread[main,5,main])--The table (TMP_CAVE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.519--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-17 17:54:08.519--ServerSession(454071866)--Connection(1820917741)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.519--ServerSession(454071866)--Connection(1820917741)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.519--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-17 17:54:08.524--ServerSession(454071866)--Connection(1820917741)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.524--Thread(Thread[main,5,main])--The table (TMP_CREATURE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.525--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-17 17:54:08.525--ServerSession(454071866)--Connection(1190554214)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.525--ServerSession(454071866)--Connection(1190554214)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.525--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-17 17:54:08.528--ServerSession(454071866)--Connection(1190554214)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.528--Thread(Thread[main,5,main])--The table (TMP_CREATURE_DETAILS) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.528--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-17 17:54:08.528--ServerSession(454071866)--Connection(327748280)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.528--ServerSession(454071866)--Connection(327748280)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.528--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-17 17:54:08.531--ServerSession(454071866)--Connection(327748280)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.531--Thread(Thread[main,5,main])--The table (TMP_MYTHICALCREATURE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.531--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-17 17:54:08.531--ServerSession(454071866)--Connection(1074524258)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.531--ServerSession(454071866)--Connection(1074524258)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.531--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-17 17:54:08.533--ServerSession(454071866)--Connection(1074524258)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.533--Thread(Thread[main,5,main])--The table (TMP_WEAPON) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.533--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-17 17:54:08.533--ServerSession(454071866)--Connection(193794249)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.533--ServerSession(454071866)--Connection(193794249)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.534--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-17 17:54:08.536--ServerSession(454071866)--Connection(193794249)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.536--Thread(Thread[main,5,main])--The table (TMP_CASC_NODE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.536--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-17 17:54:08.536--ServerSession(454071866)--Connection(1154719107)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.536--ServerSession(454071866)--Connection(1154719107)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.536--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-17 17:54:08.539--ServerSession(454071866)--Connection(1154719107)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.539--Thread(Thread[main,5,main])--The table (TMP_CASC_NODE_DESC) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.539--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-17 17:54:08.539--ServerSession(454071866)--Connection(1602527654)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.539--ServerSession(454071866)--Connection(1602527654)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.539--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-17 17:54:08.542--ServerSession(454071866)--Connection(1602527654)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.542--Thread(Thread[main,5,main])--The table (TMP_NODE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.542--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-17 17:54:08.542--ServerSession(454071866)--Connection(1734649556)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.542--ServerSession(454071866)--Connection(1734649556)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.542--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-17 17:54:08.545--ServerSession(454071866)--Connection(1734649556)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.545--Thread(Thread[main,5,main])--The table (TMP_NASTY) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.545--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-17 17:54:08.545--ServerSession(454071866)--Connection(1357054363)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.545--ServerSession(454071866)--Connection(1357054363)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.545--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-17 17:54:08.547--ServerSession(454071866)--Connection(1357054363)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.547--Thread(Thread[main,5,main])--The table (TMP_TIMESTAMP) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.547--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-17 17:54:08.547--ServerSession(454071866)--Connection(2121422033)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.547--ServerSession(454071866)--Connection(2121422033)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.548--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-17 17:54:08.553--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-17 17:54:08.553--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-17 17:54:08.554--ServerSession(454071866)--Connection(2121422033)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.554--Thread(Thread[main,5,main])--The table (TMP_BASIC_TYPES_FA) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.554--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-17 17:54:08.554--ServerSession(454071866)--Connection(739520577)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.554--ServerSession(454071866)--Connection(739520577)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.554--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-17 17:54:08.559--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-17 17:54:08.559--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-17 17:54:08.559--ServerSession(454071866)--Connection(739520577)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.559--Thread(Thread[main,5,main])--The table (TMP_BASIC_TYPES_PA) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.559--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-17 17:54:08.559--ServerSession(454071866)--Connection(1206473770)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.559--ServerSession(454071866)--Connection(1206473770)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.559--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-17 17:54:08.562--ServerSession(454071866)--Connection(1206473770)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.563--Thread(Thread[main,5,main])--The table (TMP_TEMPORAL_FA) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.563--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-17 17:54:08.563--ServerSession(454071866)--Connection(1179261077)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.563--ServerSession(454071866)--Connection(1179261077)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.563--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-17 17:54:08.565--ServerSession(454071866)--Connection(1179261077)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.565--Thread(Thread[main,5,main])--The table (TMP_ANIMAL) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.565--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-17 17:54:08.565--ServerSession(454071866)--Connection(1986526326)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.565--ServerSession(454071866)--Connection(1986526326)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.565--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-17 17:54:08.568--ServerSession(454071866)--Connection(1986526326)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.568--Thread(Thread[main,5,main])--The table (TMP_ELEMENT) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.568--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-17 17:54:08.568--ServerSession(454071866)--Connection(1781335661)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.568--ServerSession(454071866)--Connection(1781335661)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.568--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-17 17:54:08.571--ServerSession(454071866)--Connection(1781335661)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.571--Thread(Thread[main,5,main])--The table (TMP_PLANT) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.571--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-17 17:54:08.571--ServerSession(454071866)--Connection(2072038471)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.571--ServerSession(454071866)--Connection(2072038471)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.571--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-17 17:54:08.573--ServerSession(454071866)--Connection(2072038471)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.573--Thread(Thread[main,5,main])--The table (TMP_EMP_BICYCLE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.573--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-17 17:54:08.573--ServerSession(454071866)--Connection(1324380107)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.573--ServerSession(454071866)--Connection(1324380107)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.574--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-17 17:54:08.576--ServerSession(454071866)--Connection(1324380107)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.576--Thread(Thread[main,5,main])--The table (TMP_COURSE_EMP) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.576--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-17 17:54:08.576--ServerSession(454071866)--Connection(2145200627)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.576--ServerSession(454071866)--Connection(2145200627)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.576--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-17 17:54:08.579--ServerSession(454071866)--Connection(2145200627)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.579--Thread(Thread[main,5,main])--The table (TMP_EMP_CREDIT) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.579--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-17 17:54:08.579--ServerSession(454071866)--Connection(1725025770)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.579--ServerSession(454071866)--Connection(1725025770)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.579--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-17 17:54:08.581--ServerSession(454071866)--Connection(1725025770)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.581--Thread(Thread[main,5,main])--The table (TMP_EMP_HOBBY) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.581--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-17 17:54:08.581--ServerSession(454071866)--Connection(768583959)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.582--ServerSession(454071866)--Connection(768583959)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.582--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-17 17:54:08.584--ServerSession(454071866)--Connection(768583959)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.584--Thread(Thread[main,5,main])--The table (TMP_EMP_PATENT) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.584--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-17 17:54:08.584--ServerSession(454071866)--Connection(969207075)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.584--ServerSession(454071866)--Connection(969207075)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.584--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-17 17:54:08.587--ServerSession(454071866)--Connection(969207075)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.587--Thread(Thread[main,5,main])--The table (TMP_EMP_PROJECT) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.587--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-17 17:54:08.587--ServerSession(454071866)--Connection(2147034407)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.587--ServerSession(454071866)--Connection(2147034407)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.587--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-17 17:54:08.59--ServerSession(454071866)--Connection(2147034407)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.59--Thread(Thread[main,5,main])--The table (TMP_EMP_REVIEW) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.59--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-17 17:54:08.59--ServerSession(454071866)--Connection(422650431)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.59--ServerSession(454071866)--Connection(422650431)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.59--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-17 17:54:08.593--ServerSession(454071866)--Connection(422650431)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.593--Thread(Thread[main,5,main])--The table (TMP_OFFICE_CUBICLE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.593--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-17 17:54:08.593--ServerSession(454071866)--Connection(1458752949)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.593--ServerSession(454071866)--Connection(1458752949)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.593--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-17 17:54:08.596--ServerSession(454071866)--Connection(1458752949)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.597--Thread(Thread[main,5,main])--The table (TMP_VEHICLE_PROFILE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.597--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-17 17:54:08.597--ServerSession(454071866)--Connection(850515329)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.597--ServerSession(454071866)--Connection(850515329)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.597--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-17 17:54:08.599--ServerSession(454071866)--Connection(850515329)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.599--Thread(Thread[main,5,main])--The table (TMP_UCOFFICE_CUBICLE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.599--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-17 17:54:08.599--ServerSession(454071866)--Connection(1354426181)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.599--ServerSession(454071866)--Connection(1354426181)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.6--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-17 17:54:08.602--ServerSession(454071866)--Connection(1354426181)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.602--Thread(Thread[main,5,main])--The table (TMP_CITY_TMP_COP) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.602--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-17 17:54:08.602--ServerSession(454071866)--Connection(1956001257)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.602--ServerSession(454071866)--Connection(1956001257)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.602--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-17 17:54:08.605--ServerSession(454071866)--Connection(1956001257)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.605--Thread(Thread[main,5,main])--The table (TMP_CITY_TMP_CRIMINAL) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.605--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-17 17:54:08.605--ServerSession(454071866)--Connection(1565397454)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.605--ServerSession(454071866)--Connection(1565397454)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.605--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-17 17:54:08.608--ServerSession(454071866)--Connection(1565397454)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.608--Thread(Thread[main,5,main])--The table (TMP_COP_TMP_CRIMINAL) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.608--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-17 17:54:08.608--ServerSession(454071866)--Connection(418721379)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.608--ServerSession(454071866)--Connection(418721379)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.608--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-17 17:54:08.611--ServerSession(454071866)--Connection(418721379)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.611--Thread(Thread[main,5,main])--The table (TMP_COP_TMP_INFORMER) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.611--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-17 17:54:08.611--ServerSession(454071866)--Connection(999295617)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.611--ServerSession(454071866)--Connection(999295617)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.611--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-17 17:54:08.613--ServerSession(454071866)--Connection(999295617)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.613--Thread(Thread[main,5,main])--The table (TMP_INFORMER_TMP_COP) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.613--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-17 17:54:08.613--ServerSession(454071866)--Connection(2092102964)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.613--ServerSession(454071866)--Connection(2092102964)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.614--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-17 17:54:08.616--ServerSession(454071866)--Connection(2092102964)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.616--Thread(Thread[main,5,main])--The table (TMP_CRIMINAL_TMP_CRIMINAL) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.616--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-17 17:54:08.616--ServerSession(454071866)--Connection(1297386215)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.616--ServerSession(454071866)--Connection(1297386215)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.616--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-17 17:54:08.619--ServerSession(454071866)--Connection(1297386215)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.619--Thread(Thread[main,5,main])--The table (TMP_CAVE_CREATURE) is created.
    [junit] [EL Finest]: 2024-04-17 17:54:08.619--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-17 17:54:08.619--ServerSession(454071866)--Connection(2147353713)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.619--ServerSession(454071866)--Connection(2147353713)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.619--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-17 17:54:08.625--ServerSession(454071866)--Connection(2147353713)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.625--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-17 17:54:08.625--ServerSession(454071866)--Connection(751454855)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.625--ServerSession(454071866)--Connection(751454855)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.625--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-17 17:54:08.634--ServerSession(454071866)--Connection(751454855)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.634--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-17 17:54:08.634--ServerSession(454071866)--Connection(1219243428)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.634--ServerSession(454071866)--Connection(1219243428)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.634--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-17 17:54:08.641--ServerSession(454071866)--Connection(1219243428)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.642--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-17 17:54:08.642--ServerSession(454071866)--Connection(145090331)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.642--ServerSession(454071866)--Connection(145090331)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.642--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-17 17:54:08.652--ServerSession(454071866)--Connection(145090331)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.652--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-17 17:54:08.652--ServerSession(454071866)--Connection(557337230)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.652--ServerSession(454071866)--Connection(557337230)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.652--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-17 17:54:08.66--ServerSession(454071866)--Connection(557337230)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.66--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-17 17:54:08.66--ServerSession(454071866)--Connection(636216648)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.66--ServerSession(454071866)--Connection(636216648)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.66--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-17 17:54:08.671--ServerSession(454071866)--Connection(636216648)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.671--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-17 17:54:08.671--ServerSession(454071866)--Connection(250582129)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.671--ServerSession(454071866)--Connection(250582129)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.671--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-17 17:54:08.681--ServerSession(454071866)--Connection(250582129)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.681--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-17 17:54:08.681--ServerSession(454071866)--Connection(1591713457)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.681--ServerSession(454071866)--Connection(1591713457)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.681--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-17 17:54:08.689--ServerSession(454071866)--Connection(1591713457)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.689--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-17 17:54:08.689--ServerSession(454071866)--Connection(615466717)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.689--ServerSession(454071866)--Connection(615466717)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.689--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-17 17:54:08.703--ServerSession(454071866)--Connection(615466717)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.703--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-17 17:54:08.703--ServerSession(454071866)--Connection(1015149700)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.703--ServerSession(454071866)--Connection(1015149700)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.703--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-17 17:54:08.721--ServerSession(454071866)--Connection(1015149700)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.721--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-17 17:54:08.721--ServerSession(454071866)--Connection(494132656)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.721--ServerSession(454071866)--Connection(494132656)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.721--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-17 17:54:08.737--ServerSession(454071866)--Connection(494132656)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.737--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-17 17:54:08.737--ServerSession(454071866)--Connection(2098094011)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.737--ServerSession(454071866)--Connection(2098094011)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.738--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-17 17:54:08.755--ServerSession(454071866)--Connection(2098094011)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.755--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-17 17:54:08.755--ServerSession(454071866)--Connection(580711655)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.755--ServerSession(454071866)--Connection(580711655)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.755--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-17 17:54:08.773--ServerSession(454071866)--Connection(580711655)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.773--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-17 17:54:08.773--ServerSession(454071866)--Connection(1749232081)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.773--ServerSession(454071866)--Connection(1749232081)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.773--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-17 17:54:08.793--ServerSession(454071866)--Connection(1749232081)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.793--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-17 17:54:08.793--ServerSession(454071866)--Connection(1054054669)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.793--ServerSession(454071866)--Connection(1054054669)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.793--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-17 17:54:08.803--ServerSession(454071866)--Connection(1054054669)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.803--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-17 17:54:08.803--ServerSession(454071866)--Connection(246167037)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.803--ServerSession(454071866)--Connection(246167037)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.803--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-17 17:54:08.811--ServerSession(454071866)--Connection(246167037)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.811--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-17 17:54:08.811--ServerSession(454071866)--Connection(1686020889)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.811--ServerSession(454071866)--Connection(1686020889)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.811--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-17 17:54:08.819--ServerSession(454071866)--Connection(1686020889)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.819--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-17 17:54:08.819--ServerSession(454071866)--Connection(1549830536)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.819--ServerSession(454071866)--Connection(1549830536)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.819--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-17 17:54:08.827--ServerSession(454071866)--Connection(1549830536)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.827--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-17 17:54:08.827--ServerSession(454071866)--Connection(1192937442)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.827--ServerSession(454071866)--Connection(1192937442)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.827--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-17 17:54:08.835--ServerSession(454071866)--Connection(1192937442)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.835--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-17 17:54:08.835--ServerSession(454071866)--Connection(963732041)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.835--ServerSession(454071866)--Connection(963732041)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.835--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-17 17:54:08.843--ServerSession(454071866)--Connection(963732041)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.843--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-17 17:54:08.843--ServerSession(454071866)--Connection(868639324)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.843--ServerSession(454071866)--Connection(868639324)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.843--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-17 17:54:08.852--ServerSession(454071866)--Connection(868639324)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.852--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-17 17:54:08.852--ServerSession(454071866)--Connection(2141255481)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.852--ServerSession(454071866)--Connection(2141255481)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.852--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-17 17:54:08.863--ServerSession(454071866)--Connection(2141255481)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.863--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-17 17:54:08.863--ServerSession(454071866)--Connection(605503804)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.863--ServerSession(454071866)--Connection(605503804)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.863--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-17 17:54:08.871--ServerSession(454071866)--Connection(605503804)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.871--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-17 17:54:08.871--ServerSession(454071866)--Connection(1327339480)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.871--ServerSession(454071866)--Connection(1327339480)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.871--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-17 17:54:08.879--ServerSession(454071866)--Connection(1327339480)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.879--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-17 17:54:08.879--ServerSession(454071866)--Connection(2057690764)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.879--ServerSession(454071866)--Connection(2057690764)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.879--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-17 17:54:08.887--ServerSession(454071866)--Connection(2057690764)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.887--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-17 17:54:08.887--ServerSession(454071866)--Connection(352167272)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.887--ServerSession(454071866)--Connection(352167272)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.887--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-17 17:54:08.894--ServerSession(454071866)--Connection(352167272)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.894--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-17 17:54:08.894--ServerSession(454071866)--Connection(1022896347)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.894--ServerSession(454071866)--Connection(1022896347)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.894--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-17 17:54:08.902--ServerSession(454071866)--Connection(1022896347)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.902--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-17 17:54:08.902--ServerSession(454071866)--Connection(1299613689)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.902--ServerSession(454071866)--Connection(1299613689)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.902--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-17 17:54:08.911--ServerSession(454071866)--Connection(1299613689)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.911--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-17 17:54:08.911--ServerSession(454071866)--Connection(1415441908)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.911--ServerSession(454071866)--Connection(1415441908)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.911--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-17 17:54:08.919--ServerSession(454071866)--Connection(1415441908)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.919--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-17 17:54:08.919--ServerSession(454071866)--Connection(933693884)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.919--ServerSession(454071866)--Connection(933693884)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.92--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-17 17:54:08.927--ServerSession(454071866)--Connection(933693884)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.927--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-17 17:54:08.927--ServerSession(454071866)--Connection(1380435023)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.927--ServerSession(454071866)--Connection(1380435023)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.927--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-17 17:54:08.937--ServerSession(454071866)--Connection(1380435023)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.937--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-17 17:54:08.937--ServerSession(454071866)--Connection(286285758)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.937--ServerSession(454071866)--Connection(286285758)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.937--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-17 17:54:08.947--ServerSession(454071866)--Connection(286285758)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.947--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-17 17:54:08.947--ServerSession(454071866)--Connection(819407872)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.947--ServerSession(454071866)--Connection(819407872)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.947--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-17 17:54:08.957--ServerSession(454071866)--Connection(819407872)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.957--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-17 17:54:08.957--ServerSession(454071866)--Connection(1957220972)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.957--ServerSession(454071866)--Connection(1957220972)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.957--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-17 17:54:08.965--ServerSession(454071866)--Connection(1957220972)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.965--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-17 17:54:08.965--ServerSession(454071866)--Connection(383886401)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.965--ServerSession(454071866)--Connection(383886401)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.965--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-17 17:54:08.974--ServerSession(454071866)--Connection(383886401)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.974--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-17 17:54:08.974--ServerSession(454071866)--Connection(1186925880)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.974--ServerSession(454071866)--Connection(1186925880)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.974--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-17 17:54:08.982--ServerSession(454071866)--Connection(1186925880)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.982--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-17 17:54:08.982--ServerSession(454071866)--Connection(745301984)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.982--ServerSession(454071866)--Connection(745301984)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.982--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-17 17:54:08.991--ServerSession(454071866)--Connection(745301984)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.991--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-17 17:54:08.991--ServerSession(454071866)--Connection(1247644388)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:08.991--ServerSession(454071866)--Connection(1247644388)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:08.992--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-17 17:54:09.0--ServerSession(454071866)--Connection(1247644388)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.0--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-17 17:54:09.0--ServerSession(454071866)--Connection(1761937072)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.0--ServerSession(454071866)--Connection(1761937072)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.0--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-17 17:54:09.008--ServerSession(454071866)--Connection(1761937072)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.008--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-17 17:54:09.009--ServerSession(454071866)--Connection(832726752)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.009--ServerSession(454071866)--Connection(832726752)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.009--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-17 17:54:09.017--ServerSession(454071866)--Connection(832726752)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.017--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-17 17:54:09.017--ServerSession(454071866)--Connection(2014990800)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.017--ServerSession(454071866)--Connection(2014990800)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.017--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-17 17:54:09.026--ServerSession(454071866)--Connection(2014990800)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.026--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-17 17:54:09.026--ServerSession(454071866)--Connection(1977850689)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.026--ServerSession(454071866)--Connection(1977850689)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.026--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-17 17:54:09.034--ServerSession(454071866)--Connection(1977850689)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.034--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-17 17:54:09.034--ServerSession(454071866)--Connection(1612953298)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.034--ServerSession(454071866)--Connection(1612953298)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.034--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-17 17:54:09.043--ServerSession(454071866)--Connection(1612953298)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.043--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-17 17:54:09.043--ServerSession(454071866)--Connection(956283395)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.043--ServerSession(454071866)--Connection(956283395)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.043--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-17 17:54:09.05--ServerSession(454071866)--Connection(956283395)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.05--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-17 17:54:09.05--ServerSession(454071866)--Connection(793367373)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.05--ServerSession(454071866)--Connection(793367373)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.05--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-17 17:54:09.059--ServerSession(454071866)--Connection(793367373)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.059--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-17 17:54:09.059--ServerSession(454071866)--Connection(1771995611)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.059--ServerSession(454071866)--Connection(1771995611)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.059--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-17 17:54:09.067--ServerSession(454071866)--Connection(1771995611)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.067--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-17 17:54:09.067--ServerSession(454071866)--Connection(415128526)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.067--ServerSession(454071866)--Connection(415128526)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.067--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-17 17:54:09.075--ServerSession(454071866)--Connection(415128526)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.075--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-17 17:54:09.075--ServerSession(454071866)--Connection(694115797)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.075--ServerSession(454071866)--Connection(694115797)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.075--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-17 17:54:09.083--ServerSession(454071866)--Connection(694115797)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.083--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-17 17:54:09.083--ServerSession(454071866)--Connection(805326571)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.083--ServerSession(454071866)--Connection(805326571)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.083--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-17 17:54:09.091--ServerSession(454071866)--Connection(805326571)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.091--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-17 17:54:09.091--ServerSession(454071866)--Connection(2031868671)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.091--ServerSession(454071866)--Connection(2031868671)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.091--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-17 17:54:09.098--ServerSession(454071866)--Connection(2031868671)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.098--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-17 17:54:09.098--ServerSession(454071866)--Connection(276177673)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.098--ServerSession(454071866)--Connection(276177673)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.099--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-17 17:54:09.114--ServerSession(454071866)--Connection(276177673)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.114--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-17 17:54:09.114--ServerSession(454071866)--Connection(2121046287)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.114--ServerSession(454071866)--Connection(2121046287)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.114--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-17 17:54:09.122--ServerSession(454071866)--Connection(2121046287)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.122--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-17 17:54:09.122--ServerSession(454071866)--Connection(1811765068)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.122--ServerSession(454071866)--Connection(1811765068)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.122--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-17 17:54:09.13--ServerSession(454071866)--Connection(1811765068)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.13--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-17 17:54:09.13--ServerSession(454071866)--Connection(2076867436)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.13--ServerSession(454071866)--Connection(2076867436)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.13--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-17 17:54:09.137--ServerSession(454071866)--Connection(2076867436)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.137--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-17 17:54:09.137--ServerSession(454071866)--Connection(1422362420)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.137--ServerSession(454071866)--Connection(1422362420)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.137--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-17 17:54:09.145--ServerSession(454071866)--Connection(1422362420)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.145--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-17 17:54:09.145--ServerSession(454071866)--Connection(869168747)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.145--ServerSession(454071866)--Connection(869168747)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.146--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-17 17:54:09.153--ServerSession(454071866)--Connection(869168747)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.153--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-17 17:54:09.153--ServerSession(454071866)--Connection(1803109857)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.153--ServerSession(454071866)--Connection(1803109857)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.153--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-17 17:54:09.16--ServerSession(454071866)--Connection(1803109857)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.16--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-17 17:54:09.16--ServerSession(454071866)--Connection(1675828105)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.16--ServerSession(454071866)--Connection(1675828105)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.161--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-17 17:54:09.168--ServerSession(454071866)--Connection(1675828105)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.168--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-17 17:54:09.168--ServerSession(454071866)--Connection(702009623)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.168--ServerSession(454071866)--Connection(702009623)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.168--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-17 17:54:09.176--ServerSession(454071866)--Connection(702009623)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.176--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-17 17:54:09.176--ServerSession(454071866)--Connection(1393404542)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.176--ServerSession(454071866)--Connection(1393404542)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.176--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-17 17:54:09.184--ServerSession(454071866)--Connection(1393404542)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.184--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-17 17:54:09.184--ServerSession(454071866)--Connection(122981645)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.184--ServerSession(454071866)--Connection(122981645)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.184--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-17 17:54:09.192--ServerSession(454071866)--Connection(122981645)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.192--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-17 17:54:09.192--ServerSession(454071866)--Connection(752437387)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.192--ServerSession(454071866)--Connection(752437387)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.192--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-17 17:54:09.2--ServerSession(454071866)--Connection(752437387)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.2--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-17 17:54:09.2--ServerSession(454071866)--Connection(339591226)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.2--ServerSession(454071866)--Connection(339591226)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.2--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-17 17:54:09.211--ServerSession(454071866)--Connection(339591226)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.215--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'")
    [junit] [EL Finest]: 2024-04-17 17:54:09.215--ServerSession(454071866)--Connection(130067409)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.215--ServerSession(454071866)--Connection(130067409)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.215--ServerSession(454071866)--Connection(1835059686)--Thread(Thread[main,5,main])--DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
    [junit] [EL Finest]: 2024-04-17 17:54:09.215--ServerSession(454071866)--Connection(130067409)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.215--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'")
    [junit] [EL Finest]: 2024-04-17 17:54:09.215--ServerSession(454071866)--Connection(1637556786)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.215--ServerSession(454071866)--Connection(1637556786)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.215--ServerSession(454071866)--Connection(1661441011)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
    [junit] [EL Finest]: 2024-04-17 17:54:09.216--ServerSession(454071866)--Connection(1637556786)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.216--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-17 17:54:09.216--ServerSession(454071866)--Connection(720928122)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.216--ServerSession(454071866)--Connection(720928122)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.216--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-17 17:54:09.216--ServerSession(454071866)--Connection(720928122)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.219--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-17 17:54:09.219--ServerSession(454071866)--Connection(912939829)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.219--ServerSession(454071866)--Connection(912939829)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.219--ServerSession(454071866)--Connection(1986357797)--Thread(Thread[main,5,main])--DELETE FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component'
    [junit] [EL Finest]: 2024-04-17 17:54:09.22--ServerSession(454071866)--Connection(912939829)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.22--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-17 17:54:09.22--ServerSession(454071866)--Connection(234554442)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.22--ServerSession(454071866)--Connection(234554442)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.22--ServerSession(454071866)--Connection(1764513075)--Thread(Thread[main,5,main])--SELECT * FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component'
    [junit] [EL Finest]: 2024-04-17 17:54:09.22--ServerSession(454071866)--Connection(234554442)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.22--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-17 17:54:09.22--ServerSession(454071866)--Connection(2102364949)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.22--ServerSession(454071866)--Connection(2102364949)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.22--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-17 17:54:09.22--ServerSession(454071866)--Connection(2102364949)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.223--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-17 17:54:09.223--ServerSession(454071866)--Connection(1064330000)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.223--ServerSession(454071866)--Connection(1064330000)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.224--ServerSession(454071866)--Connection(265184085)--Thread(Thread[main,5,main])--DELETE FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator'
    [junit] [EL Finest]: 2024-04-17 17:54:09.224--ServerSession(454071866)--Connection(1064330000)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.224--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-17 17:54:09.224--ServerSession(454071866)--Connection(1241878571)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.224--ServerSession(454071866)--Connection(1241878571)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.224--ServerSession(454071866)--Connection(1993413272)--Thread(Thread[main,5,main])--SELECT * FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator'
    [junit] [EL Finest]: 2024-04-17 17:54:09.224--ServerSession(454071866)--Connection(1241878571)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.224--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-17 17:54:09.224--ServerSession(454071866)--Connection(198979478)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.224--ServerSession(454071866)--Connection(198979478)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.224--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-17 17:54:09.224--ServerSession(454071866)--Connection(198979478)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.227--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'")
    [junit] [EL Finest]: 2024-04-17 17:54:09.227--ServerSession(454071866)--Connection(996821905)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.227--ServerSession(454071866)--Connection(996821905)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.227--ServerSession(454071866)--Connection(635101424)--Thread(Thread[main,5,main])--DELETE FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'
    [junit] [EL Finest]: 2024-04-17 17:54:09.228--ServerSession(454071866)--Connection(996821905)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.228--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'")
    [junit] [EL Finest]: 2024-04-17 17:54:09.228--ServerSession(454071866)--Connection(1269014222)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.228--ServerSession(454071866)--Connection(1269014222)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.228--ServerSession(454071866)--Connection(586969832)--Thread(Thread[main,5,main])--SELECT * FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'
    [junit] [EL Finest]: 2024-04-17 17:54:09.228--ServerSession(454071866)--Connection(1269014222)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.228--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-17 17:54:09.228--ServerSession(454071866)--Connection(1878704627)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.228--ServerSession(454071866)--Connection(1878704627)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.228--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-17 17:54:09.228--ServerSession(454071866)--Connection(1878704627)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.231--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-17 17:54:09.231--ServerSession(454071866)--Connection(240805199)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.231--ServerSession(454071866)--Connection(240805199)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.231--ServerSession(454071866)--Connection(1977627311)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator'
    [junit] [EL Finest]: 2024-04-17 17:54:09.232--ServerSession(454071866)--Connection(240805199)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.232--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-17 17:54:09.232--ServerSession(454071866)--Connection(486165209)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.232--ServerSession(454071866)--Connection(486165209)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.232--ServerSession(454071866)--Connection(1104622612)--Thread(Thread[main,5,main])--SELECT * FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator'
    [junit] [EL Finest]: 2024-04-17 17:54:09.232--ServerSession(454071866)--Connection(486165209)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.232--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-17 17:54:09.232--ServerSession(454071866)--Connection(49584354)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.232--ServerSession(454071866)--Connection(49584354)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.232--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-17 17:54:09.232--ServerSession(454071866)--Connection(49584354)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.235--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-17 17:54:09.235--ServerSession(454071866)--Connection(390194342)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.235--ServerSession(454071866)--Connection(390194342)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.235--ServerSession(454071866)--Connection(1847150903)--Thread(Thread[main,5,main])--DELETE FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator'
    [junit] [EL Finest]: 2024-04-17 17:54:09.236--ServerSession(454071866)--Connection(390194342)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.236--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-17 17:54:09.236--ServerSession(454071866)--Connection(59879145)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.236--ServerSession(454071866)--Connection(59879145)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.236--ServerSession(454071866)--Connection(460132073)--Thread(Thread[main,5,main])--SELECT * FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator'
    [junit] [EL Finest]: 2024-04-17 17:54:09.236--ServerSession(454071866)--Connection(59879145)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.236--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-17 17:54:09.236--ServerSession(454071866)--Connection(1630353202)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.236--ServerSession(454071866)--Connection(1630353202)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.236--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-17 17:54:09.236--ServerSession(454071866)--Connection(1630353202)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:09.237--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-17 17:54:09.237--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-17 17:54:09.238--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-17 17:54:09.238--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-17 17:54:09.238--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-17 17:54:09.238--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-17 17:54:09.238--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-17 17:54:09.238--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-17 17:54:09.238--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-17 17:54:09.238--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-17 17:54:09.238--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-17 17:54:09.238--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-17 17:54:09.238--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-17 17:54:09.238--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-17 17:54:09.238--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-17 17:54:09.238--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-17 17:54:09.238--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-17 17:54:09.239--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-17 17:54:09.239--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-17 17:54:09.239--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-17 17:54:09.239--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-17 17:54:09.239--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-17 17:54:09.239--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-17 17:54:09.239--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-17 17:54:09.239--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-17 17:54:09.239--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-17 17:54:09.239--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-17 17:54:09.239--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-17 17:54:09.239--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-17 17:54:09.239--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-17 17:54:09.239--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-17 17:54:09.239--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-17 17:54:09.239--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-17 17:54:09.239--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-17 17:54:09.24--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-17 17:54:09.24--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-17 17:54:09.24--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-17 17:54:09.24--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-17 17:54:09.24--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-17 17:54:09.24--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-17 17:54:09.24--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-17 17:54:09.24--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-17 17:54:09.24--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-17 17:54:09.24--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-17 17:54:09.24--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-17 17:54:09.24--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-17 17:54:09.24--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-17 17:54:09.24--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-17 17:54:09.24--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-17 17:54:09.24--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-17 17:54:09.24--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-17 17:54:09.241--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-17 17:54:09.241--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-17 17:54:09.241--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-17 17:54:09.241--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-17 17:54:09.241--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-17 17:54:09.241--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-17 17:54:09.241--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-17 17:54:09.241--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-17 17:54:09.241--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-17 17:54:09.241--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-17 17:54:09.241--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-17 17:54:09.241--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-17 17:54:09.241--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-17 17:54:09.241--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-17 17:54:09.241--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-17 17:54:09.241--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-17 17:54:09.241--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-17 17:54:09.242--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 152415324
    [junit] [EL Finer]: 2024-04-17 17:54:09.242--ClientSession(152415324)--Thread(Thread[main,5,main])--acquire unit of work: 996208972
    [junit] [EL Finest]: 2024-04-17 17:54:09.242--UnitOfWork(996208972)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:09.242--UnitOfWork(996208972)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:09.242--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-17 17:54:09.242--ServerSession(454071866)--Connection(114142659)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.242--ClientSession(152415324)--Connection(114142659)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.242--ClientSession(152415324)--Connection(114142659)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.242--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-17 17:54:09.243--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-17 17:54:09.244--ClientSession(152415324)--Connection(983291591)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.244--ServerSession(454071866)--Connection(114142659)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.244--UnitOfWork(996208972)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:09.244--UnitOfWork(996208972)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:09.244--UnitOfWork(996208972)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:09.244--ClientSession(152415324)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:09.244--UnitOfWork(996208972)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:09.244--ClientSession(152415324)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:09.244--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1899977239
    [junit] [EL Finer]: 2024-04-17 17:54:09.244--ClientSession(1899977239)--Thread(Thread[main,5,main])--acquire unit of work: 360093465
    [junit] [EL Finest]: 2024-04-17 17:54:09.244--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-17 17:54:09.245--ServerSession(454071866)--Connection(1546346279)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.245--ServerSession(454071866)--Connection(1546346279)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.245--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-17 17:54:09.245--ServerSession(454071866)--Connection(1546346279)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:09.245--UnitOfWork(360093465)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:09.245--UnitOfWork(360093465)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:09.245--UnitOfWork(360093465)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:09.245--UnitOfWork(360093465)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:09.245--ClientSession(1899977239)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:09.245--UnitOfWork(360093465)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:09.245--ClientSession(1899977239)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:09.269--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1470325129
    [junit] [EL Finer]: 2024-04-17 17:54:09.269--ClientSession(1470325129)--Thread(Thread[main,5,main])--acquire unit of work: 1275976398
    [junit] [EL Finest]: 2024-04-17 17:54:09.269--UnitOfWork(1275976398)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:09.269--UnitOfWork(1275976398)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:09.269--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-17 17:54:09.269--ServerSession(454071866)--Connection(148723502)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.269--ClientSession(1470325129)--Connection(148723502)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.269--ClientSession(1470325129)--Connection(148723502)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.269--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-17 17:54:09.27--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-17 17:54:09.27--ClientSession(1470325129)--Connection(715405137)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.27--ServerSession(454071866)--Connection(148723502)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.27--UnitOfWork(1275976398)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:09.27--UnitOfWork(1275976398)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:09.27--UnitOfWork(1275976398)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:09.27--ClientSession(1470325129)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:09.27--UnitOfWork(1275976398)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:09.27--ClientSession(1470325129)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:09.27--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1049659915
    [junit] [EL Finer]: 2024-04-17 17:54:09.27--ClientSession(1049659915)--Thread(Thread[main,5,main])--acquire unit of work: 897924151
    [junit] [EL Finest]: 2024-04-17 17:54:09.27--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-17 17:54:09.27--ServerSession(454071866)--Connection(1257117293)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.27--ServerSession(454071866)--Connection(1257117293)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.27--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-17 17:54:09.271--ServerSession(454071866)--Connection(1257117293)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:09.271--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1013156100
    [junit] [EL Finer]: 2024-04-17 17:54:09.271--ClientSession(1013156100)--Thread(Thread[main,5,main])--acquire unit of work: 780675253
    [junit] [EL Finest]: 2024-04-17 17:54:09.271--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-17 17:54:09.271--ServerSession(454071866)--Connection(1447369182)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.271--ServerSession(454071866)--Connection(1447369182)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.271--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-17 17:54:09.271--ServerSession(454071866)--Connection(1447369182)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:09.271--UnitOfWork(780675253)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:09.271--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-17 17:54:09.272--ServerSession(454071866)--Connection(1929055411)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.272--ClientSession(1013156100)--Connection(1929055411)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.272--ClientSession(1013156100)--Connection(1929055411)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.272--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-17 17:54:09.272--ClientSession(1013156100)--Connection(814093658)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.272--ServerSession(454071866)--Connection(1929055411)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.272--UnitOfWork(780675253)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:09.272--UnitOfWork(780675253)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:09.272--UnitOfWork(780675253)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:09.272--ClientSession(1013156100)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:09.272--UnitOfWork(780675253)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:09.272--ClientSession(1013156100)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finest]: 2024-04-17 17:54:09.272--UnitOfWork(897924151)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:09.272--UnitOfWork(897924151)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:09.273--UnitOfWork(897924151)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Review )
    [junit] [EL Finest]: 2024-04-17 17:54:09.273--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-17 17:54:09.273--ServerSession(454071866)--Connection(696530985)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.273--ClientSession(1049659915)--Connection(696530985)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.273--ClientSession(1049659915)--Connection(696530985)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.273--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-17 17:54:09.273--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-17 17:54:09.273--ClientSession(1049659915)--Connection(659210281)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.273--ServerSession(454071866)--Connection(696530985)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Warning]: 2024-04-17 17:54:09.273--UnitOfWork(897924151)--Thread(Thread[main,5,main])--Local Exception Stack: 
    [junit] Exception [EclipseLink-5011] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:09.274--UnitOfWork(897924151)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:09.274--ClientSession(1049659915)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:09.282--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 553856509
    [junit] [EL Finer]: 2024-04-17 17:54:09.282--ClientSession(553856509)--Thread(Thread[main,5,main])--acquire unit of work: 1494264366
    [junit] [EL Finest]: 2024-04-17 17:54:09.282--UnitOfWork(1494264366)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:09.282--UnitOfWork(1494264366)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:09.282--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-17 17:54:09.282--ServerSession(454071866)--Connection(1534401451)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.282--ClientSession(553856509)--Connection(1534401451)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.282--ClientSession(553856509)--Connection(1534401451)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.282--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-17 17:54:09.283--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-17 17:54:09.283--ClientSession(553856509)--Connection(124295985)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.283--ServerSession(454071866)--Connection(1534401451)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.283--UnitOfWork(1494264366)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:09.283--UnitOfWork(1494264366)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:09.283--UnitOfWork(1494264366)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:09.283--ClientSession(553856509)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:09.283--UnitOfWork(1494264366)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:09.283--ClientSession(553856509)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:09.283--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 673515233
    [junit] [EL Finer]: 2024-04-17 17:54:09.283--ClientSession(673515233)--Thread(Thread[main,5,main])--acquire unit of work: 1800909255
    [junit] [EL Finest]: 2024-04-17 17:54:09.283--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-17 17:54:09.283--ServerSession(454071866)--Connection(1871755082)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.283--ServerSession(454071866)--Connection(1871755082)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.283--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-17 17:54:09.283--ServerSession(454071866)--Connection(1871755082)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:09.284--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2133598779
    [junit] [EL Finer]: 2024-04-17 17:54:09.284--ClientSession(2133598779)--Thread(Thread[main,5,main])--acquire unit of work: 832512439
    [junit] [EL Finest]: 2024-04-17 17:54:09.284--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-17 17:54:09.284--ServerSession(454071866)--Connection(1871319536)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.284--ServerSession(454071866)--Connection(1871319536)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.284--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-17 17:54:09.284--ServerSession(454071866)--Connection(1871319536)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.284--UnitOfWork(832512439)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:09.284--UnitOfWork(832512439)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:09.284--UnitOfWork(832512439)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Review )
    [junit] [EL Finest]: 2024-04-17 17:54:09.284--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-17 17:54:09.284--ServerSession(454071866)--Connection(72563193)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.284--ClientSession(2133598779)--Connection(72563193)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.284--ClientSession(2133598779)--Connection(72563193)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.284--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-17 17:54:09.284--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-17 17:54:09.285--ClientSession(2133598779)--Connection(1950241906)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.285--ServerSession(454071866)--Connection(72563193)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.285--UnitOfWork(832512439)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:09.285--UnitOfWork(832512439)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:09.285--UnitOfWork(832512439)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:09.285--ClientSession(2133598779)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:09.285--UnitOfWork(832512439)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:09.285--ClientSession(2133598779)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finest]: 2024-04-17 17:54:09.285--UnitOfWork(1800909255)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:09.285--UnitOfWork(1800909255)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:09.285--UnitOfWork(1800909255)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Review )
    [junit] [EL Finest]: 2024-04-17 17:54:09.285--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-17 17:54:09.285--ServerSession(454071866)--Connection(77441398)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.285--ClientSession(673515233)--Connection(77441398)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.285--ClientSession(673515233)--Connection(77441398)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.285--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-17 17:54:09.285--UnitOfWork(1800909255)--Thread(Thread[main,5,main])--Local Exception Stack: 
    [junit] Exception [EclipseLink-5011] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:09.286--ClientSession(673515233)--Connection(1077297779)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.286--ServerSession(454071866)--Connection(77441398)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.286--UnitOfWork(1800909255)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:09.286--ClientSession(673515233)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:09.294--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 632631730
    [junit] [EL Finer]: 2024-04-17 17:54:09.294--ClientSession(632631730)--Thread(Thread[main,5,main])--acquire unit of work: 1198745517
    [junit] [EL Finest]: 2024-04-17 17:54:09.294--UnitOfWork(1198745517)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:09.294--UnitOfWork(1198745517)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:09.294--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-17 17:54:09.294--ServerSession(454071866)--Connection(111131743)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.294--ClientSession(632631730)--Connection(111131743)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.294--ClientSession(632631730)--Connection(111131743)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.294--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-17 17:54:09.294--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-17 17:54:09.295--ClientSession(632631730)--Connection(1519254830)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.295--ServerSession(454071866)--Connection(111131743)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.295--UnitOfWork(1198745517)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:09.295--UnitOfWork(1198745517)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:09.295--UnitOfWork(1198745517)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:09.295--ClientSession(632631730)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:09.295--UnitOfWork(1198745517)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:09.295--ClientSession(632631730)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:09.295--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1187136794
    [junit] [EL Finer]: 2024-04-17 17:54:09.295--ClientSession(1187136794)--Thread(Thread[main,5,main])--acquire unit of work: 1939055713
    [junit] [EL Finest]: 2024-04-17 17:54:09.295--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-17 17:54:09.295--UnitOfWork(1939055713)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Review )
    [junit] [EL Finest]: 2024-04-17 17:54:09.295--ServerSession(454071866)--Connection(2106446837)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.295--ServerSession(454071866)--Connection(2106446837)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.295--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-17 17:54:09.295--ServerSession(454071866)--Connection(2106446837)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:09.295--UnitOfWork(1939055713)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:09.295--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-17 17:54:09.296--ServerSession(454071866)--Connection(1844267460)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.296--ClientSession(1187136794)--Connection(1844267460)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.296--ClientSession(1187136794)--Connection(1844267460)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.296--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-17 17:54:09.296--ClientSession(1187136794)--Connection(1618121013)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.296--ServerSession(454071866)--Connection(1844267460)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Warning]: 2024-04-17 17:54:09.296--UnitOfWork(1939055713)--Thread(Thread[main,5,main])--Local Exception Stack: 
    [junit] Exception [EclipseLink-5011] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:09.296--UnitOfWork(1939055713)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:09.337--ClientSession(1187136794)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:09.345--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 445647475
    [junit] [EL Finer]: 2024-04-17 17:54:09.345--ClientSession(445647475)--Thread(Thread[main,5,main])--acquire unit of work: 391027432
    [junit] [EL Finest]: 2024-04-17 17:54:09.345--UnitOfWork(391027432)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:09.345--UnitOfWork(391027432)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:09.345--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-17 17:54:09.345--ServerSession(454071866)--Connection(118772841)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.345--ClientSession(445647475)--Connection(118772841)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.345--ClientSession(445647475)--Connection(118772841)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.345--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-17 17:54:09.346--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-17 17:54:09.346--ClientSession(445647475)--Connection(1684936633)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.346--ServerSession(454071866)--Connection(118772841)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.346--UnitOfWork(391027432)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:09.346--UnitOfWork(391027432)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:09.346--UnitOfWork(391027432)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:09.346--ClientSession(445647475)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:09.346--UnitOfWork(391027432)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:09.346--ClientSession(445647475)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:09.346--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 21897563
    [junit] [EL Finer]: 2024-04-17 17:54:09.346--ClientSession(21897563)--Thread(Thread[main,5,main])--acquire unit of work: 352926996
    [junit] [EL Finest]: 2024-04-17 17:54:09.346--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-17 17:54:09.346--UnitOfWork(352926996)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Review )
    [junit] [EL Finest]: 2024-04-17 17:54:09.346--ServerSession(454071866)--Connection(796568322)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.346--ServerSession(454071866)--Connection(796568322)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.346--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-17 17:54:09.347--ServerSession(454071866)--Connection(796568322)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:09.347--UnitOfWork(352926996)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:09.347--ClientSession(21897563)--Thread(Thread[main,5,main])--client released
    [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 2.711 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.mapping.MappingTest
    [junit] [EL Finer]: 2024-04-17 17:54:09.375--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 952657666
    [junit] [EL Finer]: 2024-04-17 17:54:09.375--ClientSession(952657666)--Thread(Thread[main,5,main])--acquire unit of work: 96286987
    [junit] [EL Finest]: 2024-04-17 17:54:09.375--UnitOfWork(96286987)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:09.375--ServerSession(454071866)--Connection(675141674)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.375--ClientSession(952657666)--Connection(675141674)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.375--ClientSession(952657666)--Connection(675141674)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:09.375--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-17 17:54:09.376--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-17 17:54:09.376--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-17 17:54:09.376--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-17 17:54:09.376--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-17 17:54:09.376--ClientSession(952657666)--Connection(1396071000)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.377--ServerSession(454071866)--Connection(1396071000)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:09.377--ServerSession(454071866)--Connection(675141674)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:09.377--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-17 17:54:09.377--UnitOfWork(96286987)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:09.377--UnitOfWork(96286987)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:09.377--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-17 17:54:09.377--ServerSession(454071866)--Connection(1396472402)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.377--ClientSession(952657666)--Connection(1396472402)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.377--ClientSession(952657666)--Connection(1396472402)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:09.378--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-17 17:54:09.378--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-17 17:54:09.378--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-17 17:54:09.378--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-17 17:54:09.378--ClientSession(952657666)--Connection(1184861666)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.379--ServerSession(454071866)--Connection(1396472402)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.379--UnitOfWork(96286987)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:09.379--UnitOfWork(96286987)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:09.379--UnitOfWork(96286987)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:09.379--ClientSession(952657666)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:09.379--UnitOfWork(96286987)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:09.379--ClientSession(952657666)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:09.379--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 278885249
    [junit] [EL Finer]: 2024-04-17 17:54:09.379--ClientSession(278885249)--Thread(Thread[main,5,main])--acquire unit of work: 224342296
    [junit] [EL Finest]: 2024-04-17 17:54:09.379--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-17 17:54:09.379--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-17 17:54:09.38--UnitOfWork(224342296)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="tasks" referenceClass=Task )
    [junit] [EL Finest]: 2024-04-17 17:54:09.38--ServerSession(454071866)--Connection(1769512940)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.38--ServerSession(454071866)--Connection(1769512940)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.38--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-17 17:54:09.38--ServerSession(454071866)--Connection(1769512940)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.381--UnitOfWork(224342296)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="project" referenceClass=Project )
    [junit] [EL Finest]: 2024-04-17 17:54:09.381--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-17 17:54:09.381--UnitOfWork(224342296)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:09.381--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-17 17:54:09.381--ServerSession(454071866)--Connection(1612814898)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.381--ClientSession(278885249)--Connection(1612814898)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.381--ClientSession(278885249)--Connection(1612814898)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.382--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-17 17:54:09.382--ClientSession(278885249)--Connection(1668885114)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.382--ServerSession(454071866)--Connection(1612814898)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.382--UnitOfWork(224342296)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:09.382--UnitOfWork(224342296)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:09.382--UnitOfWork(224342296)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:09.382--ClientSession(278885249)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:09.382--UnitOfWork(224342296)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:09.382--ClientSession(278885249)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:09.382--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1803367996
    [junit] [EL Finer]: 2024-04-17 17:54:09.382--ClientSession(1803367996)--Thread(Thread[main,5,main])--acquire unit of work: 132239723
    [junit] [EL Finest]: 2024-04-17 17:54:09.382--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-17 17:54:09.383--ServerSession(454071866)--Connection(931679015)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.383--ServerSession(454071866)--Connection(931679015)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.383--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-17 17:54:09.383--ServerSession(454071866)--Connection(931679015)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.383--UnitOfWork(132239723)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="project" referenceClass=Project )
    [junit] [EL Finest]: 2024-04-17 17:54:09.383--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-17 17:54:09.396--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 899066325
    [junit] [EL Finer]: 2024-04-17 17:54:09.396--ClientSession(899066325)--Thread(Thread[main,5,main])--acquire unit of work: 1142936077
    [junit] [EL Finest]: 2024-04-17 17:54:09.396--UnitOfWork(1142936077)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:09.396--UnitOfWork(1142936077)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:09.397--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-17 17:54:09.397--UnitOfWork(1142936077)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:09.397--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-17 17:54:09.397--UnitOfWork(1142936077)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:09.397--UnitOfWork(1142936077)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:09.397--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-17 17:54:09.397--ServerSession(454071866)--Connection(1076682592)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.397--ClientSession(899066325)--Connection(1076682592)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.397--ClientSession(899066325)--Connection(1076682592)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:09.397--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-17 17:54:09.397--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-17 17:54:09.398--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-17 17:54:09.398--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-17 17:54:09.398--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-17 17:54:09.398--ClientSession(899066325)--Connection(69880727)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:09.398--ClientSession(899066325)--Connection(69880727)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:09.398--ClientSession(899066325)--Connection(69880727)--Thread(Thread[main,5,main])--	bind => [2, P1]
    [junit] [EL Fine]: 2024-04-17 17:54:09.398--ClientSession(899066325)--Connection(69880727)--Thread(Thread[main,5,main])--	bind => [3, P2]
    [junit] [EL Finer]: 2024-04-17 17:54:09.398--ClientSession(899066325)--Connection(69880727)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:09.399--ClientSession(899066325)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" )
    [junit] [EL Finer]: 2024-04-17 17:54:09.399--ClientSession(899066325)--Connection(69880727)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:09.399--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-17 17:54:09.399--ClientSession(899066325)--Connection(69880727)--Thread(Thread[main,5,main])--	bind => [17, 18, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:09.399--ClientSession(899066325)--Connection(69880727)--Thread(Thread[main,5,main])--	bind => [27, 28, 3]
    [junit] [EL Finer]: 2024-04-17 17:54:09.399--ClientSession(899066325)--Connection(69880727)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:09.399--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-17 17:54:09.399--ClientSession(899066325)--Connection(69880727)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:09.399--ClientSession(899066325)--Connection(69880727)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:09.399--ClientSession(899066325)--Connection(69880727)--Thread(Thread[main,5,main])--	bind => [2, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:09.399--ClientSession(899066325)--Connection(69880727)--Thread(Thread[main,5,main])--	bind => [3, 13]
    [junit] [EL Finer]: 2024-04-17 17:54:09.399--ClientSession(899066325)--Connection(69880727)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:09.4--ClientSession(899066325)--Connection(69880727)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.4--ServerSession(454071866)--Connection(1076682592)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.4--UnitOfWork(1142936077)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:09.401--UnitOfWork(1142936077)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: 2024-04-17 17:54:09.401--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-17 17:54:09.401--UnitOfWork(1142936077)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:09.401--ClientSession(899066325)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:09.41--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2090591370
    [junit] [EL Finer]: 2024-04-17 17:54:09.41--ClientSession(2090591370)--Thread(Thread[main,5,main])--acquire unit of work: 631848463
    [junit] [EL Finest]: 2024-04-17 17:54:09.41--UnitOfWork(631848463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:09.41--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-17 17:54:09.41--UnitOfWork(631848463)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:09.41--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-17 17:54:09.41--ServerSession(454071866)--Connection(1181810712)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.41--ClientSession(2090591370)--Connection(1181810712)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.41--ClientSession(2090591370)--Connection(1181810712)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.41--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-17 17:54:09.411--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-17 17:54:09.411--ClientSession(2090591370)--Connection(717490079)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.411--ServerSession(454071866)--Connection(1181810712)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.411--UnitOfWork(631848463)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:09.411--UnitOfWork(631848463)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: 2024-04-17 17:54:09.411--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-17 17:54:09.411--UnitOfWork(631848463)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:09.411--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-17 17:54:09.412--ServerSession(454071866)--Connection(993777150)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.412--ClientSession(2090591370)--Connection(993777150)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.412--ClientSession(2090591370)--Connection(993777150)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.412--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-17 17:54:09.412--ClientSession(2090591370)--Connection(450904819)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.412--ServerSession(454071866)--Connection(993777150)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.412--UnitOfWork(631848463)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:09.412--UnitOfWork(631848463)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: 2024-04-17 17:54:09.413--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-17 17:54:09.413--UnitOfWork(631848463)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:09.413--UnitOfWork(631848463)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:09.413--UnitOfWork(631848463)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Project )
    [junit] [EL Finest]: 2024-04-17 17:54:09.413--UnitOfWork(631848463)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="employees" )
    [junit] [EL Finest]: 2024-04-17 17:54:09.413--ServerSession(454071866)--Connection(1290583870)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.413--ClientSession(2090591370)--Connection(1290583870)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.413--ClientSession(2090591370)--Connection(1290583870)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:09.413--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-17 17:54:09.413--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-17 17:54:09.414--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-17 17:54:09.414--ClientSession(2090591370)--Connection(1409522570)--Thread(Thread[main,5,main])--DELETE FROM TMP_PROJECT WHERE (ID = ?)
    [junit] 	bind => [4]
    [junit] [EL Finer]: 2024-04-17 17:54:09.414--ClientSession(2090591370)--Connection(1409522570)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.414--ServerSession(454071866)--Connection(1290583870)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.414--UnitOfWork(631848463)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:09.414--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-17 17:54:09.439--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 333347770
    [junit] [EL Finer]: 2024-04-17 17:54:09.439--ClientSession(333347770)--Thread(Thread[main,5,main])--acquire unit of work: 338431038
    [junit] [EL Finest]: 2024-04-17 17:54:09.439--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-17 17:54:09.439--ServerSession(454071866)--Connection(601211928)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.439--ServerSession(454071866)--Connection(601211928)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.439--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-17 17:54:09.439--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.05 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestArguments
    [junit] [EL Finer]: 2024-04-17 17:54:09.515--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 196417889
    [junit] [EL Finer]: 2024-04-17 17:54:09.515--ClientSession(196417889)--Thread(Thread[main,5,main])--acquire unit of work: 392407201
    [junit] [EL Finest]: 2024-04-17 17:54:09.515--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-17 17:54:09.515--ServerSession(454071866)--Connection(800292754)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.515--ServerSession(454071866)--Connection(800292754)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.516--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-17 17:54:09.516--ServerSession(454071866)--Connection(800292754)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:09.641--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2038353966
    [junit] [EL Finer]: 2024-04-17 17:54:09.641--ClientSession(2038353966)--Thread(Thread[main,5,main])--acquire unit of work: 1297090661
    [junit] [EL Finest]: 2024-04-17 17:54:09.641--UnitOfWork(1297090661)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:09.641--UnitOfWork(1297090661)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:09.641--UnitOfWork(1297090661)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:09.641--UnitOfWork(1297090661)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:09.642--UnitOfWork(1297090661)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:09.642--UnitOfWork(1297090661)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:09.642--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-17 17:54:09.642--ServerSession(454071866)--Connection(159833775)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.642--ClientSession(2038353966)--Connection(159833775)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.642--ClientSession(2038353966)--Connection(159833775)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:09.642--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-17 17:54:09.643--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-17 17:54:09.643--ClientSession(2038353966)--Connection(570205651)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:09.643--ClientSession(2038353966)--Connection(570205651)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:09.643--ClientSession(2038353966)--Connection(570205651)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:09.643--ClientSession(2038353966)--Connection(570205651)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:09.643--ClientSession(2038353966)--Connection(570205651)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:09.643--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-17 17:54:09.644--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-17 17:54:09.644--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-17 17:54:09.644--ClientSession(2038353966)--Connection(570205651)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:09.644--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-17 17:54:09.644--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-17 17:54:09.644--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-17 17:54:09.644--ClientSession(2038353966)--Connection(570205651)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:09.645--ClientSession(2038353966)--Connection(570205651)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.645--ServerSession(454071866)--Connection(159833775)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.646--UnitOfWork(1297090661)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:09.646--UnitOfWork(1297090661)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:09.646--UnitOfWork(1297090661)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:09.646--ClientSession(2038353966)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:09.646--UnitOfWork(1297090661)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:09.646--ClientSession(2038353966)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:09.646--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1540609863
    [junit] [EL Finer]: 2024-04-17 17:54:09.646--ClientSession(1540609863)--Thread(Thread[main,5,main])--acquire unit of work: 1268894895
    [junit] [EL Finest]: 2024-04-17 17:54:09.646--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-17 17:54:09.646--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-17 17:54:09.646--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-17 17:54:09.646--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-17 17:54:09.647--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-17 17:54:09.647--ServerSession(454071866)--Connection(944838279)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.647--ServerSession(454071866)--Connection(944838279)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.647--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-17 17:54:09.647--ServerSession(454071866)--Connection(944838279)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.648--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-17 17:54:09.648--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-17 17:54:09.649--ServerSession(454071866)--Connection(1913292527)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.649--ServerSession(454071866)--Connection(1913292527)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.649--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-17 17:54:09.649--ServerSession(454071866)--Connection(1913292527)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:09.674--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1641289501
    [junit] [EL Finer]: 2024-04-17 17:54:09.674--ClientSession(1641289501)--Thread(Thread[main,5,main])--acquire unit of work: 1178306139
    [junit] [EL Finest]: 2024-04-17 17:54:09.674--UnitOfWork(1178306139)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:09.674--UnitOfWork(1178306139)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:09.674--UnitOfWork(1178306139)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:09.674--UnitOfWork(1178306139)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:09.674--UnitOfWork(1178306139)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:09.674--UnitOfWork(1178306139)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:09.675--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-17 17:54:09.675--ServerSession(454071866)--Connection(704104254)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.675--ClientSession(1641289501)--Connection(704104254)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.675--ClientSession(1641289501)--Connection(704104254)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:09.675--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-17 17:54:09.675--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-17 17:54:09.675--ClientSession(1641289501)--Connection(1841083445)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:09.675--ClientSession(1641289501)--Connection(1841083445)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:09.675--ClientSession(1641289501)--Connection(1841083445)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:09.675--ClientSession(1641289501)--Connection(1841083445)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:09.675--ClientSession(1641289501)--Connection(1841083445)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:09.676--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-17 17:54:09.676--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-17 17:54:09.676--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-17 17:54:09.676--ClientSession(1641289501)--Connection(1841083445)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:09.676--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-17 17:54:09.676--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-17 17:54:09.676--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-17 17:54:09.676--ClientSession(1641289501)--Connection(1841083445)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:09.677--ClientSession(1641289501)--Connection(1841083445)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.677--ServerSession(454071866)--Connection(704104254)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.677--UnitOfWork(1178306139)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:09.677--UnitOfWork(1178306139)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:09.677--UnitOfWork(1178306139)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:09.677--ClientSession(1641289501)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:09.677--UnitOfWork(1178306139)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:09.677--ClientSession(1641289501)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:09.678--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 453428216
    [junit] [EL Finer]: 2024-04-17 17:54:09.678--ClientSession(453428216)--Thread(Thread[main,5,main])--acquire unit of work: 2023948863
    [junit] [EL Finest]: 2024-04-17 17:54:09.678--UnitOfWork(2023948863)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:09.678--ServerSession(454071866)--Connection(552526972)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.678--ClientSession(453428216)--Connection(552526972)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.678--ClientSession(453428216)--Connection(552526972)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:09.678--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-17 17:54:09.678--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-17 17:54:09.678--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-17 17:54:09.678--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-17 17:54:09.679--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-17 17:54:09.679--ClientSession(453428216)--Connection(224062106)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.679--ServerSession(454071866)--Connection(224062106)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:09.679--ServerSession(454071866)--Connection(552526972)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:09.679--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-17 17:54:09.68--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.<init>(InitialContext.java:184)
    [junit] 	at org.eclipse.persistence.internal.sessions.cdi.InjectionManagerImpl.<init>(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-17 17:54:09.681--UnitOfWork(2023948863)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:09.681--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-17 17:54:09.681--UnitOfWork(2023948863)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:09.681--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-17 17:54:09.681--UnitOfWork(2023948863)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:09.681--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-17 17:54:09.681--ServerSession(454071866)--Connection(57537894)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.681--ClientSession(453428216)--Connection(57537894)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.681--ClientSession(453428216)--Connection(57537894)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:09.681--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-17 17:54:09.682--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-17 17:54:09.682--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-17 17:54:09.682--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-17 17:54:09.682--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-17 17:54:09.683--ClientSession(453428216)--Connection(1431128150)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.683--ServerSession(454071866)--Connection(57537894)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.683--UnitOfWork(2023948863)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:09.683--UnitOfWork(2023948863)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:09.683--UnitOfWork(2023948863)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:09.683--ClientSession(453428216)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:09.683--UnitOfWork(2023948863)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:09.683--ClientSession(453428216)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:09.684--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 242773374
    [junit] [EL Finer]: 2024-04-17 17:54:09.684--ClientSession(242773374)--Thread(Thread[main,5,main])--acquire unit of work: 416024522
    [junit] [EL Finest]: 2024-04-17 17:54:09.684--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-17 17:54:09.684--ServerSession(454071866)--Connection(1396466384)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.684--ServerSession(454071866)--Connection(1396466384)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.684--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-17 17:54:09.685--ServerSession(454071866)--Connection(1396466384)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.685--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-17 17:54:09.685--ServerSession(454071866)--Connection(2066514832)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.685--ServerSession(454071866)--Connection(2066514832)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.685--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-17 17:54:09.685--ServerSession(454071866)--Connection(2066514832)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:09.715--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2126925891
    [junit] [EL Finer]: 2024-04-17 17:54:09.716--ClientSession(2126925891)--Thread(Thread[main,5,main])--acquire unit of work: 1881202346
    [junit] [EL Finer]: 2024-04-17 17:54:09.808--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1617238800
    [junit] [EL Finer]: 2024-04-17 17:54:09.808--ClientSession(1617238800)--Thread(Thread[main,5,main])--acquire unit of work: 1466559355
    [junit] [EL Finest]: 2024-04-17 17:54:09.808--UnitOfWork(1466559355)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:09.808--UnitOfWork(1466559355)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:09.808--UnitOfWork(1466559355)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:09.808--UnitOfWork(1466559355)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:09.808--UnitOfWork(1466559355)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:09.808--UnitOfWork(1466559355)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:09.808--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-17 17:54:09.808--ServerSession(454071866)--Connection(1500767468)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.808--ClientSession(1617238800)--Connection(1500767468)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.808--ClientSession(1617238800)--Connection(1500767468)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:09.808--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-17 17:54:09.809--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-17 17:54:09.809--ClientSession(1617238800)--Connection(1859753031)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:09.809--ClientSession(1617238800)--Connection(1859753031)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:09.809--ClientSession(1617238800)--Connection(1859753031)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:09.809--ClientSession(1617238800)--Connection(1859753031)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:09.809--ClientSession(1617238800)--Connection(1859753031)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:09.809--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-17 17:54:09.809--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-17 17:54:09.81--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-17 17:54:09.81--ClientSession(1617238800)--Connection(1859753031)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:09.81--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-17 17:54:09.81--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-17 17:54:09.81--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-17 17:54:09.81--ClientSession(1617238800)--Connection(1859753031)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:09.81--ClientSession(1617238800)--Connection(1859753031)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.811--ServerSession(454071866)--Connection(1500767468)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.811--UnitOfWork(1466559355)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:09.811--UnitOfWork(1466559355)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:09.811--UnitOfWork(1466559355)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:09.811--ClientSession(1617238800)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:09.811--UnitOfWork(1466559355)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:09.811--ClientSession(1617238800)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:09.812--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1405534694
    [junit] [EL Finer]: 2024-04-17 17:54:09.812--ClientSession(1405534694)--Thread(Thread[main,5,main])--acquire unit of work: 635321548
    [junit] [EL Finest]: 2024-04-17 17:54:09.812--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-17 17:54:09.812--ServerSession(454071866)--Connection(1857928854)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.812--ServerSession(454071866)--Connection(1857928854)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.812--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-17 17:54:09.812--ServerSession(454071866)--Connection(1857928854)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.813--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-17 17:54:09.813--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-17 17:54:09.813--ServerSession(454071866)--Connection(261287451)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.813--ServerSession(454071866)--Connection(261287451)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.813--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-17 17:54:09.813--ServerSession(454071866)--Connection(261287451)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:09.813--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-17 17:54:09.813--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-17 17:54:09.849--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1619932351
    [junit] [EL Finer]: 2024-04-17 17:54:09.849--ClientSession(1619932351)--Thread(Thread[main,5,main])--acquire unit of work: 977990184
    [junit] [EL Finest]: 2024-04-17 17:54:09.849--UnitOfWork(977990184)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:09.849--UnitOfWork(977990184)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:09.849--UnitOfWork(977990184)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:09.849--UnitOfWork(977990184)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:09.849--UnitOfWork(977990184)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:09.849--UnitOfWork(977990184)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:09.849--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-17 17:54:09.849--ServerSession(454071866)--Connection(592463657)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.849--ClientSession(1619932351)--Connection(592463657)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.849--ClientSession(1619932351)--Connection(592463657)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:09.849--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-17 17:54:09.85--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-17 17:54:09.85--ClientSession(1619932351)--Connection(330849841)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:09.85--ClientSession(1619932351)--Connection(330849841)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:09.85--ClientSession(1619932351)--Connection(330849841)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:09.85--ClientSession(1619932351)--Connection(330849841)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:09.85--ClientSession(1619932351)--Connection(330849841)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:09.85--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-17 17:54:09.85--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-17 17:54:09.851--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-17 17:54:09.851--ClientSession(1619932351)--Connection(330849841)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:09.851--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-17 17:54:09.851--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-17 17:54:09.851--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-17 17:54:09.851--ClientSession(1619932351)--Connection(330849841)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:09.851--ClientSession(1619932351)--Connection(330849841)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.852--ServerSession(454071866)--Connection(592463657)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.852--UnitOfWork(977990184)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:09.852--UnitOfWork(977990184)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:09.852--UnitOfWork(977990184)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:09.852--ClientSession(1619932351)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:09.852--UnitOfWork(977990184)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:09.852--ClientSession(1619932351)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:09.852--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 215043081
    [junit] [EL Finer]: 2024-04-17 17:54:09.852--ClientSession(215043081)--Thread(Thread[main,5,main])--acquire unit of work: 1712589293
    [junit] [EL Finer]: 2024-04-17 17:54:09.859--UnitOfWork(1712589293)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:09.859--UnitOfWork(1712589293)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:09.859--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-17 17:54:09.859--ServerSession(454071866)--Connection(1634834140)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.859--ClientSession(215043081)--Connection(1634834140)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.859--ClientSession(215043081)--Connection(1634834140)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:09.859--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-17 17:54:09.86--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-17 17:54:09.861--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-17 17:54:09.861--ClientSession(215043081)--Connection(347905317)--Thread(Thread[main,5,main])--DELETE FROM TL_TMP_EMP
    [junit] [EL Finer]: 2024-04-17 17:54:09.861--UnitOfWork(1712589293)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:09.861--ClientSession(215043081)--Connection(347905317)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:09.861--ServerSession(454071866)--Connection(1634834140)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:09.862--UnitOfWork(1712589293)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:09.862--UnitOfWork(1712589293)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:09.873--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1725913819
    [junit] [EL Finer]: 2024-04-17 17:54:09.873--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.513 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.732 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestConditionalExpressions
    [junit] [EL Finer]: 2024-04-17 17:54:10.76--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1410857033
    [junit] [EL Finer]: 2024-04-17 17:54:10.76--ClientSession(1410857033)--Thread(Thread[main,5,main])--acquire unit of work: 1878765102
    [junit] [EL Finer]: 2024-04-17 17:54:10.898--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 721076983
    [junit] [EL Finer]: 2024-04-17 17:54:10.898--ClientSession(721076983)--Thread(Thread[main,5,main])--acquire unit of work: 726176539
    [junit] [EL Finest]: 2024-04-17 17:54:10.899--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-17 17:54:10.899--ServerSession(454071866)--Connection(1967392275)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:10.899--ServerSession(454071866)--Connection(1967392275)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:10.899--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-17 17:54:10.9--ServerSession(454071866)--Connection(1967392275)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:11.061--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 377591941
    [junit] [EL Finer]: 2024-04-17 17:54:11.061--ClientSession(377591941)--Thread(Thread[main,5,main])--acquire unit of work: 1634773603
    [junit] [EL Finest]: 2024-04-17 17:54:11.061--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-17 17:54:11.061--ServerSession(454071866)--Connection(1522755386)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:11.061--ServerSession(454071866)--Connection(1522755386)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:11.061--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-17 17:54:11.062--ServerSession(454071866)--Connection(1522755386)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:11.133--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 126325576
    [junit] [EL Finer]: 2024-04-17 17:54:11.133--ClientSession(126325576)--Thread(Thread[main,5,main])--acquire unit of work: 1803981378
    [junit] [EL Finest]: 2024-04-17 17:54:11.133--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-17 17:54:11.133--ServerSession(454071866)--Connection(1323763455)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:11.133--ServerSession(454071866)--Connection(1323763455)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:11.133--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-17 17:54:11.133--ServerSession(454071866)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:54:11.134--ServerSession(454071866)--Connection(1323763455)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:11.134--UnitOfWork(1803981378)--Thread(Thread[main,5,main])--Local Exception Stack: 
    [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:11.166--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 147518308
    [junit] [EL Finer]: 2024-04-17 17:54:11.166--ClientSession(147518308)--Thread(Thread[main,5,main])--acquire unit of work: 98677797
    [junit] [EL Finest]: 2024-04-17 17:54:11.166--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-17 17:54:11.166--ServerSession(454071866)--Connection(358136039)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:11.166--ServerSession(454071866)--Connection(358136039)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:11.166--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-17 17:54:11.166--ServerSession(454071866)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:54:11.166--ServerSession(454071866)--Connection(358136039)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:11.166--UnitOfWork(98677797)--Thread(Thread[main,5,main])--Local Exception Stack: 
    [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.556 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestCount
    [junit] [EL Finer]: 2024-04-17 17:54:11.301--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1989570152
    [junit] [EL Finer]: 2024-04-17 17:54:11.301--ClientSession(1989570152)--Thread(Thread[main,5,main])--acquire unit of work: 1791285768
    [junit] [EL Finest]: 2024-04-17 17:54:11.301--UnitOfWork(1791285768)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.301--UnitOfWork(1791285768)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:11.301--UnitOfWork(1791285768)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:11.302--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-17 17:54:11.302--ServerSession(454071866)--Connection(813049902)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.302--ClientSession(1989570152)--Connection(813049902)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.302--ClientSession(1989570152)--Connection(813049902)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:11.302--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-17 17:54:11.302--ClientSession(1989570152)--Connection(1946297548)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:11.302--ClientSession(1989570152)--Connection(1946297548)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:11.302--ClientSession(1989570152)--Connection(1946297548)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:11.302--ClientSession(1989570152)--Connection(1946297548)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:11.302--ClientSession(1989570152)--Connection(1946297548)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:11.303--ClientSession(1989570152)--Connection(1946297548)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.303--ServerSession(454071866)--Connection(813049902)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.303--UnitOfWork(1791285768)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:11.303--UnitOfWork(1791285768)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.303--UnitOfWork(1791285768)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:11.303--ClientSession(1989570152)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:11.303--UnitOfWork(1791285768)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.303--ClientSession(1989570152)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:11.303--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2083733961
    [junit] [EL Finer]: 2024-04-17 17:54:11.303--ClientSession(2083733961)--Thread(Thread[main,5,main])--acquire unit of work: 2097492281
    [junit] [EL Finest]: 2024-04-17 17:54:11.303--UnitOfWork(2097492281)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.303--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-17 17:54:11.303--UnitOfWork(2097492281)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.303--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-17 17:54:11.304--UnitOfWork(2097492281)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:11.304--UnitOfWork(2097492281)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:11.304--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-17 17:54:11.304--ServerSession(454071866)--Connection(550975541)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.304--ClientSession(2083733961)--Connection(550975541)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.304--ClientSession(2083733961)--Connection(550975541)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:11.304--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-17 17:54:11.304--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-17 17:54:11.304--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-17 17:54:11.304--ClientSession(2083733961)--Connection(1705364626)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:11.304--ClientSession(2083733961)--Connection(1705364626)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:11.304--ClientSession(2083733961)--Connection(1705364626)--Thread(Thread[main,5,main])--	bind => [5, Eis Kratzen]
    [junit] [EL Fine]: 2024-04-17 17:54:11.304--ClientSession(2083733961)--Connection(1705364626)--Thread(Thread[main,5,main])--	bind => [6, Schnee Schieben]
    [junit] [EL Finer]: 2024-04-17 17:54:11.304--ClientSession(2083733961)--Connection(1705364626)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:11.305--ClientSession(2083733961)--Connection(1705364626)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:11.305--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-17 17:54:11.305--ClientSession(2083733961)--Connection(1705364626)--Thread(Thread[main,5,main])--	bind => [1, 0, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:11.305--ClientSession(2083733961)--Connection(1705364626)--Thread(Thread[main,5,main])--	bind => [1, 0, 6]
    [junit] [EL Finer]: 2024-04-17 17:54:11.305--ClientSession(2083733961)--Connection(1705364626)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:11.305--ClientSession(2083733961)--Connection(1705364626)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.305--ServerSession(454071866)--Connection(550975541)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.306--UnitOfWork(2097492281)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:11.306--UnitOfWork(2097492281)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.306--UnitOfWork(2097492281)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:11.306--ClientSession(2083733961)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:11.306--UnitOfWork(2097492281)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.306--ClientSession(2083733961)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:11.306--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1730115764
    [junit] [EL Finer]: 2024-04-17 17:54:11.307--ClientSession(1730115764)--Thread(Thread[main,5,main])--acquire unit of work: 1757832736
    [junit] [EL Finest]: 2024-04-17 17:54:11.307--UnitOfWork(1757832736)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT COUNT(ID) FROM TMP_DEP")
    [junit] [EL Finest]: 2024-04-17 17:54:11.307--ServerSession(454071866)--Connection(1515982678)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:11.307--ServerSession(454071866)--Connection(1515982678)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:11.307--ServerSession(454071866)--Connection(1835741116)--Thread(Thread[main,5,main])--SELECT COUNT(ID) FROM TMP_DEP
    [junit] [EL Finest]: 2024-04-17 17:54:11.307--ServerSession(454071866)--Connection(1515982678)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:11.309--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1610505085
    [junit] [EL Finer]: 2024-04-17 17:54:11.309--ClientSession(1610505085)--Thread(Thread[main,5,main])--acquire unit of work: 1199759746
    [junit] [EL Finest]: 2024-04-17 17:54:11.309--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-17 17:54:11.309--ServerSession(454071866)--Connection(1489152144)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:11.309--ServerSession(454071866)--Connection(1489152144)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:11.31--ServerSession(454071866)--Connection(1004224296)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(ID)) FROM TMP_DEP
    [junit] [EL Finest]: 2024-04-17 17:54:11.31--ServerSession(454071866)--Connection(1489152144)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:11.31--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1243000331
    [junit] [EL Finer]: 2024-04-17 17:54:11.31--ClientSession(1243000331)--Thread(Thread[main,5,main])--acquire unit of work: 1925371545
    [junit] [EL Finest]: 2024-04-17 17:54:11.31--UnitOfWork(1925371545)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Cubicle sql="SELECT COUNT(PLACE) FROM TMP_CUBICLE")
    [junit] [EL Finest]: 2024-04-17 17:54:11.31--ServerSession(454071866)--Connection(718777370)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:11.31--ServerSession(454071866)--Connection(718777370)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:11.311--ServerSession(454071866)--Connection(442606276)--Thread(Thread[main,5,main])--SELECT COUNT(PLACE) FROM TMP_CUBICLE
    [junit] [EL Finest]: 2024-04-17 17:54:11.311--ServerSession(454071866)--Connection(718777370)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:11.311--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 882303082
    [junit] [EL Finer]: 2024-04-17 17:54:11.311--ClientSession(882303082)--Thread(Thread[main,5,main])--acquire unit of work: 1713545680
    [junit] [EL Finest]: 2024-04-17 17:54:11.311--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-17 17:54:11.311--ServerSession(454071866)--Connection(797727191)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:11.311--ServerSession(454071866)--Connection(797727191)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:11.312--ServerSession(454071866)--Connection(708304939)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(NAME)) FROM TMP_DEP
    [junit] [EL Finest]: 2024-04-17 17:54:11.312--ServerSession(454071866)--Connection(797727191)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:11.312--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 754157613
    [junit] [EL Finer]: 2024-04-17 17:54:11.312--ClientSession(754157613)--Thread(Thread[main,5,main])--acquire unit of work: 657657753
    [junit] [EL Finest]: 2024-04-17 17:54:11.312--UnitOfWork(657657753)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT COUNT(ID) FROM TMP_DEP")
    [junit] [EL Finest]: 2024-04-17 17:54:11.312--ServerSession(454071866)--Connection(1588339934)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:11.312--ServerSession(454071866)--Connection(1588339934)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:11.313--ServerSession(454071866)--Connection(366563106)--Thread(Thread[main,5,main])--SELECT COUNT(ID) FROM TMP_DEP
    [junit] [EL Finest]: 2024-04-17 17:54:11.313--ServerSession(454071866)--Connection(1588339934)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:11.321--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2053186864
    [junit] [EL Finer]: 2024-04-17 17:54:11.321--ClientSession(2053186864)--Thread(Thread[main,5,main])--acquire unit of work: 121451655
    [junit] [EL Finest]: 2024-04-17 17:54:11.321--UnitOfWork(121451655)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.322--UnitOfWork(121451655)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:11.322--UnitOfWork(121451655)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:11.322--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-17 17:54:11.322--ServerSession(454071866)--Connection(647097278)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.322--ClientSession(2053186864)--Connection(647097278)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.322--ClientSession(2053186864)--Connection(647097278)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:11.322--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-17 17:54:11.322--ClientSession(2053186864)--Connection(184252305)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:11.322--ClientSession(2053186864)--Connection(184252305)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:11.322--ClientSession(2053186864)--Connection(184252305)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:11.322--ClientSession(2053186864)--Connection(184252305)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:11.322--ClientSession(2053186864)--Connection(184252305)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:11.323--ClientSession(2053186864)--Connection(184252305)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.323--ServerSession(454071866)--Connection(647097278)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.323--UnitOfWork(121451655)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:11.323--UnitOfWork(121451655)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.323--UnitOfWork(121451655)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:11.323--ClientSession(2053186864)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:11.323--UnitOfWork(121451655)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.323--ClientSession(2053186864)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:11.323--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1477690410
    [junit] [EL Finer]: 2024-04-17 17:54:11.323--ClientSession(1477690410)--Thread(Thread[main,5,main])--acquire unit of work: 1903564941
    [junit] [EL Finest]: 2024-04-17 17:54:11.323--UnitOfWork(1903564941)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.323--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-17 17:54:11.323--UnitOfWork(1903564941)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.323--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-17 17:54:11.323--UnitOfWork(1903564941)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:11.323--UnitOfWork(1903564941)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:11.324--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-17 17:54:11.324--ServerSession(454071866)--Connection(801683650)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.324--ClientSession(1477690410)--Connection(801683650)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.324--ClientSession(1477690410)--Connection(801683650)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:11.324--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-17 17:54:11.324--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-17 17:54:11.324--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-17 17:54:11.324--ClientSession(1477690410)--Connection(2076736856)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:11.324--ClientSession(1477690410)--Connection(2076736856)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:11.324--ClientSession(1477690410)--Connection(2076736856)--Thread(Thread[main,5,main])--	bind => [7, Eis Kratzen]
    [junit] [EL Fine]: 2024-04-17 17:54:11.324--ClientSession(1477690410)--Connection(2076736856)--Thread(Thread[main,5,main])--	bind => [8, Schnee Schieben]
    [junit] [EL Finer]: 2024-04-17 17:54:11.324--ClientSession(1477690410)--Connection(2076736856)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:11.325--ClientSession(1477690410)--Connection(2076736856)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:11.325--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-17 17:54:11.325--ClientSession(1477690410)--Connection(2076736856)--Thread(Thread[main,5,main])--	bind => [1, 0, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:11.325--ClientSession(1477690410)--Connection(2076736856)--Thread(Thread[main,5,main])--	bind => [1, 0, 8]
    [junit] [EL Finer]: 2024-04-17 17:54:11.325--ClientSession(1477690410)--Connection(2076736856)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:11.325--ClientSession(1477690410)--Connection(2076736856)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.325--ServerSession(454071866)--Connection(801683650)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.326--UnitOfWork(1903564941)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:11.326--UnitOfWork(1903564941)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.326--UnitOfWork(1903564941)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:11.326--ClientSession(1477690410)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:11.326--UnitOfWork(1903564941)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.326--ClientSession(1477690410)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:11.326--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1301837375
    [junit] [EL Finer]: 2024-04-17 17:54:11.326--ClientSession(1301837375)--Thread(Thread[main,5,main])--acquire unit of work: 1032288206
    [junit] [EL Finest]: 2024-04-17 17:54:11.326--UnitOfWork(1032288206)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT COUNT(NAME) FROM TMP_DEP")
    [junit] [EL Finest]: 2024-04-17 17:54:11.326--ServerSession(454071866)--Connection(890585894)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:11.326--ServerSession(454071866)--Connection(890585894)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:11.326--ServerSession(454071866)--Connection(1003761499)--Thread(Thread[main,5,main])--SELECT COUNT(NAME) FROM TMP_DEP
    [junit] [EL Finest]: 2024-04-17 17:54:11.327--ServerSession(454071866)--Connection(890585894)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:11.335--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 913015532
    [junit] [EL Finer]: 2024-04-17 17:54:11.335--ClientSession(913015532)--Thread(Thread[main,5,main])--acquire unit of work: 525141182
    [junit] [EL Finest]: 2024-04-17 17:54:11.335--UnitOfWork(525141182)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.335--UnitOfWork(525141182)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:11.335--UnitOfWork(525141182)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:11.335--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-17 17:54:11.335--ServerSession(454071866)--Connection(136667318)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.335--ClientSession(913015532)--Connection(136667318)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.335--ClientSession(913015532)--Connection(136667318)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:11.335--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-17 17:54:11.335--ClientSession(913015532)--Connection(157105608)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:11.335--ClientSession(913015532)--Connection(157105608)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:11.335--ClientSession(913015532)--Connection(157105608)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:11.335--ClientSession(913015532)--Connection(157105608)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:11.335--ClientSession(913015532)--Connection(157105608)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:11.336--ClientSession(913015532)--Connection(157105608)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.336--ServerSession(454071866)--Connection(136667318)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.336--UnitOfWork(525141182)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:11.336--UnitOfWork(525141182)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.336--UnitOfWork(525141182)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:11.336--ClientSession(913015532)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:11.336--UnitOfWork(525141182)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.336--ClientSession(913015532)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:11.336--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 47872139
    [junit] [EL Finer]: 2024-04-17 17:54:11.336--ClientSession(47872139)--Thread(Thread[main,5,main])--acquire unit of work: 559519926
    [junit] [EL Finest]: 2024-04-17 17:54:11.336--UnitOfWork(559519926)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.336--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-17 17:54:11.337--UnitOfWork(559519926)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.337--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-17 17:54:11.337--UnitOfWork(559519926)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:11.337--UnitOfWork(559519926)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:11.337--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-17 17:54:11.337--ServerSession(454071866)--Connection(661254089)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.337--ClientSession(47872139)--Connection(661254089)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.337--ClientSession(47872139)--Connection(661254089)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:11.337--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-17 17:54:11.337--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-17 17:54:11.337--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-17 17:54:11.337--ClientSession(47872139)--Connection(618188173)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:11.337--ClientSession(47872139)--Connection(618188173)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:11.337--ClientSession(47872139)--Connection(618188173)--Thread(Thread[main,5,main])--	bind => [10, Schnee Schieben]
    [junit] [EL Fine]: 2024-04-17 17:54:11.337--ClientSession(47872139)--Connection(618188173)--Thread(Thread[main,5,main])--	bind => [9, Eis Kratzen]
    [junit] [EL Finer]: 2024-04-17 17:54:11.337--ClientSession(47872139)--Connection(618188173)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:11.338--ClientSession(47872139)--Connection(618188173)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:11.338--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-17 17:54:11.338--ClientSession(47872139)--Connection(618188173)--Thread(Thread[main,5,main])--	bind => [1, 0, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:11.338--ClientSession(47872139)--Connection(618188173)--Thread(Thread[main,5,main])--	bind => [1, 0, 9]
    [junit] [EL Finer]: 2024-04-17 17:54:11.338--ClientSession(47872139)--Connection(618188173)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:11.338--ClientSession(47872139)--Connection(618188173)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.339--ServerSession(454071866)--Connection(661254089)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.339--UnitOfWork(559519926)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:11.339--UnitOfWork(559519926)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.339--UnitOfWork(559519926)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:11.339--ClientSession(47872139)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:11.339--UnitOfWork(559519926)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.339--ClientSession(47872139)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:11.339--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1232467480
    [junit] [EL Finer]: 2024-04-17 17:54:11.339--ClientSession(1232467480)--Thread(Thread[main,5,main])--acquire unit of work: 261885568
    [junit] [EL Finest]: 2024-04-17 17:54:11.339--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-17 17:54:11.339--ServerSession(454071866)--Connection(22489242)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:11.339--ServerSession(454071866)--Connection(22489242)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:11.34--ServerSession(454071866)--Connection(2133975803)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT PLACE, FLOOR) FROM TMP_CUBICLE
    [junit] [EL Finest]: 2024-04-17 17:54:11.34--ServerSession(454071866)--Connection(22489242)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:11.348--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 931293521
    [junit] [EL Finer]: 2024-04-17 17:54:11.348--ClientSession(931293521)--Thread(Thread[main,5,main])--acquire unit of work: 1846687021
    [junit] [EL Finest]: 2024-04-17 17:54:11.348--UnitOfWork(1846687021)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.348--UnitOfWork(1846687021)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:11.348--UnitOfWork(1846687021)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:11.348--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-17 17:54:11.348--ServerSession(454071866)--Connection(1025959866)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.348--ClientSession(931293521)--Connection(1025959866)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.348--ClientSession(931293521)--Connection(1025959866)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:11.349--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-17 17:54:11.349--ClientSession(931293521)--Connection(1888321463)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:11.349--ClientSession(931293521)--Connection(1888321463)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:11.349--ClientSession(931293521)--Connection(1888321463)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:11.349--ClientSession(931293521)--Connection(1888321463)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:11.349--ClientSession(931293521)--Connection(1888321463)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:11.349--ClientSession(931293521)--Connection(1888321463)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.349--ServerSession(454071866)--Connection(1025959866)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.349--UnitOfWork(1846687021)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:11.35--UnitOfWork(1846687021)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.35--UnitOfWork(1846687021)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:11.35--ClientSession(931293521)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:11.35--UnitOfWork(1846687021)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.35--ClientSession(931293521)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:11.35--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 682108068
    [junit] [EL Finer]: 2024-04-17 17:54:11.35--ClientSession(682108068)--Thread(Thread[main,5,main])--acquire unit of work: 582556988
    [junit] [EL Finest]: 2024-04-17 17:54:11.35--UnitOfWork(582556988)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.35--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-17 17:54:11.35--UnitOfWork(582556988)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.35--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-17 17:54:11.35--UnitOfWork(582556988)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:11.35--UnitOfWork(582556988)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:11.35--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-17 17:54:11.35--ServerSession(454071866)--Connection(1150846464)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.35--ClientSession(682108068)--Connection(1150846464)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.35--ClientSession(682108068)--Connection(1150846464)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:11.35--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-17 17:54:11.35--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-17 17:54:11.351--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-17 17:54:11.351--ClientSession(682108068)--Connection(1197420782)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:11.351--ClientSession(682108068)--Connection(1197420782)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:11.351--ClientSession(682108068)--Connection(1197420782)--Thread(Thread[main,5,main])--	bind => [11, Eis Kratzen]
    [junit] [EL Fine]: 2024-04-17 17:54:11.351--ClientSession(682108068)--Connection(1197420782)--Thread(Thread[main,5,main])--	bind => [12, Schnee Schieben]
    [junit] [EL Finer]: 2024-04-17 17:54:11.351--ClientSession(682108068)--Connection(1197420782)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:11.351--ClientSession(682108068)--Connection(1197420782)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:11.351--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-17 17:54:11.351--ClientSession(682108068)--Connection(1197420782)--Thread(Thread[main,5,main])--	bind => [1, 0, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:11.351--ClientSession(682108068)--Connection(1197420782)--Thread(Thread[main,5,main])--	bind => [1, 0, 12]
    [junit] [EL Finer]: 2024-04-17 17:54:11.351--ClientSession(682108068)--Connection(1197420782)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:11.352--ClientSession(682108068)--Connection(1197420782)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.352--ServerSession(454071866)--Connection(1150846464)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.352--UnitOfWork(582556988)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:11.352--UnitOfWork(582556988)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.352--UnitOfWork(582556988)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:11.352--ClientSession(682108068)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:11.352--UnitOfWork(582556988)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.352--ClientSession(682108068)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:11.353--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1797797200
    [junit] [EL Finer]: 2024-04-17 17:54:11.353--ClientSession(1797797200)--Thread(Thread[main,5,main])--acquire unit of work: 610322728
    [junit] [EL Finest]: 2024-04-17 17:54:11.353--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-17 17:54:11.353--ServerSession(454071866)--Connection(329756359)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:11.353--ServerSession(454071866)--Connection(329756359)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:11.353--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-17 17:54:11.353--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.061 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestDeleteQuery
    [junit] [EL Finer]: 2024-04-17 17:54:11.366--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1981974826
    [junit] [EL Finer]: 2024-04-17 17:54:11.366--ClientSession(1981974826)--Thread(Thread[main,5,main])--acquire unit of work: 252672164
    [junit] [EL Finest]: 2024-04-17 17:54:11.366--UnitOfWork(252672164)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.366--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-17 17:54:11.367--UnitOfWork(252672164)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.367--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-17 17:54:11.367--UnitOfWork(252672164)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:11.367--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-17 17:54:11.367--ServerSession(454071866)--Connection(980839615)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.367--ClientSession(1981974826)--Connection(980839615)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.367--ClientSession(1981974826)--Connection(980839615)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:11.367--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-17 17:54:11.367--ClientSession(1981974826)--Connection(493176261)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:11.367--ClientSession(1981974826)--Connection(493176261)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:11.367--ClientSession(1981974826)--Connection(493176261)--Thread(Thread[main,5,main])--	bind => [14, bar]
    [junit] [EL Fine]: 2024-04-17 17:54:11.367--ClientSession(1981974826)--Connection(493176261)--Thread(Thread[main,5,main])--	bind => [13, foo]
    [junit] [EL Finer]: 2024-04-17 17:54:11.367--ClientSession(1981974826)--Connection(493176261)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:11.368--ClientSession(1981974826)--Connection(493176261)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:11.368--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-17 17:54:11.368--ClientSession(1981974826)--Connection(493176261)--Thread(Thread[main,5,main])--	bind => [100, 410, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:11.368--ClientSession(1981974826)--Connection(493176261)--Thread(Thread[main,5,main])--	bind => [1, 53, 13]
    [junit] [EL Finer]: 2024-04-17 17:54:11.368--ClientSession(1981974826)--Connection(493176261)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:11.368--UnitOfWork(252672164)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:11.368--UnitOfWork(252672164)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.368--UnitOfWork(252672164)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:11.368--ClientSession(1981974826)--Connection(493176261)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.368--ServerSession(454071866)--Connection(980839615)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.369--UnitOfWork(252672164)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:11.369--UnitOfWork(252672164)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.372--UnitOfWork(252672164)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:11.372--UnitOfWork(252672164)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:11.372--UnitOfWork(252672164)--Thread(Thread[main,5,main])--Execute query DeleteAllQuery(referenceClass=Project sql="DELETE FROM TL_TMP_PROJECT")
    [junit] [EL Finest]: 2024-04-17 17:54:11.372--ServerSession(454071866)--Connection(1930778751)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.372--ClientSession(1981974826)--Connection(1930778751)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.372--ClientSession(1981974826)--Connection(1930778751)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:11.372--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-17 17:54:11.373--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-17 17:54:11.373--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-17 17:54:11.373--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-17 17:54:11.374--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-17 17:54:11.374--ClientSession(1981974826)--Connection(830615916)--Thread(Thread[main,5,main])--DELETE FROM TL_TMP_PROJECT
    [junit] [EL Finer]: 2024-04-17 17:54:11.374--UnitOfWork(252672164)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:11.374--UnitOfWork(252672164)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:11.374--UnitOfWork(252672164)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.374--UnitOfWork(252672164)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:11.374--ClientSession(1981974826)--Connection(830615916)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.375--ServerSession(454071866)--Connection(1930778751)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.375--UnitOfWork(252672164)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:11.375--UnitOfWork(252672164)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.391--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1080108605
    [junit] [EL Finer]: 2024-04-17 17:54:11.391--ClientSession(1080108605)--Thread(Thread[main,5,main])--acquire unit of work: 1901493875
    [junit] [EL Finest]: 2024-04-17 17:54:11.391--UnitOfWork(1901493875)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:11.391--UnitOfWork(1901493875)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:11.391--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-17 17:54:11.391--ServerSession(454071866)--Connection(1308774401)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.391--ClientSession(1080108605)--Connection(1308774401)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.391--ClientSession(1080108605)--Connection(1308774401)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:11.391--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-17 17:54:11.392--ClientSession(1080108605)--Connection(216341076)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.392--ServerSession(454071866)--Connection(1308774401)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.392--UnitOfWork(1901493875)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:11.392--UnitOfWork(1901493875)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.392--UnitOfWork(1901493875)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:11.392--ClientSession(1080108605)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:11.392--UnitOfWork(1901493875)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.392--ClientSession(1080108605)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:11.392--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 68159840
    [junit] [EL Finer]: 2024-04-17 17:54:11.392--ClientSession(68159840)--Thread(Thread[main,5,main])--acquire unit of work: 1489945531
    [junit] [EL Finer]: 2024-04-17 17:54:11.393--UnitOfWork(1489945531)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:11.393--UnitOfWork(1489945531)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:11.393--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-17 17:54:11.393--ServerSession(454071866)--Connection(571628375)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.393--ClientSession(68159840)--Connection(571628375)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.393--ClientSession(68159840)--Connection(571628375)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:11.393--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-17 17:54:11.393--UnitOfWork(1489945531)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:11.393--ClientSession(68159840)--Connection(325228829)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.393--ServerSession(454071866)--Connection(571628375)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.394--UnitOfWork(1489945531)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:11.394--UnitOfWork(1489945531)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.394--UnitOfWork(1489945531)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:11.394--ClientSession(68159840)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:11.394--UnitOfWork(1489945531)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.394--ClientSession(68159840)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:11.394--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2015305272
    [junit] [EL Finer]: 2024-04-17 17:54:11.394--ClientSession(2015305272)--Thread(Thread[main,5,main])--acquire unit of work: 1214724751
    [junit] [EL Finest]: 2024-04-17 17:54:11.394--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-17 17:54:11.394--ServerSession(454071866)--Connection(1745832679)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:11.394--ServerSession(454071866)--Connection(1745832679)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:11.394--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-17 17:54:11.394--ServerSession(454071866)--Connection(1745832679)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:11.41--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 186221253
    [junit] [EL Finer]: 2024-04-17 17:54:11.41--ClientSession(186221253)--Thread(Thread[main,5,main])--acquire unit of work: 1139526069
    [junit] [EL Finer]: 2024-04-17 17:54:11.411--UnitOfWork(1139526069)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.411--ClientSession(186221253)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:11.418--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 482729490
    [junit] [EL Finer]: 2024-04-17 17:54:11.418--ClientSession(482729490)--Thread(Thread[main,5,main])--acquire unit of work: 25041502
    [junit] [EL Finer]: 2024-04-17 17:54:11.418--UnitOfWork(25041502)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.418--ClientSession(482729490)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:11.433--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1314139892
    [junit] [EL Finer]: 2024-04-17 17:54:11.433--ClientSession(1314139892)--Thread(Thread[main,5,main])--acquire unit of work: 1807566055
    [junit] [EL Finest]: 2024-04-17 17:54:11.433--UnitOfWork(1807566055)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.433--UnitOfWork(1807566055)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.433--UnitOfWork(1807566055)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:11.433--UnitOfWork(1807566055)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:11.433--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-17 17:54:11.433--ServerSession(454071866)--Connection(820999998)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.433--ClientSession(1314139892)--Connection(820999998)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.434--ClientSession(1314139892)--Connection(820999998)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:11.434--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-17 17:54:11.434--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-17 17:54:11.434--ClientSession(1314139892)--Connection(649313423)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:11.434--ClientSession(1314139892)--Connection(649313423)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:11.434--ClientSession(1314139892)--Connection(649313423)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:11.434--ClientSession(1314139892)--Connection(649313423)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:11.434--ClientSession(1314139892)--Connection(649313423)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Fine]: 2024-04-17 17:54:11.435--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-17 17:54:11.435--ClientSession(1314139892)--Connection(649313423)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.435--ServerSession(454071866)--Connection(820999998)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.435--UnitOfWork(1807566055)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:11.436--UnitOfWork(1807566055)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.436--UnitOfWork(1807566055)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:11.436--ClientSession(1314139892)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:11.436--UnitOfWork(1807566055)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.436--ClientSession(1314139892)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:11.436--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1377911428
    [junit] [EL Finer]: 2024-04-17 17:54:11.436--ClientSession(1377911428)--Thread(Thread[main,5,main])--acquire unit of work: 1766710155
    [junit] [EL Finest]: 2024-04-17 17:54:11.436--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-17 17:54:11.436--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-17 17:54:11.437--UnitOfWork(1766710155)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:11.437--UnitOfWork(1766710155)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:11.437--UnitOfWork(1766710155)--Thread(Thread[main,5,main])--Execute query DeleteAllQuery(referenceClass=Employee sql="DELETE FROM TMP_EMP WHERE (DEPARTMENT = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.437--ServerSession(454071866)--Connection(968394264)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.437--ClientSession(1377911428)--Connection(968394264)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.437--ClientSession(1377911428)--Connection(968394264)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:11.437--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-17 17:54:11.437--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-17 17:54:11.438--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-17 17:54:11.438--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-17 17:54:11.438--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-17 17:54:11.438--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-17 17:54:11.438--ClientSession(1377911428)--Connection(1147193123)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (DEPARTMENT = ?)
    [junit] 	bind => [10]
    [junit] [EL Finer]: 2024-04-17 17:54:11.439--UnitOfWork(1766710155)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:11.439--ClientSession(1377911428)--Connection(1147193123)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.439--ServerSession(454071866)--Connection(968394264)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.439--UnitOfWork(1766710155)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:11.439--UnitOfWork(1766710155)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: 2024-04-17 17:54:11.439--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-17 17:54:11.439--ServerSession(454071866)--Connection(927793961)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:11.44--ServerSession(454071866)--Connection(927793961)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:11.44--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-17 17:54:11.44--ServerSession(454071866)--Connection(927793961)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:11.44--UnitOfWork(1766710155)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:11.44--ClientSession(1377911428)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:11.44--UnitOfWork(1766710155)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.44--ClientSession(1377911428)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:11.448--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1793168557
    [junit] [EL Finer]: 2024-04-17 17:54:11.448--ClientSession(1793168557)--Thread(Thread[main,5,main])--acquire unit of work: 1408256544
    [junit] [EL Finest]: 2024-04-17 17:54:11.448--UnitOfWork(1408256544)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.448--UnitOfWork(1408256544)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.448--UnitOfWork(1408256544)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:11.448--UnitOfWork(1408256544)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:11.448--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-17 17:54:11.448--ServerSession(454071866)--Connection(1331269115)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.448--ClientSession(1793168557)--Connection(1331269115)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.448--ClientSession(1793168557)--Connection(1331269115)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:11.448--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-17 17:54:11.448--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-17 17:54:11.448--ClientSession(1793168557)--Connection(1795040256)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:11.448--ClientSession(1793168557)--Connection(1795040256)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:11.448--ClientSession(1793168557)--Connection(1795040256)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:11.449--ClientSession(1793168557)--Connection(1795040256)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:11.449--ClientSession(1793168557)--Connection(1795040256)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Fine]: 2024-04-17 17:54:11.449--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-17 17:54:11.449--ClientSession(1793168557)--Connection(1795040256)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.45--ServerSession(454071866)--Connection(1331269115)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.45--UnitOfWork(1408256544)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:11.45--UnitOfWork(1408256544)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.45--UnitOfWork(1408256544)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:11.45--ClientSession(1793168557)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:11.45--UnitOfWork(1408256544)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.45--ClientSession(1793168557)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:11.45--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1072442184
    [junit] [EL Finer]: 2024-04-17 17:54:11.45--ClientSession(1072442184)--Thread(Thread[main,5,main])--acquire unit of work: 606721681
    [junit] [EL Finer]: 2024-04-17 17:54:11.45--UnitOfWork(606721681)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:11.45--UnitOfWork(606721681)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:11.45--UnitOfWork(606721681)--Thread(Thread[main,5,main])--Execute query DeleteAllQuery(referenceClass=Employee sql="DELETE FROM TMP_EMP WHERE (DEPARTMENT = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.45--ServerSession(454071866)--Connection(801476373)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.45--ClientSession(1072442184)--Connection(801476373)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.45--ClientSession(1072442184)--Connection(801476373)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:11.45--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-17 17:54:11.451--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-17 17:54:11.451--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-17 17:54:11.451--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-17 17:54:11.451--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-17 17:54:11.451--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-17 17:54:11.452--ClientSession(1072442184)--Connection(1502715703)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (DEPARTMENT = ?)
    [junit] 	bind => [10]
    [junit] [EL Finer]: 2024-04-17 17:54:11.452--UnitOfWork(606721681)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:11.452--ClientSession(1072442184)--Connection(1502715703)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.452--ServerSession(454071866)--Connection(801476373)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.452--UnitOfWork(606721681)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:11.452--UnitOfWork(606721681)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: 2024-04-17 17:54:11.452--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-17 17:54:11.452--ServerSession(454071866)--Connection(1344487293)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:11.452--ServerSession(454071866)--Connection(1344487293)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:11.452--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-17 17:54:11.453--ServerSession(454071866)--Connection(1344487293)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:11.453--UnitOfWork(606721681)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:11.453--ClientSession(1072442184)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:11.453--UnitOfWork(606721681)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.453--ClientSession(1072442184)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:11.461--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1158951378
    [junit] [EL Finer]: 2024-04-17 17:54:11.461--ClientSession(1158951378)--Thread(Thread[main,5,main])--acquire unit of work: 488914619
    [junit] [EL Finer]: 2024-04-17 17:54:11.461--UnitOfWork(488914619)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.461--ClientSession(1158951378)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:11.479--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1438877828
    [junit] [EL Finer]: 2024-04-17 17:54:11.479--ClientSession(1438877828)--Thread(Thread[main,5,main])--acquire unit of work: 135973740
    [junit] [EL Finest]: 2024-04-17 17:54:11.479--UnitOfWork(135973740)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.479--UnitOfWork(135973740)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.479--UnitOfWork(135973740)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:11.479--UnitOfWork(135973740)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:11.48--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-17 17:54:11.48--ServerSession(454071866)--Connection(1209760826)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.48--ClientSession(1438877828)--Connection(1209760826)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.48--ClientSession(1438877828)--Connection(1209760826)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:11.48--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-17 17:54:11.48--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-17 17:54:11.48--ClientSession(1438877828)--Connection(17389797)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:11.48--ClientSession(1438877828)--Connection(17389797)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:11.48--ClientSession(1438877828)--Connection(17389797)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:11.48--ClientSession(1438877828)--Connection(17389797)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:11.48--ClientSession(1438877828)--Connection(17389797)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Fine]: 2024-04-17 17:54:11.481--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-17 17:54:11.481--ClientSession(1438877828)--Connection(17389797)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.481--ServerSession(454071866)--Connection(1209760826)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.482--UnitOfWork(135973740)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:11.482--UnitOfWork(135973740)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.482--UnitOfWork(135973740)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:11.482--ClientSession(1438877828)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:11.482--UnitOfWork(135973740)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.482--ClientSession(1438877828)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:11.482--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 615024544
    [junit] [EL Finer]: 2024-04-17 17:54:11.482--ClientSession(615024544)--Thread(Thread[main,5,main])--acquire unit of work: 1873620384
    [junit] [EL Finer]: 2024-04-17 17:54:11.482--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:11.482--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:11.482--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--Execute query DeleteAllQuery(referenceClass=Employee sql="DELETE FROM TMP_EMP")
    [junit] [EL Finest]: 2024-04-17 17:54:11.482--ServerSession(454071866)--Connection(1799500692)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.482--ClientSession(615024544)--Connection(1799500692)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.482--ClientSession(615024544)--Connection(1799500692)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:11.482--ClientSession(615024544)--Connection(1837421425)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW
    [junit] [EL Fine]: 2024-04-17 17:54:11.482--ClientSession(615024544)--Connection(1837421425)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT
    [junit] [EL Fine]: 2024-04-17 17:54:11.483--ClientSession(615024544)--Connection(1837421425)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT
    [junit] [EL Fine]: 2024-04-17 17:54:11.483--ClientSession(615024544)--Connection(1837421425)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY
    [junit] [EL Fine]: 2024-04-17 17:54:11.483--ClientSession(615024544)--Connection(1837421425)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT
    [junit] [EL Fine]: 2024-04-17 17:54:11.483--ClientSession(615024544)--Connection(1837421425)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE
    [junit] [EL Fine]: 2024-04-17 17:54:11.483--ClientSession(615024544)--Connection(1837421425)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP
    [junit] [EL Finer]: 2024-04-17 17:54:11.483--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:11.483--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:11.483--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: 2024-04-17 17:54:11.483--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-17 17:54:11.483--ClientSession(615024544)--Connection(1837421425)--Thread(Thread[main,5,main])--delete from TMP_DEP where ID is not null
    [junit] [EL Finer]: 2024-04-17 17:54:11.484--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:11.484--ClientSession(615024544)--Connection(1837421425)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.484--ServerSession(454071866)--Connection(1799500692)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.484--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:11.484--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.492--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1907078375
    [junit] [EL Finer]: 2024-04-17 17:54:11.492--ClientSession(1907078375)--Thread(Thread[main,5,main])--acquire unit of work: 874287506
    [junit] [EL Finest]: 2024-04-17 17:54:11.492--UnitOfWork(874287506)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.492--UnitOfWork(874287506)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.493--UnitOfWork(874287506)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:11.493--UnitOfWork(874287506)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:11.493--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-17 17:54:11.493--ServerSession(454071866)--Connection(1208903779)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.493--ClientSession(1907078375)--Connection(1208903779)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.493--ClientSession(1907078375)--Connection(1208903779)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:11.493--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-17 17:54:11.493--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-17 17:54:11.493--ClientSession(1907078375)--Connection(1449214164)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:11.493--ClientSession(1907078375)--Connection(1449214164)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:11.493--ClientSession(1907078375)--Connection(1449214164)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:11.493--ClientSession(1907078375)--Connection(1449214164)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:11.493--ClientSession(1907078375)--Connection(1449214164)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Fine]: 2024-04-17 17:54:11.494--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-17 17:54:11.494--ClientSession(1907078375)--Connection(1449214164)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.494--ServerSession(454071866)--Connection(1208903779)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.495--UnitOfWork(874287506)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:11.495--UnitOfWork(874287506)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.495--UnitOfWork(874287506)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:11.495--ClientSession(1907078375)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:11.495--UnitOfWork(874287506)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.495--ClientSession(1907078375)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:11.495--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:11.495--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:11.495--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: 2024-04-17 17:54:11.495--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--Execute query DeleteAllQuery(referenceClass=Employee sql="DELETE FROM TMP_EMP")
    [junit] [EL Finest]: 2024-04-17 17:54:11.495--ServerSession(454071866)--Connection(957247265)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.495--ClientSession(615024544)--Connection(957247265)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.495--ClientSession(615024544)--Connection(957247265)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:11.495--ClientSession(615024544)--Connection(1698037556)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW
    [junit] [EL Fine]: 2024-04-17 17:54:11.495--ClientSession(615024544)--Connection(1698037556)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT
    [junit] [EL Fine]: 2024-04-17 17:54:11.495--ClientSession(615024544)--Connection(1698037556)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT
    [junit] [EL Fine]: 2024-04-17 17:54:11.495--ClientSession(615024544)--Connection(1698037556)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY
    [junit] [EL Fine]: 2024-04-17 17:54:11.495--ClientSession(615024544)--Connection(1698037556)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT
    [junit] [EL Fine]: 2024-04-17 17:54:11.496--ClientSession(615024544)--Connection(1698037556)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE
    [junit] [EL Fine]: 2024-04-17 17:54:11.496--ClientSession(615024544)--Connection(1698037556)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP
    [junit] [EL Finer]: 2024-04-17 17:54:11.496--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:11.496--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:11.496--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: 2024-04-17 17:54:11.496--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-17 17:54:11.496--ClientSession(615024544)--Connection(1698037556)--Thread(Thread[main,5,main])--delete from TMP_DEP where TMP_DEP.ID = 10
    [junit] [EL Finer]: 2024-04-17 17:54:11.496--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:11.496--ClientSession(615024544)--Connection(1698037556)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.496--ServerSession(454071866)--Connection(957247265)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.497--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:11.497--UnitOfWork(1873620384)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.512--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1679210211
    [junit] [EL Finer]: 2024-04-17 17:54:11.512--ClientSession(1679210211)--Thread(Thread[main,5,main])--acquire unit of work: 738767874
    [junit] [EL Finest]: 2024-04-17 17:54:11.512--UnitOfWork(738767874)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.512--UnitOfWork(738767874)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.512--UnitOfWork(738767874)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:11.512--UnitOfWork(738767874)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:11.512--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-17 17:54:11.512--ServerSession(454071866)--Connection(145387773)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.512--ClientSession(1679210211)--Connection(145387773)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.513--ClientSession(1679210211)--Connection(145387773)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:11.513--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-17 17:54:11.513--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-17 17:54:11.513--ClientSession(1679210211)--Connection(472254691)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:11.513--ClientSession(1679210211)--Connection(472254691)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:11.513--ClientSession(1679210211)--Connection(472254691)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:11.513--ClientSession(1679210211)--Connection(472254691)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:11.513--ClientSession(1679210211)--Connection(472254691)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Fine]: 2024-04-17 17:54:11.513--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-17 17:54:11.514--ClientSession(1679210211)--Connection(472254691)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.514--ServerSession(454071866)--Connection(145387773)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.514--UnitOfWork(738767874)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:11.514--UnitOfWork(738767874)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.514--UnitOfWork(738767874)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:11.514--ClientSession(1679210211)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:11.514--UnitOfWork(738767874)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.514--ClientSession(1679210211)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:11.514--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2118686543
    [junit] [EL Finer]: 2024-04-17 17:54:11.514--ClientSession(2118686543)--Thread(Thread[main,5,main])--acquire unit of work: 1376123253
    [junit] [EL Finer]: 2024-04-17 17:54:11.514--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:11.514--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:11.514--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--Execute query DeleteAllQuery(referenceClass=Employee sql="DELETE FROM TMP_EMP")
    [junit] [EL Finest]: 2024-04-17 17:54:11.514--ServerSession(454071866)--Connection(1564077910)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.514--ClientSession(2118686543)--Connection(1564077910)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.514--ClientSession(2118686543)--Connection(1564077910)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:11.515--ClientSession(2118686543)--Connection(157790370)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW
    [junit] [EL Fine]: 2024-04-17 17:54:11.515--ClientSession(2118686543)--Connection(157790370)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT
    [junit] [EL Fine]: 2024-04-17 17:54:11.515--ClientSession(2118686543)--Connection(157790370)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT
    [junit] [EL Fine]: 2024-04-17 17:54:11.515--ClientSession(2118686543)--Connection(157790370)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY
    [junit] [EL Fine]: 2024-04-17 17:54:11.515--ClientSession(2118686543)--Connection(157790370)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT
    [junit] [EL Fine]: 2024-04-17 17:54:11.515--ClientSession(2118686543)--Connection(157790370)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE
    [junit] [EL Fine]: 2024-04-17 17:54:11.515--ClientSession(2118686543)--Connection(157790370)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP
    [junit] [EL Finer]: 2024-04-17 17:54:11.516--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:11.516--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:11.516--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: 2024-04-17 17:54:11.516--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-17 17:54:11.516--ClientSession(2118686543)--Connection(157790370)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE (ID IS NOT NULL)
    [junit] [EL Finer]: 2024-04-17 17:54:11.516--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:11.516--ClientSession(2118686543)--Connection(157790370)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.516--ServerSession(454071866)--Connection(1564077910)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.516--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:11.516--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.524--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1127850725
    [junit] [EL Finer]: 2024-04-17 17:54:11.524--ClientSession(1127850725)--Thread(Thread[main,5,main])--acquire unit of work: 1751407735
    [junit] [EL Finest]: 2024-04-17 17:54:11.524--UnitOfWork(1751407735)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.525--UnitOfWork(1751407735)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.525--UnitOfWork(1751407735)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:11.525--UnitOfWork(1751407735)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:11.525--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-17 17:54:11.525--ServerSession(454071866)--Connection(376601228)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.525--ClientSession(1127850725)--Connection(376601228)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.525--ClientSession(1127850725)--Connection(376601228)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:11.525--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-17 17:54:11.525--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-17 17:54:11.525--ClientSession(1127850725)--Connection(191943324)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:11.525--ClientSession(1127850725)--Connection(191943324)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:11.525--ClientSession(1127850725)--Connection(191943324)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:11.525--ClientSession(1127850725)--Connection(191943324)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:11.525--ClientSession(1127850725)--Connection(191943324)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Fine]: 2024-04-17 17:54:11.526--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-17 17:54:11.526--ClientSession(1127850725)--Connection(191943324)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.526--ServerSession(454071866)--Connection(376601228)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.526--UnitOfWork(1751407735)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:11.526--UnitOfWork(1751407735)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.527--UnitOfWork(1751407735)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:11.527--ClientSession(1127850725)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:11.527--UnitOfWork(1751407735)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:11.527--ClientSession(1127850725)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:11.527--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:11.527--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:11.527--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: 2024-04-17 17:54:11.527--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--Execute query DeleteAllQuery(referenceClass=Employee sql="DELETE FROM TMP_EMP")
    [junit] [EL Finest]: 2024-04-17 17:54:11.527--ServerSession(454071866)--Connection(501003344)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.527--ClientSession(2118686543)--Connection(501003344)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.527--ClientSession(2118686543)--Connection(501003344)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:11.527--ClientSession(2118686543)--Connection(849619021)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW
    [junit] [EL Fine]: 2024-04-17 17:54:11.527--ClientSession(2118686543)--Connection(849619021)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT
    [junit] [EL Fine]: 2024-04-17 17:54:11.527--ClientSession(2118686543)--Connection(849619021)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT
    [junit] [EL Fine]: 2024-04-17 17:54:11.528--ClientSession(2118686543)--Connection(849619021)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY
    [junit] [EL Fine]: 2024-04-17 17:54:11.528--ClientSession(2118686543)--Connection(849619021)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT
    [junit] [EL Fine]: 2024-04-17 17:54:11.528--ClientSession(2118686543)--Connection(849619021)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE
    [junit] [EL Fine]: 2024-04-17 17:54:11.528--ClientSession(2118686543)--Connection(849619021)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP
    [junit] [EL Finer]: 2024-04-17 17:54:11.528--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:11.528--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:11.528--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: 2024-04-17 17:54:11.528--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--Execute query DeleteAllQuery(referenceClass=Department sql="DELETE FROM TMP_DEP WHERE (ID = ?)")
    [junit] [EL Fine]: 2024-04-17 17:54:11.529--ClientSession(2118686543)--Connection(849619021)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE (ID = ?)
    [junit] 	bind => [10]
    [junit] [EL Finer]: 2024-04-17 17:54:11.529--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:11.529--ClientSession(2118686543)--Connection(849619021)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.529--ServerSession(454071866)--Connection(501003344)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.529--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:11.529--UnitOfWork(1376123253)--Thread(Thread[main,5,main])--resume unit of work
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 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.059 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestExtendedQueries
    [junit] [EL Finer]: 2024-04-17 17:54:11.606--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1150111083
    [junit] [EL Finer]: 2024-04-17 17:54:11.606--ClientSession(1150111083)--Thread(Thread[main,5,main])--acquire unit of work: 1874143156
    [junit] [EL Finest]: 2024-04-17 17:54:11.606--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.606--ServerSession(454071866)--Connection(840777224)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.606--ClientSession(1150111083)--Connection(840777224)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.606--ClientSession(1150111083)--Connection(840777224)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:11.607--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-17 17:54:11.607--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-17 17:54:11.607--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-17 17:54:11.607--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-17 17:54:11.607--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-17 17:54:11.608--ClientSession(1150111083)--Connection(475388725)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.608--ServerSession(454071866)--Connection(475388725)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:11.608--ServerSession(454071866)--Connection(840777224)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:11.608--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (1 -> null:null:reading)
    [junit] [EL Finest]: 2024-04-17 17:54:11.608--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.608--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (2 -> null:null:cooking)
    [junit] [EL Finest]: 2024-04-17 17:54:11.608--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.608--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (3 -> null:null:watching tv)
    [junit] [EL Finest]: 2024-04-17 17:54:11.608--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.608--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (4 -> null:null:cleaning the house)
    [junit] [EL Finest]: 2024-04-17 17:54:11.608--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.608--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (5 -> null:null:swimming)
    [junit] [EL Finest]: 2024-04-17 17:54:11.608--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.608--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (6 -> null:null:computers)
    [junit] [EL Finest]: 2024-04-17 17:54:11.608--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.608--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--assign sequence to the object (7 -> null:null:stamps)
    [junit] [EL Finest]: 2024-04-17 17:54:11.609--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.609--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.609--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.609--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.609--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.609--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.609--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.609--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.609--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.609--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.609--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.609--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-17 17:54:11.609--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.609--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-17 17:54:11.609--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.609--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-17 17:54:11.609--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.609--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-17 17:54:11.609--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.609--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-17 17:54:11.609--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.61--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-17 17:54:11.61--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.61--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-17 17:54:11.61--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.61--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-17 17:54:11.61--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.61--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-17 17:54:11.61--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.61--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-17 17:54:11.61--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.61--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-17 17:54:11.61--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.61--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-17 17:54:11.61--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.61--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-17 17:54:11.61--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.61--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-17 17:54:11.61--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.61--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-17 17:54:11.61--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.61--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-17 17:54:11.61--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.61--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-17 17:54:11.61--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.61--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-17 17:54:11.61--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.61--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-17 17:54:11.61--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.611--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-17 17:54:11.611--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.611--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-17 17:54:11.611--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.611--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-17 17:54:11.611--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.611--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-17 17:54:11.611--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.611--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-17 17:54:11.611--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.611--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-17 17:54:11.611--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.611--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-17 17:54:11.611--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.611--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-17 17:54:11.611--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.611--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-17 17:54:11.611--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.611--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-17 17:54:11.611--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.611--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-17 17:54:11.611--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.611--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-17 17:54:11.611--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.611--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-17 17:54:11.611--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.611--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-17 17:54:11.611--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.611--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-17 17:54:11.612--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.612--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-17 17:54:11.612--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.612--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-17 17:54:11.612--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.612--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-17 17:54:11.612--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.612--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-17 17:54:11.612--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.612--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-17 17:54:11.612--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.612--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-17 17:54:11.612--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.612--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-17 17:54:11.612--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.612--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-17 17:54:11.612--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.612--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-17 17:54:11.612--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.612--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-17 17:54:11.612--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.612--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-17 17:54:11.612--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.612--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-17 17:54:11.612--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.612--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-17 17:54:11.612--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.613--ServerSession(454071866)--Connection(1419886138)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.613--ClientSession(1150111083)--Connection(1419886138)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.613--ClientSession(1150111083)--Connection(1419886138)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:11.613--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-17 17:54:11.613--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-17 17:54:11.613--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-17 17:54:11.613--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-17 17:54:11.614--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-17 17:54:11.614--ClientSession(1150111083)--Connection(1819159284)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.614--ServerSession(454071866)--Connection(1819159284)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:11.614--ServerSession(454071866)--Connection(1419886138)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:11.614--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-17 17:54:11.614--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.614--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-17 17:54:11.614--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.614--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-17 17:54:11.614--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.614--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-17 17:54:11.614--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.614--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-17 17:54:11.614--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.614--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-17 17:54:11.614--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.614--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-17 17:54:11.615--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.615--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-17 17:54:11.615--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.615--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-17 17:54:11.615--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.615--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-17 17:54:11.615--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.615--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-17 17:54:11.615--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.615--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-17 17:54:11.615--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.615--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-17 17:54:11.615--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.615--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-17 17:54:11.615--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.615--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-17 17:54:11.615--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.615--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-17 17:54:11.615--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.615--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-17 17:54:11.615--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.615--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-17 17:54:11.615--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.615--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-17 17:54:11.615--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.615--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-17 17:54:11.615--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.615--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-17 17:54:11.616--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.616--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-17 17:54:11.616--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.616--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-17 17:54:11.616--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.616--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-17 17:54:11.616--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.616--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-17 17:54:11.616--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.616--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-17 17:54:11.616--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.616--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-17 17:54:11.616--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.616--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-17 17:54:11.616--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.616--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-17 17:54:11.616--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.616--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-17 17:54:11.616--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.616--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-17 17:54:11.616--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.616--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-17 17:54:11.616--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.616--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-17 17:54:11.616--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.616--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-17 17:54:11.616--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.616--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-17 17:54:11.616--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.616--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-17 17:54:11.617--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.617--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-17 17:54:11.617--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.617--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-17 17:54:11.617--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.617--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-17 17:54:11.617--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.617--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-17 17:54:11.617--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.617--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-17 17:54:11.617--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.617--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-17 17:54:11.617--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.617--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-17 17:54:11.617--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.617--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-17 17:54:11.617--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.617--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-17 17:54:11.617--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.617--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-17 17:54:11.617--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.617--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-17 17:54:11.617--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.617--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-17 17:54:11.617--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.617--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-17 17:54:11.617--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.617--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-17 17:54:11.617--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.618--ServerSession(454071866)--Connection(6334337)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.618--ClientSession(1150111083)--Connection(6334337)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.618--ClientSession(1150111083)--Connection(6334337)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:11.618--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-17 17:54:11.618--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-17 17:54:11.618--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-17 17:54:11.618--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-17 17:54:11.618--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-17 17:54:11.619--ClientSession(1150111083)--Connection(1545609928)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.619--ServerSession(454071866)--Connection(1545609928)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:11.619--ServerSession(454071866)--Connection(6334337)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:11.619--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-17 17:54:11.619--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.619--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-17 17:54:11.619--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.619--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-17 17:54:11.619--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.619--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-17 17:54:11.619--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.619--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-17 17:54:11.619--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.619--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-17 17:54:11.619--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.62--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-17 17:54:11.62--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.62--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-17 17:54:11.62--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.62--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.62--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.62--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.62--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.62--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.62--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.62--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.621--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.621--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.621--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.621--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.621--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.621--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.621--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.621--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.621--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.621--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.621--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.621--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.621--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.621--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.621--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.621--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.621--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.621--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.621--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.621--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.621--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.621--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.621--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.621--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.622--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.622--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.622--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.622--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.622--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.622--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.622--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.622--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.622--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.622--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.622--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.622--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.622--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.622--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.622--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.622--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.622--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.622--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.622--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.622--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.622--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.623--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.623--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.623--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.623--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.623--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.623--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.623--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.623--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.623--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.623--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.623--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.623--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.623--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.623--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.623--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.623--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.623--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.623--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.623--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.623--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.624--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.624--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.624--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.624--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.624--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.624--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.624--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.624--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.624--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.624--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.624--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.678--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.679--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.679--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.679--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.679--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.679--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.679--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.679--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.679--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.679--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.679--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.679--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.679--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.679--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.679--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:11.679--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:11.679--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:11.681--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-17 17:54:11.681--ServerSession(454071866)--Connection(1666671572)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:11.681--ClientSession(1150111083)--Connection(1666671572)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:11.681--ClientSession(1150111083)--Connection(1666671572)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:11.682--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-17 17:54:11.682--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-17 17:54:11.682--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-17 17:54:11.682--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-17 17:54:11.682--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-17 17:54:11.682--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:11.682--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-17 17:54:11.682--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [104, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:11.682--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [107, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:11.682--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [105, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:11.682--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [106, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:11.682--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [108, foo-brand, null, 0, 1, 4]
    [junit] [EL Finer]: 2024-04-17 17:54:11.682--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:11.683--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-17 17:54:11.683--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-17 17:54:11.683--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-17 17:54:11.683--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-17 17:54:11.683--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-17 17:54:11.683--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-17 17:54:11.683--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-17 17:54:11.684--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-17 17:54:11.684--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-17 17:54:11.684--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-17 17:54:11.684--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:11.684--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:11.684--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [9, Department_9, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:11.684--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, Department_2, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:11.684--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [7, Department_7, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:11.684--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, Department_5, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:11.684--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, Department_1, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:11.684--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, Department_3, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:11.684--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [8, Department_8, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:11.684--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, Department_6, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:11.684--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [0, Department_0, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:11.684--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, Department_4, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:11.684--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:11.685--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-17 17:54:11.685--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-17 17:54:11.685--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-17 17:54:11.685--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-17 17:54:11.685--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-17 17:54:11.685--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-17 17:54:11.685--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-17 17:54:11.686--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-17 17:54:11.686--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-17 17:54:11.686--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-17 17:54:11.686--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-17 17:54:11.686--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-17 17:54:11.686--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-17 17:54:11.686--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-17 17:54:11.686--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-17 17:54:11.686--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-17 17:54:11.686--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-17 17:54:11.686--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-17 17:54:11.686--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-17 17:54:11.686--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-17 17:54:11.686--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-17 17:54:11.686--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-17 17:54:11.686--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-17 17:54:11.686--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-17 17:54:11.686--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-17 17:54:11.686--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-17 17:54:11.686--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-17 17:54:11.686--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-17 17:54:11.686--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-17 17:54:11.686--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-17 17:54:11.687--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-17 17:54:11.687--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-17 17:54:11.687--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-17 17:54:11.687--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-17 17:54:11.687--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-17 17:54:11.687--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-17 17:54:11.687--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-17 17:54:11.687--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-17 17:54:11.687--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-17 17:54:11.687--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-17 17:54:11.687--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-17 17:54:11.687--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-17 17:54:11.687--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-17 17:54:11.687--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-17 17:54:11.687--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-17 17:54:11.687--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-17 17:54:11.687--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-17 17:54:11.687--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-17 17:54:11.687--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-17 17:54:11.687--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-17 17:54:11.687--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-17 17:54:11.687--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-17 17:54:11.688--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-17 17:54:11.688--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-17 17:54:11.688--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-17 17:54:11.688--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-17 17:54:11.688--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-17 17:54:11.688--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-17 17:54:11.688--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-17 17:54:11.688--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-17 17:54:11.688--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-17 17:54:11.688--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-17 17:54:11.688--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-17 17:54:11.688--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-17 17:54:11.688--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-17 17:54:11.688--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-17 17:54:11.688--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-17 17:54:11.688--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-17 17:54:11.688--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-17 17:54:11.688--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-17 17:54:11.688--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-17 17:54:11.688--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-17 17:54:11.688--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-17 17:54:11.688--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-17 17:54:11.688--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-17 17:54:11.688--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-17 17:54:11.689--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-17 17:54:11.689--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-17 17:54:11.689--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-17 17:54:11.689--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-17 17:54:11.689--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-17 17:54:11.689--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-17 17:54:11.689--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-17 17:54:11.689--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-17 17:54:11.689--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-17 17:54:11.689--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-17 17:54:11.689--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-17 17:54:11.689--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-17 17:54:11.689--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-17 17:54:11.689--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-17 17:54:11.689--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-17 17:54:11.689--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-17 17:54:11.689--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-17 17:54:11.689--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-17 17:54:11.689--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-17 17:54:11.689--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-17 17:54:11.689--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-17 17:54:11.689--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-17 17:54:11.689--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-17 17:54:11.69--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(6:null:computers)
    [junit] [EL Finer]: 2024-04-17 17:54:11.69--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:11.69--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-17 17:54:11.69--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [18, Henri, Hildebrand, null, 2024-04-29 07:40:51.621, 2024-04-06 04:07:31.621, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.69--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [49, Helma, Hawke, null, 2024-04-29 07:40:51.622, 2024-04-06 04:07:31.622, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.69--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [65, Horst, Heer, null, 2024-04-29 07:40:51.623, 2024-04-06 04:07:31.623, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.69--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [40, Hendrik, Hawke, null, 2024-04-29 07:40:51.622, 2024-04-06 04:07:31.622, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.69--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [60, Hagen, Hilgenfeld, null, 2024-04-29 07:40:51.623, 2024-04-06 04:07:31.623, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.69--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [75, Hartwig, Henschel, null, 2024-04-29 07:40:51.624, 2024-04-06 04:07:31.624, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.69--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [45, Helmut, Haas, null, 2024-04-29 07:40:51.622, 2024-04-06 04:07:31.622, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.69--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [20, Holger, Hildebrandt, null, 2024-04-29 07:40:51.621, 2024-04-06 04:07:31.621, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.69--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [59, Hendrik, Hense, null, 2024-04-29 07:40:51.623, 2024-04-06 04:07:31.623, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.69--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [94, Hauke, Hardenberg, null, 2024-04-29 07:40:51.679, 2024-04-06 04:07:31.679, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.69--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [10, Heiko, Hennig, null, 2024-04-29 07:40:51.621, 2024-04-06 04:07:31.621, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.69--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [50, Heiko, Hermann, null, 2024-04-29 07:40:51.622, 2024-04-06 04:07:31.622, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.69--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [51, Hulda, Hawke, null, 2024-04-29 07:40:51.622, 2024-04-06 04:07:31.622, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.69--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [95, Holde, Hildebrand, null, 2024-04-29 07:40:51.679, 2024-04-06 04:07:31.679, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.69--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [52, Hedda, Hary, null, 2024-04-29 07:40:51.622, 2024-04-06 04:07:31.622, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.69--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [90, Harry, Havenstein, null, 2024-04-29 07:40:51.679, 2024-04-06 04:07:31.679, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.69--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [77, Hanna, Heer, null, 2024-04-29 07:40:51.624, 2024-04-06 04:07:31.624, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.69--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [72, Hannes, Hewitt, null, 2024-04-29 07:40:51.623, 2024-04-06 04:07:31.623, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.69--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [64, Heinz, Heim, null, 2024-04-29 07:40:51.623, 2024-04-06 04:07:31.623, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.69--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [11, Hermine, Haus Lancaster, null, 2024-04-29 07:40:51.621, 2024-04-06 04:07:31.621, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.69--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [44, Herma, Hartig, null, 2024-04-29 07:40:51.622, 2024-04-06 04:07:31.622, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.69--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [47, Helga, Hache, null, 2024-04-29 07:40:51.622, 2024-04-06 04:07:31.622, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.69--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [87, Hieu, Hardy, null, 2024-04-29 07:40:51.679, 2024-04-06 04:07:31.679, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.69--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [32, Hermann, Hanstein, null, 2024-04-29 07:40:51.622, 2024-04-06 04:07:31.622, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.69--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [97, Hubert, Helbig, null, 2024-04-29 07:40:51.679, 2024-04-06 04:07:31.679, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.69--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [56, Hein, Herzog, null, 2024-04-29 07:40:51.623, 2024-04-06 04:07:31.623, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.69--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [31, H?nel, Hanstein, null, 2024-04-29 07:40:51.621, 2024-04-06 04:07:31.621, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.691--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [36, Hakon, Hecht, null, 2024-04-29 07:40:51.622, 2024-04-06 04:07:31.622, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.691--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [81, Heida, Herrmann, null, 2024-04-29 07:40:51.624, 2024-04-06 04:07:31.624, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.691--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [30, Hartmut, Hilgenfeld, null, 2024-04-29 07:40:51.621, 2024-04-06 04:07:31.621, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.691--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [62, Hermine, Heise, null, 2024-04-29 07:40:51.623, 2024-04-06 04:07:31.623, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.691--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [15, Henryk, Haak, null, 2024-04-29 07:40:51.621, 2024-04-06 04:07:31.621, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.691--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [12, Hertha, Heise, null, 2024-04-29 07:40:51.621, 2024-04-06 04:07:31.621, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.691--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [93, Heinke, Hanstein, null, 2024-04-29 07:40:51.679, 2024-04-06 04:07:31.679, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.691--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [35, Harry, Heuser, null, 2024-04-29 07:40:51.622, 2024-04-06 04:07:31.622, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.691--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [17, Herbert, Heuser, null, 2024-04-29 07:40:51.621, 2024-04-06 04:07:31.621, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.691--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [73, Helge, Hense, null, 2024-04-29 07:40:51.624, 2024-04-06 04:07:31.624, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.691--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [99, Hazel, Haak, null, 2024-04-29 07:40:51.679, 2024-04-06 04:07:31.679, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.691--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [92, Herma, Hayek, null, 2024-04-29 07:40:51.679, 2024-04-06 04:07:31.679, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.691--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, Hildegard, Harnack, null, 2024-04-29 07:40:51.62, 2024-04-06 04:07:31.62, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.691--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [98, Harriet, Hentschel, null, 2024-04-29 07:40:51.679, 2024-04-06 04:07:31.679, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.691--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [42, Harro, Hilgenfeld, null, 2024-04-29 07:40:51.622, 2024-04-06 04:07:31.622, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.692--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, Heidi, Hary, null, 2024-04-29 07:40:51.62, 2024-04-06 04:07:31.62, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.692--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [9, Hilarius, Hardenberg, null, 2024-04-29 07:40:51.621, 2024-04-06 04:07:31.621, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.692--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, Herbert, Hawke, null, 2024-04-29 07:40:51.62, 2024-04-06 04:07:31.62, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.692--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, Hendrik, Heer, null, 2024-04-29 07:40:51.62, 2024-04-06 04:07:31.62, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.692--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [82, Heike, Hildebrandt, null, 2024-04-29 07:40:51.624, 2024-04-06 04:07:31.624, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.692--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [63, Hanns, Haus Lancaster, null, 2024-04-29 07:40:51.623, 2024-04-06 04:07:31.623, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.692--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [22, Hilde, Hettner, null, 2024-04-29 07:40:51.621, 2024-04-06 04:07:31.621, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.692--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [68, Hansklaus, Hartig, null, 2024-04-29 07:40:51.623, 2024-04-06 04:07:31.623, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.692--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [83, Helena, Haak, null, 2024-04-29 07:40:51.624, 2024-04-06 04:07:31.624, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.692--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [7, Helena, Henning, null, 2024-04-29 07:40:51.62, 2024-04-06 04:07:31.62, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.692--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [96, Hermann, Henning, null, 2024-04-29 07:40:51.679, 2024-04-06 04:07:31.679, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.692--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [79, Hedi, Hartig, null, 2024-04-29 07:40:51.624, 2024-04-06 04:07:31.624, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.692--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [80, Hertha, Haas, null, 2024-04-29 07:40:51.624, 2024-04-06 04:07:31.624, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.692--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [14, Heidi, Henschel, null, 2024-04-29 07:40:51.621, 2024-04-06 04:07:31.621, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.692--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [38, Hjalmar, Hache, null, 2024-04-29 07:40:51.622, 2024-04-06 04:07:31.622, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.692--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [76, Heyko, Hawke, null, 2024-04-29 07:40:51.624, 2024-04-06 04:07:31.624, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.692--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [21, Hannes, Hermelink, null, 2024-04-29 07:40:51.621, 2024-04-06 04:07:31.621, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.692--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [25, Heida, Hilgenfeld, null, 2024-04-29 07:40:51.621, 2024-04-06 04:07:31.621, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.692--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [39, Henning, Heim, null, 2024-04-29 07:40:51.622, 2024-04-06 04:07:31.622, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.692--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [43, Holda, Hennig, null, 2024-04-29 07:40:51.622, 2024-04-06 04:07:31.622, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.692--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [34, Horst, Hildebrand, null, 2024-04-29 07:40:51.622, 2024-04-06 04:07:31.622, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.692--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [46, Hermine, Hamann, null, 2024-04-29 07:40:51.622, 2024-04-06 04:07:31.622, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.692--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [58, Henryk, Hartig, null, 2024-04-29 07:40:51.623, 2024-04-06 04:07:31.623, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.692--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [37, Herma, Hense, null, 2024-04-29 07:40:51.622, 2024-04-06 04:07:31.622, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.692--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [66, Hans, Hartfelder, null, 2024-04-29 07:40:51.623, 2024-04-06 04:07:31.623, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.692--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [88, Hansj?rg, Hardy, null, 2024-04-29 07:40:51.679, 2024-04-06 04:07:31.679, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.692--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [19, Helma, Hein, null, 2024-04-29 07:40:51.621, 2024-04-06 04:07:31.621, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.693--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [69, Hermann, Hemsterhuis, null, 2024-04-29 07:40:51.623, 2024-04-06 04:07:31.623, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.693--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [48, Hilarius, Hartenthaler, null, 2024-04-29 07:40:51.622, 2024-04-06 04:07:31.622, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.693--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [13, Helma, Henry, null, 2024-04-29 07:40:51.621, 2024-04-06 04:07:31.621, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.693--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [91, Hanspeter, Heinichen, null, 2024-04-29 07:40:51.679, 2024-04-06 04:07:31.679, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.693--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [84, Heinz, Hartfelder, null, 2024-04-29 07:40:51.678, 2024-04-06 04:07:31.678, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.693--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [74, Heribert, Havenstein, null, 2024-04-29 07:40:51.624, 2024-04-06 04:07:31.624, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.693--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [61, Herma, Hamilton, null, 2024-04-29 07:40:51.623, 2024-04-06 04:07:31.623, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.693--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [29, Heiner, Hildebrandt, null, 2024-04-29 07:40:51.621, 2024-04-06 04:07:31.621, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.693--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [86, Hedwig, Heider, null, 2024-04-29 07:40:51.679, 2024-04-06 04:07:31.679, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.693--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [67, Helmut, Henry, null, 2024-04-29 07:40:51.623, 2024-04-06 04:07:31.623, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.693--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [85, Heidemarie, Hanisch, null, 2024-04-29 07:40:51.679, 2024-04-06 04:07:31.679, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.693--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, Hieu, Heinrich, null, 2024-04-29 07:40:51.62, 2024-04-06 04:07:31.62, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.693--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [89, Heinrich, Hamann, null, 2024-04-29 07:40:51.679, 2024-04-06 04:07:31.679, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.693--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [33, Harro, Hamann, null, 2024-04-29 07:40:51.622, 2024-04-06 04:07:31.622, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.693--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [54, Hubertus, Hendrix, null, 2024-04-29 07:40:51.623, 2024-04-06 04:07:31.623, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.693--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [55, Hansj?rg, Heinichen, null, 2024-04-29 07:40:51.623, 2024-04-06 04:07:31.623, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.693--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [16, Hagen, Heise, null, 2024-04-29 07:40:51.621, 2024-04-06 04:07:31.621, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.693--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [0, Henrik, Hanisch, null, 2024-04-29 07:40:51.62, 2024-04-06 04:07:31.62, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.693--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [28, Hedda, Havenstein, null, 2024-04-29 07:40:51.621, 2024-04-06 04:07:31.621, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.693--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [41, Hilde, Hesse, null, 2024-04-29 07:40:51.622, 2024-04-06 04:07:31.622, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.693--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [71, Heiko, Halbach, null, 2024-04-29 07:40:51.623, 2024-04-06 04:07:31.623, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.693--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [24, Heike, Hennig, null, 2024-04-29 07:40:51.621, 2024-04-06 04:07:31.621, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.693--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [27, Henning, Heinichen, null, 2024-04-29 07:40:51.621, 2024-04-06 04:07:31.621, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.693--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [78, Hazel, Hausner, null, 2024-04-29 07:40:51.624, 2024-04-06 04:07:31.624, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.693--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [26, Hannes, Hamburger, null, 2024-04-29 07:40:51.621, 2024-04-06 04:07:31.621, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.693--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, Hertha, Heinrich, null, 2024-04-29 07:40:51.62, 2024-04-06 04:07:31.62, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.693--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [70, Humphrey, Habermann, null, 2024-04-29 07:40:51.623, 2024-04-06 04:07:31.623, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.693--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [23, Henryk, Hary, null, 2024-04-29 07:40:51.621, 2024-04-06 04:07:31.621, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.694--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [57, Hilarius, Hardenberg, null, 2024-04-29 07:40:51.623, 2024-04-06 04:07:31.623, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.694--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [53, Hanns, Hense, null, 2024-04-29 07:40:51.623, 2024-04-06 04:07:31.623, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:11.694--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [8, Hermann, Harding, null, 2024-04-29 07:40:51.621, 2024-04-06 04:07:31.621, null, null, null, null, null, null, null]
    [junit] [EL Finer]: 2024-04-17 17:54:11.694--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:11.716--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(5:null:swimming)
    [junit] [EL Finest]: 2024-04-17 17:54:11.716--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(7:null:stamps)
    [junit] [EL Finest]: 2024-04-17 17:54:11.716--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(4:null:cleaning the house)
    [junit] [EL Finest]: 2024-04-17 17:54:11.716--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(3:null:watching tv)
    [junit] [EL Finest]: 2024-04-17 17:54:11.716--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(2:null:cooking)
    [junit] [EL Finest]: 2024-04-17 17:54:11.716--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(1:null:reading)
    [junit] [EL Finest]: 2024-04-17 17:54:11.717--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-17 17:54:11.717--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:11.717--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:11.717--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, null, computers]
    [junit] [EL Fine]: 2024-04-17 17:54:11.717--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, null, swimming]
    [junit] [EL Fine]: 2024-04-17 17:54:11.717--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [7, null, stamps]
    [junit] [EL Fine]: 2024-04-17 17:54:11.717--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, null, cleaning the house]
    [junit] [EL Fine]: 2024-04-17 17:54:11.717--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, null, watching tv]
    [junit] [EL Fine]: 2024-04-17 17:54:11.717--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, null, cooking]
    [junit] [EL Fine]: 2024-04-17 17:54:11.717--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, null, reading]
    [junit] [EL Finer]: 2024-04-17 17:54:11.717--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:11.718--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-17 17:54:11.718--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-17 17:54:11.718--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-17 17:54:11.718--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-17 17:54:11.718--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-17 17:54:11.718--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-17 17:54:11.718--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-17 17:54:11.718--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-17 17:54:11.718--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-17 17:54:11.719--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-17 17:54:11.719--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-17 17:54:11.719--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-17 17:54:11.719--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-17 17:54:11.719--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-17 17:54:11.719--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-17 17:54:11.719--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-17 17:54:11.719--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-17 17:54:11.719--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-17 17:54:11.719--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-17 17:54:11.719--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-17 17:54:11.719--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-17 17:54:11.719--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-17 17:54:11.719--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-17 17:54:11.719--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-17 17:54:11.719--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-17 17:54:11.719--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-17 17:54:11.719--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-17 17:54:11.719--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-17 17:54:11.719--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-17 17:54:11.719--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-17 17:54:11.72--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-17 17:54:11.72--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-17 17:54:11.72--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-17 17:54:11.72--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-17 17:54:11.72--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-17 17:54:11.72--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-17 17:54:11.72--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-17 17:54:11.72--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-17 17:54:11.72--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-17 17:54:11.72--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-17 17:54:11.72--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-17 17:54:11.72--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-17 17:54:11.72--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-17 17:54:11.72--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-17 17:54:11.72--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-17 17:54:11.72--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-17 17:54:11.72--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-17 17:54:11.72--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-17 17:54:11.72--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-17 17:54:11.72--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-17 17:54:11.72--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-17 17:54:11.72--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-17 17:54:11.72--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-17 17:54:11.721--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-17 17:54:11.721--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-17 17:54:11.721--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-17 17:54:11.721--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-17 17:54:11.721--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-17 17:54:11.721--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-17 17:54:11.721--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-17 17:54:11.721--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-17 17:54:11.721--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-17 17:54:11.721--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-17 17:54:11.721--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-17 17:54:11.721--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-17 17:54:11.721--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-17 17:54:11.721--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-17 17:54:11.721--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-17 17:54:11.721--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-17 17:54:11.721--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-17 17:54:11.721--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-17 17:54:11.722--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-17 17:54:11.722--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-17 17:54:11.722--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-17 17:54:11.722--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-17 17:54:11.722--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-17 17:54:11.722--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-17 17:54:11.722--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-17 17:54:11.722--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-17 17:54:11.722--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-17 17:54:11.722--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-17 17:54:11.785--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-17 17:54:11.785--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-17 17:54:11.785--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-17 17:54:11.785--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-17 17:54:11.785--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-17 17:54:11.785--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-17 17:54:11.785--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-17 17:54:11.786--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-17 17:54:11.786--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-17 17:54:11.786--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-17 17:54:11.786--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-17 17:54:11.786--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-17 17:54:11.786--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-17 17:54:11.786--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-17 17:54:11.786--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-17 17:54:11.786--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-17 17:54:11.786--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-17 17:54:11.786--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-17 17:54:11.786--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" )
    [junit] [EL Finer]: 2024-04-17 17:54:11.787--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.787--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.788--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-17 17:54:11.789--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-17 17:54:11.789--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-17 17:54:11.789--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-17 17:54:11.789--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-17 17:54:11.789--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-17 17:54:11.789--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-17 17:54:11.789--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-17 17:54:11.789--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-17 17:54:11.789--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-17 17:54:11.789--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-17 17:54:11.789--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-17 17:54:11.789--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-17 17:54:11.789--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-17 17:54:11.789--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-17 17:54:11.789--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-17 17:54:11.789--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:11.801--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-17 17:54:11.801--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-17 17:54:11.801--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-17 17:54:11.801--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-17 17:54:11.801--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-17 17:54:11.801--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-17 17:54:11.801--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-17 17:54:11.801--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-17 17:54:11.801--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-17 17:54:11.801--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-17 17:54:11.801--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-17 17:54:11.801--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-17 17:54:11.801--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-17 17:54:11.801--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-17 17:54:11.801--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-17 17:54:11.801--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-17 17:54:11.801--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-17 17:54:11.801--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-17 17:54:11.801--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-17 17:54:11.801--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-17 17:54:11.801--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-17 17:54:11.801--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-17 17:54:11.801--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-17 17:54:11.801--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-17 17:54:11.802--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-17 17:54:11.802--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-17 17:54:11.802--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-17 17:54:11.802--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-17 17:54:11.802--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-17 17:54:11.802--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-17 17:54:11.802--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-17 17:54:11.802--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-17 17:54:11.802--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-17 17:54:11.802--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-17 17:54:11.802--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-17 17:54:11.802--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-17 17:54:11.802--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-17 17:54:11.802--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-17 17:54:11.802--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-17 17:54:11.802--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-17 17:54:11.802--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-17 17:54:11.802--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-17 17:54:11.802--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-17 17:54:11.802--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-17 17:54:11.802--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-17 17:54:11.802--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-17 17:54:11.802--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-17 17:54:11.802--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-17 17:54:11.802--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-17 17:54:11.803--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" )
    [junit] [EL Finer]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [19, 104]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [25, 104]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [35, 104]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [59, 104]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [61, 104]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [67, 104]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [73, 104]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [75, 104]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [81, 104]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [83, 104]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [89, 104]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [91, 104]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [97, 104]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 107]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 107]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [9, 107]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [11, 107]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [23, 107]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [31, 107]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [39, 107]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [43, 107]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [51, 107]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [55, 107]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [57, 107]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [63, 107]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [69, 107]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [79, 107]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [87, 107]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [99, 107]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 105]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [15, 105]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [21, 105]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [29, 105]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [33, 105]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [37, 105]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [41, 105]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [45, 105]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [47, 105]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [53, 105]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [65, 105]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [71, 105]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [85, 105]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [7, 106]
    [junit] [EL Fine]: 2024-04-17 17:54:11.803--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [13, 106]
    [junit] [EL Fine]: 2024-04-17 17:54:11.804--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [17, 106]
    [junit] [EL Fine]: 2024-04-17 17:54:11.804--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [27, 106]
    [junit] [EL Fine]: 2024-04-17 17:54:11.804--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [49, 106]
    [junit] [EL Fine]: 2024-04-17 17:54:11.804--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [77, 106]
    [junit] [EL Fine]: 2024-04-17 17:54:11.804--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [93, 106]
    [junit] [EL Fine]: 2024-04-17 17:54:11.804--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [95, 106]
    [junit] [EL Finer]: 2024-04-17 17:54:11.804--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:11.809--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.809--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.809--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.809--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.809--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.809--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.809--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.809--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.809--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.809--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.809--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.809--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.809--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.809--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.809--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.809--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.809--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.809--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.809--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.809--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.809--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.809--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.809--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.809--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.809--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.81--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.811--ClientSession(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-17 17:54:11.811--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:11.811--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:11.812--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 11]
    [junit] [EL Finer]: 2024-04-17 17:54:11.813--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:11.824--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.824--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.824--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.824--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.824--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.824--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.824--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.824--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.825--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.826--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.826--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.826--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.826--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.826--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.826--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.826--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.826--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.826--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.826--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.891--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.891--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.891--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.891--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.891--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.891--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.891--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.891--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.891--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.891--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.891--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.892--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.892--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.892--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.892--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.892--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.892--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.892--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.892--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.892--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.892--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.892--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.892--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.892--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.892--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.892--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.892--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.892--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.892--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.892--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.892--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.892--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.892--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.892--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.892--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.892--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.892--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.893--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.893--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.893--ClientSession(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-17 17:54:11.893--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:11.893--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:11.893--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:11.893--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:11.893--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:11.893--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:11.893--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:11.893--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:11.893--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:11.893--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:11.893--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:11.893--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:11.893--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:11.893--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:11.893--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:11.893--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:11.893--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:11.893--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:11.893--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:11.893--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:11.893--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:11.893--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:11.893--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:11.893--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:11.893--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:11.893--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:11.893--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:11.893--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:11.893--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:11.894--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:11.894--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:11.894--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:11.894--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:11.894--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:11.894--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:11.894--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:11.894--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:11.894--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:11.894--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:11.894--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:11.894--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:11.894--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:11.894--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:11.894--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:11.894--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:11.894--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:11.894--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:11.894--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:11.894--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:11.894--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:11.894--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:11.894--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:11.894--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:11.894--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:11.894--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:11.894--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:11.894--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:11.894--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:11.894--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:11.894--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:11.894--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:11.894--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:11.894--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:11.895--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:11.895--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:11.895--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:11.895--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:11.895--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:11.895--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:11.895--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:11.895--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:11.895--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:11.895--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:11.895--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:11.895--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:11.895--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:11.895--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:11.895--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:11.895--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:11.895--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:11.895--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:11.895--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:11.895--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:11.895--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:11.895--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:11.895--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:11.895--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:11.895--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:11.895--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:11.895--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:11.895--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:11.895--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:11.895--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:11.895--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:11.895--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:11.895--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:11.896--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:11.896--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:11.896--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:11.896--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:11.896--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:11.896--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 3]
    [junit] [EL Finer]: 2024-04-17 17:54:11.896--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:11.908--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.908--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.908--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.908--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.908--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.908--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.908--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.908--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.908--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.908--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.908--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.908--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.908--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.908--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.908--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.908--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.908--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.908--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.908--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.908--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.908--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.908--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.908--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.908--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.908--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.908--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.909--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.91--ClientSession(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-17 17:54:11.91--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:11.91--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:11.911--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:11.912--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:11.912--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:11.912--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:11.912--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:11.912--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:11.912--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:11.912--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:11.912--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:11.912--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:11.912--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:11.912--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:11.912--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:11.912--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:11.912--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:11.912--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:11.912--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:11.912--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:11.912--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:11.912--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:11.912--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:11.912--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 25]
    [junit] [EL Finer]: 2024-04-17 17:54:11.912--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:11.923--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.923--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.923--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.923--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.923--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.923--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.923--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.923--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.923--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.923--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.923--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.923--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.923--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.923--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.923--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.923--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.923--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.923--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.923--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.923--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.923--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.923--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.923--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.923--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.923--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.924--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:11.925--ClientSession(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-17 17:54:11.925--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:11.925--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:11.926--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:11.996--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:11.996--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:11.996--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:11.996--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:11.996--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:11.996--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:11.996--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:11.996--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:11.996--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:11.997--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:11.997--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:11.997--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:11.997--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:11.997--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:11.997--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:11.997--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:11.997--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:11.997--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:11.997--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:11.997--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:11.997--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:11.997--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:11.997--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:11.997--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:11.997--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:11.997--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:11.997--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:11.997--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:11.997--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:11.997--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:11.997--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:11.997--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:11.997--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:11.997--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:11.997--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:11.997--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 85]
    [junit] [EL Finer]: 2024-04-17 17:54:11.997--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:12.008--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.009--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.01--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.011--ClientSession(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-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:12.011--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [4, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [5, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [3, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [2, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [1, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--	bind => [6, 8]
    [junit] [EL Finer]: 2024-04-17 17:54:12.012--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:12.024--ClientSession(1150111083)--Connection(1536814563)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:12.025--ServerSession(454071866)--Connection(1666671572)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:12.031--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:12.031--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:12.034--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:12.034--ClientSession(1150111083)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:12.034--UnitOfWork(1874143156)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:12.034--ClientSession(1150111083)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:12.035--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2062654928
    [junit] [EL Finer]: 2024-04-17 17:54:12.035--ClientSession(2062654928)--Thread(Thread[main,5,main])--acquire unit of work: 2130968306
    [junit] [EL Finest]: 2024-04-17 17:54:12.035--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-17 17:54:12.035--ServerSession(454071866)--Connection(1230921148)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.036--ServerSession(454071866)--Connection(1230921148)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.036--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-17 17:54:12.04--ServerSession(454071866)--Connection(1230921148)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.04--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-17 17:54:12.04--ServerSession(454071866)--Connection(1361412898)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.04--ServerSession(454071866)--Connection(1361412898)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.041--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-17 17:54:12.041--ServerSession(454071866)--Connection(1361412898)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.041--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-17 17:54:12.042--ServerSession(454071866)--Connection(342989681)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.042--ServerSession(454071866)--Connection(342989681)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.042--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-17 17:54:12.042--ServerSession(454071866)--Connection(342989681)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.042--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-17 17:54:12.042--ServerSession(454071866)--Connection(379005401)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.042--ServerSession(454071866)--Connection(379005401)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.042--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-17 17:54:12.043--ServerSession(454071866)--Connection(379005401)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.043--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-17 17:54:12.043--ServerSession(454071866)--Connection(370117627)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.043--ServerSession(454071866)--Connection(370117627)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.043--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-17 17:54:12.043--ServerSession(454071866)--Connection(370117627)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.043--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-17 17:54:12.044--ServerSession(454071866)--Connection(812185730)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.044--ServerSession(454071866)--Connection(812185730)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.044--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-17 17:54:12.044--ServerSession(454071866)--Connection(812185730)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.044--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-17 17:54:12.044--ServerSession(454071866)--Connection(333935078)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.044--ServerSession(454071866)--Connection(333935078)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.044--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-17 17:54:12.045--ServerSession(454071866)--Connection(333935078)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.045--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-17 17:54:12.045--ServerSession(454071866)--Connection(425908241)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.045--ServerSession(454071866)--Connection(425908241)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.045--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-17 17:54:12.045--ServerSession(454071866)--Connection(425908241)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.045--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-17 17:54:12.045--ServerSession(454071866)--Connection(484485052)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.045--ServerSession(454071866)--Connection(484485052)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.046--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-17 17:54:12.046--ServerSession(454071866)--Connection(484485052)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.046--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-17 17:54:12.046--ServerSession(454071866)--Connection(725284794)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.046--ServerSession(454071866)--Connection(725284794)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.046--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-17 17:54:12.046--ServerSession(454071866)--Connection(725284794)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.047--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-17 17:54:12.047--ServerSession(454071866)--Connection(1898269766)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.047--ServerSession(454071866)--Connection(1898269766)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.047--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-17 17:54:12.047--ServerSession(454071866)--Connection(1898269766)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.047--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-17 17:54:12.047--ServerSession(454071866)--Connection(1561726183)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.047--ServerSession(454071866)--Connection(1561726183)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.047--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-17 17:54:12.048--ServerSession(454071866)--Connection(1561726183)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.048--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-17 17:54:12.048--ServerSession(454071866)--Connection(1681631162)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.048--ServerSession(454071866)--Connection(1681631162)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.048--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-17 17:54:12.048--ServerSession(454071866)--Connection(1681631162)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.049--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-17 17:54:12.049--ServerSession(454071866)--Connection(264045953)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.049--ServerSession(454071866)--Connection(264045953)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.049--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-17 17:54:12.049--ServerSession(454071866)--Connection(264045953)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.049--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-17 17:54:12.049--ServerSession(454071866)--Connection(891393588)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.049--ServerSession(454071866)--Connection(891393588)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.049--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-17 17:54:12.05--ServerSession(454071866)--Connection(891393588)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.05--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-17 17:54:12.05--ServerSession(454071866)--Connection(87228768)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.05--ServerSession(454071866)--Connection(87228768)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.05--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-17 17:54:12.05--ServerSession(454071866)--Connection(87228768)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.05--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-17 17:54:12.051--ServerSession(454071866)--Connection(999951125)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.051--ServerSession(454071866)--Connection(999951125)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.051--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-17 17:54:12.051--ServerSession(454071866)--Connection(999951125)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.051--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-17 17:54:12.051--ServerSession(454071866)--Connection(1737995412)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.051--ServerSession(454071866)--Connection(1737995412)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.051--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-17 17:54:12.052--ServerSession(454071866)--Connection(1737995412)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.052--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-17 17:54:12.052--ServerSession(454071866)--Connection(879237517)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.052--ServerSession(454071866)--Connection(879237517)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.052--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-17 17:54:12.052--ServerSession(454071866)--Connection(879237517)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.052--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-17 17:54:12.052--ServerSession(454071866)--Connection(3330999)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.052--ServerSession(454071866)--Connection(3330999)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.053--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-17 17:54:12.053--ServerSession(454071866)--Connection(3330999)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.053--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-17 17:54:12.053--ServerSession(454071866)--Connection(1446559456)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.053--ServerSession(454071866)--Connection(1446559456)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.053--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-17 17:54:12.053--ServerSession(454071866)--Connection(1446559456)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.054--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-17 17:54:12.054--ServerSession(454071866)--Connection(1045377646)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.054--ServerSession(454071866)--Connection(1045377646)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.054--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-17 17:54:12.101--ServerSession(454071866)--Connection(1045377646)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.102--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-17 17:54:12.102--ServerSession(454071866)--Connection(80893664)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.102--ServerSession(454071866)--Connection(80893664)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.102--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-17 17:54:12.102--ServerSession(454071866)--Connection(80893664)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.103--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-17 17:54:12.103--ServerSession(454071866)--Connection(1622689353)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.103--ServerSession(454071866)--Connection(1622689353)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.103--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-17 17:54:12.103--ServerSession(454071866)--Connection(1622689353)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.103--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-17 17:54:12.103--ServerSession(454071866)--Connection(754548660)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.103--ServerSession(454071866)--Connection(754548660)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.103--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-17 17:54:12.104--ServerSession(454071866)--Connection(754548660)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.104--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-17 17:54:12.104--ServerSession(454071866)--Connection(2079540445)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.104--ServerSession(454071866)--Connection(2079540445)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.104--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-17 17:54:12.104--ServerSession(454071866)--Connection(2079540445)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.104--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-17 17:54:12.104--ServerSession(454071866)--Connection(2044553071)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.104--ServerSession(454071866)--Connection(2044553071)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.105--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-17 17:54:12.105--ServerSession(454071866)--Connection(2044553071)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.105--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-17 17:54:12.105--ServerSession(454071866)--Connection(1712989864)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.105--ServerSession(454071866)--Connection(1712989864)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.105--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-17 17:54:12.105--ServerSession(454071866)--Connection(1712989864)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.106--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-17 17:54:12.106--ServerSession(454071866)--Connection(1706473449)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.106--ServerSession(454071866)--Connection(1706473449)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.106--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-17 17:54:12.106--ServerSession(454071866)--Connection(1706473449)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.106--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-17 17:54:12.106--ServerSession(454071866)--Connection(277030800)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.106--ServerSession(454071866)--Connection(277030800)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.106--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-17 17:54:12.107--ServerSession(454071866)--Connection(277030800)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.107--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-17 17:54:12.107--ServerSession(454071866)--Connection(819043106)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.107--ServerSession(454071866)--Connection(819043106)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.107--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-17 17:54:12.107--ServerSession(454071866)--Connection(819043106)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.107--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-17 17:54:12.107--ServerSession(454071866)--Connection(1171242178)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.108--ServerSession(454071866)--Connection(1171242178)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.108--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-17 17:54:12.108--ServerSession(454071866)--Connection(1171242178)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.108--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-17 17:54:12.108--ServerSession(454071866)--Connection(1526482966)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.108--ServerSession(454071866)--Connection(1526482966)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.108--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-17 17:54:12.109--ServerSession(454071866)--Connection(1526482966)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.109--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-17 17:54:12.109--ServerSession(454071866)--Connection(320569017)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.109--ServerSession(454071866)--Connection(320569017)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.109--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-17 17:54:12.109--ServerSession(454071866)--Connection(320569017)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.109--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-17 17:54:12.109--ServerSession(454071866)--Connection(2131025559)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.109--ServerSession(454071866)--Connection(2131025559)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.109--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-17 17:54:12.11--ServerSession(454071866)--Connection(2131025559)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.11--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-17 17:54:12.11--ServerSession(454071866)--Connection(1911661875)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.11--ServerSession(454071866)--Connection(1911661875)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.11--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-17 17:54:12.11--ServerSession(454071866)--Connection(1911661875)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.11--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-17 17:54:12.111--ServerSession(454071866)--Connection(1239960330)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.111--ServerSession(454071866)--Connection(1239960330)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.111--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-17 17:54:12.111--ServerSession(454071866)--Connection(1239960330)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.111--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-17 17:54:12.111--ServerSession(454071866)--Connection(1436005574)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.111--ServerSession(454071866)--Connection(1436005574)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.111--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-17 17:54:12.111--ServerSession(454071866)--Connection(1436005574)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.112--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-17 17:54:12.112--ServerSession(454071866)--Connection(357744070)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.112--ServerSession(454071866)--Connection(357744070)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.112--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-17 17:54:12.112--ServerSession(454071866)--Connection(357744070)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.112--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-17 17:54:12.112--ServerSession(454071866)--Connection(917187702)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.112--ServerSession(454071866)--Connection(917187702)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.112--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-17 17:54:12.113--ServerSession(454071866)--Connection(917187702)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.113--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-17 17:54:12.113--ServerSession(454071866)--Connection(1033062816)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.113--ServerSession(454071866)--Connection(1033062816)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.113--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-17 17:54:12.113--ServerSession(454071866)--Connection(1033062816)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.113--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-17 17:54:12.113--ServerSession(454071866)--Connection(1126605815)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.113--ServerSession(454071866)--Connection(1126605815)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.114--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-17 17:54:12.114--ServerSession(454071866)--Connection(1126605815)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.114--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-17 17:54:12.114--ServerSession(454071866)--Connection(1504499795)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.114--ServerSession(454071866)--Connection(1504499795)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.114--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-17 17:54:12.114--ServerSession(454071866)--Connection(1504499795)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.115--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-17 17:54:12.115--ServerSession(454071866)--Connection(1337641264)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.115--ServerSession(454071866)--Connection(1337641264)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.115--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-17 17:54:12.115--ServerSession(454071866)--Connection(1337641264)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.115--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-17 17:54:12.115--ServerSession(454071866)--Connection(646866001)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.115--ServerSession(454071866)--Connection(646866001)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.115--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-17 17:54:12.116--ServerSession(454071866)--Connection(646866001)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.116--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-17 17:54:12.116--ServerSession(454071866)--Connection(1265052909)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.116--ServerSession(454071866)--Connection(1265052909)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.116--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-17 17:54:12.116--ServerSession(454071866)--Connection(1265052909)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.116--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-17 17:54:12.116--ServerSession(454071866)--Connection(544535736)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.116--ServerSession(454071866)--Connection(544535736)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.116--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-17 17:54:12.117--ServerSession(454071866)--Connection(544535736)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.117--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-17 17:54:12.117--ServerSession(454071866)--Connection(131827040)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.117--ServerSession(454071866)--Connection(131827040)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.117--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-17 17:54:12.117--ServerSession(454071866)--Connection(131827040)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.117--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-17 17:54:12.118--ServerSession(454071866)--Connection(264198575)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.118--ServerSession(454071866)--Connection(264198575)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.118--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-17 17:54:12.118--ServerSession(454071866)--Connection(264198575)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.118--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-17 17:54:12.118--ServerSession(454071866)--Connection(1837542371)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.118--ServerSession(454071866)--Connection(1837542371)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.118--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-17 17:54:12.118--ServerSession(454071866)--Connection(1837542371)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.119--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-17 17:54:12.119--ServerSession(454071866)--Connection(1519590402)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.119--ServerSession(454071866)--Connection(1519590402)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.119--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-17 17:54:12.119--ServerSession(454071866)--Connection(1519590402)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.119--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-17 17:54:12.119--ServerSession(454071866)--Connection(470571061)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.119--ServerSession(454071866)--Connection(470571061)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.119--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-17 17:54:12.12--ServerSession(454071866)--Connection(470571061)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.12--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-17 17:54:12.12--ServerSession(454071866)--Connection(1342955099)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.12--ServerSession(454071866)--Connection(1342955099)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.12--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-17 17:54:12.12--ServerSession(454071866)--Connection(1342955099)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.12--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-17 17:54:12.12--ServerSession(454071866)--Connection(1110445596)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.12--ServerSession(454071866)--Connection(1110445596)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.121--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-17 17:54:12.121--ServerSession(454071866)--Connection(1110445596)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.121--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-17 17:54:12.121--ServerSession(454071866)--Connection(743499162)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.121--ServerSession(454071866)--Connection(743499162)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.121--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-17 17:54:12.121--ServerSession(454071866)--Connection(743499162)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.122--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-17 17:54:12.122--ServerSession(454071866)--Connection(1673106676)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.122--ServerSession(454071866)--Connection(1673106676)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.122--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-17 17:54:12.122--ServerSession(454071866)--Connection(1673106676)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.122--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-17 17:54:12.122--ServerSession(454071866)--Connection(608209569)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.122--ServerSession(454071866)--Connection(608209569)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.122--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-17 17:54:12.123--ServerSession(454071866)--Connection(608209569)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.123--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-17 17:54:12.123--ServerSession(454071866)--Connection(581618226)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.123--ServerSession(454071866)--Connection(581618226)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.123--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-17 17:54:12.123--ServerSession(454071866)--Connection(581618226)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.123--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-17 17:54:12.123--ServerSession(454071866)--Connection(932028064)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.123--ServerSession(454071866)--Connection(932028064)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.123--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-17 17:54:12.124--ServerSession(454071866)--Connection(932028064)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.124--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-17 17:54:12.124--ServerSession(454071866)--Connection(1680051610)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.124--ServerSession(454071866)--Connection(1680051610)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.124--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-17 17:54:12.124--ServerSession(454071866)--Connection(1680051610)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.124--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-17 17:54:12.124--ServerSession(454071866)--Connection(349268879)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.125--ServerSession(454071866)--Connection(349268879)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.125--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-17 17:54:12.125--ServerSession(454071866)--Connection(349268879)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.125--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-17 17:54:12.125--ServerSession(454071866)--Connection(1441043181)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.125--ServerSession(454071866)--Connection(1441043181)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.125--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-17 17:54:12.125--ServerSession(454071866)--Connection(1441043181)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.126--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-17 17:54:12.126--ServerSession(454071866)--Connection(221114613)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.126--ServerSession(454071866)--Connection(221114613)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.126--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-17 17:54:12.126--ServerSession(454071866)--Connection(221114613)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.126--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-17 17:54:12.126--ServerSession(454071866)--Connection(1378085730)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.126--ServerSession(454071866)--Connection(1378085730)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.126--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-17 17:54:12.127--ServerSession(454071866)--Connection(1378085730)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.127--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-17 17:54:12.127--ServerSession(454071866)--Connection(1772347887)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.127--ServerSession(454071866)--Connection(1772347887)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.127--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-17 17:54:12.127--ServerSession(454071866)--Connection(1772347887)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.127--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-17 17:54:12.127--ServerSession(454071866)--Connection(1930135443)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.127--ServerSession(454071866)--Connection(1930135443)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.127--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-17 17:54:12.128--ServerSession(454071866)--Connection(1930135443)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.128--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-17 17:54:12.128--ServerSession(454071866)--Connection(1260970395)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.128--ServerSession(454071866)--Connection(1260970395)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.128--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-17 17:54:12.128--ServerSession(454071866)--Connection(1260970395)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.128--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-17 17:54:12.128--ServerSession(454071866)--Connection(964380792)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.129--ServerSession(454071866)--Connection(964380792)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.129--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-17 17:54:12.129--ServerSession(454071866)--Connection(964380792)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.129--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-17 17:54:12.129--ServerSession(454071866)--Connection(1286219941)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.129--ServerSession(454071866)--Connection(1286219941)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.129--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-17 17:54:12.129--ServerSession(454071866)--Connection(1286219941)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.13--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-17 17:54:12.13--ServerSession(454071866)--Connection(1221502991)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.13--ServerSession(454071866)--Connection(1221502991)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.13--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-17 17:54:12.13--ServerSession(454071866)--Connection(1221502991)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.13--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-17 17:54:12.13--ServerSession(454071866)--Connection(1095714479)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.13--ServerSession(454071866)--Connection(1095714479)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.13--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-17 17:54:12.131--ServerSession(454071866)--Connection(1095714479)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.131--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-17 17:54:12.131--ServerSession(454071866)--Connection(1793452756)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.131--ServerSession(454071866)--Connection(1793452756)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.131--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-17 17:54:12.131--ServerSession(454071866)--Connection(1793452756)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.131--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-17 17:54:12.131--ServerSession(454071866)--Connection(2122658437)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.131--ServerSession(454071866)--Connection(2122658437)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.132--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-17 17:54:12.132--ServerSession(454071866)--Connection(2122658437)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.132--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-17 17:54:12.132--ServerSession(454071866)--Connection(964455035)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.132--ServerSession(454071866)--Connection(964455035)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.132--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-17 17:54:12.132--ServerSession(454071866)--Connection(964455035)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.133--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-17 17:54:12.133--ServerSession(454071866)--Connection(1076877483)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.133--ServerSession(454071866)--Connection(1076877483)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.133--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-17 17:54:12.133--ServerSession(454071866)--Connection(1076877483)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.133--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-17 17:54:12.133--ServerSession(454071866)--Connection(297747648)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.133--ServerSession(454071866)--Connection(297747648)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.133--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-17 17:54:12.134--ServerSession(454071866)--Connection(297747648)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.134--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-17 17:54:12.134--ServerSession(454071866)--Connection(1867628623)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.134--ServerSession(454071866)--Connection(1867628623)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.134--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-17 17:54:12.134--ServerSession(454071866)--Connection(1867628623)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.134--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-17 17:54:12.206--ServerSession(454071866)--Connection(1772320694)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.207--ServerSession(454071866)--Connection(1772320694)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.207--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-17 17:54:12.207--ServerSession(454071866)--Connection(1772320694)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.208--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-17 17:54:12.208--ServerSession(454071866)--Connection(932985067)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.208--ServerSession(454071866)--Connection(932985067)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.208--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-17 17:54:12.208--ServerSession(454071866)--Connection(932985067)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.209--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-17 17:54:12.209--ServerSession(454071866)--Connection(1158948524)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.209--ServerSession(454071866)--Connection(1158948524)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.209--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-17 17:54:12.209--ServerSession(454071866)--Connection(1158948524)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.209--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-17 17:54:12.209--ServerSession(454071866)--Connection(614559968)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.209--ServerSession(454071866)--Connection(614559968)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.209--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-17 17:54:12.21--ServerSession(454071866)--Connection(614559968)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.21--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-17 17:54:12.21--ServerSession(454071866)--Connection(1765630401)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.21--ServerSession(454071866)--Connection(1765630401)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.21--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-17 17:54:12.21--ServerSession(454071866)--Connection(1765630401)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.21--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-17 17:54:12.211--ServerSession(454071866)--Connection(1558845628)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.211--ServerSession(454071866)--Connection(1558845628)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.211--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-17 17:54:12.211--ServerSession(454071866)--Connection(1558845628)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.211--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-17 17:54:12.211--ServerSession(454071866)--Connection(1536897504)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.211--ServerSession(454071866)--Connection(1536897504)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.211--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-17 17:54:12.211--ServerSession(454071866)--Connection(1536897504)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.212--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-17 17:54:12.212--ServerSession(454071866)--Connection(1198978735)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.212--ServerSession(454071866)--Connection(1198978735)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.212--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-17 17:54:12.212--ServerSession(454071866)--Connection(1198978735)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.212--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-17 17:54:12.212--ServerSession(454071866)--Connection(2022973332)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.212--ServerSession(454071866)--Connection(2022973332)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.212--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-17 17:54:12.213--ServerSession(454071866)--Connection(2022973332)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.213--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-17 17:54:12.213--ServerSession(454071866)--Connection(100477557)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.213--ServerSession(454071866)--Connection(100477557)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.213--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-17 17:54:12.213--ServerSession(454071866)--Connection(100477557)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.213--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-17 17:54:12.213--ServerSession(454071866)--Connection(896373825)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.213--ServerSession(454071866)--Connection(896373825)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.214--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-17 17:54:12.214--ServerSession(454071866)--Connection(896373825)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.214--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-17 17:54:12.214--ServerSession(454071866)--Connection(645470836)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.214--ServerSession(454071866)--Connection(645470836)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.214--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-17 17:54:12.214--ServerSession(454071866)--Connection(645470836)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.215--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-17 17:54:12.215--ServerSession(454071866)--Connection(179555689)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.215--ServerSession(454071866)--Connection(179555689)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.215--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-17 17:54:12.215--ServerSession(454071866)--Connection(179555689)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.215--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-17 17:54:12.215--ServerSession(454071866)--Connection(368385104)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.215--ServerSession(454071866)--Connection(368385104)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.215--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-17 17:54:12.216--ServerSession(454071866)--Connection(368385104)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.216--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-17 17:54:12.216--ServerSession(454071866)--Connection(2033938361)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.216--ServerSession(454071866)--Connection(2033938361)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.216--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-17 17:54:12.216--ServerSession(454071866)--Connection(2033938361)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.216--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-17 17:54:12.216--ServerSession(454071866)--Connection(181509258)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.216--ServerSession(454071866)--Connection(181509258)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.216--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-17 17:54:12.217--ServerSession(454071866)--Connection(181509258)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.217--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-17 17:54:12.217--ServerSession(454071866)--Connection(1296450635)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.217--ServerSession(454071866)--Connection(1296450635)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.217--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-17 17:54:12.217--ServerSession(454071866)--Connection(1296450635)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.217--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-17 17:54:12.217--ServerSession(454071866)--Connection(713130142)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.217--ServerSession(454071866)--Connection(713130142)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.218--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-17 17:54:12.218--ServerSession(454071866)--Connection(713130142)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.218--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-17 17:54:12.218--ServerSession(454071866)--Connection(1294276166)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.218--ServerSession(454071866)--Connection(1294276166)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.218--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-17 17:54:12.218--ServerSession(454071866)--Connection(1294276166)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.219--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-17 17:54:12.219--ServerSession(454071866)--Connection(1843782032)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.219--ServerSession(454071866)--Connection(1843782032)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.219--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-17 17:54:12.219--ServerSession(454071866)--Connection(1843782032)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.219--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-17 17:54:12.219--ServerSession(454071866)--Connection(1659120021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.219--ServerSession(454071866)--Connection(1659120021)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.219--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-17 17:54:12.22--ServerSession(454071866)--Connection(1659120021)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.22--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-17 17:54:12.22--ServerSession(454071866)--Connection(674459635)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.22--ServerSession(454071866)--Connection(674459635)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.22--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-17 17:54:12.22--ServerSession(454071866)--Connection(674459635)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.22--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-17 17:54:12.22--ServerSession(454071866)--Connection(1279785053)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.22--ServerSession(454071866)--Connection(1279785053)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.22--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-17 17:54:12.221--ServerSession(454071866)--Connection(1279785053)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.221--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-17 17:54:12.221--ServerSession(454071866)--Connection(1655799560)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:12.221--ServerSession(454071866)--Connection(1655799560)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:12.221--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-17 17:54:12.221--ServerSession(454071866)--Connection(1655799560)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:12.246--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 681674468
    [junit] [EL Finer]: 2024-04-17 17:54:12.246--ClientSession(681674468)--Thread(Thread[main,5,main])--acquire unit of work: 2064168329
    [junit] [EL Finest]: 2024-04-17 17:54:12.246--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.246--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (8 -> null:null:reading)
    [junit] [EL Finest]: 2024-04-17 17:54:12.246--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.246--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (9 -> null:null:cooking)
    [junit] [EL Finest]: 2024-04-17 17:54:12.247--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.247--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (10 -> null:null:watching tv)
    [junit] [EL Finest]: 2024-04-17 17:54:12.247--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.247--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (11 -> null:null:cleaning the house)
    [junit] [EL Finest]: 2024-04-17 17:54:12.247--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.247--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (12 -> null:null:swimming)
    [junit] [EL Finest]: 2024-04-17 17:54:12.247--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.247--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (13 -> null:null:computers)
    [junit] [EL Finest]: 2024-04-17 17:54:12.247--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.247--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--assign sequence to the object (14 -> null:null:stamps)
    [junit] [EL Finest]: 2024-04-17 17:54:12.247--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.247--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.247--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.247--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.247--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.247--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.247--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.247--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.247--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.247--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.247--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.247--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-17 17:54:12.247--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.247--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-17 17:54:12.247--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.247--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-17 17:54:12.247--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.247--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-17 17:54:12.248--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.248--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-17 17:54:12.248--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.248--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-17 17:54:12.248--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.248--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-17 17:54:12.248--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.248--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-17 17:54:12.248--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.248--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-17 17:54:12.248--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.248--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-17 17:54:12.248--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.248--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-17 17:54:12.248--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.248--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-17 17:54:12.248--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.248--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-17 17:54:12.248--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.248--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-17 17:54:12.248--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.248--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-17 17:54:12.248--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.248--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-17 17:54:12.248--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.248--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-17 17:54:12.249--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.249--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-17 17:54:12.249--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.249--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-17 17:54:12.249--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.249--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-17 17:54:12.249--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.249--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-17 17:54:12.249--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.249--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-17 17:54:12.249--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.249--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-17 17:54:12.249--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.249--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-17 17:54:12.249--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.249--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-17 17:54:12.249--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.249--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-17 17:54:12.249--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.249--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-17 17:54:12.249--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.249--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-17 17:54:12.249--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.249--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-17 17:54:12.249--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.249--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-17 17:54:12.249--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.249--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-17 17:54:12.25--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.25--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-17 17:54:12.25--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.25--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-17 17:54:12.25--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.25--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-17 17:54:12.25--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.25--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-17 17:54:12.25--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.25--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-17 17:54:12.25--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.25--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-17 17:54:12.25--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.25--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-17 17:54:12.25--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.25--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-17 17:54:12.25--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.25--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-17 17:54:12.25--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.25--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-17 17:54:12.25--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.25--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-17 17:54:12.25--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.25--ServerSession(454071866)--Connection(1800345472)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:12.25--ClientSession(681674468)--Connection(1800345472)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:12.25--ClientSession(681674468)--Connection(1800345472)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:12.251--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-17 17:54:12.251--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-17 17:54:12.251--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-17 17:54:12.251--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-17 17:54:12.251--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-17 17:54:12.252--ClientSession(681674468)--Connection(2050378750)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:12.252--ServerSession(454071866)--Connection(2050378750)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:12.252--ServerSession(454071866)--Connection(1800345472)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:12.252--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-17 17:54:12.252--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.252--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-17 17:54:12.252--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.252--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-17 17:54:12.252--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.252--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-17 17:54:12.252--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.252--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-17 17:54:12.252--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.252--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-17 17:54:12.252--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.252--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-17 17:54:12.252--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.252--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-17 17:54:12.253--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.253--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-17 17:54:12.253--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.253--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-17 17:54:12.253--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.253--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-17 17:54:12.253--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.253--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-17 17:54:12.253--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.253--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-17 17:54:12.253--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.253--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-17 17:54:12.253--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.253--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-17 17:54:12.253--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.253--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-17 17:54:12.253--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.253--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-17 17:54:12.253--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.253--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-17 17:54:12.253--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.253--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-17 17:54:12.253--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.253--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-17 17:54:12.253--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.253--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-17 17:54:12.253--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.253--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-17 17:54:12.253--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.253--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-17 17:54:12.254--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.254--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-17 17:54:12.254--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.254--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-17 17:54:12.254--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.254--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-17 17:54:12.254--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.254--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-17 17:54:12.254--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.254--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-17 17:54:12.254--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.254--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-17 17:54:12.254--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.254--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-17 17:54:12.254--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.254--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-17 17:54:12.254--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.254--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-17 17:54:12.254--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.254--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-17 17:54:12.254--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.254--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-17 17:54:12.254--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.254--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-17 17:54:12.255--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.255--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-17 17:54:12.255--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.255--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-17 17:54:12.255--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.255--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-17 17:54:12.255--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.255--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-17 17:54:12.255--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.255--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-17 17:54:12.255--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.255--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-17 17:54:12.255--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.255--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-17 17:54:12.255--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.255--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-17 17:54:12.256--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.256--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-17 17:54:12.311--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.311--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-17 17:54:12.311--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.311--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-17 17:54:12.311--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.311--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-17 17:54:12.311--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.311--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-17 17:54:12.311--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.311--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-17 17:54:12.311--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.311--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-17 17:54:12.311--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.311--ServerSession(454071866)--Connection(687222808)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:12.311--ClientSession(681674468)--Connection(687222808)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:12.311--ClientSession(681674468)--Connection(687222808)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:12.312--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-17 17:54:12.312--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-17 17:54:12.312--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-17 17:54:12.312--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-17 17:54:12.312--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-17 17:54:12.312--ClientSession(681674468)--Connection(1456338587)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:12.313--ServerSession(454071866)--Connection(1456338587)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:12.313--ServerSession(454071866)--Connection(687222808)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:12.313--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-17 17:54:12.313--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.313--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-17 17:54:12.313--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.313--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-17 17:54:12.313--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.313--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-17 17:54:12.313--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.313--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-17 17:54:12.313--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.313--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-17 17:54:12.313--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.313--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-17 17:54:12.313--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.313--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-17 17:54:12.313--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.313--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-17 17:54:12.314--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.314--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-17 17:54:12.314--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.314--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-17 17:54:12.314--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.314--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-17 17:54:12.314--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.314--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-17 17:54:12.314--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.314--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.314--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.314--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.314--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.314--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.314--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.314--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.314--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.315--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.315--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.315--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.315--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.315--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.315--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.315--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.315--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.315--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.315--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.315--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.315--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.315--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.315--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.315--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.315--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.315--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.315--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.315--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.315--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.315--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.315--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.315--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.315--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.315--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.315--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.316--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.316--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.316--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.316--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.316--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.316--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.316--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.316--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.316--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.316--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.316--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.316--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.316--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.316--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.316--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.316--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.316--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.316--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.316--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.316--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.316--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.316--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.316--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.316--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.317--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.317--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.317--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.317--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.317--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.317--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.317--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.317--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.317--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.317--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.317--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.317--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.317--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.317--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.317--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.317--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.317--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.317--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.317--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.317--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.317--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.317--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.317--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.317--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.318--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.318--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.318--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.318--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.318--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.318--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.318--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.318--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.318--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.318--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.318--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.318--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.318--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.318--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.318--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.318--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.318--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:12.318--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:12.32--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-17 17:54:12.32--ServerSession(454071866)--Connection(888106006)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:12.32--ClientSession(681674468)--Connection(888106006)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:12.32--ClientSession(681674468)--Connection(888106006)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:12.32--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-17 17:54:12.32--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-17 17:54:12.32--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-17 17:54:12.32--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-17 17:54:12.32--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-17 17:54:12.32--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:12.32--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-17 17:54:12.32--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [210, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:12.32--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [211, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:12.321--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [213, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:12.321--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [212, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:12.321--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [209, foo-brand, null, 0, 1, 4]
    [junit] [EL Finer]: 2024-04-17 17:54:12.321--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:12.322--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-17 17:54:12.322--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-17 17:54:12.322--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-17 17:54:12.322--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-17 17:54:12.322--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-17 17:54:12.322--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-17 17:54:12.322--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-17 17:54:12.322--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-17 17:54:12.322--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-17 17:54:12.322--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-17 17:54:12.322--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:12.322--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:12.322--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [6, Department_6, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:12.322--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [5, Department_5, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:12.322--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [0, Department_0, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:12.322--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [3, Department_3, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:12.322--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [7, Department_7, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:12.322--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, Department_8, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:12.322--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [1, Department_1, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:12.322--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [4, Department_4, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:12.322--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, Department_9, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:12.322--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [2, Department_2, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:12.322--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:12.323--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-17 17:54:12.323--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-17 17:54:12.324--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-17 17:54:12.324--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-17 17:54:12.324--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-17 17:54:12.324--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-17 17:54:12.324--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-17 17:54:12.324--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-17 17:54:12.324--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-17 17:54:12.324--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-17 17:54:12.324--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-17 17:54:12.324--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-17 17:54:12.324--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-17 17:54:12.324--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-17 17:54:12.324--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-17 17:54:12.324--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-17 17:54:12.324--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-17 17:54:12.324--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-17 17:54:12.324--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-17 17:54:12.324--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-17 17:54:12.324--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-17 17:54:12.324--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-17 17:54:12.324--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-17 17:54:12.324--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-17 17:54:12.325--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-17 17:54:12.325--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-17 17:54:12.325--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-17 17:54:12.325--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-17 17:54:12.325--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-17 17:54:12.325--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-17 17:54:12.325--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-17 17:54:12.325--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-17 17:54:12.325--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-17 17:54:12.325--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-17 17:54:12.325--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-17 17:54:12.325--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-17 17:54:12.325--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-17 17:54:12.325--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-17 17:54:12.325--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-17 17:54:12.325--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-17 17:54:12.325--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-17 17:54:12.325--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-17 17:54:12.325--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-17 17:54:12.325--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-17 17:54:12.325--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-17 17:54:12.325--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-17 17:54:12.325--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-17 17:54:12.325--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-17 17:54:12.325--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-17 17:54:12.326--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-17 17:54:12.326--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-17 17:54:12.326--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-17 17:54:12.326--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-17 17:54:12.326--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-17 17:54:12.326--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-17 17:54:12.326--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-17 17:54:12.326--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-17 17:54:12.326--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-17 17:54:12.326--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-17 17:54:12.326--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-17 17:54:12.326--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-17 17:54:12.326--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-17 17:54:12.326--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-17 17:54:12.326--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-17 17:54:12.326--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-17 17:54:12.326--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-17 17:54:12.326--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-17 17:54:12.326--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-17 17:54:12.326--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-17 17:54:12.326--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-17 17:54:12.326--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-17 17:54:12.326--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-17 17:54:12.327--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-17 17:54:12.327--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-17 17:54:12.327--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-17 17:54:12.327--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-17 17:54:12.327--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-17 17:54:12.327--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-17 17:54:12.327--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-17 17:54:12.327--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-17 17:54:12.327--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-17 17:54:12.327--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-17 17:54:12.327--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-17 17:54:12.327--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-17 17:54:12.327--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-17 17:54:12.327--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-17 17:54:12.327--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-17 17:54:12.327--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-17 17:54:12.327--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-17 17:54:12.327--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-17 17:54:12.327--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-17 17:54:12.327--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-17 17:54:12.327--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-17 17:54:12.327--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-17 17:54:12.327--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-17 17:54:12.328--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-17 17:54:12.328--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-17 17:54:12.328--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-17 17:54:12.328--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-17 17:54:12.328--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(11:null:cleaning the house)
    [junit] [EL Finer]: 2024-04-17 17:54:12.328--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:12.328--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-17 17:54:12.328--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [64, Helga, Hayek, null, 2024-04-29 07:40:52.317, 2024-04-06 04:07:32.317, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.328--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [29, Harro, Heim, null, 2024-04-29 07:40:52.315, 2024-04-06 04:07:32.315, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.328--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [37, Hella, Harnack, null, 2024-04-29 07:40:52.316, 2024-04-06 04:07:32.316, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.328--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [71, Hubertus, Hemsterhuis, null, 2024-04-29 07:40:52.317, 2024-04-06 04:07:32.317, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.328--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, Hadmar, Hermann, null, 2024-04-29 07:40:52.315, 2024-04-06 04:07:32.315, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.328--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [69, Heinrich, Hausmann, null, 2024-04-29 07:40:52.317, 2024-04-06 04:07:32.317, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.328--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [85, Heike, Hamburger, null, 2024-04-29 07:40:52.318, 2024-04-06 04:07:32.318, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.328--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [74, Heinke, Herder, null, 2024-04-29 07:40:52.317, 2024-04-06 04:07:32.317, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.328--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [58, Hugo, Heidegger, null, 2024-04-29 07:40:52.316, 2024-04-06 04:07:32.316, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.328--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [4, Helga, Harding, null, 2024-04-29 07:40:52.314, 2024-04-06 04:07:32.314, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.328--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [56, Helgard, Hausmann, null, 2024-04-29 07:40:52.316, 2024-04-06 04:07:32.316, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.328--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [93, Holda, Hartig, null, 2024-04-29 07:40:52.318, 2024-04-06 04:07:32.318, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.328--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [32, Hadmar, Hegemann, null, 2024-04-29 07:40:52.315, 2024-04-06 04:07:32.315, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.328--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [90, Henryk, Hary, null, 2024-04-29 07:40:52.318, 2024-04-06 04:07:32.318, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.328--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [50, Heinke, Heuser, null, 2024-04-29 07:40:52.316, 2024-04-06 04:07:32.316, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.328--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [21, Hildegard, Henry, null, 2024-04-29 07:40:52.315, 2024-04-06 04:07:32.315, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.328--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [89, Hubertus, Hartenthaler, null, 2024-04-29 07:40:52.318, 2024-04-06 04:07:32.318, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.328--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [57, Hannah, Hanson, null, 2024-04-29 07:40:52.316, 2024-04-06 04:07:32.316, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.328--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, Hans, Hein, null, 2024-04-29 07:40:52.315, 2024-04-06 04:07:32.315, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.328--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [73, Hedda, Haas, null, 2024-04-29 07:40:52.317, 2024-04-06 04:07:32.317, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.328--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [83, Heinrich, Hardy, null, 2024-04-29 07:40:52.318, 2024-04-06 04:07:32.318, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.328--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [66, Hanna, Haak, null, 2024-04-29 07:40:52.317, 2024-04-06 04:07:32.317, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.328--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [49, Hasso, Hewitt, null, 2024-04-29 07:40:52.316, 2024-04-06 04:07:32.316, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.328--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [1, Hasso, Hesselbarth, null, 2024-04-29 07:40:52.314, 2024-04-06 04:07:32.314, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.328--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [3, Hartwig, Hildebrand, null, 2024-04-29 07:40:52.314, 2024-04-06 04:07:32.314, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.329--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [45, Hazel, Hanson, null, 2024-04-29 07:40:52.316, 2024-04-06 04:07:32.316, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.329--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [88, Holde, Hesse, null, 2024-04-29 07:40:52.318, 2024-04-06 04:07:32.318, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.329--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [18, Hubertus, Haller, null, 2024-04-29 07:40:52.315, 2024-04-06 04:07:32.315, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.329--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, Hubert, Hanson, null, 2024-04-29 07:40:52.315, 2024-04-06 04:07:32.315, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.329--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [98, Helene, Haus Lancaster, null, 2024-04-29 07:40:52.318, 2024-04-06 04:07:32.318, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.329--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [44, Holda, Helmig, null, 2024-04-29 07:40:52.316, 2024-04-06 04:07:32.316, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.329--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [51, Hendrik, Hesselbarth, null, 2024-04-29 07:40:52.316, 2024-04-06 04:07:32.316, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.329--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [16, Hinrich, Herder, null, 2024-04-29 07:40:52.315, 2024-04-06 04:07:32.315, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.329--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [5, Hein, Havenstein, null, 2024-04-29 07:40:52.314, 2024-04-06 04:07:32.314, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.329--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [15, Heimo, Hamilton, null, 2024-04-29 07:40:52.315, 2024-04-06 04:07:32.315, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.329--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [34, Heida, Henschel, null, 2024-04-29 07:40:52.315, 2024-04-06 04:07:32.315, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.329--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [80, Helen, Heinichen, null, 2024-04-29 07:40:52.317, 2024-04-06 04:07:32.317, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.329--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [78, Hilarius, Hartig, null, 2024-04-29 07:40:52.317, 2024-04-06 04:07:32.317, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.329--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [95, Heribert, Hellmann, null, 2024-04-29 07:40:52.318, 2024-04-06 04:07:32.318, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.329--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [76, Hakon, Heider, null, 2024-04-29 07:40:52.317, 2024-04-06 04:07:32.317, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.329--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [75, Hauke, Helbig, null, 2024-04-29 07:40:52.317, 2024-04-06 04:07:32.317, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.329--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [92, Hadmar, Henschel, null, 2024-04-29 07:40:52.318, 2024-04-06 04:07:32.318, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.329--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [55, Hartwin, Heim, null, 2024-04-29 07:40:52.316, 2024-04-06 04:07:32.316, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.329--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [38, Hulda, Habermann, null, 2024-04-29 07:40:52.316, 2024-04-06 04:07:32.316, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.329--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [23, Hilmar, Hamburger, null, 2024-04-29 07:40:52.315, 2024-04-06 04:07:32.315, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.329--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [52, Hilmar, Hesselbarth, null, 2024-04-29 07:40:52.316, 2024-04-06 04:07:32.316, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.329--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [81, Henryk, Hausner, null, 2024-04-29 07:40:52.317, 2024-04-06 04:07:32.317, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.329--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [27, Helen, Hartig, null, 2024-04-29 07:40:52.315, 2024-04-06 04:07:32.315, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.329--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [2, Hedwig, Heuser, null, 2024-04-29 07:40:52.314, 2024-04-06 04:07:32.314, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.329--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [30, Holde, Hausmann, null, 2024-04-29 07:40:52.315, 2024-04-06 04:07:32.315, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.329--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [46, Hilke, Hayek, null, 2024-04-29 07:40:52.316, 2024-04-06 04:07:32.316, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.329--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [7, Helene, Hamburger, null, 2024-04-29 07:40:52.314, 2024-04-06 04:07:32.314, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.329--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [31, Henryk, Hegemann, null, 2024-04-29 07:40:52.315, 2024-04-06 04:07:32.315, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.329--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [70, Harro, Hentschel, null, 2024-04-29 07:40:52.317, 2024-04-06 04:07:32.317, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.329--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [72, Herbert, Helmig, null, 2024-04-29 07:40:52.317, 2024-04-06 04:07:32.317, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.329--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [39, Hieu, Haak, null, 2024-04-29 07:40:52.316, 2024-04-06 04:07:32.316, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.329--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [53, Heimo, Hanson, null, 2024-04-29 07:40:52.316, 2024-04-06 04:07:32.316, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.329--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [22, Henrike, Hellmann, null, 2024-04-29 07:40:52.315, 2024-04-06 04:07:32.315, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.329--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [33, Hinrich, Havenstein, null, 2024-04-29 07:40:52.315, 2024-04-06 04:07:32.315, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.329--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [84, Harriet, Hellmann, null, 2024-04-29 07:40:52.318, 2024-04-06 04:07:32.318, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.329--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [97, Helmut, Hausner, null, 2024-04-29 07:40:52.318, 2024-04-06 04:07:32.318, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.329--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [36, Hedwig, Haller, null, 2024-04-29 07:40:52.316, 2024-04-06 04:07:32.316, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.329--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [87, Hieu, Hettner, null, 2024-04-29 07:40:52.318, 2024-04-06 04:07:32.318, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.329--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [17, Helena, Haas, null, 2024-04-29 07:40:52.315, 2024-04-06 04:07:32.315, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.33--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [96, Hein, Hache, null, 2024-04-29 07:40:52.318, 2024-04-06 04:07:32.318, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.33--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [28, Hubert, Helmig, null, 2024-04-29 07:40:52.315, 2024-04-06 04:07:32.315, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.33--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [40, Hjalmar, Hildebrandt, null, 2024-04-29 07:40:52.316, 2024-04-06 04:07:32.316, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.33--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [59, Harvey, Hartfelder, null, 2024-04-29 07:40:52.317, 2024-04-06 04:07:32.317, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.33--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [26, Hilmar, Hewitt, null, 2024-04-29 07:40:52.315, 2024-04-06 04:07:32.315, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.33--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [47, Hauke, Hense, null, 2024-04-29 07:40:52.316, 2024-04-06 04:07:32.316, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.33--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [82, Holger, Hesselbarth, null, 2024-04-29 07:40:52.317, 2024-04-06 04:07:32.317, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.33--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [25, Hartmut, Heer, null, 2024-04-29 07:40:52.315, 2024-04-06 04:07:32.315, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.33--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [68, Henrike, Harnack, null, 2024-04-29 07:40:52.317, 2024-04-06 04:07:32.317, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.33--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, Hilda, Hermelink, null, 2024-04-29 07:40:52.314, 2024-04-06 04:07:32.314, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.33--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [43, Hakan, Herbst, null, 2024-04-29 07:40:52.316, 2024-04-06 04:07:32.316, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.33--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [20, Hubert, Hackmann, null, 2024-04-29 07:40:52.315, 2024-04-06 04:07:32.315, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.33--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [14, Hieronymus, Hemsterhuis, null, 2024-04-29 07:40:52.315, 2024-04-06 04:07:32.315, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.33--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [6, Hulda, Herold, null, 2024-04-29 07:40:52.314, 2024-04-06 04:07:32.314, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.33--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [60, Holger, Hausmann, null, 2024-04-29 07:40:52.317, 2024-04-06 04:07:32.317, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.33--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [19, Heida, Hesselbarth, null, 2024-04-29 07:40:52.315, 2024-04-06 04:07:32.315, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.33--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [35, Helena, Hartfelder, null, 2024-04-29 07:40:52.316, 2024-04-06 04:07:32.316, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.33--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [91, Heimo, Heinichen, null, 2024-04-29 07:40:52.318, 2024-04-06 04:07:32.318, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.33--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [65, Hulda, Hegemann, null, 2024-04-29 07:40:52.317, 2024-04-06 04:07:32.317, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.33--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [48, Hilde, Hamilton, null, 2024-04-29 07:40:52.316, 2024-04-06 04:07:32.316, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.33--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [67, Hanspeter, Hamilton, null, 2024-04-29 07:40:52.317, 2024-04-06 04:07:32.317, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.33--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [54, Heimo, Hawke, null, 2024-04-29 07:40:52.316, 2024-04-06 04:07:32.316, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.33--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [94, Hildegard, Haak, null, 2024-04-29 07:40:52.318, 2024-04-06 04:07:32.318, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.33--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [0, Helge, Hecht, null, 2024-04-29 07:40:52.314, 2024-04-06 04:07:32.314, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.33--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [24, Heide, Hamann, null, 2024-04-29 07:40:52.315, 2024-04-06 04:07:32.315, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.33--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [41, Hugo, Hamilton, null, 2024-04-29 07:40:52.316, 2024-04-06 04:07:32.316, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.33--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [62, Hedda, Hermelink, null, 2024-04-29 07:40:52.317, 2024-04-06 04:07:32.317, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.33--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [86, Helma, Habermann, null, 2024-04-29 07:40:52.318, 2024-04-06 04:07:32.318, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.33--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [61, Hannah, Hamann, null, 2024-04-29 07:40:52.317, 2024-04-06 04:07:32.317, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.33--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [99, Hella, Hanstein, null, 2024-04-29 07:40:52.318, 2024-04-06 04:07:32.318, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.33--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, Horst, Hanstein, null, 2024-04-29 07:40:52.315, 2024-04-06 04:07:32.315, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.33--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [63, Henri, Hausner, null, 2024-04-29 07:40:52.317, 2024-04-06 04:07:32.317, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.33--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [79, Hedda, Henning, null, 2024-04-29 07:40:52.317, 2024-04-06 04:07:32.317, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.33--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, Humphrey, Hampe, null, 2024-04-29 07:40:52.315, 2024-04-06 04:07:32.315, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.33--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [42, Helgard, Halbach, null, 2024-04-29 07:40:52.316, 2024-04-06 04:07:32.316, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.33--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [77, Heidemarie, Hesselbarth, null, 2024-04-29 07:40:52.317, 2024-04-06 04:07:32.317, null, null, null, null, null, null, null]
    [junit] [EL Finer]: 2024-04-17 17:54:12.33--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:12.349--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(12:null:swimming)
    [junit] [EL Finest]: 2024-04-17 17:54:12.349--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(8:null:reading)
    [junit] [EL Finest]: 2024-04-17 17:54:12.349--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(13:null:computers)
    [junit] [EL Finest]: 2024-04-17 17:54:12.349--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(14:null:stamps)
    [junit] [EL Finest]: 2024-04-17 17:54:12.349--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(10:null:watching tv)
    [junit] [EL Finest]: 2024-04-17 17:54:12.349--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(9:null:cooking)
    [junit] [EL Finest]: 2024-04-17 17:54:12.349--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-17 17:54:12.35--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:12.35--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:12.35--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, null, cleaning the house]
    [junit] [EL Fine]: 2024-04-17 17:54:12.35--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, null, swimming]
    [junit] [EL Fine]: 2024-04-17 17:54:12.35--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, null, reading]
    [junit] [EL Fine]: 2024-04-17 17:54:12.35--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, null, computers]
    [junit] [EL Fine]: 2024-04-17 17:54:12.35--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [14, null, stamps]
    [junit] [EL Fine]: 2024-04-17 17:54:12.35--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, null, watching tv]
    [junit] [EL Fine]: 2024-04-17 17:54:12.35--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, null, cooking]
    [junit] [EL Finer]: 2024-04-17 17:54:12.35--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:12.351--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-17 17:54:12.351--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-17 17:54:12.351--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-17 17:54:12.351--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-17 17:54:12.417--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-17 17:54:12.417--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-17 17:54:12.417--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-17 17:54:12.417--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-17 17:54:12.417--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-17 17:54:12.417--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-17 17:54:12.417--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-17 17:54:12.417--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-17 17:54:12.417--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-17 17:54:12.417--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-17 17:54:12.417--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-17 17:54:12.417--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-17 17:54:12.417--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-17 17:54:12.417--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-17 17:54:12.417--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-17 17:54:12.418--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-17 17:54:12.418--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-17 17:54:12.418--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-17 17:54:12.418--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-17 17:54:12.418--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-17 17:54:12.418--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-17 17:54:12.418--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-17 17:54:12.418--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-17 17:54:12.418--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-17 17:54:12.418--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-17 17:54:12.418--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-17 17:54:12.418--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-17 17:54:12.418--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-17 17:54:12.418--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-17 17:54:12.418--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-17 17:54:12.418--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-17 17:54:12.418--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-17 17:54:12.418--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-17 17:54:12.418--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-17 17:54:12.418--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-17 17:54:12.418--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-17 17:54:12.418--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-17 17:54:12.418--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-17 17:54:12.418--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-17 17:54:12.418--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-17 17:54:12.418--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-17 17:54:12.419--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-17 17:54:12.419--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-17 17:54:12.419--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-17 17:54:12.419--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-17 17:54:12.419--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-17 17:54:12.419--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-17 17:54:12.419--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-17 17:54:12.419--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-17 17:54:12.419--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-17 17:54:12.419--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-17 17:54:12.419--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-17 17:54:12.419--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-17 17:54:12.419--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-17 17:54:12.419--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-17 17:54:12.419--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-17 17:54:12.419--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-17 17:54:12.419--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-17 17:54:12.419--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-17 17:54:12.419--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-17 17:54:12.419--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-17 17:54:12.419--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-17 17:54:12.419--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-17 17:54:12.42--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-17 17:54:12.42--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-17 17:54:12.42--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-17 17:54:12.42--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-17 17:54:12.42--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-17 17:54:12.42--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-17 17:54:12.42--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-17 17:54:12.42--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-17 17:54:12.42--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-17 17:54:12.42--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-17 17:54:12.42--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-17 17:54:12.42--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-17 17:54:12.42--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-17 17:54:12.42--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-17 17:54:12.42--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-17 17:54:12.42--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-17 17:54:12.42--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-17 17:54:12.42--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-17 17:54:12.42--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-17 17:54:12.42--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-17 17:54:12.42--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-17 17:54:12.42--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-17 17:54:12.42--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-17 17:54:12.42--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-17 17:54:12.421--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-17 17:54:12.421--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-17 17:54:12.421--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-17 17:54:12.421--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-17 17:54:12.421--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-17 17:54:12.421--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-17 17:54:12.421--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-17 17:54:12.421--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-17 17:54:12.421--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-17 17:54:12.421--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:12.421--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-17 17:54:12.421--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-17 17:54:12.421--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-17 17:54:12.421--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-17 17:54:12.421--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-17 17:54:12.421--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-17 17:54:12.421--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-17 17:54:12.421--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-17 17:54:12.421--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-17 17:54:12.421--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-17 17:54:12.421--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-17 17:54:12.421--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-17 17:54:12.421--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-17 17:54:12.421--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-17 17:54:12.421--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-17 17:54:12.421--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-17 17:54:12.421--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-17 17:54:12.421--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-17 17:54:12.421--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-17 17:54:12.421--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-17 17:54:12.421--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-17 17:54:12.421--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-17 17:54:12.421--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.422--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-17 17:54:12.423--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-17 17:54:12.423--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-17 17:54:12.423--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-17 17:54:12.423--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-17 17:54:12.423--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-17 17:54:12.423--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-17 17:54:12.423--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-17 17:54:12.423--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-17 17:54:12.423--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-17 17:54:12.423--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-17 17:54:12.423--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-17 17:54:12.423--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-17 17:54:12.423--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-17 17:54:12.423--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-17 17:54:12.423--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-17 17:54:12.423--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-17 17:54:12.423--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-17 17:54:12.423--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-17 17:54:12.423--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-17 17:54:12.423--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-17 17:54:12.423--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-17 17:54:12.423--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-17 17:54:12.423--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-17 17:54:12.423--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-17 17:54:12.423--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:12.434--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-17 17:54:12.434--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-17 17:54:12.434--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-17 17:54:12.434--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-17 17:54:12.434--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-17 17:54:12.434--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-17 17:54:12.434--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-17 17:54:12.434--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-17 17:54:12.434--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-17 17:54:12.434--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-17 17:54:12.434--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-17 17:54:12.434--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-17 17:54:12.434--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-17 17:54:12.435--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-17 17:54:12.435--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-17 17:54:12.435--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-17 17:54:12.435--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-17 17:54:12.435--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-17 17:54:12.435--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-17 17:54:12.435--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-17 17:54:12.435--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-17 17:54:12.435--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-17 17:54:12.435--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-17 17:54:12.435--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-17 17:54:12.435--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-17 17:54:12.435--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-17 17:54:12.435--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-17 17:54:12.435--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-17 17:54:12.435--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-17 17:54:12.435--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-17 17:54:12.435--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-17 17:54:12.435--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-17 17:54:12.435--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-17 17:54:12.435--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-17 17:54:12.435--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-17 17:54:12.435--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-17 17:54:12.435--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-17 17:54:12.435--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-17 17:54:12.435--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-17 17:54:12.435--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-17 17:54:12.435--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-17 17:54:12.435--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-17 17:54:12.435--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-17 17:54:12.435--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-17 17:54:12.435--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-17 17:54:12.435--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-17 17:54:12.435--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-17 17:54:12.435--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-17 17:54:12.435--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-17 17:54:12.435--ClientSession(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-17 17:54:12.435--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:12.435--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:12.435--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [1, 210]
    [junit] [EL Fine]: 2024-04-17 17:54:12.435--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [3, 210]
    [junit] [EL Fine]: 2024-04-17 17:54:12.435--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [5, 210]
    [junit] [EL Fine]: 2024-04-17 17:54:12.435--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [19, 210]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [31, 210]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [37, 210]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [51, 210]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [53, 210]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [63, 210]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [77, 210]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [79, 210]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [7, 211]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 211]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 211]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [15, 211]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [23, 211]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [29, 211]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [39, 211]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [45, 211]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [47, 211]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [55, 211]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [57, 211]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [59, 211]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [65, 211]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [69, 211]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [75, 211]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [83, 211]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [93, 211]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [97, 211]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [21, 212]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [35, 212]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [41, 212]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [49, 212]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [67, 212]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [71, 212]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [85, 212]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [87, 212]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [89, 212]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [95, 212]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [99, 212]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 209]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [17, 209]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [25, 209]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [27, 209]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [33, 209]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [43, 209]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [61, 209]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [73, 209]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [81, 209]
    [junit] [EL Fine]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [91, 209]
    [junit] [EL Finer]: 2024-04-17 17:54:12.436--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:12.441--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.441--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.441--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.441--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.442--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.443--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.444--ClientSession(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-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:12.444--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 73]
    [junit] [EL Finer]: 2024-04-17 17:54:12.445--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:12.457--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.457--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.457--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.457--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.457--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.457--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.457--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.457--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.457--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.457--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.457--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.457--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.457--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.457--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.457--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.457--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.457--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.457--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.457--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.457--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.457--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.457--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.457--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.457--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.457--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.457--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.457--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.457--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.457--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.457--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.457--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.457--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.457--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.457--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.457--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.458--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.458--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.458--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.458--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.458--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.458--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.458--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.458--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.458--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.458--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.458--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.458--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.458--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.458--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.458--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.458--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.458--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.458--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.458--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.458--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.458--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.458--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.458--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.458--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.458--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.458--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.458--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.458--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.458--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.524--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.524--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.524--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.524--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.524--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.524--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.524--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.524--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.524--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.524--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.524--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.524--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.524--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.524--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.524--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.524--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.524--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.524--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.524--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.524--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.524--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.524--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.524--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.524--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.524--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.525--ClientSession(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-17 17:54:12.525--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:12.525--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:12.526--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:12.527--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:12.527--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:12.527--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:12.527--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:12.527--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:12.527--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:12.527--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:12.527--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:12.527--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:12.527--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:12.527--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 76]
    [junit] [EL Finer]: 2024-04-17 17:54:12.527--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:12.538--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.538--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.538--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.538--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.538--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.538--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.538--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.538--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.538--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.538--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.538--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.538--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.538--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.538--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.539--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.54--ClientSession(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-17 17:54:12.54--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:12.54--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:12.541--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:12.541--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:12.541--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:12.541--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:12.541--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:12.541--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:12.541--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:12.541--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:12.541--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:12.541--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:12.541--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:12.541--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:12.541--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:12.541--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:12.541--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:12.541--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:12.541--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:12.541--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:12.541--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:12.541--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:12.541--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:12.541--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:12.541--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:12.541--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:12.541--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:12.541--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:12.541--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:12.541--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:12.541--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:12.541--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:12.541--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:12.541--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:12.541--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:12.541--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:12.541--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:12.541--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:12.541--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:12.541--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:12.541--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:12.542--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:12.543--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:12.543--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:12.543--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:12.543--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:12.543--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:12.543--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:12.543--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:12.543--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 84]
    [junit] [EL Finer]: 2024-04-17 17:54:12.543--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:12.554--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.554--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.554--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.554--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.554--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.554--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.554--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.554--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.554--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.554--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.554--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.554--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.554--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.554--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.554--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.554--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.554--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.554--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.554--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.554--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.554--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.554--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.555--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.556--ClientSession(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-17 17:54:12.556--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:12.556--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:12.557--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:12.631--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:12.631--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:12.631--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:12.631--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:12.631--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:12.631--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:12.631--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:12.631--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:12.631--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:12.631--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:12.631--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:12.631--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:12.631--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:12.631--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:12.631--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:12.631--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:12.631--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:12.631--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:12.631--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:12.631--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:12.631--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:12.631--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:12.631--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:12.631--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:12.631--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 19]
    [junit] [EL Finer]: 2024-04-17 17:54:12.631--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:12.643--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.643--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.643--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.643--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.643--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.643--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.643--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.643--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.643--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.643--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.643--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.643--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.643--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.643--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.643--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.643--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.643--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.643--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.643--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.643--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.643--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.643--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.643--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.643--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.643--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.643--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.643--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.643--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.643--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.643--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.643--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.643--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.643--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.644--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.645--ClientSession(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-17 17:54:12.645--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:12.645--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [13, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [9, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [11, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [10, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [12, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--	bind => [8, 77]
    [junit] [EL Finer]: 2024-04-17 17:54:12.646--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:12.658--ClientSession(681674468)--Connection(1594666098)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:12.659--ServerSession(454071866)--Connection(888106006)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:12.663--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:12.663--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:12.665--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:12.665--ClientSession(681674468)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:12.665--UnitOfWork(2064168329)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:12.665--ClientSession(681674468)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:12.692--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1148697330
    [junit] [EL Finer]: 2024-04-17 17:54:12.692--ClientSession(1148697330)--Thread(Thread[main,5,main])--acquire unit of work: 814241
    [junit] [EL Finest]: 2024-04-17 17:54:12.692--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.692--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (15 -> null:null:reading)
    [junit] [EL Finest]: 2024-04-17 17:54:12.692--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.692--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (16 -> null:null:cooking)
    [junit] [EL Finest]: 2024-04-17 17:54:12.692--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.692--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (17 -> null:null:watching tv)
    [junit] [EL Finest]: 2024-04-17 17:54:12.692--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.692--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (18 -> null:null:cleaning the house)
    [junit] [EL Finest]: 2024-04-17 17:54:12.692--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.692--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (19 -> null:null:swimming)
    [junit] [EL Finest]: 2024-04-17 17:54:12.692--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.692--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (20 -> null:null:computers)
    [junit] [EL Finest]: 2024-04-17 17:54:12.692--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.692--UnitOfWork(814241)--Thread(Thread[main,5,main])--assign sequence to the object (21 -> null:null:stamps)
    [junit] [EL Finest]: 2024-04-17 17:54:12.692--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.692--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.693--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.693--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.693--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.693--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.693--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.693--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.693--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.693--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.693--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.693--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-17 17:54:12.693--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.693--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-17 17:54:12.693--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.693--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-17 17:54:12.693--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.693--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-17 17:54:12.693--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.693--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-17 17:54:12.693--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.693--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-17 17:54:12.693--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.693--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-17 17:54:12.693--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.693--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-17 17:54:12.693--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.693--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-17 17:54:12.693--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.693--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-17 17:54:12.693--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.693--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-17 17:54:12.694--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.694--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-17 17:54:12.694--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.694--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-17 17:54:12.694--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.694--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-17 17:54:12.694--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.694--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-17 17:54:12.694--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.694--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-17 17:54:12.694--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.694--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-17 17:54:12.694--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.694--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-17 17:54:12.694--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.694--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-17 17:54:12.694--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.694--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-17 17:54:12.694--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.694--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-17 17:54:12.694--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.694--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-17 17:54:12.694--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.694--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-17 17:54:12.694--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.694--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-17 17:54:12.694--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.694--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-17 17:54:12.694--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.694--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-17 17:54:12.694--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.694--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-17 17:54:12.694--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.694--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-17 17:54:12.694--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.694--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-17 17:54:12.694--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.695--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-17 17:54:12.695--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.695--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-17 17:54:12.695--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.695--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-17 17:54:12.695--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.695--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-17 17:54:12.695--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.695--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-17 17:54:12.695--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.695--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-17 17:54:12.695--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.695--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-17 17:54:12.695--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.695--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-17 17:54:12.695--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.695--ServerSession(454071866)--Connection(785398554)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:12.695--ClientSession(1148697330)--Connection(785398554)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:12.695--ClientSession(1148697330)--Connection(785398554)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:12.695--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-17 17:54:12.695--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-17 17:54:12.695--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-17 17:54:12.696--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-17 17:54:12.696--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-17 17:54:12.696--ClientSession(1148697330)--Connection(1276990221)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:12.696--ServerSession(454071866)--Connection(1276990221)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:12.696--ServerSession(454071866)--Connection(785398554)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:12.696--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-17 17:54:12.697--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.697--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-17 17:54:12.697--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.697--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-17 17:54:12.697--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.697--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-17 17:54:12.697--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.697--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-17 17:54:12.697--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.697--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-17 17:54:12.697--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.697--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-17 17:54:12.697--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.697--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-17 17:54:12.697--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.697--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-17 17:54:12.697--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.697--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-17 17:54:12.697--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.697--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-17 17:54:12.697--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.697--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-17 17:54:12.697--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.697--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-17 17:54:12.697--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.697--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-17 17:54:12.697--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.697--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-17 17:54:12.697--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.697--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-17 17:54:12.697--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.697--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-17 17:54:12.697--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.697--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-17 17:54:12.697--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.698--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-17 17:54:12.698--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.698--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-17 17:54:12.698--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.698--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-17 17:54:12.698--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.698--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-17 17:54:12.698--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.698--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-17 17:54:12.698--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.698--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-17 17:54:12.698--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.698--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-17 17:54:12.698--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.698--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-17 17:54:12.698--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.698--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-17 17:54:12.698--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.698--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-17 17:54:12.736--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.736--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-17 17:54:12.736--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.736--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-17 17:54:12.736--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.736--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-17 17:54:12.736--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.736--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-17 17:54:12.736--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.736--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-17 17:54:12.736--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.736--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-17 17:54:12.736--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.736--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-17 17:54:12.736--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.736--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-17 17:54:12.736--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.736--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-17 17:54:12.736--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.737--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-17 17:54:12.737--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.737--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-17 17:54:12.737--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.737--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-17 17:54:12.737--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.737--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-17 17:54:12.737--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.737--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-17 17:54:12.737--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.737--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-17 17:54:12.737--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.737--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-17 17:54:12.737--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.737--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-17 17:54:12.737--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.737--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-17 17:54:12.737--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.737--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-17 17:54:12.737--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.737--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-17 17:54:12.737--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.737--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-17 17:54:12.737--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.737--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-17 17:54:12.737--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.737--ServerSession(454071866)--Connection(1151529609)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:12.737--ClientSession(1148697330)--Connection(1151529609)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:12.737--ClientSession(1148697330)--Connection(1151529609)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:12.738--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-17 17:54:12.738--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-17 17:54:12.738--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-17 17:54:12.738--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-17 17:54:12.739--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-17 17:54:12.739--ClientSession(1148697330)--Connection(1789804953)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:12.739--ServerSession(454071866)--Connection(1789804953)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:12.739--ServerSession(454071866)--Connection(1151529609)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:12.739--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-17 17:54:12.739--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.739--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-17 17:54:12.739--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.739--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-17 17:54:12.739--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.739--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-17 17:54:12.739--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.739--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-17 17:54:12.74--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.74--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-17 17:54:12.74--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.74--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-17 17:54:12.74--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.74--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-17 17:54:12.74--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.74--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-17 17:54:12.74--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.74--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-17 17:54:12.74--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.74--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-17 17:54:12.74--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.74--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-17 17:54:12.74--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.74--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-17 17:54:12.74--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.74--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-17 17:54:12.74--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.74--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-17 17:54:12.74--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.74--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-17 17:54:12.74--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.74--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-17 17:54:12.74--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.74--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-17 17:54:12.74--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.74--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.74--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.74--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.74--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.74--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.74--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.741--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.741--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.741--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.741--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.741--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.741--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.741--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.741--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.741--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.741--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.741--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.741--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.741--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.741--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.741--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.741--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.741--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.741--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.741--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.741--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.741--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.741--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.741--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.741--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.741--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.741--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.741--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.741--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.742--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.742--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.742--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.742--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.742--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.742--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.742--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.742--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.742--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.742--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.742--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.742--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.742--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.742--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.742--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.742--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.742--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.742--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.742--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.742--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.742--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.742--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.742--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.742--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.742--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.742--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.742--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.743--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.743--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.743--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.743--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.743--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.743--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.743--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.743--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.743--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.743--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.743--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.743--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.743--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.748--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.748--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.748--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.748--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.748--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.748--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.748--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.748--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.748--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.748--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.748--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.748--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.748--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.748--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.748--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.748--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.749--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.749--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.749--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.749--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.749--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.749--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.749--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.749--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:12.749--UnitOfWork(814241)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:12.749--UnitOfWork(814241)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:12.75--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-17 17:54:12.75--ServerSession(454071866)--Connection(812197854)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:12.75--ClientSession(1148697330)--Connection(812197854)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:12.75--ClientSession(1148697330)--Connection(812197854)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:12.751--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-17 17:54:12.751--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-17 17:54:12.751--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-17 17:54:12.751--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-17 17:54:12.751--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-17 17:54:12.751--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:12.751--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-17 17:54:12.751--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [316, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:12.751--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [314, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:12.751--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [317, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:12.751--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [318, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:12.751--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [315, foo-brand, null, 0, 1, 4]
    [junit] [EL Finer]: 2024-04-17 17:54:12.751--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:12.752--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-17 17:54:12.752--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-17 17:54:12.752--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-17 17:54:12.752--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-17 17:54:12.752--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-17 17:54:12.752--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-17 17:54:12.752--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-17 17:54:12.752--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-17 17:54:12.752--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-17 17:54:12.752--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-17 17:54:12.752--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:12.752--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:12.752--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [0, Department_0, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:12.752--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [7, Department_7, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:12.753--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [8, Department_8, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:12.753--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [5, Department_5, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:12.753--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [3, Department_3, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:12.753--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [4, Department_4, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:12.753--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [9, Department_9, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:12.753--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [6, Department_6, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:12.753--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [1, Department_1, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:12.753--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [2, Department_2, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:12.753--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:12.754--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-17 17:54:12.754--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-17 17:54:12.754--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-17 17:54:12.754--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-17 17:54:12.754--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-17 17:54:12.754--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-17 17:54:12.754--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-17 17:54:12.754--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-17 17:54:12.754--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-17 17:54:12.754--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-17 17:54:12.754--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-17 17:54:12.754--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-17 17:54:12.754--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-17 17:54:12.754--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-17 17:54:12.754--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-17 17:54:12.754--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-17 17:54:12.754--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-17 17:54:12.755--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-17 17:54:12.755--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-17 17:54:12.755--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-17 17:54:12.755--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-17 17:54:12.755--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-17 17:54:12.755--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-17 17:54:12.755--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-17 17:54:12.755--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-17 17:54:12.755--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-17 17:54:12.755--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-17 17:54:12.755--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-17 17:54:12.755--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-17 17:54:12.755--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-17 17:54:12.755--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-17 17:54:12.755--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-17 17:54:12.755--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-17 17:54:12.755--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-17 17:54:12.755--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-17 17:54:12.755--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-17 17:54:12.755--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-17 17:54:12.755--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-17 17:54:12.755--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-17 17:54:12.755--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-17 17:54:12.755--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-17 17:54:12.755--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-17 17:54:12.755--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-17 17:54:12.756--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-17 17:54:12.756--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-17 17:54:12.756--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-17 17:54:12.756--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-17 17:54:12.756--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-17 17:54:12.756--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-17 17:54:12.756--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-17 17:54:12.756--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-17 17:54:12.756--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-17 17:54:12.756--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-17 17:54:12.756--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-17 17:54:12.756--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-17 17:54:12.756--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-17 17:54:12.756--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-17 17:54:12.756--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-17 17:54:12.756--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-17 17:54:12.756--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-17 17:54:12.756--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-17 17:54:12.756--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-17 17:54:12.756--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-17 17:54:12.756--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-17 17:54:12.756--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-17 17:54:12.756--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-17 17:54:12.756--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-17 17:54:12.756--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-17 17:54:12.756--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-17 17:54:12.756--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-17 17:54:12.757--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-17 17:54:12.757--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-17 17:54:12.757--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-17 17:54:12.757--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-17 17:54:12.757--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-17 17:54:12.757--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-17 17:54:12.757--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-17 17:54:12.757--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-17 17:54:12.757--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-17 17:54:12.757--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-17 17:54:12.757--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-17 17:54:12.757--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-17 17:54:12.757--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-17 17:54:12.757--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-17 17:54:12.757--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-17 17:54:12.757--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-17 17:54:12.757--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-17 17:54:12.757--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-17 17:54:12.757--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-17 17:54:12.757--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-17 17:54:12.757--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-17 17:54:12.757--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-17 17:54:12.757--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-17 17:54:12.757--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-17 17:54:12.757--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-17 17:54:12.757--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-17 17:54:12.757--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-17 17:54:12.757--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-17 17:54:12.758--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-17 17:54:12.758--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(16:null:cooking)
    [junit] [EL Finer]: 2024-04-17 17:54:12.758--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:12.758--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-17 17:54:12.758--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [70, Hermann, Herbst, null, 2024-04-29 07:40:52.743, 2024-04-06 04:07:32.743, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.758--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [92, Heiko, Helmig, null, 2024-04-29 07:40:52.749, 2024-04-06 04:07:32.749, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.758--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [48, Heyko, Hamburger, null, 2024-04-29 07:40:52.742, 2024-04-06 04:07:32.742, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.758--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [30, Hanspeter, Heuser, null, 2024-04-29 07:40:52.741, 2024-04-06 04:07:32.741, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.758--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [7, Heimo, Hesse, null, 2024-04-29 07:40:52.741, 2024-04-06 04:07:32.741, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.758--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [86, H?nel, Hesselbarth, null, 2024-04-29 07:40:52.748, 2024-04-06 04:07:32.748, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.758--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [31, Harry, Herzog, null, 2024-04-29 07:40:52.741, 2024-04-06 04:07:32.741, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.758--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [23, Helene, Hilbert, null, 2024-04-29 07:40:52.741, 2024-04-06 04:07:32.741, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.758--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [32, Helene, Hegemann, null, 2024-04-29 07:40:52.741, 2024-04-06 04:07:32.741, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.758--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [90, Hein, Hendrix, null, 2024-04-29 07:40:52.748, 2024-04-06 04:07:32.748, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.758--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [39, Hanspeter, Hausner, null, 2024-04-29 07:40:52.742, 2024-04-06 04:07:32.742, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.758--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [41, Hedwig, Herold, null, 2024-04-29 07:40:52.742, 2024-04-06 04:07:32.742, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.758--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [6, Helena, Hamburger, null, 2024-04-29 07:40:52.74, 2024-04-06 04:07:32.74, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.758--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [85, Hakon, Harding, null, 2024-04-29 07:40:52.748, 2024-04-06 04:07:32.748, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.758--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [25, Hannah, Henry, null, 2024-04-29 07:40:52.741, 2024-04-06 04:07:32.741, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.758--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [57, Henrik, Hennig, null, 2024-04-29 07:40:52.742, 2024-04-06 04:07:32.742, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.758--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [28, Hedi, Helmig, null, 2024-04-29 07:40:52.741, 2024-04-06 04:07:32.741, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.758--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [12, Hans, Hartfelder, null, 2024-04-29 07:40:52.741, 2024-04-06 04:07:32.741, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.758--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, Henrik, Herder, null, 2024-04-29 07:40:52.741, 2024-04-06 04:07:32.741, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.758--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [35, Helene, Herrmann, null, 2024-04-29 07:40:52.742, 2024-04-06 04:07:32.742, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.758--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [74, Heide, Hense, null, 2024-04-29 07:40:52.743, 2024-04-06 04:07:32.743, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.758--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [0, Helene, Harnack, null, 2024-04-29 07:40:52.74, 2024-04-06 04:07:32.74, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.758--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [36, Hagen, Habermann, null, 2024-04-29 07:40:52.742, 2024-04-06 04:07:32.742, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.758--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [94, Hella, Hanson, null, 2024-04-29 07:40:52.749, 2024-04-06 04:07:32.749, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.758--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, Heinz, Hense, null, 2024-04-29 07:40:52.741, 2024-04-06 04:07:32.741, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.758--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [63, Hasso, Hausmann, null, 2024-04-29 07:40:52.743, 2024-04-06 04:07:32.743, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.758--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [14, Harry, Hewitt, null, 2024-04-29 07:40:52.741, 2024-04-06 04:07:32.741, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.758--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [60, Hinrich, Hary, null, 2024-04-29 07:40:52.742, 2024-04-06 04:07:32.742, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.758--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, Heribert, Habermann, null, 2024-04-29 07:40:52.741, 2024-04-06 04:07:32.741, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.758--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [68, Hieu, Herrmann, null, 2024-04-29 07:40:52.743, 2024-04-06 04:07:32.743, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.758--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [9, Heiko, Hennig, null, 2024-04-29 07:40:52.741, 2024-04-06 04:07:32.741, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.758--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [24, Hannes, Hermann, null, 2024-04-29 07:40:52.741, 2024-04-06 04:07:32.741, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.758--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [53, Holda, Henning, null, 2024-04-29 07:40:52.742, 2024-04-06 04:07:32.742, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.758--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [2, Holde, Halbach, null, 2024-04-29 07:40:52.74, 2024-04-06 04:07:32.74, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.758--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [13, Holde, Herzog, null, 2024-04-29 07:40:52.741, 2024-04-06 04:07:32.741, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.758--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [77, Helena, Hampe, null, 2024-04-29 07:40:52.748, 2024-04-06 04:07:32.748, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [55, Heinrich, Heise, null, 2024-04-29 07:40:52.742, 2024-04-06 04:07:32.742, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [87, H?nel, Hentschel, null, 2024-04-29 07:40:52.748, 2024-04-06 04:07:32.748, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [93, Hansj?rg, Heidegger, null, 2024-04-29 07:40:52.749, 2024-04-06 04:07:32.749, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [71, Hedi, Haas, null, 2024-04-29 07:40:52.743, 2024-04-06 04:07:32.743, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [46, Heidi, Hemsterhuis, null, 2024-04-29 07:40:52.742, 2024-04-06 04:07:32.742, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [99, Hans, Hartenthaler, null, 2024-04-29 07:40:52.749, 2024-04-06 04:07:32.749, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [47, Hilmar, Haus Lancaster, null, 2024-04-29 07:40:52.742, 2024-04-06 04:07:32.742, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [40, Humphrey, Heim, null, 2024-04-29 07:40:52.742, 2024-04-06 04:07:32.742, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [67, Harriet, Haller, null, 2024-04-29 07:40:52.743, 2024-04-06 04:07:32.743, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [56, Helena, Haak, null, 2024-04-29 07:40:52.742, 2024-04-06 04:07:32.742, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [98, Helga, Haak, null, 2024-04-29 07:40:52.749, 2024-04-06 04:07:32.749, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [37, Hermine, Heer, null, 2024-04-29 07:40:52.742, 2024-04-06 04:07:32.742, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, Hans, Hanstein, null, 2024-04-29 07:40:52.741, 2024-04-06 04:07:32.741, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [88, Helena, Hamburger, null, 2024-04-29 07:40:52.748, 2024-04-06 04:07:32.748, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [26, Hazel, Hausner, null, 2024-04-29 07:40:52.741, 2024-04-06 04:07:32.741, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [59, Henning, Hanson, null, 2024-04-29 07:40:52.742, 2024-04-06 04:07:32.742, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [79, Helgard, Herold, null, 2024-04-29 07:40:52.748, 2024-04-06 04:07:32.748, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [45, Hedwig, Hendrix, null, 2024-04-29 07:40:52.742, 2024-04-06 04:07:32.742, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [34, Heinrich, Hellmann, null, 2024-04-29 07:40:52.741, 2024-04-06 04:07:32.741, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [62, Hilarius, Hentschel, null, 2024-04-29 07:40:52.743, 2024-04-06 04:07:32.743, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [91, Hubert, Herder, null, 2024-04-29 07:40:52.749, 2024-04-06 04:07:32.749, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [50, Holde, Hackmann, null, 2024-04-29 07:40:52.742, 2024-04-06 04:07:32.742, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [4, Harriet, Halbach, null, 2024-04-29 07:40:52.74, 2024-04-06 04:07:32.74, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [66, H?nel, Harding, null, 2024-04-29 07:40:52.743, 2024-04-06 04:07:32.743, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [97, Herma, Hanson, null, 2024-04-29 07:40:52.749, 2024-04-06 04:07:32.749, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [61, Hazel, Herder, null, 2024-04-29 07:40:52.742, 2024-04-06 04:07:32.742, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [75, Hinrich, Hawke, null, 2024-04-29 07:40:52.748, 2024-04-06 04:07:32.748, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [96, Heidemarie, Hardy, null, 2024-04-29 07:40:52.749, 2024-04-06 04:07:32.749, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [22, Heinke, Herbst, null, 2024-04-29 07:40:52.741, 2024-04-06 04:07:32.741, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [33, Herbert, Harding, null, 2024-04-29 07:40:52.741, 2024-04-06 04:07:32.741, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [52, Helmut, Herbst, null, 2024-04-29 07:40:52.742, 2024-04-06 04:07:32.742, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, Hanns, Harding, null, 2024-04-29 07:40:52.741, 2024-04-06 04:07:32.741, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [21, Hansj?rg, Haller, null, 2024-04-29 07:40:52.741, 2024-04-06 04:07:32.741, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [84, Hulda, Herzog, null, 2024-04-29 07:40:52.748, 2024-04-06 04:07:32.748, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [51, Hinrich, Hache, null, 2024-04-29 07:40:52.742, 2024-04-06 04:07:32.742, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [82, Horst, Heider, null, 2024-04-29 07:40:52.748, 2024-04-06 04:07:32.748, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [89, Hanns, Hendrix, null, 2024-04-29 07:40:52.748, 2024-04-06 04:07:32.748, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [64, Hadmar, Hewitt, null, 2024-04-29 07:40:52.743, 2024-04-06 04:07:32.743, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [80, Hugo, Hartenthaler, null, 2024-04-29 07:40:52.748, 2024-04-06 04:07:32.748, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [38, Hagen, Herzog, null, 2024-04-29 07:40:52.742, 2024-04-06 04:07:32.742, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [73, Hilda, Haller, null, 2024-04-29 07:40:52.743, 2024-04-06 04:07:32.743, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [11, Hanna, Hardy, null, 2024-04-29 07:40:52.741, 2024-04-06 04:07:32.741, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [42, Harro, Haller, null, 2024-04-29 07:40:52.742, 2024-04-06 04:07:32.742, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [44, Hasso, Hampe, null, 2024-04-29 07:40:52.742, 2024-04-06 04:07:32.742, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [49, Hanns, Harding, null, 2024-04-29 07:40:52.742, 2024-04-06 04:07:32.742, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.759--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [10, Heyko, Herrmann, null, 2024-04-29 07:40:52.741, 2024-04-06 04:07:32.741, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.76--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [72, Harro, Hegemann, null, 2024-04-29 07:40:52.743, 2024-04-06 04:07:32.743, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.76--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [65, Humphrey, Haak, null, 2024-04-29 07:40:52.743, 2024-04-06 04:07:32.743, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.76--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [8, Helma, Hartfelder, null, 2024-04-29 07:40:52.741, 2024-04-06 04:07:32.741, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.76--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [29, Holde, Herzog, null, 2024-04-29 07:40:52.741, 2024-04-06 04:07:32.741, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.76--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [83, Hanns, Harding, null, 2024-04-29 07:40:52.748, 2024-04-06 04:07:32.748, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.76--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [27, Helene, Hardy, null, 2024-04-29 07:40:52.741, 2024-04-06 04:07:32.741, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.76--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [3, Hakan, Hense, null, 2024-04-29 07:40:52.74, 2024-04-06 04:07:32.74, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.76--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [81, Hedda, Hildebrand, null, 2024-04-29 07:40:52.748, 2024-04-06 04:07:32.748, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.76--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [76, Heinz, Hennig, null, 2024-04-29 07:40:52.748, 2024-04-06 04:07:32.748, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.76--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, Hinrich, Hewitt, null, 2024-04-29 07:40:52.741, 2024-04-06 04:07:32.741, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.76--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [43, Hildegard, Hermelink, null, 2024-04-29 07:40:52.742, 2024-04-06 04:07:32.742, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.76--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [1, Hein, Hache, null, 2024-04-29 07:40:52.74, 2024-04-06 04:07:32.74, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.76--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [5, Hubert, Herbst, null, 2024-04-29 07:40:52.74, 2024-04-06 04:07:32.74, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.76--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [95, Henning, Hary, null, 2024-04-29 07:40:52.749, 2024-04-06 04:07:32.749, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.76--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [78, Hein, Hawke, null, 2024-04-29 07:40:52.748, 2024-04-06 04:07:32.748, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.76--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [54, Hansj?rg, Heinrich, null, 2024-04-29 07:40:52.742, 2024-04-06 04:07:32.742, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.76--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [58, Hendrik, Haus Lancaster, null, 2024-04-29 07:40:52.742, 2024-04-06 04:07:32.742, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:12.76--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [69, Hieu, Hartfelder, null, 2024-04-29 07:40:52.743, 2024-04-06 04:07:32.743, null, null, null, null, null, null, null]
    [junit] [EL Finer]: 2024-04-17 17:54:12.76--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:12.776--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(17:null:watching tv)
    [junit] [EL Finest]: 2024-04-17 17:54:12.776--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(19:null:swimming)
    [junit] [EL Finest]: 2024-04-17 17:54:12.776--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(15:null:reading)
    [junit] [EL Finest]: 2024-04-17 17:54:12.776--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(18:null:cleaning the house)
    [junit] [EL Finest]: 2024-04-17 17:54:12.777--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(20:null:computers)
    [junit] [EL Finest]: 2024-04-17 17:54:12.777--UnitOfWork(814241)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(21:null:stamps)
    [junit] [EL Finest]: 2024-04-17 17:54:12.777--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-17 17:54:12.777--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:12.777--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:12.777--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, null, cooking]
    [junit] [EL Fine]: 2024-04-17 17:54:12.777--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, null, watching tv]
    [junit] [EL Fine]: 2024-04-17 17:54:12.777--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, null, swimming]
    [junit] [EL Fine]: 2024-04-17 17:54:12.777--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, null, reading]
    [junit] [EL Fine]: 2024-04-17 17:54:12.777--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, null, cleaning the house]
    [junit] [EL Fine]: 2024-04-17 17:54:12.777--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, null, computers]
    [junit] [EL Fine]: 2024-04-17 17:54:12.777--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [21, null, stamps]
    [junit] [EL Finer]: 2024-04-17 17:54:12.777--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:12.778--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-17 17:54:12.778--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-17 17:54:12.778--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-17 17:54:12.778--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-17 17:54:12.778--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-17 17:54:12.778--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-17 17:54:12.778--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-17 17:54:12.778--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-17 17:54:12.778--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-17 17:54:12.778--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-17 17:54:12.778--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-17 17:54:12.778--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-17 17:54:12.778--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-17 17:54:12.778--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-17 17:54:12.843--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-17 17:54:12.843--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-17 17:54:12.843--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-17 17:54:12.843--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-17 17:54:12.843--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-17 17:54:12.843--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-17 17:54:12.843--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-17 17:54:12.843--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-17 17:54:12.843--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-17 17:54:12.843--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-17 17:54:12.843--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-17 17:54:12.843--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-17 17:54:12.843--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-17 17:54:12.844--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-17 17:54:12.844--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-17 17:54:12.844--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-17 17:54:12.844--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-17 17:54:12.844--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-17 17:54:12.844--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-17 17:54:12.844--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-17 17:54:12.844--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-17 17:54:12.844--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-17 17:54:12.844--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-17 17:54:12.844--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-17 17:54:12.844--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-17 17:54:12.844--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-17 17:54:12.844--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-17 17:54:12.844--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-17 17:54:12.844--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-17 17:54:12.844--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-17 17:54:12.844--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-17 17:54:12.844--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-17 17:54:12.844--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-17 17:54:12.844--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-17 17:54:12.844--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-17 17:54:12.844--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-17 17:54:12.844--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-17 17:54:12.844--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-17 17:54:12.845--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-17 17:54:12.845--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-17 17:54:12.845--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-17 17:54:12.845--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-17 17:54:12.845--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-17 17:54:12.845--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-17 17:54:12.845--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-17 17:54:12.845--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-17 17:54:12.845--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-17 17:54:12.845--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-17 17:54:12.845--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-17 17:54:12.845--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-17 17:54:12.845--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-17 17:54:12.845--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-17 17:54:12.845--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-17 17:54:12.845--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-17 17:54:12.845--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-17 17:54:12.845--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-17 17:54:12.845--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-17 17:54:12.845--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-17 17:54:12.845--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-17 17:54:12.845--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-17 17:54:12.845--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-17 17:54:12.845--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-17 17:54:12.845--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-17 17:54:12.845--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-17 17:54:12.846--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-17 17:54:12.846--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-17 17:54:12.846--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-17 17:54:12.846--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-17 17:54:12.846--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-17 17:54:12.846--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-17 17:54:12.846--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-17 17:54:12.846--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-17 17:54:12.846--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-17 17:54:12.846--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-17 17:54:12.846--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-17 17:54:12.846--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-17 17:54:12.846--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-17 17:54:12.846--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-17 17:54:12.846--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-17 17:54:12.846--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-17 17:54:12.846--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-17 17:54:12.846--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-17 17:54:12.846--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-17 17:54:12.846--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-17 17:54:12.846--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-17 17:54:12.846--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-17 17:54:12.846--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:12.846--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-17 17:54:12.846--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-17 17:54:12.846--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-17 17:54:12.846--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.847--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--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-17 17:54:12.848--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:12.859--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-17 17:54:12.859--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-17 17:54:12.859--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-17 17:54:12.859--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-17 17:54:12.859--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-17 17:54:12.859--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-17 17:54:12.859--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-17 17:54:12.859--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-17 17:54:12.859--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-17 17:54:12.859--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-17 17:54:12.859--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-17 17:54:12.859--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-17 17:54:12.859--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-17 17:54:12.86--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-17 17:54:12.86--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-17 17:54:12.86--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-17 17:54:12.86--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-17 17:54:12.86--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-17 17:54:12.86--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-17 17:54:12.86--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-17 17:54:12.86--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-17 17:54:12.86--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-17 17:54:12.86--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-17 17:54:12.86--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-17 17:54:12.86--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-17 17:54:12.86--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-17 17:54:12.86--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-17 17:54:12.86--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-17 17:54:12.86--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-17 17:54:12.86--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-17 17:54:12.86--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-17 17:54:12.86--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-17 17:54:12.86--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-17 17:54:12.86--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-17 17:54:12.86--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-17 17:54:12.86--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-17 17:54:12.86--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-17 17:54:12.86--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-17 17:54:12.86--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-17 17:54:12.86--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-17 17:54:12.86--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-17 17:54:12.86--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-17 17:54:12.86--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-17 17:54:12.86--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-17 17:54:12.86--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-17 17:54:12.86--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-17 17:54:12.86--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-17 17:54:12.86--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-17 17:54:12.86--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-17 17:54:12.86--ClientSession(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-17 17:54:12.86--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:12.86--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:12.86--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [3, 316]
    [junit] [EL Fine]: 2024-04-17 17:54:12.86--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [5, 316]
    [junit] [EL Fine]: 2024-04-17 17:54:12.86--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [11, 316]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [13, 316]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 316]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [37, 316]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [39, 316]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [41, 316]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [45, 316]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [47, 316]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [51, 316]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [69, 316]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [83, 316]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [87, 316]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [95, 316]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 314]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 314]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [25, 314]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [27, 314]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [31, 314]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [35, 314]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [43, 314]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [65, 314]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [67, 314]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [75, 314]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [77, 314]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [91, 314]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [97, 314]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [7, 317]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [21, 317]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [23, 317]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [33, 317]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [53, 317]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [59, 317]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [63, 317]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [71, 317]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [81, 317]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [89, 317]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [1, 315]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [9, 315]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [29, 315]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [49, 315]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [55, 315]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [57, 315]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [61, 315]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [73, 315]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [79, 315]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [85, 315]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [93, 315]
    [junit] [EL Fine]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [99, 315]
    [junit] [EL Finer]: 2024-04-17 17:54:12.861--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:12.866--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.866--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.866--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.866--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.866--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.866--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.866--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.866--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.866--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.866--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.866--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.866--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.866--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.866--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.866--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.866--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.866--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.866--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.866--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.866--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.867--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.868--ClientSession(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-17 17:54:12.868--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:12.868--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:12.869--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:12.87--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:12.87--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:12.87--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:12.87--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:12.87--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:12.87--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:12.87--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:12.87--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:12.87--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:12.87--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:12.87--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:12.87--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:12.87--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:12.87--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:12.87--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:12.87--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:12.87--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:12.87--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:12.87--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:12.87--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:12.87--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:12.87--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:12.87--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:12.87--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:12.87--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 35]
    [junit] [EL Finer]: 2024-04-17 17:54:12.87--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.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-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.951--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.952--ClientSession(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-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:12.952--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 71]
    [junit] [EL Finer]: 2024-04-17 17:54:12.953--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:12.965--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.965--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.965--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.965--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.965--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.965--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.965--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.965--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.965--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.965--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.965--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.965--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.965--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.965--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.965--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.965--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.965--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.965--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.965--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.965--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.965--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.965--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.965--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.965--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.965--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.965--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.965--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.965--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.965--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.965--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.965--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.965--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.965--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.965--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.965--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.965--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.965--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.965--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.965--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.966--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.967--ClientSession(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-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:12.967--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:12.968--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:12.969--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:12.969--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 66]
    [junit] [EL Finer]: 2024-04-17 17:54:12.969--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:12.979--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.98--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.981--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:12.982--ClientSession(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-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:12.982--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:12.983--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:12.983--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:12.983--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:12.983--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:12.983--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:12.983--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:12.983--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:12.983--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:12.983--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:12.983--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:12.983--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:12.983--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:12.983--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:13.057--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:13.057--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:13.057--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:13.057--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:13.057--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:13.057--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:13.057--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:13.057--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:13.057--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:13.057--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:13.057--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:13.057--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:13.057--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:13.057--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:13.057--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:13.057--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:13.057--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:13.057--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:13.057--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:13.057--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:13.057--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:13.057--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:13.057--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:13.057--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:13.057--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:13.057--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:13.057--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:13.057--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:13.057--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:13.057--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:13.057--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:13.057--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:13.057--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:13.057--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:13.057--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:13.057--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 44]
    [junit] [EL Finer]: 2024-04-17 17:54:13.057--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:13.068--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.068--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.068--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.068--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.068--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.068--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.068--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.068--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.068--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.068--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.069--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.07--ClientSession(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-17 17:54:13.07--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:13.07--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:13.071--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:13.072--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:13.072--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:13.072--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:13.072--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:13.072--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:13.072--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:13.072--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:13.072--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [18, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:13.072--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:13.072--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:13.072--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:13.072--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:13.072--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [15, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:13.072--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [20, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:13.072--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [16, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:13.072--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [19, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:13.072--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--	bind => [17, 69]
    [junit] [EL Finer]: 2024-04-17 17:54:13.072--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:13.083--ClientSession(1148697330)--Connection(393280492)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:13.084--ServerSession(454071866)--Connection(812197854)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:13.087--UnitOfWork(814241)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:13.087--UnitOfWork(814241)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:13.088--UnitOfWork(814241)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:13.088--ClientSession(1148697330)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:13.088--UnitOfWork(814241)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:13.088--ClientSession(1148697330)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:13.088--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 487460109
    [junit] [EL Finer]: 2024-04-17 17:54:13.088--ClientSession(487460109)--Thread(Thread[main,5,main])--acquire unit of work: 2026159779
    [junit] [EL Finer]: 2024-04-17 17:54:13.089--UnitOfWork(2026159779)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:13.089--UnitOfWork(2026159779)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:13.089--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-17 17:54:13.089--ServerSession(454071866)--Connection(229662478)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:13.089--ClientSession(487460109)--Connection(229662478)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:13.089--ClientSession(487460109)--Connection(229662478)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.09--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-17 17:54:13.09--UnitOfWork(2026159779)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:13.09--ClientSession(487460109)--Connection(1318577508)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:13.09--ServerSession(454071866)--Connection(229662478)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:13.09--UnitOfWork(2026159779)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:13.09--UnitOfWork(2026159779)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:13.115--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1725485102
    [junit] [EL Finer]: 2024-04-17 17:54:13.115--ClientSession(1725485102)--Thread(Thread[main,5,main])--acquire unit of work: 91324463
    [junit] [EL Finest]: 2024-04-17 17:54:13.115--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.115--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (22 -> null:null:reading)
    [junit] [EL Finest]: 2024-04-17 17:54:13.115--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.115--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (23 -> null:null:cooking)
    [junit] [EL Finest]: 2024-04-17 17:54:13.115--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.115--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (24 -> null:null:watching tv)
    [junit] [EL Finest]: 2024-04-17 17:54:13.115--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.115--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (25 -> null:null:cleaning the house)
    [junit] [EL Finest]: 2024-04-17 17:54:13.115--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.115--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (26 -> null:null:swimming)
    [junit] [EL Finest]: 2024-04-17 17:54:13.115--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.115--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (27 -> null:null:computers)
    [junit] [EL Finest]: 2024-04-17 17:54:13.115--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.116--UnitOfWork(91324463)--Thread(Thread[main,5,main])--assign sequence to the object (28 -> null:null:stamps)
    [junit] [EL Finest]: 2024-04-17 17:54:13.116--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.116--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.116--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.116--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.116--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.116--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.116--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.116--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.116--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.116--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.116--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.116--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-17 17:54:13.116--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.116--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-17 17:54:13.116--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.116--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-17 17:54:13.116--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.116--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-17 17:54:13.116--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.116--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-17 17:54:13.116--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.116--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-17 17:54:13.116--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.116--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-17 17:54:13.116--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.116--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-17 17:54:13.116--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.116--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-17 17:54:13.116--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.116--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-17 17:54:13.116--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.116--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-17 17:54:13.116--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.116--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-17 17:54:13.116--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.116--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-17 17:54:13.116--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.116--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-17 17:54:13.116--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.117--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-17 17:54:13.117--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.117--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-17 17:54:13.117--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.117--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-17 17:54:13.117--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.117--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-17 17:54:13.117--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.117--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-17 17:54:13.117--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.117--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-17 17:54:13.117--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.117--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-17 17:54:13.117--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.117--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-17 17:54:13.117--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.117--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-17 17:54:13.117--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.117--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-17 17:54:13.117--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.117--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-17 17:54:13.117--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.117--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-17 17:54:13.117--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.117--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-17 17:54:13.117--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.117--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-17 17:54:13.117--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.117--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-17 17:54:13.117--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.117--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-17 17:54:13.117--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.117--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-17 17:54:13.117--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.117--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-17 17:54:13.117--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.118--ServerSession(454071866)--Connection(1530601937)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:13.118--ClientSession(1725485102)--Connection(1530601937)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:13.118--ClientSession(1725485102)--Connection(1530601937)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:13.118--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-17 17:54:13.118--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-17 17:54:13.118--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-17 17:54:13.118--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-17 17:54:13.119--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-17 17:54:13.119--ClientSession(1725485102)--Connection(1628433381)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:13.119--ServerSession(454071866)--Connection(1628433381)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:13.119--ServerSession(454071866)--Connection(1530601937)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:13.119--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-17 17:54:13.119--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.119--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-17 17:54:13.119--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.119--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-17 17:54:13.119--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.119--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-17 17:54:13.119--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.119--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-17 17:54:13.119--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.119--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-17 17:54:13.119--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.119--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-17 17:54:13.119--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.119--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-17 17:54:13.119--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.119--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-17 17:54:13.119--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.12--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-17 17:54:13.12--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.12--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-17 17:54:13.12--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.12--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-17 17:54:13.12--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.12--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-17 17:54:13.12--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.12--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-17 17:54:13.12--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.12--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-17 17:54:13.12--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.12--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-17 17:54:13.12--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.12--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-17 17:54:13.12--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.12--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-17 17:54:13.12--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.12--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-17 17:54:13.12--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.12--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-17 17:54:13.12--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.12--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-17 17:54:13.12--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.12--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-17 17:54:13.12--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.12--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-17 17:54:13.12--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.12--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-17 17:54:13.12--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.163--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-17 17:54:13.163--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.163--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-17 17:54:13.163--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.163--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-17 17:54:13.163--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.163--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-17 17:54:13.163--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.163--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-17 17:54:13.163--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.163--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-17 17:54:13.163--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.163--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-17 17:54:13.164--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.164--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-17 17:54:13.164--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.164--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-17 17:54:13.164--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.164--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-17 17:54:13.164--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.164--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-17 17:54:13.164--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.164--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-17 17:54:13.164--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.164--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-17 17:54:13.164--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.164--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-17 17:54:13.164--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.164--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-17 17:54:13.164--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.164--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-17 17:54:13.164--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.164--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-17 17:54:13.164--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.164--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-17 17:54:13.164--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.164--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-17 17:54:13.164--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.164--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-17 17:54:13.164--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.164--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-17 17:54:13.164--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.164--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-17 17:54:13.164--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.164--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-17 17:54:13.164--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.164--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-17 17:54:13.164--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.164--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-17 17:54:13.164--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.164--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-17 17:54:13.164--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.164--ServerSession(454071866)--Connection(549720554)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:13.164--ClientSession(1725485102)--Connection(549720554)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:13.164--ClientSession(1725485102)--Connection(549720554)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:13.165--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-17 17:54:13.165--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-17 17:54:13.165--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-17 17:54:13.165--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-17 17:54:13.166--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-17 17:54:13.166--ClientSession(1725485102)--Connection(1986436371)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:13.166--ServerSession(454071866)--Connection(1986436371)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:13.166--ServerSession(454071866)--Connection(549720554)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:13.166--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-17 17:54:13.166--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.166--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-17 17:54:13.166--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.166--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-17 17:54:13.166--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.166--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-17 17:54:13.166--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.166--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-17 17:54:13.166--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.166--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-17 17:54:13.167--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.167--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-17 17:54:13.167--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.167--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-17 17:54:13.167--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.167--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-17 17:54:13.167--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.167--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-17 17:54:13.167--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.167--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-17 17:54:13.167--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.167--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-17 17:54:13.167--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.167--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-17 17:54:13.167--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.167--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-17 17:54:13.167--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.167--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-17 17:54:13.167--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.167--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-17 17:54:13.167--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.167--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-17 17:54:13.167--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.167--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-17 17:54:13.167--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.167--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-17 17:54:13.167--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.167--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-17 17:54:13.167--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.167--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-17 17:54:13.167--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.167--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-17 17:54:13.167--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.167--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-17 17:54:13.167--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.167--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.168--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.168--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.168--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.168--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.168--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.168--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.168--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.168--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.168--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.168--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.168--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.168--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.168--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.168--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.168--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.168--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.168--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.168--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.168--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.168--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.168--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.168--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.168--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.168--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.168--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.168--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.168--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.168--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.168--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.168--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.168--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.168--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.168--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.168--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.169--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.169--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.169--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.169--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.169--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.169--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.169--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.169--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.169--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.169--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.169--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.169--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.169--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.169--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.169--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.169--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.169--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.169--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.169--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.169--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.169--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.169--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.169--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.169--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.169--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.169--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.169--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.169--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.169--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.169--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.169--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.169--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.169--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.17--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.17--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.17--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.17--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.17--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.17--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.17--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.17--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.17--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.17--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.17--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.17--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.17--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.17--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.17--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.17--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.17--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.17--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.17--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.17--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.17--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.17--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.17--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.17--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.17--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.17--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.17--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.17--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.17--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.17--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.17--UnitOfWork(91324463)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:13.171--UnitOfWork(91324463)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:13.171--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-17 17:54:13.172--ServerSession(454071866)--Connection(351261467)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:13.172--ClientSession(1725485102)--Connection(351261467)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:13.172--ClientSession(1725485102)--Connection(351261467)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:13.172--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-17 17:54:13.172--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-17 17:54:13.172--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-17 17:54:13.172--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-17 17:54:13.172--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-17 17:54:13.172--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:13.172--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-17 17:54:13.172--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [421, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:13.172--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [420, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:13.172--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [422, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:13.172--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [423, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:13.172--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [419, foo-brand, null, 0, 1, 4]
    [junit] [EL Finer]: 2024-04-17 17:54:13.172--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:13.173--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-17 17:54:13.173--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-17 17:54:13.174--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-17 17:54:13.174--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-17 17:54:13.174--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-17 17:54:13.174--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-17 17:54:13.174--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-17 17:54:13.174--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-17 17:54:13.174--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-17 17:54:13.174--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-17 17:54:13.174--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:13.174--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:13.174--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [7, Department_7, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:13.174--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [0, Department_0, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:13.174--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [6, Department_6, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:13.174--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [8, Department_8, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:13.174--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [1, Department_1, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:13.174--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [2, Department_2, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:13.174--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [9, Department_9, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:13.174--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [4, Department_4, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:13.174--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [5, Department_5, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:13.174--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [3, Department_3, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:13.174--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:13.175--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-17 17:54:13.176--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-17 17:54:13.176--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-17 17:54:13.176--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-17 17:54:13.176--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-17 17:54:13.176--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-17 17:54:13.176--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-17 17:54:13.176--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-17 17:54:13.176--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-17 17:54:13.176--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-17 17:54:13.176--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-17 17:54:13.176--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-17 17:54:13.176--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-17 17:54:13.176--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-17 17:54:13.176--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-17 17:54:13.176--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-17 17:54:13.176--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-17 17:54:13.176--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-17 17:54:13.176--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-17 17:54:13.176--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-17 17:54:13.176--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-17 17:54:13.176--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-17 17:54:13.176--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-17 17:54:13.176--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-17 17:54:13.176--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-17 17:54:13.176--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-17 17:54:13.176--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-17 17:54:13.176--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-17 17:54:13.176--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-17 17:54:13.177--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-17 17:54:13.177--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-17 17:54:13.177--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-17 17:54:13.177--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-17 17:54:13.177--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-17 17:54:13.177--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-17 17:54:13.177--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-17 17:54:13.177--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-17 17:54:13.177--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-17 17:54:13.177--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-17 17:54:13.177--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-17 17:54:13.177--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-17 17:54:13.177--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-17 17:54:13.177--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-17 17:54:13.177--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-17 17:54:13.177--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-17 17:54:13.177--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-17 17:54:13.177--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-17 17:54:13.177--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-17 17:54:13.177--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-17 17:54:13.177--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-17 17:54:13.177--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-17 17:54:13.177--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-17 17:54:13.177--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-17 17:54:13.177--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-17 17:54:13.177--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-17 17:54:13.177--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-17 17:54:13.177--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-17 17:54:13.177--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-17 17:54:13.178--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-17 17:54:13.178--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-17 17:54:13.178--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-17 17:54:13.178--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-17 17:54:13.178--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-17 17:54:13.178--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-17 17:54:13.178--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-17 17:54:13.178--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-17 17:54:13.178--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-17 17:54:13.178--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-17 17:54:13.178--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-17 17:54:13.178--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-17 17:54:13.178--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-17 17:54:13.178--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-17 17:54:13.178--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-17 17:54:13.178--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-17 17:54:13.178--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-17 17:54:13.178--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-17 17:54:13.178--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-17 17:54:13.178--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-17 17:54:13.178--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-17 17:54:13.178--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-17 17:54:13.178--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-17 17:54:13.178--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-17 17:54:13.178--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-17 17:54:13.178--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-17 17:54:13.178--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-17 17:54:13.178--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-17 17:54:13.178--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-17 17:54:13.179--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-17 17:54:13.179--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-17 17:54:13.179--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-17 17:54:13.179--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-17 17:54:13.179--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-17 17:54:13.179--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-17 17:54:13.179--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-17 17:54:13.179--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-17 17:54:13.179--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-17 17:54:13.179--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-17 17:54:13.179--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-17 17:54:13.179--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-17 17:54:13.179--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(22:null:reading)
    [junit] [EL Finer]: 2024-04-17 17:54:13.179--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:13.179--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-17 17:54:13.179--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [12, Hakon, Habermann, null, 2024-04-29 07:40:53.168, 2024-04-06 04:07:33.168, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.179--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [35, Hauke, Haas, null, 2024-04-29 07:40:53.168, 2024-04-06 04:07:33.168, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.179--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [29, Harro, Hawke, null, 2024-04-29 07:40:53.168, 2024-04-06 04:07:33.168, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.179--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [79, Hinrich, Hermelink, null, 2024-04-29 07:40:53.17, 2024-04-06 04:07:33.17, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.179--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [17, Hartmut, Hegemann, null, 2024-04-29 07:40:53.168, 2024-04-06 04:07:33.168, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.179--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [62, Heike, Hesse, null, 2024-04-29 07:40:53.169, 2024-04-06 04:07:33.169, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.179--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [66, Herma, Hecht, null, 2024-04-29 07:40:53.169, 2024-04-06 04:07:33.169, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.179--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, Herbert, Hanstein, null, 2024-04-29 07:40:53.168, 2024-04-06 04:07:33.168, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.179--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [58, Hakon, Hanson, null, 2024-04-29 07:40:53.169, 2024-04-06 04:07:33.169, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.179--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [21, Humphrey, Halbach, null, 2024-04-29 07:40:53.168, 2024-04-06 04:07:33.168, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.179--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [49, Hannah, Habermann, null, 2024-04-29 07:40:53.169, 2024-04-06 04:07:33.169, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.179--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [8, Henryk, Haller, null, 2024-04-29 07:40:53.168, 2024-04-06 04:07:33.168, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.179--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [72, Hinrich, Hawke, null, 2024-04-29 07:40:53.17, 2024-04-06 04:07:33.17, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.179--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [48, Harald, Hermelink, null, 2024-04-29 07:40:53.169, 2024-04-06 04:07:33.169, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.179--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [99, H?nel, Heuser, null, 2024-04-29 07:40:53.17, 2024-04-06 04:07:33.17, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.179--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [50, Heidemarie, Heider, null, 2024-04-29 07:40:53.169, 2024-04-06 04:07:33.169, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.179--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [92, Hakon, Hampe, null, 2024-04-29 07:40:53.17, 2024-04-06 04:07:33.17, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.179--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [5, Hansj?rg, Hamilton, null, 2024-04-29 07:40:53.168, 2024-04-06 04:07:33.168, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.179--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [81, Hakon, Haak, null, 2024-04-29 07:40:53.17, 2024-04-06 04:07:33.17, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.179--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [45, Harriet, Hackmann, null, 2024-04-29 07:40:53.169, 2024-04-06 04:07:33.169, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.179--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [98, Harriet, Haas, null, 2024-04-29 07:40:53.17, 2024-04-06 04:07:33.17, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.179--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, Harro, Hayek, null, 2024-04-29 07:40:53.168, 2024-04-06 04:07:33.168, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [41, Harro, Herrmann, null, 2024-04-29 07:40:53.169, 2024-04-06 04:07:33.169, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, Holda, Heinichen, null, 2024-04-29 07:40:53.168, 2024-04-06 04:07:33.168, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [67, H?nel, Hegemann, null, 2024-04-29 07:40:53.169, 2024-04-06 04:07:33.169, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [6, Hakan, Hentschel, null, 2024-04-29 07:40:53.168, 2024-04-06 04:07:33.168, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [69, Hilmar, Hartfelder, null, 2024-04-29 07:40:53.17, 2024-04-06 04:07:33.17, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [95, Hella, Herrmann, null, 2024-04-29 07:40:53.17, 2024-04-06 04:07:33.17, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [53, Hanna, Hartenthaler, null, 2024-04-29 07:40:53.169, 2024-04-06 04:07:33.169, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [18, Heimo, Herder, null, 2024-04-29 07:40:53.168, 2024-04-06 04:07:33.168, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [77, Hanspeter, Hilgenfeld, null, 2024-04-29 07:40:53.17, 2024-04-06 04:07:33.17, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [34, Hubertus, Harnack, null, 2024-04-29 07:40:53.168, 2024-04-06 04:07:33.168, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [65, Henrike, Hardenberg, null, 2024-04-29 07:40:53.169, 2024-04-06 04:07:33.169, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [75, Helmut, Heise, null, 2024-04-29 07:40:53.17, 2024-04-06 04:07:33.17, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [64, Hendrik, Hackmann, null, 2024-04-29 07:40:53.169, 2024-04-06 04:07:33.169, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [78, Holde, Hache, null, 2024-04-29 07:40:53.17, 2024-04-06 04:07:33.17, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, Holda, Hawke, null, 2024-04-29 07:40:53.168, 2024-04-06 04:07:33.168, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [91, Horst, Hamilton, null, 2024-04-29 07:40:53.17, 2024-04-06 04:07:33.17, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [3, Hildegard, Hampe, null, 2024-04-29 07:40:53.168, 2024-04-06 04:07:33.168, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [15, Hermine, Hecht, null, 2024-04-29 07:40:53.168, 2024-04-06 04:07:33.168, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [71, Heribert, Hildebrandt, null, 2024-04-29 07:40:53.17, 2024-04-06 04:07:33.17, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [20, Heyko, Herder, null, 2024-04-29 07:40:53.168, 2024-04-06 04:07:33.168, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [88, Heinke, Hermelink, null, 2024-04-29 07:40:53.17, 2024-04-06 04:07:33.17, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [61, Hazel, Hellmann, null, 2024-04-29 07:40:53.169, 2024-04-06 04:07:33.169, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [56, Hildegard, Hardenberg, null, 2024-04-29 07:40:53.169, 2024-04-06 04:07:33.169, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [0, Heidemarie, Herrmann, null, 2024-04-29 07:40:53.167, 2024-04-06 04:07:33.167, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [96, Henrike, Hartenthaler, null, 2024-04-29 07:40:53.17, 2024-04-06 04:07:33.17, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [38, Henryk, Hawke, null, 2024-04-29 07:40:53.169, 2024-04-06 04:07:33.169, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [74, Humphrey, Henry, null, 2024-04-29 07:40:53.17, 2024-04-06 04:07:33.17, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [2, Hadmar, Hanstein, null, 2024-04-29 07:40:53.168, 2024-04-06 04:07:33.168, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [73, Hanns, Hilgenfeld, null, 2024-04-29 07:40:53.17, 2024-04-06 04:07:33.17, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [85, Heike, Hampe, null, 2024-04-29 07:40:53.17, 2024-04-06 04:07:33.17, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [30, Helgard, Hampe, null, 2024-04-29 07:40:53.168, 2024-04-06 04:07:33.168, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [94, Hartmut, Hamann, null, 2024-04-29 07:40:53.17, 2024-04-06 04:07:33.17, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [52, Hartmut, Heinichen, null, 2024-04-29 07:40:53.169, 2024-04-06 04:07:33.169, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, Helgard, Helmig, null, 2024-04-29 07:40:53.168, 2024-04-06 04:07:33.168, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [40, Hinrich, Hermann, null, 2024-04-29 07:40:53.169, 2024-04-06 04:07:33.169, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [9, Herbert, Herold, null, 2024-04-29 07:40:53.168, 2024-04-06 04:07:33.168, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [70, Heiner, Hense, null, 2024-04-29 07:40:53.17, 2024-04-06 04:07:33.17, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [43, Henryk, Haak, null, 2024-04-29 07:40:53.169, 2024-04-06 04:07:33.169, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [28, Hermann, Herder, null, 2024-04-29 07:40:53.168, 2024-04-06 04:07:33.168, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [90, Hedi, Hartenthaler, null, 2024-04-29 07:40:53.17, 2024-04-06 04:07:33.17, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [4, Hakan, Heidegger, null, 2024-04-29 07:40:53.168, 2024-04-06 04:07:33.168, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [36, Hilde, Hamburger, null, 2024-04-29 07:40:53.169, 2024-04-06 04:07:33.169, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [80, Hedi, Hemsterhuis, null, 2024-04-29 07:40:53.17, 2024-04-06 04:07:33.17, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [84, Hanspeter, Hildebrand, null, 2024-04-29 07:40:53.17, 2024-04-06 04:07:33.17, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [33, Hannelore, Hanstein, null, 2024-04-29 07:40:53.168, 2024-04-06 04:07:33.168, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.18--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [68, Hendrik, Halbach, null, 2024-04-29 07:40:53.169, 2024-04-06 04:07:33.169, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.181--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [54, Hagen, Hewitt, null, 2024-04-29 07:40:53.169, 2024-04-06 04:07:33.169, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.181--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [55, Heinz, Halbach, null, 2024-04-29 07:40:53.169, 2024-04-06 04:07:33.169, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.181--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [76, Helena, Haller, null, 2024-04-29 07:40:53.17, 2024-04-06 04:07:33.17, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.181--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [16, Heyko, Hartfelder, null, 2024-04-29 07:40:53.168, 2024-04-06 04:07:33.168, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.181--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [97, Henning, Hellmann, null, 2024-04-29 07:40:53.17, 2024-04-06 04:07:33.17, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.181--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [82, Horst, Hamburger, null, 2024-04-29 07:40:53.17, 2024-04-06 04:07:33.17, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.181--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [44, Hedda, Hausmann, null, 2024-04-29 07:40:53.169, 2024-04-06 04:07:33.169, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.181--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [63, Hanna, Heider, null, 2024-04-29 07:40:53.169, 2024-04-06 04:07:33.169, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.181--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [93, Helge, Harding, null, 2024-04-29 07:40:53.17, 2024-04-06 04:07:33.17, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.181--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [60, Heiner, Heider, null, 2024-04-29 07:40:53.169, 2024-04-06 04:07:33.169, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.181--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [47, Hadmar, Haller, null, 2024-04-29 07:40:53.169, 2024-04-06 04:07:33.169, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.181--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [31, Hadmar, Hary, null, 2024-04-29 07:40:53.168, 2024-04-06 04:07:33.168, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.181--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [1, Hella, Hesse, null, 2024-04-29 07:40:53.167, 2024-04-06 04:07:33.167, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.181--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [10, Holda, Hanisch, null, 2024-04-29 07:40:53.168, 2024-04-06 04:07:33.168, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.181--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [59, Hertha, Heise, null, 2024-04-29 07:40:53.169, 2024-04-06 04:07:33.169, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.181--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [32, Heinke, Hilbert, null, 2024-04-29 07:40:53.168, 2024-04-06 04:07:33.168, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.181--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [89, Humphrey, Hein, null, 2024-04-29 07:40:53.17, 2024-04-06 04:07:33.17, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.181--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [19, Harold, Herold, null, 2024-04-29 07:40:53.168, 2024-04-06 04:07:33.168, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.181--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [11, Heinke, Heise, null, 2024-04-29 07:40:53.168, 2024-04-06 04:07:33.168, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.181--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [14, Helga, Hamann, null, 2024-04-29 07:40:53.168, 2024-04-06 04:07:33.168, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.181--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [7, Hansklaus, Harding, null, 2024-04-29 07:40:53.168, 2024-04-06 04:07:33.168, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.181--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [86, Helma, Hellmann, null, 2024-04-29 07:40:53.17, 2024-04-06 04:07:33.17, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.181--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [46, Hildegard, Hettner, null, 2024-04-29 07:40:53.169, 2024-04-06 04:07:33.169, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.181--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [39, Harry, Hanson, null, 2024-04-29 07:40:53.169, 2024-04-06 04:07:33.169, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.181--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [42, Harold, Habermann, null, 2024-04-29 07:40:53.169, 2024-04-06 04:07:33.169, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.181--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [13, Henryk, Harnack, null, 2024-04-29 07:40:53.168, 2024-04-06 04:07:33.168, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.181--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [87, Hulda, Hemsterhuis, null, 2024-04-29 07:40:53.17, 2024-04-06 04:07:33.17, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.181--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [83, Hertha, Harding, null, 2024-04-29 07:40:53.17, 2024-04-06 04:07:33.17, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.181--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [57, Helma, Herder, null, 2024-04-29 07:40:53.169, 2024-04-06 04:07:33.169, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.181--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [37, Hella, Hildebrandt, null, 2024-04-29 07:40:53.169, 2024-04-06 04:07:33.169, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.181--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, Hieronymus, Hellmann, null, 2024-04-29 07:40:53.168, 2024-04-06 04:07:33.168, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.181--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [51, Heide, Hermann, null, 2024-04-29 07:40:53.169, 2024-04-06 04:07:33.169, null, null, null, null, null, null, null]
    [junit] [EL Finer]: 2024-04-17 17:54:13.181--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:13.197--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(27:null:computers)
    [junit] [EL Finest]: 2024-04-17 17:54:13.197--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(28:null:stamps)
    [junit] [EL Finest]: 2024-04-17 17:54:13.197--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(25:null:cleaning the house)
    [junit] [EL Finest]: 2024-04-17 17:54:13.197--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(23:null:cooking)
    [junit] [EL Finest]: 2024-04-17 17:54:13.197--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(24:null:watching tv)
    [junit] [EL Finest]: 2024-04-17 17:54:13.197--UnitOfWork(91324463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(26:null:swimming)
    [junit] [EL Finest]: 2024-04-17 17:54:13.198--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-17 17:54:13.198--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:13.198--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:13.198--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, null, reading]
    [junit] [EL Fine]: 2024-04-17 17:54:13.198--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, null, computers]
    [junit] [EL Fine]: 2024-04-17 17:54:13.198--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [28, null, stamps]
    [junit] [EL Fine]: 2024-04-17 17:54:13.198--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, null, cleaning the house]
    [junit] [EL Fine]: 2024-04-17 17:54:13.198--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, null, cooking]
    [junit] [EL Fine]: 2024-04-17 17:54:13.198--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, null, watching tv]
    [junit] [EL Fine]: 2024-04-17 17:54:13.198--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, null, swimming]
    [junit] [EL Finer]: 2024-04-17 17:54:13.198--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:13.199--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-17 17:54:13.199--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-17 17:54:13.199--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-17 17:54:13.199--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-17 17:54:13.199--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-17 17:54:13.199--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-17 17:54:13.199--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-17 17:54:13.199--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-17 17:54:13.199--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-17 17:54:13.199--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-17 17:54:13.199--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-17 17:54:13.199--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-17 17:54:13.199--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-17 17:54:13.199--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-17 17:54:13.199--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-17 17:54:13.199--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-17 17:54:13.199--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-17 17:54:13.199--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-17 17:54:13.199--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-17 17:54:13.199--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-17 17:54:13.199--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-17 17:54:13.2--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-17 17:54:13.2--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-17 17:54:13.2--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-17 17:54:13.2--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-17 17:54:13.2--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-17 17:54:13.2--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-17 17:54:13.2--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-17 17:54:13.2--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-17 17:54:13.2--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-17 17:54:13.2--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-17 17:54:13.2--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-17 17:54:13.2--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-17 17:54:13.2--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-17 17:54:13.2--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-17 17:54:13.2--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-17 17:54:13.2--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-17 17:54:13.2--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-17 17:54:13.2--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-17 17:54:13.2--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-17 17:54:13.2--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-17 17:54:13.2--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-17 17:54:13.2--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-17 17:54:13.2--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-17 17:54:13.2--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-17 17:54:13.2--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-17 17:54:13.2--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-17 17:54:13.2--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-17 17:54:13.2--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-17 17:54:13.2--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-17 17:54:13.2--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-17 17:54:13.2--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-17 17:54:13.272--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-17 17:54:13.273--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-17 17:54:13.273--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-17 17:54:13.273--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-17 17:54:13.273--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-17 17:54:13.273--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-17 17:54:13.273--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-17 17:54:13.273--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-17 17:54:13.273--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-17 17:54:13.273--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-17 17:54:13.273--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-17 17:54:13.273--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-17 17:54:13.273--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-17 17:54:13.273--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-17 17:54:13.273--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-17 17:54:13.273--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-17 17:54:13.273--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-17 17:54:13.273--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-17 17:54:13.273--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-17 17:54:13.273--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-17 17:54:13.273--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-17 17:54:13.273--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-17 17:54:13.273--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-17 17:54:13.273--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-17 17:54:13.273--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-17 17:54:13.273--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-17 17:54:13.273--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-17 17:54:13.274--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-17 17:54:13.274--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-17 17:54:13.274--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-17 17:54:13.274--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-17 17:54:13.274--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-17 17:54:13.274--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-17 17:54:13.274--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-17 17:54:13.274--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-17 17:54:13.274--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-17 17:54:13.274--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-17 17:54:13.274--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-17 17:54:13.274--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-17 17:54:13.274--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-17 17:54:13.274--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-17 17:54:13.274--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-17 17:54:13.274--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-17 17:54:13.274--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-17 17:54:13.274--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-17 17:54:13.274--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-17 17:54:13.274--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-17 17:54:13.274--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-17 17:54:13.274--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:13.274--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-17 17:54:13.274--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-17 17:54:13.274--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-17 17:54:13.274--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-17 17:54:13.274--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-17 17:54:13.274--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-17 17:54:13.274--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.275--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--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-17 17:54:13.276--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:13.287--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-17 17:54:13.287--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-17 17:54:13.287--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-17 17:54:13.287--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-17 17:54:13.287--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-17 17:54:13.287--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-17 17:54:13.287--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-17 17:54:13.287--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-17 17:54:13.287--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-17 17:54:13.287--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-17 17:54:13.287--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-17 17:54:13.287--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-17 17:54:13.287--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-17 17:54:13.287--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-17 17:54:13.287--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-17 17:54:13.287--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-17 17:54:13.287--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-17 17:54:13.287--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-17 17:54:13.287--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-17 17:54:13.287--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-17 17:54:13.287--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-17 17:54:13.287--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-17 17:54:13.287--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-17 17:54:13.287--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-17 17:54:13.288--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-17 17:54:13.288--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-17 17:54:13.288--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-17 17:54:13.288--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-17 17:54:13.288--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-17 17:54:13.288--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-17 17:54:13.288--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-17 17:54:13.288--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-17 17:54:13.288--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-17 17:54:13.288--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-17 17:54:13.288--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-17 17:54:13.288--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-17 17:54:13.288--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-17 17:54:13.288--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-17 17:54:13.288--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-17 17:54:13.288--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-17 17:54:13.288--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-17 17:54:13.288--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-17 17:54:13.288--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-17 17:54:13.288--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-17 17:54:13.288--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-17 17:54:13.288--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-17 17:54:13.288--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-17 17:54:13.288--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-17 17:54:13.288--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-17 17:54:13.288--ClientSession(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-17 17:54:13.288--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:13.288--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:13.288--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [7, 421]
    [junit] [EL Fine]: 2024-04-17 17:54:13.288--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [9, 421]
    [junit] [EL Fine]: 2024-04-17 17:54:13.288--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [33, 421]
    [junit] [EL Fine]: 2024-04-17 17:54:13.288--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [35, 421]
    [junit] [EL Fine]: 2024-04-17 17:54:13.288--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [43, 421]
    [junit] [EL Fine]: 2024-04-17 17:54:13.288--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [45, 421]
    [junit] [EL Fine]: 2024-04-17 17:54:13.288--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [51, 421]
    [junit] [EL Fine]: 2024-04-17 17:54:13.288--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [53, 421]
    [junit] [EL Fine]: 2024-04-17 17:54:13.288--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [55, 421]
    [junit] [EL Fine]: 2024-04-17 17:54:13.288--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [77, 421]
    [junit] [EL Fine]: 2024-04-17 17:54:13.288--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [79, 421]
    [junit] [EL Fine]: 2024-04-17 17:54:13.288--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [81, 421]
    [junit] [EL Fine]: 2024-04-17 17:54:13.288--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [83, 421]
    [junit] [EL Fine]: 2024-04-17 17:54:13.288--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [91, 421]
    [junit] [EL Fine]: 2024-04-17 17:54:13.288--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [5, 420]
    [junit] [EL Fine]: 2024-04-17 17:54:13.288--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [11, 420]
    [junit] [EL Fine]: 2024-04-17 17:54:13.288--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [13, 420]
    [junit] [EL Fine]: 2024-04-17 17:54:13.288--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [15, 420]
    [junit] [EL Fine]: 2024-04-17 17:54:13.289--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [29, 420]
    [junit] [EL Fine]: 2024-04-17 17:54:13.289--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [41, 420]
    [junit] [EL Fine]: 2024-04-17 17:54:13.289--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [61, 420]
    [junit] [EL Fine]: 2024-04-17 17:54:13.289--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [65, 420]
    [junit] [EL Fine]: 2024-04-17 17:54:13.289--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [69, 420]
    [junit] [EL Fine]: 2024-04-17 17:54:13.289--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [73, 420]
    [junit] [EL Fine]: 2024-04-17 17:54:13.289--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [97, 420]
    [junit] [EL Fine]: 2024-04-17 17:54:13.289--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [3, 422]
    [junit] [EL Fine]: 2024-04-17 17:54:13.289--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [17, 422]
    [junit] [EL Fine]: 2024-04-17 17:54:13.289--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [21, 422]
    [junit] [EL Fine]: 2024-04-17 17:54:13.289--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 422]
    [junit] [EL Fine]: 2024-04-17 17:54:13.289--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [39, 422]
    [junit] [EL Fine]: 2024-04-17 17:54:13.289--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [49, 422]
    [junit] [EL Fine]: 2024-04-17 17:54:13.289--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [57, 422]
    [junit] [EL Fine]: 2024-04-17 17:54:13.289--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [71, 422]
    [junit] [EL Fine]: 2024-04-17 17:54:13.289--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [85, 422]
    [junit] [EL Fine]: 2024-04-17 17:54:13.289--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [89, 422]
    [junit] [EL Fine]: 2024-04-17 17:54:13.289--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [95, 422]
    [junit] [EL Fine]: 2024-04-17 17:54:13.289--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [99, 422]
    [junit] [EL Fine]: 2024-04-17 17:54:13.289--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [1, 419]
    [junit] [EL Fine]: 2024-04-17 17:54:13.289--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [19, 419]
    [junit] [EL Fine]: 2024-04-17 17:54:13.289--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 419]
    [junit] [EL Fine]: 2024-04-17 17:54:13.289--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 419]
    [junit] [EL Fine]: 2024-04-17 17:54:13.289--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [31, 419]
    [junit] [EL Fine]: 2024-04-17 17:54:13.289--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [37, 419]
    [junit] [EL Fine]: 2024-04-17 17:54:13.289--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [47, 419]
    [junit] [EL Fine]: 2024-04-17 17:54:13.289--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [59, 419]
    [junit] [EL Fine]: 2024-04-17 17:54:13.289--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [63, 419]
    [junit] [EL Fine]: 2024-04-17 17:54:13.289--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [67, 419]
    [junit] [EL Fine]: 2024-04-17 17:54:13.289--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [75, 419]
    [junit] [EL Fine]: 2024-04-17 17:54:13.289--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [87, 419]
    [junit] [EL Fine]: 2024-04-17 17:54:13.289--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [93, 419]
    [junit] [EL Finer]: 2024-04-17 17:54:13.289--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:13.294--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.294--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.294--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.294--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.294--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.294--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.294--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.294--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.294--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.294--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.294--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.294--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.294--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.294--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.294--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.294--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.294--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.294--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.294--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.294--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.294--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.294--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.294--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.294--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.294--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.294--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.294--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.294--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.294--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.294--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.294--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.294--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.294--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.294--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.294--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.294--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.294--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.295--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.296--ClientSession(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-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:13.296--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:13.297--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:13.298--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:13.298--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:13.298--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:13.298--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 45]
    [junit] [EL Finer]: 2024-04-17 17:54:13.298--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:13.308--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.308--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.308--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.308--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.308--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.308--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.308--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.308--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.308--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.308--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.308--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.308--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.308--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.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-17 17:54:13.379--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.379--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.379--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.379--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.379--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.379--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.379--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.379--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.379--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.379--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.379--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.379--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.379--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.379--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.379--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.379--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.379--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.379--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.379--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.379--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.379--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.379--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.379--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.379--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.379--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.379--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.379--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.379--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.379--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.379--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.379--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.379--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.379--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.38--ClientSession(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-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:13.38--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 15]
    [junit] [EL Finer]: 2024-04-17 17:54:13.381--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:13.392--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.393--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.394--ClientSession(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-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:13.395--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 43]
    [junit] [EL Finer]: 2024-04-17 17:54:13.396--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:13.407--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.407--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.407--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.407--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.407--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.407--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.407--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.407--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.407--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.407--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.407--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.407--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.407--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.407--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.407--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.407--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.407--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.407--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.407--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.407--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.407--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.407--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.407--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.407--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.407--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.407--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.408--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.409--ClientSession(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-17 17:54:13.409--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:13.409--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:13.41--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:13.41--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:13.41--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:13.41--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:13.41--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:13.41--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:13.41--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:13.41--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:13.41--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:13.41--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:13.41--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:13.41--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:13.41--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:13.41--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:13.41--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:13.41--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:13.41--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:13.41--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:13.41--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:13.41--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:13.41--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:13.41--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:13.41--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:13.41--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:13.41--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:13.41--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:13.41--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:13.41--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:13.41--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:13.41--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:13.41--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:13.41--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:13.41--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:13.41--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:13.41--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:13.41--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:13.485--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:13.485--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:13.485--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:13.485--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:13.485--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:13.485--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:13.485--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:13.485--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:13.485--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:13.485--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:13.485--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:13.485--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:13.485--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:13.485--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:13.485--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:13.485--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:13.485--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:13.485--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:13.485--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:13.485--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:13.485--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:13.485--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:13.485--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:13.485--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:13.485--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:13.485--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:13.485--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:13.485--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:13.485--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:13.485--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:13.485--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:13.485--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:13.485--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:13.485--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:13.485--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:13.485--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:13.485--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:13.485--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 31]
    [junit] [EL Finer]: 2024-04-17 17:54:13.485--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:13.496--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.496--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.496--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.496--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.496--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.496--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.496--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.496--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.496--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.496--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.496--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.496--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.496--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.496--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.497--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.498--ClientSession(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-17 17:54:13.498--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:13.498--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:13.499--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:13.5--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:13.5--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:13.5--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:13.5--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:13.5--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:13.5--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:13.5--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [27, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:13.5--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:13.5--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [23, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:13.5--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [22, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:13.5--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [25, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:13.5--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [26, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:13.5--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--	bind => [24, 51]
    [junit] [EL Finer]: 2024-04-17 17:54:13.5--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:13.511--ClientSession(1725485102)--Connection(516226616)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:13.512--ServerSession(454071866)--Connection(351261467)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:13.514--UnitOfWork(91324463)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:13.515--UnitOfWork(91324463)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:13.516--UnitOfWork(91324463)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:13.516--ClientSession(1725485102)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:13.516--UnitOfWork(91324463)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:13.516--ClientSession(1725485102)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:13.517--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 180183079
    [junit] [EL Finer]: 2024-04-17 17:54:13.517--ClientSession(180183079)--Thread(Thread[main,5,main])--acquire unit of work: 1613281634
    [junit] [EL Finest]: 2024-04-17 17:54:13.517--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-17 17:54:13.517--ServerSession(454071866)--Connection(755270184)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.517--ServerSession(454071866)--Connection(755270184)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.517--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-17 17:54:13.518--ServerSession(454071866)--Connection(755270184)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.518--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-17 17:54:13.518--ServerSession(454071866)--Connection(1747025061)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.518--ServerSession(454071866)--Connection(1747025061)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.518--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-17 17:54:13.518--ServerSession(454071866)--Connection(1747025061)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.519--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-17 17:54:13.519--ServerSession(454071866)--Connection(1868647124)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.519--ServerSession(454071866)--Connection(1868647124)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.519--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-17 17:54:13.519--ServerSession(454071866)--Connection(1868647124)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.519--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-17 17:54:13.519--ServerSession(454071866)--Connection(2093742731)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.519--ServerSession(454071866)--Connection(2093742731)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.519--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-17 17:54:13.519--ServerSession(454071866)--Connection(2093742731)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.52--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-17 17:54:13.52--ServerSession(454071866)--Connection(168306113)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.52--ServerSession(454071866)--Connection(168306113)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.52--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-17 17:54:13.52--ServerSession(454071866)--Connection(168306113)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.52--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-17 17:54:13.52--ServerSession(454071866)--Connection(16526993)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.52--ServerSession(454071866)--Connection(16526993)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.52--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-17 17:54:13.52--ServerSession(454071866)--Connection(16526993)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.52--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-17 17:54:13.52--ServerSession(454071866)--Connection(1604817691)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.52--ServerSession(454071866)--Connection(1604817691)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.521--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-17 17:54:13.521--ServerSession(454071866)--Connection(1604817691)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.521--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-17 17:54:13.521--ServerSession(454071866)--Connection(312353788)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.521--ServerSession(454071866)--Connection(312353788)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.521--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-17 17:54:13.521--ServerSession(454071866)--Connection(312353788)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.521--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-17 17:54:13.521--ServerSession(454071866)--Connection(2004392191)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.521--ServerSession(454071866)--Connection(2004392191)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.521--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-17 17:54:13.522--ServerSession(454071866)--Connection(2004392191)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.522--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-17 17:54:13.522--ServerSession(454071866)--Connection(1207848824)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.522--ServerSession(454071866)--Connection(1207848824)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.522--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-17 17:54:13.522--ServerSession(454071866)--Connection(1207848824)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.522--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-17 17:54:13.522--ServerSession(454071866)--Connection(1635730124)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.522--ServerSession(454071866)--Connection(1635730124)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.522--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-17 17:54:13.522--ServerSession(454071866)--Connection(1635730124)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.522--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-17 17:54:13.522--ServerSession(454071866)--Connection(1525712994)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.522--ServerSession(454071866)--Connection(1525712994)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.523--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-17 17:54:13.523--ServerSession(454071866)--Connection(1525712994)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.523--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-17 17:54:13.523--ServerSession(454071866)--Connection(841331179)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.523--ServerSession(454071866)--Connection(841331179)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.523--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-17 17:54:13.523--ServerSession(454071866)--Connection(841331179)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.523--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-17 17:54:13.523--ServerSession(454071866)--Connection(1244744420)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.523--ServerSession(454071866)--Connection(1244744420)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.523--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-17 17:54:13.524--ServerSession(454071866)--Connection(1244744420)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.524--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-17 17:54:13.524--ServerSession(454071866)--Connection(517248810)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.524--ServerSession(454071866)--Connection(517248810)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.524--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-17 17:54:13.524--ServerSession(454071866)--Connection(517248810)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.524--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-17 17:54:13.524--ServerSession(454071866)--Connection(1726922381)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.524--ServerSession(454071866)--Connection(1726922381)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.524--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-17 17:54:13.524--ServerSession(454071866)--Connection(1726922381)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.524--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-17 17:54:13.524--ServerSession(454071866)--Connection(155929830)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.524--ServerSession(454071866)--Connection(155929830)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.525--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-17 17:54:13.525--ServerSession(454071866)--Connection(155929830)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.525--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-17 17:54:13.525--ServerSession(454071866)--Connection(238659266)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.525--ServerSession(454071866)--Connection(238659266)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.525--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-17 17:54:13.525--ServerSession(454071866)--Connection(238659266)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.525--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-17 17:54:13.525--ServerSession(454071866)--Connection(218550773)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.525--ServerSession(454071866)--Connection(218550773)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.525--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-17 17:54:13.526--ServerSession(454071866)--Connection(218550773)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.526--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-17 17:54:13.526--ServerSession(454071866)--Connection(1193482338)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.526--ServerSession(454071866)--Connection(1193482338)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.526--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-17 17:54:13.526--ServerSession(454071866)--Connection(1193482338)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.526--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-17 17:54:13.526--ServerSession(454071866)--Connection(294532436)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.526--ServerSession(454071866)--Connection(294532436)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.526--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-17 17:54:13.526--ServerSession(454071866)--Connection(294532436)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.526--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-17 17:54:13.526--ServerSession(454071866)--Connection(548392028)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.526--ServerSession(454071866)--Connection(548392028)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.527--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-17 17:54:13.527--ServerSession(454071866)--Connection(548392028)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.527--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-17 17:54:13.527--ServerSession(454071866)--Connection(573048877)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.527--ServerSession(454071866)--Connection(573048877)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.527--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-17 17:54:13.527--ServerSession(454071866)--Connection(573048877)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.527--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-17 17:54:13.527--ServerSession(454071866)--Connection(1997315092)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.527--ServerSession(454071866)--Connection(1997315092)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.527--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-17 17:54:13.528--ServerSession(454071866)--Connection(1997315092)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.528--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-17 17:54:13.528--ServerSession(454071866)--Connection(1850317761)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.528--ServerSession(454071866)--Connection(1850317761)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.528--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-17 17:54:13.528--ServerSession(454071866)--Connection(1850317761)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.528--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-17 17:54:13.528--ServerSession(454071866)--Connection(1493566415)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.528--ServerSession(454071866)--Connection(1493566415)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.528--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-17 17:54:13.528--ServerSession(454071866)--Connection(1493566415)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.528--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-17 17:54:13.528--ServerSession(454071866)--Connection(1317478967)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.528--ServerSession(454071866)--Connection(1317478967)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.529--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-17 17:54:13.529--ServerSession(454071866)--Connection(1317478967)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.589--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-17 17:54:13.589--ServerSession(454071866)--Connection(776417899)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.59--ServerSession(454071866)--Connection(776417899)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.59--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-17 17:54:13.59--ServerSession(454071866)--Connection(776417899)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.59--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-17 17:54:13.59--ServerSession(454071866)--Connection(401094531)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.59--ServerSession(454071866)--Connection(401094531)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.59--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-17 17:54:13.591--ServerSession(454071866)--Connection(401094531)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.591--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-17 17:54:13.591--ServerSession(454071866)--Connection(518622477)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.591--ServerSession(454071866)--Connection(518622477)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.591--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-17 17:54:13.591--ServerSession(454071866)--Connection(518622477)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.591--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-17 17:54:13.591--ServerSession(454071866)--Connection(353036044)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.591--ServerSession(454071866)--Connection(353036044)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.591--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-17 17:54:13.591--ServerSession(454071866)--Connection(353036044)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.592--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-17 17:54:13.592--ServerSession(454071866)--Connection(2132671932)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.592--ServerSession(454071866)--Connection(2132671932)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.592--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-17 17:54:13.592--ServerSession(454071866)--Connection(2132671932)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.592--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-17 17:54:13.592--ServerSession(454071866)--Connection(276508896)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.592--ServerSession(454071866)--Connection(276508896)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.592--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-17 17:54:13.592--ServerSession(454071866)--Connection(276508896)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.592--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-17 17:54:13.592--ServerSession(454071866)--Connection(1222742666)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.592--ServerSession(454071866)--Connection(1222742666)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.592--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-17 17:54:13.593--ServerSession(454071866)--Connection(1222742666)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.593--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-17 17:54:13.593--ServerSession(454071866)--Connection(1996999941)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.593--ServerSession(454071866)--Connection(1996999941)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.593--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-17 17:54:13.593--ServerSession(454071866)--Connection(1996999941)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.593--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-17 17:54:13.593--ServerSession(454071866)--Connection(325009177)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.593--ServerSession(454071866)--Connection(325009177)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.593--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-17 17:54:13.593--ServerSession(454071866)--Connection(325009177)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.594--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-17 17:54:13.594--ServerSession(454071866)--Connection(285583328)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.594--ServerSession(454071866)--Connection(285583328)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.594--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-17 17:54:13.594--ServerSession(454071866)--Connection(285583328)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.594--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-17 17:54:13.594--ServerSession(454071866)--Connection(1734387534)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.594--ServerSession(454071866)--Connection(1734387534)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.594--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-17 17:54:13.594--ServerSession(454071866)--Connection(1734387534)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.594--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-17 17:54:13.594--ServerSession(454071866)--Connection(1541050543)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.594--ServerSession(454071866)--Connection(1541050543)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.595--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-17 17:54:13.595--ServerSession(454071866)--Connection(1541050543)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.595--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-17 17:54:13.595--ServerSession(454071866)--Connection(1855389594)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.595--ServerSession(454071866)--Connection(1855389594)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.595--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-17 17:54:13.595--ServerSession(454071866)--Connection(1855389594)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.595--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-17 17:54:13.595--ServerSession(454071866)--Connection(1368087943)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.595--ServerSession(454071866)--Connection(1368087943)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.595--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-17 17:54:13.595--ServerSession(454071866)--Connection(1368087943)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.596--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-17 17:54:13.596--ServerSession(454071866)--Connection(1748048773)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.596--ServerSession(454071866)--Connection(1748048773)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.596--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-17 17:54:13.596--ServerSession(454071866)--Connection(1748048773)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.596--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-17 17:54:13.596--ServerSession(454071866)--Connection(1582095138)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.596--ServerSession(454071866)--Connection(1582095138)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.596--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-17 17:54:13.596--ServerSession(454071866)--Connection(1582095138)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.596--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-17 17:54:13.596--ServerSession(454071866)--Connection(1939809007)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.596--ServerSession(454071866)--Connection(1939809007)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.596--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-17 17:54:13.597--ServerSession(454071866)--Connection(1939809007)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.597--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-17 17:54:13.597--ServerSession(454071866)--Connection(1875796317)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.597--ServerSession(454071866)--Connection(1875796317)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.597--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-17 17:54:13.597--ServerSession(454071866)--Connection(1875796317)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.597--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-17 17:54:13.597--ServerSession(454071866)--Connection(2041803383)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.597--ServerSession(454071866)--Connection(2041803383)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.597--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-17 17:54:13.597--ServerSession(454071866)--Connection(2041803383)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.598--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-17 17:54:13.598--ServerSession(454071866)--Connection(1925035731)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.598--ServerSession(454071866)--Connection(1925035731)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.598--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-17 17:54:13.598--ServerSession(454071866)--Connection(1925035731)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.598--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-17 17:54:13.598--ServerSession(454071866)--Connection(1947409407)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.598--ServerSession(454071866)--Connection(1947409407)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.598--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-17 17:54:13.598--ServerSession(454071866)--Connection(1947409407)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.598--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-17 17:54:13.598--ServerSession(454071866)--Connection(1214198567)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.598--ServerSession(454071866)--Connection(1214198567)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.598--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-17 17:54:13.599--ServerSession(454071866)--Connection(1214198567)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.599--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-17 17:54:13.599--ServerSession(454071866)--Connection(1845240904)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:13.599--ServerSession(454071866)--Connection(1845240904)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:13.599--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-17 17:54:13.599--ServerSession(454071866)--Connection(1845240904)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:13.623--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 138732283
    [junit] [EL Finer]: 2024-04-17 17:54:13.623--ClientSession(138732283)--Thread(Thread[main,5,main])--acquire unit of work: 28037464
    [junit] [EL Finest]: 2024-04-17 17:54:13.623--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.623--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (29 -> null:null:reading)
    [junit] [EL Finest]: 2024-04-17 17:54:13.623--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.623--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (30 -> null:null:cooking)
    [junit] [EL Finest]: 2024-04-17 17:54:13.623--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.623--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (31 -> null:null:watching tv)
    [junit] [EL Finest]: 2024-04-17 17:54:13.623--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.623--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (32 -> null:null:cleaning the house)
    [junit] [EL Finest]: 2024-04-17 17:54:13.623--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.623--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (33 -> null:null:swimming)
    [junit] [EL Finest]: 2024-04-17 17:54:13.623--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.623--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (34 -> null:null:computers)
    [junit] [EL Finest]: 2024-04-17 17:54:13.623--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.623--UnitOfWork(28037464)--Thread(Thread[main,5,main])--assign sequence to the object (35 -> null:null:stamps)
    [junit] [EL Finest]: 2024-04-17 17:54:13.623--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.623--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.623--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.623--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.623--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.623--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.623--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.623--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.624--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.624--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.624--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.624--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-17 17:54:13.624--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.624--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-17 17:54:13.624--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.624--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-17 17:54:13.624--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.624--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-17 17:54:13.624--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.624--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-17 17:54:13.624--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.624--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-17 17:54:13.624--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.624--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-17 17:54:13.624--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.624--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-17 17:54:13.624--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.624--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-17 17:54:13.624--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.624--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-17 17:54:13.624--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.624--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-17 17:54:13.624--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.624--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-17 17:54:13.624--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.624--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-17 17:54:13.624--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.624--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-17 17:54:13.624--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.624--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-17 17:54:13.624--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.624--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-17 17:54:13.624--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.624--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-17 17:54:13.624--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.624--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-17 17:54:13.624--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.625--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-17 17:54:13.625--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.625--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-17 17:54:13.625--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.625--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-17 17:54:13.625--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.625--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-17 17:54:13.625--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.625--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-17 17:54:13.625--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.625--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-17 17:54:13.625--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.625--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-17 17:54:13.625--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.625--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-17 17:54:13.625--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.625--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-17 17:54:13.625--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.625--ServerSession(454071866)--Connection(1857325876)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:13.625--ClientSession(138732283)--Connection(1857325876)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:13.625--ClientSession(138732283)--Connection(1857325876)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:13.625--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-17 17:54:13.625--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-17 17:54:13.625--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-17 17:54:13.626--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-17 17:54:13.626--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-17 17:54:13.626--ClientSession(138732283)--Connection(1193487410)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:13.626--ServerSession(454071866)--Connection(1193487410)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:13.626--ServerSession(454071866)--Connection(1857325876)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:13.626--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-17 17:54:13.626--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.626--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-17 17:54:13.626--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.627--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-17 17:54:13.627--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.627--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-17 17:54:13.627--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.627--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-17 17:54:13.627--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.627--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-17 17:54:13.627--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.627--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-17 17:54:13.627--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.627--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-17 17:54:13.627--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.627--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-17 17:54:13.627--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.627--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-17 17:54:13.627--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.627--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-17 17:54:13.627--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.627--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-17 17:54:13.627--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.627--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-17 17:54:13.627--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.627--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-17 17:54:13.627--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.627--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-17 17:54:13.627--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.627--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-17 17:54:13.627--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.627--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-17 17:54:13.627--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.627--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-17 17:54:13.627--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.627--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-17 17:54:13.627--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.627--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-17 17:54:13.627--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.627--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-17 17:54:13.627--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.627--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-17 17:54:13.627--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.627--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-17 17:54:13.627--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.627--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-17 17:54:13.628--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.628--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-17 17:54:13.628--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.628--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-17 17:54:13.628--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.628--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-17 17:54:13.628--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.628--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-17 17:54:13.628--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.628--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-17 17:54:13.628--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.628--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-17 17:54:13.628--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.628--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-17 17:54:13.628--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.628--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-17 17:54:13.628--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.628--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-17 17:54:13.628--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.628--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-17 17:54:13.628--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.628--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-17 17:54:13.628--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.628--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-17 17:54:13.628--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.628--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-17 17:54:13.628--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.628--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-17 17:54:13.628--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.628--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-17 17:54:13.628--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.628--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-17 17:54:13.628--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.628--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-17 17:54:13.628--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.628--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-17 17:54:13.628--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.628--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-17 17:54:13.628--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.628--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-17 17:54:13.628--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.628--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-17 17:54:13.628--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.628--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-17 17:54:13.629--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.629--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-17 17:54:13.629--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.629--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-17 17:54:13.629--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.629--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-17 17:54:13.629--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.629--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-17 17:54:13.629--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.629--ServerSession(454071866)--Connection(1591058047)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:13.629--ClientSession(138732283)--Connection(1591058047)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:13.629--ClientSession(138732283)--Connection(1591058047)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:13.629--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-17 17:54:13.629--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-17 17:54:13.629--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-17 17:54:13.629--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-17 17:54:13.63--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-17 17:54:13.63--ClientSession(138732283)--Connection(873491932)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:13.63--ServerSession(454071866)--Connection(873491932)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:13.63--ServerSession(454071866)--Connection(1591058047)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:13.63--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-17 17:54:13.63--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.63--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-17 17:54:13.63--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.63--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-17 17:54:13.63--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.63--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-17 17:54:13.63--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.63--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-17 17:54:13.63--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.63--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-17 17:54:13.63--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.63--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-17 17:54:13.63--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.63--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-17 17:54:13.63--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.63--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-17 17:54:13.63--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.63--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-17 17:54:13.631--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.631--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-17 17:54:13.631--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.631--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-17 17:54:13.631--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.631--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-17 17:54:13.631--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.631--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-17 17:54:13.631--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.631--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-17 17:54:13.631--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.631--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-17 17:54:13.631--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.631--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-17 17:54:13.631--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.631--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-17 17:54:13.631--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.631--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-17 17:54:13.631--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.631--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-17 17:54:13.631--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.631--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-17 17:54:13.631--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.631--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-17 17:54:13.631--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.631--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-17 17:54:13.631--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.631--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-17 17:54:13.631--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.631--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-17 17:54:13.631--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.631--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-17 17:54:13.631--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.631--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-17 17:54:13.631--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.631--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-17 17:54:13.631--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.631--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.632--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.632--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.632--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.632--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.632--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.632--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.632--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.632--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.632--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.632--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.632--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.632--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.632--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.632--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.632--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.632--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.632--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.632--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.632--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.632--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.632--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.632--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.695--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.695--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.695--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.695--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.695--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.695--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.695--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.695--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.695--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.695--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.695--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.695--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.695--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.695--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.695--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.695--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.695--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.695--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.695--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.695--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.695--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.695--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.695--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.695--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.695--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.695--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.695--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.696--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.696--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.696--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.696--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.696--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.696--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.696--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.696--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.696--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.696--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.696--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.696--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.696--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.696--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.696--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.696--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.696--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.696--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.696--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.696--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.696--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.696--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.696--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.696--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.696--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.696--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.696--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.696--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.696--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.696--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.696--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.696--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.697--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.697--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.697--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.697--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.697--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.697--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.697--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.697--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.697--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.697--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.697--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.697--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.697--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.697--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.697--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.697--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:13.697--UnitOfWork(28037464)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:13.697--UnitOfWork(28037464)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:13.698--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-17 17:54:13.698--ServerSession(454071866)--Connection(791636650)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:13.698--ClientSession(138732283)--Connection(791636650)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:13.698--ClientSession(138732283)--Connection(791636650)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:13.699--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-17 17:54:13.699--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-17 17:54:13.699--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-17 17:54:13.699--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-17 17:54:13.699--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-17 17:54:13.699--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:13.699--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-17 17:54:13.699--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [528, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:13.699--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [527, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:13.699--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [525, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:13.699--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [524, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:13.699--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [526, foo-brand, null, 0, 1, 4]
    [junit] [EL Finer]: 2024-04-17 17:54:13.699--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:13.7--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-17 17:54:13.7--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-17 17:54:13.7--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-17 17:54:13.7--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-17 17:54:13.7--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-17 17:54:13.7--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-17 17:54:13.7--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-17 17:54:13.7--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-17 17:54:13.7--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-17 17:54:13.7--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-17 17:54:13.7--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:13.7--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:13.7--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [9, Department_9, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:13.7--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [0, Department_0, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:13.7--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [4, Department_4, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:13.7--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [3, Department_3, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:13.7--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [6, Department_6, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:13.7--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [5, Department_5, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:13.7--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [1, Department_1, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:13.7--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [7, Department_7, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:13.701--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [2, Department_2, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:13.701--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [8, Department_8, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:13.701--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:13.702--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-17 17:54:13.702--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-17 17:54:13.702--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-17 17:54:13.702--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-17 17:54:13.702--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-17 17:54:13.702--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-17 17:54:13.702--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-17 17:54:13.702--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-17 17:54:13.702--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-17 17:54:13.702--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-17 17:54:13.702--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-17 17:54:13.702--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-17 17:54:13.702--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-17 17:54:13.702--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-17 17:54:13.702--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-17 17:54:13.702--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-17 17:54:13.702--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-17 17:54:13.702--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-17 17:54:13.702--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-17 17:54:13.702--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-17 17:54:13.702--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-17 17:54:13.702--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-17 17:54:13.702--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-17 17:54:13.702--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-17 17:54:13.702--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-17 17:54:13.702--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-17 17:54:13.702--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-17 17:54:13.703--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-17 17:54:13.703--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-17 17:54:13.703--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-17 17:54:13.703--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-17 17:54:13.703--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-17 17:54:13.703--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-17 17:54:13.703--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-17 17:54:13.703--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-17 17:54:13.703--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-17 17:54:13.703--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-17 17:54:13.703--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-17 17:54:13.703--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-17 17:54:13.703--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-17 17:54:13.703--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-17 17:54:13.703--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-17 17:54:13.703--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-17 17:54:13.703--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-17 17:54:13.703--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-17 17:54:13.703--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-17 17:54:13.703--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-17 17:54:13.703--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-17 17:54:13.703--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-17 17:54:13.703--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-17 17:54:13.703--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-17 17:54:13.703--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-17 17:54:13.703--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-17 17:54:13.703--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-17 17:54:13.703--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-17 17:54:13.703--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-17 17:54:13.703--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-17 17:54:13.703--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-17 17:54:13.703--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-17 17:54:13.704--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-17 17:54:13.704--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-17 17:54:13.704--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-17 17:54:13.704--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-17 17:54:13.704--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-17 17:54:13.704--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-17 17:54:13.704--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-17 17:54:13.704--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-17 17:54:13.704--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-17 17:54:13.704--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-17 17:54:13.704--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-17 17:54:13.704--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-17 17:54:13.704--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-17 17:54:13.704--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-17 17:54:13.704--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-17 17:54:13.704--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-17 17:54:13.704--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-17 17:54:13.704--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-17 17:54:13.704--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-17 17:54:13.704--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-17 17:54:13.704--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-17 17:54:13.704--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-17 17:54:13.704--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-17 17:54:13.704--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-17 17:54:13.704--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-17 17:54:13.704--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-17 17:54:13.704--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-17 17:54:13.704--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-17 17:54:13.704--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-17 17:54:13.704--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-17 17:54:13.704--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-17 17:54:13.704--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-17 17:54:13.705--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-17 17:54:13.705--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-17 17:54:13.705--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-17 17:54:13.705--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-17 17:54:13.705--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-17 17:54:13.705--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-17 17:54:13.705--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-17 17:54:13.705--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-17 17:54:13.705--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(30:null:cooking)
    [junit] [EL Finer]: 2024-04-17 17:54:13.705--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:13.705--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-17 17:54:13.705--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [56, Hadmar, Hecht, null, 2024-04-29 07:40:53.696, 2024-04-06 04:07:33.696, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.705--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [0, Hermine, Herold, null, 2024-04-29 07:40:53.631, 2024-04-06 04:07:33.631, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.705--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [13, Hugo, Haus Lancaster, null, 2024-04-29 07:40:53.632, 2024-04-06 04:07:33.632, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.705--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [50, Hulda, Hennig, null, 2024-04-29 07:40:53.695, 2024-04-06 04:07:33.695, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.705--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [47, Harvey, Heinrich, null, 2024-04-29 07:40:53.695, 2024-04-06 04:07:33.695, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.705--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [86, Hubert, Harnack, null, 2024-04-29 07:40:53.697, 2024-04-06 04:07:33.697, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.705--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [75, Hilda, Hausmann, null, 2024-04-29 07:40:53.696, 2024-04-06 04:07:33.696, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.705--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [76, Hieronymus, Hense, null, 2024-04-29 07:40:53.696, 2024-04-06 04:07:33.696, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.705--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [51, Harro, Hardenberg, null, 2024-04-29 07:40:53.696, 2024-04-06 04:07:33.696, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.705--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [78, Hanspeter, Haak, null, 2024-04-29 07:40:53.696, 2024-04-06 04:07:33.696, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.705--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [21, Hanspeter, Haas, null, 2024-04-29 07:40:53.632, 2024-04-06 04:07:33.632, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.705--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [74, Hildegard, Hache, null, 2024-04-29 07:40:53.696, 2024-04-06 04:07:33.696, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.705--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [59, Heide, Hackmann, null, 2024-04-29 07:40:53.696, 2024-04-06 04:07:33.696, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.705--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [82, Holger, Halbach, null, 2024-04-29 07:40:53.696, 2024-04-06 04:07:33.696, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.705--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [66, Herma, Hardenberg, null, 2024-04-29 07:40:53.696, 2024-04-06 04:07:33.696, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.705--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [26, Herma, Heise, null, 2024-04-29 07:40:53.695, 2024-04-06 04:07:33.695, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.705--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [92, Helen, Hettner, null, 2024-04-29 07:40:53.697, 2024-04-06 04:07:33.697, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.705--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [18, Hartmut, Helms, null, 2024-04-29 07:40:53.632, 2024-04-06 04:07:33.632, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.705--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [22, Harriet, Henning, null, 2024-04-29 07:40:53.632, 2024-04-06 04:07:33.632, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.705--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [16, Hartwin, Harnack, null, 2024-04-29 07:40:53.632, 2024-04-06 04:07:33.632, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.705--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [81, Helga, Heuser, null, 2024-04-29 07:40:53.696, 2024-04-06 04:07:33.696, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.705--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [61, Hadmar, Helms, null, 2024-04-29 07:40:53.696, 2024-04-06 04:07:33.696, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.705--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [7, Hedi, Hamann, null, 2024-04-29 07:40:53.632, 2024-04-06 04:07:33.632, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.705--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [17, Helma, Herzog, null, 2024-04-29 07:40:53.632, 2024-04-06 04:07:33.632, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.705--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [55, Harriet, Henry, null, 2024-04-29 07:40:53.696, 2024-04-06 04:07:33.696, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.705--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [99, Hannes, Herbst, null, 2024-04-29 07:40:53.697, 2024-04-06 04:07:33.697, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.705--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [42, Heike, Hein, null, 2024-04-29 07:40:53.695, 2024-04-06 04:07:33.695, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.705--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [88, Herma, Havenstein, null, 2024-04-29 07:40:53.697, 2024-04-06 04:07:33.697, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.705--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [97, Helmut, Hein, null, 2024-04-29 07:40:53.697, 2024-04-06 04:07:33.697, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [12, Hakon, Hartfelder, null, 2024-04-29 07:40:53.632, 2024-04-06 04:07:33.632, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [71, Hulda, Hewitt, null, 2024-04-29 07:40:53.696, 2024-04-06 04:07:33.696, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [69, Hulda, Hamburger, null, 2024-04-29 07:40:53.696, 2024-04-06 04:07:33.696, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [63, Hauke, Haus Lancaster, null, 2024-04-29 07:40:53.696, 2024-04-06 04:07:33.696, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [57, Hannelore, Harding, null, 2024-04-29 07:40:53.696, 2024-04-06 04:07:33.696, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [87, Hieu, Havenstein, null, 2024-04-29 07:40:53.697, 2024-04-06 04:07:33.697, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [3, Heidi, Hesselbarth, null, 2024-04-29 07:40:53.632, 2024-04-06 04:07:33.632, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [85, Hans, Hanstein, null, 2024-04-29 07:40:53.697, 2024-04-06 04:07:33.697, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [35, Hannes, Hardenberg, null, 2024-04-29 07:40:53.695, 2024-04-06 04:07:33.695, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [90, Hermine, Halbach, null, 2024-04-29 07:40:53.697, 2024-04-06 04:07:33.697, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [72, Hieu, Hennig, null, 2024-04-29 07:40:53.696, 2024-04-06 04:07:33.696, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [60, Heiko, Henschel, null, 2024-04-29 07:40:53.696, 2024-04-06 04:07:33.696, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [10, Hannelore, Hildebrand, null, 2024-04-29 07:40:53.632, 2024-04-06 04:07:33.632, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [84, Hilde, Hemsterhuis, null, 2024-04-29 07:40:53.697, 2024-04-06 04:07:33.697, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, Hugo, Heuser, null, 2024-04-29 07:40:53.695, 2024-04-06 04:07:33.695, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [79, Harald, Herzog, null, 2024-04-29 07:40:53.696, 2024-04-06 04:07:33.696, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [49, Helena, Hildebrandt, null, 2024-04-29 07:40:53.695, 2024-04-06 04:07:33.695, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [6, Hieu, Herold, null, 2024-04-29 07:40:53.632, 2024-04-06 04:07:33.632, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [52, Helga, Hesselbarth, null, 2024-04-29 07:40:53.696, 2024-04-06 04:07:33.696, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [67, Heinrich, Hartig, null, 2024-04-29 07:40:53.696, 2024-04-06 04:07:33.696, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [54, Heimo, Haus Lancaster, null, 2024-04-29 07:40:53.696, 2024-04-06 04:07:33.696, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [2, Hansklaus, Hemsterhuis, null, 2024-04-29 07:40:53.632, 2024-04-06 04:07:33.632, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [5, Heiko, Herder, null, 2024-04-29 07:40:53.632, 2024-04-06 04:07:33.632, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [23, Humphrey, Hackmann, null, 2024-04-29 07:40:53.632, 2024-04-06 04:07:33.632, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [58, Hans, Hamann, null, 2024-04-29 07:40:53.696, 2024-04-06 04:07:33.696, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [95, Hieu, Hawke, null, 2024-04-29 07:40:53.697, 2024-04-06 04:07:33.697, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [11, Hasso, Hanson, null, 2024-04-29 07:40:53.632, 2024-04-06 04:07:33.632, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [40, Heide, Hanson, null, 2024-04-29 07:40:53.695, 2024-04-06 04:07:33.695, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [80, Heimo, Hamilton, null, 2024-04-29 07:40:53.696, 2024-04-06 04:07:33.696, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [46, Hanna, Herold, null, 2024-04-29 07:40:53.695, 2024-04-06 04:07:33.695, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [48, Hauke, Heidegger, null, 2024-04-29 07:40:53.695, 2024-04-06 04:07:33.695, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [41, Hanns, Hanisch, null, 2024-04-29 07:40:53.695, 2024-04-06 04:07:33.695, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [93, Harold, Habermann, null, 2024-04-29 07:40:53.697, 2024-04-06 04:07:33.697, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [94, Heribert, Henry, null, 2024-04-29 07:40:53.697, 2024-04-06 04:07:33.697, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [65, Heyko, Hamilton, null, 2024-04-29 07:40:53.696, 2024-04-06 04:07:33.696, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [25, Hedi, Hettner, null, 2024-04-29 07:40:53.695, 2024-04-06 04:07:33.695, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, Hildegard, Hermelink, null, 2024-04-29 07:40:53.695, 2024-04-06 04:07:33.695, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [43, Hermine, Hendrix, null, 2024-04-29 07:40:53.695, 2024-04-06 04:07:33.695, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [73, Helma, Hettner, null, 2024-04-29 07:40:53.696, 2024-04-06 04:07:33.696, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [45, Helena, Halbach, null, 2024-04-29 07:40:53.695, 2024-04-06 04:07:33.695, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [9, Heimo, Hartig, null, 2024-04-29 07:40:53.632, 2024-04-06 04:07:33.632, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [36, Harro, Helbig, null, 2024-04-29 07:40:53.695, 2024-04-06 04:07:33.695, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [38, Harald, Hartig, null, 2024-04-29 07:40:53.695, 2024-04-06 04:07:33.695, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [28, Hella, Helmig, null, 2024-04-29 07:40:53.695, 2024-04-06 04:07:33.695, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.706--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [14, Helga, Henry, null, 2024-04-29 07:40:53.632, 2024-04-06 04:07:33.632, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.707--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, Hasso, Hardenberg, null, 2024-04-29 07:40:53.695, 2024-04-06 04:07:33.695, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.707--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [96, Herbert, Hellmann, null, 2024-04-29 07:40:53.697, 2024-04-06 04:07:33.697, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.707--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, Hieronymus, Henry, null, 2024-04-29 07:40:53.695, 2024-04-06 04:07:33.695, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.707--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [77, Hartwig, Haas, null, 2024-04-29 07:40:53.696, 2024-04-06 04:07:33.696, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.707--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [89, Hakan, Herrmann, null, 2024-04-29 07:40:53.697, 2024-04-06 04:07:33.697, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.707--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, Harvey, Henschel, null, 2024-04-29 07:40:53.695, 2024-04-06 04:07:33.695, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.707--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [8, Holda, Hartfelder, null, 2024-04-29 07:40:53.632, 2024-04-06 04:07:33.632, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.707--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, Heiner, Haller, null, 2024-04-29 07:40:53.695, 2024-04-06 04:07:33.695, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.707--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [15, Hilarius, Heidegger, null, 2024-04-29 07:40:53.632, 2024-04-06 04:07:33.632, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.707--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [4, Henri, Habermann, null, 2024-04-29 07:40:53.632, 2024-04-06 04:07:33.632, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.707--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [62, Harriet, Hense, null, 2024-04-29 07:40:53.696, 2024-04-06 04:07:33.696, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.707--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [68, Hilda, Heim, null, 2024-04-29 07:40:53.696, 2024-04-06 04:07:33.696, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.707--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [1, Hinrich, Hardenberg, null, 2024-04-29 07:40:53.631, 2024-04-06 04:07:33.631, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.707--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [27, Hansklaus, Henry, null, 2024-04-29 07:40:53.695, 2024-04-06 04:07:33.695, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.707--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [64, Heinz, Halbach, null, 2024-04-29 07:40:53.696, 2024-04-06 04:07:33.696, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.707--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [37, Heiner, Heinrich, null, 2024-04-29 07:40:53.695, 2024-04-06 04:07:33.695, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.707--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [53, Hermine, Helbig, null, 2024-04-29 07:40:53.696, 2024-04-06 04:07:33.696, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.707--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [44, Hendrik, Hary, null, 2024-04-29 07:40:53.695, 2024-04-06 04:07:33.695, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.707--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [39, Heidemarie, Heidegger, null, 2024-04-29 07:40:53.695, 2024-04-06 04:07:33.695, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.707--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [20, Hjalmar, Hamburger, null, 2024-04-29 07:40:53.632, 2024-04-06 04:07:33.632, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.707--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [98, Hubertus, Hilbert, null, 2024-04-29 07:40:53.697, 2024-04-06 04:07:33.697, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.707--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [83, Holde, Hennig, null, 2024-04-29 07:40:53.697, 2024-04-06 04:07:33.697, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.707--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [24, Harald, Haller, null, 2024-04-29 07:40:53.695, 2024-04-06 04:07:33.695, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.707--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [91, Hannah, Hendrix, null, 2024-04-29 07:40:53.697, 2024-04-06 04:07:33.697, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.707--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [70, Helena, Hegemann, null, 2024-04-29 07:40:53.696, 2024-04-06 04:07:33.696, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:13.707--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [19, Hanna, Hecht, null, 2024-04-29 07:40:53.632, 2024-04-06 04:07:33.632, null, null, null, null, null, null, null]
    [junit] [EL Finer]: 2024-04-17 17:54:13.707--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:13.723--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(34:null:computers)
    [junit] [EL Finest]: 2024-04-17 17:54:13.723--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(29:null:reading)
    [junit] [EL Finest]: 2024-04-17 17:54:13.723--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(32:null:cleaning the house)
    [junit] [EL Finest]: 2024-04-17 17:54:13.723--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(35:null:stamps)
    [junit] [EL Finest]: 2024-04-17 17:54:13.723--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(31:null:watching tv)
    [junit] [EL Finest]: 2024-04-17 17:54:13.723--UnitOfWork(28037464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(33:null:swimming)
    [junit] [EL Finest]: 2024-04-17 17:54:13.723--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-17 17:54:13.724--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:13.724--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:13.724--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, null, cooking]
    [junit] [EL Fine]: 2024-04-17 17:54:13.724--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, null, computers]
    [junit] [EL Fine]: 2024-04-17 17:54:13.724--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, null, reading]
    [junit] [EL Fine]: 2024-04-17 17:54:13.724--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, null, cleaning the house]
    [junit] [EL Fine]: 2024-04-17 17:54:13.724--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [35, null, stamps]
    [junit] [EL Fine]: 2024-04-17 17:54:13.724--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, null, watching tv]
    [junit] [EL Fine]: 2024-04-17 17:54:13.724--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, null, swimming]
    [junit] [EL Finer]: 2024-04-17 17:54:13.724--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:13.725--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-17 17:54:13.725--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-17 17:54:13.725--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-17 17:54:13.725--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-17 17:54:13.725--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-17 17:54:13.725--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-17 17:54:13.725--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-17 17:54:13.725--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-17 17:54:13.725--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-17 17:54:13.725--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-17 17:54:13.725--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-17 17:54:13.725--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-17 17:54:13.725--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-17 17:54:13.725--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-17 17:54:13.725--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-17 17:54:13.725--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-17 17:54:13.725--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-17 17:54:13.725--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-17 17:54:13.725--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-17 17:54:13.725--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-17 17:54:13.725--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-17 17:54:13.725--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-17 17:54:13.725--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-17 17:54:13.725--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-17 17:54:13.725--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-17 17:54:13.725--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-17 17:54:13.725--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-17 17:54:13.726--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-17 17:54:13.726--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-17 17:54:13.726--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-17 17:54:13.726--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-17 17:54:13.726--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-17 17:54:13.726--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-17 17:54:13.726--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-17 17:54:13.726--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-17 17:54:13.726--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-17 17:54:13.726--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-17 17:54:13.726--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-17 17:54:13.726--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-17 17:54:13.726--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-17 17:54:13.726--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-17 17:54:13.726--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-17 17:54:13.726--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-17 17:54:13.726--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-17 17:54:13.726--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-17 17:54:13.726--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-17 17:54:13.726--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-17 17:54:13.726--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-17 17:54:13.726--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-17 17:54:13.726--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-17 17:54:13.726--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-17 17:54:13.726--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-17 17:54:13.726--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-17 17:54:13.726--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-17 17:54:13.726--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-17 17:54:13.726--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-17 17:54:13.726--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-17 17:54:13.726--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-17 17:54:13.726--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-17 17:54:13.726--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-17 17:54:13.726--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-17 17:54:13.726--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-17 17:54:13.727--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-17 17:54:13.727--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-17 17:54:13.727--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-17 17:54:13.727--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-17 17:54:13.727--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-17 17:54:13.727--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-17 17:54:13.727--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-17 17:54:13.727--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-17 17:54:13.727--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-17 17:54:13.727--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-17 17:54:13.727--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-17 17:54:13.727--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-17 17:54:13.727--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-17 17:54:13.727--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-17 17:54:13.727--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-17 17:54:13.727--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-17 17:54:13.727--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-17 17:54:13.727--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-17 17:54:13.727--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-17 17:54:13.727--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-17 17:54:13.727--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-17 17:54:13.727--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-17 17:54:13.727--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-17 17:54:13.727--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-17 17:54:13.727--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-17 17:54:13.727--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-17 17:54:13.727--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-17 17:54:13.727--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-17 17:54:13.727--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-17 17:54:13.727--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-17 17:54:13.727--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-17 17:54:13.727--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-17 17:54:13.727--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-17 17:54:13.727--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-17 17:54:13.727--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-17 17:54:13.728--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-17 17:54:13.728--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-17 17:54:13.728--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-17 17:54:13.803--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.803--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.804--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-17 17:54:13.805--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:13.815--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-17 17:54:13.815--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-17 17:54:13.815--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-17 17:54:13.815--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-17 17:54:13.815--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-17 17:54:13.815--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-17 17:54:13.815--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-17 17:54:13.815--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-17 17:54:13.815--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-17 17:54:13.815--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-17 17:54:13.815--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-17 17:54:13.816--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-17 17:54:13.816--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-17 17:54:13.816--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-17 17:54:13.816--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-17 17:54:13.816--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-17 17:54:13.816--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-17 17:54:13.816--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-17 17:54:13.816--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-17 17:54:13.816--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-17 17:54:13.816--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-17 17:54:13.816--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-17 17:54:13.816--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-17 17:54:13.816--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-17 17:54:13.816--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-17 17:54:13.816--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-17 17:54:13.816--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-17 17:54:13.816--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-17 17:54:13.816--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-17 17:54:13.816--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-17 17:54:13.816--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-17 17:54:13.816--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-17 17:54:13.816--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-17 17:54:13.816--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-17 17:54:13.816--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-17 17:54:13.816--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-17 17:54:13.816--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-17 17:54:13.816--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-17 17:54:13.816--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-17 17:54:13.816--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-17 17:54:13.816--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-17 17:54:13.816--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-17 17:54:13.816--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-17 17:54:13.816--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-17 17:54:13.816--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-17 17:54:13.816--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-17 17:54:13.816--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-17 17:54:13.816--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-17 17:54:13.816--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-17 17:54:13.816--ClientSession(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-17 17:54:13.816--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:13.816--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:13.816--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [13, 527]
    [junit] [EL Fine]: 2024-04-17 17:54:13.816--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [23, 527]
    [junit] [EL Fine]: 2024-04-17 17:54:13.816--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [53, 527]
    [junit] [EL Fine]: 2024-04-17 17:54:13.816--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [65, 527]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [81, 527]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [83, 527]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [93, 527]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 525]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 525]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 525]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [49, 525]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [55, 525]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [67, 525]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [71, 525]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [77, 525]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [79, 525]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [89, 525]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [95, 525]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [1, 524]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [3, 524]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [5, 524]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [7, 524]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [9, 524]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [11, 524]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [15, 524]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [21, 524]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [27, 524]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [39, 524]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [41, 524]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [45, 524]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [51, 524]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [63, 524]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [85, 524]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [87, 524]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [97, 524]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [99, 524]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [17, 526]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [19, 526]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [25, 526]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [35, 526]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [37, 526]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [43, 526]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [47, 526]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [57, 526]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [59, 526]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [61, 526]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [69, 526]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [73, 526]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [75, 526]
    [junit] [EL Fine]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [91, 526]
    [junit] [EL Finer]: 2024-04-17 17:54:13.817--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:13.822--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.822--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.822--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.822--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.822--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.822--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.822--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.822--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.822--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.822--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.822--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.822--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.822--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.822--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.822--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.822--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.822--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.823--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.824--ClientSession(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-17 17:54:13.824--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:13.824--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:13.825--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:13.826--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:13.826--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:13.826--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:13.826--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:13.826--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:13.826--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:13.826--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:13.826--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:13.826--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:13.826--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:13.826--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:13.826--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:13.826--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:13.826--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:13.826--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:13.826--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:13.826--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:13.826--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:13.826--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:13.826--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:13.826--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:13.826--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:13.826--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:13.826--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:13.826--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:13.826--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:13.826--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 16]
    [junit] [EL Finer]: 2024-04-17 17:54:13.826--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.837--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.838--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.838--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.838--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.838--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.838--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.838--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.838--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.838--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.838--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.838--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.838--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.838--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.838--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.838--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.838--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.838--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.838--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.838--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.838--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.838--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.838--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.838--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.838--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.908--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.908--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.908--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.908--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.908--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.908--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.908--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.908--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.908--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.908--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.908--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.908--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.908--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.908--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.908--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.908--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.908--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.908--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.908--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.908--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.909--ClientSession(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-17 17:54:13.909--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:13.909--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:13.91--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:13.911--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:13.911--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:13.911--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:13.911--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:13.911--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:13.911--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:13.911--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:13.911--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:13.911--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:13.911--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 72]
    [junit] [EL Finer]: 2024-04-17 17:54:13.911--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:13.922--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.922--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.922--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.922--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.922--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.922--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.922--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.922--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.922--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.922--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.922--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.922--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.922--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.922--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.922--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.923--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.924--ClientSession(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-17 17:54:13.924--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:13.924--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:13.925--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:13.926--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:13.926--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:13.926--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:13.926--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:13.926--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:13.926--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:13.926--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:13.926--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:13.926--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:13.926--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:13.926--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:13.926--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:13.926--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:13.926--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:13.926--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:13.926--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:13.926--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:13.926--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:13.926--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 48]
    [junit] [EL Finer]: 2024-04-17 17:54:13.926--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:13.937--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.937--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.937--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.937--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.938--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:13.939--ClientSession(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-17 17:54:13.939--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:13.939--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:13.94--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:13.941--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:13.941--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:13.941--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:13.941--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:13.941--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:14.015--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:14.015--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:14.015--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:14.015--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:14.015--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:14.015--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:14.015--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:14.015--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:14.015--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:14.015--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:14.015--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:14.015--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:14.015--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:14.015--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:14.015--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:14.015--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:14.015--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:14.015--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:14.015--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:14.015--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:14.015--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:14.015--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:14.015--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 31]
    [junit] [EL Finer]: 2024-04-17 17:54:14.015--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:14.026--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.027--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(138732283)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.028--ClientSession(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-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:14.029--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:14.03--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:14.03--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:14.03--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:14.03--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:14.03--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:14.03--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:14.03--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:14.03--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:14.03--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:14.03--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:14.03--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:14.03--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:14.03--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:14.03--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:14.03--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:14.03--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:14.03--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:14.03--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:14.03--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:14.03--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:14.03--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:14.03--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:14.03--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:14.03--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:14.03--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:14.03--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:14.03--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:14.03--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [31, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:14.03--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:14.03--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:14.03--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [33, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:14.03--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [32, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:14.03--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [34, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:14.03--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [30, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:14.03--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--	bind => [29, 19]
    [junit] [EL Finer]: 2024-04-17 17:54:14.03--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:14.041--ClientSession(138732283)--Connection(2034488236)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:14.042--ServerSession(454071866)--Connection(791636650)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:14.045--UnitOfWork(28037464)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:14.045--UnitOfWork(28037464)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:14.046--UnitOfWork(28037464)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:14.046--ClientSession(138732283)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:14.046--UnitOfWork(28037464)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:14.046--ClientSession(138732283)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:14.048--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1792604161
    [junit] [EL Finer]: 2024-04-17 17:54:14.048--ClientSession(1792604161)--Thread(Thread[main,5,main])--acquire unit of work: 1010962765
    [junit] [EL Finest]: 2024-04-17 17:54:14.048--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-17 17:54:14.048--ServerSession(454071866)--Connection(405551993)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.048--ServerSession(454071866)--Connection(405551993)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.048--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-17 17:54:14.049--ServerSession(454071866)--Connection(405551993)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.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-17 17:54:14.049--ServerSession(454071866)--Connection(820836392)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.049--ServerSession(454071866)--Connection(820836392)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.049--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-17 17:54:14.05--ServerSession(454071866)--Connection(820836392)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.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-17 17:54:14.05--ServerSession(454071866)--Connection(1002362106)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.05--ServerSession(454071866)--Connection(1002362106)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.05--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-17 17:54:14.05--ServerSession(454071866)--Connection(1002362106)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.051--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-17 17:54:14.051--ServerSession(454071866)--Connection(739129538)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.051--ServerSession(454071866)--Connection(739129538)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.051--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-17 17:54:14.051--ServerSession(454071866)--Connection(739129538)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.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-17 17:54:14.051--ServerSession(454071866)--Connection(1882836989)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.051--ServerSession(454071866)--Connection(1882836989)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.051--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-17 17:54:14.052--ServerSession(454071866)--Connection(1882836989)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.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-17 17:54:14.052--ServerSession(454071866)--Connection(721757562)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.052--ServerSession(454071866)--Connection(721757562)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.052--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-17 17:54:14.052--ServerSession(454071866)--Connection(721757562)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.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-17 17:54:14.052--ServerSession(454071866)--Connection(96826911)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.053--ServerSession(454071866)--Connection(96826911)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.053--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-17 17:54:14.053--ServerSession(454071866)--Connection(96826911)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.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-17 17:54:14.053--ServerSession(454071866)--Connection(523857624)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.053--ServerSession(454071866)--Connection(523857624)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.053--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-17 17:54:14.053--ServerSession(454071866)--Connection(523857624)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.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-17 17:54:14.054--ServerSession(454071866)--Connection(227953213)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.054--ServerSession(454071866)--Connection(227953213)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.054--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-17 17:54:14.054--ServerSession(454071866)--Connection(227953213)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.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-17 17:54:14.054--ServerSession(454071866)--Connection(1452257925)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.054--ServerSession(454071866)--Connection(1452257925)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.054--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-17 17:54:14.054--ServerSession(454071866)--Connection(1452257925)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.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-17 17:54:14.055--ServerSession(454071866)--Connection(985804815)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.055--ServerSession(454071866)--Connection(985804815)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.055--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-17 17:54:14.055--ServerSession(454071866)--Connection(985804815)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.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-17 17:54:14.055--ServerSession(454071866)--Connection(667873623)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.055--ServerSession(454071866)--Connection(667873623)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.055--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-17 17:54:14.056--ServerSession(454071866)--Connection(667873623)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.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-17 17:54:14.056--ServerSession(454071866)--Connection(1375868674)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.056--ServerSession(454071866)--Connection(1375868674)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.056--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-17 17:54:14.056--ServerSession(454071866)--Connection(1375868674)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.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-17 17:54:14.056--ServerSession(454071866)--Connection(292318453)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.056--ServerSession(454071866)--Connection(292318453)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.056--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-17 17:54:14.057--ServerSession(454071866)--Connection(292318453)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.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-17 17:54:14.057--ServerSession(454071866)--Connection(2098929796)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.057--ServerSession(454071866)--Connection(2098929796)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.057--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-17 17:54:14.057--ServerSession(454071866)--Connection(2098929796)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.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-17 17:54:14.057--ServerSession(454071866)--Connection(171320961)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.057--ServerSession(454071866)--Connection(171320961)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.057--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-17 17:54:14.058--ServerSession(454071866)--Connection(171320961)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.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-17 17:54:14.058--ServerSession(454071866)--Connection(2136765752)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.058--ServerSession(454071866)--Connection(2136765752)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.058--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-17 17:54:14.058--ServerSession(454071866)--Connection(2136765752)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.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-17 17:54:14.058--ServerSession(454071866)--Connection(666403929)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.058--ServerSession(454071866)--Connection(666403929)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.059--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-17 17:54:14.059--ServerSession(454071866)--Connection(666403929)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.059--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-17 17:54:14.059--ServerSession(454071866)--Connection(1278575810)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.059--ServerSession(454071866)--Connection(1278575810)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.059--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-17 17:54:14.06--ServerSession(454071866)--Connection(1278575810)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.06--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-17 17:54:14.06--ServerSession(454071866)--Connection(461584054)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.06--ServerSession(454071866)--Connection(461584054)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.061--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-17 17:54:14.061--ServerSession(454071866)--Connection(461584054)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.061--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-17 17:54:14.061--ServerSession(454071866)--Connection(1192364865)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.061--ServerSession(454071866)--Connection(1192364865)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.062--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-17 17:54:14.062--ServerSession(454071866)--Connection(1192364865)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.062--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-17 17:54:14.062--ServerSession(454071866)--Connection(771346585)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.062--ServerSession(454071866)--Connection(771346585)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.063--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-17 17:54:14.063--ServerSession(454071866)--Connection(771346585)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.063--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-17 17:54:14.063--ServerSession(454071866)--Connection(574250413)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.063--ServerSession(454071866)--Connection(574250413)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.122--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-17 17:54:14.122--ServerSession(454071866)--Connection(574250413)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.123--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-17 17:54:14.123--ServerSession(454071866)--Connection(1625437966)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.123--ServerSession(454071866)--Connection(1625437966)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.123--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-17 17:54:14.123--ServerSession(454071866)--Connection(1625437966)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.123--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-17 17:54:14.124--ServerSession(454071866)--Connection(1476099276)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.124--ServerSession(454071866)--Connection(1476099276)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.124--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-17 17:54:14.124--ServerSession(454071866)--Connection(1476099276)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.124--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-17 17:54:14.124--ServerSession(454071866)--Connection(2147231966)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.124--ServerSession(454071866)--Connection(2147231966)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.124--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-17 17:54:14.125--ServerSession(454071866)--Connection(2147231966)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.125--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-17 17:54:14.125--ServerSession(454071866)--Connection(1110408307)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.125--ServerSession(454071866)--Connection(1110408307)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.125--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-17 17:54:14.125--ServerSession(454071866)--Connection(1110408307)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.125--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-17 17:54:14.125--ServerSession(454071866)--Connection(696606344)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.126--ServerSession(454071866)--Connection(696606344)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.126--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-17 17:54:14.126--ServerSession(454071866)--Connection(696606344)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.126--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-17 17:54:14.126--ServerSession(454071866)--Connection(234972750)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.126--ServerSession(454071866)--Connection(234972750)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.126--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-17 17:54:14.126--ServerSession(454071866)--Connection(234972750)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.127--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-17 17:54:14.127--ServerSession(454071866)--Connection(1726397326)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.127--ServerSession(454071866)--Connection(1726397326)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.127--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-17 17:54:14.127--ServerSession(454071866)--Connection(1726397326)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.127--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-17 17:54:14.127--ServerSession(454071866)--Connection(637087741)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.127--ServerSession(454071866)--Connection(637087741)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.127--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-17 17:54:14.128--ServerSession(454071866)--Connection(637087741)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.128--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-17 17:54:14.128--ServerSession(454071866)--Connection(1184534544)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.128--ServerSession(454071866)--Connection(1184534544)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.128--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-17 17:54:14.128--ServerSession(454071866)--Connection(1184534544)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.128--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-17 17:54:14.128--ServerSession(454071866)--Connection(426841558)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.128--ServerSession(454071866)--Connection(426841558)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.128--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-17 17:54:14.129--ServerSession(454071866)--Connection(426841558)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.129--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-17 17:54:14.129--ServerSession(454071866)--Connection(1349950401)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.129--ServerSession(454071866)--Connection(1349950401)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.129--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-17 17:54:14.129--ServerSession(454071866)--Connection(1349950401)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.129--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-17 17:54:14.129--ServerSession(454071866)--Connection(986037476)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.129--ServerSession(454071866)--Connection(986037476)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.13--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-17 17:54:14.13--ServerSession(454071866)--Connection(986037476)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.13--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-17 17:54:14.13--ServerSession(454071866)--Connection(75752103)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.13--ServerSession(454071866)--Connection(75752103)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.13--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-17 17:54:14.13--ServerSession(454071866)--Connection(75752103)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.131--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-17 17:54:14.131--ServerSession(454071866)--Connection(557699421)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.131--ServerSession(454071866)--Connection(557699421)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.131--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-17 17:54:14.131--ServerSession(454071866)--Connection(557699421)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.131--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-17 17:54:14.131--ServerSession(454071866)--Connection(1742210429)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.131--ServerSession(454071866)--Connection(1742210429)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.131--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-17 17:54:14.132--ServerSession(454071866)--Connection(1742210429)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.132--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-17 17:54:14.132--ServerSession(454071866)--Connection(124172063)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.132--ServerSession(454071866)--Connection(124172063)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.132--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-17 17:54:14.132--ServerSession(454071866)--Connection(124172063)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.132--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-17 17:54:14.132--ServerSession(454071866)--Connection(1700567002)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.132--ServerSession(454071866)--Connection(1700567002)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.132--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-17 17:54:14.133--ServerSession(454071866)--Connection(1700567002)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.133--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-17 17:54:14.133--ServerSession(454071866)--Connection(9562642)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.133--ServerSession(454071866)--Connection(9562642)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.133--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-17 17:54:14.133--ServerSession(454071866)--Connection(9562642)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.133--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-17 17:54:14.133--ServerSession(454071866)--Connection(1761516616)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.133--ServerSession(454071866)--Connection(1761516616)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.134--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-17 17:54:14.134--ServerSession(454071866)--Connection(1761516616)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.134--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-17 17:54:14.134--ServerSession(454071866)--Connection(1914804514)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.134--ServerSession(454071866)--Connection(1914804514)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.134--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-17 17:54:14.134--ServerSession(454071866)--Connection(1914804514)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.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-17 17:54:14.135--ServerSession(454071866)--Connection(392564378)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.135--ServerSession(454071866)--Connection(392564378)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.135--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-17 17:54:14.135--ServerSession(454071866)--Connection(392564378)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.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-17 17:54:14.135--ServerSession(454071866)--Connection(608976269)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.135--ServerSession(454071866)--Connection(608976269)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.135--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-17 17:54:14.135--ServerSession(454071866)--Connection(608976269)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.136--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-17 17:54:14.136--ServerSession(454071866)--Connection(207732776)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.136--ServerSession(454071866)--Connection(207732776)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.136--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-17 17:54:14.136--ServerSession(454071866)--Connection(207732776)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.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-17 17:54:14.136--ServerSession(454071866)--Connection(734711682)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.136--ServerSession(454071866)--Connection(734711682)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.136--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-17 17:54:14.137--ServerSession(454071866)--Connection(734711682)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.137--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-17 17:54:14.137--ServerSession(454071866)--Connection(1449700609)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.137--ServerSession(454071866)--Connection(1449700609)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.137--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-17 17:54:14.137--ServerSession(454071866)--Connection(1449700609)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.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-17 17:54:14.137--ServerSession(454071866)--Connection(1361390945)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.137--ServerSession(454071866)--Connection(1361390945)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.137--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-17 17:54:14.138--ServerSession(454071866)--Connection(1361390945)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.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-17 17:54:14.138--ServerSession(454071866)--Connection(1485493314)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.138--ServerSession(454071866)--Connection(1485493314)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.138--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-17 17:54:14.138--ServerSession(454071866)--Connection(1485493314)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.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-17 17:54:14.138--ServerSession(454071866)--Connection(2117132196)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.138--ServerSession(454071866)--Connection(2117132196)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.138--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-17 17:54:14.139--ServerSession(454071866)--Connection(2117132196)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.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-17 17:54:14.139--ServerSession(454071866)--Connection(2059868929)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.139--ServerSession(454071866)--Connection(2059868929)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.139--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-17 17:54:14.139--ServerSession(454071866)--Connection(2059868929)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.139--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-17 17:54:14.139--ServerSession(454071866)--Connection(1187513790)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.139--ServerSession(454071866)--Connection(1187513790)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.139--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-17 17:54:14.14--ServerSession(454071866)--Connection(1187513790)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.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-17 17:54:14.14--ServerSession(454071866)--Connection(1586566188)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.14--ServerSession(454071866)--Connection(1586566188)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.14--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-17 17:54:14.14--ServerSession(454071866)--Connection(1586566188)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.14--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-17 17:54:14.14--ServerSession(454071866)--Connection(1615257885)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.14--ServerSession(454071866)--Connection(1615257885)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.141--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-17 17:54:14.141--ServerSession(454071866)--Connection(1615257885)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.141--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-17 17:54:14.141--ServerSession(454071866)--Connection(527652030)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.141--ServerSession(454071866)--Connection(527652030)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.141--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-17 17:54:14.141--ServerSession(454071866)--Connection(527652030)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.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-17 17:54:14.141--ServerSession(454071866)--Connection(112893921)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.141--ServerSession(454071866)--Connection(112893921)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.142--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-17 17:54:14.142--ServerSession(454071866)--Connection(112893921)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.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-17 17:54:14.142--ServerSession(454071866)--Connection(1546374325)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.142--ServerSession(454071866)--Connection(1546374325)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.142--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-17 17:54:14.142--ServerSession(454071866)--Connection(1546374325)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.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-17 17:54:14.143--ServerSession(454071866)--Connection(1428068246)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.143--ServerSession(454071866)--Connection(1428068246)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.143--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-17 17:54:14.143--ServerSession(454071866)--Connection(1428068246)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.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-17 17:54:14.143--ServerSession(454071866)--Connection(1123312069)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.143--ServerSession(454071866)--Connection(1123312069)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.143--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-17 17:54:14.144--ServerSession(454071866)--Connection(1123312069)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.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-17 17:54:14.144--ServerSession(454071866)--Connection(678564780)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.144--ServerSession(454071866)--Connection(678564780)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.144--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-17 17:54:14.144--ServerSession(454071866)--Connection(678564780)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.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-17 17:54:14.144--ServerSession(454071866)--Connection(1432831714)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.144--ServerSession(454071866)--Connection(1432831714)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.144--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-17 17:54:14.145--ServerSession(454071866)--Connection(1432831714)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.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-17 17:54:14.145--ServerSession(454071866)--Connection(1273677461)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.145--ServerSession(454071866)--Connection(1273677461)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.145--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-17 17:54:14.145--ServerSession(454071866)--Connection(1273677461)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.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-17 17:54:14.145--ServerSession(454071866)--Connection(1862356474)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.145--ServerSession(454071866)--Connection(1862356474)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.145--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-17 17:54:14.146--ServerSession(454071866)--Connection(1862356474)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.146--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-17 17:54:14.146--ServerSession(454071866)--Connection(1374809671)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.146--ServerSession(454071866)--Connection(1374809671)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.146--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-17 17:54:14.146--ServerSession(454071866)--Connection(1374809671)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.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-17 17:54:14.146--ServerSession(454071866)--Connection(2013498686)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.146--ServerSession(454071866)--Connection(2013498686)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.147--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-17 17:54:14.147--ServerSession(454071866)--Connection(2013498686)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.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-17 17:54:14.147--ServerSession(454071866)--Connection(61934685)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.147--ServerSession(454071866)--Connection(61934685)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.147--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-17 17:54:14.147--ServerSession(454071866)--Connection(61934685)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.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-17 17:54:14.147--ServerSession(454071866)--Connection(142056824)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.147--ServerSession(454071866)--Connection(142056824)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.148--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-17 17:54:14.148--ServerSession(454071866)--Connection(142056824)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.148--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-17 17:54:14.148--ServerSession(454071866)--Connection(143498656)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.148--ServerSession(454071866)--Connection(143498656)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.148--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-17 17:54:14.148--ServerSession(454071866)--Connection(143498656)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.148--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-17 17:54:14.149--ServerSession(454071866)--Connection(575162797)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.149--ServerSession(454071866)--Connection(575162797)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.149--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-17 17:54:14.149--ServerSession(454071866)--Connection(575162797)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.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-17 17:54:14.149--ServerSession(454071866)--Connection(1849661707)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.149--ServerSession(454071866)--Connection(1849661707)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.149--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-17 17:54:14.149--ServerSession(454071866)--Connection(1849661707)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.149--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-17 17:54:14.149--ServerSession(454071866)--Connection(566048876)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.149--ServerSession(454071866)--Connection(566048876)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.15--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-17 17:54:14.15--ServerSession(454071866)--Connection(566048876)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.15--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-17 17:54:14.15--ServerSession(454071866)--Connection(371451080)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.15--ServerSession(454071866)--Connection(371451080)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.15--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-17 17:54:14.15--ServerSession(454071866)--Connection(371451080)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.151--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-17 17:54:14.151--ServerSession(454071866)--Connection(436112064)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.151--ServerSession(454071866)--Connection(436112064)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.151--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-17 17:54:14.151--ServerSession(454071866)--Connection(436112064)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.151--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-17 17:54:14.151--ServerSession(454071866)--Connection(144140860)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.151--ServerSession(454071866)--Connection(144140860)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.151--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-17 17:54:14.151--ServerSession(454071866)--Connection(144140860)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.152--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-17 17:54:14.152--ServerSession(454071866)--Connection(259290034)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.152--ServerSession(454071866)--Connection(259290034)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.152--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-17 17:54:14.152--ServerSession(454071866)--Connection(259290034)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.152--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-17 17:54:14.152--ServerSession(454071866)--Connection(261805257)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.152--ServerSession(454071866)--Connection(261805257)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.152--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-17 17:54:14.152--ServerSession(454071866)--Connection(261805257)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.153--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-17 17:54:14.153--ServerSession(454071866)--Connection(1306944951)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.153--ServerSession(454071866)--Connection(1306944951)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.153--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-17 17:54:14.153--ServerSession(454071866)--Connection(1306944951)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.153--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-17 17:54:14.226--ServerSession(454071866)--Connection(356377759)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.226--ServerSession(454071866)--Connection(356377759)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.227--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-17 17:54:14.227--ServerSession(454071866)--Connection(356377759)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.227--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-17 17:54:14.227--ServerSession(454071866)--Connection(17051743)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.228--ServerSession(454071866)--Connection(17051743)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.228--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-17 17:54:14.228--ServerSession(454071866)--Connection(17051743)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.228--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-17 17:54:14.228--ServerSession(454071866)--Connection(357117570)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.228--ServerSession(454071866)--Connection(357117570)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.228--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-17 17:54:14.229--ServerSession(454071866)--Connection(357117570)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.229--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-17 17:54:14.229--ServerSession(454071866)--Connection(1680594780)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.229--ServerSession(454071866)--Connection(1680594780)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.229--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-17 17:54:14.229--ServerSession(454071866)--Connection(1680594780)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.229--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-17 17:54:14.229--ServerSession(454071866)--Connection(2104411036)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.229--ServerSession(454071866)--Connection(2104411036)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.23--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-17 17:54:14.23--ServerSession(454071866)--Connection(2104411036)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.23--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-17 17:54:14.23--ServerSession(454071866)--Connection(373408086)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.23--ServerSession(454071866)--Connection(373408086)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.23--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-17 17:54:14.23--ServerSession(454071866)--Connection(373408086)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.231--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-17 17:54:14.231--ServerSession(454071866)--Connection(2052403172)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.231--ServerSession(454071866)--Connection(2052403172)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.231--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-17 17:54:14.231--ServerSession(454071866)--Connection(2052403172)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.231--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-17 17:54:14.231--ServerSession(454071866)--Connection(861130902)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.231--ServerSession(454071866)--Connection(861130902)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.231--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-17 17:54:14.232--ServerSession(454071866)--Connection(861130902)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.232--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-17 17:54:14.232--ServerSession(454071866)--Connection(2133672993)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.232--ServerSession(454071866)--Connection(2133672993)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.232--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-17 17:54:14.232--ServerSession(454071866)--Connection(2133672993)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.232--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-17 17:54:14.232--ServerSession(454071866)--Connection(220689838)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.232--ServerSession(454071866)--Connection(220689838)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.232--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-17 17:54:14.233--ServerSession(454071866)--Connection(220689838)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.233--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-17 17:54:14.233--ServerSession(454071866)--Connection(1276416078)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.233--ServerSession(454071866)--Connection(1276416078)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.233--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-17 17:54:14.233--ServerSession(454071866)--Connection(1276416078)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.233--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-17 17:54:14.233--ServerSession(454071866)--Connection(1969148641)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.233--ServerSession(454071866)--Connection(1969148641)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.234--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-17 17:54:14.234--ServerSession(454071866)--Connection(1969148641)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.234--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-17 17:54:14.234--ServerSession(454071866)--Connection(991060461)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.234--ServerSession(454071866)--Connection(991060461)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.234--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-17 17:54:14.234--ServerSession(454071866)--Connection(991060461)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.234--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-17 17:54:14.234--ServerSession(454071866)--Connection(1839119752)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.235--ServerSession(454071866)--Connection(1839119752)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.235--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-17 17:54:14.235--ServerSession(454071866)--Connection(1839119752)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.235--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-17 17:54:14.235--ServerSession(454071866)--Connection(906929433)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.235--ServerSession(454071866)--Connection(906929433)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.235--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-17 17:54:14.235--ServerSession(454071866)--Connection(906929433)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.235--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-17 17:54:14.236--ServerSession(454071866)--Connection(1646466242)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.236--ServerSession(454071866)--Connection(1646466242)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.236--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-17 17:54:14.236--ServerSession(454071866)--Connection(1646466242)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.236--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-17 17:54:14.236--ServerSession(454071866)--Connection(1390711970)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.236--ServerSession(454071866)--Connection(1390711970)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.236--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-17 17:54:14.236--ServerSession(454071866)--Connection(1390711970)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.237--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-17 17:54:14.237--ServerSession(454071866)--Connection(1967505429)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.237--ServerSession(454071866)--Connection(1967505429)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.237--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-17 17:54:14.237--ServerSession(454071866)--Connection(1967505429)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.237--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-17 17:54:14.237--ServerSession(454071866)--Connection(365927748)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.237--ServerSession(454071866)--Connection(365927748)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.237--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-17 17:54:14.237--ServerSession(454071866)--Connection(365927748)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.238--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-17 17:54:14.238--ServerSession(454071866)--Connection(1699576084)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.238--ServerSession(454071866)--Connection(1699576084)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.238--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-17 17:54:14.238--ServerSession(454071866)--Connection(1699576084)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.238--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-17 17:54:14.238--ServerSession(454071866)--Connection(1851143998)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.238--ServerSession(454071866)--Connection(1851143998)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.238--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-17 17:54:14.238--ServerSession(454071866)--Connection(1851143998)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.239--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-17 17:54:14.239--ServerSession(454071866)--Connection(838499605)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.239--ServerSession(454071866)--Connection(838499605)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.239--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-17 17:54:14.239--ServerSession(454071866)--Connection(838499605)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.239--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-17 17:54:14.239--ServerSession(454071866)--Connection(1767467635)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.239--ServerSession(454071866)--Connection(1767467635)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.239--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-17 17:54:14.24--ServerSession(454071866)--Connection(1767467635)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.24--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-17 17:54:14.24--ServerSession(454071866)--Connection(1917017583)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.24--ServerSession(454071866)--Connection(1917017583)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.24--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-17 17:54:14.24--ServerSession(454071866)--Connection(1917017583)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.24--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-17 17:54:14.24--ServerSession(454071866)--Connection(1715088147)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.24--ServerSession(454071866)--Connection(1715088147)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.24--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-17 17:54:14.241--ServerSession(454071866)--Connection(1715088147)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.241--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-17 17:54:14.241--ServerSession(454071866)--Connection(1926286281)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.241--ServerSession(454071866)--Connection(1926286281)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.241--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-17 17:54:14.241--ServerSession(454071866)--Connection(1926286281)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.241--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-17 17:54:14.241--ServerSession(454071866)--Connection(1198559423)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.241--ServerSession(454071866)--Connection(1198559423)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.241--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-17 17:54:14.242--ServerSession(454071866)--Connection(1198559423)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.242--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-17 17:54:14.242--ServerSession(454071866)--Connection(1539496909)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.242--ServerSession(454071866)--Connection(1539496909)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.242--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-17 17:54:14.242--ServerSession(454071866)--Connection(1539496909)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.242--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-17 17:54:14.242--ServerSession(454071866)--Connection(321233594)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.242--ServerSession(454071866)--Connection(321233594)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.242--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-17 17:54:14.243--ServerSession(454071866)--Connection(321233594)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.243--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-17 17:54:14.243--ServerSession(454071866)--Connection(1604952928)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.243--ServerSession(454071866)--Connection(1604952928)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.243--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-17 17:54:14.243--ServerSession(454071866)--Connection(1604952928)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.243--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-17 17:54:14.243--ServerSession(454071866)--Connection(1227426811)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.243--ServerSession(454071866)--Connection(1227426811)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.243--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-17 17:54:14.244--ServerSession(454071866)--Connection(1227426811)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.244--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-17 17:54:14.244--ServerSession(454071866)--Connection(1329945879)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.244--ServerSession(454071866)--Connection(1329945879)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.244--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-17 17:54:14.244--ServerSession(454071866)--Connection(1329945879)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.244--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-17 17:54:14.244--ServerSession(454071866)--Connection(899046668)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.244--ServerSession(454071866)--Connection(899046668)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.244--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-17 17:54:14.245--ServerSession(454071866)--Connection(899046668)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.245--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-17 17:54:14.245--ServerSession(454071866)--Connection(452305773)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.245--ServerSession(454071866)--Connection(452305773)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.245--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-17 17:54:14.245--ServerSession(454071866)--Connection(452305773)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.245--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-17 17:54:14.245--ServerSession(454071866)--Connection(1816390374)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.245--ServerSession(454071866)--Connection(1816390374)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.245--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-17 17:54:14.246--ServerSession(454071866)--Connection(1816390374)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.246--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-17 17:54:14.246--ServerSession(454071866)--Connection(1864536358)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.246--ServerSession(454071866)--Connection(1864536358)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.246--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-17 17:54:14.246--ServerSession(454071866)--Connection(1864536358)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.246--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-17 17:54:14.246--ServerSession(454071866)--Connection(1547957391)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.246--ServerSession(454071866)--Connection(1547957391)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.247--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-17 17:54:14.247--ServerSession(454071866)--Connection(1547957391)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.247--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-17 17:54:14.247--ServerSession(454071866)--Connection(1730121290)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.247--ServerSession(454071866)--Connection(1730121290)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.247--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-17 17:54:14.247--ServerSession(454071866)--Connection(1730121290)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.247--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-17 17:54:14.247--ServerSession(454071866)--Connection(1974180255)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.248--ServerSession(454071866)--Connection(1974180255)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.248--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-17 17:54:14.248--ServerSession(454071866)--Connection(1974180255)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.248--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-17 17:54:14.248--ServerSession(454071866)--Connection(1245234222)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.248--ServerSession(454071866)--Connection(1245234222)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.248--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-17 17:54:14.248--ServerSession(454071866)--Connection(1245234222)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.248--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-17 17:54:14.249--ServerSession(454071866)--Connection(1563951390)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.249--ServerSession(454071866)--Connection(1563951390)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.249--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-17 17:54:14.249--ServerSession(454071866)--Connection(1563951390)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.249--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-17 17:54:14.249--ServerSession(454071866)--Connection(1814493198)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.249--ServerSession(454071866)--Connection(1814493198)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.249--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-17 17:54:14.249--ServerSession(454071866)--Connection(1814493198)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.249--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-17 17:54:14.249--ServerSession(454071866)--Connection(1200173970)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.25--ServerSession(454071866)--Connection(1200173970)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.25--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-17 17:54:14.25--ServerSession(454071866)--Connection(1200173970)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.25--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-17 17:54:14.25--ServerSession(454071866)--Connection(1794189465)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.25--ServerSession(454071866)--Connection(1794189465)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.25--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-17 17:54:14.25--ServerSession(454071866)--Connection(1794189465)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.251--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-17 17:54:14.251--ServerSession(454071866)--Connection(783226821)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.251--ServerSession(454071866)--Connection(783226821)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.251--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-17 17:54:14.251--ServerSession(454071866)--Connection(783226821)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.251--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-17 17:54:14.251--ServerSession(454071866)--Connection(919061221)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.251--ServerSession(454071866)--Connection(919061221)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.251--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-17 17:54:14.251--ServerSession(454071866)--Connection(919061221)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.252--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-17 17:54:14.252--ServerSession(454071866)--Connection(391778177)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.252--ServerSession(454071866)--Connection(391778177)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.252--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-17 17:54:14.252--ServerSession(454071866)--Connection(391778177)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.252--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-17 17:54:14.252--ServerSession(454071866)--Connection(1181670854)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.252--ServerSession(454071866)--Connection(1181670854)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.252--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-17 17:54:14.252--ServerSession(454071866)--Connection(1181670854)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.253--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-17 17:54:14.253--ServerSession(454071866)--Connection(463343280)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.253--ServerSession(454071866)--Connection(463343280)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.253--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-17 17:54:14.253--ServerSession(454071866)--Connection(463343280)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.253--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-17 17:54:14.253--ServerSession(454071866)--Connection(527141919)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.253--ServerSession(454071866)--Connection(527141919)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.253--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-17 17:54:14.253--ServerSession(454071866)--Connection(527141919)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.254--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-17 17:54:14.254--ServerSession(454071866)--Connection(166534975)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.254--ServerSession(454071866)--Connection(166534975)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.254--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-17 17:54:14.254--ServerSession(454071866)--Connection(166534975)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.254--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-17 17:54:14.254--ServerSession(454071866)--Connection(403360313)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.254--ServerSession(454071866)--Connection(403360313)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.254--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-17 17:54:14.255--ServerSession(454071866)--Connection(403360313)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.255--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-17 17:54:14.255--ServerSession(454071866)--Connection(1823406344)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.255--ServerSession(454071866)--Connection(1823406344)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.255--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-17 17:54:14.255--ServerSession(454071866)--Connection(1823406344)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.255--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-17 17:54:14.255--ServerSession(454071866)--Connection(1028387036)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.255--ServerSession(454071866)--Connection(1028387036)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.255--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-17 17:54:14.256--ServerSession(454071866)--Connection(1028387036)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.256--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-17 17:54:14.256--ServerSession(454071866)--Connection(382114887)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.256--ServerSession(454071866)--Connection(382114887)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.256--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-17 17:54:14.256--ServerSession(454071866)--Connection(382114887)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.256--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-17 17:54:14.331--ServerSession(454071866)--Connection(280581367)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.331--ServerSession(454071866)--Connection(280581367)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.331--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-17 17:54:14.331--ServerSession(454071866)--Connection(280581367)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.332--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-17 17:54:14.332--ServerSession(454071866)--Connection(1076035314)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.332--ServerSession(454071866)--Connection(1076035314)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.332--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-17 17:54:14.332--ServerSession(454071866)--Connection(1076035314)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.332--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-17 17:54:14.332--ServerSession(454071866)--Connection(269819597)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.332--ServerSession(454071866)--Connection(269819597)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.332--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-17 17:54:14.333--ServerSession(454071866)--Connection(269819597)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.333--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-17 17:54:14.333--ServerSession(454071866)--Connection(1339725877)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.333--ServerSession(454071866)--Connection(1339725877)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.333--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-17 17:54:14.333--ServerSession(454071866)--Connection(1339725877)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.333--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-17 17:54:14.333--ServerSession(454071866)--Connection(1321298024)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.333--ServerSession(454071866)--Connection(1321298024)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.334--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-17 17:54:14.334--ServerSession(454071866)--Connection(1321298024)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.334--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-17 17:54:14.334--ServerSession(454071866)--Connection(2093911955)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.334--ServerSession(454071866)--Connection(2093911955)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.334--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-17 17:54:14.334--ServerSession(454071866)--Connection(2093911955)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.334--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-17 17:54:14.334--ServerSession(454071866)--Connection(862106428)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.334--ServerSession(454071866)--Connection(862106428)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.335--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-17 17:54:14.335--ServerSession(454071866)--Connection(862106428)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.335--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-17 17:54:14.335--ServerSession(454071866)--Connection(316728489)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.335--ServerSession(454071866)--Connection(316728489)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.335--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-17 17:54:14.335--ServerSession(454071866)--Connection(316728489)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.335--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-17 17:54:14.335--ServerSession(454071866)--Connection(500725580)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.336--ServerSession(454071866)--Connection(500725580)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.336--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-17 17:54:14.336--ServerSession(454071866)--Connection(500725580)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.336--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-17 17:54:14.336--ServerSession(454071866)--Connection(1540635225)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.336--ServerSession(454071866)--Connection(1540635225)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.336--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-17 17:54:14.336--ServerSession(454071866)--Connection(1540635225)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.336--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-17 17:54:14.336--ServerSession(454071866)--Connection(1904099399)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.336--ServerSession(454071866)--Connection(1904099399)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.337--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-17 17:54:14.337--ServerSession(454071866)--Connection(1904099399)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.337--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-17 17:54:14.337--ServerSession(454071866)--Connection(1960156702)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.337--ServerSession(454071866)--Connection(1960156702)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.337--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-17 17:54:14.337--ServerSession(454071866)--Connection(1960156702)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.337--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-17 17:54:14.337--ServerSession(454071866)--Connection(1335322939)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.337--ServerSession(454071866)--Connection(1335322939)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.338--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-17 17:54:14.338--ServerSession(454071866)--Connection(1335322939)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.338--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-17 17:54:14.338--ServerSession(454071866)--Connection(1971094166)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.338--ServerSession(454071866)--Connection(1971094166)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.338--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-17 17:54:14.338--ServerSession(454071866)--Connection(1971094166)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.338--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-17 17:54:14.338--ServerSession(454071866)--Connection(980186329)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.339--ServerSession(454071866)--Connection(980186329)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.339--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-17 17:54:14.339--ServerSession(454071866)--Connection(980186329)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.339--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-17 17:54:14.339--ServerSession(454071866)--Connection(199847762)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.339--ServerSession(454071866)--Connection(199847762)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.339--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-17 17:54:14.339--ServerSession(454071866)--Connection(199847762)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.34--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-17 17:54:14.34--ServerSession(454071866)--Connection(147942273)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.34--ServerSession(454071866)--Connection(147942273)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.34--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-17 17:54:14.34--ServerSession(454071866)--Connection(147942273)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.34--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-17 17:54:14.34--ServerSession(454071866)--Connection(640522243)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.34--ServerSession(454071866)--Connection(640522243)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.34--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-17 17:54:14.34--ServerSession(454071866)--Connection(640522243)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.341--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-17 17:54:14.341--ServerSession(454071866)--Connection(1837240158)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.341--ServerSession(454071866)--Connection(1837240158)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.341--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-17 17:54:14.341--ServerSession(454071866)--Connection(1837240158)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.341--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-17 17:54:14.341--ServerSession(454071866)--Connection(1599590093)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.341--ServerSession(454071866)--Connection(1599590093)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.341--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-17 17:54:14.341--ServerSession(454071866)--Connection(1599590093)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.342--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-17 17:54:14.342--ServerSession(454071866)--Connection(1270756426)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.342--ServerSession(454071866)--Connection(1270756426)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.342--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-17 17:54:14.342--ServerSession(454071866)--Connection(1270756426)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:14.366--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1612412820
    [junit] [EL Finer]: 2024-04-17 17:54:14.366--ClientSession(1612412820)--Thread(Thread[main,5,main])--acquire unit of work: 1754883736
    [junit] [EL Finest]: 2024-04-17 17:54:14.366--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.366--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (36 -> null:null:reading)
    [junit] [EL Finest]: 2024-04-17 17:54:14.366--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.366--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (37 -> null:null:cooking)
    [junit] [EL Finest]: 2024-04-17 17:54:14.366--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.366--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (38 -> null:null:watching tv)
    [junit] [EL Finest]: 2024-04-17 17:54:14.366--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.366--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (39 -> null:null:cleaning the house)
    [junit] [EL Finest]: 2024-04-17 17:54:14.366--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.366--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (40 -> null:null:swimming)
    [junit] [EL Finest]: 2024-04-17 17:54:14.366--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.366--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (41 -> null:null:computers)
    [junit] [EL Finest]: 2024-04-17 17:54:14.366--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.366--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--assign sequence to the object (42 -> null:null:stamps)
    [junit] [EL Finest]: 2024-04-17 17:54:14.366--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.366--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.367--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.367--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.367--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.367--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.367--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.367--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.367--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.367--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.367--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.367--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-17 17:54:14.367--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.367--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-17 17:54:14.367--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.367--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-17 17:54:14.367--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.367--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-17 17:54:14.367--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.367--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-17 17:54:14.367--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.367--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-17 17:54:14.367--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.367--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-17 17:54:14.367--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.367--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-17 17:54:14.367--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.367--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-17 17:54:14.367--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.367--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-17 17:54:14.367--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.367--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-17 17:54:14.367--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.367--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-17 17:54:14.367--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.367--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-17 17:54:14.367--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.367--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-17 17:54:14.367--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.367--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-17 17:54:14.367--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.367--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-17 17:54:14.367--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.367--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-17 17:54:14.367--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.367--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-17 17:54:14.367--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.367--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-17 17:54:14.367--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.367--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-17 17:54:14.367--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.367--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-17 17:54:14.368--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.368--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-17 17:54:14.368--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.368--ServerSession(454071866)--Connection(1589904745)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:14.368--ClientSession(1612412820)--Connection(1589904745)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:14.368--ClientSession(1612412820)--Connection(1589904745)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:14.368--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-17 17:54:14.368--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-17 17:54:14.368--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-17 17:54:14.368--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-17 17:54:14.368--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-17 17:54:14.369--ClientSession(1612412820)--Connection(1100615795)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:14.369--ServerSession(454071866)--Connection(1100615795)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:14.369--ServerSession(454071866)--Connection(1589904745)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:14.369--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-17 17:54:14.369--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.369--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-17 17:54:14.369--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.369--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-17 17:54:14.369--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.369--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-17 17:54:14.369--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.369--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-17 17:54:14.369--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.369--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-17 17:54:14.369--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.369--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-17 17:54:14.369--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.369--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-17 17:54:14.369--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.369--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-17 17:54:14.369--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.369--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-17 17:54:14.369--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.369--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-17 17:54:14.369--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.369--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-17 17:54:14.369--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.369--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-17 17:54:14.369--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.369--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-17 17:54:14.369--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.369--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-17 17:54:14.37--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.37--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-17 17:54:14.37--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.37--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-17 17:54:14.37--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.37--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-17 17:54:14.37--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.37--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-17 17:54:14.37--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.37--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-17 17:54:14.37--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.37--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-17 17:54:14.37--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.37--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-17 17:54:14.37--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.37--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-17 17:54:14.37--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.37--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-17 17:54:14.37--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.37--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-17 17:54:14.37--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.37--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-17 17:54:14.37--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.37--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-17 17:54:14.37--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.37--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-17 17:54:14.37--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.37--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-17 17:54:14.37--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.37--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-17 17:54:14.37--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.37--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-17 17:54:14.37--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.37--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-17 17:54:14.37--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.37--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-17 17:54:14.37--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.37--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-17 17:54:14.37--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.37--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-17 17:54:14.37--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.37--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-17 17:54:14.37--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.37--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-17 17:54:14.37--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.37--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-17 17:54:14.37--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.37--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-17 17:54:14.37--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.37--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-17 17:54:14.37--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.37--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-17 17:54:14.371--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.371--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-17 17:54:14.371--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.371--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-17 17:54:14.371--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.371--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-17 17:54:14.371--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.371--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-17 17:54:14.371--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.371--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-17 17:54:14.371--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.371--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-17 17:54:14.371--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.371--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-17 17:54:14.371--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.371--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-17 17:54:14.371--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.371--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-17 17:54:14.371--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.371--ServerSession(454071866)--Connection(558776993)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:14.371--ClientSession(1612412820)--Connection(558776993)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:14.371--ClientSession(1612412820)--Connection(558776993)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:14.371--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-17 17:54:14.371--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-17 17:54:14.371--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-17 17:54:14.371--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-17 17:54:14.372--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-17 17:54:14.372--ClientSession(1612412820)--Connection(625079103)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:14.372--ServerSession(454071866)--Connection(625079103)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:14.372--ServerSession(454071866)--Connection(558776993)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:14.372--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-17 17:54:14.372--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.372--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-17 17:54:14.372--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.372--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-17 17:54:14.372--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.372--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-17 17:54:14.372--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.372--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-17 17:54:14.372--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.372--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-17 17:54:14.372--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.372--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-17 17:54:14.372--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.372--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-17 17:54:14.372--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.372--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-17 17:54:14.372--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.372--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-17 17:54:14.372--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.372--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-17 17:54:14.372--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.372--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-17 17:54:14.372--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.373--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-17 17:54:14.373--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.373--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-17 17:54:14.373--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.373--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-17 17:54:14.373--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.373--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-17 17:54:14.373--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.373--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-17 17:54:14.373--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.373--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-17 17:54:14.373--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.373--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-17 17:54:14.373--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.373--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-17 17:54:14.373--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.373--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-17 17:54:14.373--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.373--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-17 17:54:14.373--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.373--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-17 17:54:14.373--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.373--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-17 17:54:14.373--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.373--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-17 17:54:14.373--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.373--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-17 17:54:14.373--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.373--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-17 17:54:14.435--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.435--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-17 17:54:14.435--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.435--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-17 17:54:14.435--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.435--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-17 17:54:14.435--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.435--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-17 17:54:14.435--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.435--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-17 17:54:14.435--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.435--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-17 17:54:14.435--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.435--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.435--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.435--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.435--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.435--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.435--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.435--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.436--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.436--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.436--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.436--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.436--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.436--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.436--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.436--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.436--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.436--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.436--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.436--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.436--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.436--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.436--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.436--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.436--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.436--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.436--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.436--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.436--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.436--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.436--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.436--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.436--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.436--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.436--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.436--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.436--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.436--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.436--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.436--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.436--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.436--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.436--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.436--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.436--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.436--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.437--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.437--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.437--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.437--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.437--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.437--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.437--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.437--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.437--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.437--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.437--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.437--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.437--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.437--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.437--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.437--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.437--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.437--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.437--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.437--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.437--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.437--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.437--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.437--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.437--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.437--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.437--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.437--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.437--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.437--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.437--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.437--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.437--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.437--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.437--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.437--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.438--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.438--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.438--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.438--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.438--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.438--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.438--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.438--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.438--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.438--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.438--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.438--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.438--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.438--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.438--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.438--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.438--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.438--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:14.438--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:14.439--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-17 17:54:14.439--ServerSession(454071866)--Connection(803163400)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:14.439--ClientSession(1612412820)--Connection(803163400)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:14.439--ClientSession(1612412820)--Connection(803163400)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:14.44--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-17 17:54:14.44--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-17 17:54:14.44--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-17 17:54:14.44--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-17 17:54:14.44--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-17 17:54:14.44--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:14.44--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-17 17:54:14.44--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [629, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:14.44--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [633, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:14.44--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [630, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:14.44--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [631, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:14.44--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [632, foo-brand, null, 0, 1, 4]
    [junit] [EL Finer]: 2024-04-17 17:54:14.44--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:14.441--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-17 17:54:14.441--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-17 17:54:14.441--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-17 17:54:14.441--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-17 17:54:14.441--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-17 17:54:14.441--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-17 17:54:14.441--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-17 17:54:14.441--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-17 17:54:14.441--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-17 17:54:14.441--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-17 17:54:14.441--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:14.441--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:14.441--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [2, Department_2, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:14.441--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [0, Department_0, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:14.441--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [3, Department_3, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:14.441--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [9, Department_9, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:14.441--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [7, Department_7, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:14.441--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [8, Department_8, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:14.441--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [4, Department_4, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:14.441--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [1, Department_1, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:14.441--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [6, Department_6, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:14.441--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [5, Department_5, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:14.441--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:14.442--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-17 17:54:14.443--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-17 17:54:14.443--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-17 17:54:14.443--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-17 17:54:14.443--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-17 17:54:14.443--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-17 17:54:14.443--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-17 17:54:14.443--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-17 17:54:14.443--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-17 17:54:14.443--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-17 17:54:14.443--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-17 17:54:14.443--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-17 17:54:14.443--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-17 17:54:14.443--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-17 17:54:14.443--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-17 17:54:14.443--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-17 17:54:14.443--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-17 17:54:14.443--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-17 17:54:14.443--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-17 17:54:14.443--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-17 17:54:14.443--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-17 17:54:14.443--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-17 17:54:14.443--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-17 17:54:14.443--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-17 17:54:14.443--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-17 17:54:14.443--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-17 17:54:14.443--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-17 17:54:14.443--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-17 17:54:14.443--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-17 17:54:14.443--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-17 17:54:14.443--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-17 17:54:14.443--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-17 17:54:14.443--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-17 17:54:14.443--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-17 17:54:14.444--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-17 17:54:14.444--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-17 17:54:14.444--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-17 17:54:14.444--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-17 17:54:14.444--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-17 17:54:14.444--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-17 17:54:14.444--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-17 17:54:14.444--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-17 17:54:14.444--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-17 17:54:14.444--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-17 17:54:14.444--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-17 17:54:14.444--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-17 17:54:14.444--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-17 17:54:14.444--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-17 17:54:14.444--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-17 17:54:14.444--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-17 17:54:14.444--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-17 17:54:14.444--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-17 17:54:14.444--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-17 17:54:14.444--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-17 17:54:14.444--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-17 17:54:14.444--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-17 17:54:14.444--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-17 17:54:14.444--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-17 17:54:14.444--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-17 17:54:14.444--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-17 17:54:14.444--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-17 17:54:14.444--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-17 17:54:14.444--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-17 17:54:14.444--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-17 17:54:14.444--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-17 17:54:14.444--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-17 17:54:14.444--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-17 17:54:14.444--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-17 17:54:14.444--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-17 17:54:14.444--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-17 17:54:14.445--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-17 17:54:14.445--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-17 17:54:14.445--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-17 17:54:14.445--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-17 17:54:14.445--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-17 17:54:14.445--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-17 17:54:14.445--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-17 17:54:14.445--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-17 17:54:14.445--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-17 17:54:14.445--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-17 17:54:14.445--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-17 17:54:14.445--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-17 17:54:14.445--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-17 17:54:14.445--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-17 17:54:14.445--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-17 17:54:14.445--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-17 17:54:14.445--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-17 17:54:14.445--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-17 17:54:14.445--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-17 17:54:14.445--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-17 17:54:14.445--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-17 17:54:14.445--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-17 17:54:14.445--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-17 17:54:14.445--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-17 17:54:14.445--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-17 17:54:14.445--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-17 17:54:14.445--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-17 17:54:14.445--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-17 17:54:14.445--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-17 17:54:14.445--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(42:null:stamps)
    [junit] [EL Finer]: 2024-04-17 17:54:14.445--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:14.445--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-17 17:54:14.445--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [9, Hilmar, Hayek, null, 2024-04-29 07:40:54.436, 2024-04-06 04:07:34.436, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [74, Henrik, Hanstein, null, 2024-04-29 07:40:54.437, 2024-04-06 04:07:34.437, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [44, Hermann, Hawke, null, 2024-04-29 07:40:54.436, 2024-04-06 04:07:34.436, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, Henri, Hilbert, null, 2024-04-29 07:40:54.436, 2024-04-06 04:07:34.436, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [82, Hubert, Helms, null, 2024-04-29 07:40:54.438, 2024-04-06 04:07:34.438, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [59, Helge, Hewitt, null, 2024-04-29 07:40:54.437, 2024-04-06 04:07:34.437, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [76, Horst, Hildebrandt, null, 2024-04-29 07:40:54.437, 2024-04-06 04:07:34.437, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [12, Hieu, Hewitt, null, 2024-04-29 07:40:54.436, 2024-04-06 04:07:34.436, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [57, Hannah, Harnack, null, 2024-04-29 07:40:54.437, 2024-04-06 04:07:34.437, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [22, Hilde, Heidegger, null, 2024-04-29 07:40:54.436, 2024-04-06 04:07:34.436, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [53, Heinke, Hettner, null, 2024-04-29 07:40:54.437, 2024-04-06 04:07:34.437, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [42, Hieronymus, Hesse, null, 2024-04-29 07:40:54.436, 2024-04-06 04:07:34.436, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [6, Hasso, Hesselbarth, null, 2024-04-29 07:40:54.435, 2024-04-06 04:07:34.435, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [86, Heribert, Heer, null, 2024-04-29 07:40:54.438, 2024-04-06 04:07:34.438, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [67, Helgard, Hendrix, null, 2024-04-29 07:40:54.437, 2024-04-06 04:07:34.437, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [84, Heide, Hemsterhuis, null, 2024-04-29 07:40:54.438, 2024-04-06 04:07:34.438, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [89, Harro, Hardenberg, null, 2024-04-29 07:40:54.438, 2024-04-06 04:07:34.438, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [48, Hubert, Hettner, null, 2024-04-29 07:40:54.437, 2024-04-06 04:07:34.437, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [71, Hubert, Hildebrandt, null, 2024-04-29 07:40:54.437, 2024-04-06 04:07:34.437, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [68, Hansklaus, Hennig, null, 2024-04-29 07:40:54.437, 2024-04-06 04:07:34.437, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [83, H?nel, Havenstein, null, 2024-04-29 07:40:54.438, 2024-04-06 04:07:34.438, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [33, Helene, Hegemann, null, 2024-04-29 07:40:54.436, 2024-04-06 04:07:34.436, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [91, Helgard, Henning, null, 2024-04-29 07:40:54.438, 2024-04-06 04:07:34.438, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [52, Harold, Halbach, null, 2024-04-29 07:40:54.437, 2024-04-06 04:07:34.437, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [93, Hartwig, Hermann, null, 2024-04-29 07:40:54.438, 2024-04-06 04:07:34.438, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [0, Henrik, Halbach, null, 2024-04-29 07:40:54.435, 2024-04-06 04:07:34.435, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [26, Hedda, Hellmann, null, 2024-04-29 07:40:54.436, 2024-04-06 04:07:34.436, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [63, Heyko, Haak, null, 2024-04-29 07:40:54.437, 2024-04-06 04:07:34.437, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [17, Henri, Hardy, null, 2024-04-29 07:40:54.436, 2024-04-06 04:07:34.436, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [49, H?nel, Helbig, null, 2024-04-29 07:40:54.437, 2024-04-06 04:07:34.437, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [5, Hanna, Henry, null, 2024-04-29 07:40:54.435, 2024-04-06 04:07:34.435, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [2, Heinrich, Hermann, null, 2024-04-29 07:40:54.435, 2024-04-06 04:07:34.435, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [30, Harro, Heuser, null, 2024-04-29 07:40:54.436, 2024-04-06 04:07:34.436, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [61, Helga, Helmig, null, 2024-04-29 07:40:54.437, 2024-04-06 04:07:34.437, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [77, Hedwig, Heider, null, 2024-04-29 07:40:54.437, 2024-04-06 04:07:34.437, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [23, Hansklaus, Haus Lancaster, null, 2024-04-29 07:40:54.436, 2024-04-06 04:07:34.436, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [19, Hakan, Hein, null, 2024-04-29 07:40:54.436, 2024-04-06 04:07:34.436, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [88, Hein, Helmig, null, 2024-04-29 07:40:54.438, 2024-04-06 04:07:34.438, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, Hakan, Heuser, null, 2024-04-29 07:40:54.436, 2024-04-06 04:07:34.436, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, Hansj?rg, Hanstein, null, 2024-04-29 07:40:54.436, 2024-04-06 04:07:34.436, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [60, Hendrik, Hartig, null, 2024-04-29 07:40:54.437, 2024-04-06 04:07:34.437, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [56, Hakon, Heider, null, 2024-04-29 07:40:54.437, 2024-04-06 04:07:34.437, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [27, Hadmar, Hamann, null, 2024-04-29 07:40:54.436, 2024-04-06 04:07:34.436, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [64, Harry, Hewitt, null, 2024-04-29 07:40:54.437, 2024-04-06 04:07:34.437, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [28, Hendrik, Hartenthaler, null, 2024-04-29 07:40:54.436, 2024-04-06 04:07:34.436, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [95, Hermann, Hanson, null, 2024-04-29 07:40:54.438, 2024-04-06 04:07:34.438, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, Hubertus, Hermann, null, 2024-04-29 07:40:54.436, 2024-04-06 04:07:34.436, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [69, Helmut, Hanisch, null, 2024-04-29 07:40:54.437, 2024-04-06 04:07:34.437, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [99, Hakan, Hendrix, null, 2024-04-29 07:40:54.438, 2024-04-06 04:07:34.438, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [73, Hazel, Helmig, null, 2024-04-29 07:40:54.437, 2024-04-06 04:07:34.437, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.446--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [43, Helmar, Hemsterhuis, null, 2024-04-29 07:40:54.436, 2024-04-06 04:07:34.436, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [29, Hannah, Hamann, null, 2024-04-29 07:40:54.436, 2024-04-06 04:07:34.436, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [16, Heyko, Hackmann, null, 2024-04-29 07:40:54.436, 2024-04-06 04:07:34.436, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [98, Hein, Hecht, null, 2024-04-29 07:40:54.438, 2024-04-06 04:07:34.438, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [51, Heide, Hewitt, null, 2024-04-29 07:40:54.437, 2024-04-06 04:07:34.437, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [81, Hadmar, Hardenberg, null, 2024-04-29 07:40:54.437, 2024-04-06 04:07:34.437, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [15, Hilke, Hettner, null, 2024-04-29 07:40:54.436, 2024-04-06 04:07:34.436, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [65, Helene, Hemsterhuis, null, 2024-04-29 07:40:54.437, 2024-04-06 04:07:34.437, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [85, H?nel, Hardy, null, 2024-04-29 07:40:54.438, 2024-04-06 04:07:34.438, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [14, Hjalmar, Helms, null, 2024-04-29 07:40:54.436, 2024-04-06 04:07:34.436, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [58, Holger, Hartenthaler, null, 2024-04-29 07:40:54.437, 2024-04-06 04:07:34.437, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [87, Harry, Hermann, null, 2024-04-29 07:40:54.438, 2024-04-06 04:07:34.438, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [75, Hanspeter, Haller, null, 2024-04-29 07:40:54.437, 2024-04-06 04:07:34.437, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, Helen, Hein, null, 2024-04-29 07:40:54.436, 2024-04-06 04:07:34.436, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [11, Helen, Hennig, null, 2024-04-29 07:40:54.436, 2024-04-06 04:07:34.436, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [8, Hieu, Herder, null, 2024-04-29 07:40:54.436, 2024-04-06 04:07:34.436, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [1, Hinrich, Haller, null, 2024-04-29 07:40:54.435, 2024-04-06 04:07:34.435, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [72, Hubert, Hendrix, null, 2024-04-29 07:40:54.437, 2024-04-06 04:07:34.437, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [4, Hansklaus, Hesse, null, 2024-04-29 07:40:54.435, 2024-04-06 04:07:34.435, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [66, Holda, Herzog, null, 2024-04-29 07:40:54.437, 2024-04-06 04:07:34.437, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [96, Helmar, Hardy, null, 2024-04-29 07:40:54.438, 2024-04-06 04:07:34.438, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [70, Hilde, Haller, null, 2024-04-29 07:40:54.437, 2024-04-06 04:07:34.437, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [47, Helmar, Hanstein, null, 2024-04-29 07:40:54.437, 2024-04-06 04:07:34.437, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [45, Hella, Hildebrand, null, 2024-04-29 07:40:54.436, 2024-04-06 04:07:34.436, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [13, Heribert, Herzog, null, 2024-04-29 07:40:54.436, 2024-04-06 04:07:34.436, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [97, Hulda, Hanisch, null, 2024-04-29 07:40:54.438, 2024-04-06 04:07:34.438, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [54, Holger, Henning, null, 2024-04-29 07:40:54.437, 2024-04-06 04:07:34.437, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [21, Heide, Heidegger, null, 2024-04-29 07:40:54.436, 2024-04-06 04:07:34.436, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [55, Herbert, Harnack, null, 2024-04-29 07:40:54.437, 2024-04-06 04:07:34.437, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [20, Henryk, Hildebrandt, null, 2024-04-29 07:40:54.436, 2024-04-06 04:07:34.436, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [80, Helmut, Henning, null, 2024-04-29 07:40:54.437, 2024-04-06 04:07:34.437, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [18, Henning, Heuser, null, 2024-04-29 07:40:54.436, 2024-04-06 04:07:34.436, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, Hella, Hartfelder, null, 2024-04-29 07:40:54.436, 2024-04-06 04:07:34.436, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [32, Henrik, Hardy, null, 2024-04-29 07:40:54.436, 2024-04-06 04:07:34.436, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [79, Heinz, Hermann, null, 2024-04-29 07:40:54.437, 2024-04-06 04:07:34.437, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [62, Henrike, Hildebrand, null, 2024-04-29 07:40:54.437, 2024-04-06 04:07:34.437, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [78, Hermine, Hennig, null, 2024-04-29 07:40:54.437, 2024-04-06 04:07:34.437, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [35, Hansklaus, Henry, null, 2024-04-29 07:40:54.436, 2024-04-06 04:07:34.436, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [25, Hubertus, Hawke, null, 2024-04-29 07:40:54.436, 2024-04-06 04:07:34.436, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [3, Henning, Haus Lancaster, null, 2024-04-29 07:40:54.435, 2024-04-06 04:07:34.435, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [50, Helgard, Heidegger, null, 2024-04-29 07:40:54.437, 2024-04-06 04:07:34.437, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [24, Hein, Hewitt, null, 2024-04-29 07:40:54.436, 2024-04-06 04:07:34.436, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [46, Harald, Hegemann, null, 2024-04-29 07:40:54.437, 2024-04-06 04:07:34.437, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [90, Hubert, Hanisch, null, 2024-04-29 07:40:54.438, 2024-04-06 04:07:34.438, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [92, Hannelore, Hayek, null, 2024-04-29 07:40:54.438, 2024-04-06 04:07:34.438, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [7, Hakan, Hanisch, null, 2024-04-29 07:40:54.435, 2024-04-06 04:07:34.435, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [10, Hilmar, Hardenberg, null, 2024-04-29 07:40:54.436, 2024-04-06 04:07:34.436, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [34, Helen, Hartig, null, 2024-04-29 07:40:54.436, 2024-04-06 04:07:34.436, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [31, Hasso, Hilgenfeld, null, 2024-04-29 07:40:54.436, 2024-04-06 04:07:34.436, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [94, Henrik, Henry, null, 2024-04-29 07:40:54.438, 2024-04-06 04:07:34.438, null, null, null, null, null, null, null]
    [junit] [EL Finer]: 2024-04-17 17:54:14.447--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:14.463--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(41:null:computers)
    [junit] [EL Finest]: 2024-04-17 17:54:14.463--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(40:null:swimming)
    [junit] [EL Finest]: 2024-04-17 17:54:14.463--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(37:null:cooking)
    [junit] [EL Finest]: 2024-04-17 17:54:14.463--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(39:null:cleaning the house)
    [junit] [EL Finest]: 2024-04-17 17:54:14.463--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(38:null:watching tv)
    [junit] [EL Finest]: 2024-04-17 17:54:14.463--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(36:null:reading)
    [junit] [EL Finest]: 2024-04-17 17:54:14.463--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-17 17:54:14.463--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:14.463--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:14.463--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [42, null, stamps]
    [junit] [EL Fine]: 2024-04-17 17:54:14.463--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, null, computers]
    [junit] [EL Fine]: 2024-04-17 17:54:14.463--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, null, swimming]
    [junit] [EL Fine]: 2024-04-17 17:54:14.463--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, null, cooking]
    [junit] [EL Fine]: 2024-04-17 17:54:14.463--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, null, cleaning the house]
    [junit] [EL Fine]: 2024-04-17 17:54:14.463--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, null, watching tv]
    [junit] [EL Fine]: 2024-04-17 17:54:14.463--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, null, reading]
    [junit] [EL Finer]: 2024-04-17 17:54:14.463--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:14.464--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-17 17:54:14.464--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-17 17:54:14.464--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-17 17:54:14.464--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-17 17:54:14.464--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-17 17:54:14.464--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-17 17:54:14.464--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-17 17:54:14.464--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-17 17:54:14.464--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-17 17:54:14.464--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-17 17:54:14.464--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-17 17:54:14.464--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-17 17:54:14.464--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-17 17:54:14.464--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-17 17:54:14.464--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-17 17:54:14.464--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-17 17:54:14.464--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-17 17:54:14.464--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-17 17:54:14.464--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-17 17:54:14.464--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-17 17:54:14.464--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-17 17:54:14.465--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-17 17:54:14.465--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-17 17:54:14.465--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-17 17:54:14.465--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-17 17:54:14.465--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-17 17:54:14.465--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-17 17:54:14.465--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-17 17:54:14.465--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-17 17:54:14.465--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-17 17:54:14.465--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-17 17:54:14.465--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-17 17:54:14.465--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-17 17:54:14.465--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-17 17:54:14.465--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-17 17:54:14.465--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-17 17:54:14.465--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-17 17:54:14.465--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-17 17:54:14.465--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-17 17:54:14.465--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-17 17:54:14.465--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-17 17:54:14.465--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-17 17:54:14.465--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-17 17:54:14.465--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-17 17:54:14.465--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-17 17:54:14.465--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-17 17:54:14.465--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-17 17:54:14.465--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-17 17:54:14.465--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-17 17:54:14.465--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-17 17:54:14.465--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-17 17:54:14.465--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-17 17:54:14.465--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-17 17:54:14.465--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-17 17:54:14.465--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-17 17:54:14.465--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-17 17:54:14.465--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-17 17:54:14.465--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-17 17:54:14.465--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-17 17:54:14.465--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-17 17:54:14.466--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-17 17:54:14.466--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-17 17:54:14.466--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-17 17:54:14.466--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-17 17:54:14.466--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-17 17:54:14.466--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-17 17:54:14.466--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-17 17:54:14.466--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-17 17:54:14.466--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-17 17:54:14.466--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-17 17:54:14.466--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-17 17:54:14.466--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-17 17:54:14.466--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-17 17:54:14.466--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-17 17:54:14.466--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-17 17:54:14.466--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-17 17:54:14.466--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-17 17:54:14.466--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-17 17:54:14.466--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-17 17:54:14.466--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-17 17:54:14.466--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-17 17:54:14.542--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-17 17:54:14.542--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-17 17:54:14.542--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-17 17:54:14.542--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-17 17:54:14.542--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-17 17:54:14.542--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-17 17:54:14.542--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.543--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.544--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-17 17:54:14.545--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-17 17:54:14.545--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.555--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-17 17:54:14.556--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-17 17:54:14.556--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-17 17:54:14.556--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-17 17:54:14.556--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-17 17:54:14.556--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-17 17:54:14.556--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-17 17:54:14.556--ClientSession(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-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [17, 629]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [19, 629]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [33, 629]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 629]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [51, 629]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [59, 629]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [77, 629]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [81, 629]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [5, 630]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [7, 630]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [11, 630]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [15, 630]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [35, 630]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [55, 630]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [61, 630]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [67, 630]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [79, 630]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [87, 630]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [93, 630]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [95, 630]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [97, 630]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [3, 631]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [13, 631]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [25, 631]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [27, 631]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 631]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [45, 631]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [53, 631]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [57, 631]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [65, 631]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [71, 631]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [85, 631]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [91, 631]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [99, 631]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [1, 632]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [9, 632]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [21, 632]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [23, 632]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [29, 632]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [31, 632]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 632]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [43, 632]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [47, 632]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [49, 632]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [63, 632]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [69, 632]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [73, 632]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [75, 632]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [83, 632]
    [junit] [EL Fine]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [89, 632]
    [junit] [EL Finer]: 2024-04-17 17:54:14.556--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:14.561--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.561--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.561--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.561--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.561--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.561--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.561--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.561--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.561--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.561--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.561--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.561--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.561--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.561--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.561--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.561--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.561--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.561--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.561--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.561--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.561--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.561--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.561--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.561--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.561--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.561--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.561--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.561--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.561--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.562--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.563--ClientSession(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-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:14.563--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 68]
    [junit] [EL Finer]: 2024-04-17 17:54:14.564--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:14.574--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.574--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.574--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.574--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.574--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.574--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.574--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.575--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.648--ClientSession(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-17 17:54:14.648--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:14.648--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:14.649--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:14.65--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:14.65--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:14.65--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:14.65--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:14.65--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:14.65--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:14.65--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:14.65--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:14.65--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:14.65--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:14.65--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:14.65--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:14.65--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:14.65--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:14.65--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:14.65--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:14.65--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:14.65--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:14.65--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:14.65--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:14.65--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:14.65--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:14.65--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:14.65--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:14.65--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:14.65--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:14.65--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:14.65--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:14.65--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:14.65--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:14.65--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 38]
    [junit] [EL Finer]: 2024-04-17 17:54:14.65--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:14.66--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.661--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.662--ClientSession(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-17 17:54:14.662--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:14.662--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:14.663--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:14.664--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:14.664--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:14.664--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:14.664--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:14.664--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:14.664--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:14.664--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:14.664--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:14.664--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:14.664--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:14.664--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:14.664--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:14.664--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:14.664--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:14.664--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:14.664--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:14.664--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 14]
    [junit] [EL Finer]: 2024-04-17 17:54:14.664--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:14.674--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.674--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.674--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.674--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.674--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.674--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.674--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.674--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.674--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.674--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.674--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.674--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.674--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.674--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.674--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.674--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.675--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.676--ClientSession(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-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:14.676--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:14.677--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:14.677--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:14.677--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:14.677--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:14.677--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:14.677--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:14.677--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:14.677--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:14.677--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:14.677--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:14.677--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:14.677--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:14.677--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:14.677--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:14.677--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:14.677--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:14.677--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:14.677--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:14.677--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:14.677--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:14.677--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:14.753--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:14.754--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:14.754--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:14.754--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:14.754--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:14.754--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:14.754--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:14.754--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:14.754--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:14.754--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:14.754--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:14.754--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:14.754--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:14.754--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:14.754--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:14.754--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:14.754--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:14.754--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:14.754--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:14.754--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:14.754--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:14.754--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:14.754--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:14.754--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:14.754--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:14.754--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:14.754--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:14.754--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:14.754--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:14.754--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:14.754--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:14.754--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:14.754--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:14.754--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:14.754--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:14.754--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:14.754--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:14.754--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:14.754--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 20]
    [junit] [EL Finer]: 2024-04-17 17:54:14.754--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.765--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.766--ClientSession(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-17 17:54:14.766--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:14.766--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:14.767--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:14.768--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:14.768--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:14.768--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:14.768--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:14.768--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:14.768--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:14.768--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:14.768--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:14.768--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [37, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:14.768--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:14.768--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [39, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:14.768--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [36, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:14.768--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [38, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:14.768--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [41, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:14.768--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--	bind => [40, 94]
    [junit] [EL Finer]: 2024-04-17 17:54:14.768--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:14.778--ClientSession(1612412820)--Connection(316845768)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:14.779--ServerSession(454071866)--Connection(803163400)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:14.781--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:14.781--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:14.783--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:14.783--ClientSession(1612412820)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:14.783--UnitOfWork(1754883736)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:14.783--ClientSession(1612412820)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:14.784--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 531642442
    [junit] [EL Finer]: 2024-04-17 17:54:14.784--ClientSession(531642442)--Thread(Thread[main,5,main])--acquire unit of work: 407938485
    [junit] [EL Finest]: 2024-04-17 17:54:14.784--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-17 17:54:14.784--ServerSession(454071866)--Connection(1962766317)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:14.784--ServerSession(454071866)--Connection(1962766317)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:14.784--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-17 17:54:14.784--ServerSession(454071866)--Connection(1962766317)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:14.808--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 895827311
    [junit] [EL Finer]: 2024-04-17 17:54:14.808--ClientSession(895827311)--Thread(Thread[main,5,main])--acquire unit of work: 1893038057
    [junit] [EL Finest]: 2024-04-17 17:54:14.808--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.808--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (43 -> null:null:reading)
    [junit] [EL Finest]: 2024-04-17 17:54:14.808--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.808--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (44 -> null:null:cooking)
    [junit] [EL Finest]: 2024-04-17 17:54:14.809--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.809--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (45 -> null:null:watching tv)
    [junit] [EL Finest]: 2024-04-17 17:54:14.809--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.809--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (46 -> null:null:cleaning the house)
    [junit] [EL Finest]: 2024-04-17 17:54:14.809--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.809--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (47 -> null:null:swimming)
    [junit] [EL Finest]: 2024-04-17 17:54:14.809--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.809--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (48 -> null:null:computers)
    [junit] [EL Finest]: 2024-04-17 17:54:14.809--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.809--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--assign sequence to the object (49 -> null:null:stamps)
    [junit] [EL Finest]: 2024-04-17 17:54:14.809--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.809--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.809--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.809--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.809--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.809--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.809--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.809--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.809--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.809--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.809--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.809--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-17 17:54:14.809--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.809--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-17 17:54:14.809--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.809--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-17 17:54:14.809--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.809--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-17 17:54:14.809--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.809--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-17 17:54:14.809--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.809--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-17 17:54:14.809--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.809--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-17 17:54:14.809--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.809--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-17 17:54:14.809--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.809--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-17 17:54:14.809--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.809--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-17 17:54:14.809--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.809--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-17 17:54:14.809--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.809--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-17 17:54:14.809--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.809--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-17 17:54:14.81--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.81--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-17 17:54:14.81--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.81--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-17 17:54:14.81--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.81--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-17 17:54:14.81--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.81--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-17 17:54:14.81--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.81--ServerSession(454071866)--Connection(259037522)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:14.81--ClientSession(895827311)--Connection(259037522)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:14.81--ClientSession(895827311)--Connection(259037522)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:14.81--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-17 17:54:14.81--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-17 17:54:14.81--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-17 17:54:14.81--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-17 17:54:14.811--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-17 17:54:14.811--ClientSession(895827311)--Connection(1839224920)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:14.811--ServerSession(454071866)--Connection(1839224920)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:14.811--ServerSession(454071866)--Connection(259037522)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:14.811--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-17 17:54:14.811--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.811--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-17 17:54:14.811--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.811--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-17 17:54:14.811--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.811--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-17 17:54:14.811--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.811--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-17 17:54:14.811--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.811--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-17 17:54:14.811--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.811--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-17 17:54:14.811--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.811--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-17 17:54:14.811--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.811--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-17 17:54:14.811--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.811--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-17 17:54:14.811--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.812--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-17 17:54:14.812--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.812--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-17 17:54:14.812--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.812--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-17 17:54:14.812--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.812--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-17 17:54:14.812--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.812--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-17 17:54:14.812--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.812--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-17 17:54:14.812--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.812--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-17 17:54:14.812--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.812--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-17 17:54:14.812--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.812--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-17 17:54:14.812--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.812--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-17 17:54:14.812--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.812--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-17 17:54:14.812--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.812--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-17 17:54:14.812--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.812--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-17 17:54:14.812--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.812--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-17 17:54:14.812--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.812--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-17 17:54:14.812--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.812--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-17 17:54:14.812--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.812--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-17 17:54:14.812--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.812--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-17 17:54:14.812--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.812--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-17 17:54:14.812--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.812--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-17 17:54:14.812--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.812--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-17 17:54:14.812--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.812--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-17 17:54:14.812--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.812--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-17 17:54:14.812--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.812--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-17 17:54:14.812--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.812--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-17 17:54:14.812--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.813--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-17 17:54:14.813--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.813--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-17 17:54:14.813--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.813--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-17 17:54:14.813--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.813--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-17 17:54:14.813--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.858--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-17 17:54:14.858--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.858--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-17 17:54:14.858--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.858--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-17 17:54:14.858--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.858--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-17 17:54:14.858--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.858--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-17 17:54:14.858--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.858--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-17 17:54:14.858--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.858--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-17 17:54:14.858--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.858--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-17 17:54:14.859--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.859--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-17 17:54:14.859--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.859--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-17 17:54:14.859--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.859--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-17 17:54:14.859--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.859--ServerSession(454071866)--Connection(223207739)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:14.859--ClientSession(895827311)--Connection(223207739)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:14.859--ClientSession(895827311)--Connection(223207739)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:14.859--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-17 17:54:14.859--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-17 17:54:14.859--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-17 17:54:14.86--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-17 17:54:14.86--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-17 17:54:14.86--ClientSession(895827311)--Connection(1963242128)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:14.86--ServerSession(454071866)--Connection(1963242128)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:14.86--ServerSession(454071866)--Connection(223207739)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:14.86--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-17 17:54:14.86--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.861--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-17 17:54:14.861--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.861--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-17 17:54:14.861--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.861--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-17 17:54:14.861--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.861--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-17 17:54:14.861--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.861--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-17 17:54:14.861--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.861--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-17 17:54:14.861--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.861--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-17 17:54:14.861--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.861--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-17 17:54:14.861--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.861--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-17 17:54:14.861--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.861--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-17 17:54:14.861--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.861--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-17 17:54:14.861--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.861--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-17 17:54:14.861--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.861--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-17 17:54:14.861--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.861--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-17 17:54:14.861--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.861--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-17 17:54:14.861--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.861--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-17 17:54:14.861--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.861--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-17 17:54:14.861--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.861--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-17 17:54:14.861--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.861--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-17 17:54:14.861--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.861--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-17 17:54:14.861--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.861--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-17 17:54:14.861--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.861--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-17 17:54:14.861--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.861--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-17 17:54:14.862--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.862--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-17 17:54:14.862--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.862--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-17 17:54:14.862--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.862--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-17 17:54:14.862--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.862--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-17 17:54:14.862--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.862--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-17 17:54:14.862--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.862--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-17 17:54:14.862--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.862--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-17 17:54:14.862--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.862--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-17 17:54:14.862--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.862--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-17 17:54:14.862--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.862--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-17 17:54:14.862--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.862--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-17 17:54:14.862--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.862--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-17 17:54:14.862--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.862--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-17 17:54:14.862--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.862--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-17 17:54:14.862--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.862--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.862--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.862--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.862--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.862--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.862--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.862--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.862--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.863--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.863--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.863--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.863--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.863--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.863--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.863--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.863--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.863--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.863--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.863--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.863--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.863--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.863--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.863--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.863--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.863--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.863--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.863--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.863--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.863--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.863--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.863--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.863--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.863--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.863--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.863--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.863--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.863--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.863--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.863--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.863--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.863--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.863--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.863--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.864--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.864--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.864--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.864--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.864--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.864--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.864--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.864--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.864--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.864--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.864--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.864--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.864--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.864--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.864--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.864--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.864--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.864--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.864--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.864--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.864--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.864--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.864--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.864--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.864--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.864--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.864--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.864--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.864--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.864--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.864--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.864--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.864--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.864--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.865--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.865--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.865--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.865--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.865--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.865--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.865--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.865--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.865--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.865--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.865--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.865--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.865--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.865--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.865--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.865--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.865--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.865--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.865--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.865--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.865--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:14.865--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:14.865--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:14.866--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-17 17:54:14.866--ServerSession(454071866)--Connection(330402770)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:14.866--ClientSession(895827311)--Connection(330402770)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:14.866--ClientSession(895827311)--Connection(330402770)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:14.867--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-17 17:54:14.867--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-17 17:54:14.867--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-17 17:54:14.867--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-17 17:54:14.867--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-17 17:54:14.867--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:14.867--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-17 17:54:14.867--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [735, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:14.867--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [736, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:14.867--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [738, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:14.867--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [734, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:14.867--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [737, foo-brand, null, 0, 1, 4]
    [junit] [EL Finer]: 2024-04-17 17:54:14.867--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:14.868--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-17 17:54:14.868--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-17 17:54:14.868--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-17 17:54:14.868--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-17 17:54:14.868--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-17 17:54:14.868--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-17 17:54:14.868--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-17 17:54:14.868--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-17 17:54:14.868--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-17 17:54:14.868--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-17 17:54:14.868--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:14.868--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:14.868--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [1, Department_1, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:14.868--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [6, Department_6, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:14.868--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [9, Department_9, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:14.868--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [3, Department_3, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:14.868--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [4, Department_4, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:14.868--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [7, Department_7, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:14.869--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [2, Department_2, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:14.869--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [0, Department_0, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:14.869--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [8, Department_8, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:14.869--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [5, Department_5, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:14.869--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:14.87--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-17 17:54:14.87--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-17 17:54:14.87--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-17 17:54:14.87--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-17 17:54:14.87--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-17 17:54:14.87--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-17 17:54:14.87--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-17 17:54:14.87--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-17 17:54:14.87--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-17 17:54:14.87--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-17 17:54:14.87--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-17 17:54:14.87--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-17 17:54:14.87--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-17 17:54:14.87--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-17 17:54:14.87--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-17 17:54:14.87--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-17 17:54:14.87--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-17 17:54:14.87--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-17 17:54:14.87--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-17 17:54:14.87--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-17 17:54:14.87--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-17 17:54:14.87--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-17 17:54:14.87--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-17 17:54:14.87--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-17 17:54:14.87--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-17 17:54:14.87--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-17 17:54:14.87--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-17 17:54:14.87--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-17 17:54:14.87--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-17 17:54:14.87--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-17 17:54:14.87--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-17 17:54:14.871--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-17 17:54:14.871--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-17 17:54:14.871--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-17 17:54:14.871--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-17 17:54:14.871--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-17 17:54:14.871--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-17 17:54:14.871--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-17 17:54:14.871--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-17 17:54:14.871--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-17 17:54:14.871--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-17 17:54:14.871--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-17 17:54:14.871--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-17 17:54:14.871--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-17 17:54:14.871--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-17 17:54:14.871--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-17 17:54:14.871--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-17 17:54:14.871--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-17 17:54:14.871--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-17 17:54:14.871--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-17 17:54:14.871--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-17 17:54:14.871--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-17 17:54:14.871--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-17 17:54:14.871--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-17 17:54:14.871--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-17 17:54:14.871--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-17 17:54:14.871--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-17 17:54:14.871--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-17 17:54:14.871--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-17 17:54:14.871--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-17 17:54:14.871--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-17 17:54:14.871--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-17 17:54:14.871--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-17 17:54:14.871--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-17 17:54:14.871--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-17 17:54:14.871--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-17 17:54:14.871--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-17 17:54:14.871--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-17 17:54:14.871--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-17 17:54:14.872--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-17 17:54:14.872--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-17 17:54:14.872--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-17 17:54:14.872--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-17 17:54:14.872--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-17 17:54:14.872--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-17 17:54:14.872--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-17 17:54:14.872--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-17 17:54:14.872--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-17 17:54:14.872--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-17 17:54:14.872--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-17 17:54:14.872--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-17 17:54:14.872--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-17 17:54:14.872--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-17 17:54:14.872--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-17 17:54:14.872--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-17 17:54:14.872--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-17 17:54:14.872--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-17 17:54:14.872--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-17 17:54:14.872--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-17 17:54:14.872--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-17 17:54:14.872--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-17 17:54:14.872--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-17 17:54:14.872--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-17 17:54:14.872--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-17 17:54:14.872--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-17 17:54:14.872--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-17 17:54:14.872--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-17 17:54:14.872--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-17 17:54:14.872--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-17 17:54:14.872--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(45:null:watching tv)
    [junit] [EL Finer]: 2024-04-17 17:54:14.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:14.872--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-17 17:54:14.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [89, Heribert, Hardenberg, null, 2024-04-29 07:40:54.865, 2024-04-06 04:07:34.865, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [29, Heiner, Herold, null, 2024-04-29 07:40:54.863, 2024-04-06 04:07:34.863, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [85, Hilarius, Heider, null, 2024-04-29 07:40:54.865, 2024-04-06 04:07:34.865, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [7, Herbert, Hamann, null, 2024-04-29 07:40:54.862, 2024-04-06 04:07:34.862, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [35, Hauke, Hermelink, null, 2024-04-29 07:40:54.863, 2024-04-06 04:07:34.863, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [94, Hilde, Haas, null, 2024-04-29 07:40:54.865, 2024-04-06 04:07:34.865, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [90, Hubertus, Hermann, null, 2024-04-29 07:40:54.865, 2024-04-06 04:07:34.865, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.872--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [16, Hjalmar, Hache, null, 2024-04-29 07:40:54.863, 2024-04-06 04:07:34.863, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [68, Hartwig, Heider, null, 2024-04-29 07:40:54.864, 2024-04-06 04:07:34.864, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [34, Hulda, Hein, null, 2024-04-29 07:40:54.863, 2024-04-06 04:07:34.863, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [17, Hartwin, Hilgenfeld, null, 2024-04-29 07:40:54.863, 2024-04-06 04:07:34.863, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [64, Hieu, Hausner, null, 2024-04-29 07:40:54.864, 2024-04-06 04:07:34.864, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [1, Heribert, Habermann, null, 2024-04-29 07:40:54.862, 2024-04-06 04:07:34.862, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [84, Holde, Henschel, null, 2024-04-29 07:40:54.865, 2024-04-06 04:07:34.865, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [10, Heribert, Helms, null, 2024-04-29 07:40:54.863, 2024-04-06 04:07:34.863, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [66, Hagen, Hendrix, null, 2024-04-29 07:40:54.864, 2024-04-06 04:07:34.864, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [79, Helen, Henry, null, 2024-04-29 07:40:54.865, 2024-04-06 04:07:34.865, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [59, Heinz, Hennig, null, 2024-04-29 07:40:54.864, 2024-04-06 04:07:34.864, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [58, Hannah, Hecht, null, 2024-04-29 07:40:54.864, 2024-04-06 04:07:34.864, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [75, Hedwig, Hardenberg, null, 2024-04-29 07:40:54.864, 2024-04-06 04:07:34.864, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [12, Hubert, Hegemann, null, 2024-04-29 07:40:54.863, 2024-04-06 04:07:34.863, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [38, Harald, Hildebrandt, null, 2024-04-29 07:40:54.863, 2024-04-06 04:07:34.863, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [54, Hildegard, Heuser, null, 2024-04-29 07:40:54.864, 2024-04-06 04:07:34.864, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [74, Horst, Herder, null, 2024-04-29 07:40:54.864, 2024-04-06 04:07:34.864, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [11, Hubert, Hausmann, null, 2024-04-29 07:40:54.863, 2024-04-06 04:07:34.863, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, Hertha, Herrmann, null, 2024-04-29 07:40:54.864, 2024-04-06 04:07:34.864, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, Helmar, Hanstein, null, 2024-04-29 07:40:54.863, 2024-04-06 04:07:34.863, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [41, Helene, Hecht, null, 2024-04-29 07:40:54.863, 2024-04-06 04:07:34.863, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, Heinke, Heise, null, 2024-04-29 07:40:54.864, 2024-04-06 04:07:34.864, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [0, Heimo, Hache, null, 2024-04-29 07:40:54.862, 2024-04-06 04:07:34.862, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [93, Hasso, Herrmann, null, 2024-04-29 07:40:54.865, 2024-04-06 04:07:34.865, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [50, Hildegard, Heinrich, null, 2024-04-29 07:40:54.864, 2024-04-06 04:07:34.864, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [19, Helmut, Haak, null, 2024-04-29 07:40:54.863, 2024-04-06 04:07:34.863, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [52, Hakon, Heim, null, 2024-04-29 07:40:54.864, 2024-04-06 04:07:34.864, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [33, Hermine, Hanisch, null, 2024-04-29 07:40:54.863, 2024-04-06 04:07:34.863, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [95, Hinrich, Havenstein, null, 2024-04-29 07:40:54.865, 2024-04-06 04:07:34.865, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [72, Herbert, Heuser, null, 2024-04-29 07:40:54.864, 2024-04-06 04:07:34.864, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [78, Helgard, Hein, null, 2024-04-29 07:40:54.865, 2024-04-06 04:07:34.865, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [42, Helge, Halbach, null, 2024-04-29 07:40:54.863, 2024-04-06 04:07:34.863, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [37, Helene, Hennig, null, 2024-04-29 07:40:54.863, 2024-04-06 04:07:34.863, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [62, Heike, Herbst, null, 2024-04-29 07:40:54.864, 2024-04-06 04:07:34.864, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [18, Hella, Hecht, null, 2024-04-29 07:40:54.863, 2024-04-06 04:07:34.863, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [15, Helmut, Hewitt, null, 2024-04-29 07:40:54.863, 2024-04-06 04:07:34.863, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [3, Hartwin, Hanisch, null, 2024-04-29 07:40:54.862, 2024-04-06 04:07:34.862, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [27, Helen, Hayek, null, 2024-04-29 07:40:54.863, 2024-04-06 04:07:34.863, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [20, Hein, Hausmann, null, 2024-04-29 07:40:54.863, 2024-04-06 04:07:34.863, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [53, Helen, Helms, null, 2024-04-29 07:40:54.864, 2024-04-06 04:07:34.864, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [63, Helmar, Herzog, null, 2024-04-29 07:40:54.864, 2024-04-06 04:07:34.864, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [21, Henning, Hegemann, null, 2024-04-29 07:40:54.863, 2024-04-06 04:07:34.863, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [4, Hauke, Halbach, null, 2024-04-29 07:40:54.862, 2024-04-06 04:07:34.862, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [81, Heiko, Helmig, null, 2024-04-29 07:40:54.865, 2024-04-06 04:07:34.865, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [96, Hermann, Hentschel, null, 2024-04-29 07:40:54.865, 2024-04-06 04:07:34.865, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [32, Hilarius, Hermelink, null, 2024-04-29 07:40:54.863, 2024-04-06 04:07:34.863, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [6, Hazel, Hardy, null, 2024-04-29 07:40:54.862, 2024-04-06 04:07:34.862, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [40, Hein, Hettner, null, 2024-04-29 07:40:54.863, 2024-04-06 04:07:34.863, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [65, Heida, Heuser, null, 2024-04-29 07:40:54.864, 2024-04-06 04:07:34.864, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [24, Heide, Hermelink, null, 2024-04-29 07:40:54.863, 2024-04-06 04:07:34.863, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, Hadmar, Heidegger, null, 2024-04-29 07:40:54.864, 2024-04-06 04:07:34.864, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [69, Henri, Hendrix, null, 2024-04-29 07:40:54.864, 2024-04-06 04:07:34.864, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [26, Hazel, Hausner, null, 2024-04-29 07:40:54.863, 2024-04-06 04:07:34.863, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [71, Hedwig, Haas, null, 2024-04-29 07:40:54.864, 2024-04-06 04:07:34.864, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [87, Heinke, Hense, null, 2024-04-29 07:40:54.865, 2024-04-06 04:07:34.865, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.873--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [25, Hartwig, Hary, null, 2024-04-29 07:40:54.863, 2024-04-06 04:07:34.863, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.874--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [31, Hella, Helbig, null, 2024-04-29 07:40:54.863, 2024-04-06 04:07:34.863, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.874--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [57, Hadmar, Heinrich, null, 2024-04-29 07:40:54.864, 2024-04-06 04:07:34.864, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.874--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [55, Henri, Hegemann, null, 2024-04-29 07:40:54.864, 2024-04-06 04:07:34.864, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.874--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [61, Heike, Heise, null, 2024-04-29 07:40:54.864, 2024-04-06 04:07:34.864, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.874--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [22, Hakan, Hamburger, null, 2024-04-29 07:40:54.863, 2024-04-06 04:07:34.863, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.874--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [28, Hedda, Heuser, null, 2024-04-29 07:40:54.863, 2024-04-06 04:07:34.863, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.874--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [73, Hermann, Hanson, null, 2024-04-29 07:40:54.864, 2024-04-06 04:07:34.864, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.874--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [13, Heyko, Herold, null, 2024-04-29 07:40:54.863, 2024-04-06 04:07:34.863, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.874--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [39, Hadmar, Heider, null, 2024-04-29 07:40:54.863, 2024-04-06 04:07:34.863, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.874--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [49, Hella, Hayek, null, 2024-04-29 07:40:54.864, 2024-04-06 04:07:34.864, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.874--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [51, Heida, Hausmann, null, 2024-04-29 07:40:54.864, 2024-04-06 04:07:34.864, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.874--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [80, Hartwin, Hartig, null, 2024-04-29 07:40:54.865, 2024-04-06 04:07:34.865, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.874--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [99, Helena, Henning, null, 2024-04-29 07:40:54.865, 2024-04-06 04:07:34.865, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.874--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [14, Harvey, Hendrix, null, 2024-04-29 07:40:54.863, 2024-04-06 04:07:34.863, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.874--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [5, Henrike, Hamburger, null, 2024-04-29 07:40:54.862, 2024-04-06 04:07:34.862, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.874--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [82, Hagen, Helbig, null, 2024-04-29 07:40:54.865, 2024-04-06 04:07:34.865, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.874--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [60, Horst, Henry, null, 2024-04-29 07:40:54.864, 2024-04-06 04:07:34.864, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.874--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [2, Hinrich, Haller, null, 2024-04-29 07:40:54.862, 2024-04-06 04:07:34.862, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.874--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [83, Harry, Hamburger, null, 2024-04-29 07:40:54.865, 2024-04-06 04:07:34.865, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.874--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [8, Heide, Haller, null, 2024-04-29 07:40:54.862, 2024-04-06 04:07:34.862, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.874--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [98, Heimo, Herder, null, 2024-04-29 07:40:54.865, 2024-04-06 04:07:34.865, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.874--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [23, Hannes, Helbig, null, 2024-04-29 07:40:54.863, 2024-04-06 04:07:34.863, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.874--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [30, Heimo, Hellmann, null, 2024-04-29 07:40:54.863, 2024-04-06 04:07:34.863, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.874--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [56, Hakan, Hermelink, null, 2024-04-29 07:40:54.864, 2024-04-06 04:07:34.864, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.874--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [76, Hedwig, Hein, null, 2024-04-29 07:40:54.864, 2024-04-06 04:07:34.864, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.874--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [91, Helene, Hermann, null, 2024-04-29 07:40:54.865, 2024-04-06 04:07:34.865, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.874--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [67, Hedwig, Hennig, null, 2024-04-29 07:40:54.864, 2024-04-06 04:07:34.864, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.874--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [97, Hieronymus, Helbig, null, 2024-04-29 07:40:54.865, 2024-04-06 04:07:34.865, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.874--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [36, Helen, Hellmann, null, 2024-04-29 07:40:54.863, 2024-04-06 04:07:34.863, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.874--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [77, Humphrey, Hanisch, null, 2024-04-29 07:40:54.864, 2024-04-06 04:07:34.864, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.874--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, Harvey, Hache, null, 2024-04-29 07:40:54.864, 2024-04-06 04:07:34.864, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.874--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, Heidemarie, Herbst, null, 2024-04-29 07:40:54.864, 2024-04-06 04:07:34.864, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.874--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [70, Henri, Hemsterhuis, null, 2024-04-29 07:40:54.864, 2024-04-06 04:07:34.864, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.874--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [92, Henrike, Hamann, null, 2024-04-29 07:40:54.865, 2024-04-06 04:07:34.865, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.874--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [9, Henryk, Herbst, null, 2024-04-29 07:40:54.863, 2024-04-06 04:07:34.863, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.874--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [88, Hein, Hausner, null, 2024-04-29 07:40:54.865, 2024-04-06 04:07:34.865, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:14.874--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [86, H?nel, Hesse, null, 2024-04-29 07:40:54.865, 2024-04-06 04:07:34.865, null, null, null, null, null, null, null]
    [junit] [EL Finer]: 2024-04-17 17:54:14.874--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:14.89--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(48:null:computers)
    [junit] [EL Finest]: 2024-04-17 17:54:14.89--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(44:null:cooking)
    [junit] [EL Finest]: 2024-04-17 17:54:14.89--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(47:null:swimming)
    [junit] [EL Finest]: 2024-04-17 17:54:14.89--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(43:null:reading)
    [junit] [EL Finest]: 2024-04-17 17:54:14.89--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(46:null:cleaning the house)
    [junit] [EL Finest]: 2024-04-17 17:54:14.89--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(49:null:stamps)
    [junit] [EL Finest]: 2024-04-17 17:54:14.89--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-17 17:54:14.89--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:14.89--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:14.89--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, null, watching tv]
    [junit] [EL Fine]: 2024-04-17 17:54:14.89--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, null, computers]
    [junit] [EL Fine]: 2024-04-17 17:54:14.89--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, null, cooking]
    [junit] [EL Fine]: 2024-04-17 17:54:14.89--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, null, swimming]
    [junit] [EL Fine]: 2024-04-17 17:54:14.89--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, null, reading]
    [junit] [EL Fine]: 2024-04-17 17:54:14.89--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, null, cleaning the house]
    [junit] [EL Fine]: 2024-04-17 17:54:14.89--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [49, null, stamps]
    [junit] [EL Finer]: 2024-04-17 17:54:14.89--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:14.891--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-17 17:54:14.891--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-17 17:54:14.891--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-17 17:54:14.891--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-17 17:54:14.891--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-17 17:54:14.891--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-17 17:54:14.891--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-17 17:54:14.892--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-17 17:54:14.892--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-17 17:54:14.892--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-17 17:54:14.892--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-17 17:54:14.892--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-17 17:54:14.892--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-17 17:54:14.892--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-17 17:54:14.892--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-17 17:54:14.892--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-17 17:54:14.892--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-17 17:54:14.892--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-17 17:54:14.892--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-17 17:54:14.892--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-17 17:54:14.892--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-17 17:54:14.892--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-17 17:54:14.892--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-17 17:54:14.892--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-17 17:54:14.892--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-17 17:54:14.892--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-17 17:54:14.892--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-17 17:54:14.892--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-17 17:54:14.892--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-17 17:54:14.892--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-17 17:54:14.892--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-17 17:54:14.892--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-17 17:54:14.892--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-17 17:54:14.892--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-17 17:54:14.892--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-17 17:54:14.892--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-17 17:54:14.892--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-17 17:54:14.892--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-17 17:54:14.892--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-17 17:54:14.892--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-17 17:54:14.892--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-17 17:54:14.892--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-17 17:54:14.892--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-17 17:54:14.892--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-17 17:54:14.892--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-17 17:54:14.893--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-17 17:54:14.893--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-17 17:54:14.893--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-17 17:54:14.967--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-17 17:54:14.967--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-17 17:54:14.967--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-17 17:54:14.967--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-17 17:54:14.967--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-17 17:54:14.967--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-17 17:54:14.967--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-17 17:54:14.967--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-17 17:54:14.967--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-17 17:54:14.967--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-17 17:54:14.967--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-17 17:54:14.967--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-17 17:54:14.967--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-17 17:54:14.967--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-17 17:54:14.967--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-17 17:54:14.967--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-17 17:54:14.967--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-17 17:54:14.967--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-17 17:54:14.967--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-17 17:54:14.967--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-17 17:54:14.967--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-17 17:54:14.967--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-17 17:54:14.967--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-17 17:54:14.967--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-17 17:54:14.967--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-17 17:54:14.967--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-17 17:54:14.967--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-17 17:54:14.967--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-17 17:54:14.967--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-17 17:54:14.967--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-17 17:54:14.967--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-17 17:54:14.967--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-17 17:54:14.967--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-17 17:54:14.967--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.968--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.969--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-17 17:54:14.97--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-17 17:54:14.97--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-17 17:54:14.97--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-17 17:54:14.97--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-17 17:54:14.97--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-17 17:54:14.97--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-17 17:54:14.97--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-17 17:54:14.97--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-17 17:54:14.97--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-17 17:54:14.97--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-17 17:54:14.97--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-17 17:54:14.97--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-17 17:54:14.97--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-17 17:54:14.97--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-17 17:54:14.97--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:14.98--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-17 17:54:14.98--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-17 17:54:14.98--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-17 17:54:14.98--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-17 17:54:14.98--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-17 17:54:14.98--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-17 17:54:14.98--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-17 17:54:14.98--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-17 17:54:14.98--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-17 17:54:14.98--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-17 17:54:14.98--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-17 17:54:14.98--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-17 17:54:14.98--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-17 17:54:14.98--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-17 17:54:14.98--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-17 17:54:14.98--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-17 17:54:14.98--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-17 17:54:14.98--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-17 17:54:14.98--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-17 17:54:14.98--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-17 17:54:14.98--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-17 17:54:14.98--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-17 17:54:14.98--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-17 17:54:14.98--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-17 17:54:14.98--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-17 17:54:14.98--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-17 17:54:14.981--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-17 17:54:14.981--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-17 17:54:14.981--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-17 17:54:14.981--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-17 17:54:14.981--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-17 17:54:14.981--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-17 17:54:14.981--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-17 17:54:14.981--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-17 17:54:14.981--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-17 17:54:14.981--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-17 17:54:14.981--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-17 17:54:14.981--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-17 17:54:14.981--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-17 17:54:14.981--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-17 17:54:14.981--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-17 17:54:14.981--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-17 17:54:14.981--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-17 17:54:14.981--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-17 17:54:14.981--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-17 17:54:14.981--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-17 17:54:14.981--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-17 17:54:14.981--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-17 17:54:14.981--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-17 17:54:14.981--ClientSession(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-17 17:54:14.981--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:14.981--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:14.981--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [5, 735]
    [junit] [EL Fine]: 2024-04-17 17:54:14.981--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [11, 735]
    [junit] [EL Fine]: 2024-04-17 17:54:14.981--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [21, 735]
    [junit] [EL Fine]: 2024-04-17 17:54:14.981--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [35, 735]
    [junit] [EL Fine]: 2024-04-17 17:54:14.981--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 735]
    [junit] [EL Fine]: 2024-04-17 17:54:14.981--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [53, 735]
    [junit] [EL Fine]: 2024-04-17 17:54:14.981--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [55, 735]
    [junit] [EL Fine]: 2024-04-17 17:54:14.981--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [63, 735]
    [junit] [EL Fine]: 2024-04-17 17:54:14.981--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [69, 735]
    [junit] [EL Fine]: 2024-04-17 17:54:14.981--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [75, 735]
    [junit] [EL Fine]: 2024-04-17 17:54:14.981--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [81, 735]
    [junit] [EL Fine]: 2024-04-17 17:54:14.981--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [83, 735]
    [junit] [EL Fine]: 2024-04-17 17:54:14.981--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [89, 735]
    [junit] [EL Fine]: 2024-04-17 17:54:14.981--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [1, 736]
    [junit] [EL Fine]: 2024-04-17 17:54:14.981--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [9, 736]
    [junit] [EL Fine]: 2024-04-17 17:54:14.981--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [13, 736]
    [junit] [EL Fine]: 2024-04-17 17:54:14.981--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [15, 736]
    [junit] [EL Fine]: 2024-04-17 17:54:14.981--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [19, 736]
    [junit] [EL Fine]: 2024-04-17 17:54:14.981--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [23, 736]
    [junit] [EL Fine]: 2024-04-17 17:54:14.981--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [25, 736]
    [junit] [EL Fine]: 2024-04-17 17:54:14.981--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [27, 736]
    [junit] [EL Fine]: 2024-04-17 17:54:14.981--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [29, 736]
    [junit] [EL Fine]: 2024-04-17 17:54:14.981--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [57, 736]
    [junit] [EL Fine]: 2024-04-17 17:54:14.981--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [77, 736]
    [junit] [EL Fine]: 2024-04-17 17:54:14.981--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [85, 736]
    [junit] [EL Fine]: 2024-04-17 17:54:14.981--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [93, 736]
    [junit] [EL Fine]: 2024-04-17 17:54:14.981--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [7, 734]
    [junit] [EL Fine]: 2024-04-17 17:54:14.981--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [17, 734]
    [junit] [EL Fine]: 2024-04-17 17:54:14.981--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [31, 734]
    [junit] [EL Fine]: 2024-04-17 17:54:14.981--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [33, 734]
    [junit] [EL Fine]: 2024-04-17 17:54:14.981--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [41, 734]
    [junit] [EL Fine]: 2024-04-17 17:54:14.981--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 734]
    [junit] [EL Fine]: 2024-04-17 17:54:14.981--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 734]
    [junit] [EL Fine]: 2024-04-17 17:54:14.982--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [59, 734]
    [junit] [EL Fine]: 2024-04-17 17:54:14.982--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [61, 734]
    [junit] [EL Fine]: 2024-04-17 17:54:14.982--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [71, 734]
    [junit] [EL Fine]: 2024-04-17 17:54:14.982--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [73, 734]
    [junit] [EL Fine]: 2024-04-17 17:54:14.982--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [87, 734]
    [junit] [EL Fine]: 2024-04-17 17:54:14.982--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [91, 734]
    [junit] [EL Fine]: 2024-04-17 17:54:14.982--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [97, 734]
    [junit] [EL Fine]: 2024-04-17 17:54:14.982--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [3, 737]
    [junit] [EL Fine]: 2024-04-17 17:54:14.982--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [37, 737]
    [junit] [EL Fine]: 2024-04-17 17:54:14.982--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [39, 737]
    [junit] [EL Fine]: 2024-04-17 17:54:14.982--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [49, 737]
    [junit] [EL Fine]: 2024-04-17 17:54:14.982--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [51, 737]
    [junit] [EL Fine]: 2024-04-17 17:54:14.982--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [65, 737]
    [junit] [EL Fine]: 2024-04-17 17:54:14.982--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [67, 737]
    [junit] [EL Fine]: 2024-04-17 17:54:14.982--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [79, 737]
    [junit] [EL Fine]: 2024-04-17 17:54:14.982--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [95, 737]
    [junit] [EL Fine]: 2024-04-17 17:54:14.982--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [99, 737]
    [junit] [EL Finer]: 2024-04-17 17:54:14.982--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:14.986--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.986--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.986--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.986--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.986--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.986--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.986--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.986--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.986--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.986--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.986--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.986--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.986--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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-17 17:54:14.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 Finer]: 2024-04-17 17:54:14.988--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:14.988--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:14.988--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:14.988--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:14.988--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:14.988--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:14.988--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:14.988--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:14.988--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:14.988--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:14.988--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:14.988--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:14.988--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:14.988--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:14.988--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:14.988--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:14.988--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:14.988--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:14.988--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:14.988--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:14.988--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:14.988--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:14.988--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:14.988--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:14.988--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:14.988--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:14.988--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:14.988--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:14.988--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:14.988--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:14.988--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:14.988--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:14.988--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:14.988--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:14.988--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:14.988--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:14.988--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:14.988--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 75]
    [junit] [EL Finer]: 2024-04-17 17:54:14.989--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.0--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.073--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.073--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.074--ClientSession(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-17 17:54:15.074--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:15.074--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:15.075--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:15.076--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:15.076--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:15.076--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:15.076--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:15.076--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 37]
    [junit] [EL Finer]: 2024-04-17 17:54:15.076--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:15.086--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.086--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.086--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.087--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.088--ClientSession(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-17 17:54:15.088--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:15.088--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:15.089--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:15.09--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:15.09--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:15.09--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:15.09--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:15.09--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:15.09--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 26]
    [junit] [EL Finer]: 2024-04-17 17:54:15.09--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:15.1--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.1--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.1--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.1--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.1--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.1--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.1--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.1--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.1--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.1--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.1--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.1--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.1--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.1--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.1--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.1--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.1--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.1--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.1--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.1--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.1--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.1--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.1--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.1--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.1--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.1--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.1--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.1--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.1--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.101--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.102--ClientSession(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-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:15.102--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:15.103--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:15.103--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:15.103--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:15.103--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:15.103--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:15.103--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:15.103--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:15.103--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:15.103--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:15.103--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:15.103--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:15.103--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:15.103--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:15.103--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:15.103--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:15.103--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:15.103--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:15.103--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:15.103--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:15.103--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:15.103--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:15.103--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:15.103--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:15.103--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:15.103--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:15.103--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:15.103--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:15.103--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:15.103--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:15.103--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:15.103--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:15.103--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:15.103--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:15.103--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:15.103--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:15.103--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:15.103--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:15.103--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:15.181--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:15.181--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:15.181--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:15.181--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:15.181--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:15.181--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:15.181--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:15.181--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:15.181--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:15.181--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:15.181--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:15.181--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:15.181--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:15.181--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:15.181--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:15.181--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:15.181--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:15.181--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:15.181--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:15.181--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 60]
    [junit] [EL Finer]: 2024-04-17 17:54:15.181--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:15.198--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.198--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.198--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.198--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.198--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.198--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.198--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.198--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.198--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.198--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.198--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.198--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.198--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.198--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.198--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.198--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.198--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.198--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.198--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.198--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.198--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.198--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.198--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.198--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.198--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.198--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.198--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.198--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.198--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.198--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.198--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.198--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.198--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.198--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.198--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.198--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.198--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.198--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.198--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.199--ClientSession(895827311)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.2--ClientSession(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-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:15.2--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:15.201--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:15.201--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:15.201--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:15.201--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:15.201--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:15.201--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:15.201--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:15.201--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:15.201--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:15.201--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:15.201--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:15.201--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:15.201--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:15.201--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:15.201--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:15.201--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:15.201--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [48, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:15.201--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:15.201--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:15.201--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:15.201--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:15.201--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:15.201--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:15.201--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:15.201--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:15.201--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:15.201--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [45, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:15.201--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [46, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:15.201--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [44, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:15.201--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [47, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:15.201--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--	bind => [43, 86]
    [junit] [EL Finer]: 2024-04-17 17:54:15.201--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:15.212--ClientSession(895827311)--Connection(470306597)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:15.213--ServerSession(454071866)--Connection(330402770)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:15.215--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:15.215--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:15.216--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:15.216--ClientSession(895827311)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:15.216--UnitOfWork(1893038057)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:15.216--ClientSession(895827311)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:15.217--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1802615601
    [junit] [EL Finer]: 2024-04-17 17:54:15.217--ClientSession(1802615601)--Thread(Thread[main,5,main])--acquire unit of work: 613485118
    [junit] [EL Finest]: 2024-04-17 17:54:15.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-17 17:54:15.217--ServerSession(454071866)--Connection(1235369428)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.217--ServerSession(454071866)--Connection(1235369428)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.217--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-17 17:54:15.218--ServerSession(454071866)--Connection(1235369428)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.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-17 17:54:15.218--ServerSession(454071866)--Connection(2103686763)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.218--ServerSession(454071866)--Connection(2103686763)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.219--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-17 17:54:15.219--ServerSession(454071866)--Connection(2103686763)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.219--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-17 17:54:15.219--ServerSession(454071866)--Connection(298665005)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.219--ServerSession(454071866)--Connection(298665005)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.219--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-17 17:54:15.22--ServerSession(454071866)--Connection(298665005)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.22--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-17 17:54:15.22--ServerSession(454071866)--Connection(2036363657)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.22--ServerSession(454071866)--Connection(2036363657)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.22--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-17 17:54:15.22--ServerSession(454071866)--Connection(2036363657)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.22--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-17 17:54:15.22--ServerSession(454071866)--Connection(721750979)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.22--ServerSession(454071866)--Connection(721750979)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.22--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-17 17:54:15.221--ServerSession(454071866)--Connection(721750979)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.221--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-17 17:54:15.221--ServerSession(454071866)--Connection(1627008373)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.221--ServerSession(454071866)--Connection(1627008373)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.221--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-17 17:54:15.221--ServerSession(454071866)--Connection(1627008373)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.221--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-17 17:54:15.221--ServerSession(454071866)--Connection(579535193)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.222--ServerSession(454071866)--Connection(579535193)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.222--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-17 17:54:15.222--ServerSession(454071866)--Connection(579535193)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.222--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-17 17:54:15.222--ServerSession(454071866)--Connection(1509258338)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.222--ServerSession(454071866)--Connection(1509258338)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.222--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-17 17:54:15.222--ServerSession(454071866)--Connection(1509258338)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.223--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-17 17:54:15.223--ServerSession(454071866)--Connection(1299569571)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.223--ServerSession(454071866)--Connection(1299569571)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.223--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-17 17:54:15.223--ServerSession(454071866)--Connection(1299569571)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.223--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-17 17:54:15.223--ServerSession(454071866)--Connection(441396931)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.223--ServerSession(454071866)--Connection(441396931)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.223--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-17 17:54:15.224--ServerSession(454071866)--Connection(441396931)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.224--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-17 17:54:15.224--ServerSession(454071866)--Connection(787758615)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.224--ServerSession(454071866)--Connection(787758615)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.224--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-17 17:54:15.224--ServerSession(454071866)--Connection(787758615)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.224--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-17 17:54:15.224--ServerSession(454071866)--Connection(989261236)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.224--ServerSession(454071866)--Connection(989261236)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.224--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-17 17:54:15.225--ServerSession(454071866)--Connection(989261236)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.225--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-17 17:54:15.225--ServerSession(454071866)--Connection(462317411)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.225--ServerSession(454071866)--Connection(462317411)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.225--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-17 17:54:15.225--ServerSession(454071866)--Connection(462317411)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.225--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-17 17:54:15.225--ServerSession(454071866)--Connection(2001009146)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.225--ServerSession(454071866)--Connection(2001009146)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.226--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-17 17:54:15.226--ServerSession(454071866)--Connection(2001009146)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.226--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-17 17:54:15.226--ServerSession(454071866)--Connection(424054818)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.226--ServerSession(454071866)--Connection(424054818)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.226--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-17 17:54:15.226--ServerSession(454071866)--Connection(424054818)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.226--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-17 17:54:15.227--ServerSession(454071866)--Connection(1904761035)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.227--ServerSession(454071866)--Connection(1904761035)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.227--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-17 17:54:15.227--ServerSession(454071866)--Connection(1904761035)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.227--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-17 17:54:15.227--ServerSession(454071866)--Connection(539914192)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.227--ServerSession(454071866)--Connection(539914192)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.227--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-17 17:54:15.227--ServerSession(454071866)--Connection(539914192)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.228--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-17 17:54:15.228--ServerSession(454071866)--Connection(2087132107)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.228--ServerSession(454071866)--Connection(2087132107)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.228--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-17 17:54:15.228--ServerSession(454071866)--Connection(2087132107)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.228--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-17 17:54:15.228--ServerSession(454071866)--Connection(400360191)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.228--ServerSession(454071866)--Connection(400360191)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.228--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-17 17:54:15.229--ServerSession(454071866)--Connection(400360191)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.229--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-17 17:54:15.229--ServerSession(454071866)--Connection(209822423)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.229--ServerSession(454071866)--Connection(209822423)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.229--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-17 17:54:15.229--ServerSession(454071866)--Connection(209822423)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.229--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-17 17:54:15.229--ServerSession(454071866)--Connection(1120956884)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.229--ServerSession(454071866)--Connection(1120956884)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.229--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-17 17:54:15.23--ServerSession(454071866)--Connection(1120956884)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.23--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-17 17:54:15.23--ServerSession(454071866)--Connection(835510635)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.23--ServerSession(454071866)--Connection(835510635)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.23--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-17 17:54:15.23--ServerSession(454071866)--Connection(835510635)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.23--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-17 17:54:15.23--ServerSession(454071866)--Connection(1146496802)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.23--ServerSession(454071866)--Connection(1146496802)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.23--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-17 17:54:15.287--ServerSession(454071866)--Connection(1146496802)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.288--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-17 17:54:15.288--ServerSession(454071866)--Connection(747935914)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.288--ServerSession(454071866)--Connection(747935914)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.288--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-17 17:54:15.288--ServerSession(454071866)--Connection(747935914)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.288--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-17 17:54:15.288--ServerSession(454071866)--Connection(2049874284)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.288--ServerSession(454071866)--Connection(2049874284)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.289--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-17 17:54:15.289--ServerSession(454071866)--Connection(2049874284)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.289--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-17 17:54:15.289--ServerSession(454071866)--Connection(889520518)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.289--ServerSession(454071866)--Connection(889520518)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.289--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-17 17:54:15.289--ServerSession(454071866)--Connection(889520518)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.29--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-17 17:54:15.29--ServerSession(454071866)--Connection(1754548433)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.29--ServerSession(454071866)--Connection(1754548433)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.29--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-17 17:54:15.29--ServerSession(454071866)--Connection(1754548433)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.29--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-17 17:54:15.29--ServerSession(454071866)--Connection(568279911)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.29--ServerSession(454071866)--Connection(568279911)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.29--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-17 17:54:15.29--ServerSession(454071866)--Connection(568279911)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.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-17 17:54:15.291--ServerSession(454071866)--Connection(317852562)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.291--ServerSession(454071866)--Connection(317852562)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.291--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-17 17:54:15.291--ServerSession(454071866)--Connection(317852562)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.291--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-17 17:54:15.291--ServerSession(454071866)--Connection(181446515)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.291--ServerSession(454071866)--Connection(181446515)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.291--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-17 17:54:15.292--ServerSession(454071866)--Connection(181446515)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.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-17 17:54:15.292--ServerSession(454071866)--Connection(1742387352)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.292--ServerSession(454071866)--Connection(1742387352)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.292--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-17 17:54:15.292--ServerSession(454071866)--Connection(1742387352)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.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-17 17:54:15.292--ServerSession(454071866)--Connection(240100370)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.292--ServerSession(454071866)--Connection(240100370)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.292--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-17 17:54:15.293--ServerSession(454071866)--Connection(240100370)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.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-17 17:54:15.293--ServerSession(454071866)--Connection(1914772936)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.293--ServerSession(454071866)--Connection(1914772936)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.293--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-17 17:54:15.293--ServerSession(454071866)--Connection(1914772936)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.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-17 17:54:15.293--ServerSession(454071866)--Connection(1034805460)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.293--ServerSession(454071866)--Connection(1034805460)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.293--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-17 17:54:15.294--ServerSession(454071866)--Connection(1034805460)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.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-17 17:54:15.294--ServerSession(454071866)--Connection(246953868)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.294--ServerSession(454071866)--Connection(246953868)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.294--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-17 17:54:15.294--ServerSession(454071866)--Connection(246953868)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.294--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-17 17:54:15.295--ServerSession(454071866)--Connection(1702389075)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.295--ServerSession(454071866)--Connection(1702389075)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.295--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-17 17:54:15.295--ServerSession(454071866)--Connection(1702389075)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.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-17 17:54:15.295--ServerSession(454071866)--Connection(2021254060)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.295--ServerSession(454071866)--Connection(2021254060)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.295--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-17 17:54:15.296--ServerSession(454071866)--Connection(2021254060)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.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-17 17:54:15.296--ServerSession(454071866)--Connection(1553441651)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.296--ServerSession(454071866)--Connection(1553441651)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.296--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-17 17:54:15.296--ServerSession(454071866)--Connection(1553441651)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.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-17 17:54:15.297--ServerSession(454071866)--Connection(956961778)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.297--ServerSession(454071866)--Connection(956961778)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.297--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-17 17:54:15.297--ServerSession(454071866)--Connection(956961778)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.297--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-17 17:54:15.297--ServerSession(454071866)--Connection(586173107)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.297--ServerSession(454071866)--Connection(586173107)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.298--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-17 17:54:15.298--ServerSession(454071866)--Connection(586173107)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.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-17 17:54:15.298--ServerSession(454071866)--Connection(1448707351)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.298--ServerSession(454071866)--Connection(1448707351)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.298--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-17 17:54:15.299--ServerSession(454071866)--Connection(1448707351)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.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-17 17:54:15.299--ServerSession(454071866)--Connection(295621064)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.299--ServerSession(454071866)--Connection(295621064)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.299--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-17 17:54:15.299--ServerSession(454071866)--Connection(295621064)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.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-17 17:54:15.3--ServerSession(454071866)--Connection(446519923)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.3--ServerSession(454071866)--Connection(446519923)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.3--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-17 17:54:15.3--ServerSession(454071866)--Connection(446519923)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.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-17 17:54:15.3--ServerSession(454071866)--Connection(781357244)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.3--ServerSession(454071866)--Connection(781357244)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.3--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-17 17:54:15.301--ServerSession(454071866)--Connection(781357244)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.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-17 17:54:15.301--ServerSession(454071866)--Connection(1335437579)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.301--ServerSession(454071866)--Connection(1335437579)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.301--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-17 17:54:15.301--ServerSession(454071866)--Connection(1335437579)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.302--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-17 17:54:15.302--ServerSession(454071866)--Connection(165421280)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.302--ServerSession(454071866)--Connection(165421280)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.302--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-17 17:54:15.302--ServerSession(454071866)--Connection(165421280)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.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-17 17:54:15.302--ServerSession(454071866)--Connection(119512187)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.302--ServerSession(454071866)--Connection(119512187)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.303--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-17 17:54:15.303--ServerSession(454071866)--Connection(119512187)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.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-17 17:54:15.303--ServerSession(454071866)--Connection(1298258234)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.303--ServerSession(454071866)--Connection(1298258234)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.303--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-17 17:54:15.304--ServerSession(454071866)--Connection(1298258234)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.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-17 17:54:15.304--ServerSession(454071866)--Connection(691763312)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.304--ServerSession(454071866)--Connection(691763312)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.304--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-17 17:54:15.304--ServerSession(454071866)--Connection(691763312)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.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-17 17:54:15.304--ServerSession(454071866)--Connection(156727071)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.305--ServerSession(454071866)--Connection(156727071)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.305--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-17 17:54:15.305--ServerSession(454071866)--Connection(156727071)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.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-17 17:54:15.305--ServerSession(454071866)--Connection(1101004259)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.305--ServerSession(454071866)--Connection(1101004259)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.305--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-17 17:54:15.306--ServerSession(454071866)--Connection(1101004259)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.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-17 17:54:15.306--ServerSession(454071866)--Connection(624734016)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.306--ServerSession(454071866)--Connection(624734016)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.306--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-17 17:54:15.306--ServerSession(454071866)--Connection(624734016)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.306--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-17 17:54:15.307--ServerSession(454071866)--Connection(802344735)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.307--ServerSession(454071866)--Connection(802344735)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.307--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-17 17:54:15.307--ServerSession(454071866)--Connection(802344735)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.307--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-17 17:54:15.307--ServerSession(454071866)--Connection(931938789)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.307--ServerSession(454071866)--Connection(931938789)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.307--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-17 17:54:15.308--ServerSession(454071866)--Connection(931938789)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.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-17 17:54:15.308--ServerSession(454071866)--Connection(482467245)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.308--ServerSession(454071866)--Connection(482467245)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.308--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-17 17:54:15.308--ServerSession(454071866)--Connection(482467245)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.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-17 17:54:15.309--ServerSession(454071866)--Connection(1243163846)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.309--ServerSession(454071866)--Connection(1243163846)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.309--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-17 17:54:15.309--ServerSession(454071866)--Connection(1243163846)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.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-17 17:54:15.309--ServerSession(454071866)--Connection(576423320)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.309--ServerSession(454071866)--Connection(576423320)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.309--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-17 17:54:15.31--ServerSession(454071866)--Connection(576423320)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.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-17 17:54:15.31--ServerSession(454071866)--Connection(843675991)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.31--ServerSession(454071866)--Connection(843675991)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.31--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-17 17:54:15.31--ServerSession(454071866)--Connection(843675991)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.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-17 17:54:15.311--ServerSession(454071866)--Connection(753824837)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.311--ServerSession(454071866)--Connection(753824837)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.311--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-17 17:54:15.311--ServerSession(454071866)--Connection(753824837)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.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-17 17:54:15.311--ServerSession(454071866)--Connection(1075732099)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.311--ServerSession(454071866)--Connection(1075732099)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.312--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-17 17:54:15.312--ServerSession(454071866)--Connection(1075732099)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.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-17 17:54:15.312--ServerSession(454071866)--Connection(1292050232)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.312--ServerSession(454071866)--Connection(1292050232)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.312--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-17 17:54:15.313--ServerSession(454071866)--Connection(1292050232)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.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-17 17:54:15.313--ServerSession(454071866)--Connection(19483086)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.313--ServerSession(454071866)--Connection(19483086)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.313--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-17 17:54:15.313--ServerSession(454071866)--Connection(19483086)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.314--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-17 17:54:15.314--ServerSession(454071866)--Connection(807910043)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.314--ServerSession(454071866)--Connection(807910043)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.314--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-17 17:54:15.314--ServerSession(454071866)--Connection(807910043)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.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-17 17:54:15.314--ServerSession(454071866)--Connection(251782947)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.314--ServerSession(454071866)--Connection(251782947)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.315--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-17 17:54:15.315--ServerSession(454071866)--Connection(251782947)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.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-17 17:54:15.315--ServerSession(454071866)--Connection(1959957748)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.315--ServerSession(454071866)--Connection(1959957748)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.315--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-17 17:54:15.316--ServerSession(454071866)--Connection(1959957748)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.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-17 17:54:15.316--ServerSession(454071866)--Connection(1544464084)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.316--ServerSession(454071866)--Connection(1544464084)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.316--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-17 17:54:15.316--ServerSession(454071866)--Connection(1544464084)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.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-17 17:54:15.316--ServerSession(454071866)--Connection(837034165)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.316--ServerSession(454071866)--Connection(837034165)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.317--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-17 17:54:15.317--ServerSession(454071866)--Connection(837034165)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.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-17 17:54:15.317--ServerSession(454071866)--Connection(827294752)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.317--ServerSession(454071866)--Connection(827294752)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.317--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-17 17:54:15.318--ServerSession(454071866)--Connection(827294752)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.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-17 17:54:15.318--ServerSession(454071866)--Connection(1265445657)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.318--ServerSession(454071866)--Connection(1265445657)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.318--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-17 17:54:15.318--ServerSession(454071866)--Connection(1265445657)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.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-17 17:54:15.318--ServerSession(454071866)--Connection(788234878)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.318--ServerSession(454071866)--Connection(788234878)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.319--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-17 17:54:15.319--ServerSession(454071866)--Connection(788234878)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.319--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-17 17:54:15.319--ServerSession(454071866)--Connection(245258698)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.319--ServerSession(454071866)--Connection(245258698)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.319--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-17 17:54:15.32--ServerSession(454071866)--Connection(245258698)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.32--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-17 17:54:15.32--ServerSession(454071866)--Connection(1082120737)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.32--ServerSession(454071866)--Connection(1082120737)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.32--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-17 17:54:15.32--ServerSession(454071866)--Connection(1082120737)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.32--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-17 17:54:15.32--ServerSession(454071866)--Connection(1961606163)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.32--ServerSession(454071866)--Connection(1961606163)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.321--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-17 17:54:15.321--ServerSession(454071866)--Connection(1961606163)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.321--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-17 17:54:15.321--ServerSession(454071866)--Connection(1175562576)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.321--ServerSession(454071866)--Connection(1175562576)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.321--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-17 17:54:15.322--ServerSession(454071866)--Connection(1175562576)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.322--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-17 17:54:15.322--ServerSession(454071866)--Connection(1380058827)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.322--ServerSession(454071866)--Connection(1380058827)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.322--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-17 17:54:15.322--ServerSession(454071866)--Connection(1380058827)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.322--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-17 17:54:15.322--ServerSession(454071866)--Connection(1266468699)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.323--ServerSession(454071866)--Connection(1266468699)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.323--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-17 17:54:15.323--ServerSession(454071866)--Connection(1266468699)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.323--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-17 17:54:15.323--ServerSession(454071866)--Connection(2037881941)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.323--ServerSession(454071866)--Connection(2037881941)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.323--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-17 17:54:15.324--ServerSession(454071866)--Connection(2037881941)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.324--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-17 17:54:15.324--ServerSession(454071866)--Connection(1766045218)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.324--ServerSession(454071866)--Connection(1766045218)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.324--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-17 17:54:15.324--ServerSession(454071866)--Connection(1766045218)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.324--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-17 17:54:15.391--ServerSession(454071866)--Connection(431257724)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.391--ServerSession(454071866)--Connection(431257724)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.391--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-17 17:54:15.392--ServerSession(454071866)--Connection(431257724)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.392--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-17 17:54:15.392--ServerSession(454071866)--Connection(1749639800)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.392--ServerSession(454071866)--Connection(1749639800)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.392--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-17 17:54:15.392--ServerSession(454071866)--Connection(1749639800)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.392--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-17 17:54:15.393--ServerSession(454071866)--Connection(754742731)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.393--ServerSession(454071866)--Connection(754742731)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.393--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-17 17:54:15.393--ServerSession(454071866)--Connection(754742731)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.393--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-17 17:54:15.393--ServerSession(454071866)--Connection(1152328143)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.393--ServerSession(454071866)--Connection(1152328143)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.394--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-17 17:54:15.394--ServerSession(454071866)--Connection(1152328143)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.394--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-17 17:54:15.394--ServerSession(454071866)--Connection(340588568)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.394--ServerSession(454071866)--Connection(340588568)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.394--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-17 17:54:15.394--ServerSession(454071866)--Connection(340588568)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.395--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-17 17:54:15.395--ServerSession(454071866)--Connection(151483127)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.395--ServerSession(454071866)--Connection(151483127)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.395--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-17 17:54:15.395--ServerSession(454071866)--Connection(151483127)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.395--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-17 17:54:15.395--ServerSession(454071866)--Connection(337340535)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.395--ServerSession(454071866)--Connection(337340535)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.395--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-17 17:54:15.396--ServerSession(454071866)--Connection(337340535)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.396--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-17 17:54:15.396--ServerSession(454071866)--Connection(366103732)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.396--ServerSession(454071866)--Connection(366103732)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.396--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-17 17:54:15.396--ServerSession(454071866)--Connection(366103732)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.396--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-17 17:54:15.396--ServerSession(454071866)--Connection(1111178997)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.396--ServerSession(454071866)--Connection(1111178997)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.396--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-17 17:54:15.397--ServerSession(454071866)--Connection(1111178997)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.397--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-17 17:54:15.397--ServerSession(454071866)--Connection(261070048)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.397--ServerSession(454071866)--Connection(261070048)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.397--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-17 17:54:15.397--ServerSession(454071866)--Connection(261070048)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.397--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-17 17:54:15.397--ServerSession(454071866)--Connection(233893812)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.397--ServerSession(454071866)--Connection(233893812)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.397--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-17 17:54:15.398--ServerSession(454071866)--Connection(233893812)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.398--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-17 17:54:15.398--ServerSession(454071866)--Connection(1083439555)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.398--ServerSession(454071866)--Connection(1083439555)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.398--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-17 17:54:15.398--ServerSession(454071866)--Connection(1083439555)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.399--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-17 17:54:15.399--ServerSession(454071866)--Connection(178803304)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.399--ServerSession(454071866)--Connection(178803304)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.399--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-17 17:54:15.399--ServerSession(454071866)--Connection(178803304)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.399--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-17 17:54:15.399--ServerSession(454071866)--Connection(1127315524)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.399--ServerSession(454071866)--Connection(1127315524)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.399--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-17 17:54:15.399--ServerSession(454071866)--Connection(1127315524)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.399--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-17 17:54:15.4--ServerSession(454071866)--Connection(1008397795)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.4--ServerSession(454071866)--Connection(1008397795)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.4--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-17 17:54:15.4--ServerSession(454071866)--Connection(1008397795)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.4--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-17 17:54:15.4--ServerSession(454071866)--Connection(732861584)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.4--ServerSession(454071866)--Connection(732861584)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.4--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-17 17:54:15.4--ServerSession(454071866)--Connection(732861584)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.4--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-17 17:54:15.401--ServerSession(454071866)--Connection(671831803)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.401--ServerSession(454071866)--Connection(671831803)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.401--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-17 17:54:15.401--ServerSession(454071866)--Connection(671831803)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.401--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-17 17:54:15.401--ServerSession(454071866)--Connection(1268820838)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.401--ServerSession(454071866)--Connection(1268820838)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.401--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-17 17:54:15.401--ServerSession(454071866)--Connection(1268820838)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.401--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-17 17:54:15.401--ServerSession(454071866)--Connection(1088740775)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.402--ServerSession(454071866)--Connection(1088740775)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.402--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-17 17:54:15.402--ServerSession(454071866)--Connection(1088740775)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.402--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-17 17:54:15.402--ServerSession(454071866)--Connection(1768930271)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.402--ServerSession(454071866)--Connection(1768930271)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.402--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-17 17:54:15.402--ServerSession(454071866)--Connection(1768930271)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.402--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-17 17:54:15.402--ServerSession(454071866)--Connection(298615087)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.402--ServerSession(454071866)--Connection(298615087)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.403--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-17 17:54:15.403--ServerSession(454071866)--Connection(298615087)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.403--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-17 17:54:15.403--ServerSession(454071866)--Connection(100065794)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.403--ServerSession(454071866)--Connection(100065794)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.403--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-17 17:54:15.403--ServerSession(454071866)--Connection(100065794)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.403--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-17 17:54:15.403--ServerSession(454071866)--Connection(2035839037)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.403--ServerSession(454071866)--Connection(2035839037)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.404--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-17 17:54:15.404--ServerSession(454071866)--Connection(2035839037)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.404--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-17 17:54:15.404--ServerSession(454071866)--Connection(200630963)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.404--ServerSession(454071866)--Connection(200630963)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.404--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-17 17:54:15.404--ServerSession(454071866)--Connection(200630963)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.404--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-17 17:54:15.404--ServerSession(454071866)--Connection(164276531)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.404--ServerSession(454071866)--Connection(164276531)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.405--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-17 17:54:15.405--ServerSession(454071866)--Connection(164276531)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.405--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-17 17:54:15.405--ServerSession(454071866)--Connection(2071503646)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.405--ServerSession(454071866)--Connection(2071503646)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.405--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-17 17:54:15.405--ServerSession(454071866)--Connection(2071503646)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.405--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-17 17:54:15.405--ServerSession(454071866)--Connection(182479825)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.405--ServerSession(454071866)--Connection(182479825)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.406--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-17 17:54:15.406--ServerSession(454071866)--Connection(182479825)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.406--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-17 17:54:15.406--ServerSession(454071866)--Connection(1987826890)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.406--ServerSession(454071866)--Connection(1987826890)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.406--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-17 17:54:15.406--ServerSession(454071866)--Connection(1987826890)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.406--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-17 17:54:15.406--ServerSession(454071866)--Connection(1395328755)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.406--ServerSession(454071866)--Connection(1395328755)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.407--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-17 17:54:15.407--ServerSession(454071866)--Connection(1395328755)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.407--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-17 17:54:15.407--ServerSession(454071866)--Connection(4974976)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.407--ServerSession(454071866)--Connection(4974976)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.407--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-17 17:54:15.407--ServerSession(454071866)--Connection(4974976)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.407--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-17 17:54:15.407--ServerSession(454071866)--Connection(1640440654)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.407--ServerSession(454071866)--Connection(1640440654)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.407--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-17 17:54:15.408--ServerSession(454071866)--Connection(1640440654)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.408--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-17 17:54:15.408--ServerSession(454071866)--Connection(1304678413)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.408--ServerSession(454071866)--Connection(1304678413)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.408--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-17 17:54:15.408--ServerSession(454071866)--Connection(1304678413)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.408--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-17 17:54:15.408--ServerSession(454071866)--Connection(1865486186)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.408--ServerSession(454071866)--Connection(1865486186)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.408--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-17 17:54:15.409--ServerSession(454071866)--Connection(1865486186)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.409--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-17 17:54:15.409--ServerSession(454071866)--Connection(1196629425)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.409--ServerSession(454071866)--Connection(1196629425)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.409--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-17 17:54:15.409--ServerSession(454071866)--Connection(1196629425)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.409--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-17 17:54:15.409--ServerSession(454071866)--Connection(137752948)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.409--ServerSession(454071866)--Connection(137752948)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.409--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-17 17:54:15.41--ServerSession(454071866)--Connection(137752948)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.41--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-17 17:54:15.41--ServerSession(454071866)--Connection(467893357)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.41--ServerSession(454071866)--Connection(467893357)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.41--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-17 17:54:15.41--ServerSession(454071866)--Connection(467893357)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.41--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-17 17:54:15.41--ServerSession(454071866)--Connection(2006754005)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.41--ServerSession(454071866)--Connection(2006754005)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.41--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-17 17:54:15.411--ServerSession(454071866)--Connection(2006754005)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.411--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-17 17:54:15.411--ServerSession(454071866)--Connection(1612945391)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.411--ServerSession(454071866)--Connection(1612945391)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.411--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-17 17:54:15.411--ServerSession(454071866)--Connection(1612945391)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.411--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-17 17:54:15.411--ServerSession(454071866)--Connection(176524598)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.411--ServerSession(454071866)--Connection(176524598)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.411--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-17 17:54:15.412--ServerSession(454071866)--Connection(176524598)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.412--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-17 17:54:15.412--ServerSession(454071866)--Connection(2092934045)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.412--ServerSession(454071866)--Connection(2092934045)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.412--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-17 17:54:15.412--ServerSession(454071866)--Connection(2092934045)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.412--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-17 17:54:15.412--ServerSession(454071866)--Connection(646430608)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.412--ServerSession(454071866)--Connection(646430608)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.412--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-17 17:54:15.413--ServerSession(454071866)--Connection(646430608)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.413--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-17 17:54:15.413--ServerSession(454071866)--Connection(448756893)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.413--ServerSession(454071866)--Connection(448756893)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.413--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-17 17:54:15.413--ServerSession(454071866)--Connection(448756893)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.413--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-17 17:54:15.413--ServerSession(454071866)--Connection(721106460)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.413--ServerSession(454071866)--Connection(721106460)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.414--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-17 17:54:15.414--ServerSession(454071866)--Connection(721106460)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.414--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-17 17:54:15.414--ServerSession(454071866)--Connection(461143428)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.414--ServerSession(454071866)--Connection(461143428)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.414--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-17 17:54:15.414--ServerSession(454071866)--Connection(461143428)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.414--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-17 17:54:15.414--ServerSession(454071866)--Connection(1911904857)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.414--ServerSession(454071866)--Connection(1911904857)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.415--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-17 17:54:15.415--ServerSession(454071866)--Connection(1911904857)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.415--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-17 17:54:15.415--ServerSession(454071866)--Connection(315269352)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.415--ServerSession(454071866)--Connection(315269352)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.415--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-17 17:54:15.415--ServerSession(454071866)--Connection(315269352)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.415--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-17 17:54:15.415--ServerSession(454071866)--Connection(1078375431)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.415--ServerSession(454071866)--Connection(1078375431)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.415--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-17 17:54:15.416--ServerSession(454071866)--Connection(1078375431)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.416--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-17 17:54:15.416--ServerSession(454071866)--Connection(1221878121)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.416--ServerSession(454071866)--Connection(1221878121)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.416--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-17 17:54:15.416--ServerSession(454071866)--Connection(1221878121)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.416--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-17 17:54:15.416--ServerSession(454071866)--Connection(1875108606)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.416--ServerSession(454071866)--Connection(1875108606)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.416--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-17 17:54:15.417--ServerSession(454071866)--Connection(1875108606)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.417--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-17 17:54:15.417--ServerSession(454071866)--Connection(1127390693)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.417--ServerSession(454071866)--Connection(1127390693)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.417--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-17 17:54:15.417--ServerSession(454071866)--Connection(1127390693)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.417--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-17 17:54:15.417--ServerSession(454071866)--Connection(1398482101)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.417--ServerSession(454071866)--Connection(1398482101)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.417--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-17 17:54:15.418--ServerSession(454071866)--Connection(1398482101)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.418--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-17 17:54:15.418--ServerSession(454071866)--Connection(1663626008)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.418--ServerSession(454071866)--Connection(1663626008)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.418--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-17 17:54:15.418--ServerSession(454071866)--Connection(1663626008)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.418--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-17 17:54:15.418--ServerSession(454071866)--Connection(1733716948)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.418--ServerSession(454071866)--Connection(1733716948)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.418--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-17 17:54:15.419--ServerSession(454071866)--Connection(1733716948)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.419--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-17 17:54:15.419--ServerSession(454071866)--Connection(1198257789)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.419--ServerSession(454071866)--Connection(1198257789)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.419--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-17 17:54:15.495--ServerSession(454071866)--Connection(1198257789)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.495--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-17 17:54:15.495--ServerSession(454071866)--Connection(1987671840)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.495--ServerSession(454071866)--Connection(1987671840)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.496--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-17 17:54:15.496--ServerSession(454071866)--Connection(1987671840)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.496--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-17 17:54:15.496--ServerSession(454071866)--Connection(49673515)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.496--ServerSession(454071866)--Connection(49673515)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.496--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-17 17:54:15.497--ServerSession(454071866)--Connection(49673515)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.497--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-17 17:54:15.497--ServerSession(454071866)--Connection(899851887)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.497--ServerSession(454071866)--Connection(899851887)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.497--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-17 17:54:15.497--ServerSession(454071866)--Connection(899851887)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.497--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-17 17:54:15.498--ServerSession(454071866)--Connection(544646831)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.498--ServerSession(454071866)--Connection(544646831)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.498--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-17 17:54:15.498--ServerSession(454071866)--Connection(544646831)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.498--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-17 17:54:15.498--ServerSession(454071866)--Connection(1706757907)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.498--ServerSession(454071866)--Connection(1706757907)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.498--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-17 17:54:15.498--ServerSession(454071866)--Connection(1706757907)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.499--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-17 17:54:15.499--ServerSession(454071866)--Connection(272396412)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.499--ServerSession(454071866)--Connection(272396412)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.499--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-17 17:54:15.499--ServerSession(454071866)--Connection(272396412)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.499--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-17 17:54:15.499--ServerSession(454071866)--Connection(1840257862)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.499--ServerSession(454071866)--Connection(1840257862)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.499--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-17 17:54:15.5--ServerSession(454071866)--Connection(1840257862)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.5--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-17 17:54:15.5--ServerSession(454071866)--Connection(1180091962)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.5--ServerSession(454071866)--Connection(1180091962)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.5--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-17 17:54:15.5--ServerSession(454071866)--Connection(1180091962)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.5--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-17 17:54:15.5--ServerSession(454071866)--Connection(237048990)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.5--ServerSession(454071866)--Connection(237048990)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.501--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-17 17:54:15.501--ServerSession(454071866)--Connection(237048990)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.501--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-17 17:54:15.501--ServerSession(454071866)--Connection(652170998)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.501--ServerSession(454071866)--Connection(652170998)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.501--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-17 17:54:15.502--ServerSession(454071866)--Connection(652170998)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.502--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-17 17:54:15.502--ServerSession(454071866)--Connection(1531657297)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.502--ServerSession(454071866)--Connection(1531657297)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.502--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-17 17:54:15.502--ServerSession(454071866)--Connection(1531657297)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.502--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-17 17:54:15.502--ServerSession(454071866)--Connection(2119068639)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.502--ServerSession(454071866)--Connection(2119068639)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.502--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-17 17:54:15.503--ServerSession(454071866)--Connection(2119068639)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.503--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-17 17:54:15.503--ServerSession(454071866)--Connection(2125429360)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.503--ServerSession(454071866)--Connection(2125429360)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.503--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-17 17:54:15.503--ServerSession(454071866)--Connection(2125429360)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.503--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-17 17:54:15.503--ServerSession(454071866)--Connection(1348864137)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.503--ServerSession(454071866)--Connection(1348864137)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.504--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-17 17:54:15.504--ServerSession(454071866)--Connection(1348864137)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.504--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-17 17:54:15.504--ServerSession(454071866)--Connection(1767548368)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.504--ServerSession(454071866)--Connection(1767548368)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.504--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-17 17:54:15.505--ServerSession(454071866)--Connection(1767548368)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.505--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-17 17:54:15.505--ServerSession(454071866)--Connection(946558414)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.505--ServerSession(454071866)--Connection(946558414)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.505--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-17 17:54:15.505--ServerSession(454071866)--Connection(946558414)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.505--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-17 17:54:15.505--ServerSession(454071866)--Connection(1755959879)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.505--ServerSession(454071866)--Connection(1755959879)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.505--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-17 17:54:15.506--ServerSession(454071866)--Connection(1755959879)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.506--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-17 17:54:15.506--ServerSession(454071866)--Connection(985762462)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.506--ServerSession(454071866)--Connection(985762462)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.506--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-17 17:54:15.506--ServerSession(454071866)--Connection(985762462)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.506--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-17 17:54:15.506--ServerSession(454071866)--Connection(1698217345)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.506--ServerSession(454071866)--Connection(1698217345)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.507--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-17 17:54:15.507--ServerSession(454071866)--Connection(1698217345)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.507--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-17 17:54:15.507--ServerSession(454071866)--Connection(109394862)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.507--ServerSession(454071866)--Connection(109394862)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.507--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-17 17:54:15.507--ServerSession(454071866)--Connection(109394862)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.508--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-17 17:54:15.508--ServerSession(454071866)--Connection(1767110140)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.508--ServerSession(454071866)--Connection(1767110140)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.508--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-17 17:54:15.508--ServerSession(454071866)--Connection(1767110140)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.508--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-17 17:54:15.508--ServerSession(454071866)--Connection(409103500)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.508--ServerSession(454071866)--Connection(409103500)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.508--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-17 17:54:15.509--ServerSession(454071866)--Connection(409103500)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.509--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-17 17:54:15.509--ServerSession(454071866)--Connection(914890594)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.509--ServerSession(454071866)--Connection(914890594)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.509--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-17 17:54:15.509--ServerSession(454071866)--Connection(914890594)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.509--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-17 17:54:15.509--ServerSession(454071866)--Connection(1872989031)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.509--ServerSession(454071866)--Connection(1872989031)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.509--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-17 17:54:15.51--ServerSession(454071866)--Connection(1872989031)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.51--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-17 17:54:15.51--ServerSession(454071866)--Connection(1296105015)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.51--ServerSession(454071866)--Connection(1296105015)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.51--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-17 17:54:15.51--ServerSession(454071866)--Connection(1296105015)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.51--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-17 17:54:15.51--ServerSession(454071866)--Connection(734270769)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.51--ServerSession(454071866)--Connection(734270769)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.51--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-17 17:54:15.511--ServerSession(454071866)--Connection(734270769)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:15.534--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1544246716
    [junit] [EL Finer]: 2024-04-17 17:54:15.535--ClientSession(1544246716)--Thread(Thread[main,5,main])--acquire unit of work: 1522419383
    [junit] [EL Finest]: 2024-04-17 17:54:15.535--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.535--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (50 -> null:null:reading)
    [junit] [EL Finest]: 2024-04-17 17:54:15.535--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.535--ServerSession(454071866)--Connection(1619526548)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:15.535--ClientSession(1544246716)--Connection(1619526548)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:15.535--ClientSession(1544246716)--Connection(1619526548)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:15.535--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-17 17:54:15.535--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-17 17:54:15.535--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-17 17:54:15.536--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-17 17:54:15.536--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-17 17:54:15.536--ClientSession(1544246716)--Connection(1210804940)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:15.536--ServerSession(454071866)--Connection(1210804940)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:15.536--ServerSession(454071866)--Connection(1619526548)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:15.536--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (51 -> null:null:cooking)
    [junit] [EL Finest]: 2024-04-17 17:54:15.536--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.536--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (52 -> null:null:watching tv)
    [junit] [EL Finest]: 2024-04-17 17:54:15.536--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.536--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (53 -> null:null:cleaning the house)
    [junit] [EL Finest]: 2024-04-17 17:54:15.536--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.536--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (54 -> null:null:swimming)
    [junit] [EL Finest]: 2024-04-17 17:54:15.536--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.536--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (55 -> null:null:computers)
    [junit] [EL Finest]: 2024-04-17 17:54:15.536--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.536--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--assign sequence to the object (56 -> null:null:stamps)
    [junit] [EL Finest]: 2024-04-17 17:54:15.537--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.537--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.537--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.537--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.537--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.537--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.537--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.537--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.537--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.537--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.537--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.537--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-17 17:54:15.537--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.537--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-17 17:54:15.537--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.537--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-17 17:54:15.537--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.537--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-17 17:54:15.537--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.537--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-17 17:54:15.537--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.537--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-17 17:54:15.537--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.537--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-17 17:54:15.537--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.537--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-17 17:54:15.537--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.537--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-17 17:54:15.537--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.537--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-17 17:54:15.537--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.537--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-17 17:54:15.537--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.537--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-17 17:54:15.537--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.537--ServerSession(454071866)--Connection(1472644491)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:15.537--ClientSession(1544246716)--Connection(1472644491)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:15.537--ClientSession(1544246716)--Connection(1472644491)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:15.537--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-17 17:54:15.537--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-17 17:54:15.538--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-17 17:54:15.538--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-17 17:54:15.538--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-17 17:54:15.538--ClientSession(1544246716)--Connection(895556946)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:15.538--ServerSession(454071866)--Connection(895556946)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:15.538--ServerSession(454071866)--Connection(1472644491)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:15.538--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-17 17:54:15.538--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.538--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-17 17:54:15.538--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.538--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-17 17:54:15.539--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.539--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-17 17:54:15.539--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.539--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-17 17:54:15.539--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.539--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-17 17:54:15.539--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.539--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-17 17:54:15.539--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.539--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-17 17:54:15.539--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.539--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-17 17:54:15.539--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.539--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-17 17:54:15.539--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.539--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-17 17:54:15.539--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.539--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-17 17:54:15.539--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.539--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-17 17:54:15.539--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.539--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-17 17:54:15.539--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.539--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-17 17:54:15.539--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.539--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-17 17:54:15.539--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.539--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-17 17:54:15.539--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.539--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-17 17:54:15.539--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.539--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-17 17:54:15.539--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.539--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-17 17:54:15.539--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.539--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-17 17:54:15.539--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.539--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-17 17:54:15.539--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.539--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-17 17:54:15.539--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.539--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-17 17:54:15.539--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.539--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-17 17:54:15.539--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.539--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-17 17:54:15.539--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.539--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-17 17:54:15.539--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.54--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-17 17:54:15.54--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.54--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-17 17:54:15.54--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.54--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-17 17:54:15.54--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.54--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-17 17:54:15.54--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.54--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-17 17:54:15.54--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.54--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-17 17:54:15.54--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.54--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-17 17:54:15.54--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.54--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-17 17:54:15.54--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.54--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-17 17:54:15.54--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.54--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-17 17:54:15.54--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.54--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-17 17:54:15.54--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.54--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-17 17:54:15.54--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.54--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-17 17:54:15.54--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.54--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-17 17:54:15.54--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.54--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-17 17:54:15.54--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.54--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-17 17:54:15.54--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.54--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-17 17:54:15.54--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.54--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-17 17:54:15.54--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.54--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-17 17:54:15.54--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.54--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-17 17:54:15.54--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.54--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-17 17:54:15.54--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.54--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-17 17:54:15.54--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.54--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-17 17:54:15.54--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.54--ServerSession(454071866)--Connection(16200929)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:15.54--ClientSession(1544246716)--Connection(16200929)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:15.54--ClientSession(1544246716)--Connection(16200929)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:15.541--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-17 17:54:15.541--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-17 17:54:15.541--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-17 17:54:15.541--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-17 17:54:15.541--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-17 17:54:15.541--ClientSession(1544246716)--Connection(2071813517)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:15.542--ServerSession(454071866)--Connection(2071813517)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:15.542--ServerSession(454071866)--Connection(16200929)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:15.542--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-17 17:54:15.542--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.542--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-17 17:54:15.542--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.542--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-17 17:54:15.542--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.542--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-17 17:54:15.542--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.542--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-17 17:54:15.542--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.542--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-17 17:54:15.542--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.542--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-17 17:54:15.542--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.542--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-17 17:54:15.542--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.599--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-17 17:54:15.599--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.599--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-17 17:54:15.599--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.599--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-17 17:54:15.599--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.599--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-17 17:54:15.599--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.599--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-17 17:54:15.599--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.599--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-17 17:54:15.599--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.599--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-17 17:54:15.599--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.599--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-17 17:54:15.599--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.599--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-17 17:54:15.599--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.599--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-17 17:54:15.599--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.599--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-17 17:54:15.599--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.599--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-17 17:54:15.599--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.599--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-17 17:54:15.599--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.599--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-17 17:54:15.599--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.599--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-17 17:54:15.599--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.599--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-17 17:54:15.599--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.599--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-17 17:54:15.599--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.599--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-17 17:54:15.599--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.599--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-17 17:54:15.599--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.599--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-17 17:54:15.6--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.6--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-17 17:54:15.6--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.6--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-17 17:54:15.6--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.6--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-17 17:54:15.6--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.6--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-17 17:54:15.6--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.6--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-17 17:54:15.6--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.6--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-17 17:54:15.6--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.6--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-17 17:54:15.6--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.6--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-17 17:54:15.6--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.6--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-17 17:54:15.6--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.6--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-17 17:54:15.6--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.6--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-17 17:54:15.6--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.6--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-17 17:54:15.6--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.6--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-17 17:54:15.6--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.6--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-17 17:54:15.6--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.6--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-17 17:54:15.6--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.6--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.6--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.6--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.6--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.6--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.6--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.6--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.6--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.6--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.6--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.6--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.6--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.601--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.601--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.601--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.601--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.601--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.601--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.601--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.601--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.601--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.601--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.601--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.601--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.601--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.601--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.601--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.601--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.601--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.601--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.601--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.601--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.601--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.601--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.601--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.601--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.601--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.601--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.601--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.601--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.601--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.601--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.601--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.601--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.601--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.601--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.601--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.601--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.601--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.602--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.602--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.602--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.602--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.602--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.602--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.602--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.602--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.602--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.602--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.602--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.602--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.602--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.602--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.602--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.602--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.602--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.602--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.602--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.602--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.602--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.602--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.602--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.602--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.602--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.602--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.602--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.602--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.602--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.602--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.602--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.602--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.602--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.602--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.602--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.602--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.603--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.603--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.603--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.603--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.603--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.603--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.603--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.603--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.603--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.603--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.603--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.603--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.603--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.603--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:15.603--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:15.604--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-17 17:54:15.604--ServerSession(454071866)--Connection(646078395)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:15.604--ClientSession(1544246716)--Connection(646078395)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:15.604--ClientSession(1544246716)--Connection(646078395)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:15.604--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-17 17:54:15.604--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-17 17:54:15.604--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-17 17:54:15.604--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-17 17:54:15.604--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-17 17:54:15.604--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:15.604--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-17 17:54:15.604--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [839, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:15.605--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [840, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:15.605--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [841, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:15.605--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [842, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:15.605--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [843, foo-brand, null, 0, 1, 4]
    [junit] [EL Finer]: 2024-04-17 17:54:15.605--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:15.606--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-17 17:54:15.606--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-17 17:54:15.606--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-17 17:54:15.606--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-17 17:54:15.606--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-17 17:54:15.606--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-17 17:54:15.606--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-17 17:54:15.606--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-17 17:54:15.606--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-17 17:54:15.606--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-17 17:54:15.606--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:15.606--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:15.606--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [8, Department_8, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:15.606--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [6, Department_6, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:15.606--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [7, Department_7, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:15.606--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [0, Department_0, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:15.606--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [9, Department_9, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:15.606--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [3, Department_3, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:15.606--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [1, Department_1, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:15.606--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [5, Department_5, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:15.606--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [2, Department_2, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:15.606--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [4, Department_4, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:15.606--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:15.608--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-17 17:54:15.608--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-17 17:54:15.608--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-17 17:54:15.608--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-17 17:54:15.608--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-17 17:54:15.608--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-17 17:54:15.608--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-17 17:54:15.608--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-17 17:54:15.608--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-17 17:54:15.608--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-17 17:54:15.608--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-17 17:54:15.608--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-17 17:54:15.608--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-17 17:54:15.608--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-17 17:54:15.608--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-17 17:54:15.608--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-17 17:54:15.608--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-17 17:54:15.608--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-17 17:54:15.608--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-17 17:54:15.608--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-17 17:54:15.608--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.609--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-17 17:54:15.61--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-17 17:54:15.61--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-17 17:54:15.61--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-17 17:54:15.61--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-17 17:54:15.61--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-17 17:54:15.61--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-17 17:54:15.61--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-17 17:54:15.61--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-17 17:54:15.61--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-17 17:54:15.61--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-17 17:54:15.61--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-17 17:54:15.61--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-17 17:54:15.61--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-17 17:54:15.61--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-17 17:54:15.61--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-17 17:54:15.61--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-17 17:54:15.61--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-17 17:54:15.61--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-17 17:54:15.61--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-17 17:54:15.61--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-17 17:54:15.61--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-17 17:54:15.61--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-17 17:54:15.61--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-17 17:54:15.61--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-17 17:54:15.61--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-17 17:54:15.61--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-17 17:54:15.61--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-17 17:54:15.61--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-17 17:54:15.61--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-17 17:54:15.61--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-17 17:54:15.61--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-17 17:54:15.61--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-17 17:54:15.61--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-17 17:54:15.61--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-17 17:54:15.61--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-17 17:54:15.61--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-17 17:54:15.61--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(55:null:computers)
    [junit] [EL Finer]: 2024-04-17 17:54:15.61--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:15.61--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-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [80, Hedi, Hausmann, null, 2024-04-29 07:40:55.602, 2024-04-06 04:07:35.602, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [41, Hieronymus, Hesselbarth, null, 2024-04-29 07:40:55.601, 2024-04-06 04:07:35.601, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [42, Hermann, Hanstein, null, 2024-04-29 07:40:55.601, 2024-04-06 04:07:35.601, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [21, Hildegard, Hilgenfeld, null, 2024-04-29 07:40:55.601, 2024-04-06 04:07:35.601, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [8, Harriet, Haus Lancaster, null, 2024-04-29 07:40:55.6, 2024-04-06 04:07:35.6, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [96, Helene, Helmig, null, 2024-04-29 07:40:55.603, 2024-04-06 04:07:35.603, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [73, Hulda, Hanstein, null, 2024-04-29 07:40:55.602, 2024-04-06 04:07:35.602, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [75, Henning, Henschel, null, 2024-04-29 07:40:55.602, 2024-04-06 04:07:35.602, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, Hermann, Hermelink, null, 2024-04-29 07:40:55.602, 2024-04-06 04:07:35.602, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [47, Helene, Heuser, null, 2024-04-29 07:40:55.601, 2024-04-06 04:07:35.601, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [72, Hermann, Hamilton, null, 2024-04-29 07:40:55.602, 2024-04-06 04:07:35.602, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [98, Heiner, Helbig, null, 2024-04-29 07:40:55.603, 2024-04-06 04:07:35.603, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [70, Hanns, Hayek, null, 2024-04-29 07:40:55.602, 2024-04-06 04:07:35.602, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [30, Hilarius, Hausmann, null, 2024-04-29 07:40:55.601, 2024-04-06 04:07:35.601, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [43, Hans, Hegemann, null, 2024-04-29 07:40:55.601, 2024-04-06 04:07:35.601, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [29, Hermann, Harding, null, 2024-04-29 07:40:55.601, 2024-04-06 04:07:35.601, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [86, Heidi, Hilgenfeld, null, 2024-04-29 07:40:55.603, 2024-04-06 04:07:35.603, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [99, Hinrich, Hennig, null, 2024-04-29 07:40:55.603, 2024-04-06 04:07:35.603, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, Hannah, Hein, null, 2024-04-29 07:40:55.602, 2024-04-06 04:07:35.602, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, Harry, Hildebrand, null, 2024-04-29 07:40:55.602, 2024-04-06 04:07:35.602, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [28, Helmut, Heidegger, null, 2024-04-29 07:40:55.601, 2024-04-06 04:07:35.601, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [82, Herbert, Herzog, null, 2024-04-29 07:40:55.602, 2024-04-06 04:07:35.602, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [48, Hugo, Habermann, null, 2024-04-29 07:40:55.601, 2024-04-06 04:07:35.601, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, Harald, Hildebrandt, null, 2024-04-29 07:40:55.602, 2024-04-06 04:07:35.602, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [20, Heiner, Hartfelder, null, 2024-04-29 07:40:55.601, 2024-04-06 04:07:35.601, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [78, Hadmar, Hewitt, null, 2024-04-29 07:40:55.602, 2024-04-06 04:07:35.602, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [4, Heribert, Hausmann, null, 2024-04-29 07:40:55.6, 2024-04-06 04:07:35.6, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [33, Hakon, Hettner, null, 2024-04-29 07:40:55.601, 2024-04-06 04:07:35.601, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [64, Henryk, Helbig, null, 2024-04-29 07:40:55.602, 2024-04-06 04:07:35.602, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [24, Henning, Hardy, null, 2024-04-29 07:40:55.601, 2024-04-06 04:07:35.601, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [93, Hasso, Herder, null, 2024-04-29 07:40:55.603, 2024-04-06 04:07:35.603, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [87, Harry, Hamann, null, 2024-04-29 07:40:55.603, 2024-04-06 04:07:35.603, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [90, Hulda, Harnack, null, 2024-04-29 07:40:55.603, 2024-04-06 04:07:35.603, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [36, Hedda, Hausner, null, 2024-04-29 07:40:55.601, 2024-04-06 04:07:35.601, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [92, Hasso, Hawke, null, 2024-04-29 07:40:55.603, 2024-04-06 04:07:35.603, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [71, Harvey, Hildebrandt, null, 2024-04-29 07:40:55.602, 2024-04-06 04:07:35.602, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [5, Hedi, Herold, null, 2024-04-29 07:40:55.6, 2024-04-06 04:07:35.6, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [31, Hadmar, Heidegger, null, 2024-04-29 07:40:55.601, 2024-04-06 04:07:35.601, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [17, Hansklaus, Hartig, null, 2024-04-29 07:40:55.601, 2024-04-06 04:07:35.601, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [81, Holda, Hentschel, null, 2024-04-29 07:40:55.602, 2024-04-06 04:07:35.602, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [84, Helga, Hennig, null, 2024-04-29 07:40:55.602, 2024-04-06 04:07:35.602, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [13, Harry, Hausmann, null, 2024-04-29 07:40:55.601, 2024-04-06 04:07:35.601, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [7, Helen, Hermelink, null, 2024-04-29 07:40:55.6, 2024-04-06 04:07:35.6, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [68, Hubert, Hegemann, null, 2024-04-29 07:40:55.602, 2024-04-06 04:07:35.602, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [9, Henryk, Hemsterhuis, null, 2024-04-29 07:40:55.6, 2024-04-06 04:07:35.6, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [79, Hartwig, Hartfelder, null, 2024-04-29 07:40:55.602, 2024-04-06 04:07:35.602, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [76, Hjalmar, Hawke, null, 2024-04-29 07:40:55.602, 2024-04-06 04:07:35.602, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [44, Holde, Havenstein, null, 2024-04-29 07:40:55.601, 2024-04-06 04:07:35.601, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [45, Hjalmar, Hendrix, null, 2024-04-29 07:40:55.601, 2024-04-06 04:07:35.601, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [88, Heribert, Hesselbarth, null, 2024-04-29 07:40:55.603, 2024-04-06 04:07:35.603, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [77, Hartmut, Haus Lancaster, null, 2024-04-29 07:40:55.602, 2024-04-06 04:07:35.602, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [10, Herbert, Heise, null, 2024-04-29 07:40:55.6, 2024-04-06 04:07:35.6, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [49, Hadmar, Herder, null, 2024-04-29 07:40:55.601, 2024-04-06 04:07:35.601, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.611--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [74, Heinrich, Halbach, null, 2024-04-29 07:40:55.602, 2024-04-06 04:07:35.602, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [61, Hakan, Heuser, null, 2024-04-29 07:40:55.602, 2024-04-06 04:07:35.602, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [15, Harold, Hartenthaler, null, 2024-04-29 07:40:55.601, 2024-04-06 04:07:35.601, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [22, Helga, Hardenberg, null, 2024-04-29 07:40:55.601, 2024-04-06 04:07:35.601, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [19, Hein, Hesselbarth, null, 2024-04-29 07:40:55.601, 2024-04-06 04:07:35.601, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [58, Humphrey, Hecht, null, 2024-04-29 07:40:55.602, 2024-04-06 04:07:35.602, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [67, Holger, Herrmann, null, 2024-04-29 07:40:55.602, 2024-04-06 04:07:35.602, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [11, Hieu, Hermelink, null, 2024-04-29 07:40:55.6, 2024-04-06 04:07:35.6, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [83, Hilarius, Hartig, null, 2024-04-29 07:40:55.602, 2024-04-06 04:07:35.602, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [62, Holda, Hayek, null, 2024-04-29 07:40:55.602, 2024-04-06 04:07:35.602, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [65, Hjalmar, Hampe, null, 2024-04-29 07:40:55.602, 2024-04-06 04:07:35.602, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [23, Heinke, Haus Lancaster, null, 2024-04-29 07:40:55.601, 2024-04-06 04:07:35.601, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [63, Harold, Hartfelder, null, 2024-04-29 07:40:55.602, 2024-04-06 04:07:35.602, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [26, Hannah, Hegemann, null, 2024-04-29 07:40:55.601, 2024-04-06 04:07:35.601, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [34, Hugo, Hamann, null, 2024-04-29 07:40:55.601, 2024-04-06 04:07:35.601, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [38, Hubertus, Heim, null, 2024-04-29 07:40:55.601, 2024-04-06 04:07:35.601, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, Hannes, Hildebrandt, null, 2024-04-29 07:40:55.602, 2024-04-06 04:07:35.602, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [2, Henryk, Hackmann, null, 2024-04-29 07:40:55.6, 2024-04-06 04:07:35.6, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [60, Hannes, Haas, null, 2024-04-29 07:40:55.602, 2024-04-06 04:07:35.602, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [46, Horst, Hettner, null, 2024-04-29 07:40:55.601, 2024-04-06 04:07:35.601, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [97, Henrike, Hanson, null, 2024-04-29 07:40:55.603, 2024-04-06 04:07:35.603, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [91, Hilmar, Hildebrand, null, 2024-04-29 07:40:55.603, 2024-04-06 04:07:35.603, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [18, Harold, Hildebrandt, null, 2024-04-29 07:40:55.601, 2024-04-06 04:07:35.601, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [35, Hugo, Herbst, null, 2024-04-29 07:40:55.601, 2024-04-06 04:07:35.601, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [14, Hjalmar, Hennig, null, 2024-04-29 07:40:55.601, 2024-04-06 04:07:35.601, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [40, Harald, Hamilton, null, 2024-04-29 07:40:55.601, 2024-04-06 04:07:35.601, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [56, Hedwig, Hamilton, null, 2024-04-29 07:40:55.602, 2024-04-06 04:07:35.602, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [57, Hugo, Hausmann, null, 2024-04-29 07:40:55.602, 2024-04-06 04:07:35.602, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [39, Hilke, Hamburger, null, 2024-04-29 07:40:55.601, 2024-04-06 04:07:35.601, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [95, Heiko, Haak, null, 2024-04-29 07:40:55.603, 2024-04-06 04:07:35.603, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [12, Hilarius, Hausmann, null, 2024-04-29 07:40:55.6, 2024-04-06 04:07:35.6, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [1, Hilke, Herrmann, null, 2024-04-29 07:40:55.6, 2024-04-06 04:07:35.6, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [59, Hasso, Halbach, null, 2024-04-29 07:40:55.602, 2024-04-06 04:07:35.602, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [66, Heike, Hausner, null, 2024-04-29 07:40:55.602, 2024-04-06 04:07:35.602, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [25, Hubertus, Havenstein, null, 2024-04-29 07:40:55.601, 2024-04-06 04:07:35.601, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [16, Heide, Henning, null, 2024-04-29 07:40:55.601, 2024-04-06 04:07:35.601, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [0, Hanna, Hanisch, null, 2024-04-29 07:40:55.6, 2024-04-06 04:07:35.6, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [37, Hagen, Hecht, null, 2024-04-29 07:40:55.601, 2024-04-06 04:07:35.601, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, Hansklaus, Hesselbarth, null, 2024-04-29 07:40:55.602, 2024-04-06 04:07:35.602, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [89, Hilarius, Hawke, null, 2024-04-29 07:40:55.603, 2024-04-06 04:07:35.603, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [3, Harald, Hackmann, null, 2024-04-29 07:40:55.6, 2024-04-06 04:07:35.6, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [27, Hilarius, Hewitt, null, 2024-04-29 07:40:55.601, 2024-04-06 04:07:35.601, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [69, Hauke, Heinrich, null, 2024-04-29 07:40:55.602, 2024-04-06 04:07:35.602, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [94, Hilmar, Hilgenfeld, null, 2024-04-29 07:40:55.603, 2024-04-06 04:07:35.603, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [6, Hakan, Hesse, null, 2024-04-29 07:40:55.6, 2024-04-06 04:07:35.6, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [85, Hakan, Heer, null, 2024-04-29 07:40:55.602, 2024-04-06 04:07:35.602, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [32, Hilmar, Hartfelder, null, 2024-04-29 07:40:55.601, 2024-04-06 04:07:35.601, null, null, null, null, null, null, null]
    [junit] [EL Finer]: 2024-04-17 17:54:15.612--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:15.635--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(52:null:watching tv)
    [junit] [EL Finest]: 2024-04-17 17:54:15.635--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(51:null:cooking)
    [junit] [EL Finest]: 2024-04-17 17:54:15.635--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(53:null:cleaning the house)
    [junit] [EL Finest]: 2024-04-17 17:54:15.635--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(50:null:reading)
    [junit] [EL Finest]: 2024-04-17 17:54:15.635--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(54:null:swimming)
    [junit] [EL Finest]: 2024-04-17 17:54:15.635--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(56:null:stamps)
    [junit] [EL Finest]: 2024-04-17 17:54:15.635--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-17 17:54:15.635--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:15.635--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:15.635--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, null, computers]
    [junit] [EL Fine]: 2024-04-17 17:54:15.635--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, null, watching tv]
    [junit] [EL Fine]: 2024-04-17 17:54:15.635--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, null, cooking]
    [junit] [EL Fine]: 2024-04-17 17:54:15.635--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, null, cleaning the house]
    [junit] [EL Fine]: 2024-04-17 17:54:15.635--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, null, reading]
    [junit] [EL Fine]: 2024-04-17 17:54:15.635--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, null, swimming]
    [junit] [EL Fine]: 2024-04-17 17:54:15.635--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [56, null, stamps]
    [junit] [EL Finer]: 2024-04-17 17:54:15.635--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:15.637--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-17 17:54:15.637--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-17 17:54:15.637--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-17 17:54:15.637--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-17 17:54:15.637--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-17 17:54:15.637--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-17 17:54:15.637--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-17 17:54:15.637--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-17 17:54:15.637--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-17 17:54:15.637--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-17 17:54:15.637--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-17 17:54:15.637--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-17 17:54:15.637--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-17 17:54:15.637--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-17 17:54:15.637--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-17 17:54:15.637--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-17 17:54:15.637--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-17 17:54:15.637--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-17 17:54:15.637--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-17 17:54:15.637--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-17 17:54:15.637--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-17 17:54:15.637--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-17 17:54:15.637--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-17 17:54:15.637--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-17 17:54:15.637--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-17 17:54:15.638--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-17 17:54:15.638--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-17 17:54:15.638--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-17 17:54:15.638--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-17 17:54:15.638--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-17 17:54:15.638--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-17 17:54:15.638--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-17 17:54:15.638--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-17 17:54:15.638--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-17 17:54:15.638--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-17 17:54:15.638--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-17 17:54:15.638--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-17 17:54:15.638--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-17 17:54:15.638--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-17 17:54:15.638--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-17 17:54:15.638--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-17 17:54:15.638--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-17 17:54:15.638--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-17 17:54:15.638--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-17 17:54:15.638--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-17 17:54:15.638--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-17 17:54:15.638--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-17 17:54:15.638--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-17 17:54:15.638--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-17 17:54:15.638--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-17 17:54:15.638--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-17 17:54:15.638--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-17 17:54:15.638--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-17 17:54:15.638--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-17 17:54:15.638--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-17 17:54:15.638--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-17 17:54:15.638--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-17 17:54:15.638--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-17 17:54:15.638--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-17 17:54:15.638--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-17 17:54:15.638--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-17 17:54:15.705--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-17 17:54:15.705--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-17 17:54:15.705--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-17 17:54:15.705--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-17 17:54:15.705--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-17 17:54:15.705--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-17 17:54:15.705--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-17 17:54:15.705--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-17 17:54:15.705--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-17 17:54:15.705--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-17 17:54:15.705--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-17 17:54:15.705--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-17 17:54:15.705--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-17 17:54:15.705--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-17 17:54:15.705--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-17 17:54:15.706--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-17 17:54:15.706--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-17 17:54:15.706--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-17 17:54:15.706--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-17 17:54:15.706--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-17 17:54:15.706--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-17 17:54:15.706--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-17 17:54:15.706--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-17 17:54:15.706--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-17 17:54:15.706--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-17 17:54:15.706--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-17 17:54:15.706--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-17 17:54:15.706--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-17 17:54:15.706--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-17 17:54:15.706--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-17 17:54:15.706--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-17 17:54:15.706--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-17 17:54:15.706--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-17 17:54:15.706--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-17 17:54:15.706--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-17 17:54:15.706--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-17 17:54:15.706--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-17 17:54:15.706--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-17 17:54:15.706--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-17 17:54:15.706--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:15.706--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-17 17:54:15.706--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-17 17:54:15.706--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-17 17:54:15.706--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-17 17:54:15.706--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-17 17:54:15.706--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-17 17:54:15.706--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-17 17:54:15.706--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-17 17:54:15.706--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-17 17:54:15.706--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-17 17:54:15.706--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-17 17:54:15.706--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-17 17:54:15.706--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-17 17:54:15.706--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.707--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-17 17:54:15.708--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-17 17:54:15.708--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-17 17:54:15.708--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-17 17:54:15.708--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-17 17:54:15.708--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-17 17:54:15.708--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-17 17:54:15.708--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-17 17:54:15.708--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-17 17:54:15.708--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-17 17:54:15.708--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-17 17:54:15.708--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-17 17:54:15.708--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-17 17:54:15.708--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-17 17:54:15.708--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-17 17:54:15.708--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-17 17:54:15.708--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-17 17:54:15.708--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-17 17:54:15.708--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-17 17:54:15.708--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-17 17:54:15.708--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-17 17:54:15.708--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-17 17:54:15.708--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-17 17:54:15.708--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-17 17:54:15.708--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-17 17:54:15.708--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-17 17:54:15.708--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:15.718--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-17 17:54:15.718--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-17 17:54:15.718--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-17 17:54:15.718--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-17 17:54:15.718--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-17 17:54:15.718--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-17 17:54:15.718--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-17 17:54:15.718--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-17 17:54:15.718--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-17 17:54:15.718--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-17 17:54:15.718--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-17 17:54:15.718--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-17 17:54:15.718--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-17 17:54:15.719--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-17 17:54:15.719--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-17 17:54:15.719--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-17 17:54:15.719--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-17 17:54:15.719--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-17 17:54:15.719--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-17 17:54:15.719--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-17 17:54:15.719--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-17 17:54:15.719--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-17 17:54:15.719--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-17 17:54:15.719--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-17 17:54:15.719--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-17 17:54:15.719--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-17 17:54:15.719--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-17 17:54:15.719--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-17 17:54:15.719--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-17 17:54:15.719--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-17 17:54:15.719--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-17 17:54:15.719--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-17 17:54:15.719--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-17 17:54:15.719--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-17 17:54:15.719--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-17 17:54:15.719--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-17 17:54:15.719--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-17 17:54:15.719--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-17 17:54:15.719--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-17 17:54:15.719--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-17 17:54:15.719--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-17 17:54:15.719--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-17 17:54:15.719--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-17 17:54:15.719--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-17 17:54:15.719--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-17 17:54:15.719--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-17 17:54:15.719--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-17 17:54:15.719--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-17 17:54:15.719--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-17 17:54:15.719--ClientSession(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-17 17:54:15.719--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [11, 839]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [21, 839]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [29, 839]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [35, 839]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [37, 839]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [39, 839]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [41, 839]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [47, 839]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [49, 839]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [69, 839]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [75, 839]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [79, 839]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [85, 839]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [89, 839]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [91, 839]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [95, 839]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [13, 840]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [17, 840]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [23, 840]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [25, 840]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [27, 840]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [33, 840]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 840]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [59, 840]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [65, 840]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [71, 840]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [87, 840]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [7, 841]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [15, 841]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [43, 841]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 841]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [57, 841]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [61, 841]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [63, 841]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [67, 841]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [81, 841]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [99, 841]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [1, 842]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [3, 842]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [5, 842]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [9, 842]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [19, 842]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [31, 842]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [45, 842]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 842]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [73, 842]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [77, 842]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [83, 842]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [93, 842]
    [junit] [EL Fine]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [97, 842]
    [junit] [EL Finer]: 2024-04-17 17:54:15.72--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:15.725--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.725--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.725--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.725--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.725--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.725--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.725--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.725--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.725--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.725--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.725--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.725--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.725--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.725--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.725--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.725--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.725--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.725--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.725--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.725--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.725--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.725--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.725--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.725--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.725--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.725--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.725--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.725--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.725--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.725--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.725--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.725--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.725--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.725--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.725--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.725--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.726--ClientSession(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-17 17:54:15.726--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:15.726--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:15.727--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:15.728--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:15.728--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:15.728--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:15.728--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:15.728--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:15.728--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:15.728--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:15.728--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:15.728--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:15.728--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:15.728--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:15.728--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:15.728--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:15.728--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:15.728--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:15.728--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:15.728--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:15.728--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:15.728--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:15.728--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:15.728--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:15.728--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:15.728--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:15.728--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:15.728--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:15.728--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:15.728--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:15.728--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:15.728--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:15.728--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:15.728--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:15.728--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 52]
    [junit] [EL Finer]: 2024-04-17 17:54:15.728--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.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-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.811--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.812--ClientSession(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-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:15.812--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:15.813--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:15.813--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:15.813--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:15.813--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:15.813--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:15.813--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:15.813--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:15.813--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:15.813--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:15.813--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:15.813--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:15.813--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:15.813--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:15.813--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:15.813--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:15.813--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:15.813--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:15.813--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:15.813--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:15.813--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:15.813--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:15.813--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:15.813--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:15.813--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:15.813--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:15.813--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:15.813--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:15.813--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:15.813--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:15.813--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:15.813--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:15.813--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:15.813--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:15.813--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:15.813--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:15.813--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:15.813--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 81]
    [junit] [EL Finer]: 2024-04-17 17:54:15.813--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:15.824--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.824--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.824--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.824--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.824--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.824--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.824--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.824--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.824--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.824--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.824--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.824--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.824--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.824--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.824--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.824--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.824--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.824--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.824--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.825--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.826--ClientSession(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-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:15.826--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 67]
    [junit] [EL Finer]: 2024-04-17 17:54:15.827--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.838--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.839--ClientSession(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-17 17:54:15.839--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:15.839--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:15.84--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 56]
    [junit] [EL Finer]: 2024-04-17 17:54:15.917--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.928--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:15.929--ClientSession(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-17 17:54:15.929--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:15.929--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [54, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [55, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:15.93--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [53, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:15.931--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [51, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:15.931--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [52, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:15.931--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--	bind => [50, 32]
    [junit] [EL Finer]: 2024-04-17 17:54:15.931--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:15.941--ClientSession(1544246716)--Connection(1039159897)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:15.942--ServerSession(454071866)--Connection(646078395)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:15.944--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:15.944--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:15.945--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:15.945--ClientSession(1544246716)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:15.945--UnitOfWork(1522419383)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:15.945--ClientSession(1544246716)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:15.946--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2074677327
    [junit] [EL Finer]: 2024-04-17 17:54:15.946--ClientSession(2074677327)--Thread(Thread[main,5,main])--acquire unit of work: 1635458678
    [junit] [EL Finest]: 2024-04-17 17:54:15.946--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-17 17:54:15.946--ServerSession(454071866)--Connection(1292867244)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:15.946--ServerSession(454071866)--Connection(1292867244)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:15.946--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-17 17:54:15.947--ServerSession(454071866)--Connection(1292867244)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:15.97--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2077509736
    [junit] [EL Finer]: 2024-04-17 17:54:15.97--ClientSession(2077509736)--Thread(Thread[main,5,main])--acquire unit of work: 93658513
    [junit] [EL Finest]: 2024-04-17 17:54:15.97--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.97--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (57 -> null:null:reading)
    [junit] [EL Finest]: 2024-04-17 17:54:15.97--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.97--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (58 -> null:null:cooking)
    [junit] [EL Finest]: 2024-04-17 17:54:15.971--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.971--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (59 -> null:null:watching tv)
    [junit] [EL Finest]: 2024-04-17 17:54:15.971--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.971--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (60 -> null:null:cleaning the house)
    [junit] [EL Finest]: 2024-04-17 17:54:15.971--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.971--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (61 -> null:null:swimming)
    [junit] [EL Finest]: 2024-04-17 17:54:15.971--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.971--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (62 -> null:null:computers)
    [junit] [EL Finest]: 2024-04-17 17:54:15.971--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.971--UnitOfWork(93658513)--Thread(Thread[main,5,main])--assign sequence to the object (63 -> null:null:stamps)
    [junit] [EL Finest]: 2024-04-17 17:54:15.971--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.971--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.971--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.971--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.971--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.971--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.971--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.971--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.971--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.971--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.971--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.971--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-17 17:54:15.971--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.971--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-17 17:54:15.971--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.971--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-17 17:54:15.971--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.971--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-17 17:54:15.971--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.971--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-17 17:54:15.971--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.971--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-17 17:54:15.971--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.971--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-17 17:54:15.971--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.971--ServerSession(454071866)--Connection(1082178777)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:15.971--ClientSession(2077509736)--Connection(1082178777)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:15.971--ClientSession(2077509736)--Connection(1082178777)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:15.972--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-17 17:54:15.972--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-17 17:54:15.972--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-17 17:54:15.972--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-17 17:54:15.972--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-17 17:54:15.972--ClientSession(2077509736)--Connection(1799721087)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:15.972--ServerSession(454071866)--Connection(1799721087)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:15.973--ServerSession(454071866)--Connection(1082178777)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:15.973--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-17 17:54:15.973--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.973--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-17 17:54:15.973--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.973--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-17 17:54:15.973--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.973--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-17 17:54:15.973--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.973--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-17 17:54:15.973--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.973--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-17 17:54:15.973--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.973--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-17 17:54:15.973--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.973--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-17 17:54:15.973--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.973--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-17 17:54:15.973--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.973--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-17 17:54:15.973--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.973--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-17 17:54:15.973--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.973--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-17 17:54:15.973--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.973--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-17 17:54:15.973--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.973--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-17 17:54:15.973--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.973--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-17 17:54:15.973--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.973--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-17 17:54:15.973--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.973--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-17 17:54:15.973--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.973--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-17 17:54:15.973--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.973--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-17 17:54:15.973--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.973--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-17 17:54:15.973--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.973--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-17 17:54:15.973--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.973--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-17 17:54:15.973--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.973--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-17 17:54:15.973--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.974--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-17 17:54:15.974--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.974--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-17 17:54:15.974--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.974--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-17 17:54:15.974--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.974--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-17 17:54:15.974--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.974--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-17 17:54:15.974--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.974--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-17 17:54:15.974--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.974--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-17 17:54:15.974--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.974--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-17 17:54:15.974--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.974--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-17 17:54:15.974--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.974--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-17 17:54:15.974--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.974--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-17 17:54:15.974--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.974--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-17 17:54:15.974--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.974--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-17 17:54:15.974--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.974--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-17 17:54:15.974--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.974--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-17 17:54:15.974--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.974--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-17 17:54:15.974--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.974--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-17 17:54:15.974--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.974--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-17 17:54:15.974--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.974--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-17 17:54:15.974--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.974--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-17 17:54:15.974--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.974--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-17 17:54:15.974--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.974--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-17 17:54:15.974--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.974--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-17 17:54:15.974--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.974--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-17 17:54:15.974--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:15.974--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-17 17:54:16.022--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.022--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-17 17:54:16.022--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.022--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-17 17:54:16.022--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.022--ServerSession(454071866)--Connection(1787852645)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:16.022--ClientSession(2077509736)--Connection(1787852645)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:16.022--ClientSession(2077509736)--Connection(1787852645)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:16.022--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-17 17:54:16.022--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-17 17:54:16.022--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-17 17:54:16.023--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-17 17:54:16.023--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-17 17:54:16.023--ClientSession(2077509736)--Connection(1474099574)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:16.023--ServerSession(454071866)--Connection(1474099574)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:16.023--ServerSession(454071866)--Connection(1787852645)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:16.023--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-17 17:54:16.023--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.023--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-17 17:54:16.023--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.023--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-17 17:54:16.023--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.023--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-17 17:54:16.023--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.024--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-17 17:54:16.024--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.024--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-17 17:54:16.024--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.024--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-17 17:54:16.024--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.024--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-17 17:54:16.024--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.024--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-17 17:54:16.024--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.024--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-17 17:54:16.024--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.024--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-17 17:54:16.024--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.024--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-17 17:54:16.024--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.024--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-17 17:54:16.024--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.024--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-17 17:54:16.024--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.024--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-17 17:54:16.024--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.024--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-17 17:54:16.024--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.024--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-17 17:54:16.024--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.024--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-17 17:54:16.024--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.024--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-17 17:54:16.024--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.024--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-17 17:54:16.024--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.024--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-17 17:54:16.024--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.024--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-17 17:54:16.024--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.024--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-17 17:54:16.024--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.024--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-17 17:54:16.024--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.024--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-17 17:54:16.024--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.024--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-17 17:54:16.024--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.024--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-17 17:54:16.024--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.024--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-17 17:54:16.024--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.024--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-17 17:54:16.024--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.025--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-17 17:54:16.025--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.025--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-17 17:54:16.025--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.025--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-17 17:54:16.025--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.025--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-17 17:54:16.025--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.025--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-17 17:54:16.025--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.025--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-17 17:54:16.025--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.025--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-17 17:54:16.025--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.025--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-17 17:54:16.025--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.025--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-17 17:54:16.025--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.025--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-17 17:54:16.025--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.025--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-17 17:54:16.025--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.025--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-17 17:54:16.025--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.025--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-17 17:54:16.025--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.025--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-17 17:54:16.025--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.025--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-17 17:54:16.025--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.025--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-17 17:54:16.025--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.025--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-17 17:54:16.025--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.025--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-17 17:54:16.025--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.025--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-17 17:54:16.025--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.025--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.025--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.025--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.025--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.025--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.025--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.025--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.026--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.026--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.026--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.026--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.026--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.026--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.026--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.026--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.026--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.026--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.026--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.026--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.026--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.026--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.026--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.026--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.026--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.026--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.026--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.026--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.026--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.026--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.026--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.026--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.026--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.026--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.026--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.026--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.026--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.026--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.026--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.026--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.026--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.026--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.026--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.026--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.026--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.026--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.027--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.027--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.027--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.027--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.027--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.027--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.027--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.027--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.027--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.027--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.027--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.027--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.027--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.027--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.027--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.027--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.027--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.027--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.027--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.027--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.027--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.027--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.027--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.027--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.027--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.027--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.027--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.027--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.027--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.027--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.027--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.027--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.027--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.027--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.027--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.027--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.027--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.027--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.028--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.028--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.028--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.028--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.028--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.028--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.028--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.028--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.028--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.028--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.028--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.028--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.028--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.028--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.028--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.028--UnitOfWork(93658513)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:16.028--UnitOfWork(93658513)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:16.029--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-17 17:54:16.029--ServerSession(454071866)--Connection(1598313147)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:16.029--ClientSession(2077509736)--Connection(1598313147)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:16.029--ClientSession(2077509736)--Connection(1598313147)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:16.029--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-17 17:54:16.029--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-17 17:54:16.029--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-17 17:54:16.029--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-17 17:54:16.029--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-17 17:54:16.029--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:16.029--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-17 17:54:16.029--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [946, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:16.029--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [947, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:16.029--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [948, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:16.029--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [944, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:16.03--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [945, foo-brand, null, 0, 1, 4]
    [junit] [EL Finer]: 2024-04-17 17:54:16.03--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:16.03--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-17 17:54:16.03--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-17 17:54:16.03--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-17 17:54:16.031--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-17 17:54:16.031--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-17 17:54:16.031--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-17 17:54:16.031--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-17 17:54:16.031--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-17 17:54:16.031--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-17 17:54:16.031--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-17 17:54:16.031--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:16.031--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:16.031--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [7, Department_7, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:16.031--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [6, Department_6, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:16.031--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [1, Department_1, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:16.031--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [0, Department_0, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:16.031--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [8, Department_8, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:16.031--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [2, Department_2, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:16.031--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [4, Department_4, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:16.031--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [5, Department_5, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:16.031--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [3, Department_3, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:16.031--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [9, Department_9, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:16.031--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:16.032--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-17 17:54:16.032--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-17 17:54:16.032--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-17 17:54:16.032--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-17 17:54:16.032--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-17 17:54:16.032--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-17 17:54:16.032--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-17 17:54:16.032--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-17 17:54:16.032--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-17 17:54:16.032--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-17 17:54:16.032--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-17 17:54:16.032--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-17 17:54:16.032--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-17 17:54:16.032--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-17 17:54:16.032--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-17 17:54:16.032--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-17 17:54:16.032--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-17 17:54:16.032--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-17 17:54:16.032--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-17 17:54:16.032--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-17 17:54:16.032--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-17 17:54:16.032--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-17 17:54:16.032--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-17 17:54:16.032--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-17 17:54:16.032--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-17 17:54:16.032--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.033--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-17 17:54:16.034--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-17 17:54:16.034--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-17 17:54:16.034--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-17 17:54:16.034--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-17 17:54:16.034--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-17 17:54:16.034--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-17 17:54:16.034--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-17 17:54:16.034--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-17 17:54:16.034--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-17 17:54:16.034--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-17 17:54:16.034--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-17 17:54:16.034--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-17 17:54:16.034--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-17 17:54:16.034--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-17 17:54:16.034--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-17 17:54:16.034--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-17 17:54:16.034--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-17 17:54:16.034--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-17 17:54:16.034--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-17 17:54:16.034--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-17 17:54:16.034--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-17 17:54:16.034--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-17 17:54:16.034--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-17 17:54:16.034--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-17 17:54:16.034--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-17 17:54:16.034--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-17 17:54:16.034--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-17 17:54:16.034--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-17 17:54:16.034--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(60:null:cleaning the house)
    [junit] [EL Finer]: 2024-04-17 17:54:16.034--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:16.034--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-17 17:54:16.034--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [88, Hans, Henning, null, 2024-04-29 07:40:56.028, 2024-04-06 04:07:36.028, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.034--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [97, Hannes, Hardenberg, null, 2024-04-29 07:40:56.028, 2024-04-06 04:07:36.028, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.034--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [95, Hadmar, Hilbert, null, 2024-04-29 07:40:56.028, 2024-04-06 04:07:36.028, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.034--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [48, Helga, Heider, null, 2024-04-29 07:40:56.027, 2024-04-06 04:07:36.027, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.034--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [54, Hieu, Hardy, null, 2024-04-29 07:40:56.027, 2024-04-06 04:07:36.027, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.034--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [31, Hannes, Hampe, null, 2024-04-29 07:40:56.026, 2024-04-06 04:07:36.026, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.034--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [99, Hakon, Hein, null, 2024-04-29 07:40:56.028, 2024-04-06 04:07:36.028, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.034--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, Hans, Hanisch, null, 2024-04-29 07:40:56.027, 2024-04-06 04:07:36.027, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.034--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [41, Hanspeter, Heise, null, 2024-04-29 07:40:56.026, 2024-04-06 04:07:36.026, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.034--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [84, Helmut, Hegemann, null, 2024-04-29 07:40:56.028, 2024-04-06 04:07:36.028, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.034--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [40, Hanns, Hartfelder, null, 2024-04-29 07:40:56.026, 2024-04-06 04:07:36.026, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.034--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [6, Hilarius, Hesse, null, 2024-04-29 07:40:56.025, 2024-04-06 04:07:36.025, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.034--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [72, Helmut, Hartig, null, 2024-04-29 07:40:56.027, 2024-04-06 04:07:36.027, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.034--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [52, Humphrey, Heinrich, null, 2024-04-29 07:40:56.027, 2024-04-06 04:07:36.027, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [93, Hilarius, Hartenthaler, null, 2024-04-29 07:40:56.028, 2024-04-06 04:07:36.028, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [63, Helge, Helmig, null, 2024-04-29 07:40:56.027, 2024-04-06 04:07:36.027, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, Heike, Herder, null, 2024-04-29 07:40:56.027, 2024-04-06 04:07:36.027, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [79, Hilmar, Hermann, null, 2024-04-29 07:40:56.027, 2024-04-06 04:07:36.027, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, Hildegard, Hampe, null, 2024-04-29 07:40:56.027, 2024-04-06 04:07:36.027, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [81, Heinrich, Havenstein, null, 2024-04-29 07:40:56.027, 2024-04-06 04:07:36.027, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [65, Hilde, Heinichen, null, 2024-04-29 07:40:56.027, 2024-04-06 04:07:36.027, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [91, Helge, Hary, null, 2024-04-29 07:40:56.028, 2024-04-06 04:07:36.028, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [38, Harold, Hartenthaler, null, 2024-04-29 07:40:56.026, 2024-04-06 04:07:36.026, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [67, Hildegard, Hayek, null, 2024-04-29 07:40:56.027, 2024-04-06 04:07:36.027, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [78, Heinrich, Hanson, null, 2024-04-29 07:40:56.027, 2024-04-06 04:07:36.027, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [24, Heidemarie, Hewitt, null, 2024-04-29 07:40:56.026, 2024-04-06 04:07:36.026, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [25, Henrike, Helms, null, 2024-04-29 07:40:56.026, 2024-04-06 04:07:36.026, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [73, Hubertus, Hampe, null, 2024-04-29 07:40:56.027, 2024-04-06 04:07:36.027, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [80, Hakan, Hartig, null, 2024-04-29 07:40:56.027, 2024-04-06 04:07:36.027, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [96, Henri, Hermelink, null, 2024-04-29 07:40:56.028, 2024-04-06 04:07:36.028, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [89, Hilke, Hesselbarth, null, 2024-04-29 07:40:56.028, 2024-04-06 04:07:36.028, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [64, Hagen, Herold, null, 2024-04-29 07:40:56.027, 2024-04-06 04:07:36.027, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [2, Hannelore, Hellmann, null, 2024-04-29 07:40:56.025, 2024-04-06 04:07:36.025, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [82, Heimo, Helms, null, 2024-04-29 07:40:56.027, 2024-04-06 04:07:36.027, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [36, Hansj?rg, Harding, null, 2024-04-29 07:40:56.026, 2024-04-06 04:07:36.026, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [71, Hakan, Helbig, null, 2024-04-29 07:40:56.027, 2024-04-06 04:07:36.027, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [69, Helgard, Hermann, null, 2024-04-29 07:40:56.027, 2024-04-06 04:07:36.027, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [37, Horst, Hein, null, 2024-04-29 07:40:56.026, 2024-04-06 04:07:36.026, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [98, Heimo, Herrmann, null, 2024-04-29 07:40:56.028, 2024-04-06 04:07:36.028, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [1, Horst, Henry, null, 2024-04-29 07:40:56.025, 2024-04-06 04:07:36.025, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [49, Henri, Herder, null, 2024-04-29 07:40:56.027, 2024-04-06 04:07:36.027, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [70, Hannah, Hartfelder, null, 2024-04-29 07:40:56.027, 2024-04-06 04:07:36.027, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [26, Hermann, Hardenberg, null, 2024-04-29 07:40:56.026, 2024-04-06 04:07:36.026, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [42, Hagen, Havenstein, null, 2024-04-29 07:40:56.026, 2024-04-06 04:07:36.026, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [56, Henryk, Hausmann, null, 2024-04-29 07:40:56.027, 2024-04-06 04:07:36.027, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [28, Harvey, Hary, null, 2024-04-29 07:40:56.026, 2024-04-06 04:07:36.026, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [20, Hildegard, Heinichen, null, 2024-04-29 07:40:56.026, 2024-04-06 04:07:36.026, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [0, Hans, Heider, null, 2024-04-29 07:40:56.025, 2024-04-06 04:07:36.025, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [21, Heide, Hamilton, null, 2024-04-29 07:40:56.026, 2024-04-06 04:07:36.026, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [87, Heida, Hamburger, null, 2024-04-29 07:40:56.028, 2024-04-06 04:07:36.028, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [53, Hazel, Hanisch, null, 2024-04-29 07:40:56.027, 2024-04-06 04:07:36.027, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [77, Heidemarie, Haller, null, 2024-04-29 07:40:56.027, 2024-04-06 04:07:36.027, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [8, Harry, Hary, null, 2024-04-29 07:40:56.026, 2024-04-06 04:07:36.026, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [7, Heidemarie, Hartfelder, null, 2024-04-29 07:40:56.025, 2024-04-06 04:07:36.025, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [19, Henryk, Heise, null, 2024-04-29 07:40:56.026, 2024-04-06 04:07:36.026, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [46, Hannelore, Heuser, null, 2024-04-29 07:40:56.027, 2024-04-06 04:07:36.027, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [16, Hedi, Haak, null, 2024-04-29 07:40:56.026, 2024-04-06 04:07:36.026, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [74, Heimo, Hettner, null, 2024-04-29 07:40:56.027, 2024-04-06 04:07:36.027, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [9, Hjalmar, Hense, null, 2024-04-29 07:40:56.026, 2024-04-06 04:07:36.026, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, Hannah, Hentschel, null, 2024-04-29 07:40:56.027, 2024-04-06 04:07:36.027, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [86, Hasso, Hense, null, 2024-04-29 07:40:56.028, 2024-04-06 04:07:36.028, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [29, Hildegard, Hendrix, null, 2024-04-29 07:40:56.026, 2024-04-06 04:07:36.026, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [45, Horst, Hayek, null, 2024-04-29 07:40:56.026, 2024-04-06 04:07:36.026, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [47, Hedi, Hennig, null, 2024-04-29 07:40:56.027, 2024-04-06 04:07:36.027, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [75, Hansklaus, Hamann, null, 2024-04-29 07:40:56.027, 2024-04-06 04:07:36.027, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.035--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [27, Hazel, Hecht, null, 2024-04-29 07:40:56.026, 2024-04-06 04:07:36.026, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.036--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [39, Hansj?rg, Haller, null, 2024-04-29 07:40:56.026, 2024-04-06 04:07:36.026, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.036--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [22, Hasso, Hense, null, 2024-04-29 07:40:56.026, 2024-04-06 04:07:36.026, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.036--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [55, Hakon, Hein, null, 2024-04-29 07:40:56.027, 2024-04-06 04:07:36.027, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.036--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [30, Hein, Heider, null, 2024-04-29 07:40:56.026, 2024-04-06 04:07:36.026, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.036--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [76, Hubertus, Harnack, null, 2024-04-29 07:40:56.027, 2024-04-06 04:07:36.027, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.036--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [34, Hanspeter, Hewitt, null, 2024-04-29 07:40:56.026, 2024-04-06 04:07:36.026, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.036--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, Hansklaus, Hein, null, 2024-04-29 07:40:56.027, 2024-04-06 04:07:36.027, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.036--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [50, Hakon, Hense, null, 2024-04-29 07:40:56.027, 2024-04-06 04:07:36.027, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.036--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [51, Heinz, Hawke, null, 2024-04-29 07:40:56.027, 2024-04-06 04:07:36.027, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.036--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [14, Hilde, Hein, null, 2024-04-29 07:40:56.026, 2024-04-06 04:07:36.026, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.036--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [12, Hazel, Hartenthaler, null, 2024-04-29 07:40:56.026, 2024-04-06 04:07:36.026, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.036--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [13, Hella, Heuser, null, 2024-04-29 07:40:56.026, 2024-04-06 04:07:36.026, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.036--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [44, Holde, Hache, null, 2024-04-29 07:40:56.026, 2024-04-06 04:07:36.026, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.036--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [83, Heyko, Hardy, null, 2024-04-29 07:40:56.027, 2024-04-06 04:07:36.027, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.036--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [43, Hannes, Hesse, null, 2024-04-29 07:40:56.026, 2024-04-06 04:07:36.026, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.036--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [90, Heinrich, Hamann, null, 2024-04-29 07:40:56.028, 2024-04-06 04:07:36.028, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.036--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [35, Helene, Hausner, null, 2024-04-29 07:40:56.026, 2024-04-06 04:07:36.026, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.036--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [92, Hannelore, Henry, null, 2024-04-29 07:40:56.028, 2024-04-06 04:07:36.028, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.036--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [15, Heiner, Hamilton, null, 2024-04-29 07:40:56.026, 2024-04-06 04:07:36.026, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.036--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [11, Harriet, Hentschel, null, 2024-04-29 07:40:56.026, 2024-04-06 04:07:36.026, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.036--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [94, Helen, Hanstein, null, 2024-04-29 07:40:56.028, 2024-04-06 04:07:36.028, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.036--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [3, Helma, Hettner, null, 2024-04-29 07:40:56.025, 2024-04-06 04:07:36.025, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.036--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [5, Henryk, Hesse, null, 2024-04-29 07:40:56.025, 2024-04-06 04:07:36.025, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.036--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [4, Hans, Habermann, null, 2024-04-29 07:40:56.025, 2024-04-06 04:07:36.025, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.036--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [66, Hugo, Haller, null, 2024-04-29 07:40:56.027, 2024-04-06 04:07:36.027, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.036--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [85, Helen, Hilbert, null, 2024-04-29 07:40:56.028, 2024-04-06 04:07:36.028, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.036--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [68, Hermann, Heider, null, 2024-04-29 07:40:56.027, 2024-04-06 04:07:36.027, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.036--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [18, Holde, Hawke, null, 2024-04-29 07:40:56.026, 2024-04-06 04:07:36.026, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.036--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [10, Hartwig, Hamann, null, 2024-04-29 07:40:56.026, 2024-04-06 04:07:36.026, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.036--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [23, Heinke, Hardy, null, 2024-04-29 07:40:56.026, 2024-04-06 04:07:36.026, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.036--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [32, Hertha, Henschel, null, 2024-04-29 07:40:56.026, 2024-04-06 04:07:36.026, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.036--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [33, Heide, Heuser, null, 2024-04-29 07:40:56.026, 2024-04-06 04:07:36.026, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.036--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [17, Holda, Hamann, null, 2024-04-29 07:40:56.026, 2024-04-06 04:07:36.026, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.036--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, Hein, Hecht, null, 2024-04-29 07:40:56.027, 2024-04-06 04:07:36.027, null, null, null, null, null, null, null]
    [junit] [EL Finer]: 2024-04-17 17:54:16.036--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:16.051--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(63:null:stamps)
    [junit] [EL Finest]: 2024-04-17 17:54:16.051--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(57:null:reading)
    [junit] [EL Finest]: 2024-04-17 17:54:16.051--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(62:null:computers)
    [junit] [EL Finest]: 2024-04-17 17:54:16.051--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(58:null:cooking)
    [junit] [EL Finest]: 2024-04-17 17:54:16.051--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(61:null:swimming)
    [junit] [EL Finest]: 2024-04-17 17:54:16.051--UnitOfWork(93658513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(59:null:watching tv)
    [junit] [EL Finest]: 2024-04-17 17:54:16.051--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-17 17:54:16.051--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:16.051--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:16.051--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, null, cleaning the house]
    [junit] [EL Fine]: 2024-04-17 17:54:16.051--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [63, null, stamps]
    [junit] [EL Fine]: 2024-04-17 17:54:16.051--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, null, reading]
    [junit] [EL Fine]: 2024-04-17 17:54:16.051--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, null, computers]
    [junit] [EL Fine]: 2024-04-17 17:54:16.051--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, null, cooking]
    [junit] [EL Fine]: 2024-04-17 17:54:16.051--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, null, swimming]
    [junit] [EL Fine]: 2024-04-17 17:54:16.051--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, null, watching tv]
    [junit] [EL Finer]: 2024-04-17 17:54:16.051--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:16.052--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-17 17:54:16.052--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-17 17:54:16.052--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-17 17:54:16.052--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-17 17:54:16.052--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-17 17:54:16.052--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-17 17:54:16.052--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-17 17:54:16.052--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-17 17:54:16.052--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-17 17:54:16.052--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-17 17:54:16.052--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-17 17:54:16.052--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-17 17:54:16.052--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-17 17:54:16.052--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-17 17:54:16.052--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-17 17:54:16.052--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-17 17:54:16.052--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-17 17:54:16.052--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-17 17:54:16.052--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-17 17:54:16.052--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-17 17:54:16.052--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-17 17:54:16.052--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-17 17:54:16.052--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-17 17:54:16.052--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-17 17:54:16.052--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-17 17:54:16.052--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-17 17:54:16.052--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-17 17:54:16.053--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-17 17:54:16.053--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-17 17:54:16.053--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-17 17:54:16.053--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-17 17:54:16.053--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-17 17:54:16.053--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-17 17:54:16.053--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-17 17:54:16.053--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-17 17:54:16.053--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-17 17:54:16.053--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-17 17:54:16.053--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-17 17:54:16.053--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-17 17:54:16.053--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-17 17:54:16.053--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-17 17:54:16.053--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-17 17:54:16.053--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-17 17:54:16.053--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-17 17:54:16.053--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-17 17:54:16.053--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-17 17:54:16.053--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-17 17:54:16.053--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-17 17:54:16.129--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-17 17:54:16.129--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-17 17:54:16.129--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-17 17:54:16.129--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-17 17:54:16.129--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-17 17:54:16.129--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-17 17:54:16.129--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-17 17:54:16.129--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-17 17:54:16.129--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-17 17:54:16.129--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-17 17:54:16.129--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-17 17:54:16.129--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-17 17:54:16.129--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-17 17:54:16.129--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-17 17:54:16.129--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-17 17:54:16.129--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-17 17:54:16.129--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-17 17:54:16.129--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-17 17:54:16.129--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-17 17:54:16.129--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-17 17:54:16.129--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-17 17:54:16.129--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-17 17:54:16.129--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.13--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.131--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-17 17:54:16.132--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-17 17:54:16.132--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-17 17:54:16.132--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-17 17:54:16.132--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-17 17:54:16.132--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-17 17:54:16.132--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-17 17:54:16.132--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-17 17:54:16.132--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-17 17:54:16.132--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-17 17:54:16.132--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-17 17:54:16.132--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-17 17:54:16.132--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-17 17:54:16.132--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-17 17:54:16.132--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-17 17:54:16.132--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-17 17:54:16.132--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-17 17:54:16.132--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-17 17:54:16.132--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-17 17:54:16.132--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.142--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-17 17:54:16.143--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-17 17:54:16.143--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-17 17:54:16.143--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-17 17:54:16.143--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-17 17:54:16.143--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-17 17:54:16.143--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-17 17:54:16.143--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-17 17:54:16.143--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-17 17:54:16.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 Finer]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [3, 946]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [49, 946]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [63, 946]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [67, 946]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [81, 946]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [85, 946]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [87, 946]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [23, 947]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [27, 947]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [29, 947]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [35, 947]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [41, 947]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [45, 947]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [51, 947]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 947]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 947]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [75, 947]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [79, 947]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [83, 947]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [93, 947]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [95, 947]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [99, 947]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [5, 944]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [7, 944]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [11, 944]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [13, 944]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [17, 944]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [19, 944]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [25, 944]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [31, 944]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [53, 944]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 944]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [65, 944]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [77, 944]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [89, 944]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [91, 944]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [97, 944]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [1, 945]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [9, 945]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [15, 945]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [21, 945]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [33, 945]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [37, 945]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [39, 945]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [43, 945]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [47, 945]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [55, 945]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [69, 945]
    [junit] [EL Fine]: 2024-04-17 17:54:16.143--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [71, 945]
    [junit] [EL Fine]: 2024-04-17 17:54:16.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [73, 945]
    [junit] [EL Finer]: 2024-04-17 17:54:16.144--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:16.148--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.148--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.148--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.148--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.148--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.148--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.148--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.148--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.148--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.148--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.148--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.148--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.148--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.148--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.148--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.148--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.148--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.148--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.148--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.148--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.148--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.148--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.148--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.149--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.15--ClientSession(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-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:16.15--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 81]
    [junit] [EL Finer]: 2024-04-17 17:54:16.151--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.162--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.163--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.163--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.163--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.163--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.163--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.163--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.163--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.163--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.163--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.235--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.235--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.235--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.235--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.235--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.235--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.235--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.235--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.235--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.235--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.235--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.235--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.235--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.235--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.235--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.235--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.235--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.235--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.235--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.235--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.235--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.235--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.235--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.235--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.235--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.235--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.235--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.235--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.235--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.235--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.235--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.235--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.235--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.235--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.235--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.235--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.236--ClientSession(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-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:16.236--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:16.237--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:16.248--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.248--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.248--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.248--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.248--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.248--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.248--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.248--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.248--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.248--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.248--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.248--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.248--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.248--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.248--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.248--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.248--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.248--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.248--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.248--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.248--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.248--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.248--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.248--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.248--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.248--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.248--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.249--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.25--ClientSession(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-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:16.25--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 62]
    [junit] [EL Finer]: 2024-04-17 17:54:16.251--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:16.261--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.262--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.263--ClientSession(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-17 17:54:16.263--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:16.263--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:16.264--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:16.264--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:16.264--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:16.264--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:16.264--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:16.264--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:16.264--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:16.264--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:16.264--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:16.264--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:16.264--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:16.264--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:16.264--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:16.264--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:16.264--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:16.264--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:16.264--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:16.264--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:16.264--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:16.264--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:16.264--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:16.264--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:16.264--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:16.264--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:16.264--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:16.264--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:16.264--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:16.264--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:16.264--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:16.264--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:16.264--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:16.264--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:16.264--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:16.264--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:16.264--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:16.264--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:16.264--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:16.264--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:16.341--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:16.341--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:16.341--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:16.341--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:16.341--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:16.341--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:16.341--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:16.341--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:16.341--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:16.341--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:16.341--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:16.341--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:16.341--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:16.341--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:16.341--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:16.341--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:16.341--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:16.341--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:16.341--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:16.341--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:16.341--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:16.341--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:16.341--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:16.341--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:16.341--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:16.341--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:16.341--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:16.341--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:16.341--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:16.341--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:16.341--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:16.341--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:16.341--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:16.342--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:16.342--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:16.342--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:16.342--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 83]
    [junit] [EL Finer]: 2024-04-17 17:54:16.342--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:16.352--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.352--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.352--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.352--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.352--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.352--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.352--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.352--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.352--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.352--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.352--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.352--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.352--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.352--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.352--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.352--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.352--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.352--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.352--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.352--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.352--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.352--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.352--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.352--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.352--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.352--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.352--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.352--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.352--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.352--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.353--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.354--ClientSession(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-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:16.354--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:16.355--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:16.355--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:16.355--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:16.355--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:16.355--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:16.355--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:16.355--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:16.355--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:16.355--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:16.355--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:16.355--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:16.355--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:16.355--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:16.355--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:16.355--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:16.355--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:16.355--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:16.355--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:16.355--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:16.355--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:16.355--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:16.355--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:16.355--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [57, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:16.355--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:16.355--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:16.355--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [59, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:16.355--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [60, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:16.355--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [61, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:16.355--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [58, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:16.355--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--	bind => [62, 59]
    [junit] [EL Finer]: 2024-04-17 17:54:16.355--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:16.366--ClientSession(2077509736)--Connection(179116072)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:16.367--ServerSession(454071866)--Connection(1598313147)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:16.368--UnitOfWork(93658513)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:16.368--UnitOfWork(93658513)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:16.369--UnitOfWork(93658513)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:16.369--ClientSession(2077509736)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:16.369--UnitOfWork(93658513)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:16.369--ClientSession(2077509736)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:16.394--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 123387558
    [junit] [EL Finer]: 2024-04-17 17:54:16.394--ClientSession(123387558)--Thread(Thread[main,5,main])--acquire unit of work: 2028506133
    [junit] [EL Finest]: 2024-04-17 17:54:16.394--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.394--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (64 -> null:null:reading)
    [junit] [EL Finest]: 2024-04-17 17:54:16.395--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.395--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (65 -> null:null:cooking)
    [junit] [EL Finest]: 2024-04-17 17:54:16.395--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.395--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (66 -> null:null:watching tv)
    [junit] [EL Finest]: 2024-04-17 17:54:16.395--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.395--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (67 -> null:null:cleaning the house)
    [junit] [EL Finest]: 2024-04-17 17:54:16.395--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.395--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (68 -> null:null:swimming)
    [junit] [EL Finest]: 2024-04-17 17:54:16.395--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.395--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (69 -> null:null:computers)
    [junit] [EL Finest]: 2024-04-17 17:54:16.395--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.395--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--assign sequence to the object (70 -> null:null:stamps)
    [junit] [EL Finest]: 2024-04-17 17:54:16.395--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.395--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.395--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.395--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.395--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.395--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.395--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.395--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.395--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.395--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.395--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.395--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-17 17:54:16.395--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.395--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-17 17:54:16.395--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.395--ServerSession(454071866)--Connection(570944415)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:16.395--ClientSession(123387558)--Connection(570944415)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:16.395--ClientSession(123387558)--Connection(570944415)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:16.395--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-17 17:54:16.396--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-17 17:54:16.396--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-17 17:54:16.396--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-17 17:54:16.396--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-17 17:54:16.396--ClientSession(123387558)--Connection(1656070511)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:16.396--ServerSession(454071866)--Connection(1656070511)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:16.397--ServerSession(454071866)--Connection(570944415)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:16.397--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-17 17:54:16.397--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.397--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-17 17:54:16.397--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.397--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-17 17:54:16.397--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.397--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-17 17:54:16.397--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.397--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-17 17:54:16.397--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.397--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-17 17:54:16.397--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.397--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-17 17:54:16.397--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.397--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-17 17:54:16.397--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.397--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-17 17:54:16.397--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.397--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-17 17:54:16.397--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.397--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-17 17:54:16.397--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.397--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-17 17:54:16.397--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.397--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-17 17:54:16.397--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.397--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-17 17:54:16.397--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.397--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-17 17:54:16.397--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.397--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-17 17:54:16.397--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.397--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-17 17:54:16.397--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.397--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-17 17:54:16.397--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.397--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-17 17:54:16.397--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.397--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-17 17:54:16.397--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.397--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-17 17:54:16.397--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.397--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-17 17:54:16.397--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.397--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-17 17:54:16.397--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.397--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-17 17:54:16.397--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.397--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-17 17:54:16.398--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.398--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-17 17:54:16.398--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.398--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-17 17:54:16.398--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.398--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-17 17:54:16.398--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.398--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-17 17:54:16.398--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.398--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-17 17:54:16.398--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.398--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-17 17:54:16.398--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.398--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-17 17:54:16.398--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.398--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-17 17:54:16.398--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.398--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-17 17:54:16.398--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.398--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-17 17:54:16.398--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.398--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-17 17:54:16.398--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.398--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-17 17:54:16.398--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.398--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-17 17:54:16.398--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.398--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-17 17:54:16.398--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.398--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-17 17:54:16.398--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.398--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-17 17:54:16.398--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.398--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-17 17:54:16.398--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.398--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-17 17:54:16.398--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.398--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-17 17:54:16.398--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.398--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-17 17:54:16.398--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.398--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-17 17:54:16.398--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.398--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-17 17:54:16.398--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.398--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-17 17:54:16.398--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.398--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-17 17:54:16.398--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.398--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-17 17:54:16.398--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.398--ServerSession(454071866)--Connection(1502675467)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:16.398--ClientSession(123387558)--Connection(1502675467)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:16.398--ClientSession(123387558)--Connection(1502675467)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:16.399--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-17 17:54:16.399--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-17 17:54:16.399--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-17 17:54:16.399--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-17 17:54:16.399--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-17 17:54:16.399--ClientSession(123387558)--Connection(2088652549)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:16.4--ServerSession(454071866)--Connection(2088652549)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:16.4--ServerSession(454071866)--Connection(1502675467)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:16.4--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-17 17:54:16.4--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.4--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-17 17:54:16.446--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.446--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-17 17:54:16.446--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.446--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-17 17:54:16.446--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.446--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-17 17:54:16.446--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.446--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-17 17:54:16.446--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.446--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-17 17:54:16.446--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.446--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-17 17:54:16.446--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.446--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-17 17:54:16.446--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.447--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-17 17:54:16.447--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.447--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-17 17:54:16.447--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.447--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-17 17:54:16.447--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.447--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-17 17:54:16.447--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.447--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-17 17:54:16.447--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.447--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-17 17:54:16.447--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.447--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-17 17:54:16.447--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.447--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-17 17:54:16.447--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.447--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-17 17:54:16.447--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.447--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-17 17:54:16.447--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.447--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-17 17:54:16.447--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.447--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-17 17:54:16.447--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.447--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-17 17:54:16.447--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.447--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-17 17:54:16.447--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.447--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-17 17:54:16.447--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.447--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-17 17:54:16.447--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.447--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-17 17:54:16.447--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.447--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-17 17:54:16.447--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.447--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-17 17:54:16.447--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.447--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-17 17:54:16.447--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.447--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-17 17:54:16.447--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.447--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-17 17:54:16.447--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.447--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-17 17:54:16.447--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.447--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-17 17:54:16.447--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.447--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-17 17:54:16.447--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.447--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-17 17:54:16.447--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.447--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-17 17:54:16.448--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.448--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-17 17:54:16.448--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.448--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-17 17:54:16.448--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.448--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-17 17:54:16.448--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.448--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-17 17:54:16.448--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.448--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-17 17:54:16.448--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.448--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-17 17:54:16.448--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.448--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-17 17:54:16.448--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.448--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-17 17:54:16.448--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.448--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-17 17:54:16.448--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.448--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-17 17:54:16.448--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.448--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-17 17:54:16.448--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.448--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-17 17:54:16.448--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.448--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-17 17:54:16.448--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.448--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-17 17:54:16.448--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.448--ServerSession(454071866)--Connection(1546860945)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:16.448--ClientSession(123387558)--Connection(1546860945)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:16.448--ClientSession(123387558)--Connection(1546860945)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:16.449--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-17 17:54:16.449--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-17 17:54:16.449--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-17 17:54:16.449--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-17 17:54:16.449--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-17 17:54:16.449--ClientSession(123387558)--Connection(65012527)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:16.45--ServerSession(454071866)--Connection(65012527)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:16.45--ServerSession(454071866)--Connection(1546860945)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:16.45--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-17 17:54:16.45--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.45--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-17 17:54:16.45--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.45--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-17 17:54:16.45--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.45--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.45--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.45--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.45--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.45--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.45--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.45--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.45--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.45--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.45--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.45--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.45--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.45--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.45--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.45--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.45--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.45--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.451--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.451--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.451--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.451--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.451--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.451--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.451--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.451--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.451--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.451--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.451--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.451--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.451--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.451--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.451--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.451--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.451--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.451--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.451--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.451--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.451--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.451--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.451--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.451--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.451--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.451--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.451--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.451--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.451--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.451--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.451--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.451--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.451--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.451--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.451--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.451--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.451--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.452--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.452--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.452--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.452--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.452--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.452--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.452--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.452--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.452--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.452--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.452--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.452--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.452--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.452--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.452--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.452--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.452--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.452--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.452--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.452--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.452--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.452--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.452--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.452--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.452--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.452--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.452--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.452--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.452--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.452--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.452--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.452--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.452--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.452--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.452--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.452--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.452--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.452--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.452--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.453--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.453--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.453--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.453--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.453--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.453--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:16.453--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:16.453--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-17 17:54:16.454--ServerSession(454071866)--Connection(2064500006)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:16.454--ClientSession(123387558)--Connection(2064500006)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:16.454--ClientSession(123387558)--Connection(2064500006)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:16.454--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-17 17:54:16.454--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-17 17:54:16.454--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-17 17:54:16.454--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-17 17:54:16.454--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-17 17:54:16.454--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:16.454--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-17 17:54:16.454--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [1053, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:16.454--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [1051, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:16.454--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [1050, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:16.454--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [1049, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:16.454--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [1052, foo-brand, null, 0, 1, 4]
    [junit] [EL Finer]: 2024-04-17 17:54:16.454--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:16.455--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-17 17:54:16.455--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-17 17:54:16.455--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-17 17:54:16.455--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-17 17:54:16.455--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-17 17:54:16.455--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-17 17:54:16.455--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-17 17:54:16.455--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-17 17:54:16.455--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-17 17:54:16.455--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-17 17:54:16.455--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:16.455--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:16.455--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [6, Department_6, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:16.455--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [9, Department_9, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:16.455--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [4, Department_4, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:16.455--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [1, Department_1, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:16.455--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [7, Department_7, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:16.455--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [8, Department_8, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:16.455--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [5, Department_5, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:16.455--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [2, Department_2, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:16.455--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [3, Department_3, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:16.455--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [0, Department_0, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:16.455--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:16.456--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-17 17:54:16.457--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-17 17:54:16.457--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-17 17:54:16.457--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-17 17:54:16.457--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-17 17:54:16.457--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-17 17:54:16.457--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-17 17:54:16.457--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-17 17:54:16.457--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-17 17:54:16.457--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-17 17:54:16.457--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-17 17:54:16.457--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-17 17:54:16.457--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-17 17:54:16.457--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-17 17:54:16.457--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-17 17:54:16.457--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-17 17:54:16.457--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-17 17:54:16.457--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-17 17:54:16.457--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-17 17:54:16.457--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-17 17:54:16.457--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-17 17:54:16.457--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-17 17:54:16.457--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-17 17:54:16.457--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-17 17:54:16.457--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-17 17:54:16.457--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-17 17:54:16.457--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-17 17:54:16.457--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-17 17:54:16.457--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-17 17:54:16.457--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-17 17:54:16.457--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-17 17:54:16.457--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-17 17:54:16.457--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-17 17:54:16.457--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-17 17:54:16.457--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-17 17:54:16.457--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-17 17:54:16.457--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-17 17:54:16.457--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-17 17:54:16.457--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-17 17:54:16.457--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.458--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-17 17:54:16.459--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-17 17:54:16.459--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-17 17:54:16.459--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-17 17:54:16.459--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-17 17:54:16.459--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-17 17:54:16.459--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-17 17:54:16.459--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-17 17:54:16.459--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-17 17:54:16.459--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-17 17:54:16.459--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-17 17:54:16.459--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-17 17:54:16.459--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-17 17:54:16.459--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-17 17:54:16.459--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-17 17:54:16.459--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-17 17:54:16.459--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(68:null:swimming)
    [junit] [EL Finer]: 2024-04-17 17:54:16.459--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:16.459--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-17 17:54:16.459--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [22, Hertha, Helmig, null, 2024-04-29 07:40:56.451, 2024-04-06 04:07:36.451, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.459--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [82, Herma, Henschel, null, 2024-04-29 07:40:56.452, 2024-04-06 04:07:36.452, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.459--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [0, Helen, Hartig, null, 2024-04-29 07:40:56.45, 2024-04-06 04:07:36.45, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.459--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [8, Hasso, Heuser, null, 2024-04-29 07:40:56.45, 2024-04-06 04:07:36.45, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.459--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [38, Heike, Hemsterhuis, null, 2024-04-29 07:40:56.451, 2024-04-06 04:07:36.451, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.459--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [24, Hakon, Herold, null, 2024-04-29 07:40:56.451, 2024-04-06 04:07:36.451, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.459--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [83, Helena, Hentschel, null, 2024-04-29 07:40:56.452, 2024-04-06 04:07:36.452, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.459--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [95, Heimo, Hartenthaler, null, 2024-04-29 07:40:56.453, 2024-04-06 04:07:36.453, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.459--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [29, Holger, Haller, null, 2024-04-29 07:40:56.451, 2024-04-06 04:07:36.451, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.459--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [20, Hildegard, Hawke, null, 2024-04-29 07:40:56.451, 2024-04-06 04:07:36.451, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.459--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [36, Heide, Hardy, null, 2024-04-29 07:40:56.451, 2024-04-06 04:07:36.451, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.459--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [98, Holda, Hanstein, null, 2024-04-29 07:40:56.453, 2024-04-06 04:07:36.453, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.459--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [70, Hazel, Herder, null, 2024-04-29 07:40:56.452, 2024-04-06 04:07:36.452, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.459--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [50, Hazel, Habermann, null, 2024-04-29 07:40:56.451, 2024-04-06 04:07:36.451, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.459--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [33, Hanna, Haus Lancaster, null, 2024-04-29 07:40:56.451, 2024-04-06 04:07:36.451, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.459--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [86, Hieu, Hecht, null, 2024-04-29 07:40:56.452, 2024-04-06 04:07:36.452, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.459--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [49, Heiner, Hawke, null, 2024-04-29 07:40:56.451, 2024-04-06 04:07:36.451, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.459--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [55, Horst, Habermann, null, 2024-04-29 07:40:56.452, 2024-04-06 04:07:36.452, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.459--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [41, Heinz, Helms, null, 2024-04-29 07:40:56.451, 2024-04-06 04:07:36.451, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.459--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, Hedda, Hesselbarth, null, 2024-04-29 07:40:56.452, 2024-04-06 04:07:36.452, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.459--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [96, Hansklaus, Hardy, null, 2024-04-29 07:40:56.453, 2024-04-06 04:07:36.453, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.459--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, Hinrich, Herzog, null, 2024-04-29 07:40:56.452, 2024-04-06 04:07:36.452, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.459--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [77, Herma, Heer, null, 2024-04-29 07:40:56.452, 2024-04-06 04:07:36.452, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.459--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [39, Herma, Haas, null, 2024-04-29 07:40:56.451, 2024-04-06 04:07:36.451, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.459--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [30, Hadmar, Hardy, null, 2024-04-29 07:40:56.451, 2024-04-06 04:07:36.451, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.459--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [43, Heinke, Hausmann, null, 2024-04-29 07:40:56.451, 2024-04-06 04:07:36.451, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.459--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [5, Henrik, Halbach, null, 2024-04-29 07:40:56.45, 2024-04-06 04:07:36.45, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.459--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, Hilmar, Henschel, null, 2024-04-29 07:40:56.452, 2024-04-06 04:07:36.452, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [11, Helge, Herold, null, 2024-04-29 07:40:56.45, 2024-04-06 04:07:36.45, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [42, Herma, Heise, null, 2024-04-29 07:40:56.451, 2024-04-06 04:07:36.451, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [87, Hakon, Haak, null, 2024-04-29 07:40:56.452, 2024-04-06 04:07:36.452, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [3, Heidemarie, Hense, null, 2024-04-29 07:40:56.45, 2024-04-06 04:07:36.45, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [46, Heidi, Haas, null, 2024-04-29 07:40:56.451, 2024-04-06 04:07:36.451, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [9, Heinz, Hemsterhuis, null, 2024-04-29 07:40:56.45, 2024-04-06 04:07:36.45, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [62, Hansj?rg, Heuser, null, 2024-04-29 07:40:56.452, 2024-04-06 04:07:36.452, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [78, Heimo, Henschel, null, 2024-04-29 07:40:56.452, 2024-04-06 04:07:36.452, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [32, Harriet, Heuser, null, 2024-04-29 07:40:56.451, 2024-04-06 04:07:36.451, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [53, Hermine, Hildebrand, null, 2024-04-29 07:40:56.451, 2024-04-06 04:07:36.451, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [23, Hadmar, Hilgenfeld, null, 2024-04-29 07:40:56.451, 2024-04-06 04:07:36.451, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [74, Harriet, Hamann, null, 2024-04-29 07:40:56.452, 2024-04-06 04:07:36.452, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, Helma, Herder, null, 2024-04-29 07:40:56.452, 2024-04-06 04:07:36.452, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [58, Helmut, Hentschel, null, 2024-04-29 07:40:56.452, 2024-04-06 04:07:36.452, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [93, Hermann, Hanstein, null, 2024-04-29 07:40:56.452, 2024-04-06 04:07:36.452, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [48, Hadmar, Hanisch, null, 2024-04-29 07:40:56.451, 2024-04-06 04:07:36.451, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [84, Hella, Hanisch, null, 2024-04-29 07:40:56.452, 2024-04-06 04:07:36.452, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [99, Hubertus, Herrmann, null, 2024-04-29 07:40:56.453, 2024-04-06 04:07:36.453, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [12, Hakon, Heise, null, 2024-04-29 07:40:56.45, 2024-04-06 04:07:36.45, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [34, Harro, Habermann, null, 2024-04-29 07:40:56.451, 2024-04-06 04:07:36.451, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [51, Hendrik, Hanstein, null, 2024-04-29 07:40:56.451, 2024-04-06 04:07:36.451, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [40, Hakon, Heise, null, 2024-04-29 07:40:56.451, 2024-04-06 04:07:36.451, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [79, Heyko, Hamilton, null, 2024-04-29 07:40:56.452, 2024-04-06 04:07:36.452, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [45, Heidi, Haus Lancaster, null, 2024-04-29 07:40:56.451, 2024-04-06 04:07:36.451, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [60, Hein, Hawke, null, 2024-04-29 07:40:56.452, 2024-04-06 04:07:36.452, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [91, Harro, Hense, null, 2024-04-29 07:40:56.452, 2024-04-06 04:07:36.452, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [71, Hubert, Haus Lancaster, null, 2024-04-29 07:40:56.452, 2024-04-06 04:07:36.452, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [81, Heinrich, Haak, null, 2024-04-29 07:40:56.452, 2024-04-06 04:07:36.452, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [2, Henryk, Helms, null, 2024-04-29 07:40:56.45, 2024-04-06 04:07:36.45, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [15, Helena, Haas, null, 2024-04-29 07:40:56.45, 2024-04-06 04:07:36.45, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [80, Heiner, Hendrix, null, 2024-04-29 07:40:56.452, 2024-04-06 04:07:36.452, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [14, Helen, Heider, null, 2024-04-29 07:40:56.45, 2024-04-06 04:07:36.45, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [13, Henri, Hanstein, null, 2024-04-29 07:40:56.45, 2024-04-06 04:07:36.45, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [92, Hedwig, Hense, null, 2024-04-29 07:40:56.452, 2024-04-06 04:07:36.452, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [54, Helene, Heim, null, 2024-04-29 07:40:56.451, 2024-04-06 04:07:36.451, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [17, Hanna, Hesse, null, 2024-04-29 07:40:56.45, 2024-04-06 04:07:36.45, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [52, H?nel, Hamilton, null, 2024-04-29 07:40:56.451, 2024-04-06 04:07:36.451, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [31, Heimo, Henschel, null, 2024-04-29 07:40:56.451, 2024-04-06 04:07:36.451, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [25, Heidi, Halbach, null, 2024-04-29 07:40:56.451, 2024-04-06 04:07:36.451, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, Hasso, Helbig, null, 2024-04-29 07:40:56.452, 2024-04-06 04:07:36.452, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [4, Humphrey, Haas, null, 2024-04-29 07:40:56.45, 2024-04-06 04:07:36.45, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [1, Hauke, Hense, null, 2024-04-29 07:40:56.45, 2024-04-06 04:07:36.45, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [26, Harro, Heise, null, 2024-04-29 07:40:56.451, 2024-04-06 04:07:36.451, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [10, H?nel, Haus Lancaster, null, 2024-04-29 07:40:56.45, 2024-04-06 04:07:36.45, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [57, Horst, Hewitt, null, 2024-04-29 07:40:56.452, 2024-04-06 04:07:36.452, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [21, Harry, Hermelink, null, 2024-04-29 07:40:56.451, 2024-04-06 04:07:36.451, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [44, Harro, Hackmann, null, 2024-04-29 07:40:56.451, 2024-04-06 04:07:36.451, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [72, Hannelore, Hilbert, null, 2024-04-29 07:40:56.452, 2024-04-06 04:07:36.452, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [7, Hilke, Hampe, null, 2024-04-29 07:40:56.45, 2024-04-06 04:07:36.45, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [85, Hilde, Hawke, null, 2024-04-29 07:40:56.452, 2024-04-06 04:07:36.452, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [35, Helen, Hackmann, null, 2024-04-29 07:40:56.451, 2024-04-06 04:07:36.451, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.46--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [61, Helma, Hilbert, null, 2024-04-29 07:40:56.452, 2024-04-06 04:07:36.452, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.461--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [19, Hein, Harding, null, 2024-04-29 07:40:56.451, 2024-04-06 04:07:36.451, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.461--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [6, Herma, Heuser, null, 2024-04-29 07:40:56.45, 2024-04-06 04:07:36.45, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.461--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [37, Heida, Herbst, null, 2024-04-29 07:40:56.451, 2024-04-06 04:07:36.451, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.461--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [27, Helga, Hense, null, 2024-04-29 07:40:56.451, 2024-04-06 04:07:36.451, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.461--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [94, Hasso, Heim, null, 2024-04-29 07:40:56.453, 2024-04-06 04:07:36.453, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.461--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [16, Hein, Harding, null, 2024-04-29 07:40:56.45, 2024-04-06 04:07:36.45, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.461--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [63, Hubertus, Halbach, null, 2024-04-29 07:40:56.452, 2024-04-06 04:07:36.452, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.461--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [28, Hildegard, Heuser, null, 2024-04-29 07:40:56.451, 2024-04-06 04:07:36.451, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.461--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [88, Herbert, Hamann, null, 2024-04-29 07:40:56.452, 2024-04-06 04:07:36.452, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.461--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [18, Heiner, Hendrix, null, 2024-04-29 07:40:56.451, 2024-04-06 04:07:36.451, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.461--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [59, Helena, Hewitt, null, 2024-04-29 07:40:56.452, 2024-04-06 04:07:36.452, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.461--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [90, Hertha, Hausner, null, 2024-04-29 07:40:56.452, 2024-04-06 04:07:36.452, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.461--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [73, Hadmar, Haller, null, 2024-04-29 07:40:56.452, 2024-04-06 04:07:36.452, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.461--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [47, Helmut, Hellmann, null, 2024-04-29 07:40:56.451, 2024-04-06 04:07:36.451, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.461--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [76, Hella, Hermann, null, 2024-04-29 07:40:56.452, 2024-04-06 04:07:36.452, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.461--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, Heinrich, Henning, null, 2024-04-29 07:40:56.452, 2024-04-06 04:07:36.452, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.461--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [89, Heida, Hache, null, 2024-04-29 07:40:56.452, 2024-04-06 04:07:36.452, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.461--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [56, Humphrey, Hennig, null, 2024-04-29 07:40:56.452, 2024-04-06 04:07:36.452, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.461--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [97, Heimo, Hermelink, null, 2024-04-29 07:40:56.453, 2024-04-06 04:07:36.453, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.461--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [75, Hieu, Hausner, null, 2024-04-29 07:40:56.452, 2024-04-06 04:07:36.452, null, null, null, null, null, null, null]
    [junit] [EL Finer]: 2024-04-17 17:54:16.461--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:16.475--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(69:null:computers)
    [junit] [EL Finest]: 2024-04-17 17:54:16.475--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(65:null:cooking)
    [junit] [EL Finest]: 2024-04-17 17:54:16.475--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(64:null:reading)
    [junit] [EL Finest]: 2024-04-17 17:54:16.475--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(67:null:cleaning the house)
    [junit] [EL Finest]: 2024-04-17 17:54:16.475--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(70:null:stamps)
    [junit] [EL Finest]: 2024-04-17 17:54:16.475--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(66:null:watching tv)
    [junit] [EL Finest]: 2024-04-17 17:54:16.475--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-17 17:54:16.475--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:16.475--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:16.475--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, null, swimming]
    [junit] [EL Fine]: 2024-04-17 17:54:16.475--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, null, computers]
    [junit] [EL Fine]: 2024-04-17 17:54:16.476--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, null, cooking]
    [junit] [EL Fine]: 2024-04-17 17:54:16.551--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, null, reading]
    [junit] [EL Fine]: 2024-04-17 17:54:16.551--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, null, cleaning the house]
    [junit] [EL Fine]: 2024-04-17 17:54:16.551--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [70, null, stamps]
    [junit] [EL Fine]: 2024-04-17 17:54:16.551--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, null, watching tv]
    [junit] [EL Finer]: 2024-04-17 17:54:16.551--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:16.553--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-17 17:54:16.553--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-17 17:54:16.553--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-17 17:54:16.553--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-17 17:54:16.553--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-17 17:54:16.554--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-17 17:54:16.554--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-17 17:54:16.554--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-17 17:54:16.554--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-17 17:54:16.554--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-17 17:54:16.554--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-17 17:54:16.554--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-17 17:54:16.554--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-17 17:54:16.554--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-17 17:54:16.554--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-17 17:54:16.554--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-17 17:54:16.554--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-17 17:54:16.554--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-17 17:54:16.554--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-17 17:54:16.554--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-17 17:54:16.554--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-17 17:54:16.554--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-17 17:54:16.554--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-17 17:54:16.554--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-17 17:54:16.554--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-17 17:54:16.554--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-17 17:54:16.554--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-17 17:54:16.554--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-17 17:54:16.554--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-17 17:54:16.554--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-17 17:54:16.554--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-17 17:54:16.555--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-17 17:54:16.555--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-17 17:54:16.555--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-17 17:54:16.555--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-17 17:54:16.555--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-17 17:54:16.555--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-17 17:54:16.555--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-17 17:54:16.555--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-17 17:54:16.555--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-17 17:54:16.555--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-17 17:54:16.555--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-17 17:54:16.555--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-17 17:54:16.555--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-17 17:54:16.555--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-17 17:54:16.555--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-17 17:54:16.555--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-17 17:54:16.555--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-17 17:54:16.555--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-17 17:54:16.555--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-17 17:54:16.555--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-17 17:54:16.555--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-17 17:54:16.555--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-17 17:54:16.555--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-17 17:54:16.555--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-17 17:54:16.555--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-17 17:54:16.555--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-17 17:54:16.556--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-17 17:54:16.556--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-17 17:54:16.556--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-17 17:54:16.556--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-17 17:54:16.556--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-17 17:54:16.556--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-17 17:54:16.556--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-17 17:54:16.556--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-17 17:54:16.556--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-17 17:54:16.556--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-17 17:54:16.556--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-17 17:54:16.556--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-17 17:54:16.556--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-17 17:54:16.556--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-17 17:54:16.556--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-17 17:54:16.556--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-17 17:54:16.556--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-17 17:54:16.556--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-17 17:54:16.556--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-17 17:54:16.556--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-17 17:54:16.556--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-17 17:54:16.556--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-17 17:54:16.556--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-17 17:54:16.556--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-17 17:54:16.556--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-17 17:54:16.556--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-17 17:54:16.557--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-17 17:54:16.557--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-17 17:54:16.557--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-17 17:54:16.557--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-17 17:54:16.557--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-17 17:54:16.557--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-17 17:54:16.557--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-17 17:54:16.557--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-17 17:54:16.557--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-17 17:54:16.557--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-17 17:54:16.557--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-17 17:54:16.557--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-17 17:54:16.557--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-17 17:54:16.557--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-17 17:54:16.557--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-17 17:54:16.557--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-17 17:54:16.557--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-17 17:54:16.557--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:16.557--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-17 17:54:16.557--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-17 17:54:16.557--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-17 17:54:16.557--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-17 17:54:16.557--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-17 17:54:16.557--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-17 17:54:16.557--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-17 17:54:16.558--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-17 17:54:16.558--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-17 17:54:16.558--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-17 17:54:16.558--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-17 17:54:16.558--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-17 17:54:16.558--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-17 17:54:16.558--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-17 17:54:16.558--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-17 17:54:16.558--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-17 17:54:16.558--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-17 17:54:16.558--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-17 17:54:16.558--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-17 17:54:16.558--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-17 17:54:16.558--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-17 17:54:16.558--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-17 17:54:16.558--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-17 17:54:16.558--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-17 17:54:16.558--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-17 17:54:16.558--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-17 17:54:16.558--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-17 17:54:16.558--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-17 17:54:16.558--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-17 17:54:16.558--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-17 17:54:16.558--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-17 17:54:16.558--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-17 17:54:16.558--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-17 17:54:16.558--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-17 17:54:16.558--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-17 17:54:16.558--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-17 17:54:16.558--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-17 17:54:16.558--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-17 17:54:16.558--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-17 17:54:16.558--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-17 17:54:16.558--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-17 17:54:16.558--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-17 17:54:16.558--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-17 17:54:16.558--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-17 17:54:16.558--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-17 17:54:16.558--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-17 17:54:16.558--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-17 17:54:16.559--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-17 17:54:16.559--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-17 17:54:16.559--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-17 17:54:16.559--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-17 17:54:16.559--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-17 17:54:16.559--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-17 17:54:16.559--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-17 17:54:16.559--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-17 17:54:16.559--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-17 17:54:16.559--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-17 17:54:16.559--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-17 17:54:16.559--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-17 17:54:16.559--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-17 17:54:16.559--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-17 17:54:16.559--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-17 17:54:16.559--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-17 17:54:16.559--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-17 17:54:16.559--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-17 17:54:16.559--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-17 17:54:16.559--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-17 17:54:16.559--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-17 17:54:16.559--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-17 17:54:16.559--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-17 17:54:16.559--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-17 17:54:16.559--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-17 17:54:16.559--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-17 17:54:16.559--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-17 17:54:16.559--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-17 17:54:16.559--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-17 17:54:16.559--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-17 17:54:16.559--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-17 17:54:16.559--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-17 17:54:16.559--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-17 17:54:16.559--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-17 17:54:16.559--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-17 17:54:16.559--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-17 17:54:16.559--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-17 17:54:16.559--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-17 17:54:16.559--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-17 17:54:16.56--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-17 17:54:16.56--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-17 17:54:16.56--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-17 17:54:16.56--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-17 17:54:16.56--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-17 17:54:16.56--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-17 17:54:16.56--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-17 17:54:16.56--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-17 17:54:16.56--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-17 17:54:16.56--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-17 17:54:16.56--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-17 17:54:16.56--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-17 17:54:16.56--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-17 17:54:16.56--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-17 17:54:16.56--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-17 17:54:16.56--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:16.571--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-17 17:54:16.571--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-17 17:54:16.571--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-17 17:54:16.571--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-17 17:54:16.571--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-17 17:54:16.571--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-17 17:54:16.571--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-17 17:54:16.571--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-17 17:54:16.571--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-17 17:54:16.571--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-17 17:54:16.571--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-17 17:54:16.571--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-17 17:54:16.571--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-17 17:54:16.571--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-17 17:54:16.572--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-17 17:54:16.572--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-17 17:54:16.572--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-17 17:54:16.572--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-17 17:54:16.572--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-17 17:54:16.572--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-17 17:54:16.572--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-17 17:54:16.572--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-17 17:54:16.572--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-17 17:54:16.572--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-17 17:54:16.572--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-17 17:54:16.572--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-17 17:54:16.572--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-17 17:54:16.572--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-17 17:54:16.572--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-17 17:54:16.572--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-17 17:54:16.572--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-17 17:54:16.572--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-17 17:54:16.572--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-17 17:54:16.572--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-17 17:54:16.572--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-17 17:54:16.572--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-17 17:54:16.572--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-17 17:54:16.572--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-17 17:54:16.572--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-17 17:54:16.572--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-17 17:54:16.572--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-17 17:54:16.572--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-17 17:54:16.572--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-17 17:54:16.572--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-17 17:54:16.572--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-17 17:54:16.572--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-17 17:54:16.572--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-17 17:54:16.572--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-17 17:54:16.572--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-17 17:54:16.572--ClientSession(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-17 17:54:16.572--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:16.573--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:16.573--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [9, 1051]
    [junit] [EL Fine]: 2024-04-17 17:54:16.573--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [19, 1051]
    [junit] [EL Fine]: 2024-04-17 17:54:16.573--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [21, 1051]
    [junit] [EL Fine]: 2024-04-17 17:54:16.573--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [25, 1051]
    [junit] [EL Fine]: 2024-04-17 17:54:16.573--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [31, 1051]
    [junit] [EL Fine]: 2024-04-17 17:54:16.573--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [37, 1051]
    [junit] [EL Fine]: 2024-04-17 17:54:16.573--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [39, 1051]
    [junit] [EL Fine]: 2024-04-17 17:54:16.573--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [47, 1051]
    [junit] [EL Fine]: 2024-04-17 17:54:16.573--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [87, 1051]
    [junit] [EL Fine]: 2024-04-17 17:54:16.573--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [99, 1051]
    [junit] [EL Fine]: 2024-04-17 17:54:16.573--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [1, 1050]
    [junit] [EL Fine]: 2024-04-17 17:54:16.573--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [3, 1050]
    [junit] [EL Fine]: 2024-04-17 17:54:16.573--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [7, 1050]
    [junit] [EL Fine]: 2024-04-17 17:54:16.573--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [11, 1050]
    [junit] [EL Fine]: 2024-04-17 17:54:16.573--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [13, 1050]
    [junit] [EL Fine]: 2024-04-17 17:54:16.573--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [17, 1050]
    [junit] [EL Fine]: 2024-04-17 17:54:16.573--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [23, 1050]
    [junit] [EL Fine]: 2024-04-17 17:54:16.573--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [27, 1050]
    [junit] [EL Fine]: 2024-04-17 17:54:16.573--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [43, 1050]
    [junit] [EL Fine]: 2024-04-17 17:54:16.573--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [45, 1050]
    [junit] [EL Fine]: 2024-04-17 17:54:16.573--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [53, 1050]
    [junit] [EL Fine]: 2024-04-17 17:54:16.573--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [63, 1050]
    [junit] [EL Fine]: 2024-04-17 17:54:16.573--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [71, 1050]
    [junit] [EL Fine]: 2024-04-17 17:54:16.573--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [73, 1050]
    [junit] [EL Fine]: 2024-04-17 17:54:16.573--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [75, 1050]
    [junit] [EL Fine]: 2024-04-17 17:54:16.573--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [91, 1050]
    [junit] [EL Fine]: 2024-04-17 17:54:16.573--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [97, 1050]
    [junit] [EL Fine]: 2024-04-17 17:54:16.573--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [5, 1049]
    [junit] [EL Fine]: 2024-04-17 17:54:16.573--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [29, 1049]
    [junit] [EL Fine]: 2024-04-17 17:54:16.573--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [33, 1049]
    [junit] [EL Fine]: 2024-04-17 17:54:16.573--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [41, 1049]
    [junit] [EL Fine]: 2024-04-17 17:54:16.573--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [49, 1049]
    [junit] [EL Fine]: 2024-04-17 17:54:16.573--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [51, 1049]
    [junit] [EL Fine]: 2024-04-17 17:54:16.573--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [57, 1049]
    [junit] [EL Fine]: 2024-04-17 17:54:16.573--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 1049]
    [junit] [EL Fine]: 2024-04-17 17:54:16.573--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [77, 1049]
    [junit] [EL Fine]: 2024-04-17 17:54:16.574--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [79, 1049]
    [junit] [EL Fine]: 2024-04-17 17:54:16.574--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [81, 1049]
    [junit] [EL Fine]: 2024-04-17 17:54:16.574--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [89, 1049]
    [junit] [EL Fine]: 2024-04-17 17:54:16.574--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [93, 1049]
    [junit] [EL Fine]: 2024-04-17 17:54:16.574--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [95, 1049]
    [junit] [EL Fine]: 2024-04-17 17:54:16.574--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [15, 1052]
    [junit] [EL Fine]: 2024-04-17 17:54:16.574--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [35, 1052]
    [junit] [EL Fine]: 2024-04-17 17:54:16.574--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [55, 1052]
    [junit] [EL Fine]: 2024-04-17 17:54:16.574--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [59, 1052]
    [junit] [EL Fine]: 2024-04-17 17:54:16.574--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [61, 1052]
    [junit] [EL Fine]: 2024-04-17 17:54:16.574--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 1052]
    [junit] [EL Fine]: 2024-04-17 17:54:16.574--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 1052]
    [junit] [EL Fine]: 2024-04-17 17:54:16.574--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [83, 1052]
    [junit] [EL Fine]: 2024-04-17 17:54:16.574--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [85, 1052]
    [junit] [EL Finer]: 2024-04-17 17:54:16.574--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:16.579--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.579--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.579--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.579--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.579--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.579--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.579--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.579--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.579--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.579--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.579--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.579--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.579--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.579--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.579--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.579--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.579--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.579--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.579--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.579--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.579--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.579--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.579--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.579--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.579--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.579--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.579--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.579--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.58--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.581--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.581--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.581--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.581--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.581--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.581--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.581--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.581--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.581--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.581--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.581--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.581--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.581--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.581--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.581--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.581--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.581--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.581--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.581--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.581--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.581--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.655--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.655--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.655--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.656--ClientSession(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-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:16.656--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 68]
    [junit] [EL Finer]: 2024-04-17 17:54:16.657--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:16.669--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.669--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.669--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.669--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.669--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.669--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.669--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.669--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.669--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.669--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.669--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.669--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.669--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.669--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.669--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.669--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.669--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.669--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.669--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.669--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.669--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.669--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.669--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.669--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.669--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.669--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.669--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.669--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.669--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.669--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.669--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.669--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.669--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.67--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.671--ClientSession(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-17 17:54:16.671--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:16.671--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:16.672--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:16.673--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:16.673--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:16.673--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:16.673--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:16.673--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:16.673--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:16.673--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:16.673--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:16.673--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:16.673--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:16.673--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:16.673--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 74]
    [junit] [EL Finer]: 2024-04-17 17:54:16.673--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:16.683--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.683--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.683--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.683--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.683--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.683--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.683--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.683--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.683--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.683--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.683--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.683--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.683--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.683--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.683--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.683--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.683--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.683--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.683--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.683--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.683--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.683--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.683--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.683--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.683--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.683--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.683--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.683--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.683--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.683--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.683--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.683--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.683--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.683--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.683--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.684--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.685--ClientSession(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-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:16.685--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:16.686--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:16.686--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:16.686--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:16.686--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:16.686--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:16.686--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:16.686--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:16.686--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:16.686--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:16.686--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:16.686--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:16.686--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:16.686--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:16.686--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:16.686--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:16.686--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:16.686--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:16.686--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:16.686--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:16.686--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:16.686--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:16.686--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:16.686--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:16.686--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:16.686--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:16.686--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:16.686--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:16.686--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:16.686--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:16.686--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:16.686--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:16.686--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:16.686--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:16.686--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:16.686--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:16.686--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:16.686--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:16.76--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:16.76--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:16.76--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:16.76--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:16.76--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:16.76--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:16.76--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:16.76--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:16.76--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:16.76--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:16.76--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:16.76--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:16.76--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:16.76--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:16.761--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:16.761--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:16.761--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:16.761--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:16.761--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:16.761--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:16.761--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:16.761--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:16.761--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:16.761--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:16.761--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 14]
    [junit] [EL Finer]: 2024-04-17 17:54:16.761--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:16.774--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.774--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.774--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.775--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.776--ClientSession(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-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:16.776--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 61]
    [junit] [EL Finer]: 2024-04-17 17:54:16.777--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:16.79--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.79--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.79--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.79--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.79--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.79--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.79--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.79--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.79--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.79--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.79--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.79--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.79--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.79--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.79--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.79--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.79--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.79--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.79--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.79--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.79--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.79--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.79--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.79--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.79--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.79--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.79--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.79--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.79--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.79--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.79--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.79--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.79--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.79--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.79--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(123387558)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:16.791--ClientSession(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-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:16.792--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:16.793--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:16.793--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:16.793--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:16.793--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:16.793--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:16.793--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:16.793--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:16.864--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:16.864--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:16.864--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:16.864--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:16.864--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:16.864--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:16.865--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:16.865--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:16.865--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:16.865--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:16.865--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:16.865--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:16.865--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:16.865--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:16.865--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:16.865--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:16.865--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:16.865--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [69, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:16.865--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [64, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:16.865--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [67, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:16.865--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [65, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:16.865--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [68, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:16.865--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--	bind => [66, 75]
    [junit] [EL Finer]: 2024-04-17 17:54:16.865--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:16.876--ClientSession(123387558)--Connection(1733512188)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:16.877--ServerSession(454071866)--Connection(2064500006)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:16.878--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:16.878--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:16.879--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:16.879--ClientSession(123387558)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:16.879--UnitOfWork(2028506133)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:16.879--ClientSession(123387558)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:16.88--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 104012589
    [junit] [EL Finer]: 2024-04-17 17:54:16.88--ClientSession(104012589)--Thread(Thread[main,5,main])--acquire unit of work: 1450729045
    [junit] [EL Finest]: 2024-04-17 17:54:16.88--UnitOfWork(1450729045)--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-17 17:54:16.881--ServerSession(454071866)--Connection(280400983)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:16.881--ServerSession(454071866)--Connection(280400983)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:16.881--ServerSession(454071866)--Connection(553248997)--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-17 17:54:16.883--ServerSession(454071866)--Connection(280400983)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:16.908--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 881305041
    [junit] [EL Finer]: 2024-04-17 17:54:16.908--ClientSession(881305041)--Thread(Thread[main,5,main])--acquire unit of work: 114325689
    [junit] [EL Finest]: 2024-04-17 17:54:16.908--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.908--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (71 -> null:null:reading)
    [junit] [EL Finest]: 2024-04-17 17:54:16.908--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.908--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (72 -> null:null:cooking)
    [junit] [EL Finest]: 2024-04-17 17:54:16.908--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.908--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (73 -> null:null:watching tv)
    [junit] [EL Finest]: 2024-04-17 17:54:16.908--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.908--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (74 -> null:null:cleaning the house)
    [junit] [EL Finest]: 2024-04-17 17:54:16.908--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.908--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (75 -> null:null:swimming)
    [junit] [EL Finest]: 2024-04-17 17:54:16.908--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.908--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (76 -> null:null:computers)
    [junit] [EL Finest]: 2024-04-17 17:54:16.908--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.908--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (77 -> null:null:stamps)
    [junit] [EL Finest]: 2024-04-17 17:54:16.908--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.908--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.909--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.909--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.909--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.909--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.909--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.909--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.909--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.909--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.909--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.909--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,054 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@79749108)
    [junit] [EL Finest]: 2024-04-17 17:54:16.909--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.909--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,055 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f3d34e4)
    [junit] [EL Finest]: 2024-04-17 17:54:16.909--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.909--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,056 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@f284a7a)
    [junit] [EL Finest]: 2024-04-17 17:54:16.909--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.909--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,057 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a0d2f6e)
    [junit] [EL Finest]: 2024-04-17 17:54:16.909--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.909--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,058 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@772c07f6)
    [junit] [EL Finest]: 2024-04-17 17:54:16.909--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.909--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,059 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c097e3)
    [junit] [EL Finest]: 2024-04-17 17:54:16.909--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.909--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,060 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4cf6663b)
    [junit] [EL Finest]: 2024-04-17 17:54:16.909--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.909--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,061 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@fc35694)
    [junit] [EL Finest]: 2024-04-17 17:54:16.909--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.909--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,062 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1847e32d)
    [junit] [EL Finest]: 2024-04-17 17:54:16.909--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.909--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,063 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1dbd1049)
    [junit] [EL Finest]: 2024-04-17 17:54:16.909--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.91--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,064 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@62057a7b)
    [junit] [EL Finest]: 2024-04-17 17:54:16.91--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.91--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,065 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@77e7e759)
    [junit] [EL Finest]: 2024-04-17 17:54:16.91--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.91--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,066 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@509e3c03)
    [junit] [EL Finest]: 2024-04-17 17:54:16.91--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.91--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,067 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@25d45101)
    [junit] [EL Finest]: 2024-04-17 17:54:16.91--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.91--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,068 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6ccb2162)
    [junit] [EL Finest]: 2024-04-17 17:54:16.91--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.91--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,069 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@245ece8d)
    [junit] [EL Finest]: 2024-04-17 17:54:16.91--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.91--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,070 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5818021)
    [junit] [EL Finest]: 2024-04-17 17:54:16.91--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.91--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,071 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@25a85c9)
    [junit] [EL Finest]: 2024-04-17 17:54:16.91--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.91--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,072 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@372f64d1)
    [junit] [EL Finest]: 2024-04-17 17:54:16.91--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.91--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,073 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6557ee1f)
    [junit] [EL Finest]: 2024-04-17 17:54:16.91--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.91--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,074 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6cdeea1c)
    [junit] [EL Finest]: 2024-04-17 17:54:16.91--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.91--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,075 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3afc5e83)
    [junit] [EL Finest]: 2024-04-17 17:54:16.91--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.91--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,076 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@76b9bce1)
    [junit] [EL Finest]: 2024-04-17 17:54:16.91--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.91--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,077 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2c44833f)
    [junit] [EL Finest]: 2024-04-17 17:54:16.91--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.91--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,078 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@375112a1)
    [junit] [EL Finest]: 2024-04-17 17:54:16.91--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.911--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,079 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f815a8e)
    [junit] [EL Finest]: 2024-04-17 17:54:16.911--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.911--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,080 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5464ad2b)
    [junit] [EL Finest]: 2024-04-17 17:54:16.911--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.911--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,081 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5cb181e3)
    [junit] [EL Finest]: 2024-04-17 17:54:16.911--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.911--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,082 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@63ca44ce)
    [junit] [EL Finest]: 2024-04-17 17:54:16.911--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.911--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,083 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@67a3713)
    [junit] [EL Finest]: 2024-04-17 17:54:16.911--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.911--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,084 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7706df02)
    [junit] [EL Finest]: 2024-04-17 17:54:16.911--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.911--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,085 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@27e8e698)
    [junit] [EL Finest]: 2024-04-17 17:54:16.911--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.911--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,086 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@16352a9f)
    [junit] [EL Finest]: 2024-04-17 17:54:16.911--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.911--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,087 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@41a055e5)
    [junit] [EL Finest]: 2024-04-17 17:54:16.911--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.911--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,088 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9f7c1c)
    [junit] [EL Finest]: 2024-04-17 17:54:16.911--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.911--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,089 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@60a386b1)
    [junit] [EL Finest]: 2024-04-17 17:54:16.911--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.911--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,090 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ffd29e8)
    [junit] [EL Finest]: 2024-04-17 17:54:16.911--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.911--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,091 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c31408f)
    [junit] [EL Finest]: 2024-04-17 17:54:16.911--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.911--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,092 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@67b5a089)
    [junit] [EL Finest]: 2024-04-17 17:54:16.911--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.911--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,093 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1bdf24c0)
    [junit] [EL Finest]: 2024-04-17 17:54:16.911--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.911--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,094 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2d5bfc3a)
    [junit] [EL Finest]: 2024-04-17 17:54:16.911--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.912--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,095 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3bf8f426)
    [junit] [EL Finest]: 2024-04-17 17:54:16.912--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.912--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,096 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7103ba38)
    [junit] [EL Finest]: 2024-04-17 17:54:16.912--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.912--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,097 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@131879fc)
    [junit] [EL Finest]: 2024-04-17 17:54:16.912--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.912--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,098 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6150ed89)
    [junit] [EL Finest]: 2024-04-17 17:54:16.912--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.912--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,099 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d756c41)
    [junit] [EL Finest]: 2024-04-17 17:54:16.912--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.912--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,100 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@714bd7ad)
    [junit] [EL Finest]: 2024-04-17 17:54:16.912--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.912--ServerSession(454071866)--Connection(1192631012)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:16.912--ClientSession(881305041)--Connection(1192631012)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:16.912--ClientSession(881305041)--Connection(1192631012)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:16.912--ClientSession(881305041)--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-17 17:54:16.912--ClientSession(881305041)--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-17 17:54:16.912--ClientSession(881305041)--Connection(1899458851)--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-17 17:54:16.913--ClientSession(881305041)--Connection(1899458851)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?
    [junit] 	bind => [VehicleGenerator]
    [junit] [EL Finest]: 2024-04-17 17:54:16.913--ClientSession(881305041)--Connection(1899458851)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 1,101, last: 1,150
    [junit] [EL Finer]: 2024-04-17 17:54:16.913--ClientSession(881305041)--Connection(1899458851)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:16.914--ServerSession(454071866)--Connection(1899458851)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:16.914--ServerSession(454071866)--Connection(1192631012)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:16.914--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,101 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@214c97e1)
    [junit] [EL Finest]: 2024-04-17 17:54:16.914--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.914--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,102 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c6ea911)
    [junit] [EL Finest]: 2024-04-17 17:54:16.914--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.914--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,103 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@269a73d6)
    [junit] [EL Finest]: 2024-04-17 17:54:16.914--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.914--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,104 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9eb378c)
    [junit] [EL Finest]: 2024-04-17 17:54:16.914--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.914--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,105 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@506782f4)
    [junit] [EL Finest]: 2024-04-17 17:54:16.914--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.914--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,106 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@49588fc8)
    [junit] [EL Finest]: 2024-04-17 17:54:16.914--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.914--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,107 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ca941f6)
    [junit] [EL Finest]: 2024-04-17 17:54:16.914--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.914--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,108 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c2e56b8)
    [junit] [EL Finest]: 2024-04-17 17:54:16.914--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.914--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,109 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3209eb)
    [junit] [EL Finest]: 2024-04-17 17:54:16.914--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.914--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,110 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@d99e0ea)
    [junit] [EL Finest]: 2024-04-17 17:54:16.914--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.914--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,111 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7bc9a65e)
    [junit] [EL Finest]: 2024-04-17 17:54:16.914--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.914--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,112 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@654ca409)
    [junit] [EL Finest]: 2024-04-17 17:54:16.914--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.914--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,113 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@75a1841a)
    [junit] [EL Finest]: 2024-04-17 17:54:16.914--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.914--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,114 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@377db4f4)
    [junit] [EL Finest]: 2024-04-17 17:54:16.915--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.915--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,115 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1b00f13)
    [junit] [EL Finest]: 2024-04-17 17:54:16.915--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.915--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,116 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1dc9fc0)
    [junit] [EL Finest]: 2024-04-17 17:54:16.915--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.915--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,117 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@78a45ab5)
    [junit] [EL Finest]: 2024-04-17 17:54:16.915--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.915--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,118 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@22249b41)
    [junit] [EL Finest]: 2024-04-17 17:54:16.915--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.915--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,119 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23edc081)
    [junit] [EL Finest]: 2024-04-17 17:54:16.915--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.915--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,120 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@46aa79a3)
    [junit] [EL Finest]: 2024-04-17 17:54:16.915--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.915--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,121 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c81f231)
    [junit] [EL Finest]: 2024-04-17 17:54:16.915--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.915--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,122 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1a799c73)
    [junit] [EL Finest]: 2024-04-17 17:54:16.915--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.915--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,123 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@57ddbe75)
    [junit] [EL Finest]: 2024-04-17 17:54:16.915--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.915--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,124 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@42afb24c)
    [junit] [EL Finest]: 2024-04-17 17:54:16.915--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.915--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,125 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@51acd052)
    [junit] [EL Finest]: 2024-04-17 17:54:16.915--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.915--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,126 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7e04410)
    [junit] [EL Finest]: 2024-04-17 17:54:16.915--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.915--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,127 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d746c8f)
    [junit] [EL Finest]: 2024-04-17 17:54:16.915--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.915--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,128 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@27684bf)
    [junit] [EL Finest]: 2024-04-17 17:54:16.915--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.915--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,129 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@356feae3)
    [junit] [EL Finest]: 2024-04-17 17:54:16.916--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.916--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,130 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@302ae89a)
    [junit] [EL Finest]: 2024-04-17 17:54:16.916--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.916--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,131 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2ea4fa04)
    [junit] [EL Finest]: 2024-04-17 17:54:16.916--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.916--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,132 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1841d013)
    [junit] [EL Finest]: 2024-04-17 17:54:16.916--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.916--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,133 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5233090a)
    [junit] [EL Finest]: 2024-04-17 17:54:16.916--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.916--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,134 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@35ba45ee)
    [junit] [EL Finest]: 2024-04-17 17:54:16.916--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.916--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,135 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3cc7ed87)
    [junit] [EL Finest]: 2024-04-17 17:54:16.916--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.916--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,136 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a906344)
    [junit] [EL Finest]: 2024-04-17 17:54:16.916--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.916--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,137 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@60a15445)
    [junit] [EL Finest]: 2024-04-17 17:54:16.916--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.916--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,138 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d3e88a)
    [junit] [EL Finest]: 2024-04-17 17:54:16.916--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.916--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,139 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47b9622)
    [junit] [EL Finest]: 2024-04-17 17:54:16.916--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.916--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,140 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2dd85faa)
    [junit] [EL Finest]: 2024-04-17 17:54:16.916--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.916--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,141 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47312528)
    [junit] [EL Finest]: 2024-04-17 17:54:16.916--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.916--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,142 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5f3e12fc)
    [junit] [EL Finest]: 2024-04-17 17:54:16.916--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.916--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,143 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@72c55bf)
    [junit] [EL Finest]: 2024-04-17 17:54:16.916--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.916--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,144 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@68e66fff)
    [junit] [EL Finest]: 2024-04-17 17:54:16.916--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.916--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,145 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@26b01fae)
    [junit] [EL Finest]: 2024-04-17 17:54:16.917--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.917--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,146 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9b64076)
    [junit] [EL Finest]: 2024-04-17 17:54:16.917--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.917--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,147 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6cd27d52)
    [junit] [EL Finest]: 2024-04-17 17:54:16.917--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.917--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,148 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@37107ea0)
    [junit] [EL Finest]: 2024-04-17 17:54:16.917--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.917--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,149 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11fb5a83)
    [junit] [EL Finest]: 2024-04-17 17:54:16.917--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.917--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,150 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a750d3a)
    [junit] [EL Finest]: 2024-04-17 17:54:16.917--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.917--ServerSession(454071866)--Connection(1642290339)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:16.917--ClientSession(881305041)--Connection(1642290339)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:16.917--ClientSession(881305041)--Connection(1642290339)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:16.917--ClientSession(881305041)--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-17 17:54:16.917--ClientSession(881305041)--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-17 17:54:16.917--ClientSession(881305041)--Connection(713502046)--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-17 17:54:16.918--ClientSession(881305041)--Connection(713502046)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?
    [junit] 	bind => [VehicleGenerator]
    [junit] [EL Finest]: 2024-04-17 17:54:16.918--ClientSession(881305041)--Connection(713502046)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 1,151, last: 1,200
    [junit] [EL Finer]: 2024-04-17 17:54:16.918--ClientSession(881305041)--Connection(713502046)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:16.918--ServerSession(454071866)--Connection(713502046)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:16.918--ServerSession(454071866)--Connection(1642290339)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:16.918--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,151 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@55b2cdcb)
    [junit] [EL Finest]: 2024-04-17 17:54:16.918--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.918--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,152 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@107bea33)
    [junit] [EL Finest]: 2024-04-17 17:54:16.918--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.918--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,153 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@305c8bf)
    [junit] [EL Finest]: 2024-04-17 17:54:16.918--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.919--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,154 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@64342f87)
    [junit] [EL Finest]: 2024-04-17 17:54:16.919--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.919--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,155 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@3ac10d20)
    [junit] [EL Finest]: 2024-04-17 17:54:16.919--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.919--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,156 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@75a45239)
    [junit] [EL Finest]: 2024-04-17 17:54:16.919--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.919--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,157 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@58c92c02)
    [junit] [EL Finest]: 2024-04-17 17:54:16.919--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.919--UnitOfWork(114325689)--Thread(Thread[main,5,main])--assign sequence to the object (1,158 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@1d44788b)
    [junit] [EL Finest]: 2024-04-17 17:54:16.919--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.919--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.919--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.919--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.919--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.919--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.919--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.919--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.919--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.919--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.919--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.919--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.919--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.919--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.919--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.92--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.92--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.92--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.92--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.92--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.92--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.92--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.92--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.92--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.92--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.92--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.92--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.92--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.92--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.92--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.92--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.92--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.92--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.92--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.92--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.92--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.92--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.92--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.92--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.921--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.921--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.921--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.921--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.921--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.921--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.921--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.921--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.921--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.921--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.921--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.921--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.921--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.921--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.921--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.921--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.921--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.921--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.921--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.921--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.921--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.921--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.921--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.922--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.922--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.922--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.922--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.922--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.922--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.922--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.922--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.922--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.922--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.922--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.922--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.922--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.922--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.922--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.922--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.922--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.922--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.922--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.922--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.969--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.969--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.969--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.969--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.969--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.969--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.969--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.969--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.969--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.969--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.969--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.969--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.969--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.969--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.969--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.969--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.969--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:16.969--UnitOfWork(114325689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:16.969--UnitOfWork(114325689)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:16.97--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@1d44788b)
    [junit] [EL Finest]: 2024-04-17 17:54:16.97--ServerSession(454071866)--Connection(363565965)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:16.97--ClientSession(881305041)--Connection(363565965)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:16.97--ClientSession(881305041)--Connection(363565965)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:16.971--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@64342f87)
    [junit] [EL Finest]: 2024-04-17 17:54:16.971--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@3ac10d20)
    [junit] [EL Finest]: 2024-04-17 17:54:16.971--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@58c92c02)
    [junit] [EL Finest]: 2024-04-17 17:54:16.971--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@75a45239)
    [junit] [EL Finest]: 2024-04-17 17:54:16.971--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0)
    [junit] [EL Finer]: 2024-04-17 17:54:16.971--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:16.971--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, NUM_GEARS, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:16.971--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1158, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:16.971--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1154, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:16.971--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1155, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:16.971--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1157, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:16.971--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1156, foo-brand, null, 0, 1, 4]
    [junit] [EL Finer]: 2024-04-17 17:54:16.971--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:16.972--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4)
    [junit] [EL Finest]: 2024-04-17 17:54:16.972--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7)
    [junit] [EL Finest]: 2024-04-17 17:54:16.972--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6)
    [junit] [EL Finest]: 2024-04-17 17:54:16.972--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3)
    [junit] [EL Finest]: 2024-04-17 17:54:16.972--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5)
    [junit] [EL Finest]: 2024-04-17 17:54:16.972--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9)
    [junit] [EL Finest]: 2024-04-17 17:54:16.972--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8)
    [junit] [EL Finest]: 2024-04-17 17:54:16.972--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2)
    [junit] [EL Finest]: 2024-04-17 17:54:16.972--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1)
    [junit] [EL Finest]: 2024-04-17 17:54:16.972--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@42e62465)
    [junit] [EL Finer]: 2024-04-17 17:54:16.972--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:16.972--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:16.972--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [0, Department_0, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:16.972--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [4, Department_4, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:16.972--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [7, Department_7, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:16.972--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [6, Department_6, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:16.972--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [3, Department_3, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:16.972--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [5, Department_5, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:16.972--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [9, Department_9, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:16.972--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [8, Department_8, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:16.972--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [2, Department_2, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:16.972--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1, Department_1, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:16.972--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:16.973--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@276bba19)
    [junit] [EL Finest]: 2024-04-17 17:54:16.973--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1094fb98)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2646531d)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ff9b4f2)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@15978cad)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2880a58b)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@38b6b4fb)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5618e97c)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@ea92986)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@388f2d15)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@614eceb)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4077b71e)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@790a35fd)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@67cc7aee)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@487d9291)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@28c27def)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4daf8e98)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@f8cddfc)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@f00b18a)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@56b3165c)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@56e18141)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@168cffde)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@79c5a74c)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@122a6bac)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b104000)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@14562e0)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d957f5a)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7caeba34)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@13b1c2f5)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7cf4a9fb)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6904fe7f)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@c541518)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b93b86b)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@76242b2c)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d5790ea)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7ee8882a)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@774a458c)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d0a2a80)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@14568116)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7de09d35)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b3e2f54)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@48df2306)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@13f6341b)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@71a69653)
    [junit] [EL Finest]: 2024-04-17 17:54:16.974--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@314ba270)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@b1fdcf8)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b1e93a9)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d589727)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3bdb5380)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7b394771)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d11c8fa)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@728439ce)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@11cd86bd)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5c48981a)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7837c99c)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@747252dd)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5dab9949)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1dd53a93)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1c1023e1)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@67040b58)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@355ca6c0)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@43e97462)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2d3572fb)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@ecd59a3)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@146fff56)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5aeedcfb)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@f3bc185)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@45fc4c95)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1d0ed7d8)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7b216b10)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@72ee36ab)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5bf17128)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2fdece0e)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ca260bf)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@74642e97)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6deb050b)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3f30f01e)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4f3b4b9e)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@192d4777)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@617bb321)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@477f3b7d)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3a35e669)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@127cbd8b)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@55b678dc)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@416374ec)
    [junit] [EL Finest]: 2024-04-17 17:54:16.975--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@485b4ef)
    [junit] [EL Finest]: 2024-04-17 17:54:16.976--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@56c8c77e)
    [junit] [EL Finest]: 2024-04-17 17:54:16.976--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@8afb1bd)
    [junit] [EL Finest]: 2024-04-17 17:54:16.976--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5ce4b8ef)
    [junit] [EL Finest]: 2024-04-17 17:54:16.976--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3ce906f2)
    [junit] [EL Finest]: 2024-04-17 17:54:16.976--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1c25b58d)
    [junit] [EL Finest]: 2024-04-17 17:54:16.976--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1e3d947d)
    [junit] [EL Finest]: 2024-04-17 17:54:16.976--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@126606bc)
    [junit] [EL Finest]: 2024-04-17 17:54:16.976--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@c12384a)
    [junit] [EL Finest]: 2024-04-17 17:54:16.976--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7aa9b038)
    [junit] [EL Finest]: 2024-04-17 17:54:16.976--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5f6ef272)
    [junit] [EL Finest]: 2024-04-17 17:54:16.976--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7a73e6b5)
    [junit] [EL Finest]: 2024-04-17 17:54:16.976--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@26566b06)
    [junit] [EL Finest]: 2024-04-17 17:54:16.976--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2485325)
    [junit] [EL Finest]: 2024-04-17 17:54:16.976--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(74:null:cleaning the house)
    [junit] [EL Finer]: 2024-04-17 17:54:16.976--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:16.976--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--INSERT INTO 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-17 17:54:16.976--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [28, Heinrich, Hampe, null, 2024-04-29 07:40:56.92, 2024-04-06 04:07:36.92, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.976--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [41, Hilda, Hermelink, null, 2024-04-29 07:40:56.921, 2024-04-06 04:07:36.921, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.976--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [62, Hakan, Harnack, null, 2024-04-29 07:40:56.922, 2024-04-06 04:07:36.922, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.976--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [92, Hedi, Haak, null, 2024-04-29 07:40:56.969, 2024-04-06 04:07:36.969, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.976--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [7, Heide, Hesse, null, 2024-04-29 07:40:56.919, 2024-04-06 04:07:36.919, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.976--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [17, Hannelore, Helmig, null, 2024-04-29 07:40:56.92, 2024-04-06 04:07:36.92, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.976--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [51, Hauke, Hilgenfeld, null, 2024-04-29 07:40:56.921, 2024-04-06 04:07:36.921, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.976--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [57, Hauke, Haus Lancaster, null, 2024-04-29 07:40:56.921, 2024-04-06 04:07:36.921, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.976--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [70, Harold, Haak, null, 2024-04-29 07:40:56.922, 2024-04-06 04:07:36.922, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.976--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [19, Harald, Hecht, null, 2024-04-29 07:40:56.92, 2024-04-06 04:07:36.92, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.976--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [14, Hazel, Herold, null, 2024-04-29 07:40:56.919, 2024-04-06 04:07:36.919, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.976--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [22, Hartwin, Hemsterhuis, null, 2024-04-29 07:40:56.92, 2024-04-06 04:07:36.92, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.976--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [98, H?nel, Hache, null, 2024-04-29 07:40:56.969, 2024-04-06 04:07:36.969, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.976--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [53, Harry, Hildebrandt, null, 2024-04-29 07:40:56.921, 2024-04-06 04:07:36.921, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.976--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [8, Helga, Haus Lancaster, null, 2024-04-29 07:40:56.919, 2024-04-06 04:07:36.919, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.976--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [87, Harry, Hilgenfeld, null, 2024-04-29 07:40:56.969, 2024-04-06 04:07:36.969, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.976--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [55, Hasso, Habermann, null, 2024-04-29 07:40:56.921, 2024-04-06 04:07:36.921, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.976--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [11, Herbert, Hamilton, null, 2024-04-29 07:40:56.919, 2024-04-06 04:07:36.919, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.976--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [77, Helmut, Havenstein, null, 2024-04-29 07:40:56.922, 2024-04-06 04:07:36.922, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.976--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [99, Hertha, Hardenberg, null, 2024-04-29 07:40:56.969, 2024-04-06 04:07:36.969, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.976--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [81, Hanns, Heim, null, 2024-04-29 07:40:56.922, 2024-04-06 04:07:36.922, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.976--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [32, Harald, Haus Lancaster, null, 2024-04-29 07:40:56.92, 2024-04-06 04:07:36.92, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.976--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [38, Heidi, Hemsterhuis, null, 2024-04-29 07:40:56.92, 2024-04-06 04:07:36.92, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.976--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, Helma, Hampe, null, 2024-04-29 07:40:56.922, 2024-04-06 04:07:36.922, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.976--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [16, Hedda, Hary, null, 2024-04-29 07:40:56.92, 2024-04-06 04:07:36.92, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.976--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [82, Hedwig, Hellmann, null, 2024-04-29 07:40:56.969, 2024-04-06 04:07:36.969, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.976--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [43, Holde, Hackmann, null, 2024-04-29 07:40:56.921, 2024-04-06 04:07:36.921, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.976--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [42, Helmar, Hentschel, null, 2024-04-29 07:40:56.921, 2024-04-06 04:07:36.921, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.976--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [20, Hansj?rg, Heinichen, null, 2024-04-29 07:40:56.92, 2024-04-06 04:07:36.92, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.976--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [46, Hannes, Hartenthaler, null, 2024-04-29 07:40:56.921, 2024-04-06 04:07:36.921, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.976--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [27, Hasso, Hilbert, null, 2024-04-29 07:40:56.92, 2024-04-06 04:07:36.92, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.976--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1, Heike, Heuser, null, 2024-04-29 07:40:56.919, 2024-04-06 04:07:36.919, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [64, Hertha, Hampe, null, 2024-04-29 07:40:56.922, 2024-04-06 04:07:36.922, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [5, Heyko, Heer, null, 2024-04-29 07:40:56.919, 2024-04-06 04:07:36.919, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [79, Harry, Hermann, null, 2024-04-29 07:40:56.922, 2024-04-06 04:07:36.922, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [15, Hartwin, Hartenthaler, null, 2024-04-29 07:40:56.919, 2024-04-06 04:07:36.919, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [86, Hasso, Hanstein, null, 2024-04-29 07:40:56.969, 2024-04-06 04:07:36.969, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [91, Helena, Hache, null, 2024-04-29 07:40:56.969, 2024-04-06 04:07:36.969, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [69, Helga, Hamilton, null, 2024-04-29 07:40:56.922, 2024-04-06 04:07:36.922, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [52, Hannelore, Hense, null, 2024-04-29 07:40:56.921, 2024-04-06 04:07:36.921, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [6, Hubert, Hanson, null, 2024-04-29 07:40:56.919, 2024-04-06 04:07:36.919, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [45, Hakan, Hampe, null, 2024-04-29 07:40:56.921, 2024-04-06 04:07:36.921, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [13, Hedda, Hildebrand, null, 2024-04-29 07:40:56.919, 2024-04-06 04:07:36.919, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [31, Helgard, Heer, null, 2024-04-29 07:40:56.92, 2024-04-06 04:07:36.92, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [67, Holde, Heise, null, 2024-04-29 07:40:56.922, 2024-04-06 04:07:36.922, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [12, Hansklaus, Herold, null, 2024-04-29 07:40:56.919, 2024-04-06 04:07:36.919, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [36, Hildegard, Hewitt, null, 2024-04-29 07:40:56.92, 2024-04-06 04:07:36.92, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, Heinrich, Hache, null, 2024-04-29 07:40:56.922, 2024-04-06 04:07:36.922, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [66, Heyko, Harding, null, 2024-04-29 07:40:56.922, 2024-04-06 04:07:36.922, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [88, Hakon, Heim, null, 2024-04-29 07:40:56.969, 2024-04-06 04:07:36.969, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [56, Harvey, Harding, null, 2024-04-29 07:40:56.921, 2024-04-06 04:07:36.921, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [21, Helmut, Henschel, null, 2024-04-29 07:40:56.92, 2024-04-06 04:07:36.92, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, Hedda, Hampe, null, 2024-04-29 07:40:56.922, 2024-04-06 04:07:36.922, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [65, Hansklaus, Hardy, null, 2024-04-29 07:40:56.922, 2024-04-06 04:07:36.922, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [30, Hubert, Hampe, null, 2024-04-29 07:40:56.92, 2024-04-06 04:07:36.92, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [47, Harald, Heidegger, null, 2024-04-29 07:40:56.921, 2024-04-06 04:07:36.921, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, Heike, Hense, null, 2024-04-29 07:40:56.922, 2024-04-06 04:07:36.922, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [34, Hagen, Hecht, null, 2024-04-29 07:40:56.92, 2024-04-06 04:07:36.92, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [89, Hulda, Hettner, null, 2024-04-29 07:40:56.969, 2024-04-06 04:07:36.969, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [97, Hauke, Hardy, null, 2024-04-29 07:40:56.969, 2024-04-06 04:07:36.969, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [18, Hansklaus, Haas, null, 2024-04-29 07:40:56.92, 2024-04-06 04:07:36.92, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, Hedda, Hecht, null, 2024-04-29 07:40:56.922, 2024-04-06 04:07:36.922, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [33, Hinrich, Hawke, null, 2024-04-29 07:40:56.92, 2024-04-06 04:07:36.92, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [85, Hauke, Hewitt, null, 2024-04-29 07:40:56.969, 2024-04-06 04:07:36.969, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [2, Hanspeter, Hein, null, 2024-04-29 07:40:56.919, 2024-04-06 04:07:36.919, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [61, Helge, Hartenthaler, null, 2024-04-29 07:40:56.921, 2024-04-06 04:07:36.921, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [35, Hakon, Hary, null, 2024-04-29 07:40:56.92, 2024-04-06 04:07:36.92, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [54, Hannes, Hildebrand, null, 2024-04-29 07:40:56.921, 2024-04-06 04:07:36.921, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [25, Heimo, Hein, null, 2024-04-29 07:40:56.92, 2024-04-06 04:07:36.92, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [83, Hanspeter, Halbach, null, 2024-04-29 07:40:56.969, 2024-04-06 04:07:36.969, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [48, Harald, Hamilton, null, 2024-04-29 07:40:56.921, 2024-04-06 04:07:36.921, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [26, Hakon, Hampe, null, 2024-04-29 07:40:56.92, 2024-04-06 04:07:36.92, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [3, Helen, Haus Lancaster, null, 2024-04-29 07:40:56.919, 2024-04-06 04:07:36.919, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [0, Henrik, Hesse, null, 2024-04-29 07:40:56.919, 2024-04-06 04:07:36.919, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [24, Helen, Hanisch, null, 2024-04-29 07:40:56.92, 2024-04-06 04:07:36.92, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [9, Helen, Hanisch, null, 2024-04-29 07:40:56.919, 2024-04-06 04:07:36.919, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [80, Harold, Hilgenfeld, null, 2024-04-29 07:40:56.922, 2024-04-06 04:07:36.922, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [93, Heinrich, Helms, null, 2024-04-29 07:40:56.969, 2024-04-06 04:07:36.969, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [44, Heiner, Hardy, null, 2024-04-29 07:40:56.921, 2024-04-06 04:07:36.921, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [94, Harald, Hausmann, null, 2024-04-29 07:40:56.969, 2024-04-06 04:07:36.969, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [96, Hildegard, Hamann, null, 2024-04-29 07:40:56.969, 2024-04-06 04:07:36.969, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [49, Helen, Hegemann, null, 2024-04-29 07:40:56.921, 2024-04-06 04:07:36.921, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [4, Henrike, Hausmann, null, 2024-04-29 07:40:56.919, 2024-04-06 04:07:36.919, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [39, Henri, Helbig, null, 2024-04-29 07:40:56.921, 2024-04-06 04:07:36.921, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [59, Heidemarie, Helbig, null, 2024-04-29 07:40:56.921, 2024-04-06 04:07:36.921, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.977--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [63, Heike, Hendrix, null, 2024-04-29 07:40:56.922, 2024-04-06 04:07:36.922, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.978--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [50, Heiko, Haas, null, 2024-04-29 07:40:56.921, 2024-04-06 04:07:36.921, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.978--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [23, Hanna, Hilbert, null, 2024-04-29 07:40:56.92, 2024-04-06 04:07:36.92, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.978--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [40, Harriet, Hackmann, null, 2024-04-29 07:40:56.921, 2024-04-06 04:07:36.921, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.978--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [68, Hannah, Heinrich, null, 2024-04-29 07:40:56.922, 2024-04-06 04:07:36.922, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.978--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [90, Hannelore, Haller, null, 2024-04-29 07:40:56.969, 2024-04-06 04:07:36.969, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.978--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [84, Heimo, Henning, null, 2024-04-29 07:40:56.969, 2024-04-06 04:07:36.969, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.978--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [29, Hermine, Haas, null, 2024-04-29 07:40:56.92, 2024-04-06 04:07:36.92, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.978--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [37, Hedda, Herrmann, null, 2024-04-29 07:40:56.92, 2024-04-06 04:07:36.92, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.978--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [10, Harvey, Heise, null, 2024-04-29 07:40:56.919, 2024-04-06 04:07:36.919, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.978--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [60, Herma, Herder, null, 2024-04-29 07:40:56.921, 2024-04-06 04:07:36.921, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.978--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [58, Hedwig, Heim, null, 2024-04-29 07:40:56.921, 2024-04-06 04:07:36.921, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.978--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, Heike, Hanson, null, 2024-04-29 07:40:56.922, 2024-04-06 04:07:36.922, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.978--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [95, Heyko, Hense, null, 2024-04-29 07:40:56.969, 2024-04-06 04:07:36.969, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:16.978--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [78, Heidi, Hesse, null, 2024-04-29 07:40:56.922, 2024-04-06 04:07:36.922, null, null, null, null, null, null, null]
    [junit] [EL Finer]: 2024-04-17 17:54:16.978--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:16.994--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(75:null:swimming)
    [junit] [EL Finest]: 2024-04-17 17:54:16.994--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(71:null:reading)
    [junit] [EL Finest]: 2024-04-17 17:54:16.994--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(77:null:stamps)
    [junit] [EL Finest]: 2024-04-17 17:54:16.994--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(72:null:cooking)
    [junit] [EL Finest]: 2024-04-17 17:54:16.995--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(76:null:computers)
    [junit] [EL Finest]: 2024-04-17 17:54:16.995--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(73:null:watching tv)
    [junit] [EL Finest]: 2024-04-17 17:54:16.995--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7e04410)
    [junit] [EL Finer]: 2024-04-17 17:54:16.995--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:16.995--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:16.995--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, null, cleaning the house]
    [junit] [EL Fine]: 2024-04-17 17:54:16.995--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, null, swimming]
    [junit] [EL Fine]: 2024-04-17 17:54:16.995--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, null, reading]
    [junit] [EL Fine]: 2024-04-17 17:54:16.995--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [77, null, stamps]
    [junit] [EL Fine]: 2024-04-17 17:54:16.995--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, null, cooking]
    [junit] [EL Fine]: 2024-04-17 17:54:16.995--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, null, computers]
    [junit] [EL Fine]: 2024-04-17 17:54:16.995--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, null, watching tv]
    [junit] [EL Finer]: 2024-04-17 17:54:16.995--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:16.996--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@214c97e1)
    [junit] [EL Finest]: 2024-04-17 17:54:16.996--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f3d34e4)
    [junit] [EL Finest]: 2024-04-17 17:54:16.996--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1841d013)
    [junit] [EL Finest]: 2024-04-17 17:54:16.996--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@377db4f4)
    [junit] [EL Finest]: 2024-04-17 17:54:16.996--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9b64076)
    [junit] [EL Finest]: 2024-04-17 17:54:16.996--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@25a85c9)
    [junit] [EL Finest]: 2024-04-17 17:54:16.996--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@269a73d6)
    [junit] [EL Finest]: 2024-04-17 17:54:16.996--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3afc5e83)
    [junit] [EL Finest]: 2024-04-17 17:54:16.996--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@62057a7b)
    [junit] [EL Finest]: 2024-04-17 17:54:16.996--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5233090a)
    [junit] [EL Finest]: 2024-04-17 17:54:16.996--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47b9622)
    [junit] [EL Finest]: 2024-04-17 17:54:16.996--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d3e88a)
    [junit] [EL Finest]: 2024-04-17 17:54:16.996--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9eb378c)
    [junit] [EL Finest]: 2024-04-17 17:54:16.996--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f815a8e)
    [junit] [EL Finest]: 2024-04-17 17:54:16.996--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@654ca409)
    [junit] [EL Finest]: 2024-04-17 17:54:16.996--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2c44833f)
    [junit] [EL Finest]: 2024-04-17 17:54:16.996--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c81f231)
    [junit] [EL Finest]: 2024-04-17 17:54:16.996--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1a799c73)
    [junit] [EL Finest]: 2024-04-17 17:54:16.996--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d746c8f)
    [junit] [EL Finest]: 2024-04-17 17:54:16.996--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1bdf24c0)
    [junit] [EL Finest]: 2024-04-17 17:54:16.996--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@57ddbe75)
    [junit] [EL Finest]: 2024-04-17 17:54:16.996--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@75a1841a)
    [junit] [EL Finest]: 2024-04-17 17:54:16.996--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@51acd052)
    [junit] [EL Finest]: 2024-04-17 17:54:16.996--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@302ae89a)
    [junit] [EL Finest]: 2024-04-17 17:54:16.996--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@79749108)
    [junit] [EL Finest]: 2024-04-17 17:54:16.996--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c097e3)
    [junit] [EL Finest]: 2024-04-17 17:54:16.996--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6cdeea1c)
    [junit] [EL Finest]: 2024-04-17 17:54:16.996--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@375112a1)
    [junit] [EL Finest]: 2024-04-17 17:54:16.996--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a750d3a)
    [junit] [EL Finest]: 2024-04-17 17:54:16.996--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47312528)
    [junit] [EL Finest]: 2024-04-17 17:54:16.996--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5cb181e3)
    [junit] [EL Finest]: 2024-04-17 17:54:16.996--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3209eb)
    [junit] [EL Finest]: 2024-04-17 17:54:16.996--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7bc9a65e)
    [junit] [EL Finest]: 2024-04-17 17:54:16.996--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@55b2cdcb)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1dbd1049)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1dc9fc0)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6150ed89)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@67a3713)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@509e3c03)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c2e56b8)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ffd29e8)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@356feae3)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@f284a7a)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@77e7e759)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7706df02)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@78a45ab5)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@25d45101)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c31408f)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1b00f13)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9f7c1c)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@107bea33)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@714bd7ad)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@72c55bf)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@60a386b1)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@506782f4)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3cc7ed87)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@46aa79a3)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@63ca44ce)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1847e32d)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5818021)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@68e66fff)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@d99e0ea)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11fb5a83)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7103ba38)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@305c8bf)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@16352a9f)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@245ece8d)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2ea4fa04)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d756c41)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2d5bfc3a)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@26b01fae)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6cd27d52)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2dd85faa)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@131879fc)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a0d2f6e)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a906344)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@49588fc8)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@fc35694)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c6ea911)
    [junit] [EL Finest]: 2024-04-17 17:54:16.997--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3bf8f426)
    [junit] [EL Finest]: 2024-04-17 17:54:16.998--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@37107ea0)
    [junit] [EL Finest]: 2024-04-17 17:54:16.998--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@67b5a089)
    [junit] [EL Finest]: 2024-04-17 17:54:17.073--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5464ad2b)
    [junit] [EL Finest]: 2024-04-17 17:54:17.073--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@772c07f6)
    [junit] [EL Finest]: 2024-04-17 17:54:17.073--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@41a055e5)
    [junit] [EL Finest]: 2024-04-17 17:54:17.073--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@27e8e698)
    [junit] [EL Finest]: 2024-04-17 17:54:17.073--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@35ba45ee)
    [junit] [EL Finest]: 2024-04-17 17:54:17.073--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ca941f6)
    [junit] [EL Finest]: 2024-04-17 17:54:17.073--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@27684bf)
    [junit] [EL Finest]: 2024-04-17 17:54:17.073--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4cf6663b)
    [junit] [EL Finest]: 2024-04-17 17:54:17.073--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23edc081)
    [junit] [EL Finest]: 2024-04-17 17:54:17.073--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@60a15445)
    [junit] [EL Finest]: 2024-04-17 17:54:17.073--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5f3e12fc)
    [junit] [EL Finest]: 2024-04-17 17:54:17.073--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@42afb24c)
    [junit] [EL Finest]: 2024-04-17 17:54:17.073--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6ccb2162)
    [junit] [EL Finest]: 2024-04-17 17:54:17.074--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6557ee1f)
    [junit] [EL Finest]: 2024-04-17 17:54:17.074--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@22249b41)
    [junit] [EL Finest]: 2024-04-17 17:54:17.074--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@372f64d1)
    [junit] [EL Finest]: 2024-04-17 17:54:17.074--UnitOfWork(114325689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@76b9bce1)
    [junit] [EL Finest]: 2024-04-17 17:54:17.074--ClientSession(881305041)--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-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--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-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1126, foo-car, null, null, null, null, 1, 22, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1101, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1055, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1132, foo-car, null, null, null, null, 1, 48, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1114, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1146, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1071, foo-car, null, null, null, null, 1, 82, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1103, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1075, foo-car, null, null, null, null, 1, 4, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1064, foo-car, null, null, null, null, 1, 74, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1133, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1139, foo-car, null, null, null, null, 1, 32, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1138, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1104, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1079, foo-car, null, null, null, null, 1, 14, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1112, foo-car, null, null, null, null, 1, 24, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1077, foo-car, null, null, null, null, 1, 66, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1121, foo-car, null, null, null, null, 1, 90, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1122, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1127, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1093, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1123, foo-car, null, null, null, null, 1, 64, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1113, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1125, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1130, foo-car, null, null, null, null, 1, 60, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1054, foo-car, null, null, null, null, 1, 68, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1059, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1074, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1078, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1150, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1141, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1081, foo-car, null, null, null, null, 1, 36, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1109, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1111, foo-car, null, null, null, null, 1, 30, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1151, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1063, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1116, foo-car, null, null, null, null, 1, 40, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1098, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1083, foo-car, null, null, null, null, 1, 50, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1066, foo-car, null, null, null, null, 1, 92, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1108, foo-car, null, null, null, null, 1, 80, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1090, foo-car, null, null, null, null, 1, 96, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1129, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1056, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.074--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1065, foo-car, null, null, null, null, 1, 8, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1084, foo-car, null, null, null, null, 1, 0, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1117, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1067, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1091, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1115, foo-car, null, null, null, null, 1, 34, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1088, foo-car, null, null, null, null, 1, 18, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1152, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1100, foo-car, null, null, null, null, 1, 76, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1143, foo-car, null, null, null, null, 1, 58, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1089, foo-car, null, null, null, null, 1, 70, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1105, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1135, foo-car, null, null, null, null, 1, 98, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1120, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1082, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1062, foo-car, null, null, null, null, 1, 72, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1070, foo-car, null, null, null, null, 1, 78, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1144, foo-car, null, null, null, null, 1, 6, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1110, foo-car, null, null, null, null, 1, 46, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1149, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1096, foo-car, null, null, null, null, 1, 20, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1153, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1086, foo-car, null, null, null, null, 1, 56, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1069, foo-car, null, null, null, null, 1, 84, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1131, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1099, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1094, foo-car, null, null, null, null, 1, 26, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1145, foo-car, null, null, null, null, 1, 28, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1147, foo-car, null, null, null, null, 1, 10, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1140, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1097, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1057, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1136, foo-car, null, null, null, null, 1, 16, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1106, foo-car, null, null, null, null, 1, 42, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1061, foo-car, null, null, null, null, 1, 2, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1102, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1095, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1148, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1092, foo-car, null, null, null, null, 1, 54, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1080, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1058, foo-car, null, null, null, null, 1, 12, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1087, foo-car, null, null, null, null, 1, 52, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1085, foo-car, null, null, null, null, 1, 62, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1134, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1107, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1128, foo-car, null, null, null, null, 1, 94, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1060, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1119, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1137, foo-car, null, null, null, null, 1, 88, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1142, foo-car, null, null, null, null, 1, 86, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1124, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1068, foo-car, null, null, null, null, 1, 44, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1073, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1118, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1072, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1076, foo-car, null, null, null, null, 1, 38, 91]
    [junit] [EL Finer]: 2024-04-17 17:54:17.075--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:17.085--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.085--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.085--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.085--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.085--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.085--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.085--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.085--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.085--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.085--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.085--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.085--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.085--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.085--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.085--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.085--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.085--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.085--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.086--ClientSession(881305041)--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-17 17:54:17.086--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [11, 1154]
    [junit] [EL Fine]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [15, 1154]
    [junit] [EL Fine]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [17, 1154]
    [junit] [EL Fine]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [21, 1154]
    [junit] [EL Fine]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [23, 1154]
    [junit] [EL Fine]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [29, 1154]
    [junit] [EL Fine]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [37, 1154]
    [junit] [EL Fine]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [51, 1154]
    [junit] [EL Fine]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [63, 1154]
    [junit] [EL Fine]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 1154]
    [junit] [EL Fine]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [79, 1154]
    [junit] [EL Fine]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [89, 1154]
    [junit] [EL Fine]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [91, 1154]
    [junit] [EL Fine]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [99, 1154]
    [junit] [EL Fine]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [5, 1155]
    [junit] [EL Fine]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [25, 1155]
    [junit] [EL Fine]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [31, 1155]
    [junit] [EL Fine]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [35, 1155]
    [junit] [EL Fine]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [43, 1155]
    [junit] [EL Fine]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [61, 1155]
    [junit] [EL Fine]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [67, 1155]
    [junit] [EL Fine]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [69, 1155]
    [junit] [EL Fine]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 1155]
    [junit] [EL Fine]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [85, 1155]
    [junit] [EL Fine]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [93, 1155]
    [junit] [EL Fine]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [97, 1155]
    [junit] [EL Fine]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [1, 1157]
    [junit] [EL Fine]: 2024-04-17 17:54:17.086--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [3, 1157]
    [junit] [EL Fine]: 2024-04-17 17:54:17.087--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [7, 1157]
    [junit] [EL Fine]: 2024-04-17 17:54:17.087--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [9, 1157]
    [junit] [EL Fine]: 2024-04-17 17:54:17.087--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [39, 1157]
    [junit] [EL Fine]: 2024-04-17 17:54:17.087--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [41, 1157]
    [junit] [EL Fine]: 2024-04-17 17:54:17.087--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [45, 1157]
    [junit] [EL Fine]: 2024-04-17 17:54:17.087--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [47, 1157]
    [junit] [EL Fine]: 2024-04-17 17:54:17.087--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [65, 1157]
    [junit] [EL Fine]: 2024-04-17 17:54:17.087--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [81, 1157]
    [junit] [EL Fine]: 2024-04-17 17:54:17.087--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [13, 1156]
    [junit] [EL Fine]: 2024-04-17 17:54:17.087--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [19, 1156]
    [junit] [EL Fine]: 2024-04-17 17:54:17.087--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [27, 1156]
    [junit] [EL Fine]: 2024-04-17 17:54:17.087--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [33, 1156]
    [junit] [EL Fine]: 2024-04-17 17:54:17.087--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [49, 1156]
    [junit] [EL Fine]: 2024-04-17 17:54:17.087--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [53, 1156]
    [junit] [EL Fine]: 2024-04-17 17:54:17.087--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [55, 1156]
    [junit] [EL Fine]: 2024-04-17 17:54:17.087--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [57, 1156]
    [junit] [EL Fine]: 2024-04-17 17:54:17.087--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [59, 1156]
    [junit] [EL Fine]: 2024-04-17 17:54:17.087--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 1156]
    [junit] [EL Fine]: 2024-04-17 17:54:17.087--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [77, 1156]
    [junit] [EL Fine]: 2024-04-17 17:54:17.087--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [83, 1156]
    [junit] [EL Fine]: 2024-04-17 17:54:17.087--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [87, 1156]
    [junit] [EL Fine]: 2024-04-17 17:54:17.087--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [95, 1156]
    [junit] [EL Finer]: 2024-04-17 17:54:17.087--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:17.091--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.091--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.091--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.091--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.091--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.091--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.091--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.091--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.091--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.091--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.091--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.091--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.091--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.091--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.091--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.091--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.091--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.092--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.093--ClientSession(881305041)--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-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:17.093--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 99]
    [junit] [EL Finer]: 2024-04-17 17:54:17.094--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:17.104--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.104--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.104--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.104--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.104--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.104--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.104--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.104--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.104--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.104--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.105--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.178--ClientSession(881305041)--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-17 17:54:17.178--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:17.178--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:17.179--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:17.18--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:17.18--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:17.18--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:17.18--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:17.18--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:17.18--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:17.18--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:17.18--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.18--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.18--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.18--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.18--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.18--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:17.18--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:17.18--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:17.18--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:17.18--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:17.18--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:17.18--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:17.18--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:17.18--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:17.18--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 52]
    [junit] [EL Finer]: 2024-04-17 17:54:17.18--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.191--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.192--ClientSession(881305041)--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-17 17:54:17.192--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:17.192--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:17.193--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:17.194--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:17.194--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:17.194--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:17.194--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:17.194--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:17.194--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:17.194--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:17.194--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:17.194--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:17.194--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:17.194--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:17.194--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:17.194--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:17.194--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:17.194--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:17.194--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:17.194--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:17.194--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 97]
    [junit] [EL Finer]: 2024-04-17 17:54:17.194--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:17.204--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.204--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.204--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.204--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.204--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.204--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.204--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.204--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.204--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.204--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.204--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.204--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.204--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.204--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.204--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.204--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.204--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.204--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.204--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.204--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.204--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.204--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.204--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.204--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.204--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.204--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.204--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.204--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.205--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.206--ClientSession(881305041)--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-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:17.206--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:17.207--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:17.207--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:17.207--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:17.207--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:17.207--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:17.207--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:17.207--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:17.207--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:17.207--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:17.207--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:17.207--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:17.207--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:17.207--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:17.207--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:17.283--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:17.283--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:17.283--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:17.283--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:17.283--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:17.283--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:17.283--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:17.283--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:17.283--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:17.283--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:17.283--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:17.283--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:17.283--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:17.283--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:17.283--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:17.283--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:17.283--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:17.283--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:17.283--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:17.283--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:17.283--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:17.283--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:17.283--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:17.283--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:17.283--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 94]
    [junit] [EL Finer]: 2024-04-17 17:54:17.283--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.294--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.295--ClientSession(881305041)--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-17 17:54:17.295--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:17.295--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:17.296--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:17.297--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:17.297--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:17.297--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:17.297--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:17.297--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:17.297--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:17.297--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:17.297--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:17.297--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:17.297--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:17.297--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [76, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:17.297--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [74, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:17.297--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [75, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:17.297--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [71, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:17.297--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [73, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:17.297--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--	bind => [72, 78]
    [junit] [EL Finer]: 2024-04-17 17:54:17.297--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:17.307--ClientSession(881305041)--Connection(1649085979)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:17.308--ServerSession(454071866)--Connection(363565965)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:17.309--UnitOfWork(114325689)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:17.309--UnitOfWork(114325689)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:17.31--UnitOfWork(114325689)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:17.31--ClientSession(881305041)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:17.31--UnitOfWork(114325689)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:17.31--ClientSession(881305041)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:17.311--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 282827877
    [junit] [EL Finer]: 2024-04-17 17:54:17.311--ClientSession(282827877)--Thread(Thread[main,5,main])--acquire unit of work: 1867037662
    [junit] [EL Finest]: 2024-04-17 17:54:17.311--UnitOfWork(1867037662)--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-17 17:54:17.311--ServerSession(454071866)--Connection(1492742127)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:17.311--ServerSession(454071866)--Connection(1492742127)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:17.311--ServerSession(454071866)--Connection(1190697059)--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-17 17:54:17.312--ServerSession(454071866)--Connection(1492742127)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:17.336--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 823978176
    [junit] [EL Finer]: 2024-04-17 17:54:17.336--ClientSession(823978176)--Thread(Thread[main,5,main])--acquire unit of work: 1528391146
    [junit] [EL Finest]: 2024-04-17 17:54:17.336--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.336--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (78 -> null:null:reading)
    [junit] [EL Finest]: 2024-04-17 17:54:17.336--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.336--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (79 -> null:null:cooking)
    [junit] [EL Finest]: 2024-04-17 17:54:17.336--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.336--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (80 -> null:null:watching tv)
    [junit] [EL Finest]: 2024-04-17 17:54:17.336--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.336--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (81 -> null:null:cleaning the house)
    [junit] [EL Finest]: 2024-04-17 17:54:17.336--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.336--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (82 -> null:null:swimming)
    [junit] [EL Finest]: 2024-04-17 17:54:17.336--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.336--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (83 -> null:null:computers)
    [junit] [EL Finest]: 2024-04-17 17:54:17.336--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.336--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (84 -> null:null:stamps)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,159 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@61a16111)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,160 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2454ee88)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,161 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7b09274)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,162 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@435b1b38)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,163 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@291853ab)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,164 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2abbc8ae)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,165 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@299bdcbf)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,166 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3282806f)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,167 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@596c189f)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,168 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2d6645a4)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,169 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5aef1a93)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,170 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7cc87859)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,171 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@45d93fbf)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,172 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a8d09c5)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,173 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7814ab85)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,174 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47211e6e)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,175 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b09f5f2)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,176 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@79781e77)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.337--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,177 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24edca5e)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,178 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6b7072c3)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,179 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6fd2bc3a)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,180 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56609c11)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,181 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c9513b9)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,182 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@749b9c82)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,183 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e52dd47)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,184 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5c804888)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,185 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@683c907a)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,186 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@406b7e73)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,187 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@584b3bdc)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,188 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6d1fc55)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,189 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@a6203b5)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,190 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11617c6c)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,191 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10f52047)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,192 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@194f5558)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,193 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@32a826f)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,194 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@19321c7a)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,195 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20fce003)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,196 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@437a84d1)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,197 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@14145f2b)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,198 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1dcc501f)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,199 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a77475d)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,200 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d3c0cce)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--ServerSession(454071866)--Connection(72615054)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:17.338--ClientSession(823978176)--Connection(72615054)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:17.338--ClientSession(823978176)--Connection(72615054)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:17.339--ClientSession(823978176)--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-17 17:54:17.339--ClientSession(823978176)--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-17 17:54:17.339--ClientSession(823978176)--Connection(1685710582)--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-17 17:54:17.339--ClientSession(823978176)--Connection(1685710582)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?
    [junit] 	bind => [VehicleGenerator]
    [junit] [EL Finest]: 2024-04-17 17:54:17.339--ClientSession(823978176)--Connection(1685710582)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 1,201, last: 1,250
    [junit] [EL Finer]: 2024-04-17 17:54:17.339--ClientSession(823978176)--Connection(1685710582)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:17.34--ServerSession(454071866)--Connection(1685710582)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:17.34--ServerSession(454071866)--Connection(72615054)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:17.34--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,201 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7be7ff45)
    [junit] [EL Finest]: 2024-04-17 17:54:17.34--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.34--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,202 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@29031a38)
    [junit] [EL Finest]: 2024-04-17 17:54:17.34--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.34--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,203 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2e607b8)
    [junit] [EL Finest]: 2024-04-17 17:54:17.34--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.34--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,204 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3db1ebbb)
    [junit] [EL Finest]: 2024-04-17 17:54:17.34--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.34--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,205 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@8289fba)
    [junit] [EL Finest]: 2024-04-17 17:54:17.34--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.34--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,206 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@39cb865d)
    [junit] [EL Finest]: 2024-04-17 17:54:17.34--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.34--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,207 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@ba28d1b)
    [junit] [EL Finest]: 2024-04-17 17:54:17.34--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.34--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,208 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@397c53e7)
    [junit] [EL Finest]: 2024-04-17 17:54:17.34--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.34--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,209 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7565ce3d)
    [junit] [EL Finest]: 2024-04-17 17:54:17.34--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.34--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,210 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@107947a2)
    [junit] [EL Finest]: 2024-04-17 17:54:17.34--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.34--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,211 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@facdae3)
    [junit] [EL Finest]: 2024-04-17 17:54:17.34--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.34--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,212 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5494539a)
    [junit] [EL Finest]: 2024-04-17 17:54:17.34--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.34--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,213 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@f5b7b13)
    [junit] [EL Finest]: 2024-04-17 17:54:17.34--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.34--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,214 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@55c5690d)
    [junit] [EL Finest]: 2024-04-17 17:54:17.34--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.34--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,215 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3cd7ca94)
    [junit] [EL Finest]: 2024-04-17 17:54:17.34--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.34--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,216 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4aa95617)
    [junit] [EL Finest]: 2024-04-17 17:54:17.34--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.387--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,217 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1efe2fb2)
    [junit] [EL Finest]: 2024-04-17 17:54:17.387--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.387--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,218 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@608da061)
    [junit] [EL Finest]: 2024-04-17 17:54:17.387--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.387--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,219 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@620c558e)
    [junit] [EL Finest]: 2024-04-17 17:54:17.387--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.387--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,220 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6295be36)
    [junit] [EL Finest]: 2024-04-17 17:54:17.387--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.387--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,221 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@df98e69)
    [junit] [EL Finest]: 2024-04-17 17:54:17.387--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.387--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,222 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@fab91f)
    [junit] [EL Finest]: 2024-04-17 17:54:17.387--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.387--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,223 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@da3cab)
    [junit] [EL Finest]: 2024-04-17 17:54:17.387--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.387--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,224 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4f714688)
    [junit] [EL Finest]: 2024-04-17 17:54:17.387--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.387--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,225 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@eba03c9)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,226 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b5d7140)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,227 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@a3331e4)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,228 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4fb3632c)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,229 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11c98558)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,230 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@212e3150)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,231 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@32818880)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,232 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@66ff37ff)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,233 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3bc19d3d)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,234 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6bb59fa4)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,235 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@55cedfda)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,236 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a114a53)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,237 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d8e1e59)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,238 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3a01f6f3)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,239 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1992ce66)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,240 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59114cd5)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,241 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@54e0ed78)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,242 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@61632f79)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,243 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e8d2ccd)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,244 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d29a22d)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,245 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e7103dd)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,246 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1691e18d)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,247 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11fd4cd6)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,248 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@61b5ac0e)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,249 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7bc340e)
    [junit] [EL Finest]: 2024-04-17 17:54:17.388--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.389--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,250 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1eb830fd)
    [junit] [EL Finest]: 2024-04-17 17:54:17.389--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.389--ServerSession(454071866)--Connection(700535161)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:17.389--ClientSession(823978176)--Connection(700535161)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:17.389--ClientSession(823978176)--Connection(700535161)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:17.389--ClientSession(823978176)--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-17 17:54:17.389--ClientSession(823978176)--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-17 17:54:17.389--ClientSession(823978176)--Connection(1337658379)--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-17 17:54:17.39--ClientSession(823978176)--Connection(1337658379)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?
    [junit] 	bind => [VehicleGenerator]
    [junit] [EL Finest]: 2024-04-17 17:54:17.39--ClientSession(823978176)--Connection(1337658379)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 1,251, last: 1,300
    [junit] [EL Finer]: 2024-04-17 17:54:17.39--ClientSession(823978176)--Connection(1337658379)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:17.39--ServerSession(454071866)--Connection(1337658379)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:17.39--ServerSession(454071866)--Connection(700535161)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:17.39--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,251 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@65585400)
    [junit] [EL Finest]: 2024-04-17 17:54:17.39--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.39--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,252 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@146d8986)
    [junit] [EL Finest]: 2024-04-17 17:54:17.39--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.39--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,253 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3210454)
    [junit] [EL Finest]: 2024-04-17 17:54:17.39--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.39--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,254 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4c2373c3)
    [junit] [EL Finest]: 2024-04-17 17:54:17.391--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.391--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,255 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59d6e6ad)
    [junit] [EL Finest]: 2024-04-17 17:54:17.391--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.391--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,256 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@218f65a8)
    [junit] [EL Finest]: 2024-04-17 17:54:17.391--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.391--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,257 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a07d669)
    [junit] [EL Finest]: 2024-04-17 17:54:17.391--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.391--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,258 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d6d0581)
    [junit] [EL Finest]: 2024-04-17 17:54:17.391--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.391--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,259 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@13e0770f)
    [junit] [EL Finest]: 2024-04-17 17:54:17.391--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.391--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,260 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@4998e2fe)
    [junit] [EL Finest]: 2024-04-17 17:54:17.391--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.391--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,261 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@5d38c13a)
    [junit] [EL Finest]: 2024-04-17 17:54:17.391--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.391--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,262 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@48ec8611)
    [junit] [EL Finest]: 2024-04-17 17:54:17.391--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.391--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--assign sequence to the object (1,263 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@5824c80c)
    [junit] [EL Finest]: 2024-04-17 17:54:17.391--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.391--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.391--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.391--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.391--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.391--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.391--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.391--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.391--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.391--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.391--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.391--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.391--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.391--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.391--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.391--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.391--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.391--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.391--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.391--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.392--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.392--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.392--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.392--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.392--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.392--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.392--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.392--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.392--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.392--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.392--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.392--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.392--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.392--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.392--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.392--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.392--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.392--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.392--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.392--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.392--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.392--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.392--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.392--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.392--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.392--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.392--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.392--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.392--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.392--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.392--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.392--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.393--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.393--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.393--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.393--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.393--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.393--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.393--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.393--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.393--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.393--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.393--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.393--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.393--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.393--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.393--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.393--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.393--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.393--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.393--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.393--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.393--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.393--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.393--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.393--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.393--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.393--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.393--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.393--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.393--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.393--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.393--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.393--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.393--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.393--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.393--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.393--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.394--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.394--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.394--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.394--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.394--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.394--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.394--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.394--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.394--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.394--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.394--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.394--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:17.394--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:17.395--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@13e0770f)
    [junit] [EL Finest]: 2024-04-17 17:54:17.395--ServerSession(454071866)--Connection(729478030)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:17.395--ClientSession(823978176)--Connection(729478030)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:17.395--ClientSession(823978176)--Connection(729478030)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:17.395--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@4998e2fe)
    [junit] [EL Finest]: 2024-04-17 17:54:17.395--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@5824c80c)
    [junit] [EL Finest]: 2024-04-17 17:54:17.395--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@48ec8611)
    [junit] [EL Finest]: 2024-04-17 17:54:17.395--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@5d38c13a)
    [junit] [EL Finest]: 2024-04-17 17:54:17.395--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7)
    [junit] [EL Finer]: 2024-04-17 17:54:17.395--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:17.395--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, NUM_GEARS, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:17.395--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1259, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:17.395--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1260, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:17.395--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1263, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:17.395--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1262, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:17.395--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1261, foo-brand, null, 0, 1, 4]
    [junit] [EL Finer]: 2024-04-17 17:54:17.395--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:17.396--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1)
    [junit] [EL Finest]: 2024-04-17 17:54:17.396--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4)
    [junit] [EL Finest]: 2024-04-17 17:54:17.396--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0)
    [junit] [EL Finest]: 2024-04-17 17:54:17.396--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2)
    [junit] [EL Finest]: 2024-04-17 17:54:17.396--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9)
    [junit] [EL Finest]: 2024-04-17 17:54:17.396--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6)
    [junit] [EL Finest]: 2024-04-17 17:54:17.396--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5)
    [junit] [EL Finest]: 2024-04-17 17:54:17.396--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3)
    [junit] [EL Finest]: 2024-04-17 17:54:17.396--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8)
    [junit] [EL Finest]: 2024-04-17 17:54:17.396--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@296695a)
    [junit] [EL Finer]: 2024-04-17 17:54:17.396--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:17.397--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:17.397--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [7, Department_7, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:17.397--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1, Department_1, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:17.397--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [4, Department_4, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:17.397--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [0, Department_0, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:17.397--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [2, Department_2, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:17.397--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [9, Department_9, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:17.397--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [6, Department_6, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:17.397--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [5, Department_5, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:17.397--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [3, Department_3, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:17.397--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [8, Department_8, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:17.397--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:17.398--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7308ed03)
    [junit] [EL Finest]: 2024-04-17 17:54:17.398--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@497133e2)
    [junit] [EL Finest]: 2024-04-17 17:54:17.398--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3d8904f8)
    [junit] [EL Finest]: 2024-04-17 17:54:17.398--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@76f0ea2)
    [junit] [EL Finest]: 2024-04-17 17:54:17.398--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@727d51a)
    [junit] [EL Finest]: 2024-04-17 17:54:17.398--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1cbfca27)
    [junit] [EL Finest]: 2024-04-17 17:54:17.398--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@761a8ca1)
    [junit] [EL Finest]: 2024-04-17 17:54:17.398--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@263ecd4b)
    [junit] [EL Finest]: 2024-04-17 17:54:17.398--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@69c51a7b)
    [junit] [EL Finest]: 2024-04-17 17:54:17.398--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@54543feb)
    [junit] [EL Finest]: 2024-04-17 17:54:17.398--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@32124a62)
    [junit] [EL Finest]: 2024-04-17 17:54:17.398--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@56255ee4)
    [junit] [EL Finest]: 2024-04-17 17:54:17.398--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@33426d05)
    [junit] [EL Finest]: 2024-04-17 17:54:17.398--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@54a336d8)
    [junit] [EL Finest]: 2024-04-17 17:54:17.398--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@abf4b39)
    [junit] [EL Finest]: 2024-04-17 17:54:17.398--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@b2f23e4)
    [junit] [EL Finest]: 2024-04-17 17:54:17.398--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@fb8fa44)
    [junit] [EL Finest]: 2024-04-17 17:54:17.398--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@62b6d9e7)
    [junit] [EL Finest]: 2024-04-17 17:54:17.398--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@70e9af2b)
    [junit] [EL Finest]: 2024-04-17 17:54:17.398--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@63cbd058)
    [junit] [EL Finest]: 2024-04-17 17:54:17.398--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1c5c560a)
    [junit] [EL Finest]: 2024-04-17 17:54:17.398--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3cf48234)
    [junit] [EL Finest]: 2024-04-17 17:54:17.398--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@641f5513)
    [junit] [EL Finest]: 2024-04-17 17:54:17.398--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2937d3e)
    [junit] [EL Finest]: 2024-04-17 17:54:17.398--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@78493c50)
    [junit] [EL Finest]: 2024-04-17 17:54:17.398--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@172741cc)
    [junit] [EL Finest]: 2024-04-17 17:54:17.398--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5ffa7938)
    [junit] [EL Finest]: 2024-04-17 17:54:17.399--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@75c5deb2)
    [junit] [EL Finest]: 2024-04-17 17:54:17.399--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@297b13d6)
    [junit] [EL Finest]: 2024-04-17 17:54:17.399--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@15c55ab5)
    [junit] [EL Finest]: 2024-04-17 17:54:17.399--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@662468cb)
    [junit] [EL Finest]: 2024-04-17 17:54:17.399--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1538ca32)
    [junit] [EL Finest]: 2024-04-17 17:54:17.399--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@494cd08e)
    [junit] [EL Finest]: 2024-04-17 17:54:17.399--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3fdabaf6)
    [junit] [EL Finest]: 2024-04-17 17:54:17.399--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7763726c)
    [junit] [EL Finest]: 2024-04-17 17:54:17.399--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@73551c5e)
    [junit] [EL Finest]: 2024-04-17 17:54:17.399--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@37c60737)
    [junit] [EL Finest]: 2024-04-17 17:54:17.399--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@281a39d8)
    [junit] [EL Finest]: 2024-04-17 17:54:17.399--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6d27716d)
    [junit] [EL Finest]: 2024-04-17 17:54:17.399--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@418012d4)
    [junit] [EL Finest]: 2024-04-17 17:54:17.399--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@581ad69b)
    [junit] [EL Finest]: 2024-04-17 17:54:17.399--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@29f94b59)
    [junit] [EL Finest]: 2024-04-17 17:54:17.399--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@531b77d)
    [junit] [EL Finest]: 2024-04-17 17:54:17.399--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ca6ffa9)
    [junit] [EL Finest]: 2024-04-17 17:54:17.399--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@626f0377)
    [junit] [EL Finest]: 2024-04-17 17:54:17.399--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@22c1aad0)
    [junit] [EL Finest]: 2024-04-17 17:54:17.399--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@121bacf4)
    [junit] [EL Finest]: 2024-04-17 17:54:17.399--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@34e79514)
    [junit] [EL Finest]: 2024-04-17 17:54:17.399--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6cb9d3e8)
    [junit] [EL Finest]: 2024-04-17 17:54:17.399--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@61ffbfa5)
    [junit] [EL Finest]: 2024-04-17 17:54:17.399--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6c78bb9a)
    [junit] [EL Finest]: 2024-04-17 17:54:17.399--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@571ae6d5)
    [junit] [EL Finest]: 2024-04-17 17:54:17.399--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@765eb017)
    [junit] [EL Finest]: 2024-04-17 17:54:17.399--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2954dc9e)
    [junit] [EL Finest]: 2024-04-17 17:54:17.399--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5a38d658)
    [junit] [EL Finest]: 2024-04-17 17:54:17.399--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1c0293a)
    [junit] [EL Finest]: 2024-04-17 17:54:17.399--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@eb3b9fe)
    [junit] [EL Finest]: 2024-04-17 17:54:17.399--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ee59636)
    [junit] [EL Finest]: 2024-04-17 17:54:17.399--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7c37aed7)
    [junit] [EL Finest]: 2024-04-17 17:54:17.399--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@12c1090)
    [junit] [EL Finest]: 2024-04-17 17:54:17.399--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@17937b11)
    [junit] [EL Finest]: 2024-04-17 17:54:17.399--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@23735bb5)
    [junit] [EL Finest]: 2024-04-17 17:54:17.399--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@40dc88ca)
    [junit] [EL Finest]: 2024-04-17 17:54:17.4--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@787493c1)
    [junit] [EL Finest]: 2024-04-17 17:54:17.4--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@697b20d5)
    [junit] [EL Finest]: 2024-04-17 17:54:17.4--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6a348e99)
    [junit] [EL Finest]: 2024-04-17 17:54:17.4--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5f808de8)
    [junit] [EL Finest]: 2024-04-17 17:54:17.4--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d57ba2a)
    [junit] [EL Finest]: 2024-04-17 17:54:17.4--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1e2d085c)
    [junit] [EL Finest]: 2024-04-17 17:54:17.4--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@594b41df)
    [junit] [EL Finest]: 2024-04-17 17:54:17.4--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4a0ebb10)
    [junit] [EL Finest]: 2024-04-17 17:54:17.4--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@347ad50c)
    [junit] [EL Finest]: 2024-04-17 17:54:17.4--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@40109ce2)
    [junit] [EL Finest]: 2024-04-17 17:54:17.4--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6e65946d)
    [junit] [EL Finest]: 2024-04-17 17:54:17.4--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5b07b2f1)
    [junit] [EL Finest]: 2024-04-17 17:54:17.4--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4b5b8a39)
    [junit] [EL Finest]: 2024-04-17 17:54:17.4--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@54ad9f72)
    [junit] [EL Finest]: 2024-04-17 17:54:17.4--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7cec3369)
    [junit] [EL Finest]: 2024-04-17 17:54:17.4--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3f9d5896)
    [junit] [EL Finest]: 2024-04-17 17:54:17.4--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@64eda459)
    [junit] [EL Finest]: 2024-04-17 17:54:17.4--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5a4b968d)
    [junit] [EL Finest]: 2024-04-17 17:54:17.4--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6933f579)
    [junit] [EL Finest]: 2024-04-17 17:54:17.4--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d9c7ce4)
    [junit] [EL Finest]: 2024-04-17 17:54:17.4--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6b23a07f)
    [junit] [EL Finest]: 2024-04-17 17:54:17.4--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@35bb3c7c)
    [junit] [EL Finest]: 2024-04-17 17:54:17.4--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@709b21e0)
    [junit] [EL Finest]: 2024-04-17 17:54:17.4--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@88dfbc0)
    [junit] [EL Finest]: 2024-04-17 17:54:17.4--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@628be4f6)
    [junit] [EL Finest]: 2024-04-17 17:54:17.4--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4f56cd4f)
    [junit] [EL Finest]: 2024-04-17 17:54:17.4--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7783661c)
    [junit] [EL Finest]: 2024-04-17 17:54:17.4--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3132e390)
    [junit] [EL Finest]: 2024-04-17 17:54:17.4--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@523942d6)
    [junit] [EL Finest]: 2024-04-17 17:54:17.4--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1d461df7)
    [junit] [EL Finest]: 2024-04-17 17:54:17.4--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3baeb38d)
    [junit] [EL Finest]: 2024-04-17 17:54:17.4--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4e4f979f)
    [junit] [EL Finest]: 2024-04-17 17:54:17.4--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4021890a)
    [junit] [EL Finest]: 2024-04-17 17:54:17.4--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6f7d5b8a)
    [junit] [EL Finest]: 2024-04-17 17:54:17.4--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3ea44e17)
    [junit] [EL Finest]: 2024-04-17 17:54:17.4--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2a50f04f)
    [junit] [EL Finest]: 2024-04-17 17:54:17.4--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(78:null:reading)
    [junit] [EL Finer]: 2024-04-17 17:54:17.4--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:17.4--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--INSERT INTO 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-17 17:54:17.4--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [47, Hildegard, Herold, null, 2024-04-29 07:40:57.392, 2024-04-06 04:07:37.392, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.4--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [65, Hieu, Hanson, null, 2024-04-29 07:40:57.393, 2024-04-06 04:07:37.393, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.4--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [24, Helgard, Hardenberg, null, 2024-04-29 07:40:57.392, 2024-04-06 04:07:37.392, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.4--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [14, Harvey, Hache, null, 2024-04-29 07:40:57.391, 2024-04-06 04:07:37.391, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.4--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [50, Harriet, Heinichen, null, 2024-04-29 07:40:57.392, 2024-04-06 04:07:37.392, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.4--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [43, Hazel, Heer, null, 2024-04-29 07:40:57.392, 2024-04-06 04:07:37.392, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [96, Hakon, Hegemann, null, 2024-04-29 07:40:57.394, 2024-04-06 04:07:37.394, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [85, Holda, Hesselbarth, null, 2024-04-29 07:40:57.393, 2024-04-06 04:07:37.393, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [20, Hedda, Henschel, null, 2024-04-29 07:40:57.392, 2024-04-06 04:07:37.392, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [12, Heida, Heider, null, 2024-04-29 07:40:57.391, 2024-04-06 04:07:37.391, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [57, Hans, Herrmann, null, 2024-04-29 07:40:57.393, 2024-04-06 04:07:37.393, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [61, Holda, Hennig, null, 2024-04-29 07:40:57.393, 2024-04-06 04:07:37.393, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [0, Helma, Hewitt, null, 2024-04-29 07:40:57.391, 2024-04-06 04:07:37.391, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [42, Helena, Harding, null, 2024-04-29 07:40:57.392, 2024-04-06 04:07:37.392, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [73, Harriet, Herzog, null, 2024-04-29 07:40:57.393, 2024-04-06 04:07:37.393, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, Heinrich, Henning, null, 2024-04-29 07:40:57.393, 2024-04-06 04:07:37.393, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, Hermann, Heise, null, 2024-04-29 07:40:57.393, 2024-04-06 04:07:37.393, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [46, Heike, Herbst, null, 2024-04-29 07:40:57.392, 2024-04-06 04:07:37.392, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [55, Hartwig, Heinrich, null, 2024-04-29 07:40:57.393, 2024-04-06 04:07:37.393, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [87, Henrike, Hewitt, null, 2024-04-29 07:40:57.393, 2024-04-06 04:07:37.393, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [2, Hannah, Herder, null, 2024-04-29 07:40:57.391, 2024-04-06 04:07:37.391, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [66, Hieu, Henschel, null, 2024-04-29 07:40:57.393, 2024-04-06 04:07:37.393, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [97, Hinrich, Hamann, null, 2024-04-29 07:40:57.394, 2024-04-06 04:07:37.394, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [70, Helmut, Hary, null, 2024-04-29 07:40:57.393, 2024-04-06 04:07:37.393, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [36, Heinz, Herrmann, null, 2024-04-29 07:40:57.392, 2024-04-06 04:07:37.392, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, Henrik, Heidegger, null, 2024-04-29 07:40:57.393, 2024-04-06 04:07:37.393, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [90, Henryk, Hesselbarth, null, 2024-04-29 07:40:57.394, 2024-04-06 04:07:37.394, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [40, Henri, Heer, null, 2024-04-29 07:40:57.392, 2024-04-06 04:07:37.392, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [54, Holger, Herder, null, 2024-04-29 07:40:57.393, 2024-04-06 04:07:37.393, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [10, Hannelore, Hermann, null, 2024-04-29 07:40:57.391, 2024-04-06 04:07:37.391, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [16, Hedda, Hartfelder, null, 2024-04-29 07:40:57.391, 2024-04-06 04:07:37.391, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [19, Hein, Hartig, null, 2024-04-29 07:40:57.391, 2024-04-06 04:07:37.391, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [92, Herbert, Hayek, null, 2024-04-29 07:40:57.394, 2024-04-06 04:07:37.394, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [3, Hubertus, Hartenthaler, null, 2024-04-29 07:40:57.391, 2024-04-06 04:07:37.391, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [63, Heidemarie, Helms, null, 2024-04-29 07:40:57.393, 2024-04-06 04:07:37.393, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [41, Helge, Hellmann, null, 2024-04-29 07:40:57.392, 2024-04-06 04:07:37.392, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [32, Heinz, Hegemann, null, 2024-04-29 07:40:57.392, 2024-04-06 04:07:37.392, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [6, Heribert, Hendrix, null, 2024-04-29 07:40:57.391, 2024-04-06 04:07:37.391, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [5, Hertha, Hildebrand, null, 2024-04-29 07:40:57.391, 2024-04-06 04:07:37.391, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [33, Hartwin, Hamann, null, 2024-04-29 07:40:57.392, 2024-04-06 04:07:37.392, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [91, Hans, Hanstein, null, 2024-04-29 07:40:57.394, 2024-04-06 04:07:37.394, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [18, Hilarius, Hamilton, null, 2024-04-29 07:40:57.391, 2024-04-06 04:07:37.391, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [84, Hagen, Helmig, null, 2024-04-29 07:40:57.393, 2024-04-06 04:07:37.393, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [29, Hinrich, Heinichen, null, 2024-04-29 07:40:57.392, 2024-04-06 04:07:37.392, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [52, Helena, Haus Lancaster, null, 2024-04-29 07:40:57.393, 2024-04-06 04:07:37.393, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [26, Helmar, Hildebrand, null, 2024-04-29 07:40:57.392, 2024-04-06 04:07:37.392, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [53, Helena, Hartig, null, 2024-04-29 07:40:57.393, 2024-04-06 04:07:37.393, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [88, Hannes, Hemsterhuis, null, 2024-04-29 07:40:57.394, 2024-04-06 04:07:37.394, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [99, Heike, Herrmann, null, 2024-04-29 07:40:57.394, 2024-04-06 04:07:37.394, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [9, Hilarius, Habermann, null, 2024-04-29 07:40:57.391, 2024-04-06 04:07:37.391, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1, Hella, Hense, null, 2024-04-29 07:40:57.391, 2024-04-06 04:07:37.391, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [59, Hannes, Helbig, null, 2024-04-29 07:40:57.393, 2024-04-06 04:07:37.393, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [72, Hugo, Hense, null, 2024-04-29 07:40:57.393, 2024-04-06 04:07:37.393, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [17, Hakan, Harnack, null, 2024-04-29 07:40:57.391, 2024-04-06 04:07:37.391, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [75, Harald, Hendrix, null, 2024-04-29 07:40:57.393, 2024-04-06 04:07:37.393, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [71, Helga, Herzog, null, 2024-04-29 07:40:57.393, 2024-04-06 04:07:37.393, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [74, Hermann, Havenstein, null, 2024-04-29 07:40:57.393, 2024-04-06 04:07:37.393, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [98, Hansklaus, Heuser, null, 2024-04-29 07:40:57.394, 2024-04-06 04:07:37.394, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [34, Hilmar, Herzog, null, 2024-04-29 07:40:57.392, 2024-04-06 04:07:37.392, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [8, Hieronymus, Hache, null, 2024-04-29 07:40:57.391, 2024-04-06 04:07:37.391, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [37, Hella, Herrmann, null, 2024-04-29 07:40:57.392, 2024-04-06 04:07:37.392, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [48, Heike, Hartenthaler, null, 2024-04-29 07:40:57.392, 2024-04-06 04:07:37.392, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.401--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [7, Heyko, Hawke, null, 2024-04-29 07:40:57.391, 2024-04-06 04:07:37.391, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.402--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [22, Helena, Helmig, null, 2024-04-29 07:40:57.392, 2024-04-06 04:07:37.392, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.402--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [62, Harro, Hellmann, null, 2024-04-29 07:40:57.393, 2024-04-06 04:07:37.393, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.402--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, Harry, Herold, null, 2024-04-29 07:40:57.393, 2024-04-06 04:07:37.393, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.402--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [15, Heidemarie, Hartfelder, null, 2024-04-29 07:40:57.391, 2024-04-06 04:07:37.391, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.402--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [89, Hartwin, Heim, null, 2024-04-29 07:40:57.394, 2024-04-06 04:07:37.394, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.402--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [69, Heike, Hentschel, null, 2024-04-29 07:40:57.393, 2024-04-06 04:07:37.393, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.402--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [95, Heiko, Hennig, null, 2024-04-29 07:40:57.394, 2024-04-06 04:07:37.394, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.402--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [39, Hubertus, Helbig, null, 2024-04-29 07:40:57.392, 2024-04-06 04:07:37.392, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.402--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [76, Hauke, Hawke, null, 2024-04-29 07:40:57.393, 2024-04-06 04:07:37.393, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.402--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [25, Hauke, Hausmann, null, 2024-04-29 07:40:57.392, 2024-04-06 04:07:37.392, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.402--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [4, Hadmar, Heim, null, 2024-04-29 07:40:57.391, 2024-04-06 04:07:37.391, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.402--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [13, Hagen, Hanstein, null, 2024-04-29 07:40:57.391, 2024-04-06 04:07:37.391, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.402--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [64, Heidi, Hemsterhuis, null, 2024-04-29 07:40:57.393, 2024-04-06 04:07:37.393, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.402--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [21, Heiko, Hecht, null, 2024-04-29 07:40:57.392, 2024-04-06 04:07:37.392, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.402--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [58, Helen, Hildebrand, null, 2024-04-29 07:40:57.393, 2024-04-06 04:07:37.393, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.402--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [45, Heribert, Hackmann, null, 2024-04-29 07:40:57.392, 2024-04-06 04:07:37.392, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.402--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [23, Helmar, Habermann, null, 2024-04-29 07:40:57.392, 2024-04-06 04:07:37.392, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.402--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [28, Hildegard, Hennig, null, 2024-04-29 07:40:57.392, 2024-04-06 04:07:37.392, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.402--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [49, Hilda, Herold, null, 2024-04-29 07:40:57.392, 2024-04-06 04:07:37.392, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.402--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [30, Hieronymus, Hein, null, 2024-04-29 07:40:57.392, 2024-04-06 04:07:37.392, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.402--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [51, Hubert, Heinichen, null, 2024-04-29 07:40:57.392, 2024-04-06 04:07:37.392, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.402--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, Hanspeter, Havenstein, null, 2024-04-29 07:40:57.393, 2024-04-06 04:07:37.393, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.402--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [86, Hakan, Hegemann, null, 2024-04-29 07:40:57.393, 2024-04-06 04:07:37.393, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.402--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [38, Hermine, Hackmann, null, 2024-04-29 07:40:57.392, 2024-04-06 04:07:37.392, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.402--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, Hazel, Hackmann, null, 2024-04-29 07:40:57.393, 2024-04-06 04:07:37.393, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.402--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [94, Hartmut, Hanstein, null, 2024-04-29 07:40:57.394, 2024-04-06 04:07:37.394, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.402--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [31, Helge, Helmig, null, 2024-04-29 07:40:57.392, 2024-04-06 04:07:37.392, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.402--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [44, Hubert, Hanson, null, 2024-04-29 07:40:57.392, 2024-04-06 04:07:37.392, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.402--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [60, Helena, Henry, null, 2024-04-29 07:40:57.393, 2024-04-06 04:07:37.393, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.402--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [27, Herma, Hamburger, null, 2024-04-29 07:40:57.392, 2024-04-06 04:07:37.392, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.402--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [68, Harriet, Hermelink, null, 2024-04-29 07:40:57.393, 2024-04-06 04:07:37.393, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.402--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [35, Hedda, Hewitt, null, 2024-04-29 07:40:57.392, 2024-04-06 04:07:37.392, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.402--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [67, Helga, Herzog, null, 2024-04-29 07:40:57.393, 2024-04-06 04:07:37.393, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.402--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [77, Harvey, Hardenberg, null, 2024-04-29 07:40:57.393, 2024-04-06 04:07:37.393, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.402--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [93, Hakan, Hewitt, null, 2024-04-29 07:40:57.394, 2024-04-06 04:07:37.394, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.402--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [56, Harro, Heinrich, null, 2024-04-29 07:40:57.393, 2024-04-06 04:07:37.393, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.402--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [11, Heiko, Heer, null, 2024-04-29 07:40:57.391, 2024-04-06 04:07:37.391, null, null, null, null, null, null, null]
    [junit] [EL Finer]: 2024-04-17 17:54:17.402--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:17.416--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(80:null:watching tv)
    [junit] [EL Finest]: 2024-04-17 17:54:17.416--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(83:null:computers)
    [junit] [EL Finest]: 2024-04-17 17:54:17.416--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(79:null:cooking)
    [junit] [EL Finest]: 2024-04-17 17:54:17.416--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(84:null:stamps)
    [junit] [EL Finest]: 2024-04-17 17:54:17.416--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(81:null:cleaning the house)
    [junit] [EL Finest]: 2024-04-17 17:54:17.416--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(82:null:swimming)
    [junit] [EL Finest]: 2024-04-17 17:54:17.416--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@a6203b5)
    [junit] [EL Finer]: 2024-04-17 17:54:17.417--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:17.417--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:17.417--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, null, reading]
    [junit] [EL Fine]: 2024-04-17 17:54:17.417--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, null, watching tv]
    [junit] [EL Fine]: 2024-04-17 17:54:17.417--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, null, computers]
    [junit] [EL Fine]: 2024-04-17 17:54:17.417--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, null, cooking]
    [junit] [EL Fine]: 2024-04-17 17:54:17.417--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [84, null, stamps]
    [junit] [EL Fine]: 2024-04-17 17:54:17.417--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, null, cleaning the house]
    [junit] [EL Fine]: 2024-04-17 17:54:17.417--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, null, swimming]
    [junit] [EL Finer]: 2024-04-17 17:54:17.417--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:17.418--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1691e18d)
    [junit] [EL Finest]: 2024-04-17 17:54:17.418--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6fd2bc3a)
    [junit] [EL Finest]: 2024-04-17 17:54:17.418--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@19321c7a)
    [junit] [EL Finest]: 2024-04-17 17:54:17.418--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@299bdcbf)
    [junit] [EL Finest]: 2024-04-17 17:54:17.418--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@32818880)
    [junit] [EL Finest]: 2024-04-17 17:54:17.418--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4f714688)
    [junit] [EL Finest]: 2024-04-17 17:54:17.418--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3210454)
    [junit] [EL Finest]: 2024-04-17 17:54:17.418--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7cc87859)
    [junit] [EL Finest]: 2024-04-17 17:54:17.418--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@107947a2)
    [junit] [EL Finest]: 2024-04-17 17:54:17.418--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@61b5ac0e)
    [junit] [EL Finest]: 2024-04-17 17:54:17.418--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@212e3150)
    [junit] [EL Finest]: 2024-04-17 17:54:17.418--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3bc19d3d)
    [junit] [EL Finest]: 2024-04-17 17:54:17.418--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10f52047)
    [junit] [EL Finest]: 2024-04-17 17:54:17.418--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@437a84d1)
    [junit] [EL Finest]: 2024-04-17 17:54:17.418--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2abbc8ae)
    [junit] [EL Finest]: 2024-04-17 17:54:17.418--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@79781e77)
    [junit] [EL Finest]: 2024-04-17 17:54:17.493--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a07d669)
    [junit] [EL Finest]: 2024-04-17 17:54:17.493--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6295be36)
    [junit] [EL Finest]: 2024-04-17 17:54:17.493--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@39cb865d)
    [junit] [EL Finest]: 2024-04-17 17:54:17.493--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@66ff37ff)
    [junit] [EL Finest]: 2024-04-17 17:54:17.493--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4fb3632c)
    [junit] [EL Finest]: 2024-04-17 17:54:17.493--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@194f5558)
    [junit] [EL Finest]: 2024-04-17 17:54:17.493--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d6d0581)
    [junit] [EL Finest]: 2024-04-17 17:54:17.493--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@683c907a)
    [junit] [EL Finest]: 2024-04-17 17:54:17.493--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b5d7140)
    [junit] [EL Finest]: 2024-04-17 17:54:17.494--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1efe2fb2)
    [junit] [EL Finest]: 2024-04-17 17:54:17.494--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11fd4cd6)
    [junit] [EL Finest]: 2024-04-17 17:54:17.494--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3cd7ca94)
    [junit] [EL Finest]: 2024-04-17 17:54:17.494--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1992ce66)
    [junit] [EL Finest]: 2024-04-17 17:54:17.494--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@fab91f)
    [junit] [EL Finest]: 2024-04-17 17:54:17.494--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2e607b8)
    [junit] [EL Finest]: 2024-04-17 17:54:17.494--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3282806f)
    [junit] [EL Finest]: 2024-04-17 17:54:17.494--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2454ee88)
    [junit] [EL Finest]: 2024-04-17 17:54:17.494--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5c804888)
    [junit] [EL Finest]: 2024-04-17 17:54:17.494--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1dcc501f)
    [junit] [EL Finest]: 2024-04-17 17:54:17.494--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@406b7e73)
    [junit] [EL Finest]: 2024-04-17 17:54:17.494--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@218f65a8)
    [junit] [EL Finest]: 2024-04-17 17:54:17.494--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@facdae3)
    [junit] [EL Finest]: 2024-04-17 17:54:17.494--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3a01f6f3)
    [junit] [EL Finest]: 2024-04-17 17:54:17.494--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@65585400)
    [junit] [EL Finest]: 2024-04-17 17:54:17.494--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4c2373c3)
    [junit] [EL Finest]: 2024-04-17 17:54:17.494--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5494539a)
    [junit] [EL Finest]: 2024-04-17 17:54:17.494--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@ba28d1b)
    [junit] [EL Finest]: 2024-04-17 17:54:17.494--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c9513b9)
    [junit] [EL Finest]: 2024-04-17 17:54:17.494--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@291853ab)
    [junit] [EL Finest]: 2024-04-17 17:54:17.494--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24edca5e)
    [junit] [EL Finest]: 2024-04-17 17:54:17.494--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e52dd47)
    [junit] [EL Finest]: 2024-04-17 17:54:17.494--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d29a22d)
    [junit] [EL Finest]: 2024-04-17 17:54:17.494--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@eba03c9)
    [junit] [EL Finest]: 2024-04-17 17:54:17.494--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@da3cab)
    [junit] [EL Finest]: 2024-04-17 17:54:17.494--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@45d93fbf)
    [junit] [EL Finest]: 2024-04-17 17:54:17.494--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@df98e69)
    [junit] [EL Finest]: 2024-04-17 17:54:17.494--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b09f5f2)
    [junit] [EL Finest]: 2024-04-17 17:54:17.494--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5aef1a93)
    [junit] [EL Finest]: 2024-04-17 17:54:17.494--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@f5b7b13)
    [junit] [EL Finest]: 2024-04-17 17:54:17.494--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7bc340e)
    [junit] [EL Finest]: 2024-04-17 17:54:17.494--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@596c189f)
    [junit] [EL Finest]: 2024-04-17 17:54:17.494--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7814ab85)
    [junit] [EL Finest]: 2024-04-17 17:54:17.494--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6bb59fa4)
    [junit] [EL Finest]: 2024-04-17 17:54:17.494--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7b09274)
    [junit] [EL Finest]: 2024-04-17 17:54:17.494--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d8e1e59)
    [junit] [EL Finest]: 2024-04-17 17:54:17.494--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47211e6e)
    [junit] [EL Finest]: 2024-04-17 17:54:17.494--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59114cd5)
    [junit] [EL Finest]: 2024-04-17 17:54:17.494--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@54e0ed78)
    [junit] [EL Finest]: 2024-04-17 17:54:17.495--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@8289fba)
    [junit] [EL Finest]: 2024-04-17 17:54:17.495--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@435b1b38)
    [junit] [EL Finest]: 2024-04-17 17:54:17.495--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@608da061)
    [junit] [EL Finest]: 2024-04-17 17:54:17.495--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@146d8986)
    [junit] [EL Finest]: 2024-04-17 17:54:17.495--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7be7ff45)
    [junit] [EL Finest]: 2024-04-17 17:54:17.495--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@620c558e)
    [junit] [EL Finest]: 2024-04-17 17:54:17.495--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6b7072c3)
    [junit] [EL Finest]: 2024-04-17 17:54:17.495--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2d6645a4)
    [junit] [EL Finest]: 2024-04-17 17:54:17.495--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11617c6c)
    [junit] [EL Finest]: 2024-04-17 17:54:17.495--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6d1fc55)
    [junit] [EL Finest]: 2024-04-17 17:54:17.495--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@55c5690d)
    [junit] [EL Finest]: 2024-04-17 17:54:17.495--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20fce003)
    [junit] [EL Finest]: 2024-04-17 17:54:17.495--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@32a826f)
    [junit] [EL Finest]: 2024-04-17 17:54:17.495--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@29031a38)
    [junit] [EL Finest]: 2024-04-17 17:54:17.495--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@61632f79)
    [junit] [EL Finest]: 2024-04-17 17:54:17.495--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d3c0cce)
    [junit] [EL Finest]: 2024-04-17 17:54:17.495--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59d6e6ad)
    [junit] [EL Finest]: 2024-04-17 17:54:17.495--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@397c53e7)
    [junit] [EL Finest]: 2024-04-17 17:54:17.495--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a8d09c5)
    [junit] [EL Finest]: 2024-04-17 17:54:17.495--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4aa95617)
    [junit] [EL Finest]: 2024-04-17 17:54:17.495--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@749b9c82)
    [junit] [EL Finest]: 2024-04-17 17:54:17.495--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@14145f2b)
    [junit] [EL Finest]: 2024-04-17 17:54:17.495--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e7103dd)
    [junit] [EL Finest]: 2024-04-17 17:54:17.495--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56609c11)
    [junit] [EL Finest]: 2024-04-17 17:54:17.495--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1eb830fd)
    [junit] [EL Finest]: 2024-04-17 17:54:17.495--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a77475d)
    [junit] [EL Finest]: 2024-04-17 17:54:17.495--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e8d2ccd)
    [junit] [EL Finest]: 2024-04-17 17:54:17.495--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a114a53)
    [junit] [EL Finest]: 2024-04-17 17:54:17.495--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@584b3bdc)
    [junit] [EL Finest]: 2024-04-17 17:54:17.495--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@61a16111)
    [junit] [EL Finest]: 2024-04-17 17:54:17.495--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7565ce3d)
    [junit] [EL Finest]: 2024-04-17 17:54:17.495--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11c98558)
    [junit] [EL Finest]: 2024-04-17 17:54:17.495--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3db1ebbb)
    [junit] [EL Finest]: 2024-04-17 17:54:17.495--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@a3331e4)
    [junit] [EL Finest]: 2024-04-17 17:54:17.495--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@55cedfda)
    [junit] [EL Finest]: 2024-04-17 17:54:17.495--ClientSession(823978176)--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-17 17:54:17.495--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:17.495--ClientSession(823978176)--Connection(670631142)--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-17 17:54:17.495--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1189, foo-car, null, null, null, null, 1, 8, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.495--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1246, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.495--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1179, foo-car, null, null, null, null, 1, 76, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.495--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1194, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1165, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1231, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1224, foo-car, null, null, null, null, 1, 44, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1253, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1170, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1210, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1248, foo-car, null, null, null, null, 1, 72, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1230, foo-car, null, null, null, null, 1, 20, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1233, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1191, foo-car, null, null, null, null, 1, 32, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1196, foo-car, null, null, null, null, 1, 36, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1164, foo-car, null, null, null, null, 1, 98, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1176, foo-car, null, null, null, null, 1, 24, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1257, foo-car, null, null, null, null, 1, 86, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1220, foo-car, null, null, null, null, 1, 4, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1206, foo-car, null, null, null, null, 1, 10, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1232, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1228, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1192, foo-car, null, null, null, null, 1, 52, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1258, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1185, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1226, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1217, foo-car, null, null, null, null, 1, 80, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1247, foo-car, null, null, null, null, 1, 0, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1215, foo-car, null, null, null, null, 1, 26, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1239, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1222, foo-car, null, null, null, null, 1, 90, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1203, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1166, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1160, foo-car, null, null, null, null, 1, 54, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1184, foo-car, null, null, null, null, 1, 6, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1198, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1186, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1256, foo-car, null, null, null, null, 1, 96, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1211, foo-car, null, null, null, null, 1, 40, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1238, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1251, foo-car, null, null, null, null, 1, 68, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1254, foo-car, null, null, null, null, 1, 58, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1212, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1207, foo-car, null, null, null, null, 1, 56, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1181, foo-car, null, null, null, null, 1, 60, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1163, foo-car, null, null, null, null, 1, 30, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1177, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1183, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1244, foo-car, null, null, null, null, 1, 38, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1225, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1223, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1171, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1221, foo-car, null, null, null, null, 1, 18, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1175, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1169, foo-car, null, null, null, null, 1, 48, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1213, foo-car, null, null, null, null, 1, 50, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1249, foo-car, null, null, null, null, 1, 22, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1167, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1173, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1234, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1161, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1237, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1174, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1240, foo-car, null, null, null, null, 1, 94, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.496--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1241, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.497--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1205, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.497--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1162, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.497--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1218, foo-car, null, null, null, null, 1, 64, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.497--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1252, foo-car, null, null, null, null, 1, 12, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.497--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1201, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.497--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1219, foo-car, null, null, null, null, 1, 92, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.497--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1178, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.497--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1168, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.497--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1190, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.497--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1188, foo-car, null, null, null, null, 1, 46, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.497--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1214, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.497--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1195, foo-car, null, null, null, null, 1, 28, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.497--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1193, foo-car, null, null, null, null, 1, 62, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.497--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1202, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.497--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1242, foo-car, null, null, null, null, 1, 84, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.497--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1200, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.497--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1255, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.497--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1208, foo-car, null, null, null, null, 1, 88, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.497--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1172, foo-car, null, null, null, null, 1, 74, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.497--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1216, foo-car, null, null, null, null, 1, 16, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.497--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1182, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.497--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1197, foo-car, null, null, null, null, 1, 82, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.497--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1245, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.497--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1180, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.497--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1250, foo-car, null, null, null, null, 1, 34, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.497--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1199, foo-car, null, null, null, null, 1, 66, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.497--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1243, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.497--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1236, foo-car, null, null, null, null, 1, 14, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.497--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1187, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.497--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1159, foo-car, null, null, null, null, 1, 42, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.497--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1209, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.497--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1229, foo-car, null, null, null, null, 1, 78, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.497--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1204, foo-car, null, null, null, null, 1, 70, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.497--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1227, foo-car, null, null, null, null, 1, 2, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.497--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1235, foo-car, null, null, null, null, 1, null, 91]
    [junit] [EL Finer]: 2024-04-17 17:54:17.497--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.508--ClientSession(823978176)--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-17 17:54:17.508--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [7, 1259]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [9, 1259]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [11, 1259]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [13, 1259]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [19, 1259]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [31, 1259]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [33, 1259]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [35, 1259]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [37, 1259]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [45, 1259]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [47, 1259]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [59, 1259]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [61, 1259]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [71, 1259]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [87, 1259]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [95, 1259]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [99, 1259]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [21, 1260]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [23, 1260]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [25, 1260]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [39, 1260]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [41, 1260]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [43, 1260]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [49, 1260]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [63, 1260]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [65, 1260]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [73, 1260]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [77, 1260]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 1260]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [89, 1260]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [97, 1260]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [3, 1262]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [5, 1262]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [15, 1262]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [29, 1262]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [53, 1262]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [57, 1262]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 1262]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [1, 1261]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [17, 1261]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [27, 1261]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [51, 1261]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [55, 1261]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [67, 1261]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [69, 1261]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [75, 1261]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 1261]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [85, 1261]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [91, 1261]
    [junit] [EL Fine]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [93, 1261]
    [junit] [EL Finer]: 2024-04-17 17:54:17.509--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.514--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.515--ClientSession(823978176)--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-17 17:54:17.515--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:17.515--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:17.516--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:17.517--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:17.517--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:17.517--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:17.517--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:17.517--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:17.517--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:17.517--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:17.517--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:17.517--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:17.517--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:17.517--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:17.517--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:17.517--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:17.517--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:17.517--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:17.517--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:17.517--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:17.517--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:17.517--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:17.517--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:17.517--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 87]
    [junit] [EL Finer]: 2024-04-17 17:54:17.517--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:17.527--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.527--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.527--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.527--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.527--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.527--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.527--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.527--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.527--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.527--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.527--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.527--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.527--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.527--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.527--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.527--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.527--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.527--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.527--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.527--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.527--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.527--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.527--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.527--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.528--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.601--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.601--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.601--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.601--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.601--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.601--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.601--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.601--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.601--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.601--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.601--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.601--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.601--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.601--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.601--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.601--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.601--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.601--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.601--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.601--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.601--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.601--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.601--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.601--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.601--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.601--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.601--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.601--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.601--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.601--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.601--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.601--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.601--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.601--ClientSession(823978176)--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-17 17:54:17.601--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:17.602--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:17.603--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:17.603--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:17.603--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:17.603--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:17.603--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:17.603--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:17.603--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:17.603--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:17.603--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:17.603--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:17.603--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:17.603--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:17.603--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:17.603--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:17.603--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:17.603--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:17.603--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:17.603--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:17.603--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:17.603--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:17.603--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:17.603--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:17.603--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:17.603--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:17.603--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:17.603--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:17.603--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:17.603--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:17.603--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:17.603--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:17.603--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:17.603--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:17.603--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:17.603--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:17.603--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:17.603--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 33]
    [junit] [EL Finer]: 2024-04-17 17:54:17.603--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:17.614--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.614--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.614--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.614--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.614--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.614--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.614--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.614--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.614--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.614--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.614--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.614--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.614--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.619--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.62--ClientSession(823978176)--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-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:17.62--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 8]
    [junit] [EL Finer]: 2024-04-17 17:54:17.621--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:17.632--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.632--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.632--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.632--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.632--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.632--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.632--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.632--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.632--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.632--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.632--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.632--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.632--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.632--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.632--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.632--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.632--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.633--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.634--ClientSession(823978176)--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-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:17.634--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:17.635--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:17.635--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:17.635--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:17.635--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:17.635--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:17.635--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:17.635--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:17.635--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:17.635--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:17.635--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:17.635--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:17.635--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:17.635--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:17.635--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:17.635--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:17.635--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:17.635--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:17.635--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:17.635--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:17.635--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:17.635--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:17.635--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:17.635--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:17.635--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:17.635--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:17.635--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:17.635--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:17.706--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:17.706--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:17.706--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:17.706--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:17.706--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:17.706--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:17.706--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:17.706--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:17.706--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:17.706--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:17.706--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:17.706--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:17.706--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:17.706--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:17.706--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:17.706--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:17.706--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:17.706--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:17.706--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:17.706--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:17.706--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 23]
    [junit] [EL Finer]: 2024-04-17 17:54:17.706--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.717--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.718--ClientSession(823978176)--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-17 17:54:17.718--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:17.718--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:17.719--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:17.72--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:17.72--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:17.72--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:17.72--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:17.72--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:17.72--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:17.72--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [78, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:17.72--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:17.72--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [79, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:17.72--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [83, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:17.72--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [80, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:17.72--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [81, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:17.72--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--	bind => [82, 11]
    [junit] [EL Finer]: 2024-04-17 17:54:17.72--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:17.732--ClientSession(823978176)--Connection(670631142)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:17.733--ServerSession(454071866)--Connection(729478030)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:17.734--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:17.734--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:17.735--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:17.735--ClientSession(823978176)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:17.735--UnitOfWork(1528391146)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:17.735--ClientSession(823978176)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:17.736--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1128386201
    [junit] [EL Finer]: 2024-04-17 17:54:17.736--ClientSession(1128386201)--Thread(Thread[main,5,main])--acquire unit of work: 282508229
    [junit] [EL Finest]: 2024-04-17 17:54:17.736--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-17 17:54:17.736--ServerSession(454071866)--Connection(534113171)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:17.736--ServerSession(454071866)--Connection(534113171)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:17.736--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-17 17:54:17.737--ServerSession(454071866)--Connection(534113171)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:17.76--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1974054358
    [junit] [EL Finer]: 2024-04-17 17:54:17.76--ClientSession(1974054358)--Thread(Thread[main,5,main])--acquire unit of work: 1106523137
    [junit] [EL Finest]: 2024-04-17 17:54:17.76--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.76--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (85 -> null:null:reading)
    [junit] [EL Finest]: 2024-04-17 17:54:17.761--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.761--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (86 -> null:null:cooking)
    [junit] [EL Finest]: 2024-04-17 17:54:17.761--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.761--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (87 -> null:null:watching tv)
    [junit] [EL Finest]: 2024-04-17 17:54:17.761--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.761--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (88 -> null:null:cleaning the house)
    [junit] [EL Finest]: 2024-04-17 17:54:17.761--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.761--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (89 -> null:null:swimming)
    [junit] [EL Finest]: 2024-04-17 17:54:17.761--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.761--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (90 -> null:null:computers)
    [junit] [EL Finest]: 2024-04-17 17:54:17.761--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.761--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--assign sequence to the object (91 -> null:null:stamps)
    [junit] [EL Finest]: 2024-04-17 17:54:17.761--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.761--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.761--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.761--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.761--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.761--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.761--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.761--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.761--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.761--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.761--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.761--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-17 17:54:17.761--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.761--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-17 17:54:17.761--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.761--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-17 17:54:17.761--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.761--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-17 17:54:17.761--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.761--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-17 17:54:17.761--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.761--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-17 17:54:17.761--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.761--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-17 17:54:17.761--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.761--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-17 17:54:17.761--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.761--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-17 17:54:17.761--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.761--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-17 17:54:17.762--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.762--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-17 17:54:17.762--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.762--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-17 17:54:17.762--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.762--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-17 17:54:17.762--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.762--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-17 17:54:17.762--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.762--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-17 17:54:17.762--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.762--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-17 17:54:17.762--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.762--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-17 17:54:17.762--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.762--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-17 17:54:17.762--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.762--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-17 17:54:17.762--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.762--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-17 17:54:17.762--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.762--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-17 17:54:17.762--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.762--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-17 17:54:17.762--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.762--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-17 17:54:17.762--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.762--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-17 17:54:17.762--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.762--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-17 17:54:17.762--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.762--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-17 17:54:17.762--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.762--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-17 17:54:17.762--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.762--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-17 17:54:17.762--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.762--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-17 17:54:17.762--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.762--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-17 17:54:17.762--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.762--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-17 17:54:17.762--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.762--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-17 17:54:17.762--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.762--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-17 17:54:17.762--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.763--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-17 17:54:17.763--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.763--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-17 17:54:17.763--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.763--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-17 17:54:17.763--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.763--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-17 17:54:17.763--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.763--ServerSession(454071866)--Connection(1651096015)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:17.763--ClientSession(1974054358)--Connection(1651096015)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:17.763--ClientSession(1974054358)--Connection(1651096015)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:17.763--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-17 17:54:17.763--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-17 17:54:17.763--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-17 17:54:17.763--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-17 17:54:17.764--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-17 17:54:17.764--ClientSession(1974054358)--Connection(1704407445)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:17.764--ServerSession(454071866)--Connection(1704407445)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:17.764--ServerSession(454071866)--Connection(1651096015)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:17.764--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-17 17:54:17.764--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.764--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-17 17:54:17.764--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.764--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-17 17:54:17.764--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.764--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-17 17:54:17.764--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.764--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-17 17:54:17.764--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.764--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-17 17:54:17.764--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.764--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-17 17:54:17.764--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.764--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-17 17:54:17.764--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.764--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-17 17:54:17.764--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.764--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-17 17:54:17.764--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.764--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-17 17:54:17.764--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.764--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-17 17:54:17.764--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.764--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-17 17:54:17.764--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.765--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-17 17:54:17.765--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.765--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-17 17:54:17.765--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.765--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-17 17:54:17.765--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.765--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-17 17:54:17.765--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.765--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-17 17:54:17.765--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.765--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-17 17:54:17.765--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.765--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-17 17:54:17.765--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.765--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-17 17:54:17.765--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.765--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-17 17:54:17.81--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.811--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-17 17:54:17.811--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.811--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-17 17:54:17.811--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.811--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-17 17:54:17.811--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.811--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-17 17:54:17.811--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.811--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-17 17:54:17.811--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.811--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-17 17:54:17.811--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.811--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-17 17:54:17.811--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.811--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-17 17:54:17.811--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.811--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-17 17:54:17.811--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.811--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-17 17:54:17.811--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.811--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-17 17:54:17.811--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.811--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-17 17:54:17.811--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.811--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-17 17:54:17.811--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.811--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-17 17:54:17.811--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.811--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-17 17:54:17.811--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.811--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-17 17:54:17.811--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.811--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-17 17:54:17.811--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.811--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-17 17:54:17.811--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.811--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-17 17:54:17.811--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.811--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-17 17:54:17.811--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.811--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-17 17:54:17.811--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.811--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-17 17:54:17.811--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.811--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-17 17:54:17.811--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.811--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-17 17:54:17.812--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.812--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-17 17:54:17.812--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.812--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-17 17:54:17.812--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.812--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-17 17:54:17.812--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.812--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-17 17:54:17.812--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.812--ServerSession(454071866)--Connection(1010421631)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:17.812--ClientSession(1974054358)--Connection(1010421631)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:17.812--ClientSession(1974054358)--Connection(1010421631)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:17.812--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-17 17:54:17.812--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-17 17:54:17.812--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-17 17:54:17.812--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-17 17:54:17.813--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-17 17:54:17.813--ClientSession(1974054358)--Connection(119157253)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:17.813--ServerSession(454071866)--Connection(119157253)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:17.813--ServerSession(454071866)--Connection(1010421631)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:17.813--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-17 17:54:17.813--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.813--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-17 17:54:17.813--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.813--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-17 17:54:17.813--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.813--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-17 17:54:17.813--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.813--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-17 17:54:17.813--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.813--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-17 17:54:17.813--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.813--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-17 17:54:17.813--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.813--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-17 17:54:17.813--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.813--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-17 17:54:17.813--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.813--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-17 17:54:17.813--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.814--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-17 17:54:17.814--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.814--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-17 17:54:17.814--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.814--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-17 17:54:17.814--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.814--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-17 17:54:17.814--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.814--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-17 17:54:17.814--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.814--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-17 17:54:17.814--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.814--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-17 17:54:17.814--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.814--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-17 17:54:17.814--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.814--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.814--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.814--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.814--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.814--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.814--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.814--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.814--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.814--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.814--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.814--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.814--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.814--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.814--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.814--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.814--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.814--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.814--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.814--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.814--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.814--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.814--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.814--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.814--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.815--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.816--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.816--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.816--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.816--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.816--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.816--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.816--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.816--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.816--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.816--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.816--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.816--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.816--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.816--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.816--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.816--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.816--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.816--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.816--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.816--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.816--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.816--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.816--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.816--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.816--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.816--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.816--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.816--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.816--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.816--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.816--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.816--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.816--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:17.816--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:17.816--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:17.817--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-17 17:54:17.817--ServerSession(454071866)--Connection(1272825712)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:17.817--ClientSession(1974054358)--Connection(1272825712)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:17.817--ClientSession(1974054358)--Connection(1272825712)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:17.817--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-17 17:54:17.817--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-17 17:54:17.818--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-17 17:54:17.818--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-17 17:54:17.818--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-17 17:54:17.818--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:17.818--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-17 17:54:17.818--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [1364, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:17.818--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [1365, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:17.818--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [1367, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:17.818--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [1366, foo-brand, null, 0, 1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:17.818--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [1368, foo-brand, null, 0, 1, 4]
    [junit] [EL Finer]: 2024-04-17 17:54:17.818--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:17.819--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-17 17:54:17.819--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-17 17:54:17.819--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-17 17:54:17.819--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-17 17:54:17.819--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-17 17:54:17.819--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-17 17:54:17.819--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-17 17:54:17.819--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-17 17:54:17.819--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-17 17:54:17.819--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-17 17:54:17.819--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:17.819--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:17.819--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [1, Department_1, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:17.819--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [2, Department_2, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:17.819--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [0, Department_0, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:17.819--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [3, Department_3, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:17.819--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [8, Department_8, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:17.819--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [5, Department_5, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:17.819--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [4, Department_4, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:17.819--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [7, Department_7, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:17.819--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [6, Department_6, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:17.819--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [9, Department_9, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:17.819--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:17.82--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.821--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.822--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-17 17:54:17.823--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-17 17:54:17.823--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-17 17:54:17.823--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-17 17:54:17.823--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-17 17:54:17.823--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-17 17:54:17.823--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-17 17:54:17.823--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-17 17:54:17.823--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-17 17:54:17.823--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-17 17:54:17.823--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-17 17:54:17.823--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-17 17:54:17.823--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(91:null:stamps)
    [junit] [EL Finer]: 2024-04-17 17:54:17.823--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:17.823--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-17 17:54:17.823--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [30, Hinrich, Hawke, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.823--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [49, Hauke, Hettner, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.823--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [79, Helen, Hellmann, null, 2024-04-29 07:40:57.816, 2024-04-06 04:07:37.816, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.823--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [72, Helena, Hardy, null, 2024-04-29 07:40:57.816, 2024-04-06 04:07:37.816, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.823--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [94, Heida, Hartenthaler, null, 2024-04-29 07:40:57.816, 2024-04-06 04:07:37.816, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.823--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [16, Hendrik, Hellmann, null, 2024-04-29 07:40:57.814, 2024-04-06 04:07:37.814, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.823--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [62, Hans, Halbach, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.823--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [23, Harold, Hache, null, 2024-04-29 07:40:57.814, 2024-04-06 04:07:37.814, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.823--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [66, Henri, Heuser, null, 2024-04-29 07:40:57.816, 2024-04-06 04:07:37.816, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.823--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [98, Hannelore, Hampe, null, 2024-04-29 07:40:57.816, 2024-04-06 04:07:37.816, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.823--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [54, Hasso, Harnack, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.823--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [70, Hazel, Heer, null, 2024-04-29 07:40:57.816, 2024-04-06 04:07:37.816, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.823--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [63, Heide, Heider, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.823--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [20, Heidemarie, Halbach, null, 2024-04-29 07:40:57.814, 2024-04-06 04:07:37.814, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.823--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [65, Hanspeter, Heinrich, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.823--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [17, Henrike, Hache, null, 2024-04-29 07:40:57.814, 2024-04-06 04:07:37.814, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.823--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [69, Hjalmar, Havenstein, null, 2024-04-29 07:40:57.816, 2024-04-06 04:07:37.816, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.823--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [43, Helge, Hesse, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.823--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [68, Hagen, Harding, null, 2024-04-29 07:40:57.816, 2024-04-06 04:07:37.816, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.823--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [42, Hedi, Herder, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.823--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [75, Heimo, Hegemann, null, 2024-04-29 07:40:57.816, 2024-04-06 04:07:37.816, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.823--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [51, Hubert, Hein, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.823--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [64, Hauke, Hesse, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.823--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [83, Helga, Hettner, null, 2024-04-29 07:40:57.816, 2024-04-06 04:07:37.816, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.823--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [97, Holger, Henry, null, 2024-04-29 07:40:57.816, 2024-04-06 04:07:37.816, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.823--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [92, Helga, Heise, null, 2024-04-29 07:40:57.816, 2024-04-06 04:07:37.816, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.823--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [34, Henrike, Hense, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.823--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [84, Hansj?rg, Heider, null, 2024-04-29 07:40:57.816, 2024-04-06 04:07:37.816, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.823--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [56, Harold, Hamburger, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.823--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, Harold, Hary, null, 2024-04-29 07:40:57.816, 2024-04-06 04:07:37.816, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.823--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [24, Hannah, Hamann, null, 2024-04-29 07:40:57.814, 2024-04-06 04:07:37.814, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [8, Hermann, Heidegger, null, 2024-04-29 07:40:57.814, 2024-04-06 04:07:37.814, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [39, Hulda, Hildebrandt, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [25, Henning, Hamburger, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [96, Hertha, Halbach, null, 2024-04-29 07:40:57.816, 2024-04-06 04:07:37.816, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [74, Hilde, Hildebrand, null, 2024-04-29 07:40:57.816, 2024-04-06 04:07:37.816, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [47, Heiner, Herold, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [37, Heimo, Hawke, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [80, Hakan, Harding, null, 2024-04-29 07:40:57.816, 2024-04-06 04:07:37.816, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [67, Herma, Hellmann, null, 2024-04-29 07:40:57.816, 2024-04-06 04:07:37.816, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [21, Helgard, Helbig, null, 2024-04-29 07:40:57.814, 2024-04-06 04:07:37.814, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [15, Hauke, Hamann, null, 2024-04-29 07:40:57.814, 2024-04-06 04:07:37.814, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [95, Heidemarie, Hennig, null, 2024-04-29 07:40:57.816, 2024-04-06 04:07:37.816, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [59, Hugo, Hamilton, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [6, Hasso, Hartig, null, 2024-04-29 07:40:57.814, 2024-04-06 04:07:37.814, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [78, Heiko, Heim, null, 2024-04-29 07:40:57.816, 2024-04-06 04:07:37.816, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [2, Hansj?rg, Heuser, null, 2024-04-29 07:40:57.814, 2024-04-06 04:07:37.814, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [99, Heike, Hense, null, 2024-04-29 07:40:57.816, 2024-04-06 04:07:37.816, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [77, Helma, Hackmann, null, 2024-04-29 07:40:57.816, 2024-04-06 04:07:37.816, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [14, Helmut, Hennig, null, 2024-04-29 07:40:57.814, 2024-04-06 04:07:37.814, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [81, Henrike, Hermann, null, 2024-04-29 07:40:57.816, 2024-04-06 04:07:37.816, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [40, Hartwin, Hesselbarth, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [46, Hanns, Hardy, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, Hieu, Haller, null, 2024-04-29 07:40:57.816, 2024-04-06 04:07:37.816, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [53, Hildegard, Hegemann, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [36, Heimo, Hein, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [60, Heiko, Hesselbarth, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [4, Hilde, Hesselbarth, null, 2024-04-29 07:40:57.814, 2024-04-06 04:07:37.814, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [52, Hermine, Henschel, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [22, Hendrik, Hellmann, null, 2024-04-29 07:40:57.814, 2024-04-06 04:07:37.814, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [1, Hella, Hermelink, null, 2024-04-29 07:40:57.814, 2024-04-06 04:07:37.814, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [93, Henrike, Hartig, null, 2024-04-29 07:40:57.816, 2024-04-06 04:07:37.816, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [38, Heike, Hartenthaler, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [82, Hanna, Hawke, null, 2024-04-29 07:40:57.816, 2024-04-06 04:07:37.816, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [18, Helena, Hayek, null, 2024-04-29 07:40:57.814, 2024-04-06 04:07:37.814, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [58, Hansj?rg, Haak, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [32, Helena, Hary, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [19, Hieronymus, Hartenthaler, null, 2024-04-29 07:40:57.814, 2024-04-06 04:07:37.814, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [7, Helge, Helbig, null, 2024-04-29 07:40:57.814, 2024-04-06 04:07:37.814, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [35, Heimo, Hecht, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [76, Hermann, Hache, null, 2024-04-29 07:40:57.816, 2024-04-06 04:07:37.816, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [71, Hauke, Hampe, null, 2024-04-29 07:40:57.816, 2024-04-06 04:07:37.816, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [73, Hannes, Haak, null, 2024-04-29 07:40:57.816, 2024-04-06 04:07:37.816, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [28, Hannes, Herder, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [31, Hanspeter, Heer, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [5, Hubert, Hackmann, null, 2024-04-29 07:40:57.814, 2024-04-06 04:07:37.814, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, Hannah, Hartfelder, null, 2024-04-29 07:40:57.816, 2024-04-06 04:07:37.816, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [48, Hartmut, Hanstein, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [11, Helen, Hausner, null, 2024-04-29 07:40:57.814, 2024-04-06 04:07:37.814, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, Hubert, Helmig, null, 2024-04-29 07:40:57.816, 2024-04-06 04:07:37.816, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, Harald, Haus Lancaster, null, 2024-04-29 07:40:57.816, 2024-04-06 04:07:37.816, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.824--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [41, Hakan, Hermann, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.825--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [55, Hagen, Hanstein, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.825--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [27, Helmut, Hartfelder, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.825--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [45, Hedi, Heinichen, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.825--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [61, Hakan, Henschel, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.825--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [91, Hinrich, Helbig, null, 2024-04-29 07:40:57.816, 2024-04-06 04:07:37.816, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.825--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [0, Hermine, Harding, null, 2024-04-29 07:40:57.814, 2024-04-06 04:07:37.814, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.825--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [33, Helma, Haas, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.825--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [9, Heiko, Hecht, null, 2024-04-29 07:40:57.814, 2024-04-06 04:07:37.814, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.825--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [50, Hubertus, Hayek, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.825--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [57, Heribert, Hartfelder, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.825--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [10, Hieronymus, Hartfelder, null, 2024-04-29 07:40:57.814, 2024-04-06 04:07:37.814, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.825--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [12, Heimo, Habermann, null, 2024-04-29 07:40:57.814, 2024-04-06 04:07:37.814, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.825--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [26, Hilmar, Hettner, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.825--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [29, Hannah, Heider, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.825--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, Hertha, Heim, null, 2024-04-29 07:40:57.816, 2024-04-06 04:07:37.816, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.825--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [13, Hans, Heidegger, null, 2024-04-29 07:40:57.814, 2024-04-06 04:07:37.814, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.825--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [44, Heike, Hildebrandt, null, 2024-04-29 07:40:57.815, 2024-04-06 04:07:37.815, null, null, null, null, null, null, null]
    [junit] [EL Fine]: 2024-04-17 17:54:17.825--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [3, Hendrik, Hecht, null, 2024-04-29 07:40:57.814, 2024-04-06 04:07:37.814, null, null, null, null, null, null, null]
    [junit] [EL Finer]: 2024-04-17 17:54:17.825--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:17.849--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(86:null:cooking)
    [junit] [EL Finest]: 2024-04-17 17:54:17.849--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(89:null:swimming)
    [junit] [EL Finest]: 2024-04-17 17:54:17.849--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(88:null:cleaning the house)
    [junit] [EL Finest]: 2024-04-17 17:54:17.849--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(90:null:computers)
    [junit] [EL Finest]: 2024-04-17 17:54:17.849--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(87:null:watching tv)
    [junit] [EL Finest]: 2024-04-17 17:54:17.849--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(85:null:reading)
    [junit] [EL Finest]: 2024-04-17 17:54:17.849--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-17 17:54:17.849--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:17.849--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:17.849--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [91, null, stamps]
    [junit] [EL Fine]: 2024-04-17 17:54:17.849--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, null, cooking]
    [junit] [EL Fine]: 2024-04-17 17:54:17.849--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, null, swimming]
    [junit] [EL Fine]: 2024-04-17 17:54:17.849--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, null, cleaning the house]
    [junit] [EL Fine]: 2024-04-17 17:54:17.849--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, null, computers]
    [junit] [EL Fine]: 2024-04-17 17:54:17.849--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, null, watching tv]
    [junit] [EL Fine]: 2024-04-17 17:54:17.849--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, null, reading]
    [junit] [EL Finer]: 2024-04-17 17:54:17.849--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:17.851--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-17 17:54:17.851--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-17 17:54:17.851--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-17 17:54:17.851--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-17 17:54:17.851--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-17 17:54:17.851--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-17 17:54:17.851--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-17 17:54:17.851--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-17 17:54:17.851--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-17 17:54:17.851--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-17 17:54:17.851--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-17 17:54:17.851--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-17 17:54:17.851--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-17 17:54:17.851--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-17 17:54:17.851--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-17 17:54:17.851--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-17 17:54:17.851--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-17 17:54:17.851--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-17 17:54:17.851--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-17 17:54:17.851--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-17 17:54:17.851--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-17 17:54:17.851--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-17 17:54:17.851--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-17 17:54:17.851--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-17 17:54:17.851--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-17 17:54:17.851--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-17 17:54:17.851--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-17 17:54:17.851--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-17 17:54:17.851--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-17 17:54:17.851--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.852--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.853--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.854--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-17 17:54:17.923--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-17 17:54:17.923--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-17 17:54:17.923--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-17 17:54:17.923--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-17 17:54:17.923--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-17 17:54:17.923--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-17 17:54:17.923--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-17 17:54:17.923--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-17 17:54:17.923--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-17 17:54:17.923--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-17 17:54:17.923--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-17 17:54:17.923--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:17.933--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.934--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-17 17:54:17.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 Finer]: 2024-04-17 17:54:17.934--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:17.934--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:17.934--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [3, 1364]
    [junit] [EL Fine]: 2024-04-17 17:54:17.934--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [19, 1364]
    [junit] [EL Fine]: 2024-04-17 17:54:17.934--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [25, 1364]
    [junit] [EL Fine]: 2024-04-17 17:54:17.934--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [29, 1364]
    [junit] [EL Fine]: 2024-04-17 17:54:17.934--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [31, 1364]
    [junit] [EL Fine]: 2024-04-17 17:54:17.934--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [39, 1364]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [73, 1364]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [79, 1364]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [81, 1364]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [95, 1364]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [7, 1365]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [13, 1365]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [15, 1365]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [35, 1365]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [41, 1365]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [49, 1365]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [51, 1365]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [53, 1365]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [57, 1365]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [59, 1365]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [65, 1365]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 1365]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 1365]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [93, 1365]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [99, 1365]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [27, 1367]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [33, 1367]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [37, 1367]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [43, 1367]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [45, 1367]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [47, 1367]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [55, 1367]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [63, 1367]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [67, 1367]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [69, 1367]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [71, 1367]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 1367]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [91, 1367]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [1, 1366]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [5, 1366]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [9, 1366]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [11, 1366]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [17, 1366]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [21, 1366]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [23, 1366]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [61, 1366]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [75, 1366]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [77, 1366]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [83, 1366]
    [junit] [EL Fine]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [97, 1366]
    [junit] [EL Finer]: 2024-04-17 17:54:17.935--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.94--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.941--ClientSession(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-17 17:54:17.941--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:17.941--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:17.942--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:17.943--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:17.943--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 69]
    [junit] [EL Fine]: 2024-04-17 17:54:17.943--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:17.943--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:17.943--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:17.943--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:17.943--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:17.943--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:17.943--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:17.943--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:17.943--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:17.943--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:17.943--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:17.943--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:17.943--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:17.943--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 42]
    [junit] [EL Fine]: 2024-04-17 17:54:17.943--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 42]
    [junit] [EL Finer]: 2024-04-17 17:54:17.943--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.953--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.954--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.954--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.954--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.954--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.954--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.954--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.954--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.954--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.954--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.954--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.954--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:17.954--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.027--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.027--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.027--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.027--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.027--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.027--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.027--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.027--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.027--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.027--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.027--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.028--ClientSession(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-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:18.028--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 8]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 67]
    [junit] [EL Finer]: 2024-04-17 17:54:18.029--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.04--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.041--ClientSession(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-17 17:54:18.041--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:18.041--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 99]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:18.042--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:18.043--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:18.043--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:18.043--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:18.043--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:18.043--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:18.043--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:18.043--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:18.043--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:18.043--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 22]
    [junit] [EL Finer]: 2024-04-17 17:54:18.043--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.053--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.054--ClientSession(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-17 17:54:18.054--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:18.054--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:18.055--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:18.132--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:18.133--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:18.133--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:18.133--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:18.133--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:18.133--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:18.133--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:18.133--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:18.133--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:18.133--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:18.133--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:18.133--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:18.133--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:18.133--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:18.133--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:18.133--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:18.133--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:18.133--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:18.133--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:18.133--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:18.133--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:18.133--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:18.133--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:18.133--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:18.133--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:18.133--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:18.133--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:18.133--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:18.133--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:18.133--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:18.133--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 90]
    [junit] [EL Finer]: 2024-04-17 17:54:18.133--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:18.144--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.144--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.144--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.144--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.144--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.144--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.144--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.144--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.144--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.144--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.144--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.144--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.144--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.144--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.144--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.144--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.144--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.144--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.144--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.144--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.144--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.144--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.144--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.144--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.144--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.144--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.144--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.144--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.144--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.144--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.144--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.144--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(1974054358)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:18.145--ClientSession(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-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 9]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:18.146--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:18.147--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:18.147--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:18.147--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:18.147--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:18.147--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:18.147--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:18.147--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:18.147--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:18.147--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:18.147--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:18.147--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:18.147--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:18.147--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:18.147--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:18.147--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:18.147--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:18.147--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:18.147--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [89, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:18.147--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:18.147--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:18.147--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [85, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:18.147--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [90, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:18.147--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [87, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:18.147--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [86, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:18.147--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--	bind => [88, 3]
    [junit] [EL Finer]: 2024-04-17 17:54:18.147--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:18.157--ClientSession(1974054358)--Connection(13647409)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:18.158--ServerSession(454071866)--Connection(1272825712)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:18.16--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:18.16--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:18.161--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:18.161--ClientSession(1974054358)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:18.161--UnitOfWork(1106523137)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:18.161--ClientSession(1974054358)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:18.161--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1436049448
    [junit] [EL Finer]: 2024-04-17 17:54:18.161--ClientSession(1436049448)--Thread(Thread[main,5,main])--acquire unit of work: 31771138
    [junit] [EL Finest]: 2024-04-17 17:54:18.161--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-17 17:54:18.161--ServerSession(454071866)--Connection(2104975830)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.161--ServerSession(454071866)--Connection(2104975830)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:18.162--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-17 17:54:18.162--ServerSession(454071866)--Connection(2104975830)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.162--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-17 17:54:18.162--ServerSession(454071866)--Connection(1859722525)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.162--ServerSession(454071866)--Connection(1859722525)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:18.162--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-17 17:54:18.163--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.566 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.044 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestGroupByOrderByHaving
    [junit] [EL Finer]: 2024-04-17 17:54:18.287--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1426919585
    [junit] [EL Finer]: 2024-04-17 17:54:18.287--ClientSession(1426919585)--Thread(Thread[main,5,main])--acquire unit of work: 1018099286
    [junit] [EL Finest]: 2024-04-17 17:54:18.287--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-17 17:54:18.287--ServerSession(454071866)--Connection(1769359145)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.287--ServerSession(454071866)--Connection(1769359145)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:18.287--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-17 17:54:18.287--ServerSession(454071866)--Connection(1769359145)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:18.336--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 654771939
    [junit] [EL Finer]: 2024-04-17 17:54:18.336--ClientSession(654771939)--Thread(Thread[main,5,main])--acquire unit of work: 1571682265
    [junit] [EL Finest]: 2024-04-17 17:54:18.336--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-17 17:54:18.336--ServerSession(454071866)--Connection(339826690)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.336--ServerSession(454071866)--Connection(339826690)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:18.336--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-17 17:54:18.336--ServerSession(454071866)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:54:18.337--ServerSession(454071866)--Connection(339826690)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:18.337--UnitOfWork(1571682265)--Thread(Thread[main,5,main])--Local Exception Stack: 
    [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:18.368--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 484886039
    [junit] [EL Finer]: 2024-04-17 17:54:18.369--ClientSession(484886039)--Thread(Thread[main,5,main])--acquire unit of work: 839729442
    [junit] [EL Finest]: 2024-04-17 17:54:18.369--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-17 17:54:18.369--ServerSession(454071866)--Connection(789996006)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.369--ServerSession(454071866)--Connection(789996006)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:18.369--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-17 17:54:18.369--ServerSession(454071866)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: 2024-04-17 17:54:18.369--ServerSession(454071866)--Connection(789996006)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:18.369--UnitOfWork(839729442)--Thread(Thread[main,5,main])--Local Exception Stack: 
    [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:18.407--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1249858896
    [junit] [EL Finer]: 2024-04-17 17:54:18.407--ClientSession(1249858896)--Thread(Thread[main,5,main])--acquire unit of work: 1216602799
    [junit] [EL Finest]: 2024-04-17 17:54:18.407--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-17 17:54:18.407--ServerSession(454071866)--Connection(1154118575)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.407--ServerSession(454071866)--Connection(1154118575)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:18.407--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-17 17:54:18.407--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.194 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestJoinFetch
    [junit] [EL Finer]: 2024-04-17 17:54:18.427--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 969959180
    [junit] [EL Finer]: 2024-04-17 17:54:18.427--ClientSession(969959180)--Thread(Thread[main,5,main])--acquire unit of work: 723343305
    [junit] [EL Finest]: 2024-04-17 17:54:18.427--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.427--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.427--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (92 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.428--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.428--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.428--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-17 17:54:18.428--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-17 17:54:18.428--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-17 17:54:18.428--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.428--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (93 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.428--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.428--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (94 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.428--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.428--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.428--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-17 17:54:18.428--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.428--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-17 17:54:18.428--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-17 17:54:18.428--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-17 17:54:18.429--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-17 17:54:18.429--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.429--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (95 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.429--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.429--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (96 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.429--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.429--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (97 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.429--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.429--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.429--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-17 17:54:18.429--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.429--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-17 17:54:18.429--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.429--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-17 17:54:18.429--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-17 17:54:18.429--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-17 17:54:18.429--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-17 17:54:18.429--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-17 17:54:18.429--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.429--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.429--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (98 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.429--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.429--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.429--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-17 17:54:18.429--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-17 17:54:18.429--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-17 17:54:18.429--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.429--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (99 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.429--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.429--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (100 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.429--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.429--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.429--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-17 17:54:18.429--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.429--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-17 17:54:18.429--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-17 17:54:18.43--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-17 17:54:18.43--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-17 17:54:18.43--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.43--ServerSession(454071866)--Connection(920696073)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:18.43--ClientSession(969959180)--Connection(920696073)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:18.43--ClientSession(969959180)--Connection(920696073)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:18.43--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-17 17:54:18.43--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-17 17:54:18.43--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-17 17:54:18.43--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-17 17:54:18.431--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-17 17:54:18.431--ClientSession(969959180)--Connection(956631098)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:18.431--ServerSession(454071866)--Connection(956631098)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:18.431--ServerSession(454071866)--Connection(920696073)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:18.431--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (101 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.431--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.431--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (102 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.431--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.431--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (103 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.431--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.431--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.431--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-17 17:54:18.431--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.431--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-17 17:54:18.431--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.431--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-17 17:54:18.431--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-17 17:54:18.432--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-17 17:54:18.432--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-17 17:54:18.432--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-17 17:54:18.432--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.432--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (104 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.432--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.432--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (105 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.432--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.432--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (106 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.432--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.432--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (107 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.432--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.432--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.432--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-17 17:54:18.432--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.432--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-17 17:54:18.432--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.432--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-17 17:54:18.432--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.432--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-17 17:54:18.432--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-17 17:54:18.432--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-17 17:54:18.432--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-17 17:54:18.432--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-17 17:54:18.432--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-17 17:54:18.432--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.432--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.432--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (108 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.432--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.432--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.432--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-17 17:54:18.432--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-17 17:54:18.433--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-17 17:54:18.433--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.433--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (109 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.433--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.433--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (110 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.433--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.433--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.433--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-17 17:54:18.433--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.433--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-17 17:54:18.433--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-17 17:54:18.433--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-17 17:54:18.433--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-17 17:54:18.433--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.433--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (111 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.433--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.433--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (112 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.433--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.433--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (113 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.433--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.433--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.433--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-17 17:54:18.433--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.433--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-17 17:54:18.433--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.433--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-17 17:54:18.433--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-17 17:54:18.433--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-17 17:54:18.433--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-17 17:54:18.433--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-17 17:54:18.433--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.433--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (114 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.433--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.433--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (115 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.433--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.434--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (116 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.434--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.434--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (117 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.434--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.434--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.434--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-17 17:54:18.434--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.434--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-17 17:54:18.434--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.434--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-17 17:54:18.434--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.434--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-17 17:54:18.434--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-17 17:54:18.434--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-17 17:54:18.434--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-17 17:54:18.434--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-17 17:54:18.434--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-17 17:54:18.434--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.434--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (118 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.434--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.434--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (119 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.434--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.434--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (120 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.434--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.434--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (121 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.434--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.434--UnitOfWork(723343305)--Thread(Thread[main,5,main])--assign sequence to the object (122 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.434--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.434--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.434--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-17 17:54:18.434--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.434--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-17 17:54:18.434--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.434--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-17 17:54:18.434--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.434--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-17 17:54:18.434--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.434--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-17 17:54:18.434--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-17 17:54:18.434--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-17 17:54:18.435--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-17 17:54:18.435--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-17 17:54:18.435--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-17 17:54:18.435--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-17 17:54:18.435--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.435--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.435--UnitOfWork(723343305)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:18.435--UnitOfWork(723343305)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:18.436--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-17 17:54:18.436--ServerSession(454071866)--Connection(1672899343)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:18.436--ClientSession(969959180)--Connection(1672899343)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:18.436--ClientSession(969959180)--Connection(1672899343)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:18.436--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-17 17:54:18.436--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-17 17:54:18.436--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-17 17:54:18.436--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.436--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:18.436--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [2, dep_2, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.436--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [1, dep_1, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.436--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [3, dep_3, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:18.436--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:18.437--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-17 17:54:18.437--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-17 17:54:18.437--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-17 17:54:18.437--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-17 17:54:18.437--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-17 17:54:18.437--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-17 17:54:18.437--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-17 17:54:18.437--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-17 17:54:18.437--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-17 17:54:18.437--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-17 17:54:18.437--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-17 17:54:18.437--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(106:null:description_106)
    [junit] [EL Finer]: 2024-04-17 17:54:18.437--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.437--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-17 17:54:18.437--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-17 17:54:18.437--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-17 17:54:18.437--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-17 17:54:18.437--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-17 17:54:18.437--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-17 17:54:18.437--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-17 17:54:18.437--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-17 17:54:18.437--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-17 17:54:18.437--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-17 17:54:18.437--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-17 17:54:18.437--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-17 17:54:18.437--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-17 17:54:18.437--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:18.44--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(122:null:description_122)
    [junit] [EL Finest]: 2024-04-17 17:54:18.44--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(97:null:description_97)
    [junit] [EL Finest]: 2024-04-17 17:54:18.44--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(99:null:description_99)
    [junit] [EL Finest]: 2024-04-17 17:54:18.44--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(112:null:description_112)
    [junit] [EL Finest]: 2024-04-17 17:54:18.44--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(113:null:description_113)
    [junit] [EL Finest]: 2024-04-17 17:54:18.44--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(116:null:description_116)
    [junit] [EL Finest]: 2024-04-17 17:54:18.44--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(108:null:description_108)
    [junit] [EL Finest]: 2024-04-17 17:54:18.44--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(119:null:description_119)
    [junit] [EL Finest]: 2024-04-17 17:54:18.44--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(93:null:description_93)
    [junit] [EL Finest]: 2024-04-17 17:54:18.44--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(94:null:description_94)
    [junit] [EL Finest]: 2024-04-17 17:54:18.44--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(105:null:description_105)
    [junit] [EL Finest]: 2024-04-17 17:54:18.44--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(101:null:description_101)
    [junit] [EL Finest]: 2024-04-17 17:54:18.44--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(111:null:description_111)
    [junit] [EL Finest]: 2024-04-17 17:54:18.44--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(96:null:description_96)
    [junit] [EL Finest]: 2024-04-17 17:54:18.44--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(118:null:description_118)
    [junit] [EL Finest]: 2024-04-17 17:54:18.44--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(98:null:description_98)
    [junit] [EL Finest]: 2024-04-17 17:54:18.44--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(114:null:description_114)
    [junit] [EL Finest]: 2024-04-17 17:54:18.44--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(120:null:description_120)
    [junit] [EL Finest]: 2024-04-17 17:54:18.44--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(117:null:description_117)
    [junit] [EL Finest]: 2024-04-17 17:54:18.44--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(103:null:description_103)
    [junit] [EL Finest]: 2024-04-17 17:54:18.44--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(100:null:description_100)
    [junit] [EL Finest]: 2024-04-17 17:54:18.44--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(109:null:description_109)
    [junit] [EL Finest]: 2024-04-17 17:54:18.44--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(102:null:description_102)
    [junit] [EL Finest]: 2024-04-17 17:54:18.44--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(107:null:description_107)
    [junit] [EL Finest]: 2024-04-17 17:54:18.44--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(115:null:description_115)
    [junit] [EL Finest]: 2024-04-17 17:54:18.44--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(104:null:description_104)
    [junit] [EL Finest]: 2024-04-17 17:54:18.44--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(95:null:description_95)
    [junit] [EL Finest]: 2024-04-17 17:54:18.44--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(121:null:description_121)
    [junit] [EL Finest]: 2024-04-17 17:54:18.44--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(92:null:description_92)
    [junit] [EL Finest]: 2024-04-17 17:54:18.44--UnitOfWork(723343305)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(110:null:description_110)
    [junit] [EL Finest]: 2024-04-17 17:54:18.44--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-17 17:54:18.441--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.441--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:18.441--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [106, null, description_106]
    [junit] [EL Fine]: 2024-04-17 17:54:18.441--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [122, null, description_122]
    [junit] [EL Fine]: 2024-04-17 17:54:18.441--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [97, null, description_97]
    [junit] [EL Fine]: 2024-04-17 17:54:18.441--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [99, null, description_99]
    [junit] [EL Fine]: 2024-04-17 17:54:18.441--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [112, null, description_112]
    [junit] [EL Fine]: 2024-04-17 17:54:18.441--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [113, null, description_113]
    [junit] [EL Fine]: 2024-04-17 17:54:18.441--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [116, null, description_116]
    [junit] [EL Fine]: 2024-04-17 17:54:18.441--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [108, null, description_108]
    [junit] [EL Fine]: 2024-04-17 17:54:18.441--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [119, null, description_119]
    [junit] [EL Fine]: 2024-04-17 17:54:18.441--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [93, null, description_93]
    [junit] [EL Fine]: 2024-04-17 17:54:18.441--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [94, null, description_94]
    [junit] [EL Fine]: 2024-04-17 17:54:18.441--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [105, null, description_105]
    [junit] [EL Fine]: 2024-04-17 17:54:18.441--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [101, null, description_101]
    [junit] [EL Fine]: 2024-04-17 17:54:18.441--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [111, null, description_111]
    [junit] [EL Fine]: 2024-04-17 17:54:18.441--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [96, null, description_96]
    [junit] [EL Fine]: 2024-04-17 17:54:18.441--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [118, null, description_118]
    [junit] [EL Fine]: 2024-04-17 17:54:18.441--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [98, null, description_98]
    [junit] [EL Fine]: 2024-04-17 17:54:18.441--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [114, null, description_114]
    [junit] [EL Fine]: 2024-04-17 17:54:18.441--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [120, null, description_120]
    [junit] [EL Fine]: 2024-04-17 17:54:18.441--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [117, null, description_117]
    [junit] [EL Fine]: 2024-04-17 17:54:18.441--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [103, null, description_103]
    [junit] [EL Fine]: 2024-04-17 17:54:18.441--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [100, null, description_100]
    [junit] [EL Fine]: 2024-04-17 17:54:18.441--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [109, null, description_109]
    [junit] [EL Fine]: 2024-04-17 17:54:18.441--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [102, null, description_102]
    [junit] [EL Fine]: 2024-04-17 17:54:18.441--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [107, null, description_107]
    [junit] [EL Fine]: 2024-04-17 17:54:18.441--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [115, null, description_115]
    [junit] [EL Fine]: 2024-04-17 17:54:18.441--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [104, null, description_104]
    [junit] [EL Fine]: 2024-04-17 17:54:18.441--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [95, null, description_95]
    [junit] [EL Fine]: 2024-04-17 17:54:18.441--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [121, null, description_121]
    [junit] [EL Fine]: 2024-04-17 17:54:18.441--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [92, null, description_92]
    [junit] [EL Fine]: 2024-04-17 17:54:18.441--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [110, null, description_110]
    [junit] [EL Finer]: 2024-04-17 17:54:18.441--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:18.444--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-17 17:54:18.444--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-17 17:54:18.444--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-17 17:54:18.444--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-17 17:54:18.444--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-17 17:54:18.444--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-17 17:54:18.444--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-17 17:54:18.444--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-17 17:54:18.444--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-17 17:54:18.444--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-17 17:54:18.444--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-17 17:54:18.444--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-17 17:54:18.444--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-17 17:54:18.444--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-17 17:54:18.444--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-17 17:54:18.445--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-17 17:54:18.445--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-17 17:54:18.445--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-17 17:54:18.445--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-17 17:54:18.445--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-17 17:54:18.445--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-17 17:54:18.445--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-17 17:54:18.445--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-17 17:54:18.445--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-17 17:54:18.445--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-17 17:54:18.445--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-17 17:54:18.445--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-17 17:54:18.445--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-17 17:54:18.445--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-17 17:54:18.445--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-17 17:54:18.445--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-17 17:54:18.445--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.445--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:18.445--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [45, description_2]
    [junit] [EL Fine]: 2024-04-17 17:54:18.445--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [19, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.445--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [40, description_2]
    [junit] [EL Fine]: 2024-04-17 17:54:18.445--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [18, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.445--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [28, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.445--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [22, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.445--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [16, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.445--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [27, description_3]
    [junit] [EL Fine]: 2024-04-17 17:54:18.445--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [20, description_2]
    [junit] [EL Fine]: 2024-04-17 17:54:18.445--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [23, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.445--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [24, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.445--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [33, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.445--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [26, description_2]
    [junit] [EL Fine]: 2024-04-17 17:54:18.445--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [38, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.445--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [31, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.445--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [30, description_2]
    [junit] [EL Fine]: 2024-04-17 17:54:18.445--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [29, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.445--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [17, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.445--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [43, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.445--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [25, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.445--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [44, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.445--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [35, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.445--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [32, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.445--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [15, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.445--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [36, description_2]
    [junit] [EL Fine]: 2024-04-17 17:54:18.445--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [41, description_3]
    [junit] [EL Fine]: 2024-04-17 17:54:18.445--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [21, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.445--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [34, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.445--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [37, description_3]
    [junit] [EL Fine]: 2024-04-17 17:54:18.446--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [39, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.446--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [42, description_4]
    [junit] [EL Finer]: 2024-04-17 17:54:18.446--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:18.448--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-17 17:54:18.448--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-17 17:54:18.448--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.448--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--INSERT INTO TMP_NODE (ID, NODENAME, VERSIONCOLUMN, PARENT) VALUES (?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:18.448--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [1, null, 1, null]
    [junit] [EL Fine]: 2024-04-17 17:54:18.448--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [2, null, 1, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.448--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [3, null, 1, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:18.448--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:18.449--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-17 17:54:18.449--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.449--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-17 17:54:18.449--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [0, 0, 45]
    [junit] [EL Fine]: 2024-04-17 17:54:18.449--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [0, 0, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:18.449--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [0, 0, 40]
    [junit] [EL Fine]: 2024-04-17 17:54:18.449--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [0, 0, 18]
    [junit] [EL Fine]: 2024-04-17 17:54:18.449--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [0, 0, 28]
    [junit] [EL Fine]: 2024-04-17 17:54:18.449--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [0, 0, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:18.449--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [0, 0, 16]
    [junit] [EL Fine]: 2024-04-17 17:54:18.449--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [0, 0, 27]
    [junit] [EL Fine]: 2024-04-17 17:54:18.449--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [0, 0, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:18.449--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [0, 0, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:18.449--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [0, 0, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.449--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [0, 0, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:18.449--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [0, 0, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:18.449--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [0, 0, 38]
    [junit] [EL Fine]: 2024-04-17 17:54:18.449--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [0, 0, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:18.449--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [0, 0, 30]
    [junit] [EL Fine]: 2024-04-17 17:54:18.449--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [0, 0, 29]
    [junit] [EL Fine]: 2024-04-17 17:54:18.449--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [0, 0, 17]
    [junit] [EL Fine]: 2024-04-17 17:54:18.449--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [0, 0, 43]
    [junit] [EL Fine]: 2024-04-17 17:54:18.449--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [0, 0, 25]
    [junit] [EL Fine]: 2024-04-17 17:54:18.449--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [0, 0, 44]
    [junit] [EL Fine]: 2024-04-17 17:54:18.449--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [0, 0, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.449--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [0, 0, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:18.449--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [0, 0, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:18.449--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [0, 0, 36]
    [junit] [EL Fine]: 2024-04-17 17:54:18.449--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [0, 0, 41]
    [junit] [EL Fine]: 2024-04-17 17:54:18.449--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [0, 0, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:18.449--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [0, 0, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.449--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [0, 0, 37]
    [junit] [EL Fine]: 2024-04-17 17:54:18.449--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [0, 0, 39]
    [junit] [EL Fine]: 2024-04-17 17:54:18.449--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [0, 0, 42]
    [junit] [EL Finer]: 2024-04-17 17:54:18.45--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:18.452--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-17 17:54:18.452--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-17 17:54:18.452--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-17 17:54:18.452--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-17 17:54:18.452--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-17 17:54:18.452--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-17 17:54:18.452--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-17 17:54:18.452--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-17 17:54:18.452--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-17 17:54:18.452--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-17 17:54:18.452--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-17 17:54:18.452--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-17 17:54:18.452--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-17 17:54:18.453--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-17 17:54:18.453--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-17 17:54:18.453--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-17 17:54:18.453--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-17 17:54:18.453--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-17 17:54:18.453--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-17 17:54:18.453--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-17 17:54:18.453--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-17 17:54:18.453--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-17 17:54:18.453--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-17 17:54:18.453--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-17 17:54:18.453--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-17 17:54:18.453--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-17 17:54:18.453--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-17 17:54:18.453--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-17 17:54:18.453--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-17 17:54:18.453--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-17 17:54:18.453--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-17 17:54:18.453--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.453--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:18.453--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [99, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:18.453--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [100, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:18.453--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [114, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.453--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [115, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.453--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [116, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.453--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [117, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.453--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [104, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.453--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [105, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.453--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [106, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.453--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [107, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.453--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [111, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:18.453--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [112, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:18.453--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [113, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:18.453--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [108, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:18.453--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [92, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:18.453--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [118, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.453--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [119, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.453--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [120, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.453--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [121, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.453--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [122, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.453--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [98, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:18.453--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [95, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:18.453--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [96, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:18.453--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [97, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:18.453--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [109, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:18.453--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [110, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:18.453--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [101, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:18.453--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [102, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:18.453--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [103, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:18.453--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [93, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:18.453--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [94, 12]
    [junit] [EL Finer]: 2024-04-17 17:54:18.453--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:18.457--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-17 17:54:18.457--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-17 17:54:18.457--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-17 17:54:18.457--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-17 17:54:18.457--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-17 17:54:18.457--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-17 17:54:18.457--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-17 17:54:18.457--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-17 17:54:18.457--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-17 17:54:18.457--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-17 17:54:18.457--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-17 17:54:18.457--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-17 17:54:18.457--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-17 17:54:18.457--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-17 17:54:18.457--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-17 17:54:18.457--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-17 17:54:18.457--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-17 17:54:18.457--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-17 17:54:18.457--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-17 17:54:18.457--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-17 17:54:18.457--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-17 17:54:18.457--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-17 17:54:18.457--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-17 17:54:18.457--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-17 17:54:18.457--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-17 17:54:18.457--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-17 17:54:18.457--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-17 17:54:18.457--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-17 17:54:18.457--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-17 17:54:18.457--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-17 17:54:18.457--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.457--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:18.457--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [22, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:18.457--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [23, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:18.457--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [38, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.457--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [39, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.457--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [40, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.457--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [37, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.457--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [28, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.457--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [29, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.457--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [30, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.457--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [27, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.457--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [34, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:18.457--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [35, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:18.458--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [36, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:18.458--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [31, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:18.458--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [15, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:18.458--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [43, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.458--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [44, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.458--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [45, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.458--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [41, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.458--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [42, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.458--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [21, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:18.458--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [18, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:18.458--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [19, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:18.458--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [20, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:18.458--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [32, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:18.458--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [33, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:18.458--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [24, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:18.458--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [25, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:18.458--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [26, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:18.458--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [16, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:18.458--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--	bind => [17, 12]
    [junit] [EL Finer]: 2024-04-17 17:54:18.458--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:18.461--ClientSession(969959180)--Connection(2039218223)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:18.461--ServerSession(454071866)--Connection(1672899343)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:18.462--UnitOfWork(723343305)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:18.462--UnitOfWork(723343305)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:18.462--UnitOfWork(723343305)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:18.462--ClientSession(969959180)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:18.462--UnitOfWork(723343305)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:18.462--ClientSession(969959180)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:18.463--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1664286781
    [junit] [EL Finer]: 2024-04-17 17:54:18.463--ClientSession(1664286781)--Thread(Thread[main,5,main])--acquire unit of work: 2144765008
    [junit] [EL Finest]: 2024-04-17 17:54:18.463--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-17 17:54:18.463--ServerSession(454071866)--Connection(1322131913)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.463--ServerSession(454071866)--Connection(1322131913)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:18.464--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-17 17:54:18.464--ServerSession(454071866)--Connection(1322131913)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:18.486--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2134858343
    [junit] [EL Finer]: 2024-04-17 17:54:18.486--ClientSession(2134858343)--Thread(Thread[main,5,main])--acquire unit of work: 1931117501
    [junit] [EL Finest]: 2024-04-17 17:54:18.486--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.486--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.486--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (123 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.486--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.486--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.486--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-17 17:54:18.486--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-17 17:54:18.486--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-17 17:54:18.486--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.486--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (124 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.486--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.486--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (125 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.486--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.486--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.487--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-17 17:54:18.487--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.487--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-17 17:54:18.487--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-17 17:54:18.487--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-17 17:54:18.487--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-17 17:54:18.487--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.487--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (126 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.487--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.487--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (127 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.487--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.487--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (128 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.487--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.487--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.487--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-17 17:54:18.487--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.487--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-17 17:54:18.487--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.487--ServerSession(454071866)--Connection(1231249869)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:18.487--ClientSession(2134858343)--Connection(1231249869)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:18.487--ClientSession(2134858343)--Connection(1231249869)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:18.487--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-17 17:54:18.487--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-17 17:54:18.487--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-17 17:54:18.488--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-17 17:54:18.488--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-17 17:54:18.488--ClientSession(2134858343)--Connection(938025491)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:18.488--ServerSession(454071866)--Connection(938025491)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:18.488--ServerSession(454071866)--Connection(1231249869)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:18.488--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-17 17:54:18.488--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-17 17:54:18.488--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-17 17:54:18.488--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-17 17:54:18.488--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-17 17:54:18.489--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.489--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.489--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (129 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.489--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.489--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.489--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-17 17:54:18.489--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-17 17:54:18.489--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-17 17:54:18.489--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.489--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (130 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.489--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.489--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (131 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.489--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.489--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.489--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-17 17:54:18.489--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.489--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-17 17:54:18.489--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-17 17:54:18.489--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-17 17:54:18.489--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-17 17:54:18.489--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.489--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (132 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.489--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.489--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (133 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.489--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.489--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (134 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.489--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.489--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.489--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-17 17:54:18.489--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.489--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-17 17:54:18.489--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.489--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-17 17:54:18.489--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-17 17:54:18.489--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-17 17:54:18.489--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-17 17:54:18.489--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-17 17:54:18.49--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.49--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (135 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.49--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.49--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (136 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.49--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.49--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (137 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.49--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.49--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (138 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.49--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.49--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.49--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-17 17:54:18.49--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.49--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-17 17:54:18.49--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.49--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-17 17:54:18.49--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.49--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-17 17:54:18.49--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-17 17:54:18.49--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-17 17:54:18.49--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-17 17:54:18.49--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-17 17:54:18.49--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-17 17:54:18.49--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.49--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.49--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (139 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.49--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.49--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.49--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-17 17:54:18.49--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-17 17:54:18.49--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-17 17:54:18.49--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.49--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (140 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.49--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.49--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (141 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.49--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.49--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.49--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-17 17:54:18.49--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.49--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-17 17:54:18.49--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-17 17:54:18.491--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-17 17:54:18.491--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-17 17:54:18.491--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.491--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (142 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.491--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.491--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (143 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.491--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.491--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (144 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.491--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.491--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.491--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-17 17:54:18.491--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.491--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-17 17:54:18.491--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.491--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-17 17:54:18.491--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-17 17:54:18.491--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-17 17:54:18.491--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-17 17:54:18.491--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-17 17:54:18.491--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.491--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (145 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.491--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.491--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (146 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.491--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.491--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (147 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.491--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.491--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (148 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.491--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.491--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.491--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-17 17:54:18.491--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.491--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-17 17:54:18.491--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.491--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-17 17:54:18.491--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.491--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-17 17:54:18.491--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-17 17:54:18.491--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-17 17:54:18.491--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-17 17:54:18.491--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-17 17:54:18.492--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-17 17:54:18.492--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.492--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (149 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.492--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.492--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (150 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.492--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.492--ServerSession(454071866)--Connection(242812591)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:18.492--ClientSession(2134858343)--Connection(242812591)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:18.492--ClientSession(2134858343)--Connection(242812591)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:18.492--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-17 17:54:18.492--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-17 17:54:18.492--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-17 17:54:18.492--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-17 17:54:18.493--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-17 17:54:18.493--ClientSession(2134858343)--Connection(1648385724)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:18.493--ServerSession(454071866)--Connection(1648385724)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:18.493--ServerSession(454071866)--Connection(242812591)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:18.493--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (151 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.493--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.493--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (152 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.493--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.493--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--assign sequence to the object (153 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.493--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.493--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.493--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-17 17:54:18.493--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.493--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-17 17:54:18.493--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.493--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-17 17:54:18.548--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.548--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-17 17:54:18.548--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.548--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-17 17:54:18.548--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-17 17:54:18.548--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-17 17:54:18.548--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-17 17:54:18.548--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-17 17:54:18.548--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-17 17:54:18.548--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-17 17:54:18.548--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.548--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.548--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:18.548--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:18.549--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-17 17:54:18.549--ServerSession(454071866)--Connection(1313418520)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:18.549--ClientSession(2134858343)--Connection(1313418520)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:18.549--ClientSession(2134858343)--Connection(1313418520)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:18.549--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-17 17:54:18.549--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-17 17:54:18.549--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-17 17:54:18.549--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.549--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:18.549--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [2, dep_2, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.549--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [1, dep_1, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.549--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [3, dep_3, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:18.549--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:18.55--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-17 17:54:18.55--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-17 17:54:18.55--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-17 17:54:18.55--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-17 17:54:18.55--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-17 17:54:18.55--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-17 17:54:18.55--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-17 17:54:18.55--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-17 17:54:18.55--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-17 17:54:18.55--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-17 17:54:18.55--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-17 17:54:18.55--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(152:null:description_152)
    [junit] [EL Finer]: 2024-04-17 17:54:18.55--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.55--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-17 17:54:18.55--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-17 17:54:18.55--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-17 17:54:18.55--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-17 17:54:18.55--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-17 17:54:18.55--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-17 17:54:18.551--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-17 17:54:18.551--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-17 17:54:18.551--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-17 17:54:18.551--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-17 17:54:18.551--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-17 17:54:18.551--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-17 17:54:18.551--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-17 17:54:18.551--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:18.553--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(139:null:description_139)
    [junit] [EL Finest]: 2024-04-17 17:54:18.553--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(136:null:description_136)
    [junit] [EL Finest]: 2024-04-17 17:54:18.553--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(141:null:description_141)
    [junit] [EL Finest]: 2024-04-17 17:54:18.553--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(149:null:description_149)
    [junit] [EL Finest]: 2024-04-17 17:54:18.553--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(129:null:description_129)
    [junit] [EL Finest]: 2024-04-17 17:54:18.553--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(142:null:description_142)
    [junit] [EL Finest]: 2024-04-17 17:54:18.553--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(145:null:description_145)
    [junit] [EL Finest]: 2024-04-17 17:54:18.553--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(132:null:description_132)
    [junit] [EL Finest]: 2024-04-17 17:54:18.553--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(131:null:description_131)
    [junit] [EL Finest]: 2024-04-17 17:54:18.553--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(151:null:description_151)
    [junit] [EL Finest]: 2024-04-17 17:54:18.553--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(150:null:description_150)
    [junit] [EL Finest]: 2024-04-17 17:54:18.553--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(133:null:description_133)
    [junit] [EL Finest]: 2024-04-17 17:54:18.553--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(140:null:description_140)
    [junit] [EL Finest]: 2024-04-17 17:54:18.553--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(153:null:description_153)
    [junit] [EL Finest]: 2024-04-17 17:54:18.553--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(138:null:description_138)
    [junit] [EL Finest]: 2024-04-17 17:54:18.553--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(143:null:description_143)
    [junit] [EL Finest]: 2024-04-17 17:54:18.553--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(123:null:description_123)
    [junit] [EL Finest]: 2024-04-17 17:54:18.553--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(126:null:description_126)
    [junit] [EL Finest]: 2024-04-17 17:54:18.553--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(144:null:description_144)
    [junit] [EL Finest]: 2024-04-17 17:54:18.553--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(146:null:description_146)
    [junit] [EL Finest]: 2024-04-17 17:54:18.553--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(127:null:description_127)
    [junit] [EL Finest]: 2024-04-17 17:54:18.553--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(148:null:description_148)
    [junit] [EL Finest]: 2024-04-17 17:54:18.553--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(137:null:description_137)
    [junit] [EL Finest]: 2024-04-17 17:54:18.553--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(147:null:description_147)
    [junit] [EL Finest]: 2024-04-17 17:54:18.553--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(135:null:description_135)
    [junit] [EL Finest]: 2024-04-17 17:54:18.553--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(128:null:description_128)
    [junit] [EL Finest]: 2024-04-17 17:54:18.553--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(130:null:description_130)
    [junit] [EL Finest]: 2024-04-17 17:54:18.553--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(124:null:description_124)
    [junit] [EL Finest]: 2024-04-17 17:54:18.553--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(125:null:description_125)
    [junit] [EL Finest]: 2024-04-17 17:54:18.553--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(134:null:description_134)
    [junit] [EL Finest]: 2024-04-17 17:54:18.553--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-17 17:54:18.553--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.553--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:18.553--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [152, null, description_152]
    [junit] [EL Fine]: 2024-04-17 17:54:18.553--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [139, null, description_139]
    [junit] [EL Fine]: 2024-04-17 17:54:18.553--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [136, null, description_136]
    [junit] [EL Fine]: 2024-04-17 17:54:18.553--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [141, null, description_141]
    [junit] [EL Fine]: 2024-04-17 17:54:18.553--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [149, null, description_149]
    [junit] [EL Fine]: 2024-04-17 17:54:18.553--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [129, null, description_129]
    [junit] [EL Fine]: 2024-04-17 17:54:18.553--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [142, null, description_142]
    [junit] [EL Fine]: 2024-04-17 17:54:18.553--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [145, null, description_145]
    [junit] [EL Fine]: 2024-04-17 17:54:18.553--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [132, null, description_132]
    [junit] [EL Fine]: 2024-04-17 17:54:18.553--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [131, null, description_131]
    [junit] [EL Fine]: 2024-04-17 17:54:18.553--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [151, null, description_151]
    [junit] [EL Fine]: 2024-04-17 17:54:18.553--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [150, null, description_150]
    [junit] [EL Fine]: 2024-04-17 17:54:18.553--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [133, null, description_133]
    [junit] [EL Fine]: 2024-04-17 17:54:18.553--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [140, null, description_140]
    [junit] [EL Fine]: 2024-04-17 17:54:18.553--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [153, null, description_153]
    [junit] [EL Fine]: 2024-04-17 17:54:18.553--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [138, null, description_138]
    [junit] [EL Fine]: 2024-04-17 17:54:18.553--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [143, null, description_143]
    [junit] [EL Fine]: 2024-04-17 17:54:18.553--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [123, null, description_123]
    [junit] [EL Fine]: 2024-04-17 17:54:18.554--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [126, null, description_126]
    [junit] [EL Fine]: 2024-04-17 17:54:18.554--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [144, null, description_144]
    [junit] [EL Fine]: 2024-04-17 17:54:18.554--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [146, null, description_146]
    [junit] [EL Fine]: 2024-04-17 17:54:18.554--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [127, null, description_127]
    [junit] [EL Fine]: 2024-04-17 17:54:18.554--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [148, null, description_148]
    [junit] [EL Fine]: 2024-04-17 17:54:18.554--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [137, null, description_137]
    [junit] [EL Fine]: 2024-04-17 17:54:18.554--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [147, null, description_147]
    [junit] [EL Fine]: 2024-04-17 17:54:18.554--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [135, null, description_135]
    [junit] [EL Fine]: 2024-04-17 17:54:18.554--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [128, null, description_128]
    [junit] [EL Fine]: 2024-04-17 17:54:18.554--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [130, null, description_130]
    [junit] [EL Fine]: 2024-04-17 17:54:18.554--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [124, null, description_124]
    [junit] [EL Fine]: 2024-04-17 17:54:18.554--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [125, null, description_125]
    [junit] [EL Fine]: 2024-04-17 17:54:18.554--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [134, null, description_134]
    [junit] [EL Finer]: 2024-04-17 17:54:18.554--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:18.557--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-17 17:54:18.557--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-17 17:54:18.557--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-17 17:54:18.557--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-17 17:54:18.557--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-17 17:54:18.557--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-17 17:54:18.557--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-17 17:54:18.557--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-17 17:54:18.557--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-17 17:54:18.557--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-17 17:54:18.557--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-17 17:54:18.557--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-17 17:54:18.557--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-17 17:54:18.557--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-17 17:54:18.557--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-17 17:54:18.557--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-17 17:54:18.557--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-17 17:54:18.557--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-17 17:54:18.557--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-17 17:54:18.557--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-17 17:54:18.557--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-17 17:54:18.557--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-17 17:54:18.557--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-17 17:54:18.557--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-17 17:54:18.557--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-17 17:54:18.557--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-17 17:54:18.557--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-17 17:54:18.557--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-17 17:54:18.557--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-17 17:54:18.557--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-17 17:54:18.557--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-17 17:54:18.557--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.557--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:18.557--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [76, description_2]
    [junit] [EL Fine]: 2024-04-17 17:54:18.557--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [58, description_3]
    [junit] [EL Fine]: 2024-04-17 17:54:18.557--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [48, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.558--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [67, description_2]
    [junit] [EL Fine]: 2024-04-17 17:54:18.558--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [50, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.558--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [61, description_2]
    [junit] [EL Fine]: 2024-04-17 17:54:18.558--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [65, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.558--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [71, description_2]
    [junit] [EL Fine]: 2024-04-17 17:54:18.558--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [54, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.558--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [63, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.558--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [74, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.558--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [46, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.558--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [70, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.558--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [49, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.558--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [66, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.558--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [73, description_4]
    [junit] [EL Fine]: 2024-04-17 17:54:18.558--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [72, description_3]
    [junit] [EL Fine]: 2024-04-17 17:54:18.558--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [51, description_2]
    [junit] [EL Fine]: 2024-04-17 17:54:18.558--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [62, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.558--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [60, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.558--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [52, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.558--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [57, description_2]
    [junit] [EL Fine]: 2024-04-17 17:54:18.558--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [47, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.558--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [75, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.558--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [55, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.558--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [59, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.558--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [53, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.558--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [64, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.558--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [68, description_3]
    [junit] [EL Fine]: 2024-04-17 17:54:18.558--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [56, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.558--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [69, description_0]
    [junit] [EL Finer]: 2024-04-17 17:54:18.558--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:18.561--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-17 17:54:18.561--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-17 17:54:18.561--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.561--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--INSERT INTO TMP_NODE (ID, NODENAME, VERSIONCOLUMN, PARENT) VALUES (?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:18.561--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [1, null, 1, null]
    [junit] [EL Fine]: 2024-04-17 17:54:18.561--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [3, null, 1, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.561--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [2, null, 1, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:18.561--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:18.561--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-17 17:54:18.561--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.561--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-17 17:54:18.561--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [0, 0, 76]
    [junit] [EL Fine]: 2024-04-17 17:54:18.561--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [0, 0, 58]
    [junit] [EL Fine]: 2024-04-17 17:54:18.561--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [0, 0, 48]
    [junit] [EL Fine]: 2024-04-17 17:54:18.561--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [0, 0, 67]
    [junit] [EL Fine]: 2024-04-17 17:54:18.561--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [0, 0, 50]
    [junit] [EL Fine]: 2024-04-17 17:54:18.561--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [0, 0, 61]
    [junit] [EL Fine]: 2024-04-17 17:54:18.561--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [0, 0, 65]
    [junit] [EL Fine]: 2024-04-17 17:54:18.561--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [0, 0, 71]
    [junit] [EL Fine]: 2024-04-17 17:54:18.561--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [0, 0, 54]
    [junit] [EL Fine]: 2024-04-17 17:54:18.561--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [0, 0, 63]
    [junit] [EL Fine]: 2024-04-17 17:54:18.561--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [0, 0, 74]
    [junit] [EL Fine]: 2024-04-17 17:54:18.561--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [0, 0, 46]
    [junit] [EL Fine]: 2024-04-17 17:54:18.562--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [0, 0, 70]
    [junit] [EL Fine]: 2024-04-17 17:54:18.562--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [0, 0, 49]
    [junit] [EL Fine]: 2024-04-17 17:54:18.562--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [0, 0, 66]
    [junit] [EL Fine]: 2024-04-17 17:54:18.562--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [0, 0, 73]
    [junit] [EL Fine]: 2024-04-17 17:54:18.562--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [0, 0, 72]
    [junit] [EL Fine]: 2024-04-17 17:54:18.562--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [0, 0, 51]
    [junit] [EL Fine]: 2024-04-17 17:54:18.562--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [0, 0, 62]
    [junit] [EL Fine]: 2024-04-17 17:54:18.562--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [0, 0, 60]
    [junit] [EL Fine]: 2024-04-17 17:54:18.562--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [0, 0, 52]
    [junit] [EL Fine]: 2024-04-17 17:54:18.562--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [0, 0, 57]
    [junit] [EL Fine]: 2024-04-17 17:54:18.562--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [0, 0, 47]
    [junit] [EL Fine]: 2024-04-17 17:54:18.562--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [0, 0, 75]
    [junit] [EL Fine]: 2024-04-17 17:54:18.562--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [0, 0, 55]
    [junit] [EL Fine]: 2024-04-17 17:54:18.562--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [0, 0, 59]
    [junit] [EL Fine]: 2024-04-17 17:54:18.562--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [0, 0, 53]
    [junit] [EL Fine]: 2024-04-17 17:54:18.562--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [0, 0, 64]
    [junit] [EL Fine]: 2024-04-17 17:54:18.562--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [0, 0, 68]
    [junit] [EL Fine]: 2024-04-17 17:54:18.562--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [0, 0, 56]
    [junit] [EL Fine]: 2024-04-17 17:54:18.562--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [0, 0, 69]
    [junit] [EL Finer]: 2024-04-17 17:54:18.562--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:18.564--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-17 17:54:18.564--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-17 17:54:18.564--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-17 17:54:18.564--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-17 17:54:18.565--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-17 17:54:18.565--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-17 17:54:18.565--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-17 17:54:18.565--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-17 17:54:18.565--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-17 17:54:18.565--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-17 17:54:18.565--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-17 17:54:18.565--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-17 17:54:18.565--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-17 17:54:18.565--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-17 17:54:18.565--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-17 17:54:18.565--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-17 17:54:18.565--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-17 17:54:18.565--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-17 17:54:18.565--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-17 17:54:18.565--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-17 17:54:18.565--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-17 17:54:18.565--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-17 17:54:18.565--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-17 17:54:18.565--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-17 17:54:18.565--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-17 17:54:18.565--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-17 17:54:18.565--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-17 17:54:18.565--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-17 17:54:18.565--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-17 17:54:18.565--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-17 17:54:18.565--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-17 17:54:18.565--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.565--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:18.565--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [145, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.565--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [146, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.565--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [147, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.565--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [148, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.565--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [123, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:18.565--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [142, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:18.565--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [143, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:18.565--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [144, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:18.565--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [140, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:18.565--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [141, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:18.565--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [132, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:18.565--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [133, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:18.565--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [134, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:18.565--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [126, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:18.565--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [127, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:18.565--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [128, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:18.565--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [130, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:18.565--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [131, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:18.565--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [139, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:18.565--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [149, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.565--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [150, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.565--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [151, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.565--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [152, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.565--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [153, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.565--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [129, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:18.565--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [135, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.565--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [136, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.565--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [137, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.566--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [138, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.566--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [124, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:18.566--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [125, 12]
    [junit] [EL Finer]: 2024-04-17 17:54:18.566--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:18.569--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-17 17:54:18.569--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-17 17:54:18.569--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-17 17:54:18.569--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-17 17:54:18.569--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-17 17:54:18.569--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-17 17:54:18.569--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-17 17:54:18.569--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-17 17:54:18.569--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-17 17:54:18.569--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-17 17:54:18.569--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-17 17:54:18.569--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-17 17:54:18.569--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-17 17:54:18.569--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-17 17:54:18.569--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-17 17:54:18.569--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-17 17:54:18.569--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-17 17:54:18.569--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-17 17:54:18.569--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-17 17:54:18.569--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-17 17:54:18.569--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-17 17:54:18.569--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-17 17:54:18.569--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-17 17:54:18.569--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-17 17:54:18.569--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-17 17:54:18.569--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-17 17:54:18.569--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-17 17:54:18.569--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-17 17:54:18.569--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-17 17:54:18.57--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-17 17:54:18.57--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.57--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:18.57--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [69, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.57--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [70, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.57--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [71, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.57--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [68, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.57--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [46, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:18.57--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [65, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:18.57--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [66, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:18.57--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [67, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:18.57--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [63, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:18.57--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [64, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:18.57--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [55, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:18.57--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [56, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:18.57--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [57, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:18.57--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [49, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:18.57--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [50, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:18.57--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [51, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:18.57--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [53, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:18.57--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [54, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:18.57--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [62, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:18.57--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [74, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.57--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [75, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.57--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [76, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.57--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [72, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.57--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [73, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.57--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [52, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:18.57--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [59, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.57--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [60, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.57--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [61, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.57--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [58, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.57--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [47, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:18.57--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--	bind => [48, 12]
    [junit] [EL Finer]: 2024-04-17 17:54:18.57--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:18.573--ClientSession(2134858343)--Connection(830077564)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:18.573--ServerSession(454071866)--Connection(1313418520)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:18.574--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:18.574--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:18.574--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:18.574--ClientSession(2134858343)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:18.574--UnitOfWork(1931117501)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:18.574--ClientSession(2134858343)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:18.575--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1039384768
    [junit] [EL Finer]: 2024-04-17 17:54:18.575--ClientSession(1039384768)--Thread(Thread[main,5,main])--acquire unit of work: 556806119
    [junit] [EL Finest]: 2024-04-17 17:54:18.575--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-17 17:54:18.575--ServerSession(454071866)--Connection(102918291)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.575--ServerSession(454071866)--Connection(102918291)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:18.575--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-17 17:54:18.576--ServerSession(454071866)--Connection(102918291)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:18.595--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 628175152
    [junit] [EL Finer]: 2024-04-17 17:54:18.595--ClientSession(628175152)--Thread(Thread[main,5,main])--acquire unit of work: 460191292
    [junit] [EL Finest]: 2024-04-17 17:54:18.595--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.595--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.595--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (154 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.595--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.595--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.595--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-17 17:54:18.595--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-17 17:54:18.595--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-17 17:54:18.595--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.595--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (155 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.595--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.595--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (156 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.596--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.596--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.596--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-17 17:54:18.596--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.596--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-17 17:54:18.596--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-17 17:54:18.596--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-17 17:54:18.596--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-17 17:54:18.596--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.596--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (157 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.596--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.596--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (158 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.596--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.596--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (159 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.596--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.596--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.596--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-17 17:54:18.596--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.596--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-17 17:54:18.596--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.596--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-17 17:54:18.596--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-17 17:54:18.596--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-17 17:54:18.596--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-17 17:54:18.596--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-17 17:54:18.596--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.596--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.596--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (160 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.596--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.596--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.596--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-17 17:54:18.596--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-17 17:54:18.596--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-17 17:54:18.596--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.596--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (161 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.596--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.596--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (162 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.596--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.596--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.596--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-17 17:54:18.597--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.597--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-17 17:54:18.597--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-17 17:54:18.597--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-17 17:54:18.597--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-17 17:54:18.597--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.597--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (163 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.597--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.597--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (164 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.597--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.597--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (165 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.597--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.597--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.597--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-17 17:54:18.597--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.597--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-17 17:54:18.597--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.597--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-17 17:54:18.597--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-17 17:54:18.597--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-17 17:54:18.597--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-17 17:54:18.597--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-17 17:54:18.652--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.652--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (166 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.652--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.652--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (167 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.652--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.652--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (168 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.652--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.653--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (169 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.653--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.653--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.653--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-17 17:54:18.653--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.653--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-17 17:54:18.653--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.653--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-17 17:54:18.653--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.653--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-17 17:54:18.653--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-17 17:54:18.653--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-17 17:54:18.653--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-17 17:54:18.653--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-17 17:54:18.653--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-17 17:54:18.653--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.653--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.653--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (170 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.653--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.653--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.653--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-17 17:54:18.653--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-17 17:54:18.653--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-17 17:54:18.653--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.653--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (171 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.653--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.653--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (172 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.653--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.653--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.653--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-17 17:54:18.653--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.653--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-17 17:54:18.653--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-17 17:54:18.654--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-17 17:54:18.654--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-17 17:54:18.654--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.654--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (173 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.654--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.654--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (174 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.654--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.654--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (175 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.654--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.654--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.654--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-17 17:54:18.654--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.654--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-17 17:54:18.654--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.654--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-17 17:54:18.654--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-17 17:54:18.654--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-17 17:54:18.654--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-17 17:54:18.654--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-17 17:54:18.654--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.654--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (176 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.654--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.654--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (177 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.654--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.654--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (178 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.654--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.654--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (179 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.654--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.654--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.654--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-17 17:54:18.654--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.654--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-17 17:54:18.654--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.654--ServerSession(454071866)--Connection(860771331)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:18.654--ClientSession(628175152)--Connection(860771331)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:18.654--ClientSession(628175152)--Connection(860771331)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:18.655--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-17 17:54:18.655--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-17 17:54:18.655--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-17 17:54:18.655--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-17 17:54:18.655--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-17 17:54:18.656--ClientSession(628175152)--Connection(574643596)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:18.656--ServerSession(454071866)--Connection(574643596)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:18.656--ServerSession(454071866)--Connection(860771331)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:18.656--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-17 17:54:18.656--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.656--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-17 17:54:18.656--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-17 17:54:18.656--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-17 17:54:18.656--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-17 17:54:18.656--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-17 17:54:18.656--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-17 17:54:18.656--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.656--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (180 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.656--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.656--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (181 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.656--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.656--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (182 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.656--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.656--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (183 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.656--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.657--UnitOfWork(460191292)--Thread(Thread[main,5,main])--assign sequence to the object (184 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.657--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.657--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.657--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-17 17:54:18.657--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.657--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-17 17:54:18.657--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.657--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-17 17:54:18.657--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.657--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-17 17:54:18.657--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.657--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-17 17:54:18.657--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-17 17:54:18.657--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-17 17:54:18.657--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-17 17:54:18.657--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-17 17:54:18.657--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-17 17:54:18.657--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-17 17:54:18.657--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.657--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.657--UnitOfWork(460191292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:18.657--UnitOfWork(460191292)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:18.657--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-17 17:54:18.657--ServerSession(454071866)--Connection(730665263)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:18.657--ClientSession(628175152)--Connection(730665263)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:18.658--ClientSession(628175152)--Connection(730665263)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:18.658--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-17 17:54:18.658--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-17 17:54:18.658--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-17 17:54:18.658--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.658--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:18.658--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [3, dep_3, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.658--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [1, dep_1, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.658--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [2, dep_2, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:18.658--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:18.658--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-17 17:54:18.658--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-17 17:54:18.658--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-17 17:54:18.659--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-17 17:54:18.659--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-17 17:54:18.659--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-17 17:54:18.659--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-17 17:54:18.659--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-17 17:54:18.659--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-17 17:54:18.659--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-17 17:54:18.659--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-17 17:54:18.659--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(158:null:description_158)
    [junit] [EL Finer]: 2024-04-17 17:54:18.659--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.659--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-17 17:54:18.659--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-17 17:54:18.659--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-17 17:54:18.659--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-17 17:54:18.659--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-17 17:54:18.659--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-17 17:54:18.659--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-17 17:54:18.659--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-17 17:54:18.659--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-17 17:54:18.659--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-17 17:54:18.659--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-17 17:54:18.659--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-17 17:54:18.659--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-17 17:54:18.659--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:18.661--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(169:null:description_169)
    [junit] [EL Finest]: 2024-04-17 17:54:18.661--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(160:null:description_160)
    [junit] [EL Finest]: 2024-04-17 17:54:18.661--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(177:null:description_177)
    [junit] [EL Finest]: 2024-04-17 17:54:18.661--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(173:null:description_173)
    [junit] [EL Finest]: 2024-04-17 17:54:18.661--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(161:null:description_161)
    [junit] [EL Finest]: 2024-04-17 17:54:18.661--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(174:null:description_174)
    [junit] [EL Finest]: 2024-04-17 17:54:18.661--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(171:null:description_171)
    [junit] [EL Finest]: 2024-04-17 17:54:18.661--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(164:null:description_164)
    [junit] [EL Finest]: 2024-04-17 17:54:18.661--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(182:null:description_182)
    [junit] [EL Finest]: 2024-04-17 17:54:18.661--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(176:null:description_176)
    [junit] [EL Finest]: 2024-04-17 17:54:18.661--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(172:null:description_172)
    [junit] [EL Finest]: 2024-04-17 17:54:18.661--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(170:null:description_170)
    [junit] [EL Finest]: 2024-04-17 17:54:18.661--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(167:null:description_167)
    [junit] [EL Finest]: 2024-04-17 17:54:18.661--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(154:null:description_154)
    [junit] [EL Finest]: 2024-04-17 17:54:18.661--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(166:null:description_166)
    [junit] [EL Finest]: 2024-04-17 17:54:18.661--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(163:null:description_163)
    [junit] [EL Finest]: 2024-04-17 17:54:18.661--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(157:null:description_157)
    [junit] [EL Finest]: 2024-04-17 17:54:18.661--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(180:null:description_180)
    [junit] [EL Finest]: 2024-04-17 17:54:18.661--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(156:null:description_156)
    [junit] [EL Finest]: 2024-04-17 17:54:18.661--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(162:null:description_162)
    [junit] [EL Finest]: 2024-04-17 17:54:18.661--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(179:null:description_179)
    [junit] [EL Finest]: 2024-04-17 17:54:18.661--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(184:null:description_184)
    [junit] [EL Finest]: 2024-04-17 17:54:18.661--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(178:null:description_178)
    [junit] [EL Finest]: 2024-04-17 17:54:18.661--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(165:null:description_165)
    [junit] [EL Finest]: 2024-04-17 17:54:18.661--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(159:null:description_159)
    [junit] [EL Finest]: 2024-04-17 17:54:18.661--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(155:null:description_155)
    [junit] [EL Finest]: 2024-04-17 17:54:18.661--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(183:null:description_183)
    [junit] [EL Finest]: 2024-04-17 17:54:18.661--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(181:null:description_181)
    [junit] [EL Finest]: 2024-04-17 17:54:18.661--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(175:null:description_175)
    [junit] [EL Finest]: 2024-04-17 17:54:18.661--UnitOfWork(460191292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(168:null:description_168)
    [junit] [EL Finest]: 2024-04-17 17:54:18.661--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-17 17:54:18.661--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.661--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:18.662--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [158, null, description_158]
    [junit] [EL Fine]: 2024-04-17 17:54:18.662--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [169, null, description_169]
    [junit] [EL Fine]: 2024-04-17 17:54:18.662--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [160, null, description_160]
    [junit] [EL Fine]: 2024-04-17 17:54:18.662--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [177, null, description_177]
    [junit] [EL Fine]: 2024-04-17 17:54:18.662--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [173, null, description_173]
    [junit] [EL Fine]: 2024-04-17 17:54:18.662--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [161, null, description_161]
    [junit] [EL Fine]: 2024-04-17 17:54:18.662--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [174, null, description_174]
    [junit] [EL Fine]: 2024-04-17 17:54:18.662--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [171, null, description_171]
    [junit] [EL Fine]: 2024-04-17 17:54:18.662--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [164, null, description_164]
    [junit] [EL Fine]: 2024-04-17 17:54:18.662--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [182, null, description_182]
    [junit] [EL Fine]: 2024-04-17 17:54:18.662--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [176, null, description_176]
    [junit] [EL Fine]: 2024-04-17 17:54:18.662--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [172, null, description_172]
    [junit] [EL Fine]: 2024-04-17 17:54:18.662--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [170, null, description_170]
    [junit] [EL Fine]: 2024-04-17 17:54:18.662--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [167, null, description_167]
    [junit] [EL Fine]: 2024-04-17 17:54:18.662--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [154, null, description_154]
    [junit] [EL Fine]: 2024-04-17 17:54:18.662--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [166, null, description_166]
    [junit] [EL Fine]: 2024-04-17 17:54:18.662--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [163, null, description_163]
    [junit] [EL Fine]: 2024-04-17 17:54:18.662--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [157, null, description_157]
    [junit] [EL Fine]: 2024-04-17 17:54:18.662--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [180, null, description_180]
    [junit] [EL Fine]: 2024-04-17 17:54:18.662--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [156, null, description_156]
    [junit] [EL Fine]: 2024-04-17 17:54:18.662--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [162, null, description_162]
    [junit] [EL Fine]: 2024-04-17 17:54:18.662--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [179, null, description_179]
    [junit] [EL Fine]: 2024-04-17 17:54:18.662--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [184, null, description_184]
    [junit] [EL Fine]: 2024-04-17 17:54:18.662--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [178, null, description_178]
    [junit] [EL Fine]: 2024-04-17 17:54:18.662--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [165, null, description_165]
    [junit] [EL Fine]: 2024-04-17 17:54:18.662--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [159, null, description_159]
    [junit] [EL Fine]: 2024-04-17 17:54:18.662--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [155, null, description_155]
    [junit] [EL Fine]: 2024-04-17 17:54:18.662--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [183, null, description_183]
    [junit] [EL Fine]: 2024-04-17 17:54:18.662--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [181, null, description_181]
    [junit] [EL Fine]: 2024-04-17 17:54:18.662--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [175, null, description_175]
    [junit] [EL Fine]: 2024-04-17 17:54:18.662--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [168, null, description_168]
    [junit] [EL Finer]: 2024-04-17 17:54:18.662--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:18.665--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-17 17:54:18.665--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-17 17:54:18.665--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-17 17:54:18.665--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-17 17:54:18.665--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-17 17:54:18.665--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-17 17:54:18.665--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-17 17:54:18.665--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-17 17:54:18.665--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-17 17:54:18.665--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-17 17:54:18.665--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-17 17:54:18.665--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-17 17:54:18.665--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-17 17:54:18.665--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-17 17:54:18.665--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-17 17:54:18.665--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-17 17:54:18.665--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-17 17:54:18.665--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-17 17:54:18.665--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-17 17:54:18.665--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-17 17:54:18.665--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-17 17:54:18.665--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-17 17:54:18.666--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-17 17:54:18.666--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-17 17:54:18.666--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-17 17:54:18.666--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-17 17:54:18.666--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-17 17:54:18.666--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-17 17:54:18.666--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-17 17:54:18.666--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-17 17:54:18.666--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-17 17:54:18.666--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.666--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:18.666--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [94, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.666--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [84, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.666--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [98, description_2]
    [junit] [EL Fine]: 2024-04-17 17:54:18.666--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [77, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.666--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [87, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.666--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [81, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.666--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [96, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.666--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [83, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.666--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [85, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.666--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [86, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.666--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [92, description_2]
    [junit] [EL Fine]: 2024-04-17 17:54:18.666--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [90, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.666--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [88, description_2]
    [junit] [EL Fine]: 2024-04-17 17:54:18.666--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [82, description_2]
    [junit] [EL Fine]: 2024-04-17 17:54:18.666--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [91, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.666--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [80, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.666--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [97, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.666--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [100, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.666--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [101, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.666--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [95, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.666--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [106, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.666--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [107, description_2]
    [junit] [EL Fine]: 2024-04-17 17:54:18.666--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [93, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.666--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [105, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.666--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [79, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.666--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [102, description_2]
    [junit] [EL Fine]: 2024-04-17 17:54:18.666--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [103, description_3]
    [junit] [EL Fine]: 2024-04-17 17:54:18.666--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [89, description_3]
    [junit] [EL Fine]: 2024-04-17 17:54:18.666--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [104, description_4]
    [junit] [EL Fine]: 2024-04-17 17:54:18.666--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [78, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.666--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [99, description_3]
    [junit] [EL Finer]: 2024-04-17 17:54:18.666--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:18.669--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-17 17:54:18.669--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-17 17:54:18.669--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.669--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--INSERT INTO TMP_NODE (ID, NODENAME, VERSIONCOLUMN, PARENT) VALUES (?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:18.669--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [1, null, 1, null]
    [junit] [EL Fine]: 2024-04-17 17:54:18.669--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [2, null, 1, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.669--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [3, null, 1, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:18.669--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:18.67--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-17 17:54:18.67--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.67--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-17 17:54:18.67--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [0, 0, 94]
    [junit] [EL Fine]: 2024-04-17 17:54:18.67--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [0, 0, 84]
    [junit] [EL Fine]: 2024-04-17 17:54:18.67--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [0, 0, 98]
    [junit] [EL Fine]: 2024-04-17 17:54:18.67--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [0, 0, 77]
    [junit] [EL Fine]: 2024-04-17 17:54:18.67--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [0, 0, 87]
    [junit] [EL Fine]: 2024-04-17 17:54:18.67--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [0, 0, 81]
    [junit] [EL Fine]: 2024-04-17 17:54:18.67--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [0, 0, 96]
    [junit] [EL Fine]: 2024-04-17 17:54:18.67--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [0, 0, 83]
    [junit] [EL Fine]: 2024-04-17 17:54:18.67--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [0, 0, 85]
    [junit] [EL Fine]: 2024-04-17 17:54:18.67--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [0, 0, 86]
    [junit] [EL Fine]: 2024-04-17 17:54:18.67--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [0, 0, 92]
    [junit] [EL Fine]: 2024-04-17 17:54:18.67--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [0, 0, 90]
    [junit] [EL Fine]: 2024-04-17 17:54:18.67--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [0, 0, 88]
    [junit] [EL Fine]: 2024-04-17 17:54:18.67--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [0, 0, 82]
    [junit] [EL Fine]: 2024-04-17 17:54:18.67--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [0, 0, 91]
    [junit] [EL Fine]: 2024-04-17 17:54:18.67--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [0, 0, 80]
    [junit] [EL Fine]: 2024-04-17 17:54:18.67--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [0, 0, 97]
    [junit] [EL Fine]: 2024-04-17 17:54:18.67--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [0, 0, 100]
    [junit] [EL Fine]: 2024-04-17 17:54:18.67--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [0, 0, 101]
    [junit] [EL Fine]: 2024-04-17 17:54:18.67--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [0, 0, 95]
    [junit] [EL Fine]: 2024-04-17 17:54:18.67--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [0, 0, 106]
    [junit] [EL Fine]: 2024-04-17 17:54:18.67--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [0, 0, 107]
    [junit] [EL Fine]: 2024-04-17 17:54:18.67--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [0, 0, 93]
    [junit] [EL Fine]: 2024-04-17 17:54:18.67--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [0, 0, 105]
    [junit] [EL Fine]: 2024-04-17 17:54:18.67--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [0, 0, 79]
    [junit] [EL Fine]: 2024-04-17 17:54:18.67--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [0, 0, 102]
    [junit] [EL Fine]: 2024-04-17 17:54:18.67--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [0, 0, 103]
    [junit] [EL Fine]: 2024-04-17 17:54:18.67--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [0, 0, 89]
    [junit] [EL Fine]: 2024-04-17 17:54:18.67--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [0, 0, 104]
    [junit] [EL Fine]: 2024-04-17 17:54:18.67--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [0, 0, 78]
    [junit] [EL Fine]: 2024-04-17 17:54:18.67--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [0, 0, 99]
    [junit] [EL Finer]: 2024-04-17 17:54:18.67--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:18.673--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-17 17:54:18.673--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-17 17:54:18.673--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-17 17:54:18.673--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-17 17:54:18.673--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-17 17:54:18.673--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-17 17:54:18.673--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-17 17:54:18.673--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-17 17:54:18.673--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-17 17:54:18.673--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-17 17:54:18.673--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-17 17:54:18.673--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-17 17:54:18.673--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-17 17:54:18.673--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-17 17:54:18.673--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-17 17:54:18.673--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-17 17:54:18.673--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-17 17:54:18.673--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-17 17:54:18.673--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-17 17:54:18.673--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-17 17:54:18.673--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-17 17:54:18.673--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-17 17:54:18.673--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-17 17:54:18.673--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-17 17:54:18.673--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-17 17:54:18.673--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-17 17:54:18.673--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-17 17:54:18.673--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-17 17:54:18.673--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-17 17:54:18.673--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-17 17:54:18.673--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-17 17:54:18.673--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.673--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:18.673--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [160, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:18.673--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [176, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.673--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [177, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.673--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [178, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.673--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [179, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.673--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [161, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:18.673--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [162, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:18.673--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [170, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:18.673--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [166, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.673--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [167, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.673--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [168, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.673--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [169, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.673--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [173, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:18.673--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [174, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:18.673--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [175, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:18.674--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [171, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:18.674--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [172, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:18.674--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [180, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.674--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [181, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.674--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [182, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.674--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [183, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.674--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [184, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.674--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [155, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:18.674--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [156, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:18.674--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [163, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:18.674--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [164, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:18.674--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [165, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:18.674--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [157, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:18.674--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [158, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:18.674--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [159, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:18.674--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [154, 11]
    [junit] [EL Finer]: 2024-04-17 17:54:18.674--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:18.677--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-17 17:54:18.677--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-17 17:54:18.677--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-17 17:54:18.677--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-17 17:54:18.677--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-17 17:54:18.677--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-17 17:54:18.677--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-17 17:54:18.677--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-17 17:54:18.677--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-17 17:54:18.677--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-17 17:54:18.677--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-17 17:54:18.677--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-17 17:54:18.677--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-17 17:54:18.677--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-17 17:54:18.677--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-17 17:54:18.677--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-17 17:54:18.677--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-17 17:54:18.677--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-17 17:54:18.677--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-17 17:54:18.677--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-17 17:54:18.677--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-17 17:54:18.677--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-17 17:54:18.677--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-17 17:54:18.677--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-17 17:54:18.677--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-17 17:54:18.677--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-17 17:54:18.677--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-17 17:54:18.677--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-17 17:54:18.677--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-17 17:54:18.678--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-17 17:54:18.678--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.678--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:18.678--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [83, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:18.678--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [100, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.678--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [101, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.678--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [102, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.678--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [99, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.678--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [84, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:18.678--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [85, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:18.678--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [93, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:18.678--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [90, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.678--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [91, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.678--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [92, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.678--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [89, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.678--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [96, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:18.678--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [97, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:18.678--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [98, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:18.678--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [94, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:18.678--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [95, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:18.678--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [105, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.678--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [106, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.678--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [107, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.678--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [103, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.678--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [104, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.678--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [78, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:18.678--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [79, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:18.678--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [86, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:18.678--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [87, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:18.678--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [88, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:18.678--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [80, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:18.678--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [81, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:18.678--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [82, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:18.678--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--	bind => [77, 11]
    [junit] [EL Finer]: 2024-04-17 17:54:18.678--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:18.681--ClientSession(628175152)--Connection(537648036)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:18.681--ServerSession(454071866)--Connection(730665263)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:18.682--UnitOfWork(460191292)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:18.682--UnitOfWork(460191292)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:18.682--UnitOfWork(460191292)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:18.682--ClientSession(628175152)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:18.682--UnitOfWork(460191292)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:18.682--ClientSession(628175152)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:18.683--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1671041425
    [junit] [EL Finer]: 2024-04-17 17:54:18.683--ClientSession(1671041425)--Thread(Thread[main,5,main])--acquire unit of work: 2098269741
    [junit] [EL Finest]: 2024-04-17 17:54:18.683--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-17 17:54:18.683--ServerSession(454071866)--Connection(775524797)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.683--ServerSession(454071866)--Connection(775524797)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:18.683--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-17 17:54:18.684--ServerSession(454071866)--Connection(775524797)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.684--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-17 17:54:18.684--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-17 17:54:18.685--ServerSession(454071866)--Connection(46222975)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.685--ServerSession(454071866)--Connection(46222975)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:18.685--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-17 17:54:18.685--ServerSession(454071866)--Connection(46222975)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.685--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-17 17:54:18.685--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-17 17:54:18.685--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-17 17:54:18.685--ServerSession(454071866)--Connection(1094922724)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.685--ServerSession(454071866)--Connection(1094922724)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:18.686--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-17 17:54:18.686--ServerSession(454071866)--Connection(1094922724)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.689--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-17 17:54:18.69--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-17 17:54:18.69--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-17 17:54:18.69--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-17 17:54:18.69--ServerSession(454071866)--Connection(1086376443)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.69--ServerSession(454071866)--Connection(1086376443)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:18.69--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-17 17:54:18.691--ServerSession(454071866)--Connection(1086376443)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.691--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-17 17:54:18.691--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-17 17:54:18.691--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-17 17:54:18.691--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-17 17:54:18.691--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-17 17:54:18.691--ServerSession(454071866)--Connection(1283220866)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.691--ServerSession(454071866)--Connection(1283220866)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:18.691--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-17 17:54:18.692--ServerSession(454071866)--Connection(1283220866)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.692--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-17 17:54:18.692--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-17 17:54:18.692--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-17 17:54:18.692--ServerSession(454071866)--Connection(1910930902)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.692--ServerSession(454071866)--Connection(1910930902)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:18.692--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-17 17:54:18.693--ServerSession(454071866)--Connection(1910930902)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.693--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-17 17:54:18.693--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-17 17:54:18.693--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-17 17:54:18.693--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-17 17:54:18.693--ServerSession(454071866)--Connection(1863920548)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.693--ServerSession(454071866)--Connection(1863920548)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:18.693--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-17 17:54:18.693--ServerSession(454071866)--Connection(1863920548)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.693--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-17 17:54:18.693--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-17 17:54:18.694--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-17 17:54:18.694--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-17 17:54:18.694--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-17 17:54:18.694--ServerSession(454071866)--Connection(1952232362)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.694--ServerSession(454071866)--Connection(1952232362)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:18.694--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-17 17:54:18.761--ServerSession(454071866)--Connection(1952232362)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.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-17 17:54:18.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-17 17:54:18.761--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-17 17:54:18.762--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-17 17:54:18.762--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-17 17:54:18.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-17 17:54:18.762--ServerSession(454071866)--Connection(1994476807)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.762--ServerSession(454071866)--Connection(1994476807)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:18.762--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-17 17:54:18.762--ServerSession(454071866)--Connection(1994476807)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.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-17 17:54:18.762--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-17 17:54:18.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-17 17:54:18.762--ServerSession(454071866)--Connection(255943128)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.763--ServerSession(454071866)--Connection(255943128)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:18.763--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-17 17:54:18.763--ServerSession(454071866)--Connection(255943128)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.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-17 17:54:18.763--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-17 17:54:18.763--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-17 17:54:18.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-17 17:54:18.763--ServerSession(454071866)--Connection(775601211)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.763--ServerSession(454071866)--Connection(775601211)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:18.764--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-17 17:54:18.764--ServerSession(454071866)--Connection(775601211)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.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-17 17:54:18.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-17 17:54:18.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-17 17:54:18.764--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-17 17:54:18.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-17 17:54:18.764--ServerSession(454071866)--Connection(1903993326)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.764--ServerSession(454071866)--Connection(1903993326)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:18.764--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-17 17:54:18.765--ServerSession(454071866)--Connection(1903993326)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.765--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-17 17:54:18.765--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-17 17:54:18.765--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-17 17:54:18.765--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-17 17:54:18.765--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-17 17:54:18.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-17 17:54:18.765--ServerSession(454071866)--Connection(1608657155)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.765--ServerSession(454071866)--Connection(1608657155)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:18.765--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-17 17:54:18.766--ServerSession(454071866)--Connection(1608657155)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.766--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-17 17:54:18.766--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-17 17:54:18.766--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-17 17:54:18.766--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-17 17:54:18.766--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-17 17:54:18.766--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-17 17:54:18.766--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-17 17:54:18.766--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-17 17:54:18.766--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-17 17:54:18.766--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-17 17:54:18.766--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-17 17:54:18.766--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-17 17:54:18.766--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-17 17:54:18.766--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-17 17:54:18.766--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-17 17:54:18.766--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-17 17:54:18.767--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-17 17:54:18.767--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-17 17:54:18.767--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-17 17:54:18.767--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-17 17:54:18.767--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-17 17:54:18.767--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-17 17:54:18.767--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-17 17:54:18.767--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-17 17:54:18.767--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-17 17:54:18.767--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-17 17:54:18.767--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-17 17:54:18.767--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-17 17:54:18.767--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-17 17:54:18.767--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-17 17:54:18.767--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-17 17:54:18.767--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-17 17:54:18.767--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-17 17:54:18.767--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-17 17:54:18.767--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-17 17:54:18.767--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-17 17:54:18.787--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1237934148
    [junit] [EL Finer]: 2024-04-17 17:54:18.788--ClientSession(1237934148)--Thread(Thread[main,5,main])--acquire unit of work: 1953587149
    [junit] [EL Finest]: 2024-04-17 17:54:18.788--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.788--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.788--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (185 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.788--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.788--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.788--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-17 17:54:18.788--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-17 17:54:18.788--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-17 17:54:18.788--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.788--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (186 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.788--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.788--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (187 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.788--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.788--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.788--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-17 17:54:18.788--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.788--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-17 17:54:18.788--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-17 17:54:18.788--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-17 17:54:18.788--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-17 17:54:18.788--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.788--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (188 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.789--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.789--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (189 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.789--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.789--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (190 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.789--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.789--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.789--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-17 17:54:18.789--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.789--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-17 17:54:18.789--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.789--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-17 17:54:18.789--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-17 17:54:18.789--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-17 17:54:18.789--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-17 17:54:18.789--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-17 17:54:18.789--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.789--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.789--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (191 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.789--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.789--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.789--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-17 17:54:18.789--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-17 17:54:18.789--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-17 17:54:18.789--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.789--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (192 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.789--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.789--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (193 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.789--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.789--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.789--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-17 17:54:18.789--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.789--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-17 17:54:18.789--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-17 17:54:18.789--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-17 17:54:18.789--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-17 17:54:18.789--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.789--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (194 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.789--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.79--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (195 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.79--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.79--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (196 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.79--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.79--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.79--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-17 17:54:18.79--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.79--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-17 17:54:18.79--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.79--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-17 17:54:18.79--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-17 17:54:18.79--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-17 17:54:18.79--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-17 17:54:18.79--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-17 17:54:18.79--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.79--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (197 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.79--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.79--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (198 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.79--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.79--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (199 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.79--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.79--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (200 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.79--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.79--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.79--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-17 17:54:18.79--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.79--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-17 17:54:18.79--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.79--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-17 17:54:18.79--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.79--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-17 17:54:18.79--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-17 17:54:18.79--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-17 17:54:18.79--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-17 17:54:18.79--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-17 17:54:18.79--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-17 17:54:18.79--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.791--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.791--ServerSession(454071866)--Connection(855103875)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:18.791--ClientSession(1237934148)--Connection(855103875)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:18.791--ClientSession(1237934148)--Connection(855103875)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:18.791--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-17 17:54:18.791--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-17 17:54:18.791--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-17 17:54:18.791--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-17 17:54:18.792--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-17 17:54:18.792--ClientSession(1237934148)--Connection(927277184)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:18.792--ServerSession(454071866)--Connection(927277184)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:18.792--ServerSession(454071866)--Connection(855103875)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:18.792--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (201 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.792--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.792--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.792--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-17 17:54:18.792--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-17 17:54:18.792--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-17 17:54:18.792--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.792--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (202 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.792--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.792--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (203 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.792--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.792--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.792--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-17 17:54:18.792--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.792--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-17 17:54:18.792--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-17 17:54:18.793--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-17 17:54:18.793--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-17 17:54:18.793--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.793--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (204 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.793--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.793--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (205 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.793--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.793--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (206 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.793--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.793--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.793--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-17 17:54:18.793--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.793--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-17 17:54:18.793--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.793--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-17 17:54:18.793--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-17 17:54:18.793--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-17 17:54:18.793--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-17 17:54:18.793--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-17 17:54:18.793--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.793--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (207 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.793--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.793--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (208 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.793--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.793--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (209 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.793--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.793--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (210 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.793--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.793--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.793--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-17 17:54:18.793--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.793--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-17 17:54:18.793--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.793--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-17 17:54:18.793--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.793--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-17 17:54:18.793--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-17 17:54:18.793--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-17 17:54:18.793--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-17 17:54:18.793--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-17 17:54:18.794--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-17 17:54:18.794--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.794--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (211 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.794--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.794--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (212 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.794--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.794--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (213 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.794--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.794--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (214 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.794--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.794--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--assign sequence to the object (215 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.794--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.794--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.794--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-17 17:54:18.794--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.794--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-17 17:54:18.794--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.794--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-17 17:54:18.794--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.794--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-17 17:54:18.794--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.794--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-17 17:54:18.794--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-17 17:54:18.794--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-17 17:54:18.794--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-17 17:54:18.794--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-17 17:54:18.794--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-17 17:54:18.794--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-17 17:54:18.794--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.794--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.794--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:18.794--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:18.795--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-17 17:54:18.795--ServerSession(454071866)--Connection(1483691730)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:18.795--ClientSession(1237934148)--Connection(1483691730)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:18.795--ClientSession(1237934148)--Connection(1483691730)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:18.795--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-17 17:54:18.795--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-17 17:54:18.795--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-17 17:54:18.795--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.795--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:18.795--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [3, dep_3, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.795--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [2, dep_2, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.795--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [1, dep_1, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:18.795--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:18.796--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-17 17:54:18.796--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-17 17:54:18.796--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-17 17:54:18.796--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-17 17:54:18.796--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-17 17:54:18.796--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-17 17:54:18.796--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-17 17:54:18.796--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-17 17:54:18.796--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-17 17:54:18.796--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-17 17:54:18.796--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-17 17:54:18.796--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(207:null:description_207)
    [junit] [EL Finer]: 2024-04-17 17:54:18.796--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.796--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-17 17:54:18.796--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-17 17:54:18.796--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-17 17:54:18.796--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-17 17:54:18.796--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-17 17:54:18.796--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-17 17:54:18.796--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-17 17:54:18.796--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-17 17:54:18.796--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-17 17:54:18.796--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-17 17:54:18.797--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-17 17:54:18.797--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-17 17:54:18.797--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-17 17:54:18.797--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:18.799--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(201:null:description_201)
    [junit] [EL Finest]: 2024-04-17 17:54:18.799--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(189:null:description_189)
    [junit] [EL Finest]: 2024-04-17 17:54:18.799--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(198:null:description_198)
    [junit] [EL Finest]: 2024-04-17 17:54:18.799--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(196:null:description_196)
    [junit] [EL Finest]: 2024-04-17 17:54:18.799--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(203:null:description_203)
    [junit] [EL Finest]: 2024-04-17 17:54:18.799--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(202:null:description_202)
    [junit] [EL Finest]: 2024-04-17 17:54:18.799--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(186:null:description_186)
    [junit] [EL Finest]: 2024-04-17 17:54:18.799--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(194:null:description_194)
    [junit] [EL Finest]: 2024-04-17 17:54:18.799--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(211:null:description_211)
    [junit] [EL Finest]: 2024-04-17 17:54:18.799--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(209:null:description_209)
    [junit] [EL Finest]: 2024-04-17 17:54:18.799--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(200:null:description_200)
    [junit] [EL Finest]: 2024-04-17 17:54:18.799--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(212:null:description_212)
    [junit] [EL Finest]: 2024-04-17 17:54:18.799--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(190:null:description_190)
    [junit] [EL Finest]: 2024-04-17 17:54:18.799--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(188:null:description_188)
    [junit] [EL Finest]: 2024-04-17 17:54:18.799--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(199:null:description_199)
    [junit] [EL Finest]: 2024-04-17 17:54:18.799--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(193:null:description_193)
    [junit] [EL Finest]: 2024-04-17 17:54:18.799--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(195:null:description_195)
    [junit] [EL Finest]: 2024-04-17 17:54:18.799--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(204:null:description_204)
    [junit] [EL Finest]: 2024-04-17 17:54:18.799--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(191:null:description_191)
    [junit] [EL Finest]: 2024-04-17 17:54:18.799--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(213:null:description_213)
    [junit] [EL Finest]: 2024-04-17 17:54:18.799--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(206:null:description_206)
    [junit] [EL Finest]: 2024-04-17 17:54:18.799--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(185:null:description_185)
    [junit] [EL Finest]: 2024-04-17 17:54:18.799--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(215:null:description_215)
    [junit] [EL Finest]: 2024-04-17 17:54:18.799--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(210:null:description_210)
    [junit] [EL Finest]: 2024-04-17 17:54:18.799--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(197:null:description_197)
    [junit] [EL Finest]: 2024-04-17 17:54:18.799--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(205:null:description_205)
    [junit] [EL Finest]: 2024-04-17 17:54:18.799--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(192:null:description_192)
    [junit] [EL Finest]: 2024-04-17 17:54:18.799--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(214:null:description_214)
    [junit] [EL Finest]: 2024-04-17 17:54:18.799--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(208:null:description_208)
    [junit] [EL Finest]: 2024-04-17 17:54:18.799--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(187:null:description_187)
    [junit] [EL Finest]: 2024-04-17 17:54:18.799--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-17 17:54:18.799--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.799--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:18.799--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [207, null, description_207]
    [junit] [EL Fine]: 2024-04-17 17:54:18.799--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [201, null, description_201]
    [junit] [EL Fine]: 2024-04-17 17:54:18.799--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [189, null, description_189]
    [junit] [EL Fine]: 2024-04-17 17:54:18.799--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [198, null, description_198]
    [junit] [EL Fine]: 2024-04-17 17:54:18.799--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [196, null, description_196]
    [junit] [EL Fine]: 2024-04-17 17:54:18.799--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [203, null, description_203]
    [junit] [EL Fine]: 2024-04-17 17:54:18.799--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [202, null, description_202]
    [junit] [EL Fine]: 2024-04-17 17:54:18.799--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [186, null, description_186]
    [junit] [EL Fine]: 2024-04-17 17:54:18.799--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [194, null, description_194]
    [junit] [EL Fine]: 2024-04-17 17:54:18.799--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [211, null, description_211]
    [junit] [EL Fine]: 2024-04-17 17:54:18.799--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [209, null, description_209]
    [junit] [EL Fine]: 2024-04-17 17:54:18.799--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [200, null, description_200]
    [junit] [EL Fine]: 2024-04-17 17:54:18.8--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [212, null, description_212]
    [junit] [EL Fine]: 2024-04-17 17:54:18.8--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [190, null, description_190]
    [junit] [EL Fine]: 2024-04-17 17:54:18.8--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [188, null, description_188]
    [junit] [EL Fine]: 2024-04-17 17:54:18.8--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [199, null, description_199]
    [junit] [EL Fine]: 2024-04-17 17:54:18.8--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [193, null, description_193]
    [junit] [EL Fine]: 2024-04-17 17:54:18.8--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [195, null, description_195]
    [junit] [EL Fine]: 2024-04-17 17:54:18.8--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [204, null, description_204]
    [junit] [EL Fine]: 2024-04-17 17:54:18.8--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [191, null, description_191]
    [junit] [EL Fine]: 2024-04-17 17:54:18.8--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [213, null, description_213]
    [junit] [EL Fine]: 2024-04-17 17:54:18.8--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [206, null, description_206]
    [junit] [EL Fine]: 2024-04-17 17:54:18.8--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [185, null, description_185]
    [junit] [EL Fine]: 2024-04-17 17:54:18.8--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [215, null, description_215]
    [junit] [EL Fine]: 2024-04-17 17:54:18.8--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [210, null, description_210]
    [junit] [EL Fine]: 2024-04-17 17:54:18.8--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [197, null, description_197]
    [junit] [EL Fine]: 2024-04-17 17:54:18.8--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [205, null, description_205]
    [junit] [EL Fine]: 2024-04-17 17:54:18.8--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [192, null, description_192]
    [junit] [EL Fine]: 2024-04-17 17:54:18.8--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [214, null, description_214]
    [junit] [EL Fine]: 2024-04-17 17:54:18.8--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [208, null, description_208]
    [junit] [EL Fine]: 2024-04-17 17:54:18.8--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [187, null, description_187]
    [junit] [EL Finer]: 2024-04-17 17:54:18.8--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:18.803--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-17 17:54:18.803--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-17 17:54:18.803--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-17 17:54:18.803--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-17 17:54:18.803--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-17 17:54:18.803--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-17 17:54:18.803--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-17 17:54:18.803--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-17 17:54:18.803--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-17 17:54:18.803--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-17 17:54:18.803--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-17 17:54:18.803--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-17 17:54:18.803--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-17 17:54:18.803--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-17 17:54:18.803--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-17 17:54:18.803--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-17 17:54:18.803--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-17 17:54:18.803--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-17 17:54:18.803--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-17 17:54:18.803--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-17 17:54:18.803--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-17 17:54:18.866--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-17 17:54:18.866--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-17 17:54:18.866--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-17 17:54:18.866--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-17 17:54:18.866--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-17 17:54:18.866--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-17 17:54:18.866--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-17 17:54:18.866--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-17 17:54:18.866--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-17 17:54:18.866--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-17 17:54:18.866--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.866--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:18.866--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [122, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.866--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [129, description_2]
    [junit] [EL Fine]: 2024-04-17 17:54:18.866--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [111, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.866--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [117, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.866--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [134, description_3]
    [junit] [EL Fine]: 2024-04-17 17:54:18.866--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [120, description_3]
    [junit] [EL Fine]: 2024-04-17 17:54:18.866--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [135, description_4]
    [junit] [EL Fine]: 2024-04-17 17:54:18.866--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [132, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.866--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [116, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.866--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [130, description_3]
    [junit] [EL Fine]: 2024-04-17 17:54:18.866--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [123, description_2]
    [junit] [EL Fine]: 2024-04-17 17:54:18.866--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [108, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.866--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [121, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.866--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [138, description_2]
    [junit] [EL Fine]: 2024-04-17 17:54:18.866--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [131, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.866--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [118, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.866--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [114, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.866--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [119, description_2]
    [junit] [EL Fine]: 2024-04-17 17:54:18.866--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [127, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.866--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [124, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.866--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [113, description_2]
    [junit] [EL Fine]: 2024-04-17 17:54:18.866--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [125, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.866--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [126, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.866--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [136, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.866--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [112, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.866--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [109, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.866--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [133, description_2]
    [junit] [EL Fine]: 2024-04-17 17:54:18.866--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [137, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.866--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [110, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.867--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [115, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.867--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [128, description_1]
    [junit] [EL Finer]: 2024-04-17 17:54:18.867--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:18.87--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-17 17:54:18.87--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-17 17:54:18.87--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.87--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--INSERT INTO TMP_NODE (ID, NODENAME, VERSIONCOLUMN, PARENT) VALUES (?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:18.87--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [1, null, 1, null]
    [junit] [EL Fine]: 2024-04-17 17:54:18.87--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [3, null, 1, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.87--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [2, null, 1, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:18.87--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:18.87--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-17 17:54:18.87--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.87--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-17 17:54:18.87--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [0, 0, 122]
    [junit] [EL Fine]: 2024-04-17 17:54:18.87--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [0, 0, 129]
    [junit] [EL Fine]: 2024-04-17 17:54:18.87--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [0, 0, 111]
    [junit] [EL Fine]: 2024-04-17 17:54:18.87--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [0, 0, 117]
    [junit] [EL Fine]: 2024-04-17 17:54:18.87--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [0, 0, 134]
    [junit] [EL Fine]: 2024-04-17 17:54:18.87--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [0, 0, 120]
    [junit] [EL Fine]: 2024-04-17 17:54:18.871--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [0, 0, 135]
    [junit] [EL Fine]: 2024-04-17 17:54:18.871--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [0, 0, 132]
    [junit] [EL Fine]: 2024-04-17 17:54:18.871--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [0, 0, 116]
    [junit] [EL Fine]: 2024-04-17 17:54:18.871--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [0, 0, 130]
    [junit] [EL Fine]: 2024-04-17 17:54:18.871--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [0, 0, 123]
    [junit] [EL Fine]: 2024-04-17 17:54:18.871--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [0, 0, 108]
    [junit] [EL Fine]: 2024-04-17 17:54:18.871--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [0, 0, 121]
    [junit] [EL Fine]: 2024-04-17 17:54:18.871--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [0, 0, 138]
    [junit] [EL Fine]: 2024-04-17 17:54:18.871--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [0, 0, 131]
    [junit] [EL Fine]: 2024-04-17 17:54:18.871--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [0, 0, 118]
    [junit] [EL Fine]: 2024-04-17 17:54:18.871--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [0, 0, 114]
    [junit] [EL Fine]: 2024-04-17 17:54:18.871--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [0, 0, 119]
    [junit] [EL Fine]: 2024-04-17 17:54:18.871--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [0, 0, 127]
    [junit] [EL Fine]: 2024-04-17 17:54:18.871--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [0, 0, 124]
    [junit] [EL Fine]: 2024-04-17 17:54:18.871--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [0, 0, 113]
    [junit] [EL Fine]: 2024-04-17 17:54:18.871--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [0, 0, 125]
    [junit] [EL Fine]: 2024-04-17 17:54:18.871--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [0, 0, 126]
    [junit] [EL Fine]: 2024-04-17 17:54:18.871--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [0, 0, 136]
    [junit] [EL Fine]: 2024-04-17 17:54:18.871--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [0, 0, 112]
    [junit] [EL Fine]: 2024-04-17 17:54:18.871--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [0, 0, 109]
    [junit] [EL Fine]: 2024-04-17 17:54:18.871--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [0, 0, 133]
    [junit] [EL Fine]: 2024-04-17 17:54:18.871--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [0, 0, 137]
    [junit] [EL Fine]: 2024-04-17 17:54:18.871--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [0, 0, 110]
    [junit] [EL Fine]: 2024-04-17 17:54:18.871--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [0, 0, 115]
    [junit] [EL Fine]: 2024-04-17 17:54:18.871--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [0, 0, 128]
    [junit] [EL Finer]: 2024-04-17 17:54:18.871--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:18.874--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-17 17:54:18.874--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-17 17:54:18.874--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-17 17:54:18.874--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-17 17:54:18.874--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-17 17:54:18.874--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-17 17:54:18.874--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-17 17:54:18.874--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-17 17:54:18.874--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-17 17:54:18.874--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-17 17:54:18.874--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-17 17:54:18.874--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-17 17:54:18.874--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-17 17:54:18.874--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-17 17:54:18.874--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-17 17:54:18.874--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-17 17:54:18.874--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-17 17:54:18.874--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-17 17:54:18.874--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-17 17:54:18.874--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-17 17:54:18.874--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-17 17:54:18.874--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-17 17:54:18.874--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-17 17:54:18.874--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-17 17:54:18.874--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-17 17:54:18.874--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-17 17:54:18.874--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-17 17:54:18.874--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-17 17:54:18.874--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-17 17:54:18.874--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-17 17:54:18.874--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-17 17:54:18.874--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.874--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:18.874--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [194, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:18.874--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [195, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:18.874--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [196, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:18.874--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [191, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:18.874--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [186, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:18.874--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [187, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:18.874--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [192, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:18.874--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [193, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:18.874--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [197, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.874--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [198, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.875--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [199, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.875--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [200, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.875--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [201, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:18.875--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [202, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:18.875--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [203, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:18.875--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [211, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.875--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [212, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.875--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [213, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.875--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [214, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.875--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [215, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.875--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [204, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:18.875--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [205, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:18.875--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [206, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:18.875--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [185, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:18.875--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [188, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:18.875--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [189, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:18.875--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [190, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:18.875--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [207, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.875--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [208, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.875--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [209, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.875--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [210, 34]
    [junit] [EL Finer]: 2024-04-17 17:54:18.875--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:18.878--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-17 17:54:18.878--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-17 17:54:18.878--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-17 17:54:18.878--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-17 17:54:18.878--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-17 17:54:18.878--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-17 17:54:18.878--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-17 17:54:18.878--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-17 17:54:18.878--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-17 17:54:18.879--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-17 17:54:18.879--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-17 17:54:18.879--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-17 17:54:18.879--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-17 17:54:18.879--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-17 17:54:18.879--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-17 17:54:18.879--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-17 17:54:18.879--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-17 17:54:18.879--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-17 17:54:18.879--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-17 17:54:18.879--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-17 17:54:18.879--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-17 17:54:18.879--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-17 17:54:18.879--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-17 17:54:18.879--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-17 17:54:18.879--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-17 17:54:18.879--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-17 17:54:18.879--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-17 17:54:18.879--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-17 17:54:18.879--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-17 17:54:18.879--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-17 17:54:18.879--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.879--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:18.879--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [117, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:18.879--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [118, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:18.879--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [119, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:18.879--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [114, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:18.879--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [109, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:18.879--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [110, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:18.879--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [115, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:18.879--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [116, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:18.879--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [121, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.879--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [122, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.879--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [123, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.879--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [120, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.879--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [124, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:18.879--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [125, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:18.879--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [126, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:18.879--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [136, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.879--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [137, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.879--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [138, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.879--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [134, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.879--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [135, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.879--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [127, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:18.879--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [128, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:18.879--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [129, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:18.879--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [108, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:18.879--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [111, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:18.879--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [112, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:18.879--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [113, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:18.879--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [131, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.879--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [132, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.879--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [133, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.879--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--	bind => [130, 34]
    [junit] [EL Finer]: 2024-04-17 17:54:18.879--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:18.882--ClientSession(1237934148)--Connection(703036225)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:18.883--ServerSession(454071866)--Connection(1483691730)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:18.883--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:18.883--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:18.884--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:18.884--ClientSession(1237934148)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:18.884--UnitOfWork(1953587149)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:18.884--ClientSession(1237934148)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:18.885--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1078229489
    [junit] [EL Finer]: 2024-04-17 17:54:18.885--ClientSession(1078229489)--Thread(Thread[main,5,main])--acquire unit of work: 1907684513
    [junit] [EL Finest]: 2024-04-17 17:54:18.885--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-17 17:54:18.885--ServerSession(454071866)--Connection(868128251)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.885--ServerSession(454071866)--Connection(868128251)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:18.885--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-17 17:54:18.886--ServerSession(454071866)--Connection(868128251)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.886--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-17 17:54:18.886--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-17 17:54:18.886--ServerSession(454071866)--Connection(838401155)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.886--ServerSession(454071866)--Connection(838401155)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:18.886--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-17 17:54:18.887--ServerSession(454071866)--Connection(838401155)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.887--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-17 17:54:18.887--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-17 17:54:18.887--ServerSession(454071866)--Connection(1748032986)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.887--ServerSession(454071866)--Connection(1748032986)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:18.887--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-17 17:54:18.887--ServerSession(454071866)--Connection(1748032986)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.887--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-17 17:54:18.888--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-17 17:54:18.888--ServerSession(454071866)--Connection(1328840126)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.888--ServerSession(454071866)--Connection(1328840126)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:18.888--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-17 17:54:18.888--ServerSession(454071866)--Connection(1328840126)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.888--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-17 17:54:18.888--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-17 17:54:18.888--ServerSession(454071866)--Connection(340425429)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.888--ServerSession(454071866)--Connection(340425429)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:18.888--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-17 17:54:18.889--ServerSession(454071866)--Connection(340425429)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.889--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-17 17:54:18.889--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-17 17:54:18.889--ServerSession(454071866)--Connection(988417986)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.889--ServerSession(454071866)--Connection(988417986)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:18.889--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-17 17:54:18.889--ServerSession(454071866)--Connection(988417986)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.889--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-17 17:54:18.889--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-17 17:54:18.889--ServerSession(454071866)--Connection(1686534668)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.889--ServerSession(454071866)--Connection(1686534668)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:18.889--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-17 17:54:18.89--ServerSession(454071866)--Connection(1686534668)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.89--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-17 17:54:18.89--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-17 17:54:18.89--ServerSession(454071866)--Connection(1100877541)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.89--ServerSession(454071866)--Connection(1100877541)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:18.89--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-17 17:54:18.89--ServerSession(454071866)--Connection(1100877541)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.89--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-17 17:54:18.89--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-17 17:54:18.89--ServerSession(454071866)--Connection(1892161648)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.89--ServerSession(454071866)--Connection(1892161648)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:18.89--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-17 17:54:18.891--ServerSession(454071866)--Connection(1892161648)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.891--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-17 17:54:18.891--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-17 17:54:18.891--ServerSession(454071866)--Connection(773289940)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.891--ServerSession(454071866)--Connection(773289940)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:18.891--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-17 17:54:18.891--ServerSession(454071866)--Connection(773289940)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.891--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-17 17:54:18.891--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-17 17:54:18.891--ServerSession(454071866)--Connection(938121992)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.891--ServerSession(454071866)--Connection(938121992)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:18.891--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-17 17:54:18.892--ServerSession(454071866)--Connection(938121992)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.892--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-17 17:54:18.892--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-17 17:54:18.892--ServerSession(454071866)--Connection(605842518)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.892--ServerSession(454071866)--Connection(605842518)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:18.892--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-17 17:54:18.892--ServerSession(454071866)--Connection(605842518)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.892--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-17 17:54:18.892--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-17 17:54:18.892--ServerSession(454071866)--Connection(1739816739)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:18.892--ServerSession(454071866)--Connection(1739816739)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:18.892--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-17 17:54:18.893--ServerSession(454071866)--Connection(1739816739)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:18.912--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 181507281
    [junit] [EL Finer]: 2024-04-17 17:54:18.912--ClientSession(181507281)--Thread(Thread[main,5,main])--acquire unit of work: 251343066
    [junit] [EL Finest]: 2024-04-17 17:54:18.912--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.912--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.912--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (216 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.912--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.912--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.912--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-17 17:54:18.912--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-17 17:54:18.912--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-17 17:54:18.912--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.912--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (217 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.912--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.912--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (218 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.912--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.912--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.912--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-17 17:54:18.912--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.912--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-17 17:54:18.912--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-17 17:54:18.912--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-17 17:54:18.912--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-17 17:54:18.912--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.912--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (219 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.912--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.912--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (220 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.912--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.912--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (221 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.913--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.913--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.913--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-17 17:54:18.913--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.913--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-17 17:54:18.913--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.913--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-17 17:54:18.913--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-17 17:54:18.913--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-17 17:54:18.913--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-17 17:54:18.913--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-17 17:54:18.913--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.913--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.913--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (222 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.913--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.913--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.913--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-17 17:54:18.913--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-17 17:54:18.913--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-17 17:54:18.913--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.913--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (223 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.913--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.913--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (224 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.913--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.913--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.913--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-17 17:54:18.913--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.913--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-17 17:54:18.913--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-17 17:54:18.913--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-17 17:54:18.913--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-17 17:54:18.913--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.913--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (225 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.913--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.913--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (226 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.913--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.913--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (227 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.913--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.913--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.914--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-17 17:54:18.914--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.914--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-17 17:54:18.914--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.914--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-17 17:54:18.914--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-17 17:54:18.914--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-17 17:54:18.914--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-17 17:54:18.914--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-17 17:54:18.914--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.914--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (228 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.914--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.914--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (229 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.914--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.914--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (230 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.914--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.914--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (231 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.914--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.914--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.914--ServerSession(454071866)--Connection(336043742)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:18.914--ClientSession(181507281)--Connection(336043742)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:18.914--ClientSession(181507281)--Connection(336043742)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:18.914--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-17 17:54:18.914--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-17 17:54:18.914--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-17 17:54:18.915--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-17 17:54:18.915--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-17 17:54:18.915--ClientSession(181507281)--Connection(1775602549)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:18.915--ServerSession(454071866)--Connection(1775602549)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:18.915--ServerSession(454071866)--Connection(336043742)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:18.915--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-17 17:54:18.915--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.915--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-17 17:54:18.915--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.915--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-17 17:54:18.915--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.915--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-17 17:54:18.915--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-17 17:54:18.916--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-17 17:54:18.916--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-17 17:54:18.916--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-17 17:54:18.916--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-17 17:54:18.916--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.916--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.916--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (232 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.916--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.916--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.916--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-17 17:54:18.916--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-17 17:54:18.916--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-17 17:54:18.916--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.973--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (233 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.973--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.973--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (234 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.973--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.973--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.973--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-17 17:54:18.973--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.973--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-17 17:54:18.973--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-17 17:54:18.973--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-17 17:54:18.973--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-17 17:54:18.973--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.973--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (235 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.973--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.973--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (236 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.974--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.974--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (237 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.974--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.974--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.974--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-17 17:54:18.974--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.974--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-17 17:54:18.974--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.974--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-17 17:54:18.974--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-17 17:54:18.974--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-17 17:54:18.974--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-17 17:54:18.974--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-17 17:54:18.974--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.974--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (238 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.974--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.974--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (239 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.974--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.974--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (240 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.974--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.974--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (241 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.974--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.974--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.974--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-17 17:54:18.974--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.974--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-17 17:54:18.974--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.974--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-17 17:54:18.974--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.974--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-17 17:54:18.974--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-17 17:54:18.974--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-17 17:54:18.974--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-17 17:54:18.974--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-17 17:54:18.974--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-17 17:54:18.974--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.974--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (242 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.974--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.975--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (243 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.975--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.975--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (244 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.975--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.975--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (245 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.975--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.975--UnitOfWork(251343066)--Thread(Thread[main,5,main])--assign sequence to the object (246 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:18.975--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.975--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.975--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-17 17:54:18.975--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.975--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-17 17:54:18.975--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.975--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-17 17:54:18.975--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.975--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-17 17:54:18.975--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.975--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-17 17:54:18.975--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-17 17:54:18.975--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-17 17:54:18.975--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-17 17:54:18.975--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-17 17:54:18.975--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-17 17:54:18.975--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-17 17:54:18.975--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.975--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:18.975--UnitOfWork(251343066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:18.975--UnitOfWork(251343066)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:18.975--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-17 17:54:18.976--ServerSession(454071866)--Connection(1991554431)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:18.976--ClientSession(181507281)--Connection(1991554431)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:18.976--ClientSession(181507281)--Connection(1991554431)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:18.976--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-17 17:54:18.976--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-17 17:54:18.976--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-17 17:54:18.976--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.976--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:18.976--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [2, dep_2, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.976--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [1, dep_1, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.976--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [3, dep_3, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:18.976--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:18.977--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-17 17:54:18.977--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-17 17:54:18.977--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-17 17:54:18.977--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-17 17:54:18.977--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-17 17:54:18.977--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-17 17:54:18.977--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-17 17:54:18.977--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-17 17:54:18.977--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-17 17:54:18.977--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-17 17:54:18.977--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-17 17:54:18.977--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(216:null:description_216)
    [junit] [EL Finer]: 2024-04-17 17:54:18.977--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.977--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-17 17:54:18.977--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-17 17:54:18.977--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-17 17:54:18.977--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-17 17:54:18.977--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-17 17:54:18.977--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-17 17:54:18.977--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-17 17:54:18.978--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-17 17:54:18.978--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-17 17:54:18.978--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-17 17:54:18.978--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-17 17:54:18.978--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-17 17:54:18.978--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-17 17:54:18.978--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:18.98--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(230:null:description_230)
    [junit] [EL Finest]: 2024-04-17 17:54:18.98--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(232:null:description_232)
    [junit] [EL Finest]: 2024-04-17 17:54:18.98--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(231:null:description_231)
    [junit] [EL Finest]: 2024-04-17 17:54:18.98--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(227:null:description_227)
    [junit] [EL Finest]: 2024-04-17 17:54:18.98--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(245:null:description_245)
    [junit] [EL Finest]: 2024-04-17 17:54:18.98--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(234:null:description_234)
    [junit] [EL Finest]: 2024-04-17 17:54:18.98--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(219:null:description_219)
    [junit] [EL Finest]: 2024-04-17 17:54:18.98--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(240:null:description_240)
    [junit] [EL Finest]: 2024-04-17 17:54:18.98--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(238:null:description_238)
    [junit] [EL Finest]: 2024-04-17 17:54:18.98--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(237:null:description_237)
    [junit] [EL Finest]: 2024-04-17 17:54:18.98--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(228:null:description_228)
    [junit] [EL Finest]: 2024-04-17 17:54:18.98--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(244:null:description_244)
    [junit] [EL Finest]: 2024-04-17 17:54:18.98--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(225:null:description_225)
    [junit] [EL Finest]: 2024-04-17 17:54:18.98--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(217:null:description_217)
    [junit] [EL Finest]: 2024-04-17 17:54:18.98--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(246:null:description_246)
    [junit] [EL Finest]: 2024-04-17 17:54:18.98--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(236:null:description_236)
    [junit] [EL Finest]: 2024-04-17 17:54:18.98--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(235:null:description_235)
    [junit] [EL Finest]: 2024-04-17 17:54:18.98--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(221:null:description_221)
    [junit] [EL Finest]: 2024-04-17 17:54:18.98--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(239:null:description_239)
    [junit] [EL Finest]: 2024-04-17 17:54:18.98--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(242:null:description_242)
    [junit] [EL Finest]: 2024-04-17 17:54:18.98--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(223:null:description_223)
    [junit] [EL Finest]: 2024-04-17 17:54:18.98--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(229:null:description_229)
    [junit] [EL Finest]: 2024-04-17 17:54:18.98--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(218:null:description_218)
    [junit] [EL Finest]: 2024-04-17 17:54:18.98--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(222:null:description_222)
    [junit] [EL Finest]: 2024-04-17 17:54:18.98--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(226:null:description_226)
    [junit] [EL Finest]: 2024-04-17 17:54:18.98--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(220:null:description_220)
    [junit] [EL Finest]: 2024-04-17 17:54:18.98--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(241:null:description_241)
    [junit] [EL Finest]: 2024-04-17 17:54:18.98--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(233:null:description_233)
    [junit] [EL Finest]: 2024-04-17 17:54:18.98--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(243:null:description_243)
    [junit] [EL Finest]: 2024-04-17 17:54:18.98--UnitOfWork(251343066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(224:null:description_224)
    [junit] [EL Finest]: 2024-04-17 17:54:18.98--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-17 17:54:18.98--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.98--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:18.98--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [216, null, description_216]
    [junit] [EL Fine]: 2024-04-17 17:54:18.98--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [230, null, description_230]
    [junit] [EL Fine]: 2024-04-17 17:54:18.98--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [232, null, description_232]
    [junit] [EL Fine]: 2024-04-17 17:54:18.98--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [231, null, description_231]
    [junit] [EL Fine]: 2024-04-17 17:54:18.98--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [227, null, description_227]
    [junit] [EL Fine]: 2024-04-17 17:54:18.98--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [245, null, description_245]
    [junit] [EL Fine]: 2024-04-17 17:54:18.98--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [234, null, description_234]
    [junit] [EL Fine]: 2024-04-17 17:54:18.98--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [219, null, description_219]
    [junit] [EL Fine]: 2024-04-17 17:54:18.98--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [240, null, description_240]
    [junit] [EL Fine]: 2024-04-17 17:54:18.98--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [238, null, description_238]
    [junit] [EL Fine]: 2024-04-17 17:54:18.98--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [237, null, description_237]
    [junit] [EL Fine]: 2024-04-17 17:54:18.98--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [228, null, description_228]
    [junit] [EL Fine]: 2024-04-17 17:54:18.98--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [244, null, description_244]
    [junit] [EL Fine]: 2024-04-17 17:54:18.981--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [225, null, description_225]
    [junit] [EL Fine]: 2024-04-17 17:54:18.981--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [217, null, description_217]
    [junit] [EL Fine]: 2024-04-17 17:54:18.981--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [246, null, description_246]
    [junit] [EL Fine]: 2024-04-17 17:54:18.981--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [236, null, description_236]
    [junit] [EL Fine]: 2024-04-17 17:54:18.981--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [235, null, description_235]
    [junit] [EL Fine]: 2024-04-17 17:54:18.981--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [221, null, description_221]
    [junit] [EL Fine]: 2024-04-17 17:54:18.981--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [239, null, description_239]
    [junit] [EL Fine]: 2024-04-17 17:54:18.981--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [242, null, description_242]
    [junit] [EL Fine]: 2024-04-17 17:54:18.981--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [223, null, description_223]
    [junit] [EL Fine]: 2024-04-17 17:54:18.981--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [229, null, description_229]
    [junit] [EL Fine]: 2024-04-17 17:54:18.981--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [218, null, description_218]
    [junit] [EL Fine]: 2024-04-17 17:54:18.981--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [222, null, description_222]
    [junit] [EL Fine]: 2024-04-17 17:54:18.981--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [226, null, description_226]
    [junit] [EL Fine]: 2024-04-17 17:54:18.981--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [220, null, description_220]
    [junit] [EL Fine]: 2024-04-17 17:54:18.981--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [241, null, description_241]
    [junit] [EL Fine]: 2024-04-17 17:54:18.981--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [233, null, description_233]
    [junit] [EL Fine]: 2024-04-17 17:54:18.981--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [243, null, description_243]
    [junit] [EL Fine]: 2024-04-17 17:54:18.981--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [224, null, description_224]
    [junit] [EL Finer]: 2024-04-17 17:54:18.981--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:18.984--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-17 17:54:18.984--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-17 17:54:18.984--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-17 17:54:18.984--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-17 17:54:18.984--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-17 17:54:18.984--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-17 17:54:18.984--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-17 17:54:18.984--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-17 17:54:18.984--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-17 17:54:18.984--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-17 17:54:18.984--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-17 17:54:18.984--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-17 17:54:18.984--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-17 17:54:18.984--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-17 17:54:18.984--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-17 17:54:18.984--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-17 17:54:18.984--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-17 17:54:18.984--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-17 17:54:18.984--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-17 17:54:18.984--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-17 17:54:18.984--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-17 17:54:18.984--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-17 17:54:18.984--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-17 17:54:18.984--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-17 17:54:18.984--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-17 17:54:18.984--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-17 17:54:18.985--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-17 17:54:18.985--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-17 17:54:18.985--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-17 17:54:18.985--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-17 17:54:18.985--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-17 17:54:18.985--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.985--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:18.985--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [161, description_3]
    [junit] [EL Fine]: 2024-04-17 17:54:18.985--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [151, description_3]
    [junit] [EL Fine]: 2024-04-17 17:54:18.985--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [156, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.985--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [169, description_2]
    [junit] [EL Fine]: 2024-04-17 17:54:18.985--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [140, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.985--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [147, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.985--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [165, description_3]
    [junit] [EL Fine]: 2024-04-17 17:54:18.985--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [143, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.985--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [148, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.985--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [154, description_2]
    [junit] [EL Fine]: 2024-04-17 17:54:18.985--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [149, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.985--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [141, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.985--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [160, description_2]
    [junit] [EL Fine]: 2024-04-17 17:54:18.985--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [145, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.985--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [158, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.985--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [157, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.985--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [168, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.985--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [146, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.985--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [155, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.985--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [144, description_2]
    [junit] [EL Fine]: 2024-04-17 17:54:18.985--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [150, description_2]
    [junit] [EL Fine]: 2024-04-17 17:54:18.985--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [152, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.985--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [164, description_2]
    [junit] [EL Fine]: 2024-04-17 17:54:18.985--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [163, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.985--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [153, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.985--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [166, description_4]
    [junit] [EL Fine]: 2024-04-17 17:54:18.985--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [159, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.985--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [139, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.985--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [162, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.985--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [167, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:18.985--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [142, description_0]
    [junit] [EL Finer]: 2024-04-17 17:54:18.985--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:18.989--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-17 17:54:18.989--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-17 17:54:18.99--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.99--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--INSERT INTO TMP_NODE (ID, NODENAME, VERSIONCOLUMN, PARENT) VALUES (?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:18.99--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [1, null, 1, null]
    [junit] [EL Fine]: 2024-04-17 17:54:18.99--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [2, null, 1, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:18.99--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [3, null, 1, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:18.99--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:18.991--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-17 17:54:18.991--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.991--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-17 17:54:18.991--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [0, 0, 161]
    [junit] [EL Fine]: 2024-04-17 17:54:18.991--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [0, 0, 151]
    [junit] [EL Fine]: 2024-04-17 17:54:18.991--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [0, 0, 156]
    [junit] [EL Fine]: 2024-04-17 17:54:18.991--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [0, 0, 169]
    [junit] [EL Fine]: 2024-04-17 17:54:18.991--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [0, 0, 140]
    [junit] [EL Fine]: 2024-04-17 17:54:18.991--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [0, 0, 147]
    [junit] [EL Fine]: 2024-04-17 17:54:18.991--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [0, 0, 165]
    [junit] [EL Fine]: 2024-04-17 17:54:18.991--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [0, 0, 143]
    [junit] [EL Fine]: 2024-04-17 17:54:18.991--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [0, 0, 148]
    [junit] [EL Fine]: 2024-04-17 17:54:18.991--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [0, 0, 154]
    [junit] [EL Fine]: 2024-04-17 17:54:18.991--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [0, 0, 149]
    [junit] [EL Fine]: 2024-04-17 17:54:18.991--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [0, 0, 141]
    [junit] [EL Fine]: 2024-04-17 17:54:18.991--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [0, 0, 160]
    [junit] [EL Fine]: 2024-04-17 17:54:18.991--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [0, 0, 145]
    [junit] [EL Fine]: 2024-04-17 17:54:18.991--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [0, 0, 158]
    [junit] [EL Fine]: 2024-04-17 17:54:18.991--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [0, 0, 157]
    [junit] [EL Fine]: 2024-04-17 17:54:18.991--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [0, 0, 168]
    [junit] [EL Fine]: 2024-04-17 17:54:18.991--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [0, 0, 146]
    [junit] [EL Fine]: 2024-04-17 17:54:18.991--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [0, 0, 155]
    [junit] [EL Fine]: 2024-04-17 17:54:18.991--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [0, 0, 144]
    [junit] [EL Fine]: 2024-04-17 17:54:18.991--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [0, 0, 150]
    [junit] [EL Fine]: 2024-04-17 17:54:18.991--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [0, 0, 152]
    [junit] [EL Fine]: 2024-04-17 17:54:18.991--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [0, 0, 164]
    [junit] [EL Fine]: 2024-04-17 17:54:18.991--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [0, 0, 163]
    [junit] [EL Fine]: 2024-04-17 17:54:18.991--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [0, 0, 153]
    [junit] [EL Fine]: 2024-04-17 17:54:18.991--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [0, 0, 166]
    [junit] [EL Fine]: 2024-04-17 17:54:18.991--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [0, 0, 159]
    [junit] [EL Fine]: 2024-04-17 17:54:18.991--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [0, 0, 139]
    [junit] [EL Fine]: 2024-04-17 17:54:18.991--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [0, 0, 162]
    [junit] [EL Fine]: 2024-04-17 17:54:18.991--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [0, 0, 167]
    [junit] [EL Fine]: 2024-04-17 17:54:18.991--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [0, 0, 142]
    [junit] [EL Finer]: 2024-04-17 17:54:18.991--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:18.996--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-17 17:54:18.996--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-17 17:54:18.996--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-17 17:54:18.996--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-17 17:54:18.996--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-17 17:54:18.996--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-17 17:54:18.996--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-17 17:54:18.996--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-17 17:54:18.996--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-17 17:54:18.996--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-17 17:54:18.996--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-17 17:54:18.996--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-17 17:54:18.996--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-17 17:54:18.996--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-17 17:54:18.996--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-17 17:54:18.996--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-17 17:54:18.996--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-17 17:54:18.996--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-17 17:54:18.996--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-17 17:54:18.996--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-17 17:54:18.996--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-17 17:54:18.996--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-17 17:54:18.996--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-17 17:54:18.996--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-17 17:54:18.996--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-17 17:54:18.996--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-17 17:54:18.996--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-17 17:54:18.996--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-17 17:54:18.996--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-17 17:54:18.996--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-17 17:54:18.996--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-17 17:54:18.997--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:18.997--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:18.997--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [225, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:18.997--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [226, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:18.997--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [227, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:18.997--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [228, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.997--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [229, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.997--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [230, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.997--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [231, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:18.997--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [238, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.997--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [239, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.997--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [240, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.997--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [241, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:18.997--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [232, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:18.997--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [233, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:18.997--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [234, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:18.997--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [222, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:18.997--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [217, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:18.997--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [218, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:18.997--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [219, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:18.997--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [220, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:18.997--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [221, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:18.997--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [242, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.997--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [243, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.997--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [244, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.997--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [245, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.997--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [246, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:18.997--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [216, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:18.997--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [235, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:18.997--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [236, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:18.997--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [237, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:18.997--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [223, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:18.997--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [224, 22]
    [junit] [EL Finer]: 2024-04-17 17:54:18.997--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:19.003--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-17 17:54:19.003--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-17 17:54:19.003--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-17 17:54:19.003--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-17 17:54:19.003--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-17 17:54:19.003--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-17 17:54:19.003--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-17 17:54:19.003--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-17 17:54:19.003--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-17 17:54:19.003--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-17 17:54:19.003--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-17 17:54:19.003--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-17 17:54:19.003--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-17 17:54:19.003--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-17 17:54:19.003--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-17 17:54:19.003--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-17 17:54:19.004--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-17 17:54:19.004--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-17 17:54:19.004--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-17 17:54:19.004--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-17 17:54:19.004--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-17 17:54:19.004--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-17 17:54:19.004--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-17 17:54:19.004--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-17 17:54:19.004--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-17 17:54:19.004--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-17 17:54:19.004--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-17 17:54:19.004--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-17 17:54:19.004--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-17 17:54:19.004--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-17 17:54:19.004--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.004--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.004--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [148, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:19.004--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [149, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:19.004--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [150, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:19.004--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [152, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:19.004--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [153, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:19.004--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [154, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:19.004--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [151, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:19.004--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [162, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:19.004--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [163, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:19.004--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [164, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:19.004--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [161, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:19.004--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [155, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:19.004--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [156, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:19.004--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [157, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:19.004--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [145, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:19.004--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [140, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:19.004--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [141, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:19.004--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [142, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:19.004--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [143, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:19.004--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [144, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:19.004--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [167, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:19.004--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [168, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:19.004--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [169, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:19.004--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [165, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:19.004--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [166, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:19.004--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [139, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:19.004--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [158, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:19.004--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [159, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:19.004--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [160, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:19.004--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [146, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:19.004--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--	bind => [147, 22]
    [junit] [EL Finer]: 2024-04-17 17:54:19.004--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:19.009--ClientSession(181507281)--Connection(11702225)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.009--ServerSession(454071866)--Connection(1991554431)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.01--UnitOfWork(251343066)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.01--UnitOfWork(251343066)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.011--UnitOfWork(251343066)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.011--ClientSession(181507281)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.011--UnitOfWork(251343066)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.011--ClientSession(181507281)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.011--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 852671380
    [junit] [EL Finer]: 2024-04-17 17:54:19.012--ClientSession(852671380)--Thread(Thread[main,5,main])--acquire unit of work: 1896264985
    [junit] [EL Finest]: 2024-04-17 17:54:19.012--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-17 17:54:19.012--ServerSession(454071866)--Connection(699614151)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.012--ServerSession(454071866)--Connection(699614151)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.012--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-17 17:54:19.013--ServerSession(454071866)--Connection(699614151)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.013--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-17 17:54:19.013--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-17 17:54:19.013--ServerSession(454071866)--Connection(1855295276)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.013--ServerSession(454071866)--Connection(1855295276)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.013--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-17 17:54:19.014--ServerSession(454071866)--Connection(1855295276)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.014--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 216:null:description_216
    [junit] [EL Finest]: 2024-04-17 17:54:19.014--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-17 17:54:19.014--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-17 17:54:19.014--ServerSession(454071866)--Connection(1691377154)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.014--ServerSession(454071866)--Connection(1691377154)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.014--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-17 17:54:19.015--ServerSession(454071866)--Connection(1691377154)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.015--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 217:null:description_217
    [junit] [EL Finest]: 2024-04-17 17:54:19.015--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 218:null:description_218
    [junit] [EL Finest]: 2024-04-17 17:54:19.015--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-17 17:54:19.015--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-17 17:54:19.015--ServerSession(454071866)--Connection(1822771670)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.015--ServerSession(454071866)--Connection(1822771670)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.015--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-17 17:54:19.016--ServerSession(454071866)--Connection(1822771670)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.016--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 219:null:description_219
    [junit] [EL Finest]: 2024-04-17 17:54:19.016--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 220:null:description_220
    [junit] [EL Finest]: 2024-04-17 17:54:19.016--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 221:null:description_221
    [junit] [EL Finest]: 2024-04-17 17:54:19.016--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-17 17:54:19.016--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-17 17:54:19.016--ServerSession(454071866)--Connection(1205937500)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.016--ServerSession(454071866)--Connection(1205937500)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.016--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-17 17:54:19.016--ServerSession(454071866)--Connection(1205937500)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.017--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 222:null:description_222
    [junit] [EL Finest]: 2024-04-17 17:54:19.017--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-17 17:54:19.017--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-17 17:54:19.017--ServerSession(454071866)--Connection(2074639652)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.017--ServerSession(454071866)--Connection(2074639652)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.017--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-17 17:54:19.017--ServerSession(454071866)--Connection(2074639652)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.017--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 223:null:description_223
    [junit] [EL Finest]: 2024-04-17 17:54:19.017--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 224:null:description_224
    [junit] [EL Finest]: 2024-04-17 17:54:19.017--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-17 17:54:19.017--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-17 17:54:19.017--ServerSession(454071866)--Connection(1105104215)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.017--ServerSession(454071866)--Connection(1105104215)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.018--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-17 17:54:19.018--ServerSession(454071866)--Connection(1105104215)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.018--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 225:null:description_225
    [junit] [EL Finest]: 2024-04-17 17:54:19.018--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 226:null:description_226
    [junit] [EL Finest]: 2024-04-17 17:54:19.018--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 227:null:description_227
    [junit] [EL Finest]: 2024-04-17 17:54:19.018--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-17 17:54:19.018--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-17 17:54:19.018--ServerSession(454071866)--Connection(190195539)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.018--ServerSession(454071866)--Connection(190195539)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.018--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-17 17:54:19.019--ServerSession(454071866)--Connection(190195539)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.019--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 228:null:description_228
    [junit] [EL Finest]: 2024-04-17 17:54:19.019--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 229:null:description_229
    [junit] [EL Finest]: 2024-04-17 17:54:19.019--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 230:null:description_230
    [junit] [EL Finest]: 2024-04-17 17:54:19.019--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 231:null:description_231
    [junit] [EL Finest]: 2024-04-17 17:54:19.019--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-17 17:54:19.019--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-17 17:54:19.019--ServerSession(454071866)--Connection(600748931)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.019--ServerSession(454071866)--Connection(600748931)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.019--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-17 17:54:19.019--ServerSession(454071866)--Connection(600748931)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.019--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 232:null:description_232
    [junit] [EL Finest]: 2024-04-17 17:54:19.02--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-17 17:54:19.02--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-17 17:54:19.02--ServerSession(454071866)--Connection(320686867)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.02--ServerSession(454071866)--Connection(320686867)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.02--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-17 17:54:19.02--ServerSession(454071866)--Connection(320686867)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.02--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 233:null:description_233
    [junit] [EL Finest]: 2024-04-17 17:54:19.02--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 234:null:description_234
    [junit] [EL Finest]: 2024-04-17 17:54:19.02--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-17 17:54:19.02--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-17 17:54:19.02--ServerSession(454071866)--Connection(1247225463)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.02--ServerSession(454071866)--Connection(1247225463)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.02--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-17 17:54:19.021--ServerSession(454071866)--Connection(1247225463)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.021--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 235:null:description_235
    [junit] [EL Finest]: 2024-04-17 17:54:19.021--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 236:null:description_236
    [junit] [EL Finest]: 2024-04-17 17:54:19.021--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 237:null:description_237
    [junit] [EL Finest]: 2024-04-17 17:54:19.021--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-17 17:54:19.021--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-17 17:54:19.021--ServerSession(454071866)--Connection(2034361635)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.021--ServerSession(454071866)--Connection(2034361635)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.021--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-17 17:54:19.021--ServerSession(454071866)--Connection(2034361635)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.021--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 238:null:description_238
    [junit] [EL Finest]: 2024-04-17 17:54:19.021--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 239:null:description_239
    [junit] [EL Finest]: 2024-04-17 17:54:19.022--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 240:null:description_240
    [junit] [EL Finest]: 2024-04-17 17:54:19.022--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 241:null:description_241
    [junit] [EL Finest]: 2024-04-17 17:54:19.022--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-17 17:54:19.022--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-17 17:54:19.022--ServerSession(454071866)--Connection(743604657)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.022--ServerSession(454071866)--Connection(743604657)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.022--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-17 17:54:19.022--ServerSession(454071866)--Connection(743604657)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.022--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 242:null:description_242
    [junit] [EL Finest]: 2024-04-17 17:54:19.022--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 243:null:description_243
    [junit] [EL Finest]: 2024-04-17 17:54:19.022--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 244:null:description_244
    [junit] [EL Finest]: 2024-04-17 17:54:19.022--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 245:null:description_245
    [junit] [EL Finest]: 2024-04-17 17:54:19.022--UnitOfWork(1896264985)--Thread(Thread[main,5,main])--Register the existing object 246:null:description_246
    [junit] [EL Finer]: 2024-04-17 17:54:19.043--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 701427548
    [junit] [EL Finer]: 2024-04-17 17:54:19.082--ClientSession(701427548)--Thread(Thread[main,5,main])--acquire unit of work: 1212468792
    [junit] [EL Finest]: 2024-04-17 17:54:19.082--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.082--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.082--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (247 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:19.082--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.082--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.082--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-17 17:54:19.082--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-17 17:54:19.082--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-17 17:54:19.082--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.082--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (248 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:19.082--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.082--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (249 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:19.082--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.082--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.082--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-17 17:54:19.082--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.082--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-17 17:54:19.082--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-17 17:54:19.082--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-17 17:54:19.082--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-17 17:54:19.082--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.083--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (250 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:19.083--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.083--ServerSession(454071866)--Connection(1669303041)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.083--ClientSession(701427548)--Connection(1669303041)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.083--ClientSession(701427548)--Connection(1669303041)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:19.083--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-17 17:54:19.083--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-17 17:54:19.083--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-17 17:54:19.083--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-17 17:54:19.084--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-17 17:54:19.084--ClientSession(701427548)--Connection(38462941)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.084--ServerSession(454071866)--Connection(38462941)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.084--ServerSession(454071866)--Connection(1669303041)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:19.084--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (251 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:19.084--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.084--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (252 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:19.084--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.084--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.084--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-17 17:54:19.084--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.084--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-17 17:54:19.084--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.084--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-17 17:54:19.084--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-17 17:54:19.084--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-17 17:54:19.084--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-17 17:54:19.084--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-17 17:54:19.085--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.085--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.085--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (253 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:19.085--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.085--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.085--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-17 17:54:19.085--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-17 17:54:19.085--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-17 17:54:19.085--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.085--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (254 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:19.085--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.085--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (255 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:19.085--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.085--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.085--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-17 17:54:19.085--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.085--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-17 17:54:19.085--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-17 17:54:19.085--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-17 17:54:19.085--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-17 17:54:19.085--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.085--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (256 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:19.085--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.085--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (257 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:19.085--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.085--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (258 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:19.085--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.085--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.085--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-17 17:54:19.085--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.085--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-17 17:54:19.085--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.085--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-17 17:54:19.085--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-17 17:54:19.085--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-17 17:54:19.085--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-17 17:54:19.085--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-17 17:54:19.085--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.086--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (259 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:19.086--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.086--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (260 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:19.086--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.086--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (261 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:19.086--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.086--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (262 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:19.086--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.086--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.086--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-17 17:54:19.086--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.086--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-17 17:54:19.086--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.086--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-17 17:54:19.086--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.086--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-17 17:54:19.086--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-17 17:54:19.086--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-17 17:54:19.086--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-17 17:54:19.086--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-17 17:54:19.086--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-17 17:54:19.086--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.086--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.086--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (263 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:19.086--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.086--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.086--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-17 17:54:19.086--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-17 17:54:19.086--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-17 17:54:19.086--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.086--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (264 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:19.086--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.086--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (265 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:19.086--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.086--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.086--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-17 17:54:19.086--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.086--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-17 17:54:19.086--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-17 17:54:19.087--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-17 17:54:19.087--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-17 17:54:19.087--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.087--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (266 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:19.087--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.087--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (267 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:19.087--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.087--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (268 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:19.087--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.087--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.087--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-17 17:54:19.087--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.087--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-17 17:54:19.087--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.087--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-17 17:54:19.087--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-17 17:54:19.087--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-17 17:54:19.087--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-17 17:54:19.087--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-17 17:54:19.087--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.087--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (269 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:19.087--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.087--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (270 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:19.087--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.087--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (271 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:19.087--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.087--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (272 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:19.087--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.087--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.087--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-17 17:54:19.087--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.087--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-17 17:54:19.087--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.087--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-17 17:54:19.087--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.087--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-17 17:54:19.087--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-17 17:54:19.087--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-17 17:54:19.087--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-17 17:54:19.087--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-17 17:54:19.088--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-17 17:54:19.088--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.088--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (273 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:19.088--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.088--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (274 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:19.088--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.088--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (275 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:19.088--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.088--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (276 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:19.088--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.088--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--assign sequence to the object (277 -> null:null:null)
    [junit] [EL Finest]: 2024-04-17 17:54:19.088--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.088--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.088--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-17 17:54:19.088--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.088--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-17 17:54:19.088--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.088--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-17 17:54:19.088--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.088--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-17 17:54:19.088--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.088--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-17 17:54:19.088--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-17 17:54:19.088--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-17 17:54:19.088--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-17 17:54:19.088--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-17 17:54:19.088--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-17 17:54:19.088--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-17 17:54:19.088--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.088--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.088--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.088--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.089--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-17 17:54:19.089--ServerSession(454071866)--Connection(393735973)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.089--ClientSession(701427548)--Connection(393735973)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.089--ClientSession(701427548)--Connection(393735973)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:19.089--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-17 17:54:19.089--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-17 17:54:19.089--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-17 17:54:19.089--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.089--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.089--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [2, dep_2, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:19.089--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [1, dep_1, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:19.089--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [3, dep_3, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:19.089--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:19.09--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-17 17:54:19.09--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-17 17:54:19.09--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-17 17:54:19.09--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-17 17:54:19.09--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-17 17:54:19.09--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-17 17:54:19.09--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-17 17:54:19.09--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-17 17:54:19.09--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-17 17:54:19.09--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-17 17:54:19.09--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-17 17:54:19.09--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(248:null:description_248)
    [junit] [EL Finer]: 2024-04-17 17:54:19.09--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.09--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-17 17:54:19.09--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-17 17:54:19.09--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-17 17:54:19.09--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-17 17:54:19.09--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-17 17:54:19.09--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-17 17:54:19.09--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-17 17:54:19.09--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-17 17:54:19.09--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-17 17:54:19.09--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-17 17:54:19.09--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-17 17:54:19.09--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-17 17:54:19.09--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-17 17:54:19.09--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:19.092--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(273:null:description_273)
    [junit] [EL Finest]: 2024-04-17 17:54:19.092--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(250:null:description_250)
    [junit] [EL Finest]: 2024-04-17 17:54:19.092--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(262:null:description_262)
    [junit] [EL Finest]: 2024-04-17 17:54:19.092--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(267:null:description_267)
    [junit] [EL Finest]: 2024-04-17 17:54:19.092--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(256:null:description_256)
    [junit] [EL Finest]: 2024-04-17 17:54:19.092--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(253:null:description_253)
    [junit] [EL Finest]: 2024-04-17 17:54:19.092--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(263:null:description_263)
    [junit] [EL Finest]: 2024-04-17 17:54:19.092--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(252:null:description_252)
    [junit] [EL Finest]: 2024-04-17 17:54:19.092--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(255:null:description_255)
    [junit] [EL Finest]: 2024-04-17 17:54:19.092--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(265:null:description_265)
    [junit] [EL Finest]: 2024-04-17 17:54:19.092--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(254:null:description_254)
    [junit] [EL Finest]: 2024-04-17 17:54:19.093--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(259:null:description_259)
    [junit] [EL Finest]: 2024-04-17 17:54:19.093--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(275:null:description_275)
    [junit] [EL Finest]: 2024-04-17 17:54:19.093--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(257:null:description_257)
    [junit] [EL Finest]: 2024-04-17 17:54:19.093--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(272:null:description_272)
    [junit] [EL Finest]: 2024-04-17 17:54:19.093--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(268:null:description_268)
    [junit] [EL Finest]: 2024-04-17 17:54:19.093--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(264:null:description_264)
    [junit] [EL Finest]: 2024-04-17 17:54:19.093--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(271:null:description_271)
    [junit] [EL Finest]: 2024-04-17 17:54:19.093--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(249:null:description_249)
    [junit] [EL Finest]: 2024-04-17 17:54:19.093--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(270:null:description_270)
    [junit] [EL Finest]: 2024-04-17 17:54:19.093--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(247:null:description_247)
    [junit] [EL Finest]: 2024-04-17 17:54:19.093--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(266:null:description_266)
    [junit] [EL Finest]: 2024-04-17 17:54:19.093--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(274:null:description_274)
    [junit] [EL Finest]: 2024-04-17 17:54:19.093--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(277:null:description_277)
    [junit] [EL Finest]: 2024-04-17 17:54:19.093--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(276:null:description_276)
    [junit] [EL Finest]: 2024-04-17 17:54:19.093--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(260:null:description_260)
    [junit] [EL Finest]: 2024-04-17 17:54:19.093--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(258:null:description_258)
    [junit] [EL Finest]: 2024-04-17 17:54:19.093--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(251:null:description_251)
    [junit] [EL Finest]: 2024-04-17 17:54:19.093--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(269:null:description_269)
    [junit] [EL Finest]: 2024-04-17 17:54:19.093--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(261:null:description_261)
    [junit] [EL Finest]: 2024-04-17 17:54:19.093--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-17 17:54:19.093--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.093--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.093--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [248, null, description_248]
    [junit] [EL Fine]: 2024-04-17 17:54:19.093--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [273, null, description_273]
    [junit] [EL Fine]: 2024-04-17 17:54:19.093--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [250, null, description_250]
    [junit] [EL Fine]: 2024-04-17 17:54:19.093--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [262, null, description_262]
    [junit] [EL Fine]: 2024-04-17 17:54:19.093--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [267, null, description_267]
    [junit] [EL Fine]: 2024-04-17 17:54:19.093--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [256, null, description_256]
    [junit] [EL Fine]: 2024-04-17 17:54:19.093--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [253, null, description_253]
    [junit] [EL Fine]: 2024-04-17 17:54:19.093--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [263, null, description_263]
    [junit] [EL Fine]: 2024-04-17 17:54:19.093--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [252, null, description_252]
    [junit] [EL Fine]: 2024-04-17 17:54:19.093--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [255, null, description_255]
    [junit] [EL Fine]: 2024-04-17 17:54:19.093--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [265, null, description_265]
    [junit] [EL Fine]: 2024-04-17 17:54:19.093--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [254, null, description_254]
    [junit] [EL Fine]: 2024-04-17 17:54:19.093--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [259, null, description_259]
    [junit] [EL Fine]: 2024-04-17 17:54:19.093--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [275, null, description_275]
    [junit] [EL Fine]: 2024-04-17 17:54:19.093--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [257, null, description_257]
    [junit] [EL Fine]: 2024-04-17 17:54:19.093--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [272, null, description_272]
    [junit] [EL Fine]: 2024-04-17 17:54:19.093--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [268, null, description_268]
    [junit] [EL Fine]: 2024-04-17 17:54:19.093--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [264, null, description_264]
    [junit] [EL Fine]: 2024-04-17 17:54:19.093--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [271, null, description_271]
    [junit] [EL Fine]: 2024-04-17 17:54:19.093--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [249, null, description_249]
    [junit] [EL Fine]: 2024-04-17 17:54:19.093--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [270, null, description_270]
    [junit] [EL Fine]: 2024-04-17 17:54:19.093--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [247, null, description_247]
    [junit] [EL Fine]: 2024-04-17 17:54:19.093--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [266, null, description_266]
    [junit] [EL Fine]: 2024-04-17 17:54:19.093--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [274, null, description_274]
    [junit] [EL Fine]: 2024-04-17 17:54:19.093--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [277, null, description_277]
    [junit] [EL Fine]: 2024-04-17 17:54:19.093--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [276, null, description_276]
    [junit] [EL Fine]: 2024-04-17 17:54:19.093--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [260, null, description_260]
    [junit] [EL Fine]: 2024-04-17 17:54:19.093--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [258, null, description_258]
    [junit] [EL Fine]: 2024-04-17 17:54:19.094--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [251, null, description_251]
    [junit] [EL Fine]: 2024-04-17 17:54:19.094--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [269, null, description_269]
    [junit] [EL Fine]: 2024-04-17 17:54:19.094--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [261, null, description_261]
    [junit] [EL Finer]: 2024-04-17 17:54:19.094--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:19.096--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-17 17:54:19.097--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-17 17:54:19.097--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-17 17:54:19.097--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-17 17:54:19.097--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-17 17:54:19.097--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-17 17:54:19.097--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-17 17:54:19.097--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-17 17:54:19.097--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-17 17:54:19.097--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-17 17:54:19.097--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-17 17:54:19.097--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-17 17:54:19.097--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-17 17:54:19.097--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-17 17:54:19.097--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-17 17:54:19.097--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-17 17:54:19.097--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-17 17:54:19.097--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-17 17:54:19.097--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-17 17:54:19.097--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-17 17:54:19.097--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-17 17:54:19.097--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-17 17:54:19.097--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-17 17:54:19.097--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-17 17:54:19.097--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-17 17:54:19.097--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-17 17:54:19.097--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-17 17:54:19.097--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-17 17:54:19.097--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-17 17:54:19.097--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-17 17:54:19.097--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-17 17:54:19.097--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-17 17:54:19.097--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.098--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.098--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [198, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:19.098--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [172, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:19.098--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [190, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:19.098--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [199, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:19.098--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [197, description_4]
    [junit] [EL Fine]: 2024-04-17 17:54:19.098--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [184, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:19.098--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [179, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:19.098--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [180, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:19.098--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [176, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:19.098--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [185, description_2]
    [junit] [EL Fine]: 2024-04-17 17:54:19.098--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [187, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:19.098--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [170, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:19.098--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [193, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:19.098--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [189, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:19.098--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [182, description_3]
    [junit] [EL Fine]: 2024-04-17 17:54:19.098--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [192, description_3]
    [junit] [EL Fine]: 2024-04-17 17:54:19.098--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [186, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:19.098--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [175, description_2]
    [junit] [EL Fine]: 2024-04-17 17:54:19.098--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [171, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:19.098--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [196, description_3]
    [junit] [EL Fine]: 2024-04-17 17:54:19.098--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [188, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:19.098--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [173, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:19.098--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [195, description_2]
    [junit] [EL Fine]: 2024-04-17 17:54:19.098--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [191, description_2]
    [junit] [EL Fine]: 2024-04-17 17:54:19.098--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [174, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:19.098--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [177, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:19.098--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [200, description_2]
    [junit] [EL Fine]: 2024-04-17 17:54:19.098--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [181, description_2]
    [junit] [EL Fine]: 2024-04-17 17:54:19.098--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [183, description_0]
    [junit] [EL Fine]: 2024-04-17 17:54:19.098--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [194, description_1]
    [junit] [EL Fine]: 2024-04-17 17:54:19.098--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [178, description_1]
    [junit] [EL Finer]: 2024-04-17 17:54:19.098--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:19.101--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-17 17:54:19.101--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.101--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--INSERT INTO TMP_NODE (ID, NODENAME, VERSIONCOLUMN, PARENT) VALUES (?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.101--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [1, null, 1, null]
    [junit] [EL Fine]: 2024-04-17 17:54:19.101--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [2, null, 1, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:19.101--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [3, null, 1, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:19.101--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:19.102--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-17 17:54:19.102--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.102--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-17 17:54:19.102--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [0, 0, 198]
    [junit] [EL Fine]: 2024-04-17 17:54:19.102--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [0, 0, 172]
    [junit] [EL Fine]: 2024-04-17 17:54:19.102--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [0, 0, 190]
    [junit] [EL Fine]: 2024-04-17 17:54:19.102--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [0, 0, 199]
    [junit] [EL Fine]: 2024-04-17 17:54:19.102--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [0, 0, 197]
    [junit] [EL Fine]: 2024-04-17 17:54:19.102--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [0, 0, 184]
    [junit] [EL Fine]: 2024-04-17 17:54:19.102--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [0, 0, 179]
    [junit] [EL Fine]: 2024-04-17 17:54:19.102--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [0, 0, 180]
    [junit] [EL Fine]: 2024-04-17 17:54:19.102--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [0, 0, 176]
    [junit] [EL Fine]: 2024-04-17 17:54:19.102--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [0, 0, 185]
    [junit] [EL Fine]: 2024-04-17 17:54:19.102--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [0, 0, 187]
    [junit] [EL Fine]: 2024-04-17 17:54:19.102--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [0, 0, 170]
    [junit] [EL Fine]: 2024-04-17 17:54:19.102--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [0, 0, 193]
    [junit] [EL Fine]: 2024-04-17 17:54:19.102--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [0, 0, 189]
    [junit] [EL Fine]: 2024-04-17 17:54:19.102--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [0, 0, 182]
    [junit] [EL Fine]: 2024-04-17 17:54:19.102--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [0, 0, 192]
    [junit] [EL Fine]: 2024-04-17 17:54:19.102--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [0, 0, 186]
    [junit] [EL Fine]: 2024-04-17 17:54:19.102--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [0, 0, 175]
    [junit] [EL Fine]: 2024-04-17 17:54:19.102--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [0, 0, 171]
    [junit] [EL Fine]: 2024-04-17 17:54:19.102--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [0, 0, 196]
    [junit] [EL Fine]: 2024-04-17 17:54:19.102--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [0, 0, 188]
    [junit] [EL Fine]: 2024-04-17 17:54:19.102--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [0, 0, 173]
    [junit] [EL Fine]: 2024-04-17 17:54:19.102--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [0, 0, 195]
    [junit] [EL Fine]: 2024-04-17 17:54:19.102--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [0, 0, 191]
    [junit] [EL Fine]: 2024-04-17 17:54:19.102--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [0, 0, 174]
    [junit] [EL Fine]: 2024-04-17 17:54:19.102--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [0, 0, 177]
    [junit] [EL Fine]: 2024-04-17 17:54:19.102--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [0, 0, 200]
    [junit] [EL Fine]: 2024-04-17 17:54:19.102--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [0, 0, 181]
    [junit] [EL Fine]: 2024-04-17 17:54:19.102--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [0, 0, 183]
    [junit] [EL Fine]: 2024-04-17 17:54:19.102--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [0, 0, 194]
    [junit] [EL Fine]: 2024-04-17 17:54:19.102--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [0, 0, 178]
    [junit] [EL Finer]: 2024-04-17 17:54:19.102--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:19.105--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-17 17:54:19.105--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-17 17:54:19.105--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-17 17:54:19.105--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-17 17:54:19.105--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-17 17:54:19.105--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-17 17:54:19.105--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-17 17:54:19.105--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-17 17:54:19.105--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-17 17:54:19.105--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-17 17:54:19.105--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-17 17:54:19.105--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-17 17:54:19.105--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-17 17:54:19.105--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-17 17:54:19.105--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-17 17:54:19.105--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-17 17:54:19.105--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-17 17:54:19.105--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-17 17:54:19.105--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-17 17:54:19.105--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-17 17:54:19.105--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-17 17:54:19.105--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-17 17:54:19.105--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-17 17:54:19.105--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-17 17:54:19.105--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-17 17:54:19.105--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-17 17:54:19.105--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-17 17:54:19.105--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-17 17:54:19.105--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-17 17:54:19.105--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-17 17:54:19.105--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-17 17:54:19.105--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.105--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.105--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [247, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:19.105--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [256, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:19.105--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [257, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:19.106--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [258, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:19.106--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [248, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:19.106--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [249, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:19.106--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [263, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:19.106--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [259, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:19.106--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [260, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:19.106--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [261, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:19.106--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [262, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:19.106--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [253, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:19.106--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [250, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:19.106--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [251, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:19.106--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [252, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:19.106--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [269, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:19.106--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [270, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:19.106--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [271, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:19.106--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [272, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:19.106--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [264, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:19.106--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [265, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:19.106--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [254, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:19.106--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [255, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:19.106--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [266, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:19.106--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [267, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:19.106--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [268, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:19.106--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [273, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:19.106--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [274, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:19.106--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [275, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:19.106--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [276, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:19.106--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [277, 35]
    [junit] [EL Finer]: 2024-04-17 17:54:19.106--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:19.109--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-17 17:54:19.109--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-17 17:54:19.109--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-17 17:54:19.109--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-17 17:54:19.109--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-17 17:54:19.109--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-17 17:54:19.109--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-17 17:54:19.109--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-17 17:54:19.109--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-17 17:54:19.11--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-17 17:54:19.11--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-17 17:54:19.11--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-17 17:54:19.11--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-17 17:54:19.11--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-17 17:54:19.11--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-17 17:54:19.11--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-17 17:54:19.11--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-17 17:54:19.11--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-17 17:54:19.11--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-17 17:54:19.11--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-17 17:54:19.11--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-17 17:54:19.11--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-17 17:54:19.11--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-17 17:54:19.11--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-17 17:54:19.11--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-17 17:54:19.11--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-17 17:54:19.11--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-17 17:54:19.11--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-17 17:54:19.11--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-17 17:54:19.11--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-17 17:54:19.11--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.11--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [170, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:19.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [179, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:19.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [180, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:19.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [181, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:19.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [171, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:19.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [172, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:19.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [186, 31]
    [junit] [EL Fine]: 2024-04-17 17:54:19.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [183, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:19.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [184, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:19.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [185, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:19.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [182, 24]
    [junit] [EL Fine]: 2024-04-17 17:54:19.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [176, 21]
    [junit] [EL Fine]: 2024-04-17 17:54:19.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [173, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:19.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [174, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:19.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [175, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:19.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [193, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:19.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [194, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:19.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [195, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:19.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [192, 34]
    [junit] [EL Fine]: 2024-04-17 17:54:19.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [187, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:19.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [188, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:19.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [177, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:19.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [178, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:19.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [189, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:19.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [190, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:19.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [191, 33]
    [junit] [EL Fine]: 2024-04-17 17:54:19.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [198, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:19.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [199, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:19.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [200, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:19.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [196, 35]
    [junit] [EL Fine]: 2024-04-17 17:54:19.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--	bind => [197, 35]
    [junit] [EL Finer]: 2024-04-17 17:54:19.187--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:19.191--ClientSession(701427548)--Connection(728623910)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.191--ServerSession(454071866)--Connection(393735973)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.192--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.192--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.192--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.192--ClientSession(701427548)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.192--UnitOfWork(1212468792)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.192--ClientSession(701427548)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.193--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 862549320
    [junit] [EL Finer]: 2024-04-17 17:54:19.193--ClientSession(862549320)--Thread(Thread[main,5,main])--acquire unit of work: 495332867
    [junit] [EL Finest]: 2024-04-17 17:54:19.193--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-17 17:54:19.193--ServerSession(454071866)--Connection(712111177)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.194--ServerSession(454071866)--Connection(712111177)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.194--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-17 17:54:19.197--ServerSession(454071866)--Connection(712111177)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.197--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-17 17:54:19.197--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-17 17:54:19.197--ServerSession(454071866)--Connection(902866609)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.197--ServerSession(454071866)--Connection(902866609)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.197--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-17 17:54:19.198--ServerSession(454071866)--Connection(902866609)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.198--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 247:null:description_247
    [junit] [EL Finest]: 2024-04-17 17:54:19.198--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-17 17:54:19.198--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-17 17:54:19.199--ServerSession(454071866)--Connection(1579049175)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.199--ServerSession(454071866)--Connection(1579049175)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.199--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-17 17:54:19.199--ServerSession(454071866)--Connection(1579049175)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.199--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 248:null:description_248
    [junit] [EL Finest]: 2024-04-17 17:54:19.199--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 249:null:description_249
    [junit] [EL Finest]: 2024-04-17 17:54:19.199--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-17 17:54:19.199--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-17 17:54:19.199--ServerSession(454071866)--Connection(950953557)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.2--ServerSession(454071866)--Connection(950953557)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.2--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-17 17:54:19.2--ServerSession(454071866)--Connection(950953557)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.2--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 250:null:description_250
    [junit] [EL Finest]: 2024-04-17 17:54:19.2--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 251:null:description_251
    [junit] [EL Finest]: 2024-04-17 17:54:19.2--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 252:null:description_252
    [junit] [EL Finest]: 2024-04-17 17:54:19.2--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-17 17:54:19.2--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-17 17:54:19.2--ServerSession(454071866)--Connection(50535987)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.2--ServerSession(454071866)--Connection(50535987)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.201--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-17 17:54:19.201--ServerSession(454071866)--Connection(50535987)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.201--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 253:null:description_253
    [junit] [EL Finest]: 2024-04-17 17:54:19.201--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-17 17:54:19.201--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-17 17:54:19.201--ServerSession(454071866)--Connection(2023078608)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.201--ServerSession(454071866)--Connection(2023078608)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.201--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-17 17:54:19.202--ServerSession(454071866)--Connection(2023078608)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.202--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 254:null:description_254
    [junit] [EL Finest]: 2024-04-17 17:54:19.202--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 255:null:description_255
    [junit] [EL Finest]: 2024-04-17 17:54:19.202--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-17 17:54:19.202--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-17 17:54:19.202--ServerSession(454071866)--Connection(1811019433)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.202--ServerSession(454071866)--Connection(1811019433)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.202--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-17 17:54:19.202--ServerSession(454071866)--Connection(1811019433)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.202--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 256:null:description_256
    [junit] [EL Finest]: 2024-04-17 17:54:19.202--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 257:null:description_257
    [junit] [EL Finest]: 2024-04-17 17:54:19.203--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 258:null:description_258
    [junit] [EL Finest]: 2024-04-17 17:54:19.203--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-17 17:54:19.203--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-17 17:54:19.203--ServerSession(454071866)--Connection(282127817)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.203--ServerSession(454071866)--Connection(282127817)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.203--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-17 17:54:19.203--ServerSession(454071866)--Connection(282127817)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.203--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 259:null:description_259
    [junit] [EL Finest]: 2024-04-17 17:54:19.203--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 260:null:description_260
    [junit] [EL Finest]: 2024-04-17 17:54:19.203--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 261:null:description_261
    [junit] [EL Finest]: 2024-04-17 17:54:19.203--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 262:null:description_262
    [junit] [EL Finest]: 2024-04-17 17:54:19.204--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-17 17:54:19.204--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-17 17:54:19.204--ServerSession(454071866)--Connection(108878855)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.204--ServerSession(454071866)--Connection(108878855)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.204--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-17 17:54:19.204--ServerSession(454071866)--Connection(108878855)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.204--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 263:null:description_263
    [junit] [EL Finest]: 2024-04-17 17:54:19.204--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-17 17:54:19.205--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-17 17:54:19.205--ServerSession(454071866)--Connection(1992676412)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.205--ServerSession(454071866)--Connection(1992676412)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.205--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-17 17:54:19.205--ServerSession(454071866)--Connection(1992676412)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.205--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 264:null:description_264
    [junit] [EL Finest]: 2024-04-17 17:54:19.205--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 265:null:description_265
    [junit] [EL Finest]: 2024-04-17 17:54:19.205--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-17 17:54:19.205--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-17 17:54:19.205--ServerSession(454071866)--Connection(1737867228)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.205--ServerSession(454071866)--Connection(1737867228)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.206--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-17 17:54:19.206--ServerSession(454071866)--Connection(1737867228)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.206--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 266:null:description_266
    [junit] [EL Finest]: 2024-04-17 17:54:19.206--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 267:null:description_267
    [junit] [EL Finest]: 2024-04-17 17:54:19.206--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 268:null:description_268
    [junit] [EL Finest]: 2024-04-17 17:54:19.206--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-17 17:54:19.206--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-17 17:54:19.206--ServerSession(454071866)--Connection(1788571137)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.206--ServerSession(454071866)--Connection(1788571137)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.206--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-17 17:54:19.207--ServerSession(454071866)--Connection(1788571137)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.207--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 269:null:description_269
    [junit] [EL Finest]: 2024-04-17 17:54:19.207--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 270:null:description_270
    [junit] [EL Finest]: 2024-04-17 17:54:19.207--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 271:null:description_271
    [junit] [EL Finest]: 2024-04-17 17:54:19.207--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 272:null:description_272
    [junit] [EL Finest]: 2024-04-17 17:54:19.207--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-17 17:54:19.207--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-17 17:54:19.207--ServerSession(454071866)--Connection(1072477273)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.207--ServerSession(454071866)--Connection(1072477273)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.207--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-17 17:54:19.208--ServerSession(454071866)--Connection(1072477273)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.208--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 273:null:description_273
    [junit] [EL Finest]: 2024-04-17 17:54:19.208--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 274:null:description_274
    [junit] [EL Finest]: 2024-04-17 17:54:19.208--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 275:null:description_275
    [junit] [EL Finest]: 2024-04-17 17:54:19.208--UnitOfWork(495332867)--Thread(Thread[main,5,main])--Register the existing object 276:null:description_276
    [junit] [EL Finest]: 2024-04-17 17:54:19.208--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.797 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestJoinedInheritance
    [junit] [EL Finer]: 2024-04-17 17:54:19.233--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1984786708
    [junit] [EL Finer]: 2024-04-17 17:54:19.233--ClientSession(1984786708)--Thread(Thread[main,5,main])--acquire unit of work: 866980015
    [junit] [EL Finest]: 2024-04-17 17:54:19.233--UnitOfWork(866980015)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.233--UnitOfWork(866980015)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.233--UnitOfWork(866980015)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.233--UnitOfWork(866980015)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.233--UnitOfWork(866980015)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.233--UnitOfWork(866980015)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.233--UnitOfWork(866980015)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.233--UnitOfWork(866980015)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.234--UnitOfWork(866980015)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.234--UnitOfWork(866980015)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.234--UnitOfWork(866980015)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.234--UnitOfWork(866980015)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.234--UnitOfWork(866980015)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.234--UnitOfWork(866980015)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.234--UnitOfWork(866980015)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.234--UnitOfWork(866980015)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.234--UnitOfWork(866980015)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.234--UnitOfWork(866980015)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.234--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-17 17:54:19.234--ServerSession(454071866)--Connection(941742233)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.234--ClientSession(1984786708)--Connection(941742233)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.234--ClientSession(1984786708)--Connection(941742233)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:19.235--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-17 17:54:19.235--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-17 17:54:19.235--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.235--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.235--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--	bind => [201, 10.0, none, BrokerageAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.235--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--	bind => [202, 11.0, none, BrokerageAccount]
    [junit] [EL Finer]: 2024-04-17 17:54:19.235--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:19.236--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-17 17:54:19.236--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-17 17:54:19.236--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-17 17:54:19.236--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-17 17:54:19.236--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.236--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.236--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:19.236--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:19.236--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.237--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-17 17:54:19.237--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-17 17:54:19.238--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-17 17:54:19.238--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-17 17:54:19.238--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-17 17:54:19.238--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-17 17:54:19.238--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-17 17:54:19.238--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-17 17:54:19.238--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-17 17:54:19.238--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-17 17:54:19.238--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-17 17:54:19.238--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-17 17:54:19.239--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.239--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.239--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--	bind => [302, 11.0, none, CreditCardAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.239--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--	bind => [304, 13.0, none, CreditCardAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.239--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--	bind => [303, 12.0, none, CreditCardAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.239--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--	bind => [301, 10.0, none, CreditCardAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.239--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--	bind => [102, 11.0, none, SavingsAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.239--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--	bind => [104, 13.0, none, SavingsAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.239--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--	bind => [103, 12.0, none, SavingsAccount]
    [junit] [EL Finer]: 2024-04-17 17:54:19.239--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:19.24--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-17 17:54:19.24--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-17 17:54:19.24--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.24--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-17 17:54:19.24--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-17 17:54:19.24--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-17 17:54:19.24--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-17 17:54:19.24--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:19.24--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.24--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--INSERT INTO TMP_BROKER_ACC (RISKLEVEL, ACC_NUMBER) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.24--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--	bind => [super-risky, 201]
    [junit] [EL Fine]: 2024-04-17 17:54:19.241--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--	bind => [super-risky, 202]
    [junit] [EL Finer]: 2024-04-17 17:54:19.241--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:19.241--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.241--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-17 17:54:19.241--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--	bind => [12345678, Volksbank, 21.0, 101]
    [junit] [EL Fine]: 2024-04-17 17:54:19.241--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--	bind => [12345678, Volksbank, 21.0, 102]
    [junit] [EL Fine]: 2024-04-17 17:54:19.241--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--	bind => [12345678, Volksbank, 21.0, 104]
    [junit] [EL Fine]: 2024-04-17 17:54:19.241--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--	bind => [12345678, Volksbank, 21.0, 103]
    [junit] [EL Finer]: 2024-04-17 17:54:19.241--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:19.242--ClientSession(1984786708)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" )
    [junit] [EL Finer]: 2024-04-17 17:54:19.242--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.242--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-17 17:54:19.242--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--	bind => [1000001, VISA, 2010-01-01, 302]
    [junit] [EL Fine]: 2024-04-17 17:54:19.242--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--	bind => [1000003, VISA, 2010-01-01, 304]
    [junit] [EL Fine]: 2024-04-17 17:54:19.242--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--	bind => [1000002, VISA, 2010-01-01, 303]
    [junit] [EL Fine]: 2024-04-17 17:54:19.242--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--	bind => [1000000, VISA, 2010-01-01, 301]
    [junit] [EL Finer]: 2024-04-17 17:54:19.242--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:19.243--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-17 17:54:19.243--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-17 17:54:19.243--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-17 17:54:19.243--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.243--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.243--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--	bind => [303, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:19.243--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--	bind => [304, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:19.243--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--	bind => [302, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:19.243--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--	bind => [301, 3]
    [junit] [EL Finer]: 2024-04-17 17:54:19.243--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:19.244--ClientSession(1984786708)--Connection(1378684617)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.244--ServerSession(454071866)--Connection(941742233)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.244--UnitOfWork(866980015)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.244--UnitOfWork(866980015)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.245--UnitOfWork(866980015)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.245--ClientSession(1984786708)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.245--UnitOfWork(866980015)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.245--ClientSession(1984786708)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.246--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1736549441
    [junit] [EL Finer]: 2024-04-17 17:54:19.246--ClientSession(1736549441)--Thread(Thread[main,5,main])--acquire unit of work: 1547050072
    [junit] [EL Finest]: 2024-04-17 17:54:19.246--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-17 17:54:19.246--ServerSession(454071866)--Connection(330343151)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.246--ServerSession(454071866)--Connection(330343151)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.246--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-17 17:54:19.247--ServerSession(454071866)--Connection(330343151)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:19.263--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 625010424
    [junit] [EL Finer]: 2024-04-17 17:54:19.263--ClientSession(625010424)--Thread(Thread[main,5,main])--acquire unit of work: 575983040
    [junit] [EL Finest]: 2024-04-17 17:54:19.263--UnitOfWork(575983040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.264--UnitOfWork(575983040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.264--UnitOfWork(575983040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.264--UnitOfWork(575983040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.264--UnitOfWork(575983040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.264--UnitOfWork(575983040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.264--UnitOfWork(575983040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.264--UnitOfWork(575983040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.264--UnitOfWork(575983040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.264--UnitOfWork(575983040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.264--UnitOfWork(575983040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.264--UnitOfWork(575983040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.264--UnitOfWork(575983040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.264--UnitOfWork(575983040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.264--UnitOfWork(575983040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.264--UnitOfWork(575983040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.264--UnitOfWork(575983040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.264--UnitOfWork(575983040)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.265--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-17 17:54:19.265--ServerSession(454071866)--Connection(1223130705)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.265--ClientSession(625010424)--Connection(1223130705)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.265--ClientSession(625010424)--Connection(1223130705)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:19.265--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-17 17:54:19.265--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-17 17:54:19.265--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.265--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.265--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--	bind => [202, 11.0, none, BrokerageAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.265--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--	bind => [201, 10.0, none, BrokerageAccount]
    [junit] [EL Finer]: 2024-04-17 17:54:19.265--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:19.266--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-17 17:54:19.266--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-17 17:54:19.266--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-17 17:54:19.266--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-17 17:54:19.266--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.266--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.266--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:19.266--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:19.266--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.266--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-17 17:54:19.266--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-17 17:54:19.267--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-17 17:54:19.267--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-17 17:54:19.267--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-17 17:54:19.267--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-17 17:54:19.267--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-17 17:54:19.267--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-17 17:54:19.267--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-17 17:54:19.267--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-17 17:54:19.267--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-17 17:54:19.267--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-17 17:54:19.267--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.267--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.267--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--	bind => [301, 10.0, none, CreditCardAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.267--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--	bind => [304, 13.0, none, CreditCardAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.267--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--	bind => [303, 12.0, none, CreditCardAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.267--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--	bind => [302, 11.0, none, CreditCardAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.268--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--	bind => [104, 13.0, none, SavingsAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.268--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--	bind => [103, 12.0, none, SavingsAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.268--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--	bind => [102, 11.0, none, SavingsAccount]
    [junit] [EL Finer]: 2024-04-17 17:54:19.268--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:19.269--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-17 17:54:19.269--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-17 17:54:19.269--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.269--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-17 17:54:19.269--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-17 17:54:19.269--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-17 17:54:19.269--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-17 17:54:19.269--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:19.27--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.27--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--INSERT INTO TMP_BROKER_ACC (RISKLEVEL, ACC_NUMBER) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.27--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--	bind => [super-risky, 202]
    [junit] [EL Fine]: 2024-04-17 17:54:19.27--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--	bind => [super-risky, 201]
    [junit] [EL Finer]: 2024-04-17 17:54:19.27--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:19.27--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.27--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-17 17:54:19.27--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--	bind => [12345678, Volksbank, 21.0, 101]
    [junit] [EL Fine]: 2024-04-17 17:54:19.27--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--	bind => [12345678, Volksbank, 21.0, 104]
    [junit] [EL Fine]: 2024-04-17 17:54:19.27--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--	bind => [12345678, Volksbank, 21.0, 103]
    [junit] [EL Fine]: 2024-04-17 17:54:19.27--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--	bind => [12345678, Volksbank, 21.0, 102]
    [junit] [EL Finer]: 2024-04-17 17:54:19.27--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:19.271--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-17 17:54:19.271--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.271--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-17 17:54:19.271--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--	bind => [1000000, VISA, 2010-01-01, 301]
    [junit] [EL Fine]: 2024-04-17 17:54:19.271--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--	bind => [1000003, VISA, 2010-01-01, 304]
    [junit] [EL Fine]: 2024-04-17 17:54:19.271--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--	bind => [1000002, VISA, 2010-01-01, 303]
    [junit] [EL Fine]: 2024-04-17 17:54:19.271--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--	bind => [1000001, VISA, 2010-01-01, 302]
    [junit] [EL Finer]: 2024-04-17 17:54:19.271--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:19.271--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-17 17:54:19.272--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-17 17:54:19.272--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-17 17:54:19.272--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.272--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.272--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--	bind => [301, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:19.272--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--	bind => [302, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:19.272--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--	bind => [304, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:19.272--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--	bind => [303, 4]
    [junit] [EL Finer]: 2024-04-17 17:54:19.272--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:19.272--ClientSession(625010424)--Connection(461592476)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.272--ServerSession(454071866)--Connection(1223130705)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.273--UnitOfWork(575983040)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.273--UnitOfWork(575983040)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.273--UnitOfWork(575983040)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.273--ClientSession(625010424)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.273--UnitOfWork(575983040)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.273--ClientSession(625010424)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.274--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1294549532
    [junit] [EL Finer]: 2024-04-17 17:54:19.274--ClientSession(1294549532)--Thread(Thread[main,5,main])--acquire unit of work: 916651345
    [junit] [EL Finest]: 2024-04-17 17:54:19.274--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-17 17:54:19.291--ServerSession(454071866)--Connection(1608556434)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.291--ServerSession(454071866)--Connection(1608556434)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.292--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-17 17:54:19.292--ServerSession(454071866)--Connection(1608556434)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:19.309--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1668447024
    [junit] [EL Finer]: 2024-04-17 17:54:19.309--ClientSession(1668447024)--Thread(Thread[main,5,main])--acquire unit of work: 1755856246
    [junit] [EL Finest]: 2024-04-17 17:54:19.309--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.309--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.309--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.309--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.309--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.309--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.309--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.309--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.309--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.309--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.309--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.309--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.31--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.31--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.31--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.31--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.31--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.31--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.31--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-17 17:54:19.31--ServerSession(454071866)--Connection(504326867)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.31--ClientSession(1668447024)--Connection(504326867)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.31--ClientSession(1668447024)--Connection(504326867)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:19.31--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-17 17:54:19.31--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-17 17:54:19.31--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.31--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.31--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--	bind => [201, 10.0, none, BrokerageAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.31--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--	bind => [202, 11.0, none, BrokerageAccount]
    [junit] [EL Finer]: 2024-04-17 17:54:19.31--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:19.311--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-17 17:54:19.311--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-17 17:54:19.311--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-17 17:54:19.311--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-17 17:54:19.311--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.311--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.311--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:19.311--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:19.311--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.312--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-17 17:54:19.312--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-17 17:54:19.312--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-17 17:54:19.312--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-17 17:54:19.312--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-17 17:54:19.313--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-17 17:54:19.313--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-17 17:54:19.313--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-17 17:54:19.313--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-17 17:54:19.313--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-17 17:54:19.313--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-17 17:54:19.313--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-17 17:54:19.313--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.313--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.313--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--	bind => [302, 11.0, none, CreditCardAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.313--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--	bind => [303, 12.0, none, CreditCardAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.313--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--	bind => [304, 13.0, none, CreditCardAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.313--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--	bind => [301, 10.0, none, CreditCardAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.313--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--	bind => [104, 13.0, none, SavingsAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.313--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--	bind => [102, 11.0, none, SavingsAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.313--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--	bind => [103, 12.0, none, SavingsAccount]
    [junit] [EL Finer]: 2024-04-17 17:54:19.313--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:19.314--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-17 17:54:19.314--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-17 17:54:19.314--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.314--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-17 17:54:19.314--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-17 17:54:19.314--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-17 17:54:19.314--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-17 17:54:19.314--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:19.315--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.315--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--INSERT INTO TMP_BROKER_ACC (RISKLEVEL, ACC_NUMBER) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.315--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--	bind => [super-risky, 201]
    [junit] [EL Fine]: 2024-04-17 17:54:19.315--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--	bind => [super-risky, 202]
    [junit] [EL Finer]: 2024-04-17 17:54:19.315--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:19.315--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.315--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-17 17:54:19.315--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--	bind => [12345678, Volksbank, 21.0, 101]
    [junit] [EL Fine]: 2024-04-17 17:54:19.315--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--	bind => [12345678, Volksbank, 21.0, 104]
    [junit] [EL Fine]: 2024-04-17 17:54:19.315--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--	bind => [12345678, Volksbank, 21.0, 102]
    [junit] [EL Fine]: 2024-04-17 17:54:19.315--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--	bind => [12345678, Volksbank, 21.0, 103]
    [junit] [EL Finer]: 2024-04-17 17:54:19.315--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:19.316--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-17 17:54:19.316--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.316--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-17 17:54:19.316--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--	bind => [1000001, VISA, 2010-01-01, 302]
    [junit] [EL Fine]: 2024-04-17 17:54:19.316--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--	bind => [1000002, VISA, 2010-01-01, 303]
    [junit] [EL Fine]: 2024-04-17 17:54:19.316--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--	bind => [1000003, VISA, 2010-01-01, 304]
    [junit] [EL Fine]: 2024-04-17 17:54:19.316--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--	bind => [1000000, VISA, 2010-01-01, 301]
    [junit] [EL Finer]: 2024-04-17 17:54:19.316--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:19.317--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-17 17:54:19.317--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-17 17:54:19.317--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-17 17:54:19.317--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.317--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.317--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--	bind => [304, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:19.317--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--	bind => [303, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:19.317--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--	bind => [301, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:19.317--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--	bind => [302, 3]
    [junit] [EL Finer]: 2024-04-17 17:54:19.317--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:19.317--ClientSession(1668447024)--Connection(769613428)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.318--ServerSession(454071866)--Connection(504326867)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.318--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.318--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.318--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.318--ClientSession(1668447024)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.318--UnitOfWork(1755856246)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.318--ClientSession(1668447024)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.319--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 397563391
    [junit] [EL Finer]: 2024-04-17 17:54:19.319--ClientSession(397563391)--Thread(Thread[main,5,main])--acquire unit of work: 886415720
    [junit] [EL Finest]: 2024-04-17 17:54:19.319--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-17 17:54:19.319--ServerSession(454071866)--Connection(129671544)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.319--ServerSession(454071866)--Connection(129671544)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.319--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-17 17:54:19.32--ServerSession(454071866)--Connection(129671544)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:19.336--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 88442105
    [junit] [EL Finer]: 2024-04-17 17:54:19.336--ClientSession(88442105)--Thread(Thread[main,5,main])--acquire unit of work: 673425442
    [junit] [EL Finest]: 2024-04-17 17:54:19.336--UnitOfWork(673425442)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.336--UnitOfWork(673425442)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.336--UnitOfWork(673425442)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.336--UnitOfWork(673425442)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.336--UnitOfWork(673425442)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.336--UnitOfWork(673425442)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.336--UnitOfWork(673425442)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.336--UnitOfWork(673425442)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.336--UnitOfWork(673425442)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.336--UnitOfWork(673425442)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.336--UnitOfWork(673425442)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.336--UnitOfWork(673425442)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.336--UnitOfWork(673425442)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.337--UnitOfWork(673425442)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.337--UnitOfWork(673425442)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.337--UnitOfWork(673425442)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.337--UnitOfWork(673425442)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.337--UnitOfWork(673425442)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.337--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-17 17:54:19.337--ServerSession(454071866)--Connection(485310811)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.337--ClientSession(88442105)--Connection(485310811)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.337--ClientSession(88442105)--Connection(485310811)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:19.337--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-17 17:54:19.337--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-17 17:54:19.337--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.337--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.337--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--	bind => [202, 11.0, none, BrokerageAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.337--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--	bind => [201, 10.0, none, BrokerageAccount]
    [junit] [EL Finer]: 2024-04-17 17:54:19.337--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:19.338--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-17 17:54:19.338--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-17 17:54:19.338--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-17 17:54:19.338--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-17 17:54:19.338--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.338--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.338--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:19.338--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:19.338--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.339--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-17 17:54:19.339--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-17 17:54:19.339--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-17 17:54:19.339--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-17 17:54:19.339--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-17 17:54:19.34--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-17 17:54:19.34--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-17 17:54:19.34--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-17 17:54:19.34--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-17 17:54:19.34--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-17 17:54:19.34--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-17 17:54:19.34--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-17 17:54:19.34--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.34--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.34--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--	bind => [303, 12.0, none, CreditCardAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.34--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--	bind => [301, 10.0, none, CreditCardAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.34--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--	bind => [304, 13.0, none, CreditCardAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.34--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--	bind => [302, 11.0, none, CreditCardAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.34--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--	bind => [103, 12.0, none, SavingsAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.34--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--	bind => [102, 11.0, none, SavingsAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.34--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--	bind => [104, 13.0, none, SavingsAccount]
    [junit] [EL Finer]: 2024-04-17 17:54:19.34--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:19.341--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-17 17:54:19.341--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-17 17:54:19.341--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.341--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-17 17:54:19.341--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-17 17:54:19.341--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-17 17:54:19.341--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-17 17:54:19.341--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:19.342--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.342--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--INSERT INTO TMP_BROKER_ACC (RISKLEVEL, ACC_NUMBER) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.342--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--	bind => [super-risky, 202]
    [junit] [EL Fine]: 2024-04-17 17:54:19.342--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--	bind => [super-risky, 201]
    [junit] [EL Finer]: 2024-04-17 17:54:19.342--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:19.342--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.342--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-17 17:54:19.342--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--	bind => [12345678, Volksbank, 21.0, 101]
    [junit] [EL Fine]: 2024-04-17 17:54:19.342--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--	bind => [12345678, Volksbank, 21.0, 103]
    [junit] [EL Fine]: 2024-04-17 17:54:19.342--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--	bind => [12345678, Volksbank, 21.0, 102]
    [junit] [EL Fine]: 2024-04-17 17:54:19.342--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--	bind => [12345678, Volksbank, 21.0, 104]
    [junit] [EL Finer]: 2024-04-17 17:54:19.342--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:19.343--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-17 17:54:19.343--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.343--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-17 17:54:19.343--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--	bind => [1000002, VISA, 2010-01-01, 303]
    [junit] [EL Fine]: 2024-04-17 17:54:19.343--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--	bind => [1000000, VISA, 2010-01-01, 301]
    [junit] [EL Fine]: 2024-04-17 17:54:19.343--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--	bind => [1000003, VISA, 2010-01-01, 304]
    [junit] [EL Fine]: 2024-04-17 17:54:19.343--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--	bind => [1000001, VISA, 2010-01-01, 302]
    [junit] [EL Finer]: 2024-04-17 17:54:19.343--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:19.344--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-17 17:54:19.344--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-17 17:54:19.344--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-17 17:54:19.344--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.344--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.344--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--	bind => [304, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:19.344--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--	bind => [303, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:19.344--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--	bind => [302, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:19.344--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--	bind => [301, 3]
    [junit] [EL Finer]: 2024-04-17 17:54:19.344--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:19.344--ClientSession(88442105)--Connection(239380282)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.345--ServerSession(454071866)--Connection(485310811)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.345--UnitOfWork(673425442)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.345--UnitOfWork(673425442)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.345--UnitOfWork(673425442)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.345--ClientSession(88442105)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.345--UnitOfWork(673425442)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.345--ClientSession(88442105)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.346--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1158386921
    [junit] [EL Finer]: 2024-04-17 17:54:19.346--ClientSession(1158386921)--Thread(Thread[main,5,main])--acquire unit of work: 1663079416
    [junit] [EL Finest]: 2024-04-17 17:54:19.346--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-17 17:54:19.346--ServerSession(454071866)--Connection(1850353552)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.346--ServerSession(454071866)--Connection(1850353552)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.346--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-17 17:54:19.347--ServerSession(454071866)--Connection(1850353552)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.348--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-17 17:54:19.348--ServerSession(454071866)--Connection(652574670)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.348--ServerSession(454071866)--Connection(652574670)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.348--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-17 17:54:19.349--ServerSession(454071866)--Connection(652574670)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:19.365--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1126540006
    [junit] [EL Finer]: 2024-04-17 17:54:19.366--ClientSession(1126540006)--Thread(Thread[main,5,main])--acquire unit of work: 1931428900
    [junit] [EL Finest]: 2024-04-17 17:54:19.366--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.366--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.366--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.366--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.366--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.366--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.366--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.366--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.366--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.366--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.366--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.366--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.366--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.366--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.366--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.366--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.366--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.366--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.366--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-17 17:54:19.366--ServerSession(454071866)--Connection(1694645625)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.366--ClientSession(1126540006)--Connection(1694645625)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.366--ClientSession(1126540006)--Connection(1694645625)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:19.367--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-17 17:54:19.367--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-17 17:54:19.367--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.367--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.367--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--	bind => [201, 10.0, none, BrokerageAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.367--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--	bind => [202, 11.0, none, BrokerageAccount]
    [junit] [EL Finer]: 2024-04-17 17:54:19.367--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:19.367--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-17 17:54:19.367--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-17 17:54:19.367--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-17 17:54:19.367--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-17 17:54:19.368--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.368--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.368--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:19.368--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:19.368--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.368--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-17 17:54:19.368--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-17 17:54:19.369--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-17 17:54:19.369--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-17 17:54:19.369--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-17 17:54:19.369--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-17 17:54:19.369--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-17 17:54:19.369--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-17 17:54:19.369--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-17 17:54:19.369--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-17 17:54:19.369--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-17 17:54:19.369--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-17 17:54:19.369--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.369--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.369--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--	bind => [304, 13.0, none, CreditCardAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.369--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--	bind => [301, 10.0, none, CreditCardAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.369--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--	bind => [303, 12.0, none, CreditCardAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.369--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--	bind => [302, 11.0, none, CreditCardAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.369--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--	bind => [104, 13.0, none, SavingsAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.37--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--	bind => [103, 12.0, none, SavingsAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.37--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--	bind => [102, 11.0, none, SavingsAccount]
    [junit] [EL Finer]: 2024-04-17 17:54:19.37--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:19.371--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-17 17:54:19.371--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-17 17:54:19.371--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.371--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-17 17:54:19.371--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-17 17:54:19.371--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-17 17:54:19.371--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-17 17:54:19.371--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:19.372--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.372--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--INSERT INTO TMP_BROKER_ACC (RISKLEVEL, ACC_NUMBER) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.372--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--	bind => [super-risky, 201]
    [junit] [EL Fine]: 2024-04-17 17:54:19.372--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--	bind => [super-risky, 202]
    [junit] [EL Finer]: 2024-04-17 17:54:19.372--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:19.372--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.372--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-17 17:54:19.372--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--	bind => [12345678, Volksbank, 21.0, 101]
    [junit] [EL Fine]: 2024-04-17 17:54:19.372--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--	bind => [12345678, Volksbank, 21.0, 104]
    [junit] [EL Fine]: 2024-04-17 17:54:19.372--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--	bind => [12345678, Volksbank, 21.0, 103]
    [junit] [EL Fine]: 2024-04-17 17:54:19.372--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--	bind => [12345678, Volksbank, 21.0, 102]
    [junit] [EL Finer]: 2024-04-17 17:54:19.373--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:19.373--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-17 17:54:19.373--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.373--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-17 17:54:19.373--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--	bind => [1000003, VISA, 2010-01-01, 304]
    [junit] [EL Fine]: 2024-04-17 17:54:19.373--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--	bind => [1000000, VISA, 2010-01-01, 301]
    [junit] [EL Fine]: 2024-04-17 17:54:19.373--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--	bind => [1000002, VISA, 2010-01-01, 303]
    [junit] [EL Fine]: 2024-04-17 17:54:19.373--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--	bind => [1000001, VISA, 2010-01-01, 302]
    [junit] [EL Finer]: 2024-04-17 17:54:19.373--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:19.374--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-17 17:54:19.374--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-17 17:54:19.374--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-17 17:54:19.374--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.374--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.374--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--	bind => [303, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:19.374--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--	bind => [304, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:19.374--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--	bind => [302, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:19.374--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--	bind => [301, 3]
    [junit] [EL Finer]: 2024-04-17 17:54:19.374--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:19.375--ClientSession(1126540006)--Connection(1111535829)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.375--ServerSession(454071866)--Connection(1694645625)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.375--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.375--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.375--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.375--ClientSession(1126540006)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.375--UnitOfWork(1931428900)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.375--ClientSession(1126540006)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.376--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 333341423
    [junit] [EL Finer]: 2024-04-17 17:54:19.376--ClientSession(333341423)--Thread(Thread[main,5,main])--acquire unit of work: 1796196203
    [junit] [EL Finest]: 2024-04-17 17:54:19.376--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-17 17:54:19.376--ServerSession(454071866)--Connection(182765399)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.376--ServerSession(454071866)--Connection(182765399)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.376--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-17 17:54:19.377--ServerSession(454071866)--Connection(182765399)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:19.393--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 746180688
    [junit] [EL Finer]: 2024-04-17 17:54:19.393--ClientSession(746180688)--Thread(Thread[main,5,main])--acquire unit of work: 1196160524
    [junit] [EL Finest]: 2024-04-17 17:54:19.393--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.393--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.393--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.394--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.394--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.394--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.394--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.394--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.394--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.394--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.394--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.394--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.394--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.394--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.394--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.394--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.394--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.395--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.395--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-17 17:54:19.396--ServerSession(454071866)--Connection(1404875064)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.396--ClientSession(746180688)--Connection(1404875064)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.396--ClientSession(746180688)--Connection(1404875064)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:19.396--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-17 17:54:19.396--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-17 17:54:19.396--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.396--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.396--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--	bind => [201, 10.0, none, BrokerageAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.396--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--	bind => [202, 11.0, none, BrokerageAccount]
    [junit] [EL Finer]: 2024-04-17 17:54:19.396--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:19.396--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-17 17:54:19.396--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-17 17:54:19.397--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-17 17:54:19.397--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-17 17:54:19.397--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.397--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.397--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:19.397--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:19.397--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.397--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-17 17:54:19.397--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-17 17:54:19.398--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-17 17:54:19.398--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-17 17:54:19.398--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-17 17:54:19.398--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-17 17:54:19.398--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-17 17:54:19.398--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-17 17:54:19.398--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-17 17:54:19.398--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-17 17:54:19.398--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-17 17:54:19.398--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-17 17:54:19.398--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.398--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.398--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--	bind => [302, 11.0, none, CreditCardAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.398--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--	bind => [303, 12.0, none, CreditCardAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.398--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--	bind => [301, 10.0, none, CreditCardAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.398--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--	bind => [304, 13.0, none, CreditCardAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.398--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--	bind => [102, 11.0, none, SavingsAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.399--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--	bind => [104, 13.0, none, SavingsAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:19.399--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--	bind => [103, 12.0, none, SavingsAccount]
    [junit] [EL Finer]: 2024-04-17 17:54:19.399--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:19.401--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-17 17:54:19.401--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-17 17:54:19.401--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.401--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-17 17:54:19.401--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-17 17:54:19.401--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-17 17:54:19.401--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-17 17:54:19.401--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:19.401--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.401--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--INSERT INTO TMP_BROKER_ACC (RISKLEVEL, ACC_NUMBER) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.401--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--	bind => [super-risky, 201]
    [junit] [EL Fine]: 2024-04-17 17:54:19.401--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--	bind => [super-risky, 202]
    [junit] [EL Finer]: 2024-04-17 17:54:19.401--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:19.402--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.402--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-17 17:54:19.402--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--	bind => [12345678, Volksbank, 21.0, 101]
    [junit] [EL Fine]: 2024-04-17 17:54:19.402--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--	bind => [12345678, Volksbank, 21.0, 102]
    [junit] [EL Fine]: 2024-04-17 17:54:19.402--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--	bind => [12345678, Volksbank, 21.0, 104]
    [junit] [EL Fine]: 2024-04-17 17:54:19.402--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--	bind => [12345678, Volksbank, 21.0, 103]
    [junit] [EL Finer]: 2024-04-17 17:54:19.402--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:19.402--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-17 17:54:19.403--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.403--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-17 17:54:19.403--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--	bind => [1000001, VISA, 2010-01-01, 302]
    [junit] [EL Fine]: 2024-04-17 17:54:19.403--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--	bind => [1000002, VISA, 2010-01-01, 303]
    [junit] [EL Fine]: 2024-04-17 17:54:19.403--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--	bind => [1000000, VISA, 2010-01-01, 301]
    [junit] [EL Fine]: 2024-04-17 17:54:19.403--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--	bind => [1000003, VISA, 2010-01-01, 304]
    [junit] [EL Finer]: 2024-04-17 17:54:19.403--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:19.403--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-17 17:54:19.403--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-17 17:54:19.403--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-17 17:54:19.403--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.404--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.404--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--	bind => [301, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:19.404--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--	bind => [302, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:19.404--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--	bind => [303, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:19.404--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--	bind => [304, 4]
    [junit] [EL Finer]: 2024-04-17 17:54:19.404--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:19.404--ClientSession(746180688)--Connection(866408971)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.404--ServerSession(454071866)--Connection(1404875064)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.405--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.405--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.405--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.405--ClientSession(746180688)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.405--UnitOfWork(1196160524)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.405--ClientSession(746180688)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.405--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 864497341
    [junit] [EL Finer]: 2024-04-17 17:54:19.405--ClientSession(864497341)--Thread(Thread[main,5,main])--acquire unit of work: 556191663
    [junit] [EL Finest]: 2024-04-17 17:54:19.405--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-17 17:54:19.405--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-17 17:54:19.406--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-17 17:54:19.406--UnitOfWork(556191663)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="brokerageAccount" referenceClass=BrokerageAccount )
    [junit] [EL Finest]: 2024-04-17 17:54:19.406--ServerSession(454071866)--Connection(1461111257)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.406--ServerSession(454071866)--Connection(1461111257)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.406--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-17 17:54:19.407--ServerSession(454071866)--Connection(1461111257)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.407--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-17 17:54:19.407--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-17 17:54:19.407--ServerSession(454071866)--Connection(666044285)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.407--ServerSession(454071866)--Connection(666044285)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.407--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-17 17:54:19.408--ServerSession(454071866)--Connection(666044285)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.408--UnitOfWork(556191663)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="client" referenceClass=Employee )
    [junit] [EL Finest]: 2024-04-17 17:54:19.408--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-17 17:54:19.408--UnitOfWork(556191663)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="sampleAccount" referenceClass=Account )
    [junit] [EL Finest]: 2024-04-17 17:54:19.408--ServerSession(454071866)--Connection(562902186)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.408--ServerSession(454071866)--Connection(562902186)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.408--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-17 17:54:19.408--ServerSession(454071866)--Connection(562902186)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.409--ServerSession(454071866)--Connection(100508342)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.409--ServerSession(454071866)--Connection(100508342)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.409--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-17 17:54:19.409--ServerSession(454071866)--Connection(100508342)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.409--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.197 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestNativeQuery
    [junit] [EL Finer]: 2024-04-17 17:54:19.431--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1524475288
    [junit] [EL Finer]: 2024-04-17 17:54:19.431--ClientSession(1524475288)--Thread(Thread[main,5,main])--acquire unit of work: 3277781
    [junit] [EL Finest]: 2024-04-17 17:54:19.431--UnitOfWork(3277781)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.431--UnitOfWork(3277781)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.431--UnitOfWork(3277781)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.431--UnitOfWork(3277781)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.431--UnitOfWork(3277781)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.431--UnitOfWork(3277781)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.431--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-17 17:54:19.431--ServerSession(454071866)--Connection(1479741538)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.431--ClientSession(1524475288)--Connection(1479741538)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.431--ClientSession(1524475288)--Connection(1479741538)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:19.431--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-17 17:54:19.432--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-17 17:54:19.432--ClientSession(1524475288)--Connection(635438204)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.432--ClientSession(1524475288)--Connection(635438204)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.432--ClientSession(1524475288)--Connection(635438204)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:19.432--ClientSession(1524475288)--Connection(635438204)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:19.432--ClientSession(1524475288)--Connection(635438204)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:19.432--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-17 17:54:19.432--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-17 17:54:19.432--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-17 17:54:19.432--ClientSession(1524475288)--Connection(635438204)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.432--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-17 17:54:19.432--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-17 17:54:19.432--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-17 17:54:19.432--ClientSession(1524475288)--Connection(635438204)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:19.433--ClientSession(1524475288)--Connection(635438204)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.433--ServerSession(454071866)--Connection(1479741538)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.434--UnitOfWork(3277781)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.434--UnitOfWork(3277781)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.434--UnitOfWork(3277781)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.434--ClientSession(1524475288)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.434--UnitOfWork(3277781)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.434--ClientSession(1524475288)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.434--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 159394830
    [junit] [EL Finer]: 2024-04-17 17:54:19.434--ClientSession(159394830)--Thread(Thread[main,5,main])--acquire unit of work: 1355639110
    [junit] [EL Finer]: 2024-04-17 17:54:19.434--UnitOfWork(1355639110)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:19.434--UnitOfWork(1355639110)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:19.434--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-17 17:54:19.434--ServerSession(454071866)--Connection(161290710)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.434--ClientSession(159394830)--Connection(161290710)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.434--ClientSession(159394830)--Connection(161290710)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.434--ClientSession(159394830)--Connection(362270753)--Thread(Thread[main,5,main])--select * from TMP_DEP D where D.ID = 10
    [junit] [EL Finer]: 2024-04-17 17:54:19.435--UnitOfWork(1355639110)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.435--ClientSession(159394830)--Connection(362270753)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.435--ServerSession(454071866)--Connection(161290710)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.435--ClientSession(159394830)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.451--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 826313713
    [junit] [EL Finer]: 2024-04-17 17:54:19.451--ClientSession(826313713)--Thread(Thread[main,5,main])--acquire unit of work: 2081587186
    [junit] [EL Finest]: 2024-04-17 17:54:19.451--UnitOfWork(2081587186)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.451--UnitOfWork(2081587186)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.451--UnitOfWork(2081587186)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.451--UnitOfWork(2081587186)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.451--UnitOfWork(2081587186)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.451--UnitOfWork(2081587186)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.451--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-17 17:54:19.451--ServerSession(454071866)--Connection(1536550976)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.451--ClientSession(826313713)--Connection(1536550976)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.451--ClientSession(826313713)--Connection(1536550976)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:19.452--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-17 17:54:19.452--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-17 17:54:19.452--ClientSession(826313713)--Connection(21391379)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.452--ClientSession(826313713)--Connection(21391379)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.452--ClientSession(826313713)--Connection(21391379)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:19.452--ClientSession(826313713)--Connection(21391379)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:19.452--ClientSession(826313713)--Connection(21391379)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:19.452--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-17 17:54:19.452--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-17 17:54:19.452--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-17 17:54:19.453--ClientSession(826313713)--Connection(21391379)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.453--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-17 17:54:19.453--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-17 17:54:19.453--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-17 17:54:19.453--ClientSession(826313713)--Connection(21391379)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:19.453--ClientSession(826313713)--Connection(21391379)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.453--ServerSession(454071866)--Connection(1536550976)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.454--UnitOfWork(2081587186)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.454--UnitOfWork(2081587186)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.454--UnitOfWork(2081587186)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.454--ClientSession(826313713)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.454--UnitOfWork(2081587186)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.454--ClientSession(826313713)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.454--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 290431579
    [junit] [EL Finer]: 2024-04-17 17:54:19.454--ClientSession(290431579)--Thread(Thread[main,5,main])--acquire unit of work: 1415139872
    [junit] [EL Finer]: 2024-04-17 17:54:19.454--UnitOfWork(1415139872)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:19.454--UnitOfWork(1415139872)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:19.454--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-17 17:54:19.454--ServerSession(454071866)--Connection(1085892970)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.454--ClientSession(290431579)--Connection(1085892970)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.454--ClientSession(290431579)--Connection(1085892970)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.454--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-17 17:54:19.455--UnitOfWork(1415139872)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.455--ClientSession(290431579)--Connection(960324818)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.455--ServerSession(454071866)--Connection(1085892970)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.455--ClientSession(290431579)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.471--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 948977573
    [junit] [EL Finer]: 2024-04-17 17:54:19.471--ClientSession(948977573)--Thread(Thread[main,5,main])--acquire unit of work: 1624949878
    [junit] [EL Finest]: 2024-04-17 17:54:19.471--UnitOfWork(1624949878)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.471--UnitOfWork(1624949878)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.471--UnitOfWork(1624949878)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.471--UnitOfWork(1624949878)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.471--UnitOfWork(1624949878)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.471--UnitOfWork(1624949878)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.471--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-17 17:54:19.471--ServerSession(454071866)--Connection(1650177125)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.471--ClientSession(948977573)--Connection(1650177125)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.471--ClientSession(948977573)--Connection(1650177125)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:19.471--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-17 17:54:19.471--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-17 17:54:19.471--ClientSession(948977573)--Connection(1754831686)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.471--ClientSession(948977573)--Connection(1754831686)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.471--ClientSession(948977573)--Connection(1754831686)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:19.472--ClientSession(948977573)--Connection(1754831686)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:19.472--ClientSession(948977573)--Connection(1754831686)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:19.472--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-17 17:54:19.472--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-17 17:54:19.472--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-17 17:54:19.472--ClientSession(948977573)--Connection(1754831686)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.472--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-17 17:54:19.472--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-17 17:54:19.472--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-17 17:54:19.472--ClientSession(948977573)--Connection(1754831686)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:19.473--ClientSession(948977573)--Connection(1754831686)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.473--ServerSession(454071866)--Connection(1650177125)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.473--UnitOfWork(1624949878)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.473--UnitOfWork(1624949878)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.474--UnitOfWork(1624949878)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.474--ClientSession(948977573)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.474--UnitOfWork(1624949878)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.474--ClientSession(948977573)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.474--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1738171284
    [junit] [EL Finer]: 2024-04-17 17:54:19.474--ClientSession(1738171284)--Thread(Thread[main,5,main])--acquire unit of work: 959097834
    [junit] [EL Finer]: 2024-04-17 17:54:19.474--UnitOfWork(959097834)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:19.474--UnitOfWork(959097834)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:19.474--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-17 17:54:19.474--ServerSession(454071866)--Connection(1379495198)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.474--ClientSession(1738171284)--Connection(1379495198)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.474--ClientSession(1738171284)--Connection(1379495198)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.474--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-17 17:54:19.474--UnitOfWork(959097834)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.474--ClientSession(1738171284)--Connection(1027223781)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.475--ServerSession(454071866)--Connection(1379495198)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.475--ClientSession(1738171284)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.49--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 818475287
    [junit] [EL Finer]: 2024-04-17 17:54:19.49--ClientSession(818475287)--Thread(Thread[main,5,main])--acquire unit of work: 88886023
    [junit] [EL Finest]: 2024-04-17 17:54:19.49--UnitOfWork(88886023)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.49--UnitOfWork(88886023)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.49--UnitOfWork(88886023)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.49--UnitOfWork(88886023)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.49--UnitOfWork(88886023)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.49--UnitOfWork(88886023)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.49--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-17 17:54:19.49--ServerSession(454071866)--Connection(166896160)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.49--ClientSession(818475287)--Connection(166896160)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.49--ClientSession(818475287)--Connection(166896160)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:19.491--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-17 17:54:19.491--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-17 17:54:19.491--ClientSession(818475287)--Connection(2118642581)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.491--ClientSession(818475287)--Connection(2118642581)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.491--ClientSession(818475287)--Connection(2118642581)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:19.491--ClientSession(818475287)--Connection(2118642581)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:19.491--ClientSession(818475287)--Connection(2118642581)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:19.491--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-17 17:54:19.491--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-17 17:54:19.491--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-17 17:54:19.491--ClientSession(818475287)--Connection(2118642581)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.491--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-17 17:54:19.491--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-17 17:54:19.492--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-17 17:54:19.492--ClientSession(818475287)--Connection(2118642581)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:19.492--ClientSession(818475287)--Connection(2118642581)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.492--ServerSession(454071866)--Connection(166896160)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.492--UnitOfWork(88886023)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.492--UnitOfWork(88886023)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.493--UnitOfWork(88886023)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.493--ClientSession(818475287)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.493--UnitOfWork(88886023)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.493--ClientSession(818475287)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.493--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1327349011
    [junit] [EL Finer]: 2024-04-17 17:54:19.493--ClientSession(1327349011)--Thread(Thread[main,5,main])--acquire unit of work: 1060550557
    [junit] [EL Finer]: 2024-04-17 17:54:19.493--UnitOfWork(1060550557)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:19.493--UnitOfWork(1060550557)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:19.493--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-17 17:54:19.493--ServerSession(454071866)--Connection(1751597380)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.493--ClientSession(1327349011)--Connection(1751597380)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.493--ClientSession(1327349011)--Connection(1751597380)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.493--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-17 17:54:19.493--UnitOfWork(1060550557)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.493--ClientSession(1327349011)--Connection(1504814937)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.493--ServerSession(454071866)--Connection(1751597380)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.493--ClientSession(1327349011)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.511--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1070234286
    [junit] [EL Finer]: 2024-04-17 17:54:19.511--ClientSession(1070234286)--Thread(Thread[main,5,main])--acquire unit of work: 2069836478
    [junit] [EL Finest]: 2024-04-17 17:54:19.511--UnitOfWork(2069836478)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.511--UnitOfWork(2069836478)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.511--UnitOfWork(2069836478)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.511--UnitOfWork(2069836478)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.511--UnitOfWork(2069836478)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.511--UnitOfWork(2069836478)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.511--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-17 17:54:19.512--ServerSession(454071866)--Connection(667294020)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.512--ClientSession(1070234286)--Connection(667294020)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.512--ClientSession(1070234286)--Connection(667294020)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:19.512--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-17 17:54:19.512--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-17 17:54:19.512--ClientSession(1070234286)--Connection(1080280147)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.512--ClientSession(1070234286)--Connection(1080280147)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.512--ClientSession(1070234286)--Connection(1080280147)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:19.512--ClientSession(1070234286)--Connection(1080280147)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:19.512--ClientSession(1070234286)--Connection(1080280147)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:19.513--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-17 17:54:19.513--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-17 17:54:19.513--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-17 17:54:19.513--ClientSession(1070234286)--Connection(1080280147)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.513--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-17 17:54:19.513--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-17 17:54:19.513--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-17 17:54:19.513--ClientSession(1070234286)--Connection(1080280147)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:19.514--ClientSession(1070234286)--Connection(1080280147)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.514--ServerSession(454071866)--Connection(667294020)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.514--UnitOfWork(2069836478)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.514--UnitOfWork(2069836478)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.514--UnitOfWork(2069836478)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.514--ClientSession(1070234286)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.514--UnitOfWork(2069836478)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.514--ClientSession(1070234286)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.514--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1040397978
    [junit] [EL Finer]: 2024-04-17 17:54:19.514--ClientSession(1040397978)--Thread(Thread[main,5,main])--acquire unit of work: 352434586
    [junit] [EL Finer]: 2024-04-17 17:54:19.514--UnitOfWork(352434586)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:19.514--UnitOfWork(352434586)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:19.514--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-17 17:54:19.515--ServerSession(454071866)--Connection(1521027189)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.515--ClientSession(1040397978)--Connection(1521027189)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.515--ClientSession(1040397978)--Connection(1521027189)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.515--ClientSession(1040397978)--Connection(1527292961)--Thread(Thread[main,5,main])--select * from TMP_DEP D where D.ID = 10
    [junit] [EL Finer]: 2024-04-17 17:54:19.515--UnitOfWork(352434586)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.515--ClientSession(1040397978)--Connection(1527292961)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.515--ServerSession(454071866)--Connection(1521027189)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.515--ClientSession(1040397978)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.531--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1572420346
    [junit] [EL Finer]: 2024-04-17 17:54:19.531--ClientSession(1572420346)--Thread(Thread[main,5,main])--acquire unit of work: 63578078
    [junit] [EL Finest]: 2024-04-17 17:54:19.531--UnitOfWork(63578078)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.531--UnitOfWork(63578078)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.531--UnitOfWork(63578078)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.531--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-17 17:54:19.531--ServerSession(454071866)--Connection(591190387)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.531--ClientSession(1572420346)--Connection(591190387)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.531--ClientSession(1572420346)--Connection(591190387)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:19.532--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-17 17:54:19.532--ClientSession(1572420346)--Connection(129339892)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.532--ClientSession(1572420346)--Connection(129339892)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.532--ClientSession(1572420346)--Connection(129339892)--Thread(Thread[main,5,main])--	bind => [1, one, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:19.532--ClientSession(1572420346)--Connection(129339892)--Thread(Thread[main,5,main])--	bind => [2, two, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:19.532--ClientSession(1572420346)--Connection(129339892)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:19.532--ClientSession(1572420346)--Connection(129339892)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.532--ServerSession(454071866)--Connection(591190387)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.532--UnitOfWork(63578078)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.532--UnitOfWork(63578078)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.533--UnitOfWork(63578078)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.533--ClientSession(1572420346)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.533--UnitOfWork(63578078)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.533--ClientSession(1572420346)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.533--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1784267005
    [junit] [EL Finer]: 2024-04-17 17:54:19.533--ClientSession(1784267005)--Thread(Thread[main,5,main])--acquire unit of work: 803957636
    [junit] [EL Finest]: 2024-04-17 17:54:19.533--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-17 17:54:19.533--ServerSession(454071866)--Connection(75134396)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.533--ServerSession(454071866)--Connection(75134396)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.533--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-17 17:54:19.533--ServerSession(454071866)--Connection(75134396)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:19.549--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2098887640
    [junit] [EL Finer]: 2024-04-17 17:54:19.549--ClientSession(2098887640)--Thread(Thread[main,5,main])--acquire unit of work: 1103745887
    [junit] [EL Finest]: 2024-04-17 17:54:19.549--UnitOfWork(1103745887)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.549--UnitOfWork(1103745887)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.549--UnitOfWork(1103745887)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.549--UnitOfWork(1103745887)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.549--UnitOfWork(1103745887)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.549--UnitOfWork(1103745887)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.549--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-17 17:54:19.549--ServerSession(454071866)--Connection(596287936)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.549--ClientSession(2098887640)--Connection(596287936)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.549--ClientSession(2098887640)--Connection(596287936)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:19.55--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-17 17:54:19.55--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-17 17:54:19.55--ClientSession(2098887640)--Connection(2016530268)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.55--ClientSession(2098887640)--Connection(2016530268)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.55--ClientSession(2098887640)--Connection(2016530268)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:19.55--ClientSession(2098887640)--Connection(2016530268)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:19.55--ClientSession(2098887640)--Connection(2016530268)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:19.55--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-17 17:54:19.55--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-17 17:54:19.55--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-17 17:54:19.551--ClientSession(2098887640)--Connection(2016530268)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.551--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-17 17:54:19.551--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-17 17:54:19.551--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-17 17:54:19.551--ClientSession(2098887640)--Connection(2016530268)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:19.551--ClientSession(2098887640)--Connection(2016530268)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.552--ServerSession(454071866)--Connection(596287936)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.552--UnitOfWork(1103745887)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.552--UnitOfWork(1103745887)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.552--UnitOfWork(1103745887)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.552--ClientSession(2098887640)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.552--UnitOfWork(1103745887)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.552--ClientSession(2098887640)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.552--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 977962665
    [junit] [EL Finer]: 2024-04-17 17:54:19.552--ClientSession(977962665)--Thread(Thread[main,5,main])--acquire unit of work: 612223269
    [junit] [EL Finer]: 2024-04-17 17:54:19.552--UnitOfWork(612223269)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:19.552--UnitOfWork(612223269)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:19.552--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-17 17:54:19.552--ServerSession(454071866)--Connection(816312878)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.552--ClientSession(977962665)--Connection(816312878)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.552--ClientSession(977962665)--Connection(816312878)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.552--ClientSession(977962665)--Connection(1132036645)--Thread(Thread[main,5,main])--select * from TMP_DEP D where D.ID = 10
    [junit] [EL Finer]: 2024-04-17 17:54:19.553--UnitOfWork(612223269)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.553--ClientSession(977962665)--Connection(1132036645)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.553--ServerSession(454071866)--Connection(816312878)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.553--ClientSession(977962665)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.569--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1527375098
    [junit] [EL Finer]: 2024-04-17 17:54:19.569--ClientSession(1527375098)--Thread(Thread[main,5,main])--acquire unit of work: 1236061074
    [junit] [EL Finest]: 2024-04-17 17:54:19.569--UnitOfWork(1236061074)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.569--UnitOfWork(1236061074)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.569--UnitOfWork(1236061074)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.569--UnitOfWork(1236061074)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:19.569--UnitOfWork(1236061074)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.569--UnitOfWork(1236061074)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.569--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-17 17:54:19.569--ServerSession(454071866)--Connection(1095202555)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.569--ClientSession(1527375098)--Connection(1095202555)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.569--ClientSession(1527375098)--Connection(1095202555)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:19.569--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-17 17:54:19.569--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-17 17:54:19.569--ClientSession(1527375098)--Connection(1095234669)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.57--ClientSession(1527375098)--Connection(1095234669)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:19.57--ClientSession(1527375098)--Connection(1095234669)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:19.57--ClientSession(1527375098)--Connection(1095234669)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:19.57--ClientSession(1527375098)--Connection(1095234669)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:19.57--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-17 17:54:19.57--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-17 17:54:19.57--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-17 17:54:19.57--ClientSession(1527375098)--Connection(1095234669)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:19.57--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-17 17:54:19.57--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-17 17:54:19.57--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-17 17:54:19.57--ClientSession(1527375098)--Connection(1095234669)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:19.571--ClientSession(1527375098)--Connection(1095234669)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.571--ServerSession(454071866)--Connection(1095202555)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.571--UnitOfWork(1236061074)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.571--UnitOfWork(1236061074)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.571--UnitOfWork(1236061074)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.571--ClientSession(1527375098)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.571--UnitOfWork(1236061074)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.571--ClientSession(1527375098)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.571--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1251237486
    [junit] [EL Finer]: 2024-04-17 17:54:19.571--ClientSession(1251237486)--Thread(Thread[main,5,main])--acquire unit of work: 454031707
    [junit] [EL Finer]: 2024-04-17 17:54:19.571--UnitOfWork(454031707)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:19.571--UnitOfWork(454031707)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:19.572--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-17 17:54:19.572--ServerSession(454071866)--Connection(1994063118)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.572--ClientSession(1251237486)--Connection(1994063118)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.572--ClientSession(1251237486)--Connection(1994063118)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.572--ClientSession(1251237486)--Connection(856767883)--Thread(Thread[main,5,main])--select * from TMP_DEP D where D.ID = 10
    [junit] [EL Finer]: 2024-04-17 17:54:19.572--UnitOfWork(454031707)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.572--ClientSession(1251237486)--Connection(856767883)--Thread(Thread[main,5,main])--rollback transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.572--ServerSession(454071866)--Connection(1994063118)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.572--ClientSession(1251237486)--Thread(Thread[main,5,main])--client released
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestParameterTypes
    [junit] [EL Finer]: 2024-04-17 17:54:19.587--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 62146645
    [junit] [EL Finer]: 2024-04-17 17:54:19.587--ClientSession(62146645)--Thread(Thread[main,5,main])--acquire unit of work: 667758892
    [junit] [EL Finest]: 2024-04-17 17:54:19.587--UnitOfWork(667758892)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.587--UnitOfWork(667758892)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.587--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-17 17:54:19.587--ServerSession(454071866)--Connection(473513578)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.587--ClientSession(62146645)--Connection(473513578)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.587--ClientSession(62146645)--Connection(473513578)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.588--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-17 17:54:19.588--ClientSession(62146645)--Connection(1387473040)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.588--ServerSession(454071866)--Connection(473513578)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.589--UnitOfWork(667758892)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.589--UnitOfWork(667758892)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.589--UnitOfWork(667758892)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.589--ClientSession(62146645)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.589--UnitOfWork(667758892)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.589--ClientSession(62146645)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.589--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2059985002
    [junit] [EL Finer]: 2024-04-17 17:54:19.589--ClientSession(2059985002)--Thread(Thread[main,5,main])--acquire unit of work: 1340296605
    [junit] [EL Finest]: 2024-04-17 17:54:19.589--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-17 17:54:19.59--ServerSession(454071866)--Connection(1889256345)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.59--ServerSession(454071866)--Connection(1889256345)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.59--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-17 17:54:19.591--ServerSession(454071866)--Connection(1889256345)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:19.6--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 770665105
    [junit] [EL Finer]: 2024-04-17 17:54:19.6--ClientSession(770665105)--Thread(Thread[main,5,main])--acquire unit of work: 255984077
    [junit] [EL Finest]: 2024-04-17 17:54:19.6--UnitOfWork(255984077)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.6--UnitOfWork(255984077)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.6--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-17 17:54:19.6--ServerSession(454071866)--Connection(1727734580)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.6--ClientSession(770665105)--Connection(1727734580)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.6--ClientSession(770665105)--Connection(1727734580)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.601--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-17 17:54:19.601--ClientSession(770665105)--Connection(704999142)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.601--ServerSession(454071866)--Connection(1727734580)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.601--UnitOfWork(255984077)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.602--UnitOfWork(255984077)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.602--UnitOfWork(255984077)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.602--ClientSession(770665105)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.602--UnitOfWork(255984077)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.602--ClientSession(770665105)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.611--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 884872785
    [junit] [EL Finer]: 2024-04-17 17:54:19.611--ClientSession(884872785)--Thread(Thread[main,5,main])--acquire unit of work: 1653862353
    [junit] [EL Finest]: 2024-04-17 17:54:19.611--UnitOfWork(1653862353)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.611--UnitOfWork(1653862353)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.611--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-17 17:54:19.611--ServerSession(454071866)--Connection(94045186)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.611--ClientSession(884872785)--Connection(94045186)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.611--ClientSession(884872785)--Connection(94045186)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.611--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-17 17:54:19.612--ClientSession(884872785)--Connection(2022415879)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.612--ServerSession(454071866)--Connection(94045186)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.612--UnitOfWork(1653862353)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.612--UnitOfWork(1653862353)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.612--UnitOfWork(1653862353)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.612--ClientSession(884872785)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.612--UnitOfWork(1653862353)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.612--ClientSession(884872785)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.613--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 793786399
    [junit] [EL Finer]: 2024-04-17 17:54:19.613--ClientSession(793786399)--Thread(Thread[main,5,main])--acquire unit of work: 422066576
    [junit] [EL Finest]: 2024-04-17 17:54:19.613--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-17 17:54:19.613--ServerSession(454071866)--Connection(35575758)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.613--ServerSession(454071866)--Connection(35575758)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.613--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-17 17:54:19.613--ServerSession(454071866)--Connection(35575758)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:19.622--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 382110147
    [junit] [EL Finer]: 2024-04-17 17:54:19.622--ClientSession(382110147)--Thread(Thread[main,5,main])--acquire unit of work: 1375211559
    [junit] [EL Finest]: 2024-04-17 17:54:19.622--UnitOfWork(1375211559)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.622--UnitOfWork(1375211559)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.622--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-17 17:54:19.622--ServerSession(454071866)--Connection(1663828486)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.622--ClientSession(382110147)--Connection(1663828486)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.623--ClientSession(382110147)--Connection(1663828486)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.623--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-17 17:54:19.623--ClientSession(382110147)--Connection(1917083500)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.623--ServerSession(454071866)--Connection(1663828486)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.623--UnitOfWork(1375211559)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.623--UnitOfWork(1375211559)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.624--UnitOfWork(1375211559)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.624--ClientSession(382110147)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.624--UnitOfWork(1375211559)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.624--ClientSession(382110147)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.624--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1763542462
    [junit] [EL Finer]: 2024-04-17 17:54:19.624--ClientSession(1763542462)--Thread(Thread[main,5,main])--acquire unit of work: 124677188
    [junit] [EL Finest]: 2024-04-17 17:54:19.624--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-17 17:54:19.624--ServerSession(454071866)--Connection(1973210836)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.624--ServerSession(454071866)--Connection(1973210836)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.624--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-17 17:54:19.625--ServerSession(454071866)--Connection(1973210836)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:19.634--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1000084562
    [junit] [EL Finer]: 2024-04-17 17:54:19.634--ClientSession(1000084562)--Thread(Thread[main,5,main])--acquire unit of work: 281960560
    [junit] [EL Finest]: 2024-04-17 17:54:19.634--UnitOfWork(281960560)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.634--UnitOfWork(281960560)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.634--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-17 17:54:19.634--ServerSession(454071866)--Connection(1408882705)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.634--ClientSession(1000084562)--Connection(1408882705)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.634--ClientSession(1000084562)--Connection(1408882705)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.634--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-17 17:54:19.635--ClientSession(1000084562)--Connection(625048700)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.635--ServerSession(454071866)--Connection(1408882705)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.635--UnitOfWork(281960560)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.635--UnitOfWork(281960560)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.635--UnitOfWork(281960560)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.635--ClientSession(1000084562)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.635--UnitOfWork(281960560)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.635--ClientSession(1000084562)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.636--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 580096900
    [junit] [EL Finer]: 2024-04-17 17:54:19.636--ClientSession(580096900)--Thread(Thread[main,5,main])--acquire unit of work: 1819269902
    [junit] [EL Finest]: 2024-04-17 17:54:19.636--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-17 17:54:19.636--ServerSession(454071866)--Connection(1279599757)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.636--ServerSession(454071866)--Connection(1279599757)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.636--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-17 17:54:19.637--ServerSession(454071866)--Connection(1279599757)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:19.646--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2112021409
    [junit] [EL Finer]: 2024-04-17 17:54:19.646--ClientSession(2112021409)--Thread(Thread[main,5,main])--acquire unit of work: 445582107
    [junit] [EL Finest]: 2024-04-17 17:54:19.646--UnitOfWork(445582107)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.646--UnitOfWork(445582107)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.646--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-17 17:54:19.646--ServerSession(454071866)--Connection(719871864)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.646--ClientSession(2112021409)--Connection(719871864)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.646--ClientSession(2112021409)--Connection(719871864)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.646--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-17 17:54:19.647--ClientSession(2112021409)--Connection(1222467309)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.647--ServerSession(454071866)--Connection(719871864)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.647--UnitOfWork(445582107)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.647--UnitOfWork(445582107)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.647--UnitOfWork(445582107)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.647--ClientSession(2112021409)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.647--UnitOfWork(445582107)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.647--ClientSession(2112021409)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.648--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 548550915
    [junit] [EL Finer]: 2024-04-17 17:54:19.648--ClientSession(548550915)--Thread(Thread[main,5,main])--acquire unit of work: 1624172490
    [junit] [EL Finest]: 2024-04-17 17:54:19.648--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-17 17:54:19.648--ServerSession(454071866)--Connection(2112616964)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.648--ServerSession(454071866)--Connection(2112616964)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.648--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-17 17:54:19.648--ServerSession(454071866)--Connection(2112616964)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:19.663--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1105476752
    [junit] [EL Finer]: 2024-04-17 17:54:19.663--ClientSession(1105476752)--Thread(Thread[main,5,main])--acquire unit of work: 2101823524
    [junit] [EL Finest]: 2024-04-17 17:54:19.663--UnitOfWork(2101823524)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.663--UnitOfWork(2101823524)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.663--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-17 17:54:19.663--ServerSession(454071866)--Connection(339423988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.663--ClientSession(1105476752)--Connection(339423988)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.663--ClientSession(1105476752)--Connection(339423988)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.663--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-17 17:54:19.664--ClientSession(1105476752)--Connection(1408917055)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.664--ServerSession(454071866)--Connection(339423988)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.664--UnitOfWork(2101823524)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.664--UnitOfWork(2101823524)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.664--UnitOfWork(2101823524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.664--ClientSession(1105476752)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.664--UnitOfWork(2101823524)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.664--ClientSession(1105476752)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.673--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1078420933
    [junit] [EL Finer]: 2024-04-17 17:54:19.673--ClientSession(1078420933)--Thread(Thread[main,5,main])--acquire unit of work: 1189662124
    [junit] [EL Finest]: 2024-04-17 17:54:19.673--UnitOfWork(1189662124)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.673--UnitOfWork(1189662124)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.673--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-17 17:54:19.673--ServerSession(454071866)--Connection(520339688)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.673--ClientSession(1078420933)--Connection(520339688)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.673--ClientSession(1078420933)--Connection(520339688)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.674--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-17 17:54:19.674--ClientSession(1078420933)--Connection(520551177)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.674--ServerSession(454071866)--Connection(520339688)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.674--UnitOfWork(1189662124)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.674--UnitOfWork(1189662124)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.675--UnitOfWork(1189662124)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.675--ClientSession(1078420933)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.675--UnitOfWork(1189662124)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.675--ClientSession(1078420933)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.675--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1828925513
    [junit] [EL Finer]: 2024-04-17 17:54:19.675--ClientSession(1828925513)--Thread(Thread[main,5,main])--acquire unit of work: 1786050238
    [junit] [EL Finest]: 2024-04-17 17:54:19.675--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-17 17:54:19.675--ServerSession(454071866)--Connection(1429024246)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.675--ServerSession(454071866)--Connection(1429024246)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.675--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-17 17:54:19.676--ServerSession(454071866)--Connection(1429024246)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:19.685--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1359936695
    [junit] [EL Finer]: 2024-04-17 17:54:19.685--ClientSession(1359936695)--Thread(Thread[main,5,main])--acquire unit of work: 1013795861
    [junit] [EL Finest]: 2024-04-17 17:54:19.685--UnitOfWork(1013795861)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.685--UnitOfWork(1013795861)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.685--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-17 17:54:19.685--ServerSession(454071866)--Connection(2070543544)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.685--ClientSession(1359936695)--Connection(2070543544)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.685--ClientSession(1359936695)--Connection(2070543544)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.685--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-17 17:54:19.686--ClientSession(1359936695)--Connection(758254116)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.686--ServerSession(454071866)--Connection(2070543544)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.686--UnitOfWork(1013795861)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.686--UnitOfWork(1013795861)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.686--UnitOfWork(1013795861)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.686--ClientSession(1359936695)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.686--UnitOfWork(1013795861)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.686--ClientSession(1359936695)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.686--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 552982521
    [junit] [EL Finer]: 2024-04-17 17:54:19.686--ClientSession(552982521)--Thread(Thread[main,5,main])--acquire unit of work: 675226522
    [junit] [EL Finest]: 2024-04-17 17:54:19.687--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-17 17:54:19.687--ServerSession(454071866)--Connection(2106578154)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.687--ServerSession(454071866)--Connection(2106578154)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.687--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-17 17:54:19.687--ServerSession(454071866)--Connection(2106578154)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:19.696--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 568369641
    [junit] [EL Finer]: 2024-04-17 17:54:19.696--ClientSession(568369641)--Thread(Thread[main,5,main])--acquire unit of work: 1566009232
    [junit] [EL Finest]: 2024-04-17 17:54:19.696--UnitOfWork(1566009232)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.696--UnitOfWork(1566009232)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.696--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-17 17:54:19.696--ServerSession(454071866)--Connection(976305662)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.696--ClientSession(568369641)--Connection(976305662)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.696--ClientSession(568369641)--Connection(976305662)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.696--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-17 17:54:19.697--ClientSession(568369641)--Connection(1547478735)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.697--ServerSession(454071866)--Connection(976305662)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.697--UnitOfWork(1566009232)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.697--UnitOfWork(1566009232)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.697--UnitOfWork(1566009232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.697--ClientSession(568369641)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.697--UnitOfWork(1566009232)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.697--ClientSession(568369641)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.698--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1167649130
    [junit] [EL Finer]: 2024-04-17 17:54:19.698--ClientSession(1167649130)--Thread(Thread[main,5,main])--acquire unit of work: 626393149
    [junit] [EL Finest]: 2024-04-17 17:54:19.698--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-17 17:54:19.698--ServerSession(454071866)--Connection(857153604)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.698--ServerSession(454071866)--Connection(857153604)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.698--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-17 17:54:19.699--ServerSession(454071866)--Connection(857153604)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:19.707--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1790883798
    [junit] [EL Finer]: 2024-04-17 17:54:19.707--ClientSession(1790883798)--Thread(Thread[main,5,main])--acquire unit of work: 1153987838
    [junit] [EL Finest]: 2024-04-17 17:54:19.707--UnitOfWork(1153987838)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.707--UnitOfWork(1153987838)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.707--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-17 17:54:19.707--ServerSession(454071866)--Connection(470389274)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.707--ClientSession(1790883798)--Connection(470389274)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.707--ClientSession(1790883798)--Connection(470389274)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.707--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-17 17:54:19.708--ClientSession(1790883798)--Connection(459373281)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.708--ServerSession(454071866)--Connection(470389274)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.708--UnitOfWork(1153987838)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.708--UnitOfWork(1153987838)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.708--UnitOfWork(1153987838)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.708--ClientSession(1790883798)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.708--UnitOfWork(1153987838)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.708--ClientSession(1790883798)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.709--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 635178081
    [junit] [EL Finer]: 2024-04-17 17:54:19.709--ClientSession(635178081)--Thread(Thread[main,5,main])--acquire unit of work: 336064732
    [junit] [EL Finest]: 2024-04-17 17:54:19.709--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-17 17:54:19.709--ServerSession(454071866)--Connection(346533080)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.709--ServerSession(454071866)--Connection(346533080)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.709--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-17 17:54:19.709--ServerSession(454071866)--Connection(346533080)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:19.719--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1647891803
    [junit] [EL Finer]: 2024-04-17 17:54:19.719--ClientSession(1647891803)--Thread(Thread[main,5,main])--acquire unit of work: 1322013614
    [junit] [EL Finest]: 2024-04-17 17:54:19.719--UnitOfWork(1322013614)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.719--UnitOfWork(1322013614)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.719--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-17 17:54:19.719--ServerSession(454071866)--Connection(1673396667)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.719--ClientSession(1647891803)--Connection(1673396667)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.719--ClientSession(1647891803)--Connection(1673396667)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.72--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-17 17:54:19.72--ClientSession(1647891803)--Connection(1329823553)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.721--ServerSession(454071866)--Connection(1673396667)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.721--UnitOfWork(1322013614)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.721--UnitOfWork(1322013614)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.721--UnitOfWork(1322013614)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.721--ClientSession(1647891803)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.721--UnitOfWork(1322013614)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.721--ClientSession(1647891803)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.721--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1907432923
    [junit] [EL Finer]: 2024-04-17 17:54:19.722--ClientSession(1907432923)--Thread(Thread[main,5,main])--acquire unit of work: 958267250
    [junit] [EL Finest]: 2024-04-17 17:54:19.722--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-17 17:54:19.722--ServerSession(454071866)--Connection(1155400988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.722--ServerSession(454071866)--Connection(1155400988)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.722--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-17 17:54:19.723--ServerSession(454071866)--Connection(1155400988)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:19.731--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 235149619
    [junit] [EL Finer]: 2024-04-17 17:54:19.731--ClientSession(235149619)--Thread(Thread[main,5,main])--acquire unit of work: 1891282119
    [junit] [EL Finest]: 2024-04-17 17:54:19.731--UnitOfWork(1891282119)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.732--UnitOfWork(1891282119)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.732--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-17 17:54:19.732--ServerSession(454071866)--Connection(989581821)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.732--ClientSession(235149619)--Connection(989581821)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.732--ClientSession(235149619)--Connection(989581821)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.732--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-17 17:54:19.732--ClientSession(235149619)--Connection(528654065)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.733--ServerSession(454071866)--Connection(989581821)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.733--UnitOfWork(1891282119)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.733--UnitOfWork(1891282119)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.733--UnitOfWork(1891282119)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.733--ClientSession(235149619)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.733--UnitOfWork(1891282119)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.733--ClientSession(235149619)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.733--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 602434856
    [junit] [EL Finer]: 2024-04-17 17:54:19.733--ClientSession(602434856)--Thread(Thread[main,5,main])--acquire unit of work: 55032308
    [junit] [EL Finest]: 2024-04-17 17:54:19.733--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-17 17:54:19.734--ServerSession(454071866)--Connection(1664669560)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.734--ServerSession(454071866)--Connection(1664669560)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.734--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-17 17:54:19.734--ServerSession(454071866)--Connection(1664669560)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:19.742--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1097356764
    [junit] [EL Finer]: 2024-04-17 17:54:19.742--ClientSession(1097356764)--Thread(Thread[main,5,main])--acquire unit of work: 523512571
    [junit] [EL Finest]: 2024-04-17 17:54:19.743--UnitOfWork(523512571)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.743--UnitOfWork(523512571)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.743--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-17 17:54:19.743--ServerSession(454071866)--Connection(1453373289)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.743--ClientSession(1097356764)--Connection(1453373289)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.743--ClientSession(1097356764)--Connection(1453373289)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.743--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-17 17:54:19.744--ClientSession(1097356764)--Connection(1761426612)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.744--ServerSession(454071866)--Connection(1453373289)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.744--UnitOfWork(523512571)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.744--UnitOfWork(523512571)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.744--UnitOfWork(523512571)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.744--ClientSession(1097356764)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.744--UnitOfWork(523512571)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.744--ClientSession(1097356764)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.744--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 793005552
    [junit] [EL Finer]: 2024-04-17 17:54:19.744--ClientSession(793005552)--Thread(Thread[main,5,main])--acquire unit of work: 2140592174
    [junit] [EL Finest]: 2024-04-17 17:54:19.744--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-17 17:54:19.744--ServerSession(454071866)--Connection(1667594632)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.745--ServerSession(454071866)--Connection(1667594632)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.745--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-17 17:54:19.745--ServerSession(454071866)--Connection(1667594632)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:19.754--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 650953026
    [junit] [EL Finer]: 2024-04-17 17:54:19.754--ClientSession(650953026)--Thread(Thread[main,5,main])--acquire unit of work: 1789105088
    [junit] [EL Finest]: 2024-04-17 17:54:19.754--UnitOfWork(1789105088)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.754--UnitOfWork(1789105088)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.754--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-17 17:54:19.754--ServerSession(454071866)--Connection(1255262853)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.754--ClientSession(650953026)--Connection(1255262853)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.754--ClientSession(650953026)--Connection(1255262853)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.754--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-17 17:54:19.755--ClientSession(650953026)--Connection(1008364940)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.755--ServerSession(454071866)--Connection(1255262853)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.755--UnitOfWork(1789105088)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.755--UnitOfWork(1789105088)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.755--UnitOfWork(1789105088)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.755--ClientSession(650953026)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.755--UnitOfWork(1789105088)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.755--ClientSession(650953026)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.756--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1881254670
    [junit] [EL Finer]: 2024-04-17 17:54:19.756--ClientSession(1881254670)--Thread(Thread[main,5,main])--acquire unit of work: 1138575135
    [junit] [EL Finest]: 2024-04-17 17:54:19.756--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-17 17:54:19.756--ServerSession(454071866)--Connection(1424088218)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.756--ServerSession(454071866)--Connection(1424088218)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.756--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-17 17:54:19.757--ServerSession(454071866)--Connection(1424088218)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:19.766--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 494287538
    [junit] [EL Finer]: 2024-04-17 17:54:19.766--ClientSession(494287538)--Thread(Thread[main,5,main])--acquire unit of work: 864102782
    [junit] [EL Finest]: 2024-04-17 17:54:19.766--UnitOfWork(864102782)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.766--UnitOfWork(864102782)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.766--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-17 17:54:19.766--ServerSession(454071866)--Connection(2058221393)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.766--ClientSession(494287538)--Connection(2058221393)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.766--ClientSession(494287538)--Connection(2058221393)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.766--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-17 17:54:19.767--ClientSession(494287538)--Connection(1079901091)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.767--ServerSession(454071866)--Connection(2058221393)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.767--UnitOfWork(864102782)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.767--UnitOfWork(864102782)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.767--UnitOfWork(864102782)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.767--ClientSession(494287538)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.767--UnitOfWork(864102782)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.767--ClientSession(494287538)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.768--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2134748952
    [junit] [EL Finer]: 2024-04-17 17:54:19.768--ClientSession(2134748952)--Thread(Thread[main,5,main])--acquire unit of work: 1036263854
    [junit] [EL Finest]: 2024-04-17 17:54:19.768--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-17 17:54:19.768--ServerSession(454071866)--Connection(709222333)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.768--ServerSession(454071866)--Connection(709222333)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.768--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-17 17:54:19.769--ServerSession(454071866)--Connection(709222333)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:19.777--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 718305224
    [junit] [EL Finer]: 2024-04-17 17:54:19.778--ClientSession(718305224)--Thread(Thread[main,5,main])--acquire unit of work: 1817186271
    [junit] [EL Finest]: 2024-04-17 17:54:19.778--UnitOfWork(1817186271)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.778--UnitOfWork(1817186271)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.778--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-17 17:54:19.778--ServerSession(454071866)--Connection(1180727042)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.778--ClientSession(718305224)--Connection(1180727042)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.778--ClientSession(718305224)--Connection(1180727042)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.778--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-17 17:54:19.778--ClientSession(718305224)--Connection(715302630)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.779--ServerSession(454071866)--Connection(1180727042)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.779--UnitOfWork(1817186271)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.779--UnitOfWork(1817186271)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.779--UnitOfWork(1817186271)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.779--ClientSession(718305224)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.779--UnitOfWork(1817186271)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.779--ClientSession(718305224)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.779--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 276057780
    [junit] [EL Finer]: 2024-04-17 17:54:19.779--ClientSession(276057780)--Thread(Thread[main,5,main])--acquire unit of work: 1806916366
    [junit] [EL Finest]: 2024-04-17 17:54:19.779--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-17 17:54:19.78--ServerSession(454071866)--Connection(731307070)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.78--ServerSession(454071866)--Connection(731307070)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.78--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-17 17:54:19.78--ServerSession(454071866)--Connection(731307070)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:19.789--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 155317514
    [junit] [EL Finer]: 2024-04-17 17:54:19.789--ClientSession(155317514)--Thread(Thread[main,5,main])--acquire unit of work: 1783906680
    [junit] [EL Finest]: 2024-04-17 17:54:19.789--UnitOfWork(1783906680)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.789--UnitOfWork(1783906680)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.789--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-17 17:54:19.789--ServerSession(454071866)--Connection(898241189)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.789--ClientSession(155317514)--Connection(898241189)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.789--ClientSession(155317514)--Connection(898241189)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.789--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-17 17:54:19.789--ClientSession(155317514)--Connection(2107493101)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.79--ServerSession(454071866)--Connection(898241189)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.79--UnitOfWork(1783906680)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.79--UnitOfWork(1783906680)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.79--UnitOfWork(1783906680)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.79--ClientSession(155317514)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.79--UnitOfWork(1783906680)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.79--ClientSession(155317514)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.79--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2036838695
    [junit] [EL Finer]: 2024-04-17 17:54:19.79--ClientSession(2036838695)--Thread(Thread[main,5,main])--acquire unit of work: 1087956214
    [junit] [EL Finest]: 2024-04-17 17:54:19.79--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-17 17:54:19.79--ServerSession(454071866)--Connection(743472672)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.79--ServerSession(454071866)--Connection(743472672)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.791--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-17 17:54:19.791--ServerSession(454071866)--Connection(743472672)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:19.799--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1381417054
    [junit] [EL Finer]: 2024-04-17 17:54:19.799--ClientSession(1381417054)--Thread(Thread[main,5,main])--acquire unit of work: 1185501830
    [junit] [EL Finest]: 2024-04-17 17:54:19.799--UnitOfWork(1185501830)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.799--UnitOfWork(1185501830)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.799--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-17 17:54:19.799--ServerSession(454071866)--Connection(2089572248)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.799--ClientSession(1381417054)--Connection(2089572248)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.799--ClientSession(1381417054)--Connection(2089572248)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.8--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-17 17:54:19.8--ClientSession(1381417054)--Connection(1259016880)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.8--ServerSession(454071866)--Connection(2089572248)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.8--UnitOfWork(1185501830)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.8--UnitOfWork(1185501830)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.8--UnitOfWork(1185501830)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.8--ClientSession(1381417054)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.801--UnitOfWork(1185501830)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.801--ClientSession(1381417054)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.809--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 370563826
    [junit] [EL Finer]: 2024-04-17 17:54:19.809--ClientSession(370563826)--Thread(Thread[main,5,main])--acquire unit of work: 924598510
    [junit] [EL Finest]: 2024-04-17 17:54:19.809--UnitOfWork(924598510)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.809--UnitOfWork(924598510)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.809--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-17 17:54:19.809--ServerSession(454071866)--Connection(1162766641)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.809--ClientSession(370563826)--Connection(1162766641)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.809--ClientSession(370563826)--Connection(1162766641)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.809--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-17 17:54:19.809--ClientSession(370563826)--Connection(268458566)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.81--ServerSession(454071866)--Connection(1162766641)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.81--UnitOfWork(924598510)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.81--UnitOfWork(924598510)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.81--UnitOfWork(924598510)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.81--ClientSession(370563826)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.81--UnitOfWork(924598510)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.81--ClientSession(370563826)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.81--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1940627153
    [junit] [EL Finer]: 2024-04-17 17:54:19.81--ClientSession(1940627153)--Thread(Thread[main,5,main])--acquire unit of work: 1695602456
    [junit] [EL Finest]: 2024-04-17 17:54:19.81--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-17 17:54:19.81--ServerSession(454071866)--Connection(1885430277)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.81--ServerSession(454071866)--Connection(1885430277)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.811--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-17 17:54:19.811--ServerSession(454071866)--Connection(1885430277)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:19.819--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2063147639
    [junit] [EL Finer]: 2024-04-17 17:54:19.819--ClientSession(2063147639)--Thread(Thread[main,5,main])--acquire unit of work: 1970609071
    [junit] [EL Finest]: 2024-04-17 17:54:19.819--UnitOfWork(1970609071)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.819--UnitOfWork(1970609071)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.819--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-17 17:54:19.819--ServerSession(454071866)--Connection(1370113156)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.82--ClientSession(2063147639)--Connection(1370113156)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.82--ClientSession(2063147639)--Connection(1370113156)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.82--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-17 17:54:19.82--ClientSession(2063147639)--Connection(1559907693)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.82--ServerSession(454071866)--Connection(1370113156)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.821--UnitOfWork(1970609071)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.821--UnitOfWork(1970609071)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.821--UnitOfWork(1970609071)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.821--ClientSession(2063147639)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.821--UnitOfWork(1970609071)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.821--ClientSession(2063147639)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.821--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1812917935
    [junit] [EL Finer]: 2024-04-17 17:54:19.821--ClientSession(1812917935)--Thread(Thread[main,5,main])--acquire unit of work: 1461056564
    [junit] [EL Finest]: 2024-04-17 17:54:19.821--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-17 17:54:19.821--ServerSession(454071866)--Connection(1068263268)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.821--ServerSession(454071866)--Connection(1068263268)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.821--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-17 17:54:19.822--ServerSession(454071866)--Connection(1068263268)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:19.83--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1846446971
    [junit] [EL Finer]: 2024-04-17 17:54:19.83--ClientSession(1846446971)--Thread(Thread[main,5,main])--acquire unit of work: 622713687
    [junit] [EL Finest]: 2024-04-17 17:54:19.83--UnitOfWork(622713687)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.83--UnitOfWork(622713687)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.83--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-17 17:54:19.83--ServerSession(454071866)--Connection(1226409729)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.83--ClientSession(1846446971)--Connection(1226409729)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.83--ClientSession(1846446971)--Connection(1226409729)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.831--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-17 17:54:19.831--ClientSession(1846446971)--Connection(43330070)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.831--ServerSession(454071866)--Connection(1226409729)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.831--UnitOfWork(622713687)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.831--UnitOfWork(622713687)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.831--UnitOfWork(622713687)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.831--ClientSession(1846446971)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.831--UnitOfWork(622713687)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.831--ClientSession(1846446971)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.832--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1820516307
    [junit] [EL Finer]: 2024-04-17 17:54:19.832--ClientSession(1820516307)--Thread(Thread[main,5,main])--acquire unit of work: 319260594
    [junit] [EL Finest]: 2024-04-17 17:54:19.832--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-17 17:54:19.832--ServerSession(454071866)--Connection(1271635728)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.832--ServerSession(454071866)--Connection(1271635728)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.832--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-17 17:54:19.833--ServerSession(454071866)--Connection(1271635728)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:19.842--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1000231597
    [junit] [EL Finer]: 2024-04-17 17:54:19.842--ClientSession(1000231597)--Thread(Thread[main,5,main])--acquire unit of work: 1801747934
    [junit] [EL Finest]: 2024-04-17 17:54:19.842--UnitOfWork(1801747934)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.843--UnitOfWork(1801747934)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.843--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-17 17:54:19.843--ServerSession(454071866)--Connection(1975902483)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.843--ClientSession(1000231597)--Connection(1975902483)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.843--ClientSession(1000231597)--Connection(1975902483)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.843--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-17 17:54:19.843--ClientSession(1000231597)--Connection(182719901)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.844--ServerSession(454071866)--Connection(1975902483)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.844--UnitOfWork(1801747934)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.844--UnitOfWork(1801747934)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.844--UnitOfWork(1801747934)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.844--ClientSession(1000231597)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.844--UnitOfWork(1801747934)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.844--ClientSession(1000231597)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.852--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 769075103
    [junit] [EL Finer]: 2024-04-17 17:54:19.852--ClientSession(769075103)--Thread(Thread[main,5,main])--acquire unit of work: 571704818
    [junit] [EL Finest]: 2024-04-17 17:54:19.852--UnitOfWork(571704818)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.853--UnitOfWork(571704818)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.853--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-17 17:54:19.853--ServerSession(454071866)--Connection(410153407)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.853--ClientSession(769075103)--Connection(410153407)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.853--ClientSession(769075103)--Connection(410153407)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.853--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-17 17:54:19.853--ClientSession(769075103)--Connection(653286230)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.854--ServerSession(454071866)--Connection(410153407)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.854--UnitOfWork(571704818)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.854--UnitOfWork(571704818)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.854--UnitOfWork(571704818)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.854--ClientSession(769075103)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.854--UnitOfWork(571704818)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.854--ClientSession(769075103)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.855--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2041123334
    [junit] [EL Finer]: 2024-04-17 17:54:19.855--ClientSession(2041123334)--Thread(Thread[main,5,main])--acquire unit of work: 512085863
    [junit] [EL Finest]: 2024-04-17 17:54:19.855--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-17 17:54:19.855--ServerSession(454071866)--Connection(1717369859)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.855--ServerSession(454071866)--Connection(1717369859)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.855--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-17 17:54:19.856--ServerSession(454071866)--Connection(1717369859)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:19.865--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 522264438
    [junit] [EL Finer]: 2024-04-17 17:54:19.865--ClientSession(522264438)--Thread(Thread[main,5,main])--acquire unit of work: 193106902
    [junit] [EL Finest]: 2024-04-17 17:54:19.865--UnitOfWork(193106902)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.865--UnitOfWork(193106902)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.865--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-17 17:54:19.865--ServerSession(454071866)--Connection(1588049067)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.865--ClientSession(522264438)--Connection(1588049067)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.865--ClientSession(522264438)--Connection(1588049067)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.865--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-17 17:54:19.866--ClientSession(522264438)--Connection(1101303946)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.866--ServerSession(454071866)--Connection(1588049067)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.866--UnitOfWork(193106902)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.866--UnitOfWork(193106902)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.866--UnitOfWork(193106902)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.866--ClientSession(522264438)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.866--UnitOfWork(193106902)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.866--ClientSession(522264438)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.867--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 65425652
    [junit] [EL Finer]: 2024-04-17 17:54:19.867--ClientSession(65425652)--Thread(Thread[main,5,main])--acquire unit of work: 1974368068
    [junit] [EL Finest]: 2024-04-17 17:54:19.867--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-17 17:54:19.867--ServerSession(454071866)--Connection(369778311)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.867--ServerSession(454071866)--Connection(369778311)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.867--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-17 17:54:19.868--ServerSession(454071866)--Connection(369778311)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:19.876--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1934117158
    [junit] [EL Finer]: 2024-04-17 17:54:19.876--ClientSession(1934117158)--Thread(Thread[main,5,main])--acquire unit of work: 1532750524
    [junit] [EL Finest]: 2024-04-17 17:54:19.876--UnitOfWork(1532750524)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.877--UnitOfWork(1532750524)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.877--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-17 17:54:19.877--ServerSession(454071866)--Connection(1169587470)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.877--ClientSession(1934117158)--Connection(1169587470)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.877--ClientSession(1934117158)--Connection(1169587470)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.877--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-17 17:54:19.877--ClientSession(1934117158)--Connection(1094480142)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.878--ServerSession(454071866)--Connection(1169587470)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.878--UnitOfWork(1532750524)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.878--UnitOfWork(1532750524)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.878--UnitOfWork(1532750524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.878--ClientSession(1934117158)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.878--UnitOfWork(1532750524)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.878--ClientSession(1934117158)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.878--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 875221667
    [junit] [EL Finer]: 2024-04-17 17:54:19.879--ClientSession(875221667)--Thread(Thread[main,5,main])--acquire unit of work: 1084715739
    [junit] [EL Finest]: 2024-04-17 17:54:19.879--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-17 17:54:19.879--ServerSession(454071866)--Connection(1379799035)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.879--ServerSession(454071866)--Connection(1379799035)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.879--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-17 17:54:19.879--ServerSession(454071866)--Connection(1379799035)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:19.888--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 981018779
    [junit] [EL Finer]: 2024-04-17 17:54:19.889--ClientSession(981018779)--Thread(Thread[main,5,main])--acquire unit of work: 1191390466
    [junit] [EL Finest]: 2024-04-17 17:54:19.889--UnitOfWork(1191390466)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.889--UnitOfWork(1191390466)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.889--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-17 17:54:19.889--ServerSession(454071866)--Connection(551316734)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.889--ClientSession(981018779)--Connection(551316734)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.889--ClientSession(981018779)--Connection(551316734)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.89--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-17 17:54:19.892--ClientSession(981018779)--Connection(226432780)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.892--ServerSession(454071866)--Connection(551316734)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.892--UnitOfWork(1191390466)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.892--UnitOfWork(1191390466)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.893--UnitOfWork(1191390466)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.893--ClientSession(981018779)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.893--UnitOfWork(1191390466)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.893--ClientSession(981018779)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.893--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1826827970
    [junit] [EL Finer]: 2024-04-17 17:54:19.893--ClientSession(1826827970)--Thread(Thread[main,5,main])--acquire unit of work: 424772389
    [junit] [EL Finest]: 2024-04-17 17:54:19.893--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-17 17:54:19.893--ServerSession(454071866)--Connection(1735936170)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.893--ServerSession(454071866)--Connection(1735936170)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.893--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-17 17:54:19.894--ServerSession(454071866)--Connection(1735936170)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:19.904--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1958688815
    [junit] [EL Finer]: 2024-04-17 17:54:19.904--ClientSession(1958688815)--Thread(Thread[main,5,main])--acquire unit of work: 1655695459
    [junit] [EL Finest]: 2024-04-17 17:54:19.904--UnitOfWork(1655695459)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.904--UnitOfWork(1655695459)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.904--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-17 17:54:19.904--ServerSession(454071866)--Connection(1467916079)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.904--ClientSession(1958688815)--Connection(1467916079)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.904--ClientSession(1958688815)--Connection(1467916079)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.904--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-17 17:54:19.905--ClientSession(1958688815)--Connection(1242536275)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.905--ServerSession(454071866)--Connection(1467916079)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.905--UnitOfWork(1655695459)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.905--UnitOfWork(1655695459)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.905--UnitOfWork(1655695459)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.905--ClientSession(1958688815)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.905--UnitOfWork(1655695459)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.905--ClientSession(1958688815)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.906--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 394997233
    [junit] [EL Finer]: 2024-04-17 17:54:19.906--ClientSession(394997233)--Thread(Thread[main,5,main])--acquire unit of work: 1082232002
    [junit] [EL Finest]: 2024-04-17 17:54:19.906--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-17 17:54:19.906--ServerSession(454071866)--Connection(744438546)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.906--ServerSession(454071866)--Connection(744438546)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.906--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-17 17:54:19.907--ServerSession(454071866)--Connection(744438546)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:19.916--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 128775696
    [junit] [EL Finer]: 2024-04-17 17:54:19.916--ClientSession(128775696)--Thread(Thread[main,5,main])--acquire unit of work: 1467327074
    [junit] [EL Finest]: 2024-04-17 17:54:19.916--UnitOfWork(1467327074)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.916--UnitOfWork(1467327074)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.916--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-17 17:54:19.916--ServerSession(454071866)--Connection(1430251794)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.916--ClientSession(128775696)--Connection(1430251794)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.916--ClientSession(128775696)--Connection(1430251794)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.916--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-17 17:54:19.917--ClientSession(128775696)--Connection(799225701)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.917--ServerSession(454071866)--Connection(1430251794)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.917--UnitOfWork(1467327074)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.917--UnitOfWork(1467327074)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.917--UnitOfWork(1467327074)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.917--ClientSession(128775696)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.917--UnitOfWork(1467327074)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.917--ClientSession(128775696)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.918--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1348027050
    [junit] [EL Finer]: 2024-04-17 17:54:19.918--ClientSession(1348027050)--Thread(Thread[main,5,main])--acquire unit of work: 641519842
    [junit] [EL Finest]: 2024-04-17 17:54:19.918--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-17 17:54:19.918--ServerSession(454071866)--Connection(1801715006)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.918--ServerSession(454071866)--Connection(1801715006)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.918--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-17 17:54:19.918--ServerSession(454071866)--Connection(1801715006)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:19.929--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1163160628
    [junit] [EL Finer]: 2024-04-17 17:54:19.929--ClientSession(1163160628)--Thread(Thread[main,5,main])--acquire unit of work: 965928993
    [junit] [EL Finest]: 2024-04-17 17:54:19.929--UnitOfWork(965928993)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.929--UnitOfWork(965928993)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.929--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-17 17:54:19.929--ServerSession(454071866)--Connection(55494734)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.929--ClientSession(1163160628)--Connection(55494734)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.929--ClientSession(1163160628)--Connection(55494734)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.929--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-17 17:54:19.93--ClientSession(1163160628)--Connection(766766054)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.93--ServerSession(454071866)--Connection(55494734)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.93--UnitOfWork(965928993)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.93--UnitOfWork(965928993)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.93--UnitOfWork(965928993)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.93--ClientSession(1163160628)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.93--UnitOfWork(965928993)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.93--ClientSession(1163160628)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.931--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1899105943
    [junit] [EL Finer]: 2024-04-17 17:54:19.931--ClientSession(1899105943)--Thread(Thread[main,5,main])--acquire unit of work: 823410011
    [junit] [EL Finest]: 2024-04-17 17:54:19.931--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-17 17:54:19.931--ServerSession(454071866)--Connection(586557497)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.931--ServerSession(454071866)--Connection(586557497)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.931--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-17 17:54:19.931--ServerSession(454071866)--Connection(586557497)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:19.942--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 335663575
    [junit] [EL Finer]: 2024-04-17 17:54:19.942--ClientSession(335663575)--Thread(Thread[main,5,main])--acquire unit of work: 446029707
    [junit] [EL Finest]: 2024-04-17 17:54:19.942--UnitOfWork(446029707)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.942--UnitOfWork(446029707)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.942--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-17 17:54:19.942--ServerSession(454071866)--Connection(1460957046)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.942--ClientSession(335663575)--Connection(1460957046)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.942--ClientSession(335663575)--Connection(1460957046)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.943--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-17 17:54:19.943--ClientSession(335663575)--Connection(1665768344)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.943--ServerSession(454071866)--Connection(1460957046)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.943--UnitOfWork(446029707)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.943--UnitOfWork(446029707)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.943--UnitOfWork(446029707)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.943--ClientSession(335663575)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.943--UnitOfWork(446029707)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.944--ClientSession(335663575)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.944--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 721763664
    [junit] [EL Finer]: 2024-04-17 17:54:19.944--ClientSession(721763664)--Thread(Thread[main,5,main])--acquire unit of work: 1845497458
    [junit] [EL Finest]: 2024-04-17 17:54:19.944--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-17 17:54:19.944--ServerSession(454071866)--Connection(124466405)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.944--ServerSession(454071866)--Connection(124466405)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.944--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-17 17:54:19.945--ServerSession(454071866)--Connection(124466405)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:19.953--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 905356126
    [junit] [EL Finer]: 2024-04-17 17:54:19.954--ClientSession(905356126)--Thread(Thread[main,5,main])--acquire unit of work: 2050654105
    [junit] [EL Finest]: 2024-04-17 17:54:19.954--UnitOfWork(2050654105)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.954--UnitOfWork(2050654105)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.954--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-17 17:54:19.954--ServerSession(454071866)--Connection(403854043)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.954--ClientSession(905356126)--Connection(403854043)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.954--ClientSession(905356126)--Connection(403854043)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.954--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-17 17:54:19.955--ClientSession(905356126)--Connection(1926401859)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.955--ServerSession(454071866)--Connection(403854043)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.955--UnitOfWork(2050654105)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.955--UnitOfWork(2050654105)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.955--UnitOfWork(2050654105)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.955--ClientSession(905356126)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.955--UnitOfWork(2050654105)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.955--ClientSession(905356126)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.964--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1865424016
    [junit] [EL Finer]: 2024-04-17 17:54:19.964--ClientSession(1865424016)--Thread(Thread[main,5,main])--acquire unit of work: 875913646
    [junit] [EL Finest]: 2024-04-17 17:54:19.964--UnitOfWork(875913646)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.964--UnitOfWork(875913646)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.964--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-17 17:54:19.964--ServerSession(454071866)--Connection(1425480139)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.964--ClientSession(1865424016)--Connection(1425480139)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.964--ClientSession(1865424016)--Connection(1425480139)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.964--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-17 17:54:19.965--ClientSession(1865424016)--Connection(1263545066)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.965--ServerSession(454071866)--Connection(1425480139)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.965--UnitOfWork(875913646)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.965--UnitOfWork(875913646)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.965--UnitOfWork(875913646)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.965--ClientSession(1865424016)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.965--UnitOfWork(875913646)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.965--ClientSession(1865424016)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.966--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 523807377
    [junit] [EL Finer]: 2024-04-17 17:54:19.966--ClientSession(523807377)--Thread(Thread[main,5,main])--acquire unit of work: 918081502
    [junit] [EL Finest]: 2024-04-17 17:54:19.966--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-17 17:54:19.966--ServerSession(454071866)--Connection(1181166858)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.966--ServerSession(454071866)--Connection(1181166858)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.966--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-17 17:54:19.966--ServerSession(454071866)--Connection(1181166858)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:19.975--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1709327733
    [junit] [EL Finer]: 2024-04-17 17:54:19.975--ClientSession(1709327733)--Thread(Thread[main,5,main])--acquire unit of work: 327811322
    [junit] [EL Finest]: 2024-04-17 17:54:19.975--UnitOfWork(327811322)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.975--UnitOfWork(327811322)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.975--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-17 17:54:19.975--ServerSession(454071866)--Connection(1185982925)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.975--ClientSession(1709327733)--Connection(1185982925)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.975--ClientSession(1709327733)--Connection(1185982925)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.976--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-17 17:54:19.976--ClientSession(1709327733)--Connection(100596785)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.976--ServerSession(454071866)--Connection(1185982925)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.976--UnitOfWork(327811322)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.976--UnitOfWork(327811322)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.976--UnitOfWork(327811322)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.976--ClientSession(1709327733)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.976--UnitOfWork(327811322)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.976--ClientSession(1709327733)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.977--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 123890265
    [junit] [EL Finer]: 2024-04-17 17:54:19.977--ClientSession(123890265)--Thread(Thread[main,5,main])--acquire unit of work: 867014408
    [junit] [EL Finest]: 2024-04-17 17:54:19.977--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-17 17:54:19.977--ServerSession(454071866)--Connection(966734782)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.977--ServerSession(454071866)--Connection(966734782)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.977--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-17 17:54:19.978--ServerSession(454071866)--Connection(966734782)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:19.986--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1315507145
    [junit] [EL Finer]: 2024-04-17 17:54:19.986--ClientSession(1315507145)--Thread(Thread[main,5,main])--acquire unit of work: 1932801080
    [junit] [EL Finest]: 2024-04-17 17:54:19.986--UnitOfWork(1932801080)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.986--UnitOfWork(1932801080)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.986--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-17 17:54:19.986--ServerSession(454071866)--Connection(110562008)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.986--ClientSession(1315507145)--Connection(110562008)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.986--ClientSession(1315507145)--Connection(110562008)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.987--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-17 17:54:19.987--ClientSession(1315507145)--Connection(1422945222)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.987--ServerSession(454071866)--Connection(110562008)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.987--UnitOfWork(1932801080)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.987--UnitOfWork(1932801080)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.988--UnitOfWork(1932801080)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.988--ClientSession(1315507145)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.988--UnitOfWork(1932801080)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.988--ClientSession(1315507145)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:19.988--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 247556293
    [junit] [EL Finer]: 2024-04-17 17:54:19.988--ClientSession(247556293)--Thread(Thread[main,5,main])--acquire unit of work: 265654805
    [junit] [EL Finest]: 2024-04-17 17:54:19.988--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-17 17:54:19.988--ServerSession(454071866)--Connection(885965439)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:19.988--ServerSession(454071866)--Connection(885965439)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.988--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-17 17:54:19.989--ServerSession(454071866)--Connection(885965439)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:19.997--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1938495631
    [junit] [EL Finer]: 2024-04-17 17:54:19.997--ClientSession(1938495631)--Thread(Thread[main,5,main])--acquire unit of work: 1240972143
    [junit] [EL Finest]: 2024-04-17 17:54:19.997--UnitOfWork(1240972143)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:19.997--UnitOfWork(1240972143)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:19.997--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-17 17:54:19.997--ServerSession(454071866)--Connection(1298279735)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.997--ClientSession(1938495631)--Connection(1298279735)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.997--ClientSession(1938495631)--Connection(1298279735)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:19.998--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-17 17:54:19.998--ClientSession(1938495631)--Connection(736862665)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:19.998--ServerSession(454071866)--Connection(1298279735)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:19.998--UnitOfWork(1240972143)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:19.998--UnitOfWork(1240972143)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.998--UnitOfWork(1240972143)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.998--ClientSession(1938495631)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:19.999--UnitOfWork(1240972143)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:19.999--ClientSession(1938495631)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.007--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 372154479
    [junit] [EL Finer]: 2024-04-17 17:54:20.007--ClientSession(372154479)--Thread(Thread[main,5,main])--acquire unit of work: 921579066
    [junit] [EL Finest]: 2024-04-17 17:54:20.007--UnitOfWork(921579066)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.007--UnitOfWork(921579066)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.007--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-17 17:54:20.007--ServerSession(454071866)--Connection(625904014)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.007--ClientSession(372154479)--Connection(625904014)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.007--ClientSession(372154479)--Connection(625904014)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.007--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-17 17:54:20.008--ClientSession(372154479)--Connection(1645673699)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.008--ServerSession(454071866)--Connection(625904014)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.008--UnitOfWork(921579066)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.008--UnitOfWork(921579066)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.008--UnitOfWork(921579066)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.008--ClientSession(372154479)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.008--UnitOfWork(921579066)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.008--ClientSession(372154479)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.016--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 711790515
    [junit] [EL Finer]: 2024-04-17 17:54:20.016--ClientSession(711790515)--Thread(Thread[main,5,main])--acquire unit of work: 1604705426
    [junit] [EL Finest]: 2024-04-17 17:54:20.016--UnitOfWork(1604705426)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.016--UnitOfWork(1604705426)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.016--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-17 17:54:20.016--ServerSession(454071866)--Connection(1660338734)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.016--ClientSession(711790515)--Connection(1660338734)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.017--ClientSession(711790515)--Connection(1660338734)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.017--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-17 17:54:20.017--ClientSession(711790515)--Connection(323408814)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.017--ServerSession(454071866)--Connection(1660338734)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.017--UnitOfWork(1604705426)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.017--UnitOfWork(1604705426)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.017--UnitOfWork(1604705426)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.017--ClientSession(711790515)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.018--UnitOfWork(1604705426)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.018--ClientSession(711790515)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.026--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 527217198
    [junit] [EL Finer]: 2024-04-17 17:54:20.026--ClientSession(527217198)--Thread(Thread[main,5,main])--acquire unit of work: 898409148
    [junit] [EL Finest]: 2024-04-17 17:54:20.026--UnitOfWork(898409148)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.026--UnitOfWork(898409148)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.026--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-17 17:54:20.026--ServerSession(454071866)--Connection(382044033)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.026--ClientSession(527217198)--Connection(382044033)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.026--ClientSession(527217198)--Connection(382044033)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.026--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-17 17:54:20.027--ClientSession(527217198)--Connection(1175215783)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.027--ServerSession(454071866)--Connection(382044033)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.027--UnitOfWork(898409148)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.027--UnitOfWork(898409148)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.027--UnitOfWork(898409148)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.027--ClientSession(527217198)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.027--UnitOfWork(898409148)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.027--ClientSession(527217198)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.028--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 540941935
    [junit] [EL Finer]: 2024-04-17 17:54:20.028--ClientSession(540941935)--Thread(Thread[main,5,main])--acquire unit of work: 475601084
    [junit] [EL Finest]: 2024-04-17 17:54:20.028--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-17 17:54:20.028--ServerSession(454071866)--Connection(893850435)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.028--ServerSession(454071866)--Connection(893850435)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.028--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-17 17:54:20.028--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.452 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestQueryAPI
    [junit] [EL Finer]: 2024-04-17 17:54:20.041--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 293659205
    [junit] [EL Finer]: 2024-04-17 17:54:20.041--ClientSession(293659205)--Thread(Thread[main,5,main])--acquire unit of work: 429230143
    [junit] [EL Finest]: 2024-04-17 17:54:20.041--UnitOfWork(429230143)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.042--UnitOfWork(429230143)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.042--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-17 17:54:20.042--ServerSession(454071866)--Connection(14261942)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.042--ClientSession(293659205)--Connection(14261942)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.042--ClientSession(293659205)--Connection(14261942)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.042--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-17 17:54:20.041, 2024-03-23 21:22:56.394, null, null, null, null, null, null, null]
    [junit] [EL Finer]: 2024-04-17 17:54:20.042--ClientSession(293659205)--Connection(899962047)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.043--ServerSession(454071866)--Connection(14261942)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.043--UnitOfWork(429230143)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.043--UnitOfWork(429230143)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.043--UnitOfWork(429230143)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.043--ClientSession(293659205)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.043--UnitOfWork(429230143)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.043--ClientSession(293659205)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.044--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 869149988
    [junit] [EL Finer]: 2024-04-17 17:54:20.044--ClientSession(869149988)--Thread(Thread[main,5,main])--acquire unit of work: 1287257162
    [junit] [EL Finer]: 2024-04-17 17:54:20.053--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 64074042
    [junit] [EL Finer]: 2024-04-17 17:54:20.053--ClientSession(64074042)--Thread(Thread[main,5,main])--acquire unit of work: 2144699772
    [junit] [EL Finest]: 2024-04-17 17:54:20.053--UnitOfWork(2144699772)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.053--UnitOfWork(2144699772)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.053--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-17 17:54:20.053--ServerSession(454071866)--Connection(2086611269)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.053--ClientSession(64074042)--Connection(2086611269)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.053--ClientSession(64074042)--Connection(2086611269)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.054--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-17 17:54:20.053, 2024-03-23 21:22:56.406, null, null, null, null, null, null, null]
    [junit] [EL Finer]: 2024-04-17 17:54:20.054--ClientSession(64074042)--Connection(22524150)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.054--ServerSession(454071866)--Connection(2086611269)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.054--UnitOfWork(2144699772)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.054--UnitOfWork(2144699772)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.054--UnitOfWork(2144699772)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.054--ClientSession(64074042)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.055--UnitOfWork(2144699772)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.055--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-17 17:54:20.077--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1751878963
    [junit] [EL Finer]: 2024-04-17 17:54:20.077--ClientSession(1751878963)--Thread(Thread[main,5,main])--acquire unit of work: 191597428
    [junit] [EL Finest]: 2024-04-17 17:54:20.077--UnitOfWork(191597428)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:20.077--UnitOfWork(191597428)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.077--UnitOfWork(191597428)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.077--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-17 17:54:20.077--ServerSession(454071866)--Connection(347906624)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.077--ClientSession(1751878963)--Connection(347906624)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.077--ClientSession(1751878963)--Connection(347906624)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:20.077--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-17 17:54:20.077--ClientSession(1751878963)--Connection(1293931105)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:20.077--ClientSession(1751878963)--Connection(1293931105)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:20.077--ClientSession(1751878963)--Connection(1293931105)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:20.077--ClientSession(1751878963)--Connection(1293931105)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:20.077--ClientSession(1751878963)--Connection(1293931105)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:20.078--ClientSession(1751878963)--Connection(1293931105)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.078--ServerSession(454071866)--Connection(347906624)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.078--UnitOfWork(191597428)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.078--UnitOfWork(191597428)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.078--UnitOfWork(191597428)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.078--ClientSession(1751878963)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.078--UnitOfWork(191597428)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.078--ClientSession(1751878963)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.078--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 578763703
    [junit] [EL Finer]: 2024-04-17 17:54:20.078--ClientSession(578763703)--Thread(Thread[main,5,main])--acquire unit of work: 1403007770
    [junit] [EL Finest]: 2024-04-17 17:54:20.078--UnitOfWork(1403007770)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:20.078--UnitOfWork(1403007770)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:20.079--UnitOfWork(1403007770)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.079--UnitOfWork(1403007770)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.079--UnitOfWork(1403007770)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:20.079--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-17 17:54:20.079--ServerSession(454071866)--Connection(2042483503)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.079--ClientSession(578763703)--Connection(2042483503)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.079--ClientSession(578763703)--Connection(2042483503)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:20.079--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-17 17:54:20.079--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-17 17:54:20.079--ClientSession(578763703)--Connection(1817447589)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:20.079--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-17 17:54:20.079--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-17 17:54:20.079--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-17 17:54:20.079--ClientSession(578763703)--Connection(1817447589)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Fine]: 2024-04-17 17:54:20.08--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-17 17:54:20.08--ClientSession(578763703)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" )
    [junit] [EL Fine]: 2024-04-17 17:54:20.08--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-17 17:54:20.08--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-17 17:54:20.081--ClientSession(578763703)--Connection(1817447589)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.081--ServerSession(454071866)--Connection(2042483503)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.081--UnitOfWork(1403007770)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.081--UnitOfWork(1403007770)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.081--UnitOfWork(1403007770)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.081--ClientSession(578763703)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.081--UnitOfWork(1403007770)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.081--ClientSession(578763703)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.085--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1149542263
    [junit] [EL Finer]: 2024-04-17 17:54:20.085--ClientSession(1149542263)--Thread(Thread[main,5,main])--acquire unit of work: 2127463509
    [junit] [EL Finest]: 2024-04-17 17:54:20.085--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-17 17:54:20.085--ServerSession(454071866)--Connection(1197564988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.085--ServerSession(454071866)--Connection(1197564988)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.085--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-17 17:54:20.086--ServerSession(454071866)--Connection(1197564988)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.086--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-17 17:54:20.086--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-17 17:54:20.086--ServerSession(454071866)--Connection(1284983227)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.086--ServerSession(454071866)--Connection(1284983227)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.086--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-17 17:54:20.086--ServerSession(454071866)--Connection(1284983227)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.086--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-17 17:54:20.086--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-17 17:54:20.087--ServerSession(454071866)--Connection(1837787090)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.087--ServerSession(454071866)--Connection(1837787090)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.087--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-17 17:54:20.087--ServerSession(454071866)--Connection(1837787090)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.103--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1105947096
    [junit] [EL Finer]: 2024-04-17 17:54:20.103--ClientSession(1105947096)--Thread(Thread[main,5,main])--acquire unit of work: 1498010747
    [junit] [EL Finest]: 2024-04-17 17:54:20.103--UnitOfWork(1498010747)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:20.103--UnitOfWork(1498010747)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.103--UnitOfWork(1498010747)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.103--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-17 17:54:20.103--ServerSession(454071866)--Connection(1694228289)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.103--ClientSession(1105947096)--Connection(1694228289)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.103--ClientSession(1105947096)--Connection(1694228289)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:20.103--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-17 17:54:20.103--ClientSession(1105947096)--Connection(1741551200)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:20.103--ClientSession(1105947096)--Connection(1741551200)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:20.103--ClientSession(1105947096)--Connection(1741551200)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:20.103--ClientSession(1105947096)--Connection(1741551200)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:20.103--ClientSession(1105947096)--Connection(1741551200)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:20.104--ClientSession(1105947096)--Connection(1741551200)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.104--ServerSession(454071866)--Connection(1694228289)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.104--UnitOfWork(1498010747)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.104--UnitOfWork(1498010747)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.104--UnitOfWork(1498010747)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.104--ClientSession(1105947096)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.104--UnitOfWork(1498010747)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.104--ClientSession(1105947096)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.104--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 533060514
    [junit] [EL Finer]: 2024-04-17 17:54:20.104--ClientSession(533060514)--Thread(Thread[main,5,main])--acquire unit of work: 629022412
    [junit] [EL Finest]: 2024-04-17 17:54:20.104--UnitOfWork(629022412)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:20.104--UnitOfWork(629022412)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:20.104--UnitOfWork(629022412)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.104--UnitOfWork(629022412)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.104--UnitOfWork(629022412)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:20.104--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-17 17:54:20.104--ServerSession(454071866)--Connection(1362397723)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.104--ClientSession(533060514)--Connection(1362397723)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.104--ClientSession(533060514)--Connection(1362397723)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:20.105--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-17 17:54:20.105--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-17 17:54:20.105--ClientSession(533060514)--Connection(1901512677)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:20.105--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-17 17:54:20.105--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-17 17:54:20.105--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-17 17:54:20.105--ClientSession(533060514)--Connection(1901512677)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Fine]: 2024-04-17 17:54:20.105--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-17 17:54:20.106--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-17 17:54:20.106--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-17 17:54:20.106--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-17 17:54:20.106--ClientSession(533060514)--Connection(1901512677)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.106--ServerSession(454071866)--Connection(1362397723)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.106--UnitOfWork(629022412)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.106--UnitOfWork(629022412)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.106--UnitOfWork(629022412)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.106--ClientSession(533060514)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.106--UnitOfWork(629022412)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.106--ClientSession(533060514)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.107--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 252729072
    [junit] [EL Finer]: 2024-04-17 17:54:20.107--ClientSession(252729072)--Thread(Thread[main,5,main])--acquire unit of work: 409559965
    [junit] [EL Finest]: 2024-04-17 17:54:20.107--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-17 17:54:20.107--ServerSession(454071866)--Connection(1922887605)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.107--ServerSession(454071866)--Connection(1922887605)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.107--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-17 17:54:20.108--ServerSession(454071866)--Connection(1922887605)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.108--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-17 17:54:20.108--ServerSession(454071866)--Connection(105240672)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.108--ServerSession(454071866)--Connection(105240672)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.109--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-17 17:54:20.109--ServerSession(454071866)--Connection(105240672)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.125--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1698218294
    [junit] [EL Finer]: 2024-04-17 17:54:20.125--ClientSession(1698218294)--Thread(Thread[main,5,main])--acquire unit of work: 877365519
    [junit] [EL Finest]: 2024-04-17 17:54:20.125--UnitOfWork(877365519)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:20.125--UnitOfWork(877365519)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.125--UnitOfWork(877365519)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.125--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-17 17:54:20.125--ServerSession(454071866)--Connection(1698378565)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.125--ClientSession(1698218294)--Connection(1698378565)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.125--ClientSession(1698218294)--Connection(1698378565)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:20.125--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-17 17:54:20.125--ClientSession(1698218294)--Connection(1030132089)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:20.125--ClientSession(1698218294)--Connection(1030132089)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:20.125--ClientSession(1698218294)--Connection(1030132089)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:20.125--ClientSession(1698218294)--Connection(1030132089)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:20.125--ClientSession(1698218294)--Connection(1030132089)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:20.126--ClientSession(1698218294)--Connection(1030132089)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.126--ServerSession(454071866)--Connection(1698378565)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.126--UnitOfWork(877365519)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.126--UnitOfWork(877365519)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.126--UnitOfWork(877365519)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.126--ClientSession(1698218294)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.126--UnitOfWork(877365519)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.126--ClientSession(1698218294)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.126--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 177410991
    [junit] [EL Finer]: 2024-04-17 17:54:20.126--ClientSession(177410991)--Thread(Thread[main,5,main])--acquire unit of work: 915318947
    [junit] [EL Finest]: 2024-04-17 17:54:20.126--UnitOfWork(915318947)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:20.126--UnitOfWork(915318947)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:20.126--UnitOfWork(915318947)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.126--UnitOfWork(915318947)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.126--UnitOfWork(915318947)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:20.126--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-17 17:54:20.127--ServerSession(454071866)--Connection(417468328)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.127--ClientSession(177410991)--Connection(417468328)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.127--ClientSession(177410991)--Connection(417468328)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:20.127--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-17 17:54:20.127--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-17 17:54:20.127--ClientSession(177410991)--Connection(327804056)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:20.127--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-17 17:54:20.127--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-17 17:54:20.127--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-17 17:54:20.127--ClientSession(177410991)--Connection(327804056)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Fine]: 2024-04-17 17:54:20.128--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-17 17:54:20.128--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-17 17:54:20.128--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-17 17:54:20.128--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-17 17:54:20.128--ClientSession(177410991)--Connection(327804056)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.128--ServerSession(454071866)--Connection(417468328)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.128--UnitOfWork(915318947)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.128--UnitOfWork(915318947)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.129--UnitOfWork(915318947)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.129--ClientSession(177410991)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.129--UnitOfWork(915318947)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.129--ClientSession(177410991)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.129--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 142106520
    [junit] [EL Finer]: 2024-04-17 17:54:20.129--ClientSession(142106520)--Thread(Thread[main,5,main])--acquire unit of work: 1249746110
    [junit] [EL Finest]: 2024-04-17 17:54:20.129--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-17 17:54:20.129--ServerSession(454071866)--Connection(747909743)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.129--ServerSession(454071866)--Connection(747909743)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.129--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-17 17:54:20.13--ServerSession(454071866)--Connection(747909743)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.13--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-17 17:54:20.13--ServerSession(454071866)--Connection(235839070)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.13--ServerSession(454071866)--Connection(235839070)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.131--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-17 17:54:20.131--ServerSession(454071866)--Connection(235839070)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.131--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-17 17:54:20.131--ServerSession(454071866)--Connection(469563481)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.131--ServerSession(454071866)--Connection(469563481)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.131--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-17 17:54:20.131--ServerSession(454071866)--Connection(469563481)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.147--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 364545110
    [junit] [EL Finer]: 2024-04-17 17:54:20.147--ClientSession(364545110)--Thread(Thread[main,5,main])--acquire unit of work: 1786085833
    [junit] [EL Finest]: 2024-04-17 17:54:20.147--UnitOfWork(1786085833)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:20.147--UnitOfWork(1786085833)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.147--UnitOfWork(1786085833)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.147--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-17 17:54:20.147--ServerSession(454071866)--Connection(86796021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.147--ClientSession(364545110)--Connection(86796021)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.147--ClientSession(364545110)--Connection(86796021)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:20.147--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-17 17:54:20.148--ClientSession(364545110)--Connection(1144148971)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:20.148--ClientSession(364545110)--Connection(1144148971)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:20.148--ClientSession(364545110)--Connection(1144148971)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:20.148--ClientSession(364545110)--Connection(1144148971)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:20.148--ClientSession(364545110)--Connection(1144148971)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:20.148--ClientSession(364545110)--Connection(1144148971)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.148--ServerSession(454071866)--Connection(86796021)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.148--UnitOfWork(1786085833)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.148--UnitOfWork(1786085833)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.148--UnitOfWork(1786085833)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.148--ClientSession(364545110)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.148--UnitOfWork(1786085833)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.148--ClientSession(364545110)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.149--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1868505862
    [junit] [EL Finer]: 2024-04-17 17:54:20.149--ClientSession(1868505862)--Thread(Thread[main,5,main])--acquire unit of work: 153283542
    [junit] [EL Finest]: 2024-04-17 17:54:20.149--UnitOfWork(153283542)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:20.149--UnitOfWork(153283542)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:20.149--UnitOfWork(153283542)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.149--UnitOfWork(153283542)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.149--UnitOfWork(153283542)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:20.149--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-17 17:54:20.149--ServerSession(454071866)--Connection(1396188238)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.149--ClientSession(1868505862)--Connection(1396188238)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.149--ClientSession(1868505862)--Connection(1396188238)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:20.149--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-17 17:54:20.149--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-17 17:54:20.149--ClientSession(1868505862)--Connection(1363115556)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:20.149--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-17 17:54:20.149--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-17 17:54:20.149--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-17 17:54:20.149--ClientSession(1868505862)--Connection(1363115556)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Fine]: 2024-04-17 17:54:20.15--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-17 17:54:20.15--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-17 17:54:20.15--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-17 17:54:20.15--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-17 17:54:20.15--ClientSession(1868505862)--Connection(1363115556)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.151--ServerSession(454071866)--Connection(1396188238)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.151--UnitOfWork(153283542)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.151--UnitOfWork(153283542)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.151--UnitOfWork(153283542)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.151--ClientSession(1868505862)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.151--UnitOfWork(153283542)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.151--ClientSession(1868505862)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.151--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1827810149
    [junit] [EL Finer]: 2024-04-17 17:54:20.151--ClientSession(1827810149)--Thread(Thread[main,5,main])--acquire unit of work: 3663389
    [junit] [EL Finest]: 2024-04-17 17:54:20.151--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-17 17:54:20.152--ServerSession(454071866)--Connection(1064569811)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.152--ServerSession(454071866)--Connection(1064569811)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.152--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-17 17:54:20.152--ServerSession(454071866)--Connection(1064569811)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.152--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-17 17:54:20.152--ServerSession(454071866)--Connection(426584880)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.153--ServerSession(454071866)--Connection(426584880)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.153--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-17 17:54:20.153--ServerSession(454071866)--Connection(426584880)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.153--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-17 17:54:20.153--ServerSession(454071866)--Connection(692616780)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.153--ServerSession(454071866)--Connection(692616780)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.153--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-17 17:54:20.154--ServerSession(454071866)--Connection(692616780)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.169--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1567595282
    [junit] [EL Finer]: 2024-04-17 17:54:20.169--ClientSession(1567595282)--Thread(Thread[main,5,main])--acquire unit of work: 1155771218
    [junit] [EL Finest]: 2024-04-17 17:54:20.169--UnitOfWork(1155771218)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:20.169--UnitOfWork(1155771218)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.169--UnitOfWork(1155771218)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.169--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-17 17:54:20.17--ServerSession(454071866)--Connection(2006326149)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.17--ClientSession(1567595282)--Connection(2006326149)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.17--ClientSession(1567595282)--Connection(2006326149)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:20.17--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-17 17:54:20.17--ClientSession(1567595282)--Connection(1376999853)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:20.17--ClientSession(1567595282)--Connection(1376999853)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:20.17--ClientSession(1567595282)--Connection(1376999853)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:20.17--ClientSession(1567595282)--Connection(1376999853)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:20.17--ClientSession(1567595282)--Connection(1376999853)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:20.17--ClientSession(1567595282)--Connection(1376999853)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.17--ServerSession(454071866)--Connection(2006326149)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.171--UnitOfWork(1155771218)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.171--UnitOfWork(1155771218)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.171--UnitOfWork(1155771218)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.171--ClientSession(1567595282)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.171--UnitOfWork(1155771218)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.171--ClientSession(1567595282)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.171--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 255307196
    [junit] [EL Finer]: 2024-04-17 17:54:20.171--ClientSession(255307196)--Thread(Thread[main,5,main])--acquire unit of work: 1211815404
    [junit] [EL Finest]: 2024-04-17 17:54:20.171--UnitOfWork(1211815404)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:20.171--UnitOfWork(1211815404)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:20.171--UnitOfWork(1211815404)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.171--UnitOfWork(1211815404)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.171--UnitOfWork(1211815404)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:20.171--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-17 17:54:20.171--ServerSession(454071866)--Connection(662472677)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.171--ClientSession(255307196)--Connection(662472677)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.171--ClientSession(255307196)--Connection(662472677)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:20.171--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-17 17:54:20.171--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-17 17:54:20.171--ClientSession(255307196)--Connection(791317730)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:20.171--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-17 17:54:20.171--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-17 17:54:20.171--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-17 17:54:20.171--ClientSession(255307196)--Connection(791317730)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Fine]: 2024-04-17 17:54:20.172--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-17 17:54:20.172--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-17 17:54:20.172--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-17 17:54:20.172--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-17 17:54:20.173--ClientSession(255307196)--Connection(791317730)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.173--ServerSession(454071866)--Connection(662472677)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.173--UnitOfWork(1211815404)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.173--UnitOfWork(1211815404)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.173--UnitOfWork(1211815404)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.173--ClientSession(255307196)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.173--UnitOfWork(1211815404)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.173--ClientSession(255307196)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.173--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1562346831
    [junit] [EL Finer]: 2024-04-17 17:54:20.174--ClientSession(1562346831)--Thread(Thread[main,5,main])--acquire unit of work: 212535805
    [junit] [EL Finest]: 2024-04-17 17:54:20.174--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-17 17:54:20.174--ServerSession(454071866)--Connection(332351606)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.174--ServerSession(454071866)--Connection(332351606)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.174--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-17 17:54:20.174--ServerSession(454071866)--Connection(332351606)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.174--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-17 17:54:20.174--ServerSession(454071866)--Connection(2039999923)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.174--ServerSession(454071866)--Connection(2039999923)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.175--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-17 17:54:20.175--ServerSession(454071866)--Connection(2039999923)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.19--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 718968573
    [junit] [EL Finer]: 2024-04-17 17:54:20.19--ClientSession(718968573)--Thread(Thread[main,5,main])--acquire unit of work: 2131663566
    [junit] [EL Finest]: 2024-04-17 17:54:20.19--UnitOfWork(2131663566)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:20.19--UnitOfWork(2131663566)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.19--UnitOfWork(2131663566)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.19--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-17 17:54:20.19--ServerSession(454071866)--Connection(1670549407)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.19--ClientSession(718968573)--Connection(1670549407)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.19--ClientSession(718968573)--Connection(1670549407)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:20.191--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-17 17:54:20.191--ClientSession(718968573)--Connection(1328775280)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:20.191--ClientSession(718968573)--Connection(1328775280)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:20.191--ClientSession(718968573)--Connection(1328775280)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:20.191--ClientSession(718968573)--Connection(1328775280)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:20.191--ClientSession(718968573)--Connection(1328775280)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:20.191--ClientSession(718968573)--Connection(1328775280)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.191--ServerSession(454071866)--Connection(1670549407)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.191--UnitOfWork(2131663566)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.191--UnitOfWork(2131663566)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.191--UnitOfWork(2131663566)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.192--ClientSession(718968573)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.192--UnitOfWork(2131663566)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.192--ClientSession(718968573)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.192--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1574522109
    [junit] [EL Finer]: 2024-04-17 17:54:20.192--ClientSession(1574522109)--Thread(Thread[main,5,main])--acquire unit of work: 717278894
    [junit] [EL Finest]: 2024-04-17 17:54:20.192--UnitOfWork(717278894)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.192--UnitOfWork(717278894)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.192--UnitOfWork(717278894)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:20.192--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-17 17:54:20.192--ServerSession(454071866)--Connection(270195299)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.192--ClientSession(1574522109)--Connection(270195299)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.192--ClientSession(1574522109)--Connection(270195299)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.192--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-17 17:54:20.192--ClientSession(1574522109)--Connection(1015272304)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.193--ServerSession(454071866)--Connection(270195299)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.193--UnitOfWork(717278894)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.193--UnitOfWork(717278894)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.193--UnitOfWork(717278894)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.193--ClientSession(1574522109)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.193--UnitOfWork(717278894)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.193--ClientSession(1574522109)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.193--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 774965398
    [junit] [EL Finer]: 2024-04-17 17:54:20.193--ClientSession(774965398)--Thread(Thread[main,5,main])--acquire unit of work: 162476481
    [junit] [EL Finest]: 2024-04-17 17:54:20.193--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-17 17:54:20.193--ServerSession(454071866)--Connection(1863036434)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.193--ServerSession(454071866)--Connection(1863036434)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.193--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-17 17:54:20.194--ServerSession(454071866)--Connection(1863036434)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.194--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-17 17:54:20.194--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-17 17:54:20.194--ServerSession(454071866)--Connection(388507514)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.194--ServerSession(454071866)--Connection(388507514)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.194--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-17 17:54:20.194--ServerSession(454071866)--Connection(388507514)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.209--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2119284949
    [junit] [EL Finer]: 2024-04-17 17:54:20.21--ClientSession(2119284949)--Thread(Thread[main,5,main])--acquire unit of work: 515450283
    [junit] [EL Finest]: 2024-04-17 17:54:20.21--UnitOfWork(515450283)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:20.21--UnitOfWork(515450283)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.21--UnitOfWork(515450283)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.21--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-17 17:54:20.21--ServerSession(454071866)--Connection(2122693729)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.21--ClientSession(2119284949)--Connection(2122693729)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.21--ClientSession(2119284949)--Connection(2122693729)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:20.21--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-17 17:54:20.21--ClientSession(2119284949)--Connection(2146726065)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:20.21--ClientSession(2119284949)--Connection(2146726065)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:20.21--ClientSession(2119284949)--Connection(2146726065)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:20.21--ClientSession(2119284949)--Connection(2146726065)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:20.21--ClientSession(2119284949)--Connection(2146726065)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:20.21--ClientSession(2119284949)--Connection(2146726065)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.211--ServerSession(454071866)--Connection(2122693729)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.211--UnitOfWork(515450283)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.211--UnitOfWork(515450283)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.211--UnitOfWork(515450283)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.211--ClientSession(2119284949)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.211--UnitOfWork(515450283)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.211--ClientSession(2119284949)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.211--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 933920478
    [junit] [EL Finer]: 2024-04-17 17:54:20.211--ClientSession(933920478)--Thread(Thread[main,5,main])--acquire unit of work: 1688185598
    [junit] [EL Finest]: 2024-04-17 17:54:20.211--UnitOfWork(1688185598)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:20.211--UnitOfWork(1688185598)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.211--UnitOfWork(1688185598)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.211--UnitOfWork(1688185598)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:20.211--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-17 17:54:20.211--ServerSession(454071866)--Connection(1171276229)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.211--ClientSession(933920478)--Connection(1171276229)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.211--ClientSession(933920478)--Connection(1171276229)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:20.211--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-17 17:54:20.211--ClientSession(933920478)--Connection(241184376)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:20.211--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-17 17:54:20.211--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-17 17:54:20.211--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-17 17:54:20.211--ClientSession(933920478)--Connection(241184376)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:20.212--ClientSession(933920478)--Connection(241184376)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.212--ServerSession(454071866)--Connection(1171276229)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.213--UnitOfWork(1688185598)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.213--UnitOfWork(1688185598)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.213--UnitOfWork(1688185598)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.213--ClientSession(933920478)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.213--UnitOfWork(1688185598)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.213--ClientSession(933920478)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.213--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 708011911
    [junit] [EL Finer]: 2024-04-17 17:54:20.213--ClientSession(708011911)--Thread(Thread[main,5,main])--acquire unit of work: 582294196
    [junit] [EL Finest]: 2024-04-17 17:54:20.213--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-17 17:54:20.213--ServerSession(454071866)--Connection(1579526490)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.213--ServerSession(454071866)--Connection(1579526490)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.213--ServerSession(454071866)--Connection(1968613438)--Thread(Thread[main,5,main])--SELECT FIRSTNAME FROM TMP_EMP WHERE (LASTNAME = ?)
    [junit] 	bind => [Maier]
    [junit] [EL Finest]: 2024-04-17 17:54:20.214--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.155 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSelectClauses
    [junit] [EL Finer]: 2024-04-17 17:54:20.229--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1240536793
    [junit] [EL Finer]: 2024-04-17 17:54:20.229--ClientSession(1240536793)--Thread(Thread[main,5,main])--acquire unit of work: 489065879
    [junit] [EL Finest]: 2024-04-17 17:54:20.229--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-17 17:54:20.229--ServerSession(454071866)--Connection(1994948512)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.229--ServerSession(454071866)--Connection(1994948512)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.229--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-17 17:54:20.23--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-17 17:54:20.31--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 533927270
    [junit] [EL Finer]: 2024-04-17 17:54:20.31--ClientSession(533927270)--Thread(Thread[main,5,main])--acquire unit of work: 927254094
    [junit] [EL Finest]: 2024-04-17 17:54:20.31--UnitOfWork(927254094)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:20.31--UnitOfWork(927254094)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.31--UnitOfWork(927254094)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.31--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-17 17:54:20.31--ServerSession(454071866)--Connection(279667776)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.31--ClientSession(533927270)--Connection(279667776)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.31--ClientSession(533927270)--Connection(279667776)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:20.31--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-17 17:54:20.31--ClientSession(533927270)--Connection(865789371)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:20.31--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-17 17:54:20.31--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-17 17:54:20.31--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-17 17:54:20.31--ClientSession(533927270)--Connection(865789371)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:20.311--ClientSession(533927270)--Connection(865789371)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.311--ServerSession(454071866)--Connection(279667776)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.312--UnitOfWork(927254094)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.312--UnitOfWork(927254094)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.312--UnitOfWork(927254094)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.312--ClientSession(533927270)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.312--UnitOfWork(927254094)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.312--ClientSession(533927270)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.312--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 885053237
    [junit] [EL Finer]: 2024-04-17 17:54:20.312--ClientSession(885053237)--Thread(Thread[main,5,main])--acquire unit of work: 1250851008
    [junit] [EL Finest]: 2024-04-17 17:54:20.312--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-17 17:54:20.312--ServerSession(454071866)--Connection(1091008091)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.312--ServerSession(454071866)--Connection(1091008091)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.313--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-17 17:54:20.313--ServerSession(454071866)--Connection(1091008091)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.313--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-17 17:54:20.313--ServerSession(454071866)--Connection(1293164864)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.313--ServerSession(454071866)--Connection(1293164864)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.313--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-17 17:54:20.314--ServerSession(454071866)--Connection(1293164864)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.33--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 368808308
    [junit] [EL Finer]: 2024-04-17 17:54:20.33--ClientSession(368808308)--Thread(Thread[main,5,main])--acquire unit of work: 959020813
    [junit] [EL Finest]: 2024-04-17 17:54:20.33--UnitOfWork(959020813)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:20.33--UnitOfWork(959020813)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.33--UnitOfWork(959020813)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.33--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-17 17:54:20.33--ServerSession(454071866)--Connection(1611852010)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.33--ClientSession(368808308)--Connection(1611852010)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.33--ClientSession(368808308)--Connection(1611852010)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:20.33--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-17 17:54:20.33--ClientSession(368808308)--Connection(1261328773)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:20.33--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-17 17:54:20.33--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-17 17:54:20.33--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-17 17:54:20.33--ClientSession(368808308)--Connection(1261328773)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:20.331--ClientSession(368808308)--Connection(1261328773)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.331--ServerSession(454071866)--Connection(1611852010)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.331--UnitOfWork(959020813)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.331--UnitOfWork(959020813)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.332--UnitOfWork(959020813)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.332--ClientSession(368808308)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.332--UnitOfWork(959020813)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.332--ClientSession(368808308)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.332--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2105096864
    [junit] [EL Finer]: 2024-04-17 17:54:20.332--ClientSession(2105096864)--Thread(Thread[main,5,main])--acquire unit of work: 1191495015
    [junit] [EL Finest]: 2024-04-17 17:54:20.332--UnitOfWork(1191495015)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT AVG(ID) FROM TMP_EMP")
    [junit] [EL Finest]: 2024-04-17 17:54:20.332--ServerSession(454071866)--Connection(411580445)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.332--ServerSession(454071866)--Connection(411580445)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.332--ServerSession(454071866)--Connection(1635626989)--Thread(Thread[main,5,main])--SELECT AVG(ID) FROM TMP_EMP
    [junit] [EL Finest]: 2024-04-17 17:54:20.333--ServerSession(454071866)--Connection(411580445)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.349--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 487005488
    [junit] [EL Finer]: 2024-04-17 17:54:20.349--ClientSession(487005488)--Thread(Thread[main,5,main])--acquire unit of work: 1991037939
    [junit] [EL Finest]: 2024-04-17 17:54:20.349--UnitOfWork(1991037939)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:20.349--UnitOfWork(1991037939)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.349--UnitOfWork(1991037939)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.349--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-17 17:54:20.349--ServerSession(454071866)--Connection(2095765753)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.349--ClientSession(487005488)--Connection(2095765753)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.349--ClientSession(487005488)--Connection(2095765753)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:20.349--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-17 17:54:20.349--ClientSession(487005488)--Connection(300935487)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:20.349--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-17 17:54:20.349--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-17 17:54:20.349--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-17 17:54:20.349--ClientSession(487005488)--Connection(300935487)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:20.35--ClientSession(487005488)--Connection(300935487)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.35--ServerSession(454071866)--Connection(2095765753)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.35--UnitOfWork(1991037939)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.35--UnitOfWork(1991037939)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.35--UnitOfWork(1991037939)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.35--ClientSession(487005488)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.35--UnitOfWork(1991037939)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.351--ClientSession(487005488)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.351--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 447437220
    [junit] [EL Finer]: 2024-04-17 17:54:20.351--ClientSession(447437220)--Thread(Thread[main,5,main])--acquire unit of work: 808220440
    [junit] [EL Finer]: 2024-04-17 17:54:20.351--UnitOfWork(808220440)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:20.351--UnitOfWork(808220440)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:20.351--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-17 17:54:20.351--ServerSession(454071866)--Connection(468404749)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.351--ServerSession(454071866)--Connection(468404749)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.352--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-17 17:54:20.352--ServerSession(454071866)--Connection(468404749)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.352--UnitOfWork(808220440)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.352--ClientSession(447437220)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.369--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 817477797
    [junit] [EL Finer]: 2024-04-17 17:54:20.369--ClientSession(817477797)--Thread(Thread[main,5,main])--acquire unit of work: 784743522
    [junit] [EL Finest]: 2024-04-17 17:54:20.369--UnitOfWork(784743522)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:20.369--UnitOfWork(784743522)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.37--UnitOfWork(784743522)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.37--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-17 17:54:20.37--ServerSession(454071866)--Connection(2002943055)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.37--ClientSession(817477797)--Connection(2002943055)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.37--ClientSession(817477797)--Connection(2002943055)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:20.37--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-17 17:54:20.37--ClientSession(817477797)--Connection(710535999)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:20.37--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-17 17:54:20.37--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-17 17:54:20.37--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-17 17:54:20.37--ClientSession(817477797)--Connection(710535999)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:20.371--ClientSession(817477797)--Connection(710535999)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.371--ServerSession(454071866)--Connection(2002943055)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.372--UnitOfWork(784743522)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.372--UnitOfWork(784743522)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.372--UnitOfWork(784743522)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.372--ClientSession(817477797)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.372--UnitOfWork(784743522)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.372--ClientSession(817477797)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.373--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 324757671
    [junit] [EL Finer]: 2024-04-17 17:54:20.373--ClientSession(324757671)--Thread(Thread[main,5,main])--acquire unit of work: 2119100763
    [junit] [EL Finest]: 2024-04-17 17:54:20.373--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-17 17:54:20.373--ServerSession(454071866)--Connection(2015224861)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.373--ServerSession(454071866)--Connection(2015224861)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.373--ServerSession(454071866)--Connection(1323724784)--Thread(Thread[main,5,main])--SELECT FIRSTNAME FROM TMP_EMP WHERE (ID = ?)
    [junit] 	bind => [1]
    [junit] [EL Finest]: 2024-04-17 17:54:20.373--ServerSession(454071866)--Connection(2015224861)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.39--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1644347929
    [junit] [EL Finer]: 2024-04-17 17:54:20.39--ClientSession(1644347929)--Thread(Thread[main,5,main])--acquire unit of work: 87272859
    [junit] [EL Finest]: 2024-04-17 17:54:20.39--UnitOfWork(87272859)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:20.39--UnitOfWork(87272859)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.39--UnitOfWork(87272859)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.39--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-17 17:54:20.39--ServerSession(454071866)--Connection(1478363267)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.39--ClientSession(1644347929)--Connection(1478363267)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.39--ClientSession(1644347929)--Connection(1478363267)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:20.39--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-17 17:54:20.39--ClientSession(1644347929)--Connection(212737880)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:20.39--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-17 17:54:20.39--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-17 17:54:20.39--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-17 17:54:20.39--ClientSession(1644347929)--Connection(212737880)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:20.391--ClientSession(1644347929)--Connection(212737880)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.391--ServerSession(454071866)--Connection(1478363267)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.391--UnitOfWork(87272859)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.391--UnitOfWork(87272859)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.391--UnitOfWork(87272859)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.391--ClientSession(1644347929)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.391--UnitOfWork(87272859)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.391--ClientSession(1644347929)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.392--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1265768354
    [junit] [EL Finer]: 2024-04-17 17:54:20.392--ClientSession(1265768354)--Thread(Thread[main,5,main])--acquire unit of work: 1609724165
    [junit] [EL Finest]: 2024-04-17 17:54:20.392--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-17 17:54:20.392--ServerSession(454071866)--Connection(1893683066)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.392--ServerSession(454071866)--Connection(1893683066)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.392--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-17 17:54:20.393--ServerSession(454071866)--Connection(1893683066)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.393--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-17 17:54:20.393--ServerSession(454071866)--Connection(1276742613)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.393--ServerSession(454071866)--Connection(1276742613)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.393--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-17 17:54:20.393--ServerSession(454071866)--Connection(1276742613)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.41--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1286132552
    [junit] [EL Finer]: 2024-04-17 17:54:20.41--ClientSession(1286132552)--Thread(Thread[main,5,main])--acquire unit of work: 2121653562
    [junit] [EL Finest]: 2024-04-17 17:54:20.41--UnitOfWork(2121653562)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:20.41--UnitOfWork(2121653562)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.41--UnitOfWork(2121653562)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.41--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-17 17:54:20.41--ServerSession(454071866)--Connection(753602291)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.41--ClientSession(1286132552)--Connection(753602291)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.41--ClientSession(1286132552)--Connection(753602291)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:20.41--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-17 17:54:20.41--ClientSession(1286132552)--Connection(941765836)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:20.41--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-17 17:54:20.41--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-17 17:54:20.41--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-17 17:54:20.41--ClientSession(1286132552)--Connection(941765836)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:20.411--ClientSession(1286132552)--Connection(941765836)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.411--ServerSession(454071866)--Connection(753602291)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.411--UnitOfWork(2121653562)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.412--UnitOfWork(2121653562)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.412--UnitOfWork(2121653562)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.412--ClientSession(1286132552)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.412--UnitOfWork(2121653562)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.412--ClientSession(1286132552)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.412--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 506375028
    [junit] [EL Finer]: 2024-04-17 17:54:20.412--ClientSession(506375028)--Thread(Thread[main,5,main])--acquire unit of work: 1299272458
    [junit] [EL Finest]: 2024-04-17 17:54:20.412--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-17 17:54:20.412--ServerSession(454071866)--Connection(1531785415)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.412--ServerSession(454071866)--Connection(1531785415)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.412--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-17 17:54:20.413--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.12 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSelectListTypes
    [junit] [EL Finer]: 2024-04-17 17:54:20.429--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 573339193
    [junit] [EL Finer]: 2024-04-17 17:54:20.429--ClientSession(573339193)--Thread(Thread[main,5,main])--acquire unit of work: 633787529
    [junit] [EL Finest]: 2024-04-17 17:54:20.429--UnitOfWork(633787529)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.429--UnitOfWork(633787529)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.429--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-17 17:54:20.429--ServerSession(454071866)--Connection(801352108)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.429--ClientSession(573339193)--Connection(801352108)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.429--ClientSession(573339193)--Connection(801352108)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.43--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-17 17:54:20.432--ClientSession(573339193)--Connection(989251906)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.432--ServerSession(454071866)--Connection(801352108)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.432--UnitOfWork(633787529)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.432--UnitOfWork(633787529)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.433--UnitOfWork(633787529)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.433--ClientSession(573339193)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.433--UnitOfWork(633787529)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.433--ClientSession(573339193)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.433--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1472296432
    [junit] [EL Finer]: 2024-04-17 17:54:20.433--ClientSession(1472296432)--Thread(Thread[main,5,main])--acquire unit of work: 1534139027
    [junit] [EL Finest]: 2024-04-17 17:54:20.433--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-17 17:54:20.433--ServerSession(454071866)--Connection(1449573104)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.433--ServerSession(454071866)--Connection(1449573104)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.433--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-17 17:54:20.434--ServerSession(454071866)--Connection(1449573104)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.435--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1476130606
    [junit] [EL Finer]: 2024-04-17 17:54:20.435--ClientSession(1476130606)--Thread(Thread[main,5,main])--acquire unit of work: 791071565
    [junit] [EL Finest]: 2024-04-17 17:54:20.435--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-17 17:54:20.435--ServerSession(454071866)--Connection(1754883849)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.435--ServerSession(454071866)--Connection(1754883849)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.435--ServerSession(454071866)--Connection(1729599784)--Thread(Thread[main,5,main])--SELECT AVG(W_BYTE) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.436--ServerSession(454071866)--Connection(1754883849)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.445--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 247406545
    [junit] [EL Finer]: 2024-04-17 17:54:20.445--ClientSession(247406545)--Thread(Thread[main,5,main])--acquire unit of work: 199530541
    [junit] [EL Finest]: 2024-04-17 17:54:20.445--UnitOfWork(199530541)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.445--UnitOfWork(199530541)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.445--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-17 17:54:20.445--ServerSession(454071866)--Connection(1256309323)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.445--ClientSession(247406545)--Connection(1256309323)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.445--ClientSession(247406545)--Connection(1256309323)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.446--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-17 17:54:20.448--ClientSession(247406545)--Connection(537887116)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.448--ServerSession(454071866)--Connection(1256309323)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.448--UnitOfWork(199530541)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.448--UnitOfWork(199530541)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.449--UnitOfWork(199530541)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.449--ClientSession(247406545)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.449--UnitOfWork(199530541)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.449--ClientSession(247406545)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.449--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 740626050
    [junit] [EL Finer]: 2024-04-17 17:54:20.449--ClientSession(740626050)--Thread(Thread[main,5,main])--acquire unit of work: 1895491947
    [junit] [EL Finest]: 2024-04-17 17:54:20.449--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-17 17:54:20.449--ServerSession(454071866)--Connection(1242447350)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.449--ServerSession(454071866)--Connection(1242447350)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.449--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-17 17:54:20.45--ServerSession(454071866)--Connection(1242447350)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.451--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1088136881
    [junit] [EL Finer]: 2024-04-17 17:54:20.451--ClientSession(1088136881)--Thread(Thread[main,5,main])--acquire unit of work: 1162594329
    [junit] [EL Finest]: 2024-04-17 17:54:20.451--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-17 17:54:20.451--ServerSession(454071866)--Connection(391751645)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.451--ServerSession(454071866)--Connection(391751645)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.451--ServerSession(454071866)--Connection(950697688)--Thread(Thread[main,5,main])--SELECT AVG(W_LONG) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.452--ServerSession(454071866)--Connection(391751645)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.46--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 256079699
    [junit] [EL Finer]: 2024-04-17 17:54:20.46--ClientSession(256079699)--Thread(Thread[main,5,main])--acquire unit of work: 1731775680
    [junit] [EL Finest]: 2024-04-17 17:54:20.461--UnitOfWork(1731775680)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.461--UnitOfWork(1731775680)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.461--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-17 17:54:20.461--ServerSession(454071866)--Connection(1075932728)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.461--ClientSession(256079699)--Connection(1075932728)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.461--ClientSession(256079699)--Connection(1075932728)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.461--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-17 17:54:20.463--ClientSession(256079699)--Connection(1391382724)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.464--ServerSession(454071866)--Connection(1075932728)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.464--UnitOfWork(1731775680)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.464--UnitOfWork(1731775680)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.464--UnitOfWork(1731775680)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.464--ClientSession(256079699)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.464--UnitOfWork(1731775680)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.464--ClientSession(256079699)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.464--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 91755265
    [junit] [EL Finer]: 2024-04-17 17:54:20.464--ClientSession(91755265)--Thread(Thread[main,5,main])--acquire unit of work: 565484442
    [junit] [EL Finest]: 2024-04-17 17:54:20.464--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-17 17:54:20.464--ServerSession(454071866)--Connection(1542114516)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.464--ServerSession(454071866)--Connection(1542114516)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.465--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-17 17:54:20.465--ServerSession(454071866)--Connection(1542114516)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.467--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 459046872
    [junit] [EL Finer]: 2024-04-17 17:54:20.467--ClientSession(459046872)--Thread(Thread[main,5,main])--acquire unit of work: 1505715435
    [junit] [EL Finest]: 2024-04-17 17:54:20.467--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-17 17:54:20.467--ServerSession(454071866)--Connection(1689696890)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.467--ServerSession(454071866)--Connection(1689696890)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.467--ServerSession(454071866)--Connection(336116711)--Thread(Thread[main,5,main])--SELECT AVG(P_DOUBLE) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.467--ServerSession(454071866)--Connection(1689696890)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.476--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1322929166
    [junit] [EL Finer]: 2024-04-17 17:54:20.476--ClientSession(1322929166)--Thread(Thread[main,5,main])--acquire unit of work: 936450936
    [junit] [EL Finest]: 2024-04-17 17:54:20.476--UnitOfWork(936450936)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.476--UnitOfWork(936450936)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.476--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-17 17:54:20.476--ServerSession(454071866)--Connection(1518659820)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.477--ClientSession(1322929166)--Connection(1518659820)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.477--ClientSession(1322929166)--Connection(1518659820)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.477--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-17 17:54:20.479--ClientSession(1322929166)--Connection(1645355819)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.48--ServerSession(454071866)--Connection(1518659820)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.48--UnitOfWork(936450936)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.48--UnitOfWork(936450936)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.48--UnitOfWork(936450936)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.48--ClientSession(1322929166)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.48--UnitOfWork(936450936)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.48--ClientSession(1322929166)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.48--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 674618892
    [junit] [EL Finer]: 2024-04-17 17:54:20.48--ClientSession(674618892)--Thread(Thread[main,5,main])--acquire unit of work: 1540209498
    [junit] [EL Finest]: 2024-04-17 17:54:20.48--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-17 17:54:20.48--ServerSession(454071866)--Connection(470146704)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.48--ServerSession(454071866)--Connection(470146704)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.48--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-17 17:54:20.481--ServerSession(454071866)--Connection(470146704)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.482--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 268589103
    [junit] [EL Finer]: 2024-04-17 17:54:20.482--ClientSession(268589103)--Thread(Thread[main,5,main])--acquire unit of work: 748392220
    [junit] [EL Finest]: 2024-04-17 17:54:20.482--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-17 17:54:20.482--ServerSession(454071866)--Connection(272682730)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.482--ServerSession(454071866)--Connection(272682730)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.482--ServerSession(454071866)--Connection(1349841152)--Thread(Thread[main,5,main])--SELECT P_INT FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.482--ServerSession(454071866)--Connection(272682730)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.491--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 964941061
    [junit] [EL Finer]: 2024-04-17 17:54:20.491--ClientSession(964941061)--Thread(Thread[main,5,main])--acquire unit of work: 801291055
    [junit] [EL Finest]: 2024-04-17 17:54:20.491--UnitOfWork(801291055)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.491--UnitOfWork(801291055)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.492--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-17 17:54:20.492--ServerSession(454071866)--Connection(665960320)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.492--ClientSession(964941061)--Connection(665960320)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.492--ClientSession(964941061)--Connection(665960320)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.492--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-17 17:54:20.494--ClientSession(964941061)--Connection(1548259576)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.495--ServerSession(454071866)--Connection(665960320)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.495--UnitOfWork(801291055)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.495--UnitOfWork(801291055)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.495--UnitOfWork(801291055)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.495--ClientSession(964941061)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.495--UnitOfWork(801291055)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.495--ClientSession(964941061)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.495--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 498068859
    [junit] [EL Finer]: 2024-04-17 17:54:20.495--ClientSession(498068859)--Thread(Thread[main,5,main])--acquire unit of work: 91779430
    [junit] [EL Finest]: 2024-04-17 17:54:20.495--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-17 17:54:20.495--ServerSession(454071866)--Connection(732580067)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.495--ServerSession(454071866)--Connection(732580067)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.495--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-17 17:54:20.496--ServerSession(454071866)--Connection(732580067)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.497--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 211071809
    [junit] [EL Finer]: 2024-04-17 17:54:20.497--ClientSession(211071809)--Thread(Thread[main,5,main])--acquire unit of work: 1168372217
    [junit] [EL Finest]: 2024-04-17 17:54:20.497--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-17 17:54:20.497--ServerSession(454071866)--Connection(1713671000)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.497--ServerSession(454071866)--Connection(1713671000)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.497--ServerSession(454071866)--Connection(20404200)--Thread(Thread[main,5,main])--SELECT SUM(W_FLOAT) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.498--ServerSession(454071866)--Connection(1713671000)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.506--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 199839837
    [junit] [EL Finer]: 2024-04-17 17:54:20.506--ClientSession(199839837)--Thread(Thread[main,5,main])--acquire unit of work: 608670294
    [junit] [EL Finest]: 2024-04-17 17:54:20.506--UnitOfWork(608670294)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.506--UnitOfWork(608670294)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.507--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-17 17:54:20.507--ServerSession(454071866)--Connection(1177087081)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.507--ClientSession(199839837)--Connection(1177087081)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.507--ClientSession(199839837)--Connection(1177087081)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.507--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-17 17:54:20.509--ClientSession(199839837)--Connection(541432460)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.509--ServerSession(454071866)--Connection(1177087081)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.509--UnitOfWork(608670294)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.509--UnitOfWork(608670294)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.509--UnitOfWork(608670294)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.509--ClientSession(199839837)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.509--UnitOfWork(608670294)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.509--ClientSession(199839837)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.509--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1344791399
    [junit] [EL Finer]: 2024-04-17 17:54:20.509--ClientSession(1344791399)--Thread(Thread[main,5,main])--acquire unit of work: 1547338261
    [junit] [EL Finest]: 2024-04-17 17:54:20.509--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-17 17:54:20.509--ServerSession(454071866)--Connection(1403684535)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.509--ServerSession(454071866)--Connection(1403684535)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.51--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-17 17:54:20.51--ServerSession(454071866)--Connection(1403684535)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.511--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 613987480
    [junit] [EL Finer]: 2024-04-17 17:54:20.511--ClientSession(613987480)--Thread(Thread[main,5,main])--acquire unit of work: 561206579
    [junit] [EL Finest]: 2024-04-17 17:54:20.511--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-17 17:54:20.511--ServerSession(454071866)--Connection(482937333)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.511--ServerSession(454071866)--Connection(482937333)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.512--ServerSession(454071866)--Connection(1657087323)--Thread(Thread[main,5,main])--SELECT SUM(W_SMALLINT) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.512--ServerSession(454071866)--Connection(482937333)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.52--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 663705882
    [junit] [EL Finer]: 2024-04-17 17:54:20.52--ClientSession(663705882)--Thread(Thread[main,5,main])--acquire unit of work: 1742226205
    [junit] [EL Finest]: 2024-04-17 17:54:20.521--UnitOfWork(1742226205)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.521--UnitOfWork(1742226205)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.521--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-17 17:54:20.521--ServerSession(454071866)--Connection(2144845715)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.521--ClientSession(663705882)--Connection(2144845715)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.521--ClientSession(663705882)--Connection(2144845715)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.521--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-17 17:54:20.522--ClientSession(663705882)--Connection(215467805)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.523--ServerSession(454071866)--Connection(2144845715)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.523--UnitOfWork(1742226205)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.523--UnitOfWork(1742226205)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.523--UnitOfWork(1742226205)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.523--ClientSession(663705882)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.523--UnitOfWork(1742226205)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.523--ClientSession(663705882)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.523--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 483386349
    [junit] [EL Finer]: 2024-04-17 17:54:20.523--ClientSession(483386349)--Thread(Thread[main,5,main])--acquire unit of work: 781332550
    [junit] [EL Finest]: 2024-04-17 17:54:20.523--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-17 17:54:20.523--ServerSession(454071866)--Connection(1831375427)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.523--ServerSession(454071866)--Connection(1831375427)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.523--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-17 17:54:20.524--ServerSession(454071866)--Connection(1831375427)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.525--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1015319474
    [junit] [EL Finer]: 2024-04-17 17:54:20.525--ClientSession(1015319474)--Thread(Thread[main,5,main])--acquire unit of work: 1442492113
    [junit] [EL Finest]: 2024-04-17 17:54:20.525--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-17 17:54:20.525--ServerSession(454071866)--Connection(693604571)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.525--ServerSession(454071866)--Connection(693604571)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.525--ServerSession(454071866)--Connection(2052452053)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(ENUM_STRING)) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.525--ServerSession(454071866)--Connection(693604571)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.534--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 581593915
    [junit] [EL Finer]: 2024-04-17 17:54:20.534--ClientSession(581593915)--Thread(Thread[main,5,main])--acquire unit of work: 1642394059
    [junit] [EL Finest]: 2024-04-17 17:54:20.534--UnitOfWork(1642394059)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.534--UnitOfWork(1642394059)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.534--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-17 17:54:20.534--ServerSession(454071866)--Connection(566087875)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.534--ClientSession(581593915)--Connection(566087875)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.534--ClientSession(581593915)--Connection(566087875)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.535--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-17 17:54:20.536--ClientSession(581593915)--Connection(476773048)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.537--ServerSession(454071866)--Connection(566087875)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.537--UnitOfWork(1642394059)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.537--UnitOfWork(1642394059)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.537--UnitOfWork(1642394059)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.537--ClientSession(581593915)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.537--UnitOfWork(1642394059)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.537--ClientSession(581593915)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.537--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1230377640
    [junit] [EL Finer]: 2024-04-17 17:54:20.537--ClientSession(1230377640)--Thread(Thread[main,5,main])--acquire unit of work: 35819008
    [junit] [EL Finest]: 2024-04-17 17:54:20.537--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-17 17:54:20.537--ServerSession(454071866)--Connection(1103228417)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.537--ServerSession(454071866)--Connection(1103228417)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.537--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-17 17:54:20.538--ServerSession(454071866)--Connection(1103228417)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.539--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1515152191
    [junit] [EL Finer]: 2024-04-17 17:54:20.539--ClientSession(1515152191)--Thread(Thread[main,5,main])--acquire unit of work: 1680155972
    [junit] [EL Finest]: 2024-04-17 17:54:20.539--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-17 17:54:20.539--ServerSession(454071866)--Connection(1099097753)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.539--ServerSession(454071866)--Connection(1099097753)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.539--ServerSession(454071866)--Connection(458015859)--Thread(Thread[main,5,main])--SELECT SUM(W_INTEGER) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.539--ServerSession(454071866)--Connection(1099097753)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.548--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1544267516
    [junit] [EL Finer]: 2024-04-17 17:54:20.548--ClientSession(1544267516)--Thread(Thread[main,5,main])--acquire unit of work: 1049045289
    [junit] [EL Finest]: 2024-04-17 17:54:20.548--UnitOfWork(1049045289)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.548--UnitOfWork(1049045289)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.548--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-17 17:54:20.548--ServerSession(454071866)--Connection(1840926050)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.548--ClientSession(1544267516)--Connection(1840926050)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.549--ClientSession(1544267516)--Connection(1840926050)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.549--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-17 17:54:20.55--ClientSession(1544267516)--Connection(970457718)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.55--ServerSession(454071866)--Connection(1840926050)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.551--UnitOfWork(1049045289)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.551--UnitOfWork(1049045289)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.551--UnitOfWork(1049045289)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.551--ClientSession(1544267516)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.551--UnitOfWork(1049045289)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.551--ClientSession(1544267516)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.551--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 675556188
    [junit] [EL Finer]: 2024-04-17 17:54:20.551--ClientSession(675556188)--Thread(Thread[main,5,main])--acquire unit of work: 1366710160
    [junit] [EL Finest]: 2024-04-17 17:54:20.551--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-17 17:54:20.551--ServerSession(454071866)--Connection(50822885)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.551--ServerSession(454071866)--Connection(50822885)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.551--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-17 17:54:20.552--ServerSession(454071866)--Connection(50822885)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.553--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 862568771
    [junit] [EL Finer]: 2024-04-17 17:54:20.553--ClientSession(862568771)--Thread(Thread[main,5,main])--acquire unit of work: 178687580
    [junit] [EL Finest]: 2024-04-17 17:54:20.553--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-17 17:54:20.553--ServerSession(454071866)--Connection(993531335)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.553--ServerSession(454071866)--Connection(993531335)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.553--ServerSession(454071866)--Connection(1932927184)--Thread(Thread[main,5,main])--SELECT MAX(STRING_VC) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.554--ServerSession(454071866)--Connection(993531335)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.562--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 157096748
    [junit] [EL Finer]: 2024-04-17 17:54:20.562--ClientSession(157096748)--Thread(Thread[main,5,main])--acquire unit of work: 1134454735
    [junit] [EL Finest]: 2024-04-17 17:54:20.562--UnitOfWork(1134454735)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.562--UnitOfWork(1134454735)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.563--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-17 17:54:20.563--ServerSession(454071866)--Connection(888089029)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.563--ClientSession(157096748)--Connection(888089029)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.563--ClientSession(157096748)--Connection(888089029)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.563--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-17 17:54:20.564--ClientSession(157096748)--Connection(156303601)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.564--ServerSession(454071866)--Connection(888089029)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.564--UnitOfWork(1134454735)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.564--UnitOfWork(1134454735)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.565--UnitOfWork(1134454735)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.565--ClientSession(157096748)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.565--UnitOfWork(1134454735)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.565--ClientSession(157096748)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.565--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 946862393
    [junit] [EL Finer]: 2024-04-17 17:54:20.565--ClientSession(946862393)--Thread(Thread[main,5,main])--acquire unit of work: 959979597
    [junit] [EL Finest]: 2024-04-17 17:54:20.565--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-17 17:54:20.565--ServerSession(454071866)--Connection(30052861)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.565--ServerSession(454071866)--Connection(30052861)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.565--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-17 17:54:20.566--ServerSession(454071866)--Connection(30052861)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.567--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1928849204
    [junit] [EL Finer]: 2024-04-17 17:54:20.567--ClientSession(1928849204)--Thread(Thread[main,5,main])--acquire unit of work: 471839974
    [junit] [EL Finest]: 2024-04-17 17:54:20.567--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-17 17:54:20.567--ServerSession(454071866)--Connection(1583838717)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.567--ServerSession(454071866)--Connection(1583838717)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.567--ServerSession(454071866)--Connection(683161496)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(WBA_BINARY)) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.568--ServerSession(454071866)--Connection(1583838717)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.576--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 136454531
    [junit] [EL Finer]: 2024-04-17 17:54:20.576--ClientSession(136454531)--Thread(Thread[main,5,main])--acquire unit of work: 813604656
    [junit] [EL Finest]: 2024-04-17 17:54:20.576--UnitOfWork(813604656)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.576--UnitOfWork(813604656)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.577--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-17 17:54:20.577--ServerSession(454071866)--Connection(650390184)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.577--ClientSession(136454531)--Connection(650390184)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.577--ClientSession(136454531)--Connection(650390184)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.577--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-17 17:54:20.578--ClientSession(136454531)--Connection(517579965)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.578--ServerSession(454071866)--Connection(650390184)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.578--UnitOfWork(813604656)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.578--UnitOfWork(813604656)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.579--UnitOfWork(813604656)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.579--ClientSession(136454531)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.579--UnitOfWork(813604656)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.579--ClientSession(136454531)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.579--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 496976047
    [junit] [EL Finer]: 2024-04-17 17:54:20.579--ClientSession(496976047)--Thread(Thread[main,5,main])--acquire unit of work: 1320219629
    [junit] [EL Finest]: 2024-04-17 17:54:20.579--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-17 17:54:20.579--ServerSession(454071866)--Connection(373381960)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.579--ServerSession(454071866)--Connection(373381960)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.579--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-17 17:54:20.58--ServerSession(454071866)--Connection(373381960)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.581--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 301526453
    [junit] [EL Finer]: 2024-04-17 17:54:20.581--ClientSession(301526453)--Thread(Thread[main,5,main])--acquire unit of work: 1803666266
    [junit] [EL Finest]: 2024-04-17 17:54:20.581--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-17 17:54:20.581--ServerSession(454071866)--Connection(546947022)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.581--ServerSession(454071866)--Connection(546947022)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.581--ServerSession(454071866)--Connection(668762367)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(P_BOOLEAN)) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.581--ServerSession(454071866)--Connection(546947022)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.59--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 989058233
    [junit] [EL Finer]: 2024-04-17 17:54:20.59--ClientSession(989058233)--Thread(Thread[main,5,main])--acquire unit of work: 834670567
    [junit] [EL Finest]: 2024-04-17 17:54:20.59--UnitOfWork(834670567)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.59--UnitOfWork(834670567)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.59--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-17 17:54:20.59--ServerSession(454071866)--Connection(760535908)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.59--ClientSession(989058233)--Connection(760535908)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.59--ClientSession(989058233)--Connection(760535908)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.591--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-17 17:54:20.592--ClientSession(989058233)--Connection(1460705214)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.592--ServerSession(454071866)--Connection(760535908)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.592--UnitOfWork(834670567)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.592--UnitOfWork(834670567)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.593--UnitOfWork(834670567)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.593--ClientSession(989058233)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.593--UnitOfWork(834670567)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.593--ClientSession(989058233)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.593--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 865361280
    [junit] [EL Finer]: 2024-04-17 17:54:20.593--ClientSession(865361280)--Thread(Thread[main,5,main])--acquire unit of work: 1625985323
    [junit] [EL Finest]: 2024-04-17 17:54:20.593--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-17 17:54:20.593--ServerSession(454071866)--Connection(611962907)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.593--ServerSession(454071866)--Connection(611962907)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.593--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-17 17:54:20.594--ServerSession(454071866)--Connection(611962907)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.595--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1705724573
    [junit] [EL Finer]: 2024-04-17 17:54:20.595--ClientSession(1705724573)--Thread(Thread[main,5,main])--acquire unit of work: 1135189746
    [junit] [EL Finest]: 2024-04-17 17:54:20.595--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-17 17:54:20.595--ServerSession(454071866)--Connection(1727822355)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.595--ServerSession(454071866)--Connection(1727822355)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.595--ServerSession(454071866)--Connection(1855892118)--Thread(Thread[main,5,main])--SELECT AVG(W_DOUBLE) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.595--ServerSession(454071866)--Connection(1727822355)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.604--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1089973861
    [junit] [EL Finer]: 2024-04-17 17:54:20.605--ClientSession(1089973861)--Thread(Thread[main,5,main])--acquire unit of work: 1725727019
    [junit] [EL Finest]: 2024-04-17 17:54:20.605--UnitOfWork(1725727019)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.605--UnitOfWork(1725727019)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.605--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-17 17:54:20.605--ServerSession(454071866)--Connection(1349437418)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.605--ClientSession(1089973861)--Connection(1349437418)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.605--ClientSession(1089973861)--Connection(1349437418)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.605--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-17 17:54:20.606--ClientSession(1089973861)--Connection(1001231507)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.607--ServerSession(454071866)--Connection(1349437418)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.607--UnitOfWork(1725727019)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.607--UnitOfWork(1725727019)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.607--UnitOfWork(1725727019)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.607--ClientSession(1089973861)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.607--UnitOfWork(1725727019)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.607--ClientSession(1089973861)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.607--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 607128289
    [junit] [EL Finer]: 2024-04-17 17:54:20.607--ClientSession(607128289)--Thread(Thread[main,5,main])--acquire unit of work: 1936591864
    [junit] [EL Finest]: 2024-04-17 17:54:20.607--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-17 17:54:20.607--ServerSession(454071866)--Connection(2049219731)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.607--ServerSession(454071866)--Connection(2049219731)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.607--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-17 17:54:20.608--ServerSession(454071866)--Connection(2049219731)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.609--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1081232589
    [junit] [EL Finer]: 2024-04-17 17:54:20.609--ClientSession(1081232589)--Thread(Thread[main,5,main])--acquire unit of work: 1240346826
    [junit] [EL Finest]: 2024-04-17 17:54:20.609--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-17 17:54:20.609--ServerSession(454071866)--Connection(56558685)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.609--ServerSession(454071866)--Connection(56558685)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.609--ServerSession(454071866)--Connection(1531653114)--Thread(Thread[main,5,main])--SELECT WBA_BLOB FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.61--ServerSession(454071866)--Connection(56558685)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.618--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1221421089
    [junit] [EL Finer]: 2024-04-17 17:54:20.618--ClientSession(1221421089)--Thread(Thread[main,5,main])--acquire unit of work: 690143122
    [junit] [EL Finest]: 2024-04-17 17:54:20.618--UnitOfWork(690143122)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.618--UnitOfWork(690143122)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.619--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-17 17:54:20.619--ServerSession(454071866)--Connection(1173891565)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.619--ClientSession(1221421089)--Connection(1173891565)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.619--ClientSession(1221421089)--Connection(1173891565)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.619--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-17 17:54:20.62--ClientSession(1221421089)--Connection(1396990912)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.62--ServerSession(454071866)--Connection(1173891565)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.62--UnitOfWork(690143122)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.62--UnitOfWork(690143122)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.621--UnitOfWork(690143122)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.621--ClientSession(1221421089)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.621--UnitOfWork(690143122)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.621--ClientSession(1221421089)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.621--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 719203912
    [junit] [EL Finer]: 2024-04-17 17:54:20.621--ClientSession(719203912)--Thread(Thread[main,5,main])--acquire unit of work: 1517556400
    [junit] [EL Finest]: 2024-04-17 17:54:20.621--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-17 17:54:20.621--ServerSession(454071866)--Connection(960798591)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.621--ServerSession(454071866)--Connection(960798591)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.621--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-17 17:54:20.622--ServerSession(454071866)--Connection(960798591)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.623--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2145388720
    [junit] [EL Finer]: 2024-04-17 17:54:20.623--ClientSession(2145388720)--Thread(Thread[main,5,main])--acquire unit of work: 1261149750
    [junit] [EL Finest]: 2024-04-17 17:54:20.623--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-17 17:54:20.623--ServerSession(454071866)--Connection(1007053670)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.623--ServerSession(454071866)--Connection(1007053670)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.623--ServerSession(454071866)--Connection(1320814016)--Thread(Thread[main,5,main])--SELECT W_FLOAT FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.623--ServerSession(454071866)--Connection(1007053670)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.632--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 930432265
    [junit] [EL Finer]: 2024-04-17 17:54:20.632--ClientSession(930432265)--Thread(Thread[main,5,main])--acquire unit of work: 120353665
    [junit] [EL Finest]: 2024-04-17 17:54:20.632--UnitOfWork(120353665)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.633--UnitOfWork(120353665)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.633--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-17 17:54:20.633--ServerSession(454071866)--Connection(95829678)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.633--ClientSession(930432265)--Connection(95829678)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.633--ClientSession(930432265)--Connection(95829678)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.633--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-17 17:54:20.635--ClientSession(930432265)--Connection(1392645527)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.635--ServerSession(454071866)--Connection(95829678)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.635--UnitOfWork(120353665)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.635--UnitOfWork(120353665)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.635--UnitOfWork(120353665)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.636--ClientSession(930432265)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.636--UnitOfWork(120353665)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.636--ClientSession(930432265)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.636--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1293861567
    [junit] [EL Finer]: 2024-04-17 17:54:20.636--ClientSession(1293861567)--Thread(Thread[main,5,main])--acquire unit of work: 242472998
    [junit] [EL Finest]: 2024-04-17 17:54:20.636--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-17 17:54:20.636--ServerSession(454071866)--Connection(836597567)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.636--ServerSession(454071866)--Connection(836597567)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.636--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-17 17:54:20.637--ServerSession(454071866)--Connection(836597567)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.638--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 775415640
    [junit] [EL Finer]: 2024-04-17 17:54:20.638--ClientSession(775415640)--Thread(Thread[main,5,main])--acquire unit of work: 1303834035
    [junit] [EL Finest]: 2024-04-17 17:54:20.638--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-17 17:54:20.638--ServerSession(454071866)--Connection(2144260895)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.638--ServerSession(454071866)--Connection(2144260895)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.638--ServerSession(454071866)--Connection(1633706549)--Thread(Thread[main,5,main])--SELECT W_SMALLINT FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.639--ServerSession(454071866)--Connection(2144260895)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.647--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 373419559
    [junit] [EL Finer]: 2024-04-17 17:54:20.648--ClientSession(373419559)--Thread(Thread[main,5,main])--acquire unit of work: 26357815
    [junit] [EL Finest]: 2024-04-17 17:54:20.648--UnitOfWork(26357815)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.648--UnitOfWork(26357815)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.648--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-17 17:54:20.648--ServerSession(454071866)--Connection(1664358286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.648--ClientSession(373419559)--Connection(1664358286)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.648--ClientSession(373419559)--Connection(1664358286)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.648--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-17 17:54:20.649--ClientSession(373419559)--Connection(1341042056)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.649--ServerSession(454071866)--Connection(1664358286)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.65--UnitOfWork(26357815)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.65--UnitOfWork(26357815)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.65--UnitOfWork(26357815)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.65--ClientSession(373419559)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.65--UnitOfWork(26357815)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.65--ClientSession(373419559)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.65--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1171546449
    [junit] [EL Finer]: 2024-04-17 17:54:20.65--ClientSession(1171546449)--Thread(Thread[main,5,main])--acquire unit of work: 2146178702
    [junit] [EL Finest]: 2024-04-17 17:54:20.65--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-17 17:54:20.65--ServerSession(454071866)--Connection(2039451429)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.65--ServerSession(454071866)--Connection(2039451429)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.65--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-17 17:54:20.651--ServerSession(454071866)--Connection(2039451429)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.651--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 678945978
    [junit] [EL Finer]: 2024-04-17 17:54:20.651--ClientSession(678945978)--Thread(Thread[main,5,main])--acquire unit of work: 1298213523
    [junit] [EL Finest]: 2024-04-17 17:54:20.652--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-17 17:54:20.652--ServerSession(454071866)--Connection(1513052113)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.652--ServerSession(454071866)--Connection(1513052113)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.652--ServerSession(454071866)--Connection(976254793)--Thread(Thread[main,5,main])--SELECT MAX(SQL_DATE) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.652--ServerSession(454071866)--Connection(1513052113)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.66--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1887861616
    [junit] [EL Finer]: 2024-04-17 17:54:20.66--ClientSession(1887861616)--Thread(Thread[main,5,main])--acquire unit of work: 1975696127
    [junit] [EL Finest]: 2024-04-17 17:54:20.66--UnitOfWork(1975696127)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.66--UnitOfWork(1975696127)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.66--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-17 17:54:20.66--ServerSession(454071866)--Connection(484312508)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.66--ClientSession(1887861616)--Connection(484312508)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.66--ClientSession(1887861616)--Connection(484312508)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.661--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-17 17:54:20.662--ClientSession(1887861616)--Connection(1341553739)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.662--ServerSession(454071866)--Connection(484312508)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.662--UnitOfWork(1975696127)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.662--UnitOfWork(1975696127)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.662--UnitOfWork(1975696127)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.662--ClientSession(1887861616)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.662--UnitOfWork(1975696127)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.663--ClientSession(1887861616)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.663--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2112469381
    [junit] [EL Finer]: 2024-04-17 17:54:20.663--ClientSession(2112469381)--Thread(Thread[main,5,main])--acquire unit of work: 16881239
    [junit] [EL Finest]: 2024-04-17 17:54:20.663--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-17 17:54:20.663--ServerSession(454071866)--Connection(1920819498)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.663--ServerSession(454071866)--Connection(1920819498)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.663--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-17 17:54:20.663--ServerSession(454071866)--Connection(1920819498)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.664--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1389878317
    [junit] [EL Finer]: 2024-04-17 17:54:20.664--ClientSession(1389878317)--Thread(Thread[main,5,main])--acquire unit of work: 746728081
    [junit] [EL Finest]: 2024-04-17 17:54:20.664--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-17 17:54:20.664--ServerSession(454071866)--Connection(1629318066)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.664--ServerSession(454071866)--Connection(1629318066)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.664--ServerSession(454071866)--Connection(203488224)--Thread(Thread[main,5,main])--SELECT MAX(SQL_TIME) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.665--ServerSession(454071866)--Connection(1629318066)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.674--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1546632922
    [junit] [EL Finer]: 2024-04-17 17:54:20.674--ClientSession(1546632922)--Thread(Thread[main,5,main])--acquire unit of work: 1864439842
    [junit] [EL Finest]: 2024-04-17 17:54:20.674--UnitOfWork(1864439842)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.674--UnitOfWork(1864439842)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.674--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-17 17:54:20.674--ServerSession(454071866)--Connection(298550843)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.674--ClientSession(1546632922)--Connection(298550843)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.674--ClientSession(1546632922)--Connection(298550843)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.674--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-17 17:54:20.676--ClientSession(1546632922)--Connection(898048160)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.676--ServerSession(454071866)--Connection(298550843)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.676--UnitOfWork(1864439842)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.676--UnitOfWork(1864439842)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.676--UnitOfWork(1864439842)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.676--ClientSession(1546632922)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.676--UnitOfWork(1864439842)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.676--ClientSession(1546632922)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.676--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 217989700
    [junit] [EL Finer]: 2024-04-17 17:54:20.676--ClientSession(217989700)--Thread(Thread[main,5,main])--acquire unit of work: 7401819
    [junit] [EL Finest]: 2024-04-17 17:54:20.676--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-17 17:54:20.676--ServerSession(454071866)--Connection(1928110125)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.676--ServerSession(454071866)--Connection(1928110125)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.677--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-17 17:54:20.677--ServerSession(454071866)--Connection(1928110125)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.678--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 668339505
    [junit] [EL Finer]: 2024-04-17 17:54:20.678--ClientSession(668339505)--Thread(Thread[main,5,main])--acquire unit of work: 128147002
    [junit] [EL Finest]: 2024-04-17 17:54:20.678--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-17 17:54:20.678--ServerSession(454071866)--Connection(290608334)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.678--ServerSession(454071866)--Connection(290608334)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.678--ServerSession(454071866)--Connection(88836485)--Thread(Thread[main,5,main])--SELECT PBA_BINARY FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.679--ServerSession(454071866)--Connection(290608334)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.687--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1434786752
    [junit] [EL Finer]: 2024-04-17 17:54:20.687--ClientSession(1434786752)--Thread(Thread[main,5,main])--acquire unit of work: 1526009243
    [junit] [EL Finest]: 2024-04-17 17:54:20.687--UnitOfWork(1526009243)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.687--UnitOfWork(1526009243)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.687--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-17 17:54:20.687--ServerSession(454071866)--Connection(437328533)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.687--ClientSession(1434786752)--Connection(437328533)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.687--ClientSession(1434786752)--Connection(437328533)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.688--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-17 17:54:20.688--ClientSession(1434786752)--Connection(1240875172)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.689--ServerSession(454071866)--Connection(437328533)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.689--UnitOfWork(1526009243)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.689--UnitOfWork(1526009243)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.689--UnitOfWork(1526009243)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.689--ClientSession(1434786752)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.689--UnitOfWork(1526009243)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.689--ClientSession(1434786752)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.689--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 533047973
    [junit] [EL Finer]: 2024-04-17 17:54:20.689--ClientSession(533047973)--Thread(Thread[main,5,main])--acquire unit of work: 1691167385
    [junit] [EL Finest]: 2024-04-17 17:54:20.689--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-17 17:54:20.689--ServerSession(454071866)--Connection(212155334)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.689--ServerSession(454071866)--Connection(212155334)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.689--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-17 17:54:20.69--ServerSession(454071866)--Connection(212155334)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.69--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1895556061
    [junit] [EL Finer]: 2024-04-17 17:54:20.69--ClientSession(1895556061)--Thread(Thread[main,5,main])--acquire unit of work: 974526786
    [junit] [EL Finest]: 2024-04-17 17:54:20.69--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-17 17:54:20.69--ServerSession(454071866)--Connection(1300400003)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.691--ServerSession(454071866)--Connection(1300400003)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.691--ServerSession(454071866)--Connection(460603587)--Thread(Thread[main,5,main])--SELECT ENUM_ORDINAL FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.691--ServerSession(454071866)--Connection(1300400003)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.691--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1055420087
    [junit] [EL Finer]: 2024-04-17 17:54:20.691--ClientSession(1055420087)--Thread(Thread[main,5,main])--acquire unit of work: 1737443446
    [junit] [EL Finest]: 2024-04-17 17:54:20.691--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-17 17:54:20.691--ServerSession(454071866)--Connection(1589935644)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.691--ServerSession(454071866)--Connection(1589935644)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.691--ServerSession(454071866)--Connection(533779930)--Thread(Thread[main,5,main])--SELECT ENUM_ORDINAL FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.691--ServerSession(454071866)--Connection(1589935644)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.7--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 458189677
    [junit] [EL Finer]: 2024-04-17 17:54:20.7--ClientSession(458189677)--Thread(Thread[main,5,main])--acquire unit of work: 2104702928
    [junit] [EL Finest]: 2024-04-17 17:54:20.7--UnitOfWork(2104702928)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.7--UnitOfWork(2104702928)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.7--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-17 17:54:20.7--ServerSession(454071866)--Connection(760578294)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.7--ClientSession(458189677)--Connection(760578294)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.7--ClientSession(458189677)--Connection(760578294)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.7--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-17 17:54:20.701--ClientSession(458189677)--Connection(1712525622)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.701--ServerSession(454071866)--Connection(760578294)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.701--UnitOfWork(2104702928)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.701--UnitOfWork(2104702928)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.702--UnitOfWork(2104702928)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.702--ClientSession(458189677)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.702--UnitOfWork(2104702928)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.702--ClientSession(458189677)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.702--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 804815950
    [junit] [EL Finer]: 2024-04-17 17:54:20.702--ClientSession(804815950)--Thread(Thread[main,5,main])--acquire unit of work: 1360833062
    [junit] [EL Finest]: 2024-04-17 17:54:20.702--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-17 17:54:20.702--ServerSession(454071866)--Connection(2114616462)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.702--ServerSession(454071866)--Connection(2114616462)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.702--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-17 17:54:20.702--ServerSession(454071866)--Connection(2114616462)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.703--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2089084208
    [junit] [EL Finer]: 2024-04-17 17:54:20.703--ClientSession(2089084208)--Thread(Thread[main,5,main])--acquire unit of work: 2128155700
    [junit] [EL Finest]: 2024-04-17 17:54:20.703--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-17 17:54:20.703--ServerSession(454071866)--Connection(1077314533)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.703--ServerSession(454071866)--Connection(1077314533)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.703--ServerSession(454071866)--Connection(886034114)--Thread(Thread[main,5,main])--SELECT WCA_CLOB FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.703--ServerSession(454071866)--Connection(1077314533)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.712--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1086816037
    [junit] [EL Finer]: 2024-04-17 17:54:20.712--ClientSession(1086816037)--Thread(Thread[main,5,main])--acquire unit of work: 660341469
    [junit] [EL Finest]: 2024-04-17 17:54:20.712--UnitOfWork(660341469)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.712--UnitOfWork(660341469)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.712--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-17 17:54:20.712--ServerSession(454071866)--Connection(229520915)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.712--ClientSession(1086816037)--Connection(229520915)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.712--ClientSession(1086816037)--Connection(229520915)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.712--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-17 17:54:20.713--ClientSession(1086816037)--Connection(691271252)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.713--ServerSession(454071866)--Connection(229520915)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.713--UnitOfWork(660341469)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.713--UnitOfWork(660341469)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.713--UnitOfWork(660341469)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.714--ClientSession(1086816037)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.714--UnitOfWork(660341469)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.714--ClientSession(1086816037)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.714--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1146008755
    [junit] [EL Finer]: 2024-04-17 17:54:20.714--ClientSession(1146008755)--Thread(Thread[main,5,main])--acquire unit of work: 1928952632
    [junit] [EL Finest]: 2024-04-17 17:54:20.714--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-17 17:54:20.714--ServerSession(454071866)--Connection(51880762)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.714--ServerSession(454071866)--Connection(51880762)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.714--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-17 17:54:20.714--ServerSession(454071866)--Connection(51880762)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.715--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 856598559
    [junit] [EL Finer]: 2024-04-17 17:54:20.715--ClientSession(856598559)--Thread(Thread[main,5,main])--acquire unit of work: 1866217830
    [junit] [EL Finest]: 2024-04-17 17:54:20.715--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-17 17:54:20.715--ServerSession(454071866)--Connection(861232157)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.715--ServerSession(454071866)--Connection(861232157)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.715--ServerSession(454071866)--Connection(75360626)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(W_CHARACTER)) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.715--ServerSession(454071866)--Connection(861232157)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.724--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1048398852
    [junit] [EL Finer]: 2024-04-17 17:54:20.724--ClientSession(1048398852)--Thread(Thread[main,5,main])--acquire unit of work: 1398334494
    [junit] [EL Finest]: 2024-04-17 17:54:20.724--UnitOfWork(1398334494)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.724--UnitOfWork(1398334494)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.724--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-17 17:54:20.724--ServerSession(454071866)--Connection(2122686682)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.724--ClientSession(1048398852)--Connection(2122686682)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.724--ClientSession(1048398852)--Connection(2122686682)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.724--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-17 17:54:20.725--ClientSession(1048398852)--Connection(846287579)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.725--ServerSession(454071866)--Connection(2122686682)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.725--UnitOfWork(1398334494)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.725--UnitOfWork(1398334494)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.726--UnitOfWork(1398334494)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.726--ClientSession(1048398852)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.726--UnitOfWork(1398334494)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.726--ClientSession(1048398852)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.726--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 238927185
    [junit] [EL Finer]: 2024-04-17 17:54:20.726--ClientSession(238927185)--Thread(Thread[main,5,main])--acquire unit of work: 920834503
    [junit] [EL Finest]: 2024-04-17 17:54:20.726--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-17 17:54:20.726--ServerSession(454071866)--Connection(965964211)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.726--ServerSession(454071866)--Connection(965964211)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.726--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-17 17:54:20.726--ServerSession(454071866)--Connection(965964211)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.727--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1325374643
    [junit] [EL Finer]: 2024-04-17 17:54:20.727--ClientSession(1325374643)--Thread(Thread[main,5,main])--acquire unit of work: 1452370112
    [junit] [EL Finest]: 2024-04-17 17:54:20.727--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-17 17:54:20.727--ServerSession(454071866)--Connection(831541937)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.727--ServerSession(454071866)--Connection(831541937)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.727--ServerSession(454071866)--Connection(1422227438)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(P_DOUBLE)) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.727--ServerSession(454071866)--Connection(831541937)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.736--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2002023504
    [junit] [EL Finer]: 2024-04-17 17:54:20.736--ClientSession(2002023504)--Thread(Thread[main,5,main])--acquire unit of work: 2057986560
    [junit] [EL Finest]: 2024-04-17 17:54:20.736--UnitOfWork(2057986560)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.736--UnitOfWork(2057986560)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.736--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-17 17:54:20.736--ServerSession(454071866)--Connection(729540996)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.736--ClientSession(2002023504)--Connection(729540996)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.736--ClientSession(2002023504)--Connection(729540996)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.737--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-17 17:54:20.737--ClientSession(2002023504)--Connection(1938146032)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.738--ServerSession(454071866)--Connection(729540996)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.738--UnitOfWork(2057986560)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.738--UnitOfWork(2057986560)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.738--UnitOfWork(2057986560)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.738--ClientSession(2002023504)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.738--UnitOfWork(2057986560)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.738--ClientSession(2002023504)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.738--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1949301096
    [junit] [EL Finer]: 2024-04-17 17:54:20.738--ClientSession(1949301096)--Thread(Thread[main,5,main])--acquire unit of work: 702560095
    [junit] [EL Finest]: 2024-04-17 17:54:20.738--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-17 17:54:20.738--ServerSession(454071866)--Connection(908213766)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.738--ServerSession(454071866)--Connection(908213766)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.738--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-17 17:54:20.739--ServerSession(454071866)--Connection(908213766)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.74--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1889658103
    [junit] [EL Finer]: 2024-04-17 17:54:20.74--ClientSession(1889658103)--Thread(Thread[main,5,main])--acquire unit of work: 2111749212
    [junit] [EL Finest]: 2024-04-17 17:54:20.74--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-17 17:54:20.74--ServerSession(454071866)--Connection(863576268)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.74--ServerSession(454071866)--Connection(863576268)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.74--ServerSession(454071866)--Connection(374509974)--Thread(Thread[main,5,main])--SELECT WCA_VARCHAR FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.74--ServerSession(454071866)--Connection(863576268)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.748--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 432470953
    [junit] [EL Finer]: 2024-04-17 17:54:20.748--ClientSession(432470953)--Thread(Thread[main,5,main])--acquire unit of work: 705789319
    [junit] [EL Finest]: 2024-04-17 17:54:20.748--UnitOfWork(705789319)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.748--UnitOfWork(705789319)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.748--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-17 17:54:20.748--ServerSession(454071866)--Connection(1466931910)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.748--ClientSession(432470953)--Connection(1466931910)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.748--ClientSession(432470953)--Connection(1466931910)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.749--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-17 17:54:20.75--ClientSession(432470953)--Connection(519772804)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.75--ServerSession(454071866)--Connection(1466931910)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.75--UnitOfWork(705789319)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.75--UnitOfWork(705789319)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.75--UnitOfWork(705789319)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.75--ClientSession(432470953)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.75--UnitOfWork(705789319)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.75--ClientSession(432470953)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.75--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2028813425
    [junit] [EL Finer]: 2024-04-17 17:54:20.75--ClientSession(2028813425)--Thread(Thread[main,5,main])--acquire unit of work: 1040459474
    [junit] [EL Finest]: 2024-04-17 17:54:20.75--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-17 17:54:20.75--ServerSession(454071866)--Connection(508826232)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.75--ServerSession(454071866)--Connection(508826232)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.75--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-17 17:54:20.751--ServerSession(454071866)--Connection(508826232)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.752--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 719342934
    [junit] [EL Finer]: 2024-04-17 17:54:20.752--ClientSession(719342934)--Thread(Thread[main,5,main])--acquire unit of work: 1923245546
    [junit] [EL Finest]: 2024-04-17 17:54:20.752--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-17 17:54:20.752--ServerSession(454071866)--Connection(1679859032)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.752--ServerSession(454071866)--Connection(1679859032)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.752--ServerSession(454071866)--Connection(730144738)--Thread(Thread[main,5,main])--SELECT P_BYTE FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.752--ServerSession(454071866)--Connection(1679859032)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.761--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 18365311
    [junit] [EL Finer]: 2024-04-17 17:54:20.761--ClientSession(18365311)--Thread(Thread[main,5,main])--acquire unit of work: 963530944
    [junit] [EL Finest]: 2024-04-17 17:54:20.761--UnitOfWork(963530944)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.761--UnitOfWork(963530944)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.761--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-17 17:54:20.761--ServerSession(454071866)--Connection(1302978037)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.761--ClientSession(18365311)--Connection(1302978037)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.761--ClientSession(18365311)--Connection(1302978037)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.761--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-17 17:54:20.762--ClientSession(18365311)--Connection(1583695294)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.762--ServerSession(454071866)--Connection(1302978037)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.762--UnitOfWork(963530944)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.762--UnitOfWork(963530944)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.763--UnitOfWork(963530944)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.763--ClientSession(18365311)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.763--UnitOfWork(963530944)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.763--ClientSession(18365311)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.763--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1821775051
    [junit] [EL Finer]: 2024-04-17 17:54:20.763--ClientSession(1821775051)--Thread(Thread[main,5,main])--acquire unit of work: 413856850
    [junit] [EL Finest]: 2024-04-17 17:54:20.763--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-17 17:54:20.763--ServerSession(454071866)--Connection(123135270)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.763--ServerSession(454071866)--Connection(123135270)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.763--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-17 17:54:20.764--ServerSession(454071866)--Connection(123135270)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.764--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1284687471
    [junit] [EL Finer]: 2024-04-17 17:54:20.764--ClientSession(1284687471)--Thread(Thread[main,5,main])--acquire unit of work: 448955701
    [junit] [EL Finest]: 2024-04-17 17:54:20.764--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-17 17:54:20.764--ServerSession(454071866)--Connection(359411618)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.764--ServerSession(454071866)--Connection(359411618)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.764--ServerSession(454071866)--Connection(2005832332)--Thread(Thread[main,5,main])--SELECT P_CHAR FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.765--ServerSession(454071866)--Connection(359411618)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.773--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1416398965
    [junit] [EL Finer]: 2024-04-17 17:54:20.773--ClientSession(1416398965)--Thread(Thread[main,5,main])--acquire unit of work: 1434786215
    [junit] [EL Finest]: 2024-04-17 17:54:20.773--UnitOfWork(1434786215)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.773--UnitOfWork(1434786215)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.773--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-17 17:54:20.773--ServerSession(454071866)--Connection(955605988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.773--ClientSession(1416398965)--Connection(955605988)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.773--ClientSession(1416398965)--Connection(955605988)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.774--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-17 17:54:20.774--ClientSession(1416398965)--Connection(890520916)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.775--ServerSession(454071866)--Connection(955605988)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.775--UnitOfWork(1434786215)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.775--UnitOfWork(1434786215)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.775--UnitOfWork(1434786215)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.775--ClientSession(1416398965)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.775--UnitOfWork(1434786215)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.775--ClientSession(1416398965)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.775--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2139242599
    [junit] [EL Finer]: 2024-04-17 17:54:20.775--ClientSession(2139242599)--Thread(Thread[main,5,main])--acquire unit of work: 1756075046
    [junit] [EL Finest]: 2024-04-17 17:54:20.775--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-17 17:54:20.775--ServerSession(454071866)--Connection(735974411)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.775--ServerSession(454071866)--Connection(735974411)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.775--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-17 17:54:20.776--ServerSession(454071866)--Connection(735974411)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.777--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1229084948
    [junit] [EL Finer]: 2024-04-17 17:54:20.777--ClientSession(1229084948)--Thread(Thread[main,5,main])--acquire unit of work: 1597063938
    [junit] [EL Finest]: 2024-04-17 17:54:20.777--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-17 17:54:20.777--ServerSession(454071866)--Connection(21653658)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.777--ServerSession(454071866)--Connection(21653658)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.777--ServerSession(454071866)--Connection(403198271)--Thread(Thread[main,5,main])--SELECT P_LONG FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.777--ServerSession(454071866)--Connection(21653658)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.785--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 505595654
    [junit] [EL Finer]: 2024-04-17 17:54:20.785--ClientSession(505595654)--Thread(Thread[main,5,main])--acquire unit of work: 343911080
    [junit] [EL Finest]: 2024-04-17 17:54:20.785--UnitOfWork(343911080)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.785--UnitOfWork(343911080)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.785--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-17 17:54:20.786--ServerSession(454071866)--Connection(723630925)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.786--ClientSession(505595654)--Connection(723630925)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.786--ClientSession(505595654)--Connection(723630925)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.786--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-17 17:54:20.787--ClientSession(505595654)--Connection(1345772956)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.787--ServerSession(454071866)--Connection(723630925)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.787--UnitOfWork(343911080)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.787--UnitOfWork(343911080)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.787--UnitOfWork(343911080)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.787--ClientSession(505595654)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.787--UnitOfWork(343911080)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.787--ClientSession(505595654)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.787--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 192107086
    [junit] [EL Finer]: 2024-04-17 17:54:20.787--ClientSession(192107086)--Thread(Thread[main,5,main])--acquire unit of work: 1842324609
    [junit] [EL Finest]: 2024-04-17 17:54:20.787--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-17 17:54:20.788--ServerSession(454071866)--Connection(875279579)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.788--ServerSession(454071866)--Connection(875279579)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.788--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-17 17:54:20.788--ServerSession(454071866)--Connection(875279579)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.789--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1146319296
    [junit] [EL Finer]: 2024-04-17 17:54:20.789--ClientSession(1146319296)--Thread(Thread[main,5,main])--acquire unit of work: 1514395620
    [junit] [EL Finest]: 2024-04-17 17:54:20.789--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-17 17:54:20.789--ServerSession(454071866)--Connection(39124488)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.789--ServerSession(454071866)--Connection(39124488)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.789--ServerSession(454071866)--Connection(2133555046)--Thread(Thread[main,5,main])--SELECT BIG_DECIMAL FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.789--ServerSession(454071866)--Connection(39124488)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.798--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 197313233
    [junit] [EL Finer]: 2024-04-17 17:54:20.798--ClientSession(197313233)--Thread(Thread[main,5,main])--acquire unit of work: 1633706086
    [junit] [EL Finest]: 2024-04-17 17:54:20.798--UnitOfWork(1633706086)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.798--UnitOfWork(1633706086)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.798--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-17 17:54:20.798--ServerSession(454071866)--Connection(2129125819)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.798--ClientSession(197313233)--Connection(2129125819)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.798--ClientSession(197313233)--Connection(2129125819)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.798--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-17 17:54:20.799--ClientSession(197313233)--Connection(136358885)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.799--ServerSession(454071866)--Connection(2129125819)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.799--UnitOfWork(1633706086)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.799--UnitOfWork(1633706086)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.799--UnitOfWork(1633706086)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.799--ClientSession(197313233)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.799--UnitOfWork(1633706086)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.8--ClientSession(197313233)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.8--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1334244596
    [junit] [EL Finer]: 2024-04-17 17:54:20.8--ClientSession(1334244596)--Thread(Thread[main,5,main])--acquire unit of work: 1123291490
    [junit] [EL Finest]: 2024-04-17 17:54:20.8--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-17 17:54:20.8--ServerSession(454071866)--Connection(1054539203)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.8--ServerSession(454071866)--Connection(1054539203)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.8--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-17 17:54:20.8--ServerSession(454071866)--Connection(1054539203)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.801--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1209827545
    [junit] [EL Finer]: 2024-04-17 17:54:20.801--ClientSession(1209827545)--Thread(Thread[main,5,main])--acquire unit of work: 1064481154
    [junit] [EL Finest]: 2024-04-17 17:54:20.801--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-17 17:54:20.801--ServerSession(454071866)--Connection(1842021952)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.801--ServerSession(454071866)--Connection(1842021952)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.801--ServerSession(454071866)--Connection(192483133)--Thread(Thread[main,5,main])--SELECT MAX(W_LONG) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.801--ServerSession(454071866)--Connection(1842021952)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.81--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2064914732
    [junit] [EL Finer]: 2024-04-17 17:54:20.81--ClientSession(2064914732)--Thread(Thread[main,5,main])--acquire unit of work: 652278729
    [junit] [EL Finest]: 2024-04-17 17:54:20.81--UnitOfWork(652278729)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.81--UnitOfWork(652278729)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.81--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-17 17:54:20.81--ServerSession(454071866)--Connection(789522064)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.81--ClientSession(2064914732)--Connection(789522064)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.81--ClientSession(2064914732)--Connection(789522064)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.811--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-17 17:54:20.812--ClientSession(2064914732)--Connection(1272544894)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.812--ServerSession(454071866)--Connection(789522064)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.812--UnitOfWork(652278729)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.812--UnitOfWork(652278729)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.812--UnitOfWork(652278729)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.812--ClientSession(2064914732)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.812--UnitOfWork(652278729)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.812--ClientSession(2064914732)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.812--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 223450876
    [junit] [EL Finer]: 2024-04-17 17:54:20.812--ClientSession(223450876)--Thread(Thread[main,5,main])--acquire unit of work: 234562470
    [junit] [EL Finest]: 2024-04-17 17:54:20.812--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-17 17:54:20.812--ServerSession(454071866)--Connection(640025100)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.812--ServerSession(454071866)--Connection(640025100)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.813--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-17 17:54:20.813--ServerSession(454071866)--Connection(640025100)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.814--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1031137654
    [junit] [EL Finer]: 2024-04-17 17:54:20.814--ClientSession(1031137654)--Thread(Thread[main,5,main])--acquire unit of work: 523084658
    [junit] [EL Finest]: 2024-04-17 17:54:20.814--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-17 17:54:20.814--ServerSession(454071866)--Connection(1975911215)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.814--ServerSession(454071866)--Connection(1975911215)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.814--ServerSession(454071866)--Connection(1971845723)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(PCA_VARCHAR)) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.814--ServerSession(454071866)--Connection(1975911215)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.823--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 451564030
    [junit] [EL Finer]: 2024-04-17 17:54:20.823--ClientSession(451564030)--Thread(Thread[main,5,main])--acquire unit of work: 568640724
    [junit] [EL Finest]: 2024-04-17 17:54:20.823--UnitOfWork(568640724)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.823--UnitOfWork(568640724)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.823--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-17 17:54:20.823--ServerSession(454071866)--Connection(2037700765)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.823--ClientSession(451564030)--Connection(2037700765)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.823--ClientSession(451564030)--Connection(2037700765)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.823--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-17 17:54:20.824--ClientSession(451564030)--Connection(358930892)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.825--ServerSession(454071866)--Connection(2037700765)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.825--UnitOfWork(568640724)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.825--UnitOfWork(568640724)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.825--UnitOfWork(568640724)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.825--ClientSession(451564030)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.825--UnitOfWork(568640724)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.825--ClientSession(451564030)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.825--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1569717767
    [junit] [EL Finer]: 2024-04-17 17:54:20.825--ClientSession(1569717767)--Thread(Thread[main,5,main])--acquire unit of work: 1846994627
    [junit] [EL Finest]: 2024-04-17 17:54:20.825--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-17 17:54:20.825--ServerSession(454071866)--Connection(470684304)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.825--ServerSession(454071866)--Connection(470684304)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.825--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-17 17:54:20.826--ServerSession(454071866)--Connection(470684304)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.827--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 382569917
    [junit] [EL Finer]: 2024-04-17 17:54:20.827--ClientSession(382569917)--Thread(Thread[main,5,main])--acquire unit of work: 1648796233
    [junit] [EL Finest]: 2024-04-17 17:54:20.827--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-17 17:54:20.827--ServerSession(454071866)--Connection(1097493782)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.827--ServerSession(454071866)--Connection(1097493782)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.827--ServerSession(454071866)--Connection(2131478307)--Thread(Thread[main,5,main])--SELECT SUM(P_BYTE) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.827--ServerSession(454071866)--Connection(1097493782)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.836--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1641120630
    [junit] [EL Finer]: 2024-04-17 17:54:20.836--ClientSession(1641120630)--Thread(Thread[main,5,main])--acquire unit of work: 1827007387
    [junit] [EL Finest]: 2024-04-17 17:54:20.836--UnitOfWork(1827007387)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.836--UnitOfWork(1827007387)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.836--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-17 17:54:20.836--ServerSession(454071866)--Connection(367715578)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.836--ClientSession(1641120630)--Connection(367715578)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.836--ClientSession(1641120630)--Connection(367715578)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.837--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-17 17:54:20.838--ClientSession(1641120630)--Connection(286752288)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.839--ServerSession(454071866)--Connection(367715578)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.839--UnitOfWork(1827007387)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.839--UnitOfWork(1827007387)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.839--UnitOfWork(1827007387)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.839--ClientSession(1641120630)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.839--UnitOfWork(1827007387)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.839--ClientSession(1641120630)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.839--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2095056204
    [junit] [EL Finer]: 2024-04-17 17:54:20.839--ClientSession(2095056204)--Thread(Thread[main,5,main])--acquire unit of work: 1445757582
    [junit] [EL Finest]: 2024-04-17 17:54:20.839--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-17 17:54:20.839--ServerSession(454071866)--Connection(22779888)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.84--ServerSession(454071866)--Connection(22779888)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.84--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-17 17:54:20.84--ServerSession(454071866)--Connection(22779888)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.842--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1622662268
    [junit] [EL Finer]: 2024-04-17 17:54:20.842--ClientSession(1622662268)--Thread(Thread[main,5,main])--acquire unit of work: 68164310
    [junit] [EL Finest]: 2024-04-17 17:54:20.842--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-17 17:54:20.842--ServerSession(454071866)--Connection(232819883)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.842--ServerSession(454071866)--Connection(232819883)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.842--ServerSession(454071866)--Connection(135884785)--Thread(Thread[main,5,main])--SELECT SUM(P_LONG) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.842--ServerSession(454071866)--Connection(232819883)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.851--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 410558788
    [junit] [EL Finer]: 2024-04-17 17:54:20.851--ClientSession(410558788)--Thread(Thread[main,5,main])--acquire unit of work: 1452282479
    [junit] [EL Finest]: 2024-04-17 17:54:20.851--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.851--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.851--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-17 17:54:20.851--ServerSession(454071866)--Connection(1610701672)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.852--ClientSession(410558788)--Connection(1610701672)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.852--ClientSession(410558788)--Connection(1610701672)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.852--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-17 17:54:20.853--ClientSession(410558788)--Connection(118607676)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.853--ServerSession(454071866)--Connection(1610701672)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.853--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.853--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.853--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.853--ClientSession(410558788)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.853--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.854--ClientSession(410558788)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.854--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 513436793
    [junit] [EL Finer]: 2024-04-17 17:54:20.854--ClientSession(513436793)--Thread(Thread[main,5,main])--acquire unit of work: 393951417
    [junit] [EL Finest]: 2024-04-17 17:54:20.854--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-17 17:54:20.854--ServerSession(454071866)--Connection(936760449)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.854--ServerSession(454071866)--Connection(936760449)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.854--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-17 17:54:20.854--ServerSession(454071866)--Connection(936760449)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.855--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1468126209
    [junit] [EL Finer]: 2024-04-17 17:54:20.855--ClientSession(1468126209)--Thread(Thread[main,5,main])--acquire unit of work: 1324408644
    [junit] [EL Finest]: 2024-04-17 17:54:20.855--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-17 17:54:20.855--ServerSession(454071866)--Connection(744006350)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.855--ServerSession(454071866)--Connection(744006350)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.855--ServerSession(454071866)--Connection(630629952)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(BIG_DECIMAL)) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.856--ServerSession(454071866)--Connection(744006350)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.864--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1304372935
    [junit] [EL Finer]: 2024-04-17 17:54:20.864--ClientSession(1304372935)--Thread(Thread[main,5,main])--acquire unit of work: 1134956408
    [junit] [EL Finest]: 2024-04-17 17:54:20.864--UnitOfWork(1134956408)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.864--UnitOfWork(1134956408)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.864--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-17 17:54:20.864--ServerSession(454071866)--Connection(574435728)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.864--ClientSession(1304372935)--Connection(574435728)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.864--ClientSession(1304372935)--Connection(574435728)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.865--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-17 17:54:20.866--ClientSession(1304372935)--Connection(595665629)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.866--ServerSession(454071866)--Connection(574435728)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.866--UnitOfWork(1134956408)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.866--UnitOfWork(1134956408)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.866--UnitOfWork(1134956408)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.866--ClientSession(1304372935)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.866--UnitOfWork(1134956408)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.866--ClientSession(1304372935)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.866--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 901536036
    [junit] [EL Finer]: 2024-04-17 17:54:20.866--ClientSession(901536036)--Thread(Thread[main,5,main])--acquire unit of work: 528552580
    [junit] [EL Finest]: 2024-04-17 17:54:20.866--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-17 17:54:20.866--ServerSession(454071866)--Connection(1625505749)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.866--ServerSession(454071866)--Connection(1625505749)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.866--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-17 17:54:20.867--ServerSession(454071866)--Connection(1625505749)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.868--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 880644527
    [junit] [EL Finer]: 2024-04-17 17:54:20.868--ClientSession(880644527)--Thread(Thread[main,5,main])--acquire unit of work: 1015413072
    [junit] [EL Finest]: 2024-04-17 17:54:20.868--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-17 17:54:20.868--ServerSession(454071866)--Connection(2091404927)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.868--ServerSession(454071866)--Connection(2091404927)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.868--ServerSession(454071866)--Connection(972652522)--Thread(Thread[main,5,main])--SELECT P_DOUBLE FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.868--ServerSession(454071866)--Connection(2091404927)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.876--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1050417216
    [junit] [EL Finer]: 2024-04-17 17:54:20.876--ClientSession(1050417216)--Thread(Thread[main,5,main])--acquire unit of work: 1412119529
    [junit] [EL Finest]: 2024-04-17 17:54:20.876--UnitOfWork(1412119529)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.876--UnitOfWork(1412119529)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.876--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-17 17:54:20.877--ServerSession(454071866)--Connection(524762155)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.877--ClientSession(1050417216)--Connection(524762155)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.877--ClientSession(1050417216)--Connection(524762155)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.877--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-17 17:54:20.878--ClientSession(1050417216)--Connection(1088358396)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.878--ServerSession(454071866)--Connection(524762155)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.878--UnitOfWork(1412119529)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.878--UnitOfWork(1412119529)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.878--UnitOfWork(1412119529)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.878--ClientSession(1050417216)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.878--UnitOfWork(1412119529)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.878--ClientSession(1050417216)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.878--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1550141453
    [junit] [EL Finer]: 2024-04-17 17:54:20.878--ClientSession(1550141453)--Thread(Thread[main,5,main])--acquire unit of work: 1681736858
    [junit] [EL Finest]: 2024-04-17 17:54:20.878--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-17 17:54:20.878--ServerSession(454071866)--Connection(402505467)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.878--ServerSession(454071866)--Connection(402505467)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.879--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-17 17:54:20.879--ServerSession(454071866)--Connection(402505467)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.88--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1376205244
    [junit] [EL Finer]: 2024-04-17 17:54:20.88--ClientSession(1376205244)--Thread(Thread[main,5,main])--acquire unit of work: 2032367717
    [junit] [EL Finest]: 2024-04-17 17:54:20.88--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-17 17:54:20.88--ServerSession(454071866)--Connection(1404140575)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.88--ServerSession(454071866)--Connection(1404140575)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.88--ServerSession(454071866)--Connection(824502713)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(WCA_VARCHAR)) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.88--ServerSession(454071866)--Connection(1404140575)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.889--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 65442181
    [junit] [EL Finer]: 2024-04-17 17:54:20.889--ClientSession(65442181)--Thread(Thread[main,5,main])--acquire unit of work: 31430091
    [junit] [EL Finest]: 2024-04-17 17:54:20.889--UnitOfWork(31430091)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.889--UnitOfWork(31430091)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.889--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-17 17:54:20.889--ServerSession(454071866)--Connection(1513459289)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.889--ClientSession(65442181)--Connection(1513459289)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.889--ClientSession(65442181)--Connection(1513459289)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.89--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-17 17:54:20.89--ClientSession(65442181)--Connection(1308972234)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.891--ServerSession(454071866)--Connection(1513459289)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.891--UnitOfWork(31430091)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.891--UnitOfWork(31430091)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.891--UnitOfWork(31430091)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.891--ClientSession(65442181)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.891--UnitOfWork(31430091)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.891--ClientSession(65442181)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.891--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1774648410
    [junit] [EL Finer]: 2024-04-17 17:54:20.891--ClientSession(1774648410)--Thread(Thread[main,5,main])--acquire unit of work: 226580140
    [junit] [EL Finest]: 2024-04-17 17:54:20.891--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-17 17:54:20.891--ServerSession(454071866)--Connection(1032621218)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.891--ServerSession(454071866)--Connection(1032621218)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.891--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-17 17:54:20.892--ServerSession(454071866)--Connection(1032621218)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.893--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1413476894
    [junit] [EL Finer]: 2024-04-17 17:54:20.893--ClientSession(1413476894)--Thread(Thread[main,5,main])--acquire unit of work: 656568800
    [junit] [EL Finest]: 2024-04-17 17:54:20.893--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-17 17:54:20.893--ServerSession(454071866)--Connection(266267045)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.893--ServerSession(454071866)--Connection(266267045)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.893--ServerSession(454071866)--Connection(1051741305)--Thread(Thread[main,5,main])--SELECT BIG_INTEGER FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.893--ServerSession(454071866)--Connection(266267045)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.901--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1697198592
    [junit] [EL Finer]: 2024-04-17 17:54:20.901--ClientSession(1697198592)--Thread(Thread[main,5,main])--acquire unit of work: 1469731192
    [junit] [EL Finest]: 2024-04-17 17:54:20.901--UnitOfWork(1469731192)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.901--UnitOfWork(1469731192)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.901--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-17 17:54:20.901--ServerSession(454071866)--Connection(1509186173)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.901--ClientSession(1697198592)--Connection(1509186173)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.901--ClientSession(1697198592)--Connection(1509186173)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.902--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-17 17:54:20.903--ClientSession(1697198592)--Connection(1637507521)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.903--ServerSession(454071866)--Connection(1509186173)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.903--UnitOfWork(1469731192)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.903--UnitOfWork(1469731192)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.903--UnitOfWork(1469731192)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.903--ClientSession(1697198592)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.903--UnitOfWork(1469731192)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.903--ClientSession(1697198592)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.903--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 611017319
    [junit] [EL Finer]: 2024-04-17 17:54:20.903--ClientSession(611017319)--Thread(Thread[main,5,main])--acquire unit of work: 374184770
    [junit] [EL Finest]: 2024-04-17 17:54:20.903--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-17 17:54:20.903--ServerSession(454071866)--Connection(1728211097)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.903--ServerSession(454071866)--Connection(1728211097)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.903--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-17 17:54:20.904--ServerSession(454071866)--Connection(1728211097)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.905--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1026856292
    [junit] [EL Finer]: 2024-04-17 17:54:20.905--ClientSession(1026856292)--Thread(Thread[main,5,main])--acquire unit of work: 527464315
    [junit] [EL Finest]: 2024-04-17 17:54:20.905--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-17 17:54:20.905--ServerSession(454071866)--Connection(1778157082)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.905--ServerSession(454071866)--Connection(1778157082)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.905--ServerSession(454071866)--Connection(910619412)--Thread(Thread[main,5,main])--SELECT MAX(P_FLOAT) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.905--ServerSession(454071866)--Connection(1778157082)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.913--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1057601666
    [junit] [EL Finer]: 2024-04-17 17:54:20.913--ClientSession(1057601666)--Thread(Thread[main,5,main])--acquire unit of work: 370684121
    [junit] [EL Finest]: 2024-04-17 17:54:20.913--UnitOfWork(370684121)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.913--UnitOfWork(370684121)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.913--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-17 17:54:20.913--ServerSession(454071866)--Connection(1694898827)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.913--ClientSession(1057601666)--Connection(1694898827)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.913--ClientSession(1057601666)--Connection(1694898827)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.913--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-17 17:54:20.914--ClientSession(1057601666)--Connection(2127218518)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.915--ServerSession(454071866)--Connection(1694898827)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.915--UnitOfWork(370684121)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.915--UnitOfWork(370684121)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.915--UnitOfWork(370684121)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.915--ClientSession(1057601666)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.915--UnitOfWork(370684121)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.915--ClientSession(1057601666)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.915--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1717355893
    [junit] [EL Finer]: 2024-04-17 17:54:20.915--ClientSession(1717355893)--Thread(Thread[main,5,main])--acquire unit of work: 1317293727
    [junit] [EL Finest]: 2024-04-17 17:54:20.915--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-17 17:54:20.915--ServerSession(454071866)--Connection(1674593021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.915--ServerSession(454071866)--Connection(1674593021)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.915--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-17 17:54:20.915--ServerSession(454071866)--Connection(1674593021)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.916--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1828855868
    [junit] [EL Finer]: 2024-04-17 17:54:20.916--ClientSession(1828855868)--Thread(Thread[main,5,main])--acquire unit of work: 904199383
    [junit] [EL Finest]: 2024-04-17 17:54:20.916--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-17 17:54:20.916--ServerSession(454071866)--Connection(123270182)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.916--ServerSession(454071866)--Connection(123270182)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.916--ServerSession(454071866)--Connection(1691587813)--Thread(Thread[main,5,main])--SELECT MAX(P_SHORT) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.917--ServerSession(454071866)--Connection(123270182)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.925--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 847897513
    [junit] [EL Finer]: 2024-04-17 17:54:20.925--ClientSession(847897513)--Thread(Thread[main,5,main])--acquire unit of work: 1216595512
    [junit] [EL Finest]: 2024-04-17 17:54:20.925--UnitOfWork(1216595512)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.925--UnitOfWork(1216595512)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.925--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-17 17:54:20.925--ServerSession(454071866)--Connection(1010771045)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.925--ClientSession(847897513)--Connection(1010771045)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.925--ClientSession(847897513)--Connection(1010771045)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.925--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-17 17:54:20.926--ClientSession(847897513)--Connection(1294171301)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.927--ServerSession(454071866)--Connection(1010771045)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.927--UnitOfWork(1216595512)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.927--UnitOfWork(1216595512)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.927--UnitOfWork(1216595512)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.927--ClientSession(847897513)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.927--UnitOfWork(1216595512)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.927--ClientSession(847897513)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.927--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 578235985
    [junit] [EL Finer]: 2024-04-17 17:54:20.927--ClientSession(578235985)--Thread(Thread[main,5,main])--acquire unit of work: 1952954606
    [junit] [EL Finest]: 2024-04-17 17:54:20.927--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-17 17:54:20.927--ServerSession(454071866)--Connection(1498309822)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.927--ServerSession(454071866)--Connection(1498309822)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.927--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-17 17:54:20.928--ServerSession(454071866)--Connection(1498309822)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.929--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2100909601
    [junit] [EL Finer]: 2024-04-17 17:54:20.929--ClientSession(2100909601)--Thread(Thread[main,5,main])--acquire unit of work: 1792303493
    [junit] [EL Finest]: 2024-04-17 17:54:20.929--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-17 17:54:20.929--ServerSession(454071866)--Connection(2142744798)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.929--ServerSession(454071866)--Connection(2142744798)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.929--ServerSession(454071866)--Connection(1892960108)--Thread(Thread[main,5,main])--SELECT SUM(BIG_DECIMAL) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.929--ServerSession(454071866)--Connection(2142744798)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.937--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 506767267
    [junit] [EL Finer]: 2024-04-17 17:54:20.938--ClientSession(506767267)--Thread(Thread[main,5,main])--acquire unit of work: 96264363
    [junit] [EL Finest]: 2024-04-17 17:54:20.938--UnitOfWork(96264363)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.938--UnitOfWork(96264363)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.938--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-17 17:54:20.938--ServerSession(454071866)--Connection(1730564062)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.938--ClientSession(506767267)--Connection(1730564062)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.938--ClientSession(506767267)--Connection(1730564062)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.938--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-17 17:54:20.939--ClientSession(506767267)--Connection(543110131)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.939--ServerSession(454071866)--Connection(1730564062)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.939--UnitOfWork(96264363)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.939--UnitOfWork(96264363)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.94--UnitOfWork(96264363)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.94--ClientSession(506767267)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.94--UnitOfWork(96264363)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.94--ClientSession(506767267)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.94--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 618282043
    [junit] [EL Finer]: 2024-04-17 17:54:20.94--ClientSession(618282043)--Thread(Thread[main,5,main])--acquire unit of work: 2101564408
    [junit] [EL Finest]: 2024-04-17 17:54:20.94--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-17 17:54:20.94--ServerSession(454071866)--Connection(1071430388)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.94--ServerSession(454071866)--Connection(1071430388)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.94--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-17 17:54:20.94--ServerSession(454071866)--Connection(1071430388)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.941--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 628396242
    [junit] [EL Finer]: 2024-04-17 17:54:20.941--ClientSession(628396242)--Thread(Thread[main,5,main])--acquire unit of work: 370667810
    [junit] [EL Finest]: 2024-04-17 17:54:20.941--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-17 17:54:20.941--ServerSession(454071866)--Connection(323167212)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.941--ServerSession(454071866)--Connection(323167212)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.941--ServerSession(454071866)--Connection(1819166162)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(BIG_INTEGER)) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.942--ServerSession(454071866)--Connection(323167212)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.95--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1352811295
    [junit] [EL Finer]: 2024-04-17 17:54:20.95--ClientSession(1352811295)--Thread(Thread[main,5,main])--acquire unit of work: 1349239380
    [junit] [EL Finest]: 2024-04-17 17:54:20.95--UnitOfWork(1349239380)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.95--UnitOfWork(1349239380)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.951--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-17 17:54:20.951--ServerSession(454071866)--Connection(684094469)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.951--ClientSession(1352811295)--Connection(684094469)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.951--ClientSession(1352811295)--Connection(684094469)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.951--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-17 17:54:20.952--ClientSession(1352811295)--Connection(1856923485)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.952--ServerSession(454071866)--Connection(684094469)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.952--UnitOfWork(1349239380)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.952--UnitOfWork(1349239380)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.953--UnitOfWork(1349239380)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.953--ClientSession(1352811295)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.953--UnitOfWork(1349239380)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.953--ClientSession(1352811295)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.953--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1180642436
    [junit] [EL Finer]: 2024-04-17 17:54:20.953--ClientSession(1180642436)--Thread(Thread[main,5,main])--acquire unit of work: 1540763549
    [junit] [EL Finest]: 2024-04-17 17:54:20.953--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-17 17:54:20.953--ServerSession(454071866)--Connection(155726685)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.953--ServerSession(454071866)--Connection(155726685)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.953--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-17 17:54:20.954--ServerSession(454071866)--Connection(155726685)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.954--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1606820947
    [junit] [EL Finer]: 2024-04-17 17:54:20.954--ClientSession(1606820947)--Thread(Thread[main,5,main])--acquire unit of work: 98357502
    [junit] [EL Finest]: 2024-04-17 17:54:20.955--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-17 17:54:20.955--ServerSession(454071866)--Connection(248953902)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.955--ServerSession(454071866)--Connection(248953902)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.955--ServerSession(454071866)--Connection(738377761)--Thread(Thread[main,5,main])--SELECT MAX(W_INTEGER) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.955--ServerSession(454071866)--Connection(248953902)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.964--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 545638843
    [junit] [EL Finer]: 2024-04-17 17:54:20.964--ClientSession(545638843)--Thread(Thread[main,5,main])--acquire unit of work: 652296712
    [junit] [EL Finest]: 2024-04-17 17:54:20.964--UnitOfWork(652296712)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.964--UnitOfWork(652296712)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.964--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-17 17:54:20.964--ServerSession(454071866)--Connection(1946795324)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.964--ClientSession(545638843)--Connection(1946795324)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.964--ClientSession(545638843)--Connection(1946795324)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.964--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-17 17:54:20.965--ClientSession(545638843)--Connection(519259887)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.965--ServerSession(454071866)--Connection(1946795324)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.966--UnitOfWork(652296712)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.966--UnitOfWork(652296712)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.966--UnitOfWork(652296712)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.966--ClientSession(545638843)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.966--UnitOfWork(652296712)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.966--ClientSession(545638843)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.966--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 716133489
    [junit] [EL Finer]: 2024-04-17 17:54:20.966--ClientSession(716133489)--Thread(Thread[main,5,main])--acquire unit of work: 779070453
    [junit] [EL Finest]: 2024-04-17 17:54:20.966--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-17 17:54:20.966--ServerSession(454071866)--Connection(1478193829)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.966--ServerSession(454071866)--Connection(1478193829)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.966--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-17 17:54:20.967--ServerSession(454071866)--Connection(1478193829)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.967--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1389712391
    [junit] [EL Finer]: 2024-04-17 17:54:20.967--ClientSession(1389712391)--Thread(Thread[main,5,main])--acquire unit of work: 1471524555
    [junit] [EL Finest]: 2024-04-17 17:54:20.967--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-17 17:54:20.967--ServerSession(454071866)--Connection(586612499)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.967--ServerSession(454071866)--Connection(586612499)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.967--ServerSession(454071866)--Connection(367939577)--Thread(Thread[main,5,main])--SELECT W_DOUBLE FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.968--ServerSession(454071866)--Connection(586612499)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.976--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1698103575
    [junit] [EL Finer]: 2024-04-17 17:54:20.976--ClientSession(1698103575)--Thread(Thread[main,5,main])--acquire unit of work: 302183330
    [junit] [EL Finest]: 2024-04-17 17:54:20.976--UnitOfWork(302183330)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.976--UnitOfWork(302183330)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.976--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-17 17:54:20.976--ServerSession(454071866)--Connection(23700110)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.977--ClientSession(1698103575)--Connection(23700110)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.977--ClientSession(1698103575)--Connection(23700110)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.977--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-17 17:54:20.978--ClientSession(1698103575)--Connection(190647897)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.978--ServerSession(454071866)--Connection(23700110)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.978--UnitOfWork(302183330)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.978--UnitOfWork(302183330)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.978--UnitOfWork(302183330)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.978--ClientSession(1698103575)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.978--UnitOfWork(302183330)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.978--ClientSession(1698103575)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.979--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 494332868
    [junit] [EL Finer]: 2024-04-17 17:54:20.979--ClientSession(494332868)--Thread(Thread[main,5,main])--acquire unit of work: 2126119413
    [junit] [EL Finest]: 2024-04-17 17:54:20.979--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-17 17:54:20.979--ServerSession(454071866)--Connection(963340405)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.979--ServerSession(454071866)--Connection(963340405)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.979--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-17 17:54:20.979--ServerSession(454071866)--Connection(963340405)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.98--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 941715677
    [junit] [EL Finer]: 2024-04-17 17:54:20.98--ClientSession(941715677)--Thread(Thread[main,5,main])--acquire unit of work: 1513269576
    [junit] [EL Finest]: 2024-04-17 17:54:20.98--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-17 17:54:20.98--ServerSession(454071866)--Connection(1618044301)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.98--ServerSession(454071866)--Connection(1618044301)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.98--ServerSession(454071866)--Connection(1505507968)--Thread(Thread[main,5,main])--SELECT SUM(BIG_INTEGER) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.98--ServerSession(454071866)--Connection(1618044301)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.989--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1996070218
    [junit] [EL Finer]: 2024-04-17 17:54:20.989--ClientSession(1996070218)--Thread(Thread[main,5,main])--acquire unit of work: 1552696057
    [junit] [EL Finest]: 2024-04-17 17:54:20.989--UnitOfWork(1552696057)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:20.989--UnitOfWork(1552696057)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:20.989--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-17 17:54:20.989--ServerSession(454071866)--Connection(1072389251)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.989--ClientSession(1996070218)--Connection(1072389251)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.989--ClientSession(1996070218)--Connection(1072389251)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.989--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-17 17:54:20.99--ClientSession(1996070218)--Connection(1265059334)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:20.991--ServerSession(454071866)--Connection(1072389251)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:20.991--UnitOfWork(1552696057)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:20.991--UnitOfWork(1552696057)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.991--UnitOfWork(1552696057)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.991--ClientSession(1996070218)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:20.991--UnitOfWork(1552696057)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:20.991--ClientSession(1996070218)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:20.991--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1739657069
    [junit] [EL Finer]: 2024-04-17 17:54:20.991--ClientSession(1739657069)--Thread(Thread[main,5,main])--acquire unit of work: 370615019
    [junit] [EL Finest]: 2024-04-17 17:54:20.991--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-17 17:54:20.991--ServerSession(454071866)--Connection(408889638)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.991--ServerSession(454071866)--Connection(408889638)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.991--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-17 17:54:20.992--ServerSession(454071866)--Connection(408889638)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:20.992--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 627787954
    [junit] [EL Finer]: 2024-04-17 17:54:20.992--ClientSession(627787954)--Thread(Thread[main,5,main])--acquire unit of work: 2088811737
    [junit] [EL Finest]: 2024-04-17 17:54:20.992--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-17 17:54:20.993--ServerSession(454071866)--Connection(1556369975)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:20.993--ServerSession(454071866)--Connection(1556369975)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:20.993--ServerSession(454071866)--Connection(354361764)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(W_BOOLEAN)) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:20.993--ServerSession(454071866)--Connection(1556369975)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.001--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 17070372
    [junit] [EL Finer]: 2024-04-17 17:54:21.001--ClientSession(17070372)--Thread(Thread[main,5,main])--acquire unit of work: 503161284
    [junit] [EL Finest]: 2024-04-17 17:54:21.001--UnitOfWork(503161284)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.001--UnitOfWork(503161284)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.001--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-17 17:54:21.001--ServerSession(454071866)--Connection(477623035)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.001--ClientSession(17070372)--Connection(477623035)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.001--ClientSession(17070372)--Connection(477623035)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.002--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-17 17:54:21.003--ClientSession(17070372)--Connection(2124225100)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.003--ServerSession(454071866)--Connection(477623035)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.003--UnitOfWork(503161284)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.003--UnitOfWork(503161284)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.003--UnitOfWork(503161284)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.003--ClientSession(17070372)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.003--UnitOfWork(503161284)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.003--ClientSession(17070372)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.003--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 158271024
    [junit] [EL Finer]: 2024-04-17 17:54:21.003--ClientSession(158271024)--Thread(Thread[main,5,main])--acquire unit of work: 532029995
    [junit] [EL Finest]: 2024-04-17 17:54:21.003--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-17 17:54:21.003--ServerSession(454071866)--Connection(263123854)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.003--ServerSession(454071866)--Connection(263123854)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.003--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-17 17:54:21.004--ServerSession(454071866)--Connection(263123854)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.005--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 623201993
    [junit] [EL Finer]: 2024-04-17 17:54:21.005--ClientSession(623201993)--Thread(Thread[main,5,main])--acquire unit of work: 1425857028
    [junit] [EL Finest]: 2024-04-17 17:54:21.005--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-17 17:54:21.005--ServerSession(454071866)--Connection(2122208002)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.005--ServerSession(454071866)--Connection(2122208002)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.005--ServerSession(454071866)--Connection(439320096)--Thread(Thread[main,5,main])--SELECT MAX(P_INT) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.005--ServerSession(454071866)--Connection(2122208002)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.013--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1245243496
    [junit] [EL Finer]: 2024-04-17 17:54:21.013--ClientSession(1245243496)--Thread(Thread[main,5,main])--acquire unit of work: 1182937085
    [junit] [EL Finest]: 2024-04-17 17:54:21.013--UnitOfWork(1182937085)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.013--UnitOfWork(1182937085)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.014--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-17 17:54:21.014--ServerSession(454071866)--Connection(315281599)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.014--ClientSession(1245243496)--Connection(315281599)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.014--ClientSession(1245243496)--Connection(315281599)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.014--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-17 17:54:21.015--ClientSession(1245243496)--Connection(930362322)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.015--ServerSession(454071866)--Connection(315281599)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.015--UnitOfWork(1182937085)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.015--UnitOfWork(1182937085)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.015--UnitOfWork(1182937085)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.015--ClientSession(1245243496)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.015--UnitOfWork(1182937085)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.016--ClientSession(1245243496)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.016--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 548774599
    [junit] [EL Finer]: 2024-04-17 17:54:21.016--ClientSession(548774599)--Thread(Thread[main,5,main])--acquire unit of work: 919207840
    [junit] [EL Finest]: 2024-04-17 17:54:21.016--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-17 17:54:21.016--ServerSession(454071866)--Connection(1161131312)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.016--ServerSession(454071866)--Connection(1161131312)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.016--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-17 17:54:21.016--ServerSession(454071866)--Connection(1161131312)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.017--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 479140979
    [junit] [EL Finer]: 2024-04-17 17:54:21.017--ClientSession(479140979)--Thread(Thread[main,5,main])--acquire unit of work: 1593983790
    [junit] [EL Finest]: 2024-04-17 17:54:21.017--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-17 17:54:21.017--ServerSession(454071866)--Connection(1467475011)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.017--ServerSession(454071866)--Connection(1467475011)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.017--ServerSession(454071866)--Connection(1947585183)--Thread(Thread[main,5,main])--SELECT UTIL_CALENDAR FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.018--ServerSession(454071866)--Connection(1467475011)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.027--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1877856737
    [junit] [EL Finer]: 2024-04-17 17:54:21.028--ClientSession(1877856737)--Thread(Thread[main,5,main])--acquire unit of work: 376359562
    [junit] [EL Finest]: 2024-04-17 17:54:21.028--UnitOfWork(376359562)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.028--UnitOfWork(376359562)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.028--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-17 17:54:21.028--ServerSession(454071866)--Connection(304438369)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.028--ClientSession(1877856737)--Connection(304438369)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.028--ClientSession(1877856737)--Connection(304438369)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.028--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-17 17:54:21.029--ClientSession(1877856737)--Connection(1445145113)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.029--ServerSession(454071866)--Connection(304438369)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.029--UnitOfWork(376359562)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.029--UnitOfWork(376359562)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.03--UnitOfWork(376359562)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.03--ClientSession(1877856737)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.03--UnitOfWork(376359562)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.03--ClientSession(1877856737)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.03--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 948059526
    [junit] [EL Finer]: 2024-04-17 17:54:21.03--ClientSession(948059526)--Thread(Thread[main,5,main])--acquire unit of work: 2000599917
    [junit] [EL Finest]: 2024-04-17 17:54:21.03--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-17 17:54:21.03--ServerSession(454071866)--Connection(1965184014)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.03--ServerSession(454071866)--Connection(1965184014)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.03--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-17 17:54:21.031--ServerSession(454071866)--Connection(1965184014)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.031--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 44202977
    [junit] [EL Finer]: 2024-04-17 17:54:21.031--ClientSession(44202977)--Thread(Thread[main,5,main])--acquire unit of work: 520018606
    [junit] [EL Finest]: 2024-04-17 17:54:21.031--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-17 17:54:21.032--ServerSession(454071866)--Connection(672753945)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.032--ServerSession(454071866)--Connection(672753945)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.032--ServerSession(454071866)--Connection(1325190369)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(PBA_BINARY)) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.032--ServerSession(454071866)--Connection(672753945)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.041--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2085810865
    [junit] [EL Finer]: 2024-04-17 17:54:21.041--ClientSession(2085810865)--Thread(Thread[main,5,main])--acquire unit of work: 625384252
    [junit] [EL Finest]: 2024-04-17 17:54:21.041--UnitOfWork(625384252)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.041--UnitOfWork(625384252)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.041--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-17 17:54:21.041--ServerSession(454071866)--Connection(975097819)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.041--ClientSession(2085810865)--Connection(975097819)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.041--ClientSession(2085810865)--Connection(975097819)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.042--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-17 17:54:21.042--ClientSession(2085810865)--Connection(369156800)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.043--ServerSession(454071866)--Connection(975097819)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.043--UnitOfWork(625384252)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.043--UnitOfWork(625384252)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.043--UnitOfWork(625384252)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.043--ClientSession(2085810865)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.043--UnitOfWork(625384252)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.043--ClientSession(2085810865)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.043--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1731213027
    [junit] [EL Finer]: 2024-04-17 17:54:21.043--ClientSession(1731213027)--Thread(Thread[main,5,main])--acquire unit of work: 1991757351
    [junit] [EL Finest]: 2024-04-17 17:54:21.043--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-17 17:54:21.043--ServerSession(454071866)--Connection(1314508765)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.043--ServerSession(454071866)--Connection(1314508765)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.043--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-17 17:54:21.044--ServerSession(454071866)--Connection(1314508765)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.044--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 468751349
    [junit] [EL Finer]: 2024-04-17 17:54:21.044--ClientSession(468751349)--Thread(Thread[main,5,main])--acquire unit of work: 824741884
    [junit] [EL Finest]: 2024-04-17 17:54:21.045--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-17 17:54:21.045--ServerSession(454071866)--Connection(496853619)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.045--ServerSession(454071866)--Connection(496853619)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.045--ServerSession(454071866)--Connection(1250782258)--Thread(Thread[main,5,main])--SELECT SQL_TIMESTAMP FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.045--ServerSession(454071866)--Connection(496853619)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.054--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2003466505
    [junit] [EL Finer]: 2024-04-17 17:54:21.054--ClientSession(2003466505)--Thread(Thread[main,5,main])--acquire unit of work: 1269190160
    [junit] [EL Finest]: 2024-04-17 17:54:21.054--UnitOfWork(1269190160)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.054--UnitOfWork(1269190160)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.054--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-17 17:54:21.054--ServerSession(454071866)--Connection(1516885396)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.054--ClientSession(2003466505)--Connection(1516885396)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.054--ClientSession(2003466505)--Connection(1516885396)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.055--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-17 17:54:21.055--ClientSession(2003466505)--Connection(1480825272)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.056--ServerSession(454071866)--Connection(1516885396)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.056--UnitOfWork(1269190160)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.056--UnitOfWork(1269190160)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.056--UnitOfWork(1269190160)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.056--ClientSession(2003466505)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.056--UnitOfWork(1269190160)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.056--ClientSession(2003466505)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.056--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1970426845
    [junit] [EL Finer]: 2024-04-17 17:54:21.056--ClientSession(1970426845)--Thread(Thread[main,5,main])--acquire unit of work: 825789074
    [junit] [EL Finest]: 2024-04-17 17:54:21.056--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-17 17:54:21.056--ServerSession(454071866)--Connection(641359090)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.056--ServerSession(454071866)--Connection(641359090)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.056--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-17 17:54:21.057--ServerSession(454071866)--Connection(641359090)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.057--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1107016779
    [junit] [EL Finer]: 2024-04-17 17:54:21.057--ClientSession(1107016779)--Thread(Thread[main,5,main])--acquire unit of work: 1038158926
    [junit] [EL Finest]: 2024-04-17 17:54:21.057--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-17 17:54:21.057--ServerSession(454071866)--Connection(179572972)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.058--ServerSession(454071866)--Connection(179572972)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.058--ServerSession(454071866)--Connection(1291005462)--Thread(Thread[main,5,main])--SELECT SUM(W_DOUBLE) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.058--ServerSession(454071866)--Connection(179572972)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.067--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 445604940
    [junit] [EL Finer]: 2024-04-17 17:54:21.067--ClientSession(445604940)--Thread(Thread[main,5,main])--acquire unit of work: 2085495512
    [junit] [EL Finest]: 2024-04-17 17:54:21.067--UnitOfWork(2085495512)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.067--UnitOfWork(2085495512)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.067--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-17 17:54:21.067--ServerSession(454071866)--Connection(2105678809)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.067--ClientSession(445604940)--Connection(2105678809)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.067--ClientSession(445604940)--Connection(2105678809)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.067--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-17 17:54:21.068--ClientSession(445604940)--Connection(1090359812)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.068--ServerSession(454071866)--Connection(2105678809)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.068--UnitOfWork(2085495512)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.068--UnitOfWork(2085495512)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.069--UnitOfWork(2085495512)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.069--ClientSession(445604940)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.069--UnitOfWork(2085495512)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.069--ClientSession(445604940)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.069--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 458077974
    [junit] [EL Finer]: 2024-04-17 17:54:21.069--ClientSession(458077974)--Thread(Thread[main,5,main])--acquire unit of work: 931953609
    [junit] [EL Finest]: 2024-04-17 17:54:21.069--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-17 17:54:21.069--ServerSession(454071866)--Connection(1821915104)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.069--ServerSession(454071866)--Connection(1821915104)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.069--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-17 17:54:21.069--ServerSession(454071866)--Connection(1821915104)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.07--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1134567953
    [junit] [EL Finer]: 2024-04-17 17:54:21.07--ClientSession(1134567953)--Thread(Thread[main,5,main])--acquire unit of work: 244131845
    [junit] [EL Finest]: 2024-04-17 17:54:21.07--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-17 17:54:21.07--ServerSession(454071866)--Connection(353682455)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.07--ServerSession(454071866)--Connection(353682455)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.07--ServerSession(454071866)--Connection(356409974)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(P_INT)) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.07--ServerSession(454071866)--Connection(353682455)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.079--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1367418332
    [junit] [EL Finer]: 2024-04-17 17:54:21.079--ClientSession(1367418332)--Thread(Thread[main,5,main])--acquire unit of work: 1410250999
    [junit] [EL Finest]: 2024-04-17 17:54:21.079--UnitOfWork(1410250999)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.079--UnitOfWork(1410250999)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.079--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-17 17:54:21.08--ServerSession(454071866)--Connection(896877623)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.08--ClientSession(1367418332)--Connection(896877623)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.08--ClientSession(1367418332)--Connection(896877623)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.08--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-17 17:54:21.081--ClientSession(1367418332)--Connection(346978794)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.081--ServerSession(454071866)--Connection(896877623)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.081--UnitOfWork(1410250999)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.081--UnitOfWork(1410250999)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.081--UnitOfWork(1410250999)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.081--ClientSession(1367418332)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.081--UnitOfWork(1410250999)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.081--ClientSession(1367418332)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.081--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1090774711
    [junit] [EL Finer]: 2024-04-17 17:54:21.081--ClientSession(1090774711)--Thread(Thread[main,5,main])--acquire unit of work: 646297172
    [junit] [EL Finest]: 2024-04-17 17:54:21.081--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-17 17:54:21.081--ServerSession(454071866)--Connection(287358145)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.081--ServerSession(454071866)--Connection(287358145)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.082--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-17 17:54:21.082--ServerSession(454071866)--Connection(287358145)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.083--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1094553522
    [junit] [EL Finer]: 2024-04-17 17:54:21.083--ClientSession(1094553522)--Thread(Thread[main,5,main])--acquire unit of work: 1536944841
    [junit] [EL Finest]: 2024-04-17 17:54:21.083--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-17 17:54:21.083--ServerSession(454071866)--Connection(1033045483)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.083--ServerSession(454071866)--Connection(1033045483)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.083--ServerSession(454071866)--Connection(1490819754)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(W_BYTE)) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.083--ServerSession(454071866)--Connection(1033045483)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.096--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1817217316
    [junit] [EL Finer]: 2024-04-17 17:54:21.096--ClientSession(1817217316)--Thread(Thread[main,5,main])--acquire unit of work: 326007580
    [junit] [EL Finest]: 2024-04-17 17:54:21.096--UnitOfWork(326007580)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.097--UnitOfWork(326007580)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.097--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-17 17:54:21.097--ServerSession(454071866)--Connection(294682773)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.097--ClientSession(1817217316)--Connection(294682773)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.097--ClientSession(1817217316)--Connection(294682773)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.097--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-17 17:54:21.098--ClientSession(1817217316)--Connection(1605514080)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.098--ServerSession(454071866)--Connection(294682773)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.098--UnitOfWork(326007580)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.098--UnitOfWork(326007580)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.098--UnitOfWork(326007580)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.099--ClientSession(1817217316)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.099--UnitOfWork(326007580)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.099--ClientSession(1817217316)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.099--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1823254765
    [junit] [EL Finer]: 2024-04-17 17:54:21.099--ClientSession(1823254765)--Thread(Thread[main,5,main])--acquire unit of work: 575389483
    [junit] [EL Finest]: 2024-04-17 17:54:21.099--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-17 17:54:21.099--ServerSession(454071866)--Connection(651652677)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.099--ServerSession(454071866)--Connection(651652677)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.099--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-17 17:54:21.099--ServerSession(454071866)--Connection(651652677)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.1--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1412950730
    [junit] [EL Finer]: 2024-04-17 17:54:21.1--ClientSession(1412950730)--Thread(Thread[main,5,main])--acquire unit of work: 1496122188
    [junit] [EL Finest]: 2024-04-17 17:54:21.1--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-17 17:54:21.1--ServerSession(454071866)--Connection(1581117342)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.1--ServerSession(454071866)--Connection(1581117342)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.1--ServerSession(454071866)--Connection(658295326)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(W_LONG)) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.1--ServerSession(454071866)--Connection(1581117342)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.109--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 233653931
    [junit] [EL Finer]: 2024-04-17 17:54:21.109--ClientSession(233653931)--Thread(Thread[main,5,main])--acquire unit of work: 1904939202
    [junit] [EL Finest]: 2024-04-17 17:54:21.109--UnitOfWork(1904939202)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.109--UnitOfWork(1904939202)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.109--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-17 17:54:21.109--ServerSession(454071866)--Connection(629063952)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.109--ClientSession(233653931)--Connection(629063952)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.109--ClientSession(233653931)--Connection(629063952)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.11--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-17 17:54:21.111--ClientSession(233653931)--Connection(781304389)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.111--ServerSession(454071866)--Connection(629063952)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.111--UnitOfWork(1904939202)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.111--UnitOfWork(1904939202)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.111--UnitOfWork(1904939202)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.111--ClientSession(233653931)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.111--UnitOfWork(1904939202)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.111--ClientSession(233653931)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.111--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1051138057
    [junit] [EL Finer]: 2024-04-17 17:54:21.111--ClientSession(1051138057)--Thread(Thread[main,5,main])--acquire unit of work: 511997554
    [junit] [EL Finest]: 2024-04-17 17:54:21.111--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-17 17:54:21.111--ServerSession(454071866)--Connection(675498245)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.111--ServerSession(454071866)--Connection(675498245)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.111--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-17 17:54:21.112--ServerSession(454071866)--Connection(675498245)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.112--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1810490435
    [junit] [EL Finer]: 2024-04-17 17:54:21.113--ClientSession(1810490435)--Thread(Thread[main,5,main])--acquire unit of work: 1603863894
    [junit] [EL Finest]: 2024-04-17 17:54:21.113--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-17 17:54:21.113--ServerSession(454071866)--Connection(1195042071)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.113--ServerSession(454071866)--Connection(1195042071)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.113--ServerSession(454071866)--Connection(1434934951)--Thread(Thread[main,5,main])--SELECT WBA_LONGVARBINARY FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.113--ServerSession(454071866)--Connection(1195042071)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.122--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 424882925
    [junit] [EL Finer]: 2024-04-17 17:54:21.122--ClientSession(424882925)--Thread(Thread[main,5,main])--acquire unit of work: 722761564
    [junit] [EL Finest]: 2024-04-17 17:54:21.122--UnitOfWork(722761564)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.122--UnitOfWork(722761564)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.122--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-17 17:54:21.122--ServerSession(454071866)--Connection(692861344)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.122--ClientSession(424882925)--Connection(692861344)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.122--ClientSession(424882925)--Connection(692861344)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.122--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-17 17:54:21.123--ClientSession(424882925)--Connection(664023841)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.123--ServerSession(454071866)--Connection(692861344)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.123--UnitOfWork(722761564)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.123--UnitOfWork(722761564)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.123--UnitOfWork(722761564)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.123--ClientSession(424882925)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.123--UnitOfWork(722761564)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.123--ClientSession(424882925)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.123--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 787346840
    [junit] [EL Finer]: 2024-04-17 17:54:21.123--ClientSession(787346840)--Thread(Thread[main,5,main])--acquire unit of work: 686216799
    [junit] [EL Finest]: 2024-04-17 17:54:21.124--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-17 17:54:21.124--ServerSession(454071866)--Connection(852002534)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.124--ServerSession(454071866)--Connection(852002534)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.124--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-17 17:54:21.124--ServerSession(454071866)--Connection(852002534)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.125--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2041773633
    [junit] [EL Finer]: 2024-04-17 17:54:21.125--ClientSession(2041773633)--Thread(Thread[main,5,main])--acquire unit of work: 800335348
    [junit] [EL Finest]: 2024-04-17 17:54:21.125--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-17 17:54:21.125--ServerSession(454071866)--Connection(1000545017)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.125--ServerSession(454071866)--Connection(1000545017)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.125--ServerSession(454071866)--Connection(1494135493)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(STRING_VC)) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.125--ServerSession(454071866)--Connection(1000545017)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.134--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 911648712
    [junit] [EL Finer]: 2024-04-17 17:54:21.134--ClientSession(911648712)--Thread(Thread[main,5,main])--acquire unit of work: 20671702
    [junit] [EL Finest]: 2024-04-17 17:54:21.134--UnitOfWork(20671702)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.134--UnitOfWork(20671702)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.134--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-17 17:54:21.134--ServerSession(454071866)--Connection(479290609)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.134--ClientSession(911648712)--Connection(479290609)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.134--ClientSession(911648712)--Connection(479290609)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.135--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-17 17:54:21.135--ClientSession(911648712)--Connection(1510598968)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.136--ServerSession(454071866)--Connection(479290609)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.136--UnitOfWork(20671702)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.136--UnitOfWork(20671702)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.136--UnitOfWork(20671702)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.136--ClientSession(911648712)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.136--UnitOfWork(20671702)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.136--ClientSession(911648712)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.136--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1071337702
    [junit] [EL Finer]: 2024-04-17 17:54:21.136--ClientSession(1071337702)--Thread(Thread[main,5,main])--acquire unit of work: 713965068
    [junit] [EL Finest]: 2024-04-17 17:54:21.136--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-17 17:54:21.136--ServerSession(454071866)--Connection(1380974214)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.136--ServerSession(454071866)--Connection(1380974214)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.136--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-17 17:54:21.137--ServerSession(454071866)--Connection(1380974214)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.137--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 644684486
    [junit] [EL Finer]: 2024-04-17 17:54:21.137--ClientSession(644684486)--Thread(Thread[main,5,main])--acquire unit of work: 276431940
    [junit] [EL Finest]: 2024-04-17 17:54:21.137--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-17 17:54:21.137--ServerSession(454071866)--Connection(1576039409)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.137--ServerSession(454071866)--Connection(1576039409)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.137--ServerSession(454071866)--Connection(280427435)--Thread(Thread[main,5,main])--SELECT MAX(BIG_DECIMAL) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.138--ServerSession(454071866)--Connection(1576039409)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.146--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1738954797
    [junit] [EL Finer]: 2024-04-17 17:54:21.146--ClientSession(1738954797)--Thread(Thread[main,5,main])--acquire unit of work: 585246056
    [junit] [EL Finest]: 2024-04-17 17:54:21.146--UnitOfWork(585246056)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.146--UnitOfWork(585246056)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.146--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-17 17:54:21.146--ServerSession(454071866)--Connection(621634784)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.146--ClientSession(1738954797)--Connection(621634784)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.146--ClientSession(1738954797)--Connection(621634784)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.147--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-17 17:54:21.148--ClientSession(1738954797)--Connection(768810057)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.148--ServerSession(454071866)--Connection(621634784)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.148--UnitOfWork(585246056)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.148--UnitOfWork(585246056)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.148--UnitOfWork(585246056)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.148--ClientSession(1738954797)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.148--UnitOfWork(585246056)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.148--ClientSession(1738954797)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.148--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 995676875
    [junit] [EL Finer]: 2024-04-17 17:54:21.148--ClientSession(995676875)--Thread(Thread[main,5,main])--acquire unit of work: 240951485
    [junit] [EL Finest]: 2024-04-17 17:54:21.148--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-17 17:54:21.148--ServerSession(454071866)--Connection(379432617)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.148--ServerSession(454071866)--Connection(379432617)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.149--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-17 17:54:21.149--ServerSession(454071866)--Connection(379432617)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.15--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 728006761
    [junit] [EL Finer]: 2024-04-17 17:54:21.15--ClientSession(728006761)--Thread(Thread[main,5,main])--acquire unit of work: 80683229
    [junit] [EL Finest]: 2024-04-17 17:54:21.15--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-17 17:54:21.15--ServerSession(454071866)--Connection(58176912)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.15--ServerSession(454071866)--Connection(58176912)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.15--ServerSession(454071866)--Connection(465785056)--Thread(Thread[main,5,main])--SELECT MAX(W_FLOAT) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.15--ServerSession(454071866)--Connection(58176912)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.163--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1455358576
    [junit] [EL Finer]: 2024-04-17 17:54:21.163--ClientSession(1455358576)--Thread(Thread[main,5,main])--acquire unit of work: 499021482
    [junit] [EL Finest]: 2024-04-17 17:54:21.163--UnitOfWork(499021482)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.163--UnitOfWork(499021482)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.163--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-17 17:54:21.163--ServerSession(454071866)--Connection(575955273)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.163--ClientSession(1455358576)--Connection(575955273)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.163--ClientSession(1455358576)--Connection(575955273)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.163--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-17 17:54:21.164--ClientSession(1455358576)--Connection(215198941)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.165--ServerSession(454071866)--Connection(575955273)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.165--UnitOfWork(499021482)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.165--UnitOfWork(499021482)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.165--UnitOfWork(499021482)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.165--ClientSession(1455358576)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.165--UnitOfWork(499021482)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.165--ClientSession(1455358576)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.165--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 267350028
    [junit] [EL Finer]: 2024-04-17 17:54:21.165--ClientSession(267350028)--Thread(Thread[main,5,main])--acquire unit of work: 516657256
    [junit] [EL Finest]: 2024-04-17 17:54:21.165--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-17 17:54:21.165--ServerSession(454071866)--Connection(901069365)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.165--ServerSession(454071866)--Connection(901069365)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.165--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-17 17:54:21.166--ServerSession(454071866)--Connection(901069365)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.166--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 559298332
    [junit] [EL Finer]: 2024-04-17 17:54:21.166--ClientSession(559298332)--Thread(Thread[main,5,main])--acquire unit of work: 678823897
    [junit] [EL Finest]: 2024-04-17 17:54:21.166--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-17 17:54:21.166--ServerSession(454071866)--Connection(324764712)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.166--ServerSession(454071866)--Connection(324764712)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.167--ServerSession(454071866)--Connection(1261141566)--Thread(Thread[main,5,main])--SELECT MAX(W_SMALLINT) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.167--ServerSession(454071866)--Connection(324764712)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.176--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 486154566
    [junit] [EL Finer]: 2024-04-17 17:54:21.176--ClientSession(486154566)--Thread(Thread[main,5,main])--acquire unit of work: 1839881623
    [junit] [EL Finest]: 2024-04-17 17:54:21.176--UnitOfWork(1839881623)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.176--UnitOfWork(1839881623)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.176--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-17 17:54:21.176--ServerSession(454071866)--Connection(1123317724)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.176--ClientSession(486154566)--Connection(1123317724)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.176--ClientSession(486154566)--Connection(1123317724)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.176--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-17 17:54:21.177--ClientSession(486154566)--Connection(85125245)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.177--ServerSession(454071866)--Connection(1123317724)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.177--UnitOfWork(1839881623)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.177--UnitOfWork(1839881623)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.177--UnitOfWork(1839881623)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.177--ClientSession(486154566)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.177--UnitOfWork(1839881623)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.178--ClientSession(486154566)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.178--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2022923201
    [junit] [EL Finer]: 2024-04-17 17:54:21.178--ClientSession(2022923201)--Thread(Thread[main,5,main])--acquire unit of work: 1792021934
    [junit] [EL Finest]: 2024-04-17 17:54:21.178--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-17 17:54:21.178--ServerSession(454071866)--Connection(1994524985)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.178--ServerSession(454071866)--Connection(1994524985)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.178--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-17 17:54:21.178--ServerSession(454071866)--Connection(1994524985)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.179--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 435144084
    [junit] [EL Finer]: 2024-04-17 17:54:21.179--ClientSession(435144084)--Thread(Thread[main,5,main])--acquire unit of work: 1331136910
    [junit] [EL Finest]: 2024-04-17 17:54:21.179--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-17 17:54:21.179--ServerSession(454071866)--Connection(897992218)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.179--ServerSession(454071866)--Connection(897992218)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.179--ServerSession(454071866)--Connection(175871603)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(P_BYTE)) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.179--ServerSession(454071866)--Connection(897992218)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.188--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1335371798
    [junit] [EL Finer]: 2024-04-17 17:54:21.188--ClientSession(1335371798)--Thread(Thread[main,5,main])--acquire unit of work: 1532832113
    [junit] [EL Finest]: 2024-04-17 17:54:21.188--UnitOfWork(1532832113)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.188--UnitOfWork(1532832113)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.188--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-17 17:54:21.188--ServerSession(454071866)--Connection(1529790437)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.188--ClientSession(1335371798)--Connection(1529790437)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.188--ClientSession(1335371798)--Connection(1529790437)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.189--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-17 17:54:21.19--ClientSession(1335371798)--Connection(1756545962)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.19--ServerSession(454071866)--Connection(1529790437)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.19--UnitOfWork(1532832113)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.19--UnitOfWork(1532832113)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.19--UnitOfWork(1532832113)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.19--ClientSession(1335371798)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.19--UnitOfWork(1532832113)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.19--ClientSession(1335371798)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.19--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 51287115
    [junit] [EL Finer]: 2024-04-17 17:54:21.19--ClientSession(51287115)--Thread(Thread[main,5,main])--acquire unit of work: 2103425043
    [junit] [EL Finest]: 2024-04-17 17:54:21.19--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-17 17:54:21.19--ServerSession(454071866)--Connection(944936158)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.19--ServerSession(454071866)--Connection(944936158)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.19--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-17 17:54:21.191--ServerSession(454071866)--Connection(944936158)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.191--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 795623488
    [junit] [EL Finer]: 2024-04-17 17:54:21.191--ClientSession(795623488)--Thread(Thread[main,5,main])--acquire unit of work: 437950335
    [junit] [EL Finest]: 2024-04-17 17:54:21.191--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-17 17:54:21.191--ServerSession(454071866)--Connection(1230548207)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.191--ServerSession(454071866)--Connection(1230548207)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.192--ServerSession(454071866)--Connection(8834073)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(P_CHAR)) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.192--ServerSession(454071866)--Connection(1230548207)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.2--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 958999821
    [junit] [EL Finer]: 2024-04-17 17:54:21.2--ClientSession(958999821)--Thread(Thread[main,5,main])--acquire unit of work: 1543382427
    [junit] [EL Finest]: 2024-04-17 17:54:21.2--UnitOfWork(1543382427)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.2--UnitOfWork(1543382427)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.2--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-17 17:54:21.201--ServerSession(454071866)--Connection(943009836)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.201--ClientSession(958999821)--Connection(943009836)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.201--ClientSession(958999821)--Connection(943009836)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.201--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-17 17:54:21.202--ClientSession(958999821)--Connection(1192089252)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.202--ServerSession(454071866)--Connection(943009836)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.202--UnitOfWork(1543382427)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.202--UnitOfWork(1543382427)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.202--UnitOfWork(1543382427)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.202--ClientSession(958999821)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.202--UnitOfWork(1543382427)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.202--ClientSession(958999821)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.202--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 608132930
    [junit] [EL Finer]: 2024-04-17 17:54:21.202--ClientSession(608132930)--Thread(Thread[main,5,main])--acquire unit of work: 229508503
    [junit] [EL Finest]: 2024-04-17 17:54:21.202--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-17 17:54:21.202--ServerSession(454071866)--Connection(1159822494)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.202--ServerSession(454071866)--Connection(1159822494)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.202--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-17 17:54:21.203--ServerSession(454071866)--Connection(1159822494)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.203--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1736655004
    [junit] [EL Finer]: 2024-04-17 17:54:21.204--ClientSession(1736655004)--Thread(Thread[main,5,main])--acquire unit of work: 770139496
    [junit] [EL Finest]: 2024-04-17 17:54:21.204--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-17 17:54:21.204--ServerSession(454071866)--Connection(1113072690)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.204--ServerSession(454071866)--Connection(1113072690)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.204--ServerSession(454071866)--Connection(1294294)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(P_LONG)) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.204--ServerSession(454071866)--Connection(1113072690)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.212--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1975075128
    [junit] [EL Finer]: 2024-04-17 17:54:21.212--ClientSession(1975075128)--Thread(Thread[main,5,main])--acquire unit of work: 1151777215
    [junit] [EL Finest]: 2024-04-17 17:54:21.212--UnitOfWork(1151777215)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.212--UnitOfWork(1151777215)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.213--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-17 17:54:21.213--ServerSession(454071866)--Connection(771860737)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.213--ClientSession(1975075128)--Connection(771860737)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.213--ClientSession(1975075128)--Connection(771860737)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.213--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-17 17:54:21.214--ClientSession(1975075128)--Connection(1445639249)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.214--ServerSession(454071866)--Connection(771860737)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.214--UnitOfWork(1151777215)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.214--UnitOfWork(1151777215)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.214--UnitOfWork(1151777215)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.214--ClientSession(1975075128)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.214--UnitOfWork(1151777215)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.214--ClientSession(1975075128)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.214--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 454538699
    [junit] [EL Finer]: 2024-04-17 17:54:21.214--ClientSession(454538699)--Thread(Thread[main,5,main])--acquire unit of work: 412881604
    [junit] [EL Finest]: 2024-04-17 17:54:21.214--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-17 17:54:21.214--ServerSession(454071866)--Connection(465186402)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.214--ServerSession(454071866)--Connection(465186402)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.214--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-17 17:54:21.215--ServerSession(454071866)--Connection(465186402)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.215--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 639368662
    [junit] [EL Finer]: 2024-04-17 17:54:21.215--ClientSession(639368662)--Thread(Thread[main,5,main])--acquire unit of work: 920106850
    [junit] [EL Finest]: 2024-04-17 17:54:21.216--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-17 17:54:21.216--ServerSession(454071866)--Connection(423901468)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.216--ServerSession(454071866)--Connection(423901468)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.216--ServerSession(454071866)--Connection(1682143310)--Thread(Thread[main,5,main])--SELECT STRING_VC FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.216--ServerSession(454071866)--Connection(423901468)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.224--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1365430180
    [junit] [EL Finer]: 2024-04-17 17:54:21.224--ClientSession(1365430180)--Thread(Thread[main,5,main])--acquire unit of work: 850156769
    [junit] [EL Finest]: 2024-04-17 17:54:21.224--UnitOfWork(850156769)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.225--UnitOfWork(850156769)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.225--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-17 17:54:21.225--ServerSession(454071866)--Connection(1877141681)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.225--ClientSession(1365430180)--Connection(1877141681)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.225--ClientSession(1365430180)--Connection(1877141681)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.225--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-17 17:54:21.226--ClientSession(1365430180)--Connection(571568102)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.226--ServerSession(454071866)--Connection(1877141681)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.226--UnitOfWork(850156769)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.226--UnitOfWork(850156769)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.226--UnitOfWork(850156769)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.226--ClientSession(1365430180)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.226--UnitOfWork(850156769)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.226--ClientSession(1365430180)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.226--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1039155377
    [junit] [EL Finer]: 2024-04-17 17:54:21.226--ClientSession(1039155377)--Thread(Thread[main,5,main])--acquire unit of work: 339179190
    [junit] [EL Finest]: 2024-04-17 17:54:21.226--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-17 17:54:21.226--ServerSession(454071866)--Connection(833328106)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.226--ServerSession(454071866)--Connection(833328106)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.227--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-17 17:54:21.227--ServerSession(454071866)--Connection(833328106)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.228--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 258361097
    [junit] [EL Finer]: 2024-04-17 17:54:21.228--ClientSession(258361097)--Thread(Thread[main,5,main])--acquire unit of work: 56236537
    [junit] [EL Finest]: 2024-04-17 17:54:21.228--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-17 17:54:21.228--ServerSession(454071866)--Connection(2090985529)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.228--ServerSession(454071866)--Connection(2090985529)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.228--ServerSession(454071866)--Connection(126880238)--Thread(Thread[main,5,main])--SELECT AVG(BIG_DECIMAL) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.228--ServerSession(454071866)--Connection(2090985529)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.238--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 494822272
    [junit] [EL Finer]: 2024-04-17 17:54:21.238--ClientSession(494822272)--Thread(Thread[main,5,main])--acquire unit of work: 1038998461
    [junit] [EL Finest]: 2024-04-17 17:54:21.238--UnitOfWork(1038998461)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.238--UnitOfWork(1038998461)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.238--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-17 17:54:21.238--ServerSession(454071866)--Connection(1047959406)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.238--ClientSession(494822272)--Connection(1047959406)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.238--ClientSession(494822272)--Connection(1047959406)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.238--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-17 17:54:21.239--ClientSession(494822272)--Connection(1760543280)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.239--ServerSession(454071866)--Connection(1047959406)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.24--UnitOfWork(1038998461)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.24--UnitOfWork(1038998461)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.24--UnitOfWork(1038998461)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.24--ClientSession(494822272)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.24--UnitOfWork(1038998461)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.24--ClientSession(494822272)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.24--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 402139161
    [junit] [EL Finer]: 2024-04-17 17:54:21.24--ClientSession(402139161)--Thread(Thread[main,5,main])--acquire unit of work: 17860244
    [junit] [EL Finest]: 2024-04-17 17:54:21.24--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-17 17:54:21.24--ServerSession(454071866)--Connection(977690141)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.24--ServerSession(454071866)--Connection(977690141)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.24--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-17 17:54:21.241--ServerSession(454071866)--Connection(977690141)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.241--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 629372839
    [junit] [EL Finer]: 2024-04-17 17:54:21.241--ClientSession(629372839)--Thread(Thread[main,5,main])--acquire unit of work: 1571782634
    [junit] [EL Finest]: 2024-04-17 17:54:21.241--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-17 17:54:21.241--ServerSession(454071866)--Connection(572351987)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.241--ServerSession(454071866)--Connection(572351987)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.242--ServerSession(454071866)--Connection(1412836991)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(W_FLOAT)) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.242--ServerSession(454071866)--Connection(572351987)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.251--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1620795914
    [junit] [EL Finer]: 2024-04-17 17:54:21.251--ClientSession(1620795914)--Thread(Thread[main,5,main])--acquire unit of work: 954023381
    [junit] [EL Finest]: 2024-04-17 17:54:21.251--UnitOfWork(954023381)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.251--UnitOfWork(954023381)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.251--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-17 17:54:21.251--ServerSession(454071866)--Connection(339063115)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.251--ClientSession(1620795914)--Connection(339063115)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.251--ClientSession(1620795914)--Connection(339063115)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.251--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-17 17:54:21.252--ClientSession(1620795914)--Connection(2080819693)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.253--ServerSession(454071866)--Connection(339063115)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.253--UnitOfWork(954023381)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.253--UnitOfWork(954023381)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.253--UnitOfWork(954023381)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.253--ClientSession(1620795914)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.253--UnitOfWork(954023381)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.253--ClientSession(1620795914)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.253--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 72280819
    [junit] [EL Finer]: 2024-04-17 17:54:21.253--ClientSession(72280819)--Thread(Thread[main,5,main])--acquire unit of work: 1322062390
    [junit] [EL Finest]: 2024-04-17 17:54:21.253--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-17 17:54:21.253--ServerSession(454071866)--Connection(1637893573)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.253--ServerSession(454071866)--Connection(1637893573)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.253--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-17 17:54:21.254--ServerSession(454071866)--Connection(1637893573)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.255--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 11257466
    [junit] [EL Finer]: 2024-04-17 17:54:21.255--ClientSession(11257466)--Thread(Thread[main,5,main])--acquire unit of work: 1862665586
    [junit] [EL Finest]: 2024-04-17 17:54:21.255--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-17 17:54:21.255--ServerSession(454071866)--Connection(472173115)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.255--ServerSession(454071866)--Connection(472173115)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.255--ServerSession(454071866)--Connection(2141249850)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(W_SMALLINT)) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.255--ServerSession(454071866)--Connection(472173115)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.264--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1007297538
    [junit] [EL Finer]: 2024-04-17 17:54:21.264--ClientSession(1007297538)--Thread(Thread[main,5,main])--acquire unit of work: 779853905
    [junit] [EL Finest]: 2024-04-17 17:54:21.264--UnitOfWork(779853905)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.264--UnitOfWork(779853905)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.264--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-17 17:54:21.264--ServerSession(454071866)--Connection(49610831)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.264--ClientSession(1007297538)--Connection(49610831)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.264--ClientSession(1007297538)--Connection(49610831)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.264--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-17 17:54:21.265--ClientSession(1007297538)--Connection(1981510693)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.266--ServerSession(454071866)--Connection(49610831)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.266--UnitOfWork(779853905)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.266--UnitOfWork(779853905)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.266--UnitOfWork(779853905)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.266--ClientSession(1007297538)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.266--UnitOfWork(779853905)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.266--ClientSession(1007297538)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.266--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 142050837
    [junit] [EL Finer]: 2024-04-17 17:54:21.266--ClientSession(142050837)--Thread(Thread[main,5,main])--acquire unit of work: 635466082
    [junit] [EL Finest]: 2024-04-17 17:54:21.266--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-17 17:54:21.266--ServerSession(454071866)--Connection(516542090)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.266--ServerSession(454071866)--Connection(516542090)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.266--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-17 17:54:21.267--ServerSession(454071866)--Connection(516542090)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.267--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 239124849
    [junit] [EL Finer]: 2024-04-17 17:54:21.267--ClientSession(239124849)--Thread(Thread[main,5,main])--acquire unit of work: 1514282533
    [junit] [EL Finest]: 2024-04-17 17:54:21.267--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-17 17:54:21.267--ServerSession(454071866)--Connection(1423456203)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.267--ServerSession(454071866)--Connection(1423456203)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.267--ServerSession(454071866)--Connection(1874882244)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(SQL_DATE)) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.268--ServerSession(454071866)--Connection(1423456203)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.276--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1414732647
    [junit] [EL Finer]: 2024-04-17 17:54:21.276--ClientSession(1414732647)--Thread(Thread[main,5,main])--acquire unit of work: 681855928
    [junit] [EL Finest]: 2024-04-17 17:54:21.276--UnitOfWork(681855928)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.276--UnitOfWork(681855928)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.276--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-17 17:54:21.277--ServerSession(454071866)--Connection(1778269260)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.277--ClientSession(1414732647)--Connection(1778269260)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.277--ClientSession(1414732647)--Connection(1778269260)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.277--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-17 17:54:21.278--ClientSession(1414732647)--Connection(1605761770)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.278--ServerSession(454071866)--Connection(1778269260)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.278--UnitOfWork(681855928)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.278--UnitOfWork(681855928)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.278--UnitOfWork(681855928)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.278--ClientSession(1414732647)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.278--UnitOfWork(681855928)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.278--ClientSession(1414732647)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.278--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 751243118
    [junit] [EL Finer]: 2024-04-17 17:54:21.278--ClientSession(751243118)--Thread(Thread[main,5,main])--acquire unit of work: 1549124278
    [junit] [EL Finest]: 2024-04-17 17:54:21.278--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-17 17:54:21.278--ServerSession(454071866)--Connection(1597705638)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.278--ServerSession(454071866)--Connection(1597705638)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.278--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-17 17:54:21.279--ServerSession(454071866)--Connection(1597705638)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.279--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1050330431
    [junit] [EL Finer]: 2024-04-17 17:54:21.279--ClientSession(1050330431)--Thread(Thread[main,5,main])--acquire unit of work: 1642080343
    [junit] [EL Finest]: 2024-04-17 17:54:21.279--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-17 17:54:21.28--ServerSession(454071866)--Connection(1767402693)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.28--ServerSession(454071866)--Connection(1767402693)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.28--ServerSession(454071866)--Connection(1346137165)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(SQL_TIME)) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.28--ServerSession(454071866)--Connection(1767402693)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.288--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1105000473
    [junit] [EL Finer]: 2024-04-17 17:54:21.288--ClientSession(1105000473)--Thread(Thread[main,5,main])--acquire unit of work: 1182690754
    [junit] [EL Finest]: 2024-04-17 17:54:21.288--UnitOfWork(1182690754)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.288--UnitOfWork(1182690754)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.288--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-17 17:54:21.288--ServerSession(454071866)--Connection(1775568781)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.289--ClientSession(1105000473)--Connection(1775568781)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.289--ClientSession(1105000473)--Connection(1775568781)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.289--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-17 17:54:21.29--ClientSession(1105000473)--Connection(2018082190)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.29--ServerSession(454071866)--Connection(1775568781)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.29--UnitOfWork(1182690754)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.29--UnitOfWork(1182690754)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.29--UnitOfWork(1182690754)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.29--ClientSession(1105000473)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.29--UnitOfWork(1182690754)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.29--ClientSession(1105000473)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.29--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 744914103
    [junit] [EL Finer]: 2024-04-17 17:54:21.29--ClientSession(744914103)--Thread(Thread[main,5,main])--acquire unit of work: 527483320
    [junit] [EL Finest]: 2024-04-17 17:54:21.29--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-17 17:54:21.29--ServerSession(454071866)--Connection(1656993994)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.29--ServerSession(454071866)--Connection(1656993994)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.29--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-17 17:54:21.291--ServerSession(454071866)--Connection(1656993994)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.291--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 425686136
    [junit] [EL Finer]: 2024-04-17 17:54:21.291--ClientSession(425686136)--Thread(Thread[main,5,main])--acquire unit of work: 621669070
    [junit] [EL Finest]: 2024-04-17 17:54:21.291--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-17 17:54:21.291--ServerSession(454071866)--Connection(81755787)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.291--ServerSession(454071866)--Connection(81755787)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.292--ServerSession(454071866)--Connection(2055353324)--Thread(Thread[main,5,main])--SELECT MAX(BIG_INTEGER) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.292--ServerSession(454071866)--Connection(81755787)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.3--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1185938143
    [junit] [EL Finer]: 2024-04-17 17:54:21.3--ClientSession(1185938143)--Thread(Thread[main,5,main])--acquire unit of work: 1038854542
    [junit] [EL Finest]: 2024-04-17 17:54:21.3--UnitOfWork(1038854542)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.3--UnitOfWork(1038854542)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.3--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-17 17:54:21.3--ServerSession(454071866)--Connection(1528808947)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.3--ClientSession(1185938143)--Connection(1528808947)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.3--ClientSession(1185938143)--Connection(1528808947)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.301--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-17 17:54:21.301--ClientSession(1185938143)--Connection(266170501)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.302--ServerSession(454071866)--Connection(1528808947)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.302--UnitOfWork(1038854542)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.302--UnitOfWork(1038854542)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.302--UnitOfWork(1038854542)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.302--ClientSession(1185938143)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.302--UnitOfWork(1038854542)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.302--ClientSession(1185938143)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.302--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2030580672
    [junit] [EL Finer]: 2024-04-17 17:54:21.302--ClientSession(2030580672)--Thread(Thread[main,5,main])--acquire unit of work: 490024252
    [junit] [EL Finest]: 2024-04-17 17:54:21.302--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-17 17:54:21.302--ServerSession(454071866)--Connection(461394559)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.302--ServerSession(454071866)--Connection(461394559)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.302--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-17 17:54:21.303--ServerSession(454071866)--Connection(461394559)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.303--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 401077408
    [junit] [EL Finer]: 2024-04-17 17:54:21.303--ClientSession(401077408)--Thread(Thread[main,5,main])--acquire unit of work: 1022290506
    [junit] [EL Finest]: 2024-04-17 17:54:21.303--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-17 17:54:21.303--ServerSession(454071866)--Connection(1044572884)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.303--ServerSession(454071866)--Connection(1044572884)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.303--ServerSession(454071866)--Connection(520693151)--Thread(Thread[main,5,main])--SELECT WBA_BINARY FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.304--ServerSession(454071866)--Connection(1044572884)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.312--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1893605848
    [junit] [EL Finer]: 2024-04-17 17:54:21.312--ClientSession(1893605848)--Thread(Thread[main,5,main])--acquire unit of work: 1810206328
    [junit] [EL Finest]: 2024-04-17 17:54:21.312--UnitOfWork(1810206328)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.312--UnitOfWork(1810206328)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.312--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-17 17:54:21.312--ServerSession(454071866)--Connection(143348611)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.312--ClientSession(1893605848)--Connection(143348611)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.312--ClientSession(1893605848)--Connection(143348611)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.313--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-17 17:54:21.313--ClientSession(1893605848)--Connection(550411548)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.314--ServerSession(454071866)--Connection(143348611)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.314--UnitOfWork(1810206328)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.314--UnitOfWork(1810206328)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.314--UnitOfWork(1810206328)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.314--ClientSession(1893605848)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.314--UnitOfWork(1810206328)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.314--ClientSession(1893605848)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.314--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1627141932
    [junit] [EL Finer]: 2024-04-17 17:54:21.314--ClientSession(1627141932)--Thread(Thread[main,5,main])--acquire unit of work: 873357394
    [junit] [EL Finest]: 2024-04-17 17:54:21.314--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-17 17:54:21.314--ServerSession(454071866)--Connection(25008523)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.314--ServerSession(454071866)--Connection(25008523)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.314--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-17 17:54:21.32--ServerSession(454071866)--Connection(25008523)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.32--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 946534009
    [junit] [EL Finer]: 2024-04-17 17:54:21.32--ClientSession(946534009)--Thread(Thread[main,5,main])--acquire unit of work: 929102954
    [junit] [EL Finest]: 2024-04-17 17:54:21.32--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-17 17:54:21.32--ServerSession(454071866)--Connection(468682625)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.32--ServerSession(454071866)--Connection(468682625)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.321--ServerSession(454071866)--Connection(1004707013)--Thread(Thread[main,5,main])--SELECT MAX(P_LONG) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.321--ServerSession(454071866)--Connection(468682625)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.33--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 754493739
    [junit] [EL Finer]: 2024-04-17 17:54:21.33--ClientSession(754493739)--Thread(Thread[main,5,main])--acquire unit of work: 1539048406
    [junit] [EL Finest]: 2024-04-17 17:54:21.33--UnitOfWork(1539048406)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.33--UnitOfWork(1539048406)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.33--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-17 17:54:21.33--ServerSession(454071866)--Connection(1997650905)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.33--ClientSession(754493739)--Connection(1997650905)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.33--ClientSession(754493739)--Connection(1997650905)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.33--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-17 17:54:21.331--ClientSession(754493739)--Connection(1191029427)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.331--ServerSession(454071866)--Connection(1997650905)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.331--UnitOfWork(1539048406)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.331--UnitOfWork(1539048406)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.332--UnitOfWork(1539048406)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.332--ClientSession(754493739)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.332--UnitOfWork(1539048406)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.332--ClientSession(754493739)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.332--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 460676880
    [junit] [EL Finer]: 2024-04-17 17:54:21.332--ClientSession(460676880)--Thread(Thread[main,5,main])--acquire unit of work: 813094655
    [junit] [EL Finest]: 2024-04-17 17:54:21.332--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-17 17:54:21.332--ServerSession(454071866)--Connection(1951816023)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.332--ServerSession(454071866)--Connection(1951816023)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.332--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-17 17:54:21.332--ServerSession(454071866)--Connection(1951816023)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.333--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 778196220
    [junit] [EL Finer]: 2024-04-17 17:54:21.333--ClientSession(778196220)--Thread(Thread[main,5,main])--acquire unit of work: 812215348
    [junit] [EL Finest]: 2024-04-17 17:54:21.333--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-17 17:54:21.333--ServerSession(454071866)--Connection(1844691908)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.333--ServerSession(454071866)--Connection(1844691908)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.333--ServerSession(454071866)--Connection(833526645)--Thread(Thread[main,5,main])--SELECT MAX(P_DOUBLE) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.333--ServerSession(454071866)--Connection(1844691908)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.342--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1082818392
    [junit] [EL Finer]: 2024-04-17 17:54:21.342--ClientSession(1082818392)--Thread(Thread[main,5,main])--acquire unit of work: 1913646333
    [junit] [EL Finest]: 2024-04-17 17:54:21.342--UnitOfWork(1913646333)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.342--UnitOfWork(1913646333)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.342--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-17 17:54:21.343--ServerSession(454071866)--Connection(1660303028)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.343--ClientSession(1082818392)--Connection(1660303028)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.343--ClientSession(1082818392)--Connection(1660303028)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.343--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-17 17:54:21.344--ClientSession(1082818392)--Connection(761047793)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.344--ServerSession(454071866)--Connection(1660303028)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.344--UnitOfWork(1913646333)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.344--UnitOfWork(1913646333)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.344--UnitOfWork(1913646333)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.344--ClientSession(1082818392)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.344--UnitOfWork(1913646333)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.344--ClientSession(1082818392)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.344--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 605489223
    [junit] [EL Finer]: 2024-04-17 17:54:21.344--ClientSession(605489223)--Thread(Thread[main,5,main])--acquire unit of work: 1825842454
    [junit] [EL Finest]: 2024-04-17 17:54:21.344--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-17 17:54:21.344--ServerSession(454071866)--Connection(1530970787)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.344--ServerSession(454071866)--Connection(1530970787)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.344--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-17 17:54:21.345--ServerSession(454071866)--Connection(1530970787)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.346--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1240259528
    [junit] [EL Finer]: 2024-04-17 17:54:21.346--ClientSession(1240259528)--Thread(Thread[main,5,main])--acquire unit of work: 182111900
    [junit] [EL Finest]: 2024-04-17 17:54:21.346--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-17 17:54:21.346--ServerSession(454071866)--Connection(609706599)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.346--ServerSession(454071866)--Connection(609706599)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.346--ServerSession(454071866)--Connection(748704536)--Thread(Thread[main,5,main])--SELECT AVG(BIG_INTEGER) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.346--ServerSession(454071866)--Connection(609706599)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.355--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 36507743
    [junit] [EL Finer]: 2024-04-17 17:54:21.355--ClientSession(36507743)--Thread(Thread[main,5,main])--acquire unit of work: 641599663
    [junit] [EL Finest]: 2024-04-17 17:54:21.355--UnitOfWork(641599663)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.355--UnitOfWork(641599663)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.355--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-17 17:54:21.355--ServerSession(454071866)--Connection(1474995643)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.355--ClientSession(36507743)--Connection(1474995643)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.355--ClientSession(36507743)--Connection(1474995643)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.355--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-17 17:54:21.356--ClientSession(36507743)--Connection(719081615)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.356--ServerSession(454071866)--Connection(1474995643)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.356--UnitOfWork(641599663)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.356--UnitOfWork(641599663)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.357--UnitOfWork(641599663)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.357--ClientSession(36507743)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.357--UnitOfWork(641599663)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.357--ClientSession(36507743)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.357--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2096102294
    [junit] [EL Finer]: 2024-04-17 17:54:21.357--ClientSession(2096102294)--Thread(Thread[main,5,main])--acquire unit of work: 880776364
    [junit] [EL Finest]: 2024-04-17 17:54:21.357--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-17 17:54:21.357--ServerSession(454071866)--Connection(302859689)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.357--ServerSession(454071866)--Connection(302859689)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.357--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-17 17:54:21.357--ServerSession(454071866)--Connection(302859689)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.358--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2050097760
    [junit] [EL Finer]: 2024-04-17 17:54:21.358--ClientSession(2050097760)--Thread(Thread[main,5,main])--acquire unit of work: 1096893009
    [junit] [EL Finest]: 2024-04-17 17:54:21.358--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-17 17:54:21.358--ServerSession(454071866)--Connection(1856088443)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.358--ServerSession(454071866)--Connection(1856088443)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.358--ServerSession(454071866)--Connection(1010528439)--Thread(Thread[main,5,main])--SELECT PBA_LONGVARBINARY FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.358--ServerSession(454071866)--Connection(1856088443)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.367--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 421004803
    [junit] [EL Finer]: 2024-04-17 17:54:21.367--ClientSession(421004803)--Thread(Thread[main,5,main])--acquire unit of work: 1293849510
    [junit] [EL Finest]: 2024-04-17 17:54:21.367--UnitOfWork(1293849510)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.367--UnitOfWork(1293849510)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.367--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-17 17:54:21.367--ServerSession(454071866)--Connection(999095938)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.367--ClientSession(421004803)--Connection(999095938)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.367--ClientSession(421004803)--Connection(999095938)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.367--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-17 17:54:21.368--ClientSession(421004803)--Connection(1463127603)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.369--ServerSession(454071866)--Connection(999095938)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.369--UnitOfWork(1293849510)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.369--UnitOfWork(1293849510)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.369--UnitOfWork(1293849510)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.369--ClientSession(421004803)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.369--UnitOfWork(1293849510)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.369--ClientSession(421004803)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.369--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 755731657
    [junit] [EL Finer]: 2024-04-17 17:54:21.369--ClientSession(755731657)--Thread(Thread[main,5,main])--acquire unit of work: 1454689101
    [junit] [EL Finest]: 2024-04-17 17:54:21.369--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-17 17:54:21.369--ServerSession(454071866)--Connection(528226533)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.369--ServerSession(454071866)--Connection(528226533)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.369--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-17 17:54:21.369--ServerSession(454071866)--Connection(528226533)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.37--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1747172279
    [junit] [EL Finer]: 2024-04-17 17:54:21.37--ClientSession(1747172279)--Thread(Thread[main,5,main])--acquire unit of work: 198828923
    [junit] [EL Finest]: 2024-04-17 17:54:21.37--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-17 17:54:21.37--ServerSession(454071866)--Connection(1990991088)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.37--ServerSession(454071866)--Connection(1990991088)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.37--ServerSession(454071866)--Connection(2106244696)--Thread(Thread[main,5,main])--SELECT AVG(P_FLOAT) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.37--ServerSession(454071866)--Connection(1990991088)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.379--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1921677196
    [junit] [EL Finer]: 2024-04-17 17:54:21.379--ClientSession(1921677196)--Thread(Thread[main,5,main])--acquire unit of work: 1894465060
    [junit] [EL Finest]: 2024-04-17 17:54:21.379--UnitOfWork(1894465060)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.379--UnitOfWork(1894465060)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.379--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-17 17:54:21.379--ServerSession(454071866)--Connection(699302992)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.379--ClientSession(1921677196)--Connection(699302992)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.379--ClientSession(1921677196)--Connection(699302992)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.38--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-17 17:54:21.38--ClientSession(1921677196)--Connection(563680383)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.381--ServerSession(454071866)--Connection(699302992)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.381--UnitOfWork(1894465060)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.381--UnitOfWork(1894465060)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.381--UnitOfWork(1894465060)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.381--ClientSession(1921677196)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.381--UnitOfWork(1894465060)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.381--ClientSession(1921677196)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.381--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1175494077
    [junit] [EL Finer]: 2024-04-17 17:54:21.381--ClientSession(1175494077)--Thread(Thread[main,5,main])--acquire unit of work: 801330156
    [junit] [EL Finest]: 2024-04-17 17:54:21.381--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-17 17:54:21.381--ServerSession(454071866)--Connection(1475235815)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.381--ServerSession(454071866)--Connection(1475235815)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.381--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-17 17:54:21.382--ServerSession(454071866)--Connection(1475235815)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.382--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 604805970
    [junit] [EL Finer]: 2024-04-17 17:54:21.382--ClientSession(604805970)--Thread(Thread[main,5,main])--acquire unit of work: 1980576344
    [junit] [EL Finest]: 2024-04-17 17:54:21.382--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-17 17:54:21.382--ServerSession(454071866)--Connection(1012472328)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.382--ServerSession(454071866)--Connection(1012472328)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.382--ServerSession(454071866)--Connection(1937138249)--Thread(Thread[main,5,main])--SELECT AVG(P_SHORT) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.383--ServerSession(454071866)--Connection(1012472328)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.391--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 414796038
    [junit] [EL Finer]: 2024-04-17 17:54:21.391--ClientSession(414796038)--Thread(Thread[main,5,main])--acquire unit of work: 786751534
    [junit] [EL Finest]: 2024-04-17 17:54:21.391--UnitOfWork(786751534)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.391--UnitOfWork(786751534)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.391--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-17 17:54:21.391--ServerSession(454071866)--Connection(1712756332)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.391--ClientSession(414796038)--Connection(1712756332)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.391--ClientSession(414796038)--Connection(1712756332)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.392--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-17 17:54:21.392--ClientSession(414796038)--Connection(1916468236)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.393--ServerSession(454071866)--Connection(1712756332)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.393--UnitOfWork(786751534)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.393--UnitOfWork(786751534)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.393--UnitOfWork(786751534)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.393--ClientSession(414796038)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.393--UnitOfWork(786751534)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.393--ClientSession(414796038)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.393--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 28658691
    [junit] [EL Finer]: 2024-04-17 17:54:21.393--ClientSession(28658691)--Thread(Thread[main,5,main])--acquire unit of work: 608832165
    [junit] [EL Finest]: 2024-04-17 17:54:21.393--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-17 17:54:21.393--ServerSession(454071866)--Connection(1266137057)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.393--ServerSession(454071866)--Connection(1266137057)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.393--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-17 17:54:21.394--ServerSession(454071866)--Connection(1266137057)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.394--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 837784224
    [junit] [EL Finer]: 2024-04-17 17:54:21.394--ClientSession(837784224)--Thread(Thread[main,5,main])--acquire unit of work: 1309300691
    [junit] [EL Finest]: 2024-04-17 17:54:21.394--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-17 17:54:21.394--ServerSession(454071866)--Connection(1833761170)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.394--ServerSession(454071866)--Connection(1833761170)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.394--ServerSession(454071866)--Connection(87378521)--Thread(Thread[main,5,main])--SELECT AVG(P_INT) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.395--ServerSession(454071866)--Connection(1833761170)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.403--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1911082416
    [junit] [EL Finer]: 2024-04-17 17:54:21.403--ClientSession(1911082416)--Thread(Thread[main,5,main])--acquire unit of work: 748785034
    [junit] [EL Finest]: 2024-04-17 17:54:21.403--UnitOfWork(748785034)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.403--UnitOfWork(748785034)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.403--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-17 17:54:21.404--ServerSession(454071866)--Connection(1180649970)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.404--ClientSession(1911082416)--Connection(1180649970)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.404--ClientSession(1911082416)--Connection(1180649970)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.404--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-17 17:54:21.405--ClientSession(1911082416)--Connection(1083543866)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.405--ServerSession(454071866)--Connection(1180649970)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.405--UnitOfWork(748785034)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.405--UnitOfWork(748785034)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.405--UnitOfWork(748785034)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.405--ClientSession(1911082416)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.405--UnitOfWork(748785034)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.405--ClientSession(1911082416)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.405--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1228544850
    [junit] [EL Finer]: 2024-04-17 17:54:21.405--ClientSession(1228544850)--Thread(Thread[main,5,main])--acquire unit of work: 625626894
    [junit] [EL Finest]: 2024-04-17 17:54:21.405--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-17 17:54:21.405--ServerSession(454071866)--Connection(345770425)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.405--ServerSession(454071866)--Connection(345770425)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.405--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-17 17:54:21.406--ServerSession(454071866)--Connection(345770425)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.407--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2032782987
    [junit] [EL Finer]: 2024-04-17 17:54:21.407--ClientSession(2032782987)--Thread(Thread[main,5,main])--acquire unit of work: 884289676
    [junit] [EL Finest]: 2024-04-17 17:54:21.407--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-17 17:54:21.407--ServerSession(454071866)--Connection(386639443)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.407--ServerSession(454071866)--Connection(386639443)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.407--ServerSession(454071866)--Connection(2132926962)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(P_FLOAT)) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.407--ServerSession(454071866)--Connection(386639443)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.416--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1875516542
    [junit] [EL Finer]: 2024-04-17 17:54:21.416--ClientSession(1875516542)--Thread(Thread[main,5,main])--acquire unit of work: 2125996017
    [junit] [EL Finest]: 2024-04-17 17:54:21.416--UnitOfWork(2125996017)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.416--UnitOfWork(2125996017)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.416--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-17 17:54:21.416--ServerSession(454071866)--Connection(325175893)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.416--ClientSession(1875516542)--Connection(325175893)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.416--ClientSession(1875516542)--Connection(325175893)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.416--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-17 17:54:21.417--ClientSession(1875516542)--Connection(2141462925)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.417--ServerSession(454071866)--Connection(325175893)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.417--UnitOfWork(2125996017)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.417--UnitOfWork(2125996017)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.417--UnitOfWork(2125996017)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.417--ClientSession(1875516542)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.418--UnitOfWork(2125996017)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.418--ClientSession(1875516542)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.418--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1666026359
    [junit] [EL Finer]: 2024-04-17 17:54:21.418--ClientSession(1666026359)--Thread(Thread[main,5,main])--acquire unit of work: 1027307226
    [junit] [EL Finest]: 2024-04-17 17:54:21.418--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-17 17:54:21.418--ServerSession(454071866)--Connection(420641420)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.418--ServerSession(454071866)--Connection(420641420)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.418--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-17 17:54:21.418--ServerSession(454071866)--Connection(420641420)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.419--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1948220220
    [junit] [EL Finer]: 2024-04-17 17:54:21.419--ClientSession(1948220220)--Thread(Thread[main,5,main])--acquire unit of work: 1941504484
    [junit] [EL Finest]: 2024-04-17 17:54:21.419--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-17 17:54:21.419--ServerSession(454071866)--Connection(1125675090)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.419--ServerSession(454071866)--Connection(1125675090)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.419--ServerSession(454071866)--Connection(1017648023)--Thread(Thread[main,5,main])--SELECT W_CHARACTER FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.419--ServerSession(454071866)--Connection(1125675090)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.428--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1958620545
    [junit] [EL Finer]: 2024-04-17 17:54:21.429--ClientSession(1958620545)--Thread(Thread[main,5,main])--acquire unit of work: 1303084738
    [junit] [EL Finest]: 2024-04-17 17:54:21.429--UnitOfWork(1303084738)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.429--UnitOfWork(1303084738)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.429--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-17 17:54:21.429--ServerSession(454071866)--Connection(468210629)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.429--ClientSession(1958620545)--Connection(468210629)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.429--ClientSession(1958620545)--Connection(468210629)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.43--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-17 17:54:21.431--ClientSession(1958620545)--Connection(1041381648)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.431--ServerSession(454071866)--Connection(468210629)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.431--UnitOfWork(1303084738)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.431--UnitOfWork(1303084738)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.432--UnitOfWork(1303084738)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.432--ClientSession(1958620545)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.432--UnitOfWork(1303084738)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.432--ClientSession(1958620545)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.432--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1687481230
    [junit] [EL Finer]: 2024-04-17 17:54:21.432--ClientSession(1687481230)--Thread(Thread[main,5,main])--acquire unit of work: 1264686261
    [junit] [EL Finest]: 2024-04-17 17:54:21.432--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-17 17:54:21.432--ServerSession(454071866)--Connection(1483023645)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.432--ServerSession(454071866)--Connection(1483023645)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.432--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-17 17:54:21.433--ServerSession(454071866)--Connection(1483023645)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.434--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 934242577
    [junit] [EL Finer]: 2024-04-17 17:54:21.435--ClientSession(934242577)--Thread(Thread[main,5,main])--acquire unit of work: 1522954982
    [junit] [EL Finest]: 2024-04-17 17:54:21.435--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-17 17:54:21.435--ServerSession(454071866)--Connection(826116515)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.435--ServerSession(454071866)--Connection(826116515)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.435--ServerSession(454071866)--Connection(1228788437)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(P_SHORT)) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.435--ServerSession(454071866)--Connection(826116515)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.444--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 378529084
    [junit] [EL Finer]: 2024-04-17 17:54:21.444--ClientSession(378529084)--Thread(Thread[main,5,main])--acquire unit of work: 625099826
    [junit] [EL Finest]: 2024-04-17 17:54:21.444--UnitOfWork(625099826)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.444--UnitOfWork(625099826)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.444--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-17 17:54:21.444--ServerSession(454071866)--Connection(2130176599)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.444--ClientSession(378529084)--Connection(2130176599)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.444--ClientSession(378529084)--Connection(2130176599)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.445--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-17 17:54:21.446--ClientSession(378529084)--Connection(28373941)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.446--ServerSession(454071866)--Connection(2130176599)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.446--UnitOfWork(625099826)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.446--UnitOfWork(625099826)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.446--UnitOfWork(625099826)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.446--ClientSession(378529084)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.446--UnitOfWork(625099826)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.446--ClientSession(378529084)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.446--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 867022631
    [junit] [EL Finer]: 2024-04-17 17:54:21.446--ClientSession(867022631)--Thread(Thread[main,5,main])--acquire unit of work: 898025404
    [junit] [EL Finest]: 2024-04-17 17:54:21.446--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-17 17:54:21.446--ServerSession(454071866)--Connection(2075977802)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.446--ServerSession(454071866)--Connection(2075977802)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.446--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-17 17:54:21.447--ServerSession(454071866)--Connection(2075977802)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.447--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 841095783
    [junit] [EL Finer]: 2024-04-17 17:54:21.447--ClientSession(841095783)--Thread(Thread[main,5,main])--acquire unit of work: 1311330917
    [junit] [EL Finest]: 2024-04-17 17:54:21.447--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-17 17:54:21.447--ServerSession(454071866)--Connection(463748041)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.447--ServerSession(454071866)--Connection(463748041)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.448--ServerSession(454071866)--Connection(1100586646)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(W_DOUBLE)) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.448--ServerSession(454071866)--Connection(463748041)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.456--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1356121308
    [junit] [EL Finer]: 2024-04-17 17:54:21.456--ClientSession(1356121308)--Thread(Thread[main,5,main])--acquire unit of work: 1635806819
    [junit] [EL Finest]: 2024-04-17 17:54:21.456--UnitOfWork(1635806819)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.456--UnitOfWork(1635806819)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.456--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-17 17:54:21.457--ServerSession(454071866)--Connection(768894207)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.457--ClientSession(1356121308)--Connection(768894207)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.457--ClientSession(1356121308)--Connection(768894207)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.457--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-17 17:54:21.458--ClientSession(1356121308)--Connection(597677551)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.458--ServerSession(454071866)--Connection(768894207)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.458--UnitOfWork(1635806819)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.458--UnitOfWork(1635806819)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.458--UnitOfWork(1635806819)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.458--ClientSession(1356121308)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.458--UnitOfWork(1635806819)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.458--ClientSession(1356121308)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.458--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1323749278
    [junit] [EL Finer]: 2024-04-17 17:54:21.458--ClientSession(1323749278)--Thread(Thread[main,5,main])--acquire unit of work: 319511296
    [junit] [EL Finest]: 2024-04-17 17:54:21.458--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-17 17:54:21.458--ServerSession(454071866)--Connection(230266126)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.458--ServerSession(454071866)--Connection(230266126)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.458--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-17 17:54:21.459--ServerSession(454071866)--Connection(230266126)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.46--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1858379850
    [junit] [EL Finer]: 2024-04-17 17:54:21.46--ClientSession(1858379850)--Thread(Thread[main,5,main])--acquire unit of work: 1583266684
    [junit] [EL Finest]: 2024-04-17 17:54:21.46--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-17 17:54:21.46--ServerSession(454071866)--Connection(419560010)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.46--ServerSession(454071866)--Connection(419560010)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.46--ServerSession(454071866)--Connection(1129788610)--Thread(Thread[main,5,main])--SELECT AVG(W_INTEGER) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.46--ServerSession(454071866)--Connection(419560010)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.469--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1329228768
    [junit] [EL Finer]: 2024-04-17 17:54:21.469--ClientSession(1329228768)--Thread(Thread[main,5,main])--acquire unit of work: 392721055
    [junit] [EL Finest]: 2024-04-17 17:54:21.469--UnitOfWork(392721055)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.469--UnitOfWork(392721055)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.469--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-17 17:54:21.469--ServerSession(454071866)--Connection(914738547)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.469--ClientSession(1329228768)--Connection(914738547)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.469--ClientSession(1329228768)--Connection(914738547)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.469--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-17 17:54:21.47--ClientSession(1329228768)--Connection(1388655426)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.47--ServerSession(454071866)--Connection(914738547)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.47--UnitOfWork(392721055)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.471--UnitOfWork(392721055)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.471--UnitOfWork(392721055)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.471--ClientSession(1329228768)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.471--UnitOfWork(392721055)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.471--ClientSession(1329228768)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.471--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 748487662
    [junit] [EL Finer]: 2024-04-17 17:54:21.471--ClientSession(748487662)--Thread(Thread[main,5,main])--acquire unit of work: 1463384604
    [junit] [EL Finest]: 2024-04-17 17:54:21.471--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-17 17:54:21.471--ServerSession(454071866)--Connection(606951860)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.471--ServerSession(454071866)--Connection(606951860)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.471--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-17 17:54:21.471--ServerSession(454071866)--Connection(606951860)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.472--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1770159896
    [junit] [EL Finer]: 2024-04-17 17:54:21.472--ClientSession(1770159896)--Thread(Thread[main,5,main])--acquire unit of work: 1141187012
    [junit] [EL Finest]: 2024-04-17 17:54:21.472--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-17 17:54:21.472--ServerSession(454071866)--Connection(1216439332)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.472--ServerSession(454071866)--Connection(1216439332)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.472--ServerSession(454071866)--Connection(211325959)--Thread(Thread[main,5,main])--SELECT SUM(W_BYTE) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.472--ServerSession(454071866)--Connection(1216439332)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.481--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 275590290
    [junit] [EL Finer]: 2024-04-17 17:54:21.481--ClientSession(275590290)--Thread(Thread[main,5,main])--acquire unit of work: 616628068
    [junit] [EL Finest]: 2024-04-17 17:54:21.481--UnitOfWork(616628068)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.481--UnitOfWork(616628068)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.481--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-17 17:54:21.481--ServerSession(454071866)--Connection(28806372)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.481--ClientSession(275590290)--Connection(28806372)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.481--ClientSession(275590290)--Connection(28806372)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.482--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-17 17:54:21.482--ClientSession(275590290)--Connection(1835874324)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.483--ServerSession(454071866)--Connection(28806372)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.483--UnitOfWork(616628068)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.483--UnitOfWork(616628068)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.483--UnitOfWork(616628068)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.483--ClientSession(275590290)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.483--UnitOfWork(616628068)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.483--ClientSession(275590290)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.483--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1209691293
    [junit] [EL Finer]: 2024-04-17 17:54:21.483--ClientSession(1209691293)--Thread(Thread[main,5,main])--acquire unit of work: 1286815762
    [junit] [EL Finest]: 2024-04-17 17:54:21.483--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-17 17:54:21.483--ServerSession(454071866)--Connection(1049952138)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.483--ServerSession(454071866)--Connection(1049952138)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.483--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-17 17:54:21.484--ServerSession(454071866)--Connection(1049952138)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.484--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 46465915
    [junit] [EL Finer]: 2024-04-17 17:54:21.484--ClientSession(46465915)--Thread(Thread[main,5,main])--acquire unit of work: 31142168
    [junit] [EL Finest]: 2024-04-17 17:54:21.484--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-17 17:54:21.484--ServerSession(454071866)--Connection(366773437)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.484--ServerSession(454071866)--Connection(366773437)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.485--ServerSession(454071866)--Connection(1035457420)--Thread(Thread[main,5,main])--SELECT SUM(W_LONG) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.485--ServerSession(454071866)--Connection(366773437)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.493--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1038639700
    [junit] [EL Finer]: 2024-04-17 17:54:21.493--ClientSession(1038639700)--Thread(Thread[main,5,main])--acquire unit of work: 875441010
    [junit] [EL Finest]: 2024-04-17 17:54:21.493--UnitOfWork(875441010)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.493--UnitOfWork(875441010)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.493--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-17 17:54:21.494--ServerSession(454071866)--Connection(2138453943)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.494--ClientSession(1038639700)--Connection(2138453943)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.494--ClientSession(1038639700)--Connection(2138453943)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.494--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-17 17:54:21.495--ClientSession(1038639700)--Connection(109892426)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.495--ServerSession(454071866)--Connection(2138453943)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.495--UnitOfWork(875441010)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.495--UnitOfWork(875441010)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.495--UnitOfWork(875441010)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.495--ClientSession(1038639700)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.495--UnitOfWork(875441010)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.495--ClientSession(1038639700)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.495--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1890778991
    [junit] [EL Finer]: 2024-04-17 17:54:21.495--ClientSession(1890778991)--Thread(Thread[main,5,main])--acquire unit of work: 272921776
    [junit] [EL Finest]: 2024-04-17 17:54:21.495--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-17 17:54:21.495--ServerSession(454071866)--Connection(2102411681)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.495--ServerSession(454071866)--Connection(2102411681)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.495--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-17 17:54:21.496--ServerSession(454071866)--Connection(2102411681)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.496--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1411350942
    [junit] [EL Finer]: 2024-04-17 17:54:21.496--ClientSession(1411350942)--Thread(Thread[main,5,main])--acquire unit of work: 1258661429
    [junit] [EL Finest]: 2024-04-17 17:54:21.497--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-17 17:54:21.497--ServerSession(454071866)--Connection(1740947465)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.497--ServerSession(454071866)--Connection(1740947465)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.497--ServerSession(454071866)--Connection(644258115)--Thread(Thread[main,5,main])--SELECT W_BYTE FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.497--ServerSession(454071866)--Connection(1740947465)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.506--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1001696739
    [junit] [EL Finer]: 2024-04-17 17:54:21.506--ClientSession(1001696739)--Thread(Thread[main,5,main])--acquire unit of work: 1525900042
    [junit] [EL Finest]: 2024-04-17 17:54:21.506--UnitOfWork(1525900042)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.506--UnitOfWork(1525900042)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.506--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-17 17:54:21.506--ServerSession(454071866)--Connection(802439528)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.506--ClientSession(1001696739)--Connection(802439528)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.506--ClientSession(1001696739)--Connection(802439528)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.506--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-17 17:54:21.507--ClientSession(1001696739)--Connection(1957752919)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.507--ServerSession(454071866)--Connection(802439528)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.507--UnitOfWork(1525900042)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.507--UnitOfWork(1525900042)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.507--UnitOfWork(1525900042)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.507--ClientSession(1001696739)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.508--UnitOfWork(1525900042)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.508--ClientSession(1001696739)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.508--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1000119377
    [junit] [EL Finer]: 2024-04-17 17:54:21.508--ClientSession(1000119377)--Thread(Thread[main,5,main])--acquire unit of work: 1214112061
    [junit] [EL Finest]: 2024-04-17 17:54:21.508--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-17 17:54:21.508--ServerSession(454071866)--Connection(924036236)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.508--ServerSession(454071866)--Connection(924036236)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.508--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-17 17:54:21.508--ServerSession(454071866)--Connection(924036236)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.509--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1228053737
    [junit] [EL Finer]: 2024-04-17 17:54:21.509--ClientSession(1228053737)--Thread(Thread[main,5,main])--acquire unit of work: 174883178
    [junit] [EL Finest]: 2024-04-17 17:54:21.509--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-17 17:54:21.509--ServerSession(454071866)--Connection(778573937)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.509--ServerSession(454071866)--Connection(778573937)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.509--ServerSession(454071866)--Connection(2036878600)--Thread(Thread[main,5,main])--SELECT W_LONG FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.509--ServerSession(454071866)--Connection(778573937)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.518--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 530041347
    [junit] [EL Finer]: 2024-04-17 17:54:21.518--ClientSession(530041347)--Thread(Thread[main,5,main])--acquire unit of work: 961127018
    [junit] [EL Finest]: 2024-04-17 17:54:21.518--UnitOfWork(961127018)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.518--UnitOfWork(961127018)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.518--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-17 17:54:21.518--ServerSession(454071866)--Connection(1597516322)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.518--ClientSession(530041347)--Connection(1597516322)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.518--ClientSession(530041347)--Connection(1597516322)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.519--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-17 17:54:21.519--ClientSession(530041347)--Connection(1209924775)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.52--ServerSession(454071866)--Connection(1597516322)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.52--UnitOfWork(961127018)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.52--UnitOfWork(961127018)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.52--UnitOfWork(961127018)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.52--ClientSession(530041347)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.52--UnitOfWork(961127018)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.52--ClientSession(530041347)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.52--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 444395481
    [junit] [EL Finer]: 2024-04-17 17:54:21.52--ClientSession(444395481)--Thread(Thread[main,5,main])--acquire unit of work: 1034146037
    [junit] [EL Finest]: 2024-04-17 17:54:21.52--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-17 17:54:21.52--ServerSession(454071866)--Connection(2147266720)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.52--ServerSession(454071866)--Connection(2147266720)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.52--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-17 17:54:21.521--ServerSession(454071866)--Connection(2147266720)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.521--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1793912921
    [junit] [EL Finer]: 2024-04-17 17:54:21.521--ClientSession(1793912921)--Thread(Thread[main,5,main])--acquire unit of work: 966701805
    [junit] [EL Finest]: 2024-04-17 17:54:21.521--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-17 17:54:21.521--ServerSession(454071866)--Connection(1128604343)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.521--ServerSession(454071866)--Connection(1128604343)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.521--ServerSession(454071866)--Connection(1351303062)--Thread(Thread[main,5,main])--SELECT UTIL_DATE FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.522--ServerSession(454071866)--Connection(1128604343)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.53--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1927910415
    [junit] [EL Finer]: 2024-04-17 17:54:21.53--ClientSession(1927910415)--Thread(Thread[main,5,main])--acquire unit of work: 1811955431
    [junit] [EL Finest]: 2024-04-17 17:54:21.53--UnitOfWork(1811955431)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.53--UnitOfWork(1811955431)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.53--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-17 17:54:21.53--ServerSession(454071866)--Connection(1848732701)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.53--ClientSession(1927910415)--Connection(1848732701)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.53--ClientSession(1927910415)--Connection(1848732701)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.531--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-17 17:54:21.531--ClientSession(1927910415)--Connection(63197837)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.532--ServerSession(454071866)--Connection(1848732701)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.532--UnitOfWork(1811955431)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.532--UnitOfWork(1811955431)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.532--UnitOfWork(1811955431)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.532--ClientSession(1927910415)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.532--UnitOfWork(1811955431)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.532--ClientSession(1927910415)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.532--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 632356108
    [junit] [EL Finer]: 2024-04-17 17:54:21.532--ClientSession(632356108)--Thread(Thread[main,5,main])--acquire unit of work: 71402253
    [junit] [EL Finest]: 2024-04-17 17:54:21.532--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-17 17:54:21.532--ServerSession(454071866)--Connection(549249631)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.532--ServerSession(454071866)--Connection(549249631)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.532--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-17 17:54:21.533--ServerSession(454071866)--Connection(549249631)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.533--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 660286101
    [junit] [EL Finer]: 2024-04-17 17:54:21.533--ClientSession(660286101)--Thread(Thread[main,5,main])--acquire unit of work: 1632324002
    [junit] [EL Finest]: 2024-04-17 17:54:21.533--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-17 17:54:21.533--ServerSession(454071866)--Connection(506598903)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.533--ServerSession(454071866)--Connection(506598903)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.533--ServerSession(454071866)--Connection(1764219688)--Thread(Thread[main,5,main])--SELECT MAX(PBA_BINARY) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.534--ServerSession(454071866)--Connection(506598903)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.543--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1350226195
    [junit] [EL Finer]: 2024-04-17 17:54:21.543--ClientSession(1350226195)--Thread(Thread[main,5,main])--acquire unit of work: 617956928
    [junit] [EL Finest]: 2024-04-17 17:54:21.543--UnitOfWork(617956928)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.543--UnitOfWork(617956928)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.543--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-17 17:54:21.543--ServerSession(454071866)--Connection(1050362122)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.543--ClientSession(1350226195)--Connection(1050362122)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.543--ClientSession(1350226195)--Connection(1050362122)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.543--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-17 17:54:21.544--ClientSession(1350226195)--Connection(1595752400)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.544--ServerSession(454071866)--Connection(1050362122)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.544--UnitOfWork(617956928)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.544--UnitOfWork(617956928)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.545--UnitOfWork(617956928)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.545--ClientSession(1350226195)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.545--UnitOfWork(617956928)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.545--ClientSession(1350226195)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.545--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1674917459
    [junit] [EL Finer]: 2024-04-17 17:54:21.545--ClientSession(1674917459)--Thread(Thread[main,5,main])--acquire unit of work: 1426089542
    [junit] [EL Finest]: 2024-04-17 17:54:21.545--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-17 17:54:21.545--ServerSession(454071866)--Connection(1424718366)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.545--ServerSession(454071866)--Connection(1424718366)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.545--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-17 17:54:21.545--ServerSession(454071866)--Connection(1424718366)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.546--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1652255572
    [junit] [EL Finer]: 2024-04-17 17:54:21.546--ClientSession(1652255572)--Thread(Thread[main,5,main])--acquire unit of work: 732798907
    [junit] [EL Finest]: 2024-04-17 17:54:21.546--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-17 17:54:21.546--ServerSession(454071866)--Connection(757390373)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.546--ServerSession(454071866)--Connection(757390373)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.546--ServerSession(454071866)--Connection(524541191)--Thread(Thread[main,5,main])--SELECT P_FLOAT FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.546--ServerSession(454071866)--Connection(757390373)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.556--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1806194957
    [junit] [EL Finer]: 2024-04-17 17:54:21.556--ClientSession(1806194957)--Thread(Thread[main,5,main])--acquire unit of work: 347015340
    [junit] [EL Finest]: 2024-04-17 17:54:21.556--UnitOfWork(347015340)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.556--UnitOfWork(347015340)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.556--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-17 17:54:21.556--ServerSession(454071866)--Connection(1203603669)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.556--ClientSession(1806194957)--Connection(1203603669)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.556--ClientSession(1806194957)--Connection(1203603669)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.556--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-17 17:54:21.557--ClientSession(1806194957)--Connection(1435798016)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.557--ServerSession(454071866)--Connection(1203603669)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.557--UnitOfWork(347015340)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.557--UnitOfWork(347015340)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.558--UnitOfWork(347015340)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.558--ClientSession(1806194957)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.558--UnitOfWork(347015340)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.558--ClientSession(1806194957)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.558--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 351632730
    [junit] [EL Finer]: 2024-04-17 17:54:21.558--ClientSession(351632730)--Thread(Thread[main,5,main])--acquire unit of work: 1707090254
    [junit] [EL Finest]: 2024-04-17 17:54:21.558--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-17 17:54:21.558--ServerSession(454071866)--Connection(433327046)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.558--ServerSession(454071866)--Connection(433327046)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.558--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-17 17:54:21.558--ServerSession(454071866)--Connection(433327046)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.559--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1354830045
    [junit] [EL Finer]: 2024-04-17 17:54:21.559--ClientSession(1354830045)--Thread(Thread[main,5,main])--acquire unit of work: 1802133748
    [junit] [EL Finest]: 2024-04-17 17:54:21.559--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-17 17:54:21.559--ServerSession(454071866)--Connection(1022583148)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.559--ServerSession(454071866)--Connection(1022583148)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.559--ServerSession(454071866)--Connection(830619405)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(ENUM_ORDINAL)) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.56--ServerSession(454071866)--Connection(1022583148)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.57--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1456334531
    [junit] [EL Finer]: 2024-04-17 17:54:21.57--ClientSession(1456334531)--Thread(Thread[main,5,main])--acquire unit of work: 1407522628
    [junit] [EL Finest]: 2024-04-17 17:54:21.57--UnitOfWork(1407522628)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.57--UnitOfWork(1407522628)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.57--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-17 17:54:21.57--ServerSession(454071866)--Connection(842696460)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.57--ClientSession(1456334531)--Connection(842696460)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.57--ClientSession(1456334531)--Connection(842696460)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.571--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-17 17:54:21.571--ClientSession(1456334531)--Connection(1755721549)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.572--ServerSession(454071866)--Connection(842696460)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.572--UnitOfWork(1407522628)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.572--UnitOfWork(1407522628)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.572--UnitOfWork(1407522628)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.572--ClientSession(1456334531)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.572--UnitOfWork(1407522628)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.572--ClientSession(1456334531)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.572--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 919433564
    [junit] [EL Finer]: 2024-04-17 17:54:21.572--ClientSession(919433564)--Thread(Thread[main,5,main])--acquire unit of work: 1875442831
    [junit] [EL Finest]: 2024-04-17 17:54:21.572--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-17 17:54:21.572--ServerSession(454071866)--Connection(435862158)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.572--ServerSession(454071866)--Connection(435862158)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.572--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-17 17:54:21.573--ServerSession(454071866)--Connection(435862158)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.573--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1001433436
    [junit] [EL Finer]: 2024-04-17 17:54:21.573--ClientSession(1001433436)--Thread(Thread[main,5,main])--acquire unit of work: 528285759
    [junit] [EL Finest]: 2024-04-17 17:54:21.573--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-17 17:54:21.574--ServerSession(454071866)--Connection(187700154)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.574--ServerSession(454071866)--Connection(187700154)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.574--ServerSession(454071866)--Connection(1191962886)--Thread(Thread[main,5,main])--SELECT P_SHORT FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.574--ServerSession(454071866)--Connection(187700154)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.583--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 498678990
    [junit] [EL Finer]: 2024-04-17 17:54:21.583--ClientSession(498678990)--Thread(Thread[main,5,main])--acquire unit of work: 518141273
    [junit] [EL Finest]: 2024-04-17 17:54:21.583--UnitOfWork(518141273)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.583--UnitOfWork(518141273)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.583--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-17 17:54:21.583--ServerSession(454071866)--Connection(1921686361)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.583--ClientSession(498678990)--Connection(1921686361)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.583--ClientSession(498678990)--Connection(1921686361)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.583--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-17 17:54:21.584--ClientSession(498678990)--Connection(2076072411)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.584--ServerSession(454071866)--Connection(1921686361)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.584--UnitOfWork(518141273)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.584--UnitOfWork(518141273)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.585--UnitOfWork(518141273)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.585--ClientSession(498678990)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.585--UnitOfWork(518141273)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.585--ClientSession(498678990)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.585--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 714011130
    [junit] [EL Finer]: 2024-04-17 17:54:21.585--ClientSession(714011130)--Thread(Thread[main,5,main])--acquire unit of work: 603395569
    [junit] [EL Finest]: 2024-04-17 17:54:21.585--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-17 17:54:21.585--ServerSession(454071866)--Connection(1850231545)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.585--ServerSession(454071866)--Connection(1850231545)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.585--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-17 17:54:21.585--ServerSession(454071866)--Connection(1850231545)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.586--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 668678026
    [junit] [EL Finer]: 2024-04-17 17:54:21.586--ClientSession(668678026)--Thread(Thread[main,5,main])--acquire unit of work: 1550663613
    [junit] [EL Finest]: 2024-04-17 17:54:21.586--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-17 17:54:21.586--ServerSession(454071866)--Connection(1416318316)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.586--ServerSession(454071866)--Connection(1416318316)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.586--ServerSession(454071866)--Connection(1908884486)--Thread(Thread[main,5,main])--SELECT MAX(SQL_TIMESTAMP) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.586--ServerSession(454071866)--Connection(1416318316)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.595--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2144973744
    [junit] [EL Finer]: 2024-04-17 17:54:21.595--ClientSession(2144973744)--Thread(Thread[main,5,main])--acquire unit of work: 44852826
    [junit] [EL Finest]: 2024-04-17 17:54:21.595--UnitOfWork(44852826)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.595--UnitOfWork(44852826)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.595--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-17 17:54:21.595--ServerSession(454071866)--Connection(1341888227)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.596--ClientSession(2144973744)--Connection(1341888227)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.596--ClientSession(2144973744)--Connection(1341888227)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.596--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-17 17:54:21.597--ClientSession(2144973744)--Connection(232904770)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.597--ServerSession(454071866)--Connection(1341888227)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.597--UnitOfWork(44852826)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.597--UnitOfWork(44852826)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.597--UnitOfWork(44852826)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.597--ClientSession(2144973744)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.597--UnitOfWork(44852826)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.597--ClientSession(2144973744)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.597--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 306472468
    [junit] [EL Finer]: 2024-04-17 17:54:21.597--ClientSession(306472468)--Thread(Thread[main,5,main])--acquire unit of work: 291803094
    [junit] [EL Finest]: 2024-04-17 17:54:21.597--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-17 17:54:21.597--ServerSession(454071866)--Connection(245162942)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.597--ServerSession(454071866)--Connection(245162942)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.597--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-17 17:54:21.598--ServerSession(454071866)--Connection(245162942)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.598--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1674433873
    [junit] [EL Finer]: 2024-04-17 17:54:21.599--ClientSession(1674433873)--Thread(Thread[main,5,main])--acquire unit of work: 257277864
    [junit] [EL Finest]: 2024-04-17 17:54:21.599--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-17 17:54:21.599--ServerSession(454071866)--Connection(1231140592)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.599--ServerSession(454071866)--Connection(1231140592)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.599--ServerSession(454071866)--Connection(1442156994)--Thread(Thread[main,5,main])--SELECT AVG(W_FLOAT) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.599--ServerSession(454071866)--Connection(1231140592)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.608--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1191571235
    [junit] [EL Finer]: 2024-04-17 17:54:21.608--ClientSession(1191571235)--Thread(Thread[main,5,main])--acquire unit of work: 1647624850
    [junit] [EL Finest]: 2024-04-17 17:54:21.608--UnitOfWork(1647624850)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.608--UnitOfWork(1647624850)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.608--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-17 17:54:21.608--ServerSession(454071866)--Connection(1495131145)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.608--ClientSession(1191571235)--Connection(1495131145)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.608--ClientSession(1191571235)--Connection(1495131145)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.608--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-17 17:54:21.609--ClientSession(1191571235)--Connection(923418120)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.609--ServerSession(454071866)--Connection(1495131145)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.609--UnitOfWork(1647624850)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.609--UnitOfWork(1647624850)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.61--UnitOfWork(1647624850)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.61--ClientSession(1191571235)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.61--UnitOfWork(1647624850)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.61--ClientSession(1191571235)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.61--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1362677814
    [junit] [EL Finer]: 2024-04-17 17:54:21.61--ClientSession(1362677814)--Thread(Thread[main,5,main])--acquire unit of work: 933518951
    [junit] [EL Finest]: 2024-04-17 17:54:21.61--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-17 17:54:21.61--ServerSession(454071866)--Connection(1385256804)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.61--ServerSession(454071866)--Connection(1385256804)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.61--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-17 17:54:21.61--ServerSession(454071866)--Connection(1385256804)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.611--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1739766973
    [junit] [EL Finer]: 2024-04-17 17:54:21.611--ClientSession(1739766973)--Thread(Thread[main,5,main])--acquire unit of work: 289991883
    [junit] [EL Finest]: 2024-04-17 17:54:21.611--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-17 17:54:21.611--ServerSession(454071866)--Connection(1001283448)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.611--ServerSession(454071866)--Connection(1001283448)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.611--ServerSession(454071866)--Connection(964131538)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(W_INTEGER)) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.611--ServerSession(454071866)--Connection(1001283448)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.62--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1452635628
    [junit] [EL Finer]: 2024-04-17 17:54:21.62--ClientSession(1452635628)--Thread(Thread[main,5,main])--acquire unit of work: 250579949
    [junit] [EL Finest]: 2024-04-17 17:54:21.62--UnitOfWork(250579949)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.62--UnitOfWork(250579949)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.62--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-17 17:54:21.62--ServerSession(454071866)--Connection(1548826220)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.62--ClientSession(1452635628)--Connection(1548826220)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.62--ClientSession(1452635628)--Connection(1548826220)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.62--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-17 17:54:21.621--ClientSession(1452635628)--Connection(2043025750)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.622--ServerSession(454071866)--Connection(1548826220)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.622--UnitOfWork(250579949)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.622--UnitOfWork(250579949)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.622--UnitOfWork(250579949)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.622--ClientSession(1452635628)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.622--UnitOfWork(250579949)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.622--ClientSession(1452635628)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.622--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 840609776
    [junit] [EL Finer]: 2024-04-17 17:54:21.622--ClientSession(840609776)--Thread(Thread[main,5,main])--acquire unit of work: 2069826636
    [junit] [EL Finest]: 2024-04-17 17:54:21.622--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-17 17:54:21.622--ServerSession(454071866)--Connection(1083498428)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.622--ServerSession(454071866)--Connection(1083498428)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.622--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-17 17:54:21.622--ServerSession(454071866)--Connection(1083498428)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.623--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 516803228
    [junit] [EL Finer]: 2024-04-17 17:54:21.623--ClientSession(516803228)--Thread(Thread[main,5,main])--acquire unit of work: 111847884
    [junit] [EL Finest]: 2024-04-17 17:54:21.623--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-17 17:54:21.623--ServerSession(454071866)--Connection(1912073539)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.623--ServerSession(454071866)--Connection(1912073539)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.623--ServerSession(454071866)--Connection(1555296883)--Thread(Thread[main,5,main])--SELECT AVG(W_SMALLINT) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.623--ServerSession(454071866)--Connection(1912073539)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.632--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1918716328
    [junit] [EL Finer]: 2024-04-17 17:54:21.632--ClientSession(1918716328)--Thread(Thread[main,5,main])--acquire unit of work: 212540770
    [junit] [EL Finest]: 2024-04-17 17:54:21.632--UnitOfWork(212540770)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.632--UnitOfWork(212540770)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.632--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-17 17:54:21.632--ServerSession(454071866)--Connection(1092573960)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.632--ClientSession(1918716328)--Connection(1092573960)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.632--ClientSession(1918716328)--Connection(1092573960)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.633--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-17 17:54:21.633--ClientSession(1918716328)--Connection(22567893)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.634--ServerSession(454071866)--Connection(1092573960)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.634--UnitOfWork(212540770)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.634--UnitOfWork(212540770)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.634--UnitOfWork(212540770)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.634--ClientSession(1918716328)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.634--UnitOfWork(212540770)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.634--ClientSession(1918716328)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.634--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 320396046
    [junit] [EL Finer]: 2024-04-17 17:54:21.634--ClientSession(320396046)--Thread(Thread[main,5,main])--acquire unit of work: 1356708939
    [junit] [EL Finest]: 2024-04-17 17:54:21.634--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-17 17:54:21.634--ServerSession(454071866)--Connection(1205226560)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.634--ServerSession(454071866)--Connection(1205226560)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.634--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-17 17:54:21.635--ServerSession(454071866)--Connection(1205226560)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.635--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 501299327
    [junit] [EL Finer]: 2024-04-17 17:54:21.635--ClientSession(501299327)--Thread(Thread[main,5,main])--acquire unit of work: 1058878861
    [junit] [EL Finest]: 2024-04-17 17:54:21.635--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-17 17:54:21.635--ServerSession(454071866)--Connection(2048412967)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.635--ServerSession(454071866)--Connection(2048412967)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.635--ServerSession(454071866)--Connection(1535249031)--Thread(Thread[main,5,main])--SELECT SUM(P_DOUBLE) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.636--ServerSession(454071866)--Connection(2048412967)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.644--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1787294096
    [junit] [EL Finer]: 2024-04-17 17:54:21.644--ClientSession(1787294096)--Thread(Thread[main,5,main])--acquire unit of work: 46231851
    [junit] [EL Finest]: 2024-04-17 17:54:21.644--UnitOfWork(46231851)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.644--UnitOfWork(46231851)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.644--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-17 17:54:21.644--ServerSession(454071866)--Connection(664641537)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.644--ClientSession(1787294096)--Connection(664641537)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.644--ClientSession(1787294096)--Connection(664641537)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.645--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-17 17:54:21.646--ClientSession(1787294096)--Connection(433511047)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.646--ServerSession(454071866)--Connection(664641537)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.646--UnitOfWork(46231851)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.646--UnitOfWork(46231851)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.646--UnitOfWork(46231851)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.646--ClientSession(1787294096)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.646--UnitOfWork(46231851)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.646--ClientSession(1787294096)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.646--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1209191560
    [junit] [EL Finer]: 2024-04-17 17:54:21.646--ClientSession(1209191560)--Thread(Thread[main,5,main])--acquire unit of work: 1740580335
    [junit] [EL Finest]: 2024-04-17 17:54:21.646--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-17 17:54:21.646--ServerSession(454071866)--Connection(1627583465)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.646--ServerSession(454071866)--Connection(1627583465)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.646--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-17 17:54:21.647--ServerSession(454071866)--Connection(1627583465)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.647--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 183886515
    [junit] [EL Finer]: 2024-04-17 17:54:21.647--ClientSession(183886515)--Thread(Thread[main,5,main])--acquire unit of work: 2018427981
    [junit] [EL Finest]: 2024-04-17 17:54:21.647--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-17 17:54:21.647--ServerSession(454071866)--Connection(347365139)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.647--ServerSession(454071866)--Connection(347365139)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.648--ServerSession(454071866)--Connection(367273163)--Thread(Thread[main,5,main])--SELECT MAX(W_DOUBLE) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.648--ServerSession(454071866)--Connection(347365139)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.656--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1020217847
    [junit] [EL Finer]: 2024-04-17 17:54:21.656--ClientSession(1020217847)--Thread(Thread[main,5,main])--acquire unit of work: 20334220
    [junit] [EL Finest]: 2024-04-17 17:54:21.656--UnitOfWork(20334220)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.656--UnitOfWork(20334220)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.656--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-17 17:54:21.656--ServerSession(454071866)--Connection(629725621)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.657--ClientSession(1020217847)--Connection(629725621)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.657--ClientSession(1020217847)--Connection(629725621)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.657--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-17 17:54:21.658--ClientSession(1020217847)--Connection(2040497448)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.658--ServerSession(454071866)--Connection(629725621)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.658--UnitOfWork(20334220)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.658--UnitOfWork(20334220)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.658--UnitOfWork(20334220)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.658--ClientSession(1020217847)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.658--UnitOfWork(20334220)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.658--ClientSession(1020217847)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.658--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 129305954
    [junit] [EL Finer]: 2024-04-17 17:54:21.658--ClientSession(129305954)--Thread(Thread[main,5,main])--acquire unit of work: 42368633
    [junit] [EL Finest]: 2024-04-17 17:54:21.658--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-17 17:54:21.658--ServerSession(454071866)--Connection(284871259)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.658--ServerSession(454071866)--Connection(284871259)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.658--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-17 17:54:21.659--ServerSession(454071866)--Connection(284871259)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.659--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1002441542
    [junit] [EL Finer]: 2024-04-17 17:54:21.66--ClientSession(1002441542)--Thread(Thread[main,5,main])--acquire unit of work: 424411843
    [junit] [EL Finest]: 2024-04-17 17:54:21.66--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-17 17:54:21.66--ServerSession(454071866)--Connection(311364156)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.66--ServerSession(454071866)--Connection(311364156)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.66--ServerSession(454071866)--Connection(1341281686)--Thread(Thread[main,5,main])--SELECT AVG(P_BYTE) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.66--ServerSession(454071866)--Connection(311364156)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.669--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 986132917
    [junit] [EL Finer]: 2024-04-17 17:54:21.669--ClientSession(986132917)--Thread(Thread[main,5,main])--acquire unit of work: 1368905917
    [junit] [EL Finest]: 2024-04-17 17:54:21.669--UnitOfWork(1368905917)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.669--UnitOfWork(1368905917)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.669--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-17 17:54:21.669--ServerSession(454071866)--Connection(428536776)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.669--ClientSession(986132917)--Connection(428536776)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.669--ClientSession(986132917)--Connection(428536776)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.669--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-17 17:54:21.67--ClientSession(986132917)--Connection(1478448415)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.67--ServerSession(454071866)--Connection(428536776)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.67--UnitOfWork(1368905917)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.67--UnitOfWork(1368905917)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.671--UnitOfWork(1368905917)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.671--ClientSession(986132917)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.671--UnitOfWork(1368905917)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.671--ClientSession(986132917)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.671--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1725396152
    [junit] [EL Finer]: 2024-04-17 17:54:21.671--ClientSession(1725396152)--Thread(Thread[main,5,main])--acquire unit of work: 1153589968
    [junit] [EL Finest]: 2024-04-17 17:54:21.671--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-17 17:54:21.671--ServerSession(454071866)--Connection(1425028906)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.671--ServerSession(454071866)--Connection(1425028906)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.671--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-17 17:54:21.671--ServerSession(454071866)--Connection(1425028906)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.672--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 780399605
    [junit] [EL Finer]: 2024-04-17 17:54:21.672--ClientSession(780399605)--Thread(Thread[main,5,main])--acquire unit of work: 588615825
    [junit] [EL Finest]: 2024-04-17 17:54:21.672--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-17 17:54:21.672--ServerSession(454071866)--Connection(75479033)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.672--ServerSession(454071866)--Connection(75479033)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.672--ServerSession(454071866)--Connection(1740157312)--Thread(Thread[main,5,main])--SELECT AVG(P_LONG) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.672--ServerSession(454071866)--Connection(75479033)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.681--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2065575341
    [junit] [EL Finer]: 2024-04-17 17:54:21.681--ClientSession(2065575341)--Thread(Thread[main,5,main])--acquire unit of work: 2044435493
    [junit] [EL Finest]: 2024-04-17 17:54:21.681--UnitOfWork(2044435493)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.681--UnitOfWork(2044435493)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.682--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-17 17:54:21.682--ServerSession(454071866)--Connection(1705740260)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.682--ClientSession(2065575341)--Connection(1705740260)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.682--ClientSession(2065575341)--Connection(1705740260)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.682--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-17 17:54:21.683--ClientSession(2065575341)--Connection(977992103)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.683--ServerSession(454071866)--Connection(1705740260)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.683--UnitOfWork(2044435493)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.683--UnitOfWork(2044435493)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.683--UnitOfWork(2044435493)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.683--ClientSession(2065575341)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.683--UnitOfWork(2044435493)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.683--ClientSession(2065575341)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.683--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 532520543
    [junit] [EL Finer]: 2024-04-17 17:54:21.683--ClientSession(532520543)--Thread(Thread[main,5,main])--acquire unit of work: 1918356430
    [junit] [EL Finest]: 2024-04-17 17:54:21.683--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-17 17:54:21.683--ServerSession(454071866)--Connection(393717610)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.683--ServerSession(454071866)--Connection(393717610)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.684--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-17 17:54:21.684--ServerSession(454071866)--Connection(393717610)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.685--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1454898422
    [junit] [EL Finer]: 2024-04-17 17:54:21.685--ClientSession(1454898422)--Thread(Thread[main,5,main])--acquire unit of work: 627627098
    [junit] [EL Finest]: 2024-04-17 17:54:21.685--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-17 17:54:21.685--ServerSession(454071866)--Connection(2065599799)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.685--ServerSession(454071866)--Connection(2065599799)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.685--ServerSession(454071866)--Connection(1793486674)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(UTIL_DATE)) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.685--ServerSession(454071866)--Connection(2065599799)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.694--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 910917825
    [junit] [EL Finer]: 2024-04-17 17:54:21.694--ClientSession(910917825)--Thread(Thread[main,5,main])--acquire unit of work: 1318707810
    [junit] [EL Finest]: 2024-04-17 17:54:21.694--UnitOfWork(1318707810)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.694--UnitOfWork(1318707810)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.694--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-17 17:54:21.694--ServerSession(454071866)--Connection(1769675590)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.694--ClientSession(910917825)--Connection(1769675590)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.694--ClientSession(910917825)--Connection(1769675590)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.695--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-17 17:54:21.695--ClientSession(910917825)--Connection(1399359912)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.696--ServerSession(454071866)--Connection(1769675590)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.696--UnitOfWork(1318707810)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.696--UnitOfWork(1318707810)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.696--UnitOfWork(1318707810)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.696--ClientSession(910917825)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.696--UnitOfWork(1318707810)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.696--ClientSession(910917825)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.696--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1187128724
    [junit] [EL Finer]: 2024-04-17 17:54:21.696--ClientSession(1187128724)--Thread(Thread[main,5,main])--acquire unit of work: 1366343981
    [junit] [EL Finest]: 2024-04-17 17:54:21.696--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-17 17:54:21.696--ServerSession(454071866)--Connection(658793512)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.696--ServerSession(454071866)--Connection(658793512)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.696--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-17 17:54:21.697--ServerSession(454071866)--Connection(658793512)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.697--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1119021896
    [junit] [EL Finer]: 2024-04-17 17:54:21.697--ClientSession(1119021896)--Thread(Thread[main,5,main])--acquire unit of work: 1340086676
    [junit] [EL Finest]: 2024-04-17 17:54:21.697--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-17 17:54:21.697--ServerSession(454071866)--Connection(209173680)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.697--ServerSession(454071866)--Connection(209173680)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.698--ServerSession(454071866)--Connection(184904778)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(UTIL_CALENDAR)) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.698--ServerSession(454071866)--Connection(209173680)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.707--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 12534781
    [junit] [EL Finer]: 2024-04-17 17:54:21.707--ClientSession(12534781)--Thread(Thread[main,5,main])--acquire unit of work: 535755589
    [junit] [EL Finest]: 2024-04-17 17:54:21.707--UnitOfWork(535755589)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.707--UnitOfWork(535755589)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.707--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-17 17:54:21.707--ServerSession(454071866)--Connection(1230912978)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.707--ClientSession(12534781)--Connection(1230912978)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.707--ClientSession(12534781)--Connection(1230912978)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.707--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-17 17:54:21.708--ClientSession(12534781)--Connection(547552833)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.708--ServerSession(454071866)--Connection(1230912978)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.708--UnitOfWork(535755589)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.708--UnitOfWork(535755589)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.709--UnitOfWork(535755589)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.709--ClientSession(12534781)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.709--UnitOfWork(535755589)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.709--ClientSession(12534781)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.709--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 635841042
    [junit] [EL Finer]: 2024-04-17 17:54:21.709--ClientSession(635841042)--Thread(Thread[main,5,main])--acquire unit of work: 302094361
    [junit] [EL Finest]: 2024-04-17 17:54:21.709--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-17 17:54:21.709--ServerSession(454071866)--Connection(2084069224)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.709--ServerSession(454071866)--Connection(2084069224)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.709--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-17 17:54:21.71--ServerSession(454071866)--Connection(2084069224)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.71--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2142881724
    [junit] [EL Finer]: 2024-04-17 17:54:21.71--ClientSession(2142881724)--Thread(Thread[main,5,main])--acquire unit of work: 1271445015
    [junit] [EL Finest]: 2024-04-17 17:54:21.71--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-17 17:54:21.71--ServerSession(454071866)--Connection(542287131)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.71--ServerSession(454071866)--Connection(542287131)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.71--ServerSession(454071866)--Connection(592196275)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(SQL_TIMESTAMP)) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.711--ServerSession(454071866)--Connection(542287131)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.719--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1809548225
    [junit] [EL Finer]: 2024-04-17 17:54:21.72--ClientSession(1809548225)--Thread(Thread[main,5,main])--acquire unit of work: 894881894
    [junit] [EL Finest]: 2024-04-17 17:54:21.72--UnitOfWork(894881894)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.72--UnitOfWork(894881894)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.72--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-17 17:54:21.72--ServerSession(454071866)--Connection(1325488533)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.72--ClientSession(1809548225)--Connection(1325488533)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.72--ClientSession(1809548225)--Connection(1325488533)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.72--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-17 17:54:21.721--ClientSession(1809548225)--Connection(1262363595)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.721--ServerSession(454071866)--Connection(1325488533)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.721--UnitOfWork(894881894)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.721--UnitOfWork(894881894)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.721--UnitOfWork(894881894)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.721--ClientSession(1809548225)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.721--UnitOfWork(894881894)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.721--ClientSession(1809548225)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.721--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 641012106
    [junit] [EL Finer]: 2024-04-17 17:54:21.721--ClientSession(641012106)--Thread(Thread[main,5,main])--acquire unit of work: 481255164
    [junit] [EL Finest]: 2024-04-17 17:54:21.721--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-17 17:54:21.721--ServerSession(454071866)--Connection(2073324367)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.721--ServerSession(454071866)--Connection(2073324367)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.722--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-17 17:54:21.722--ServerSession(454071866)--Connection(2073324367)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.722--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1596809677
    [junit] [EL Finer]: 2024-04-17 17:54:21.723--ClientSession(1596809677)--Thread(Thread[main,5,main])--acquire unit of work: 1475220915
    [junit] [EL Finest]: 2024-04-17 17:54:21.723--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-17 17:54:21.723--ServerSession(454071866)--Connection(1822835000)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.723--ServerSession(454071866)--Connection(1822835000)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.723--ServerSession(454071866)--Connection(615416275)--Thread(Thread[main,5,main])--SELECT PCA_VARCHAR FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.723--ServerSession(454071866)--Connection(1822835000)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.732--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 970784518
    [junit] [EL Finer]: 2024-04-17 17:54:21.732--ClientSession(970784518)--Thread(Thread[main,5,main])--acquire unit of work: 1690567168
    [junit] [EL Finest]: 2024-04-17 17:54:21.732--UnitOfWork(1690567168)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.732--UnitOfWork(1690567168)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.732--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-17 17:54:21.732--ServerSession(454071866)--Connection(1843068868)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.732--ClientSession(970784518)--Connection(1843068868)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.732--ClientSession(970784518)--Connection(1843068868)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.732--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-17 17:54:21.733--ClientSession(970784518)--Connection(838307590)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.733--ServerSession(454071866)--Connection(1843068868)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.733--UnitOfWork(1690567168)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.733--UnitOfWork(1690567168)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.734--UnitOfWork(1690567168)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.734--ClientSession(970784518)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.734--UnitOfWork(1690567168)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.734--ClientSession(970784518)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.734--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 940782077
    [junit] [EL Finer]: 2024-04-17 17:54:21.734--ClientSession(940782077)--Thread(Thread[main,5,main])--acquire unit of work: 898700870
    [junit] [EL Finest]: 2024-04-17 17:54:21.734--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-17 17:54:21.734--ServerSession(454071866)--Connection(715515400)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.734--ServerSession(454071866)--Connection(715515400)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.734--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-17 17:54:21.734--ServerSession(454071866)--Connection(715515400)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.735--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1847716996
    [junit] [EL Finer]: 2024-04-17 17:54:21.735--ClientSession(1847716996)--Thread(Thread[main,5,main])--acquire unit of work: 74735090
    [junit] [EL Finest]: 2024-04-17 17:54:21.735--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-17 17:54:21.735--ServerSession(454071866)--Connection(1883925514)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.735--ServerSession(454071866)--Connection(1883925514)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.735--ServerSession(454071866)--Connection(1427410331)--Thread(Thread[main,5,main])--SELECT SERIALIZABLE FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.735--ServerSession(454071866)--Connection(1883925514)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.735--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 311254728
    [junit] [EL Finer]: 2024-04-17 17:54:21.735--ClientSession(311254728)--Thread(Thread[main,5,main])--acquire unit of work: 830753455
    [junit] [EL Finest]: 2024-04-17 17:54:21.736--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-17 17:54:21.736--ServerSession(454071866)--Connection(1074618705)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.736--ServerSession(454071866)--Connection(1074618705)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.736--ServerSession(454071866)--Connection(1962589351)--Thread(Thread[main,5,main])--SELECT SERIALIZABLE FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.736--ServerSession(454071866)--Connection(1074618705)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.745--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 355030274
    [junit] [EL Finer]: 2024-04-17 17:54:21.745--ClientSession(355030274)--Thread(Thread[main,5,main])--acquire unit of work: 1471002350
    [junit] [EL Finest]: 2024-04-17 17:54:21.745--UnitOfWork(1471002350)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.745--UnitOfWork(1471002350)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.745--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-17 17:54:21.745--ServerSession(454071866)--Connection(1148828253)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.745--ClientSession(355030274)--Connection(1148828253)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.745--ClientSession(355030274)--Connection(1148828253)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.745--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-17 17:54:21.746--ClientSession(355030274)--Connection(1729185799)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.746--ServerSession(454071866)--Connection(1148828253)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.746--UnitOfWork(1471002350)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.746--UnitOfWork(1471002350)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.746--UnitOfWork(1471002350)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.746--ClientSession(355030274)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.746--UnitOfWork(1471002350)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.746--ClientSession(355030274)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.747--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 460349285
    [junit] [EL Finer]: 2024-04-17 17:54:21.747--ClientSession(460349285)--Thread(Thread[main,5,main])--acquire unit of work: 1993112956
    [junit] [EL Finest]: 2024-04-17 17:54:21.747--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-17 17:54:21.747--ServerSession(454071866)--Connection(1890305745)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.747--ServerSession(454071866)--Connection(1890305745)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.747--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-17 17:54:21.747--ServerSession(454071866)--Connection(1890305745)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.748--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1435595191
    [junit] [EL Finer]: 2024-04-17 17:54:21.748--ClientSession(1435595191)--Thread(Thread[main,5,main])--acquire unit of work: 467388536
    [junit] [EL Finest]: 2024-04-17 17:54:21.748--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-17 17:54:21.748--ServerSession(454071866)--Connection(731646478)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.748--ServerSession(454071866)--Connection(731646478)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.748--ServerSession(454071866)--Connection(1721495425)--Thread(Thread[main,5,main])--SELECT W_INTEGER FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.748--ServerSession(454071866)--Connection(731646478)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.757--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 266149413
    [junit] [EL Finer]: 2024-04-17 17:54:21.757--ClientSession(266149413)--Thread(Thread[main,5,main])--acquire unit of work: 2118398388
    [junit] [EL Finest]: 2024-04-17 17:54:21.757--UnitOfWork(2118398388)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.757--UnitOfWork(2118398388)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.757--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-17 17:54:21.757--ServerSession(454071866)--Connection(1865445743)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.757--ClientSession(266149413)--Connection(1865445743)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.757--ClientSession(266149413)--Connection(1865445743)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.757--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-17 17:54:21.758--ClientSession(266149413)--Connection(1007076085)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.758--ServerSession(454071866)--Connection(1865445743)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.758--UnitOfWork(2118398388)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.758--UnitOfWork(2118398388)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.758--UnitOfWork(2118398388)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.758--ClientSession(266149413)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.758--UnitOfWork(2118398388)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.758--ClientSession(266149413)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.759--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2070391458
    [junit] [EL Finer]: 2024-04-17 17:54:21.759--ClientSession(2070391458)--Thread(Thread[main,5,main])--acquire unit of work: 1904008785
    [junit] [EL Finest]: 2024-04-17 17:54:21.759--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-17 17:54:21.759--ServerSession(454071866)--Connection(1022094457)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.759--ServerSession(454071866)--Connection(1022094457)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.759--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-17 17:54:21.759--ServerSession(454071866)--Connection(1022094457)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.76--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 79133984
    [junit] [EL Finer]: 2024-04-17 17:54:21.76--ClientSession(79133984)--Thread(Thread[main,5,main])--acquire unit of work: 939858162
    [junit] [EL Finest]: 2024-04-17 17:54:21.76--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-17 17:54:21.76--ServerSession(454071866)--Connection(251543248)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.76--ServerSession(454071866)--Connection(251543248)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.76--ServerSession(454071866)--Connection(412271212)--Thread(Thread[main,5,main])--SELECT SUM(P_INT) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.76--ServerSession(454071866)--Connection(251543248)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.769--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1180247801
    [junit] [EL Finer]: 2024-04-17 17:54:21.769--ClientSession(1180247801)--Thread(Thread[main,5,main])--acquire unit of work: 2114168571
    [junit] [EL Finest]: 2024-04-17 17:54:21.769--UnitOfWork(2114168571)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.769--UnitOfWork(2114168571)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.769--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-17 17:54:21.769--ServerSession(454071866)--Connection(861091167)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.769--ClientSession(1180247801)--Connection(861091167)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.769--ClientSession(1180247801)--Connection(861091167)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.769--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-17 17:54:21.77--ClientSession(1180247801)--Connection(1211112563)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.771--ServerSession(454071866)--Connection(861091167)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.771--UnitOfWork(2114168571)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.771--UnitOfWork(2114168571)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.771--UnitOfWork(2114168571)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.771--ClientSession(1180247801)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.771--UnitOfWork(2114168571)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.771--ClientSession(1180247801)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.771--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2041160949
    [junit] [EL Finer]: 2024-04-17 17:54:21.771--ClientSession(2041160949)--Thread(Thread[main,5,main])--acquire unit of work: 833813559
    [junit] [EL Finest]: 2024-04-17 17:54:21.771--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-17 17:54:21.771--ServerSession(454071866)--Connection(140547035)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.771--ServerSession(454071866)--Connection(140547035)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.771--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-17 17:54:21.772--ServerSession(454071866)--Connection(140547035)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.772--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1504949912
    [junit] [EL Finer]: 2024-04-17 17:54:21.772--ClientSession(1504949912)--Thread(Thread[main,5,main])--acquire unit of work: 1848741608
    [junit] [EL Finest]: 2024-04-17 17:54:21.772--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-17 17:54:21.772--ServerSession(454071866)--Connection(639908545)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.772--ServerSession(454071866)--Connection(639908545)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.773--ServerSession(454071866)--Connection(181884477)--Thread(Thread[main,5,main])--SELECT SQL_DATE FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.773--ServerSession(454071866)--Connection(639908545)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.782--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 462663651
    [junit] [EL Finer]: 2024-04-17 17:54:21.782--ClientSession(462663651)--Thread(Thread[main,5,main])--acquire unit of work: 1960604278
    [junit] [EL Finest]: 2024-04-17 17:54:21.782--UnitOfWork(1960604278)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.782--UnitOfWork(1960604278)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.782--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-17 17:54:21.782--ServerSession(454071866)--Connection(1539409067)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.782--ClientSession(462663651)--Connection(1539409067)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.782--ClientSession(462663651)--Connection(1539409067)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.782--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-17 17:54:21.783--ClientSession(462663651)--Connection(335262598)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.783--ServerSession(454071866)--Connection(1539409067)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.783--UnitOfWork(1960604278)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.783--UnitOfWork(1960604278)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.783--UnitOfWork(1960604278)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.783--ClientSession(462663651)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.783--UnitOfWork(1960604278)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.784--ClientSession(462663651)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.784--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 722352012
    [junit] [EL Finer]: 2024-04-17 17:54:21.784--ClientSession(722352012)--Thread(Thread[main,5,main])--acquire unit of work: 1705498344
    [junit] [EL Finest]: 2024-04-17 17:54:21.784--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-17 17:54:21.784--ServerSession(454071866)--Connection(978170549)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.784--ServerSession(454071866)--Connection(978170549)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.784--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-17 17:54:21.784--ServerSession(454071866)--Connection(978170549)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.785--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1423824061
    [junit] [EL Finer]: 2024-04-17 17:54:21.785--ClientSession(1423824061)--Thread(Thread[main,5,main])--acquire unit of work: 312379116
    [junit] [EL Finest]: 2024-04-17 17:54:21.785--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-17 17:54:21.785--ServerSession(454071866)--Connection(2062682959)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.785--ServerSession(454071866)--Connection(2062682959)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.785--ServerSession(454071866)--Connection(938174859)--Thread(Thread[main,5,main])--SELECT SQL_TIME FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.785--ServerSession(454071866)--Connection(2062682959)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.794--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1836000662
    [junit] [EL Finer]: 2024-04-17 17:54:21.794--ClientSession(1836000662)--Thread(Thread[main,5,main])--acquire unit of work: 702369119
    [junit] [EL Finest]: 2024-04-17 17:54:21.794--UnitOfWork(702369119)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.794--UnitOfWork(702369119)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.794--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-17 17:54:21.794--ServerSession(454071866)--Connection(1099349218)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.794--ClientSession(1836000662)--Connection(1099349218)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.794--ClientSession(1836000662)--Connection(1099349218)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.794--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-17 17:54:21.795--ClientSession(1836000662)--Connection(394269711)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.795--ServerSession(454071866)--Connection(1099349218)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.795--UnitOfWork(702369119)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.795--UnitOfWork(702369119)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.796--UnitOfWork(702369119)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.796--ClientSession(1836000662)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.796--UnitOfWork(702369119)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.796--ClientSession(1836000662)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.796--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 540974646
    [junit] [EL Finer]: 2024-04-17 17:54:21.796--ClientSession(540974646)--Thread(Thread[main,5,main])--acquire unit of work: 923387474
    [junit] [EL Finest]: 2024-04-17 17:54:21.796--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-17 17:54:21.796--ServerSession(454071866)--Connection(736398366)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.796--ServerSession(454071866)--Connection(736398366)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.796--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-17 17:54:21.796--ServerSession(454071866)--Connection(736398366)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.797--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 465426483
    [junit] [EL Finer]: 2024-04-17 17:54:21.797--ClientSession(465426483)--Thread(Thread[main,5,main])--acquire unit of work: 713948663
    [junit] [EL Finest]: 2024-04-17 17:54:21.797--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-17 17:54:21.797--ServerSession(454071866)--Connection(1350311449)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.797--ServerSession(454071866)--Connection(1350311449)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.797--ServerSession(454071866)--Connection(1016061743)--Thread(Thread[main,5,main])--SELECT PBA_BLOB FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.797--ServerSession(454071866)--Connection(1350311449)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.806--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2116634399
    [junit] [EL Finer]: 2024-04-17 17:54:21.806--ClientSession(2116634399)--Thread(Thread[main,5,main])--acquire unit of work: 16245915
    [junit] [EL Finest]: 2024-04-17 17:54:21.806--UnitOfWork(16245915)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.806--UnitOfWork(16245915)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.806--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-17 17:54:21.806--ServerSession(454071866)--Connection(1726362997)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.806--ClientSession(2116634399)--Connection(1726362997)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.806--ClientSession(2116634399)--Connection(1726362997)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.806--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-17 17:54:21.807--ClientSession(2116634399)--Connection(1173176233)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.807--ServerSession(454071866)--Connection(1726362997)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.807--UnitOfWork(16245915)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.807--UnitOfWork(16245915)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.808--UnitOfWork(16245915)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.808--ClientSession(2116634399)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.808--UnitOfWork(16245915)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.808--ClientSession(2116634399)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.808--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2019511300
    [junit] [EL Finer]: 2024-04-17 17:54:21.808--ClientSession(2019511300)--Thread(Thread[main,5,main])--acquire unit of work: 1424172241
    [junit] [EL Finest]: 2024-04-17 17:54:21.808--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-17 17:54:21.808--ServerSession(454071866)--Connection(1200281101)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.808--ServerSession(454071866)--Connection(1200281101)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.808--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-17 17:54:21.808--ServerSession(454071866)--Connection(1200281101)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.809--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 153465621
    [junit] [EL Finer]: 2024-04-17 17:54:21.809--ClientSession(153465621)--Thread(Thread[main,5,main])--acquire unit of work: 1766202495
    [junit] [EL Finest]: 2024-04-17 17:54:21.809--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-17 17:54:21.809--ServerSession(454071866)--Connection(1545816470)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.809--ServerSession(454071866)--Connection(1545816470)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.809--ServerSession(454071866)--Connection(1686961913)--Thread(Thread[main,5,main])--SELECT SUM(P_FLOAT) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.809--ServerSession(454071866)--Connection(1545816470)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.818--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1547226778
    [junit] [EL Finer]: 2024-04-17 17:54:21.818--ClientSession(1547226778)--Thread(Thread[main,5,main])--acquire unit of work: 912557855
    [junit] [EL Finest]: 2024-04-17 17:54:21.818--UnitOfWork(912557855)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.818--UnitOfWork(912557855)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.818--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-17 17:54:21.818--ServerSession(454071866)--Connection(649846379)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.818--ClientSession(1547226778)--Connection(649846379)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.818--ClientSession(1547226778)--Connection(649846379)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.819--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-17 17:54:21.819--ClientSession(1547226778)--Connection(380824237)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.82--ServerSession(454071866)--Connection(649846379)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.82--UnitOfWork(912557855)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.82--UnitOfWork(912557855)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.82--UnitOfWork(912557855)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.82--ClientSession(1547226778)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.82--UnitOfWork(912557855)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.82--ClientSession(1547226778)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.82--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 677124190
    [junit] [EL Finer]: 2024-04-17 17:54:21.82--ClientSession(677124190)--Thread(Thread[main,5,main])--acquire unit of work: 691697786
    [junit] [EL Finest]: 2024-04-17 17:54:21.82--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-17 17:54:21.82--ServerSession(454071866)--Connection(598728266)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.82--ServerSession(454071866)--Connection(598728266)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.82--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-17 17:54:21.821--ServerSession(454071866)--Connection(598728266)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.821--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 99985492
    [junit] [EL Finer]: 2024-04-17 17:54:21.821--ClientSession(99985492)--Thread(Thread[main,5,main])--acquire unit of work: 1498006437
    [junit] [EL Finest]: 2024-04-17 17:54:21.821--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-17 17:54:21.821--ServerSession(454071866)--Connection(1830204207)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.821--ServerSession(454071866)--Connection(1830204207)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.821--ServerSession(454071866)--Connection(1328095373)--Thread(Thread[main,5,main])--SELECT SUM(P_SHORT) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.822--ServerSession(454071866)--Connection(1830204207)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.83--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 772345783
    [junit] [EL Finer]: 2024-04-17 17:54:21.83--ClientSession(772345783)--Thread(Thread[main,5,main])--acquire unit of work: 2111683444
    [junit] [EL Finest]: 2024-04-17 17:54:21.83--UnitOfWork(2111683444)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.83--UnitOfWork(2111683444)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.83--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-17 17:54:21.83--ServerSession(454071866)--Connection(2033056323)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.83--ClientSession(772345783)--Connection(2033056323)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.83--ClientSession(772345783)--Connection(2033056323)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.831--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-17 17:54:21.832--ClientSession(772345783)--Connection(353974852)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.832--ServerSession(454071866)--Connection(2033056323)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.832--UnitOfWork(2111683444)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.832--UnitOfWork(2111683444)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.832--UnitOfWork(2111683444)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.832--ClientSession(772345783)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.832--UnitOfWork(2111683444)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.832--ClientSession(772345783)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.832--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1046300413
    [junit] [EL Finer]: 2024-04-17 17:54:21.832--ClientSession(1046300413)--Thread(Thread[main,5,main])--acquire unit of work: 1649053800
    [junit] [EL Finest]: 2024-04-17 17:54:21.832--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-17 17:54:21.832--ServerSession(454071866)--Connection(513512429)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.832--ServerSession(454071866)--Connection(513512429)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.832--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-17 17:54:21.833--ServerSession(454071866)--Connection(513512429)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.833--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2048738637
    [junit] [EL Finer]: 2024-04-17 17:54:21.833--ClientSession(2048738637)--Thread(Thread[main,5,main])--acquire unit of work: 1366980972
    [junit] [EL Finest]: 2024-04-17 17:54:21.833--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-17 17:54:21.833--ServerSession(454071866)--Connection(903187256)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.833--ServerSession(454071866)--Connection(903187256)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.833--ServerSession(454071866)--Connection(1329528015)--Thread(Thread[main,5,main])--SELECT STRING_CLOB FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.834--ServerSession(454071866)--Connection(903187256)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.842--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2086655188
    [junit] [EL Finer]: 2024-04-17 17:54:21.842--ClientSession(2086655188)--Thread(Thread[main,5,main])--acquire unit of work: 1823213480
    [junit] [EL Finest]: 2024-04-17 17:54:21.842--UnitOfWork(1823213480)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.842--UnitOfWork(1823213480)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.842--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-17 17:54:21.842--ServerSession(454071866)--Connection(1494458295)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.842--ClientSession(2086655188)--Connection(1494458295)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.842--ClientSession(2086655188)--Connection(1494458295)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.843--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-17 17:54:21.844--ClientSession(2086655188)--Connection(8896147)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.844--ServerSession(454071866)--Connection(1494458295)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.844--UnitOfWork(1823213480)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.844--UnitOfWork(1823213480)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.844--UnitOfWork(1823213480)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.844--ClientSession(2086655188)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.844--UnitOfWork(1823213480)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.844--ClientSession(2086655188)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.844--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 223752887
    [junit] [EL Finer]: 2024-04-17 17:54:21.844--ClientSession(223752887)--Thread(Thread[main,5,main])--acquire unit of work: 815298216
    [junit] [EL Finest]: 2024-04-17 17:54:21.844--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-17 17:54:21.844--ServerSession(454071866)--Connection(1516343930)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.844--ServerSession(454071866)--Connection(1516343930)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.844--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-17 17:54:21.845--ServerSession(454071866)--Connection(1516343930)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.845--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2110517923
    [junit] [EL Finer]: 2024-04-17 17:54:21.845--ClientSession(2110517923)--Thread(Thread[main,5,main])--acquire unit of work: 877739820
    [junit] [EL Finest]: 2024-04-17 17:54:21.845--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-17 17:54:21.845--ServerSession(454071866)--Connection(407321562)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.845--ServerSession(454071866)--Connection(407321562)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.846--ServerSession(454071866)--Connection(1140571014)--Thread(Thread[main,5,main])--SELECT MAX(UTIL_DATE) FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.846--ServerSession(454071866)--Connection(407321562)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.855--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 988813245
    [junit] [EL Finer]: 2024-04-17 17:54:21.855--ClientSession(988813245)--Thread(Thread[main,5,main])--acquire unit of work: 1909330292
    [junit] [EL Finest]: 2024-04-17 17:54:21.855--UnitOfWork(1909330292)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.855--UnitOfWork(1909330292)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.855--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-17 17:54:21.855--ServerSession(454071866)--Connection(407795087)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.855--ClientSession(988813245)--Connection(407795087)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.855--ClientSession(988813245)--Connection(407795087)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.855--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-17 17:54:21.856--ClientSession(988813245)--Connection(1174243240)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.857--ServerSession(454071866)--Connection(407795087)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.857--UnitOfWork(1909330292)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.857--UnitOfWork(1909330292)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.857--UnitOfWork(1909330292)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.857--ClientSession(988813245)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.857--UnitOfWork(1909330292)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.857--ClientSession(988813245)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.857--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1910718752
    [junit] [EL Finer]: 2024-04-17 17:54:21.857--ClientSession(1910718752)--Thread(Thread[main,5,main])--acquire unit of work: 1477068915
    [junit] [EL Finest]: 2024-04-17 17:54:21.857--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-17 17:54:21.857--ServerSession(454071866)--Connection(245318510)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.857--ServerSession(454071866)--Connection(245318510)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.857--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-17 17:54:21.858--ServerSession(454071866)--Connection(245318510)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.858--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1595502078
    [junit] [EL Finer]: 2024-04-17 17:54:21.858--ClientSession(1595502078)--Thread(Thread[main,5,main])--acquire unit of work: 156136100
    [junit] [EL Finest]: 2024-04-17 17:54:21.858--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-17 17:54:21.858--ServerSession(454071866)--Connection(785755749)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.858--ServerSession(454071866)--Connection(785755749)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.858--ServerSession(454071866)--Connection(1225739079)--Thread(Thread[main,5,main])--SELECT PCA_CLOB FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.858--ServerSession(454071866)--Connection(785755749)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.867--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 395263469
    [junit] [EL Finer]: 2024-04-17 17:54:21.867--ClientSession(395263469)--Thread(Thread[main,5,main])--acquire unit of work: 664439688
    [junit] [EL Finest]: 2024-04-17 17:54:21.867--UnitOfWork(664439688)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.867--UnitOfWork(664439688)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.867--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-17 17:54:21.867--ServerSession(454071866)--Connection(1673217698)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.867--ClientSession(395263469)--Connection(1673217698)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.867--ClientSession(395263469)--Connection(1673217698)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.868--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-17 17:54:21.868--ClientSession(395263469)--Connection(2049795203)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.869--ServerSession(454071866)--Connection(1673217698)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.869--UnitOfWork(664439688)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.869--UnitOfWork(664439688)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.869--UnitOfWork(664439688)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.869--ClientSession(395263469)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.869--UnitOfWork(664439688)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.869--ClientSession(395263469)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.869--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1662538405
    [junit] [EL Finer]: 2024-04-17 17:54:21.869--ClientSession(1662538405)--Thread(Thread[main,5,main])--acquire unit of work: 1912617785
    [junit] [EL Finest]: 2024-04-17 17:54:21.869--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-17 17:54:21.869--ServerSession(454071866)--Connection(1143751326)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.869--ServerSession(454071866)--Connection(1143751326)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.869--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-17 17:54:21.87--ServerSession(454071866)--Connection(1143751326)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.87--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1564688479
    [junit] [EL Finer]: 2024-04-17 17:54:21.87--ClientSession(1564688479)--Thread(Thread[main,5,main])--acquire unit of work: 323073997
    [junit] [EL Finest]: 2024-04-17 17:54:21.87--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-17 17:54:21.87--ServerSession(454071866)--Connection(925337525)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.87--ServerSession(454071866)--Connection(925337525)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.87--ServerSession(454071866)--Connection(753446971)--Thread(Thread[main,5,main])--SELECT ENUM_STRING FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.871--ServerSession(454071866)--Connection(925337525)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.871--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1963946302
    [junit] [EL Finer]: 2024-04-17 17:54:21.871--ClientSession(1963946302)--Thread(Thread[main,5,main])--acquire unit of work: 2115914245
    [junit] [EL Finest]: 2024-04-17 17:54:21.871--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-17 17:54:21.871--ServerSession(454071866)--Connection(387859605)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.871--ServerSession(454071866)--Connection(387859605)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.871--ServerSession(454071866)--Connection(243994227)--Thread(Thread[main,5,main])--SELECT ENUM_STRING FROM TMP_BASIC_TYPES_FA
    [junit] [EL Finest]: 2024-04-17 17:54:21.871--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.453 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSetFunctions
    [junit] [EL Finer]: 2024-04-17 17:54:21.886--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1630310554
    [junit] [EL Finer]: 2024-04-17 17:54:21.886--ClientSession(1630310554)--Thread(Thread[main,5,main])--acquire unit of work: 688175941
    [junit] [EL Finest]: 2024-04-17 17:54:21.886--UnitOfWork(688175941)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:21.886--UnitOfWork(688175941)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:21.886--UnitOfWork(688175941)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.886--UnitOfWork(688175941)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.887--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-17 17:54:21.887--ServerSession(454071866)--Connection(2053690007)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.887--ClientSession(1630310554)--Connection(2053690007)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.887--ClientSession(1630310554)--Connection(2053690007)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:21.887--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-17 17:54:21.887--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-17 17:54:21.887--ClientSession(1630310554)--Connection(2061281899)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:21.887--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-17 17:54:21.887--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-17 17:54:21.887--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-17 17:54:21.887--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-17 17:54:21.887--ClientSession(1630310554)--Connection(2061281899)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:21.888--ClientSession(1630310554)--Connection(2061281899)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.888--ServerSession(454071866)--Connection(2053690007)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.889--UnitOfWork(688175941)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.889--UnitOfWork(688175941)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.889--UnitOfWork(688175941)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.889--ClientSession(1630310554)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.889--UnitOfWork(688175941)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.889--ClientSession(1630310554)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.89--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 450222736
    [junit] [EL Finer]: 2024-04-17 17:54:21.89--ClientSession(450222736)--Thread(Thread[main,5,main])--acquire unit of work: 564836674
    [junit] [EL Finest]: 2024-04-17 17:54:21.89--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-17 17:54:21.89--ServerSession(454071866)--Connection(1290410413)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.89--ServerSession(454071866)--Connection(1290410413)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.89--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-17 17:54:21.891--ServerSession(454071866)--Connection(1290410413)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.891--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-17 17:54:21.891--ServerSession(454071866)--Connection(567714715)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.891--ServerSession(454071866)--Connection(567714715)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.891--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-17 17:54:21.891--ServerSession(454071866)--Connection(567714715)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.9--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1957447701
    [junit] [EL Finer]: 2024-04-17 17:54:21.9--ClientSession(1957447701)--Thread(Thread[main,5,main])--acquire unit of work: 1013835074
    [junit] [EL Finest]: 2024-04-17 17:54:21.9--UnitOfWork(1013835074)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:21.901--UnitOfWork(1013835074)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:21.901--UnitOfWork(1013835074)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.901--UnitOfWork(1013835074)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.901--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-17 17:54:21.901--ServerSession(454071866)--Connection(1948560607)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.901--ClientSession(1957447701)--Connection(1948560607)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.901--ClientSession(1957447701)--Connection(1948560607)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:21.901--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-17 17:54:21.901--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-17 17:54:21.901--ClientSession(1957447701)--Connection(427925708)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:21.901--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-17 17:54:21.901--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-17 17:54:21.901--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-17 17:54:21.901--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-17 17:54:21.901--ClientSession(1957447701)--Connection(427925708)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:21.902--ClientSession(1957447701)--Connection(427925708)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.903--ServerSession(454071866)--Connection(1948560607)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.903--UnitOfWork(1013835074)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.903--UnitOfWork(1013835074)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.903--UnitOfWork(1013835074)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.903--ClientSession(1957447701)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.903--UnitOfWork(1013835074)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.903--ClientSession(1957447701)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.903--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 738046956
    [junit] [EL Finer]: 2024-04-17 17:54:21.903--ClientSession(738046956)--Thread(Thread[main,5,main])--acquire unit of work: 935202117
    [junit] [EL Finest]: 2024-04-17 17:54:21.903--UnitOfWork(935202117)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT MAX(SALARY) FROM TMP_EMP")
    [junit] [EL Finest]: 2024-04-17 17:54:21.903--ServerSession(454071866)--Connection(624408149)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.903--ServerSession(454071866)--Connection(624408149)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.904--ServerSession(454071866)--Connection(774511580)--Thread(Thread[main,5,main])--SELECT MAX(SALARY) FROM TMP_EMP
    [junit] [EL Finest]: 2024-04-17 17:54:21.904--ServerSession(454071866)--Connection(624408149)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.913--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1233830968
    [junit] [EL Finer]: 2024-04-17 17:54:21.913--ClientSession(1233830968)--Thread(Thread[main,5,main])--acquire unit of work: 1423975840
    [junit] [EL Finest]: 2024-04-17 17:54:21.913--UnitOfWork(1423975840)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:21.913--UnitOfWork(1423975840)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:21.913--UnitOfWork(1423975840)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.913--UnitOfWork(1423975840)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.913--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-17 17:54:21.913--ServerSession(454071866)--Connection(1404762404)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.913--ClientSession(1233830968)--Connection(1404762404)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.913--ClientSession(1233830968)--Connection(1404762404)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:21.913--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-17 17:54:21.914--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-17 17:54:21.914--ClientSession(1233830968)--Connection(1006569781)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:21.914--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-17 17:54:21.914--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-17 17:54:21.914--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-17 17:54:21.914--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-17 17:54:21.914--ClientSession(1233830968)--Connection(1006569781)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:21.914--ClientSession(1233830968)--Connection(1006569781)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.915--ServerSession(454071866)--Connection(1404762404)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.915--UnitOfWork(1423975840)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.915--UnitOfWork(1423975840)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.915--UnitOfWork(1423975840)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.915--ClientSession(1233830968)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.915--UnitOfWork(1423975840)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.915--ClientSession(1233830968)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.915--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1560961265
    [junit] [EL Finer]: 2024-04-17 17:54:21.915--ClientSession(1560961265)--Thread(Thread[main,5,main])--acquire unit of work: 2073458110
    [junit] [EL Finest]: 2024-04-17 17:54:21.915--UnitOfWork(2073458110)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT MIN(SALARY) FROM TMP_EMP")
    [junit] [EL Finest]: 2024-04-17 17:54:21.915--ServerSession(454071866)--Connection(910819110)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.915--ServerSession(454071866)--Connection(910819110)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.915--ServerSession(454071866)--Connection(614239214)--Thread(Thread[main,5,main])--SELECT MIN(SALARY) FROM TMP_EMP
    [junit] [EL Finest]: 2024-04-17 17:54:21.916--ServerSession(454071866)--Connection(910819110)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.916--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-17 17:54:21.916--ServerSession(454071866)--Connection(85439519)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.916--ServerSession(454071866)--Connection(85439519)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.916--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-17 17:54:21.917--ServerSession(454071866)--Connection(85439519)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.926--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 822275697
    [junit] [EL Finer]: 2024-04-17 17:54:21.926--ClientSession(822275697)--Thread(Thread[main,5,main])--acquire unit of work: 1536939082
    [junit] [EL Finest]: 2024-04-17 17:54:21.926--UnitOfWork(1536939082)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:21.927--UnitOfWork(1536939082)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:21.927--UnitOfWork(1536939082)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.927--UnitOfWork(1536939082)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.927--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-17 17:54:21.927--ServerSession(454071866)--Connection(1266881685)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.927--ClientSession(822275697)--Connection(1266881685)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.927--ClientSession(822275697)--Connection(1266881685)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:21.927--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-17 17:54:21.927--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-17 17:54:21.927--ClientSession(822275697)--Connection(2065549932)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:21.927--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-17 17:54:21.927--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-17 17:54:21.927--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-17 17:54:21.927--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-17 17:54:21.927--ClientSession(822275697)--Connection(2065549932)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:21.928--ClientSession(822275697)--Connection(2065549932)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.929--ServerSession(454071866)--Connection(1266881685)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.929--UnitOfWork(1536939082)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.929--UnitOfWork(1536939082)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.929--UnitOfWork(1536939082)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.929--ClientSession(822275697)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.929--UnitOfWork(1536939082)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.929--ClientSession(822275697)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.929--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 459758433
    [junit] [EL Finer]: 2024-04-17 17:54:21.929--ClientSession(459758433)--Thread(Thread[main,5,main])--acquire unit of work: 1010525259
    [junit] [EL Finest]: 2024-04-17 17:54:21.929--UnitOfWork(1010525259)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT SUM(SALARY) FROM TMP_EMP")
    [junit] [EL Finest]: 2024-04-17 17:54:21.93--ServerSession(454071866)--Connection(1374506047)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.93--ServerSession(454071866)--Connection(1374506047)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.93--ServerSession(454071866)--Connection(1657387622)--Thread(Thread[main,5,main])--SELECT SUM(SALARY) FROM TMP_EMP
    [junit] [EL Finest]: 2024-04-17 17:54:21.93--ServerSession(454071866)--Connection(1374506047)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:21.939--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 816372481
    [junit] [EL Finer]: 2024-04-17 17:54:21.939--ClientSession(816372481)--Thread(Thread[main,5,main])--acquire unit of work: 1372975160
    [junit] [EL Finest]: 2024-04-17 17:54:21.939--UnitOfWork(1372975160)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:21.939--UnitOfWork(1372975160)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:21.939--UnitOfWork(1372975160)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.939--UnitOfWork(1372975160)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.939--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-17 17:54:21.939--ServerSession(454071866)--Connection(2119005244)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.939--ClientSession(816372481)--Connection(2119005244)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.939--ClientSession(816372481)--Connection(2119005244)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:21.939--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-17 17:54:21.939--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-17 17:54:21.939--ClientSession(816372481)--Connection(1086317374)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:21.94--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-17 17:54:21.94--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-17 17:54:21.94--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-17 17:54:21.94--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-17 17:54:21.94--ClientSession(816372481)--Connection(1086317374)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:21.94--ClientSession(816372481)--Connection(1086317374)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.941--ServerSession(454071866)--Connection(2119005244)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.941--UnitOfWork(1372975160)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.941--UnitOfWork(1372975160)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.941--UnitOfWork(1372975160)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.941--ClientSession(816372481)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.941--UnitOfWork(1372975160)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.941--ClientSession(816372481)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.941--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 274592534
    [junit] [EL Finer]: 2024-04-17 17:54:21.941--ClientSession(274592534)--Thread(Thread[main,5,main])--acquire unit of work: 42460953
    [junit] [EL Finest]: 2024-04-17 17:54:21.941--UnitOfWork(42460953)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT AVG(SALARY) FROM TMP_EMP")
    [junit] [EL Finest]: 2024-04-17 17:54:21.941--ServerSession(454071866)--Connection(1658452554)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.941--ServerSession(454071866)--Connection(1658452554)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.941--ServerSession(454071866)--Connection(161290996)--Thread(Thread[main,5,main])--SELECT AVG(SALARY) FROM TMP_EMP
    [junit] [EL Finest]: 2024-04-17 17:54:21.942--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.066 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSimpleQuery
    [junit] [EL Finer]: 2024-04-17 17:54:21.964--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1178109942
    [junit] [EL Finer]: 2024-04-17 17:54:21.964--ClientSession(1178109942)--Thread(Thread[main,5,main])--acquire unit of work: 1056790461
    [junit] [EL Finest]: 2024-04-17 17:54:21.964--UnitOfWork(1056790461)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:21.964--UnitOfWork(1056790461)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:21.964--UnitOfWork(1056790461)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.964--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-17 17:54:21.965--ServerSession(454071866)--Connection(1456268576)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.965--ClientSession(1178109942)--Connection(1456268576)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.965--ClientSession(1178109942)--Connection(1456268576)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:21.965--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-17 17:54:21.965--ClientSession(1178109942)--Connection(1123349783)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:21.965--ClientSession(1178109942)--Connection(1123349783)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:21.965--ClientSession(1178109942)--Connection(1123349783)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:21.965--ClientSession(1178109942)--Connection(1123349783)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:21.965--ClientSession(1178109942)--Connection(1123349783)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:21.965--ClientSession(1178109942)--Connection(1123349783)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.966--ServerSession(454071866)--Connection(1456268576)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.966--UnitOfWork(1056790461)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.966--UnitOfWork(1056790461)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.966--UnitOfWork(1056790461)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.966--ClientSession(1178109942)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.966--UnitOfWork(1056790461)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.966--ClientSession(1178109942)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.966--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 900657051
    [junit] [EL Finer]: 2024-04-17 17:54:21.966--ClientSession(900657051)--Thread(Thread[main,5,main])--acquire unit of work: 1829602623
    [junit] [EL Finest]: 2024-04-17 17:54:21.966--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-17 17:54:21.966--ServerSession(454071866)--Connection(690405852)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.966--ServerSession(454071866)--Connection(690405852)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.966--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-17 17:54:21.967--ServerSession(454071866)--Connection(690405852)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.968--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-17 17:54:21.968--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-17 17:54:21.984--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 387556615
    [junit] [EL Finer]: 2024-04-17 17:54:21.984--ClientSession(387556615)--Thread(Thread[main,5,main])--acquire unit of work: 1880589092
    [junit] [EL Finest]: 2024-04-17 17:54:21.984--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:21.984--ServerSession(454071866)--Connection(728520238)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.984--ClientSession(387556615)--Connection(728520238)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.985--ClientSession(387556615)--Connection(728520238)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:21.985--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-17 17:54:21.985--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-17 17:54:21.985--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-17 17:54:21.985--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-17 17:54:21.985--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-17 17:54:21.985--ClientSession(387556615)--Connection(1896349657)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.986--ServerSession(454071866)--Connection(1896349657)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.986--ServerSession(454071866)--Connection(728520238)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:21.986--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-17 17:54:21.986--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:21.986--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-17 17:54:21.986--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:21.986--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-17 17:54:21.986--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:21.986--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-17 17:54:21.986--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:21.986--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-17 17:54:21.986--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:21.986--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-17 17:54:21.986--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:21.986--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-17 17:54:21.986--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:21.986--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-17 17:54:21.986--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:21.986--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-17 17:54:21.986--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:21.986--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-17 17:54:21.986--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:21.986--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-17 17:54:21.986--ServerSession(454071866)--Connection(1476275380)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.986--ClientSession(387556615)--Connection(1476275380)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.986--ClientSession(387556615)--Connection(1476275380)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:21.987--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-17 17:54:21.987--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-17 17:54:21.987--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-17 17:54:21.987--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-17 17:54:21.987--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-17 17:54:21.987--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-17 17:54:21.987--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-17 17:54:21.987--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-17 17:54:21.987--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-17 17:54:21.987--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:21.987--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:21.987--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])--	bind => [203, P2]
    [junit] [EL Fine]: 2024-04-17 17:54:21.987--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])--	bind => [202, P1]
    [junit] [EL Fine]: 2024-04-17 17:54:21.987--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])--	bind => [209, P8]
    [junit] [EL Fine]: 2024-04-17 17:54:21.987--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])--	bind => [204, P3]
    [junit] [EL Fine]: 2024-04-17 17:54:21.987--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])--	bind => [207, P6]
    [junit] [EL Fine]: 2024-04-17 17:54:21.987--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])--	bind => [201, P0]
    [junit] [EL Fine]: 2024-04-17 17:54:21.987--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])--	bind => [205, P4]
    [junit] [EL Fine]: 2024-04-17 17:54:21.987--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])--	bind => [206, P5]
    [junit] [EL Fine]: 2024-04-17 17:54:21.987--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])--	bind => [208, P7]
    [junit] [EL Fine]: 2024-04-17 17:54:21.987--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])--	bind => [210, P9]
    [junit] [EL Finer]: 2024-04-17 17:54:21.987--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:21.988--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:21.988--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-17 17:54:21.988--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])--	bind => [1, 0, 203]
    [junit] [EL Fine]: 2024-04-17 17:54:21.988--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])--	bind => [1, 0, 202]
    [junit] [EL Fine]: 2024-04-17 17:54:21.988--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])--	bind => [1, 0, 209]
    [junit] [EL Fine]: 2024-04-17 17:54:21.988--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])--	bind => [1, 0, 204]
    [junit] [EL Fine]: 2024-04-17 17:54:21.988--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])--	bind => [1, 0, 207]
    [junit] [EL Fine]: 2024-04-17 17:54:21.988--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])--	bind => [1, 0, 201]
    [junit] [EL Fine]: 2024-04-17 17:54:21.988--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])--	bind => [1, 0, 205]
    [junit] [EL Fine]: 2024-04-17 17:54:21.988--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])--	bind => [1, 0, 206]
    [junit] [EL Fine]: 2024-04-17 17:54:21.988--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])--	bind => [1, 0, 208]
    [junit] [EL Fine]: 2024-04-17 17:54:21.988--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])--	bind => [1, 0, 210]
    [junit] [EL Finer]: 2024-04-17 17:54:21.988--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:21.99--ClientSession(387556615)--Connection(627045674)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:21.99--ServerSession(454071866)--Connection(1476275380)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:21.99--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:21.99--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.99--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.99--ClientSession(387556615)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:21.99--UnitOfWork(1880589092)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:21.99--ClientSession(387556615)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:21.991--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 971681537
    [junit] [EL Finer]: 2024-04-17 17:54:21.991--ClientSession(971681537)--Thread(Thread[main,5,main])--acquire unit of work: 1827228088
    [junit] [EL Finest]: 2024-04-17 17:54:21.991--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-17 17:54:21.991--ServerSession(454071866)--Connection(1997338598)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.991--ServerSession(454071866)--Connection(1997338598)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.991--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-17 17:54:21.991--ServerSession(454071866)--Connection(1997338598)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.991--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-17 17:54:21.992--ServerSession(454071866)--Connection(1356224098)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.992--ServerSession(454071866)--Connection(1356224098)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.992--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-17 17:54:21.992--ServerSession(454071866)--Connection(1356224098)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.992--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-17 17:54:21.992--ServerSession(454071866)--Connection(1336596182)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:21.992--ServerSession(454071866)--Connection(1336596182)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:21.992--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-17 17:54:21.993--ServerSession(454071866)--Connection(1336596182)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:22.011--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 27281938
    [junit] [EL Finer]: 2024-04-17 17:54:22.011--ClientSession(27281938)--Thread(Thread[main,5,main])--acquire unit of work: 117571399
    [junit] [EL Finest]: 2024-04-17 17:54:22.011--UnitOfWork(117571399)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.011--UnitOfWork(117571399)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:22.011--UnitOfWork(117571399)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.011--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-17 17:54:22.011--ServerSession(454071866)--Connection(1249876628)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.011--ClientSession(27281938)--Connection(1249876628)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.011--ClientSession(27281938)--Connection(1249876628)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.011--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-17 17:54:22.011--ClientSession(27281938)--Connection(1407117218)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.011--ClientSession(27281938)--Connection(1407117218)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.011--ClientSession(27281938)--Connection(1407117218)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.011--ClientSession(27281938)--Connection(1407117218)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:22.011--ClientSession(27281938)--Connection(1407117218)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:22.012--ClientSession(27281938)--Connection(1407117218)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.012--ServerSession(454071866)--Connection(1249876628)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.012--UnitOfWork(117571399)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.012--UnitOfWork(117571399)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.012--UnitOfWork(117571399)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.012--ClientSession(27281938)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.012--UnitOfWork(117571399)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.012--ClientSession(27281938)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.013--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 261659974
    [junit] [EL Finer]: 2024-04-17 17:54:22.013--ClientSession(261659974)--Thread(Thread[main,5,main])--acquire unit of work: 1184233794
    [junit] [EL Finest]: 2024-04-17 17:54:22.013--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-17 17:54:22.013--ServerSession(454071866)--Connection(1464625080)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.013--ServerSession(454071866)--Connection(1464625080)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.013--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-17 17:54:22.013--ServerSession(454071866)--Connection(1464625080)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:22.03--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1201012359
    [junit] [EL Finer]: 2024-04-17 17:54:22.03--ClientSession(1201012359)--Thread(Thread[main,5,main])--acquire unit of work: 1714763873
    [junit] [EL Finest]: 2024-04-17 17:54:22.03--UnitOfWork(1714763873)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.03--UnitOfWork(1714763873)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:22.03--UnitOfWork(1714763873)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.03--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-17 17:54:22.03--ServerSession(454071866)--Connection(64608097)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.03--ClientSession(1201012359)--Connection(64608097)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.03--ClientSession(1201012359)--Connection(64608097)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.03--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-17 17:54:22.03--ClientSession(1201012359)--Connection(446783794)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.03--ClientSession(1201012359)--Connection(446783794)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.03--ClientSession(1201012359)--Connection(446783794)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.03--ClientSession(1201012359)--Connection(446783794)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:22.03--ClientSession(1201012359)--Connection(446783794)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:22.031--ClientSession(1201012359)--Connection(446783794)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.031--ServerSession(454071866)--Connection(64608097)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.031--UnitOfWork(1714763873)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.031--UnitOfWork(1714763873)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.031--UnitOfWork(1714763873)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.031--ClientSession(1201012359)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.031--UnitOfWork(1714763873)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.031--ClientSession(1201012359)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.031--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1298423492
    [junit] [EL Finer]: 2024-04-17 17:54:22.031--ClientSession(1298423492)--Thread(Thread[main,5,main])--acquire unit of work: 1158048713
    [junit] [EL Finest]: 2024-04-17 17:54:22.031--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-17 17:54:22.032--ServerSession(454071866)--Connection(1458951823)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.032--ServerSession(454071866)--Connection(1458951823)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.032--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-17 17:54:22.032--ServerSession(454071866)--Connection(1458951823)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:22.057--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1614081814
    [junit] [EL Finer]: 2024-04-17 17:54:22.057--ClientSession(1614081814)--Thread(Thread[main,5,main])--acquire unit of work: 801192950
    [junit] [EL Finest]: 2024-04-17 17:54:22.057--UnitOfWork(801192950)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.057--UnitOfWork(801192950)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:22.057--UnitOfWork(801192950)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.057--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-17 17:54:22.058--ServerSession(454071866)--Connection(1839429230)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.058--ClientSession(1614081814)--Connection(1839429230)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.058--ClientSession(1614081814)--Connection(1839429230)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.058--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-17 17:54:22.058--ClientSession(1614081814)--Connection(1411657119)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.058--ClientSession(1614081814)--Connection(1411657119)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.058--ClientSession(1614081814)--Connection(1411657119)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.058--ClientSession(1614081814)--Connection(1411657119)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:22.058--ClientSession(1614081814)--Connection(1411657119)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:22.058--ClientSession(1614081814)--Connection(1411657119)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.058--ServerSession(454071866)--Connection(1839429230)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.059--UnitOfWork(801192950)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.059--UnitOfWork(801192950)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.059--UnitOfWork(801192950)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.059--ClientSession(1614081814)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.059--UnitOfWork(801192950)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.059--ClientSession(1614081814)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.059--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 775331939
    [junit] [EL Finer]: 2024-04-17 17:54:22.059--ClientSession(775331939)--Thread(Thread[main,5,main])--acquire unit of work: 770618175
    [junit] [EL Finest]: 2024-04-17 17:54:22.059--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-17 17:54:22.059--ServerSession(454071866)--Connection(2061412816)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.059--ServerSession(454071866)--Connection(2061412816)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.059--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-17 17:54:22.06--ServerSession(454071866)--Connection(2061412816)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.06--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-17 17:54:22.06--ServerSession(454071866)--Connection(94815014)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.06--ServerSession(454071866)--Connection(94815014)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.06--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-17 17:54:22.06--ServerSession(454071866)--Connection(94815014)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.061--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-17 17:54:22.061--ServerSession(454071866)--Connection(552702267)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.061--ServerSession(454071866)--Connection(552702267)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.061--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-17 17:54:22.061--ServerSession(454071866)--Connection(552702267)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.061--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-17 17:54:22.061--ServerSession(454071866)--Connection(1417762702)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.061--ServerSession(454071866)--Connection(1417762702)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.061--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-17 17:54:22.062--ServerSession(454071866)--Connection(1417762702)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:22.078--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1962389425
    [junit] [EL Finer]: 2024-04-17 17:54:22.078--ClientSession(1962389425)--Thread(Thread[main,5,main])--acquire unit of work: 1716364813
    [junit] [EL Finest]: 2024-04-17 17:54:22.078--UnitOfWork(1716364813)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.078--UnitOfWork(1716364813)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:22.078--UnitOfWork(1716364813)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.078--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-17 17:54:22.078--ServerSession(454071866)--Connection(2000596733)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.078--ClientSession(1962389425)--Connection(2000596733)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.078--ClientSession(1962389425)--Connection(2000596733)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.078--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-17 17:54:22.078--ClientSession(1962389425)--Connection(226385033)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.078--ClientSession(1962389425)--Connection(226385033)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.078--ClientSession(1962389425)--Connection(226385033)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.078--ClientSession(1962389425)--Connection(226385033)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:22.079--ClientSession(1962389425)--Connection(226385033)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:22.079--ClientSession(1962389425)--Connection(226385033)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.079--ServerSession(454071866)--Connection(2000596733)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.079--UnitOfWork(1716364813)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.079--UnitOfWork(1716364813)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.079--UnitOfWork(1716364813)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.079--ClientSession(1962389425)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.079--UnitOfWork(1716364813)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.079--ClientSession(1962389425)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.079--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 871909542
    [junit] [EL Finer]: 2024-04-17 17:54:22.079--ClientSession(871909542)--Thread(Thread[main,5,main])--acquire unit of work: 833835362
    [junit] [EL Finer]: 2024-04-17 17:54:22.08--UnitOfWork(833835362)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:22.08--UnitOfWork(833835362)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:22.08--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-17 17:54:22.08--ServerSession(454071866)--Connection(2047472472)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.08--ServerSession(454071866)--Connection(2047472472)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.08--ServerSession(454071866)--Connection(1360692538)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP
    [junit] [EL Finest]: 2024-04-17 17:54:22.08--ServerSession(454071866)--Connection(2047472472)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:22.08--UnitOfWork(833835362)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.08--ClientSession(871909542)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.096--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1185536849
    [junit] [EL Finer]: 2024-04-17 17:54:22.096--ClientSession(1185536849)--Thread(Thread[main,5,main])--acquire unit of work: 1790988341
    [junit] [EL Finest]: 2024-04-17 17:54:22.096--UnitOfWork(1790988341)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:22.096--UnitOfWork(1790988341)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.097--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-17 17:54:22.097--ServerSession(454071866)--Connection(784962518)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.097--ClientSession(1185536849)--Connection(784962518)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.097--ClientSession(1185536849)--Connection(784962518)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.097--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-17 17:54:22.097--ClientSession(1185536849)--Connection(1180708802)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.097--ServerSession(454071866)--Connection(784962518)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.097--UnitOfWork(1790988341)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.097--UnitOfWork(1790988341)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.097--UnitOfWork(1790988341)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.097--ClientSession(1185536849)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.097--UnitOfWork(1790988341)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.097--ClientSession(1185536849)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.097--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1398964439
    [junit] [EL Finer]: 2024-04-17 17:54:22.097--ClientSession(1398964439)--Thread(Thread[main,5,main])--acquire unit of work: 827846222
    [junit] [EL Finest]: 2024-04-17 17:54:22.097--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-17 17:54:22.098--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-17 17:54:22.098--UnitOfWork(827846222)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:22.098--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-17 17:54:22.098--ServerSession(454071866)--Connection(1534823044)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.098--ClientSession(1398964439)--Connection(1534823044)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.098--ClientSession(1398964439)--Connection(1534823044)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.098--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-17 17:54:22.099--UnitOfWork(827846222)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:22.099--UnitOfWork(827846222)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.099--UnitOfWork(827846222)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:22.099--UnitOfWork(827846222)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:22.099--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-17 17:54:22.099--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-17 17:54:22.099--UnitOfWork(827846222)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.099--ClientSession(1398964439)--Connection(568523745)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.1--ServerSession(454071866)--Connection(1534823044)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.1--UnitOfWork(827846222)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.1--UnitOfWork(827846222)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.1--UnitOfWork(827846222)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.1--ClientSession(1398964439)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.1--UnitOfWork(827846222)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.1--ClientSession(1398964439)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.116--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 970611524
    [junit] [EL Finer]: 2024-04-17 17:54:22.116--ClientSession(970611524)--Thread(Thread[main,5,main])--acquire unit of work: 792590106
    [junit] [EL Finest]: 2024-04-17 17:54:22.116--UnitOfWork(792590106)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.116--UnitOfWork(792590106)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:22.116--UnitOfWork(792590106)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.116--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-17 17:54:22.116--ServerSession(454071866)--Connection(1486337825)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.116--ClientSession(970611524)--Connection(1486337825)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.116--ClientSession(970611524)--Connection(1486337825)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.117--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-17 17:54:22.117--ClientSession(970611524)--Connection(1300385514)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.117--ClientSession(970611524)--Connection(1300385514)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.117--ClientSession(970611524)--Connection(1300385514)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.117--ClientSession(970611524)--Connection(1300385514)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:22.117--ClientSession(970611524)--Connection(1300385514)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:22.117--ClientSession(970611524)--Connection(1300385514)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.117--ServerSession(454071866)--Connection(1486337825)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.117--UnitOfWork(792590106)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.117--UnitOfWork(792590106)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.118--UnitOfWork(792590106)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.118--ClientSession(970611524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.118--UnitOfWork(792590106)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.118--ClientSession(970611524)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.118--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1550647657
    [junit] [EL Finer]: 2024-04-17 17:54:22.118--ClientSession(1550647657)--Thread(Thread[main,5,main])--acquire unit of work: 687956652
    [junit] [EL Finest]: 2024-04-17 17:54:22.118--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-17 17:54:22.118--ServerSession(454071866)--Connection(1214066035)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.118--ServerSession(454071866)--Connection(1214066035)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.118--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-17 17:54:22.118--ServerSession(454071866)--Connection(1214066035)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.119--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-17 17:54:22.119--ServerSession(454071866)--Connection(1338680539)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.119--ServerSession(454071866)--Connection(1338680539)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.119--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-17 17:54:22.119--ServerSession(454071866)--Connection(1338680539)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:22.136--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 105499152
    [junit] [EL Finer]: 2024-04-17 17:54:22.136--ClientSession(105499152)--Thread(Thread[main,5,main])--acquire unit of work: 1108112139
    [junit] [EL Finest]: 2024-04-17 17:54:22.136--UnitOfWork(1108112139)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.136--UnitOfWork(1108112139)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:22.136--UnitOfWork(1108112139)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.136--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-17 17:54:22.136--ServerSession(454071866)--Connection(1557742490)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.136--ClientSession(105499152)--Connection(1557742490)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.136--ClientSession(105499152)--Connection(1557742490)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.137--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-17 17:54:22.137--ClientSession(105499152)--Connection(374248804)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.137--ClientSession(105499152)--Connection(374248804)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.137--ClientSession(105499152)--Connection(374248804)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.137--ClientSession(105499152)--Connection(374248804)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:22.137--ClientSession(105499152)--Connection(374248804)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:22.137--ClientSession(105499152)--Connection(374248804)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.137--ServerSession(454071866)--Connection(1557742490)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.137--UnitOfWork(1108112139)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.137--UnitOfWork(1108112139)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.137--UnitOfWork(1108112139)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.137--ClientSession(105499152)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.137--UnitOfWork(1108112139)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.137--ClientSession(105499152)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.138--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 311755210
    [junit] [EL Finer]: 2024-04-17 17:54:22.138--ClientSession(311755210)--Thread(Thread[main,5,main])--acquire unit of work: 2516937
    [junit] [EL Finest]: 2024-04-17 17:54:22.138--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-17 17:54:22.138--ServerSession(454071866)--Connection(908997298)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.138--ServerSession(454071866)--Connection(908997298)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.138--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-17 17:54:22.138--ServerSession(454071866)--Connection(908997298)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.138--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-17 17:54:22.138--ServerSession(454071866)--Connection(483514357)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.138--ServerSession(454071866)--Connection(483514357)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.139--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-17 17:54:22.139--ServerSession(454071866)--Connection(483514357)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:22.147--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2144591676
    [junit] [EL Finer]: 2024-04-17 17:54:22.147--ClientSession(2144591676)--Thread(Thread[main,5,main])--acquire unit of work: 1157912791
    [junit] [EL Finest]: 2024-04-17 17:54:22.147--UnitOfWork(1157912791)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.147--UnitOfWork(1157912791)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:22.147--UnitOfWork(1157912791)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.147--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-17 17:54:22.147--ServerSession(454071866)--Connection(736981504)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.147--ClientSession(2144591676)--Connection(736981504)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.147--ClientSession(2144591676)--Connection(736981504)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.148--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-17 17:54:22.148--ClientSession(2144591676)--Connection(1082820977)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.148--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-17 17:54:22.148--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-17 17:54:22.148--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-17 17:54:22.148--ClientSession(2144591676)--Connection(1082820977)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:22.149--ClientSession(2144591676)--Connection(1082820977)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.149--ServerSession(454071866)--Connection(736981504)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.149--UnitOfWork(1157912791)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.149--UnitOfWork(1157912791)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.149--UnitOfWork(1157912791)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.149--ClientSession(2144591676)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.149--UnitOfWork(1157912791)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.149--ClientSession(2144591676)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.15--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1786326515
    [junit] [EL Finer]: 2024-04-17 17:54:22.15--ClientSession(1786326515)--Thread(Thread[main,5,main])--acquire unit of work: 2096916622
    [junit] [EL Finest]: 2024-04-17 17:54:22.15--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-17 17:54:22.15--ServerSession(454071866)--Connection(1911539017)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.15--ServerSession(454071866)--Connection(1911539017)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.15--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-17 17:54:22.151--ServerSession(454071866)--Connection(1911539017)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:22.168--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2007733038
    [junit] [EL Finer]: 2024-04-17 17:54:22.168--ClientSession(2007733038)--Thread(Thread[main,5,main])--acquire unit of work: 791179530
    [junit] [EL Finest]: 2024-04-17 17:54:22.168--UnitOfWork(791179530)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.168--UnitOfWork(791179530)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:22.168--UnitOfWork(791179530)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.168--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-17 17:54:22.168--ServerSession(454071866)--Connection(1522682914)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.168--ClientSession(2007733038)--Connection(1522682914)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.168--ClientSession(2007733038)--Connection(1522682914)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.168--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-17 17:54:22.169--ClientSession(2007733038)--Connection(1838714516)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.169--ClientSession(2007733038)--Connection(1838714516)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.169--ClientSession(2007733038)--Connection(1838714516)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.169--ClientSession(2007733038)--Connection(1838714516)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:22.169--ClientSession(2007733038)--Connection(1838714516)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:22.169--ClientSession(2007733038)--Connection(1838714516)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.169--ServerSession(454071866)--Connection(1522682914)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.17--UnitOfWork(791179530)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.17--UnitOfWork(791179530)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.17--UnitOfWork(791179530)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.17--ClientSession(2007733038)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.17--UnitOfWork(791179530)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.17--ClientSession(2007733038)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.17--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1695945484
    [junit] [EL Finer]: 2024-04-17 17:54:22.17--ClientSession(1695945484)--Thread(Thread[main,5,main])--acquire unit of work: 763228368
    [junit] [EL Finest]: 2024-04-17 17:54:22.17--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-17 17:54:22.17--ServerSession(454071866)--Connection(70793157)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.17--ServerSession(454071866)--Connection(70793157)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.17--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-17 17:54:22.17--ServerSession(454071866)--Connection(70793157)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:22.171--UnitOfWork(763228368)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.171--ClientSession(1695945484)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.171--UnitOfWork(763228368)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.171--ClientSession(1695945484)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.171--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 796106138
    [junit] [EL Finer]: 2024-04-17 17:54:22.171--ClientSession(796106138)--Thread(Thread[main,5,main])--acquire unit of work: 1105495267
    [junit] [EL Finest]: 2024-04-17 17:54:22.171--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-17 17:54:22.171--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-17 17:54:22.189--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 472117086
    [junit] [EL Finer]: 2024-04-17 17:54:22.189--ClientSession(472117086)--Thread(Thread[main,5,main])--acquire unit of work: 1634631350
    [junit] [EL Finest]: 2024-04-17 17:54:22.189--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.189--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-17 17:54:22.189--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.189--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-17 17:54:22.189--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.189--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-17 17:54:22.189--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.189--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-17 17:54:22.189--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.189--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-17 17:54:22.19--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.19--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-17 17:54:22.19--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.19--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-17 17:54:22.19--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.19--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-17 17:54:22.19--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.19--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-17 17:54:22.19--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.19--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-17 17:54:22.19--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.19--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-17 17:54:22.19--ServerSession(454071866)--Connection(34136829)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.19--ClientSession(472117086)--Connection(34136829)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.19--ClientSession(472117086)--Connection(34136829)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.19--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-17 17:54:22.19--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-17 17:54:22.19--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-17 17:54:22.191--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-17 17:54:22.191--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-17 17:54:22.191--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-17 17:54:22.191--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-17 17:54:22.191--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-17 17:54:22.191--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-17 17:54:22.191--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.191--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.191--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])--	bind => [220, P9]
    [junit] [EL Fine]: 2024-04-17 17:54:22.191--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])--	bind => [218, P7]
    [junit] [EL Fine]: 2024-04-17 17:54:22.191--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])--	bind => [213, P2]
    [junit] [EL Fine]: 2024-04-17 17:54:22.191--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])--	bind => [219, P8]
    [junit] [EL Fine]: 2024-04-17 17:54:22.191--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])--	bind => [214, P3]
    [junit] [EL Fine]: 2024-04-17 17:54:22.191--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])--	bind => [216, P5]
    [junit] [EL Fine]: 2024-04-17 17:54:22.191--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])--	bind => [212, P1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.191--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])--	bind => [211, P0]
    [junit] [EL Fine]: 2024-04-17 17:54:22.191--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])--	bind => [217, P6]
    [junit] [EL Fine]: 2024-04-17 17:54:22.191--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])--	bind => [215, P4]
    [junit] [EL Finer]: 2024-04-17 17:54:22.191--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:22.192--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.192--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-17 17:54:22.192--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])--	bind => [1, 0, 220]
    [junit] [EL Fine]: 2024-04-17 17:54:22.192--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])--	bind => [1, 0, 218]
    [junit] [EL Fine]: 2024-04-17 17:54:22.192--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])--	bind => [1, 0, 213]
    [junit] [EL Fine]: 2024-04-17 17:54:22.192--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])--	bind => [1, 0, 219]
    [junit] [EL Fine]: 2024-04-17 17:54:22.192--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])--	bind => [1, 0, 214]
    [junit] [EL Fine]: 2024-04-17 17:54:22.193--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])--	bind => [1, 0, 216]
    [junit] [EL Fine]: 2024-04-17 17:54:22.193--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])--	bind => [1, 0, 212]
    [junit] [EL Fine]: 2024-04-17 17:54:22.193--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])--	bind => [1, 0, 211]
    [junit] [EL Fine]: 2024-04-17 17:54:22.193--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])--	bind => [1, 0, 217]
    [junit] [EL Fine]: 2024-04-17 17:54:22.193--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])--	bind => [1, 0, 215]
    [junit] [EL Finer]: 2024-04-17 17:54:22.193--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:22.194--ClientSession(472117086)--Connection(356223737)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.194--ServerSession(454071866)--Connection(34136829)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.194--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.194--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.194--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.194--ClientSession(472117086)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.194--UnitOfWork(1634631350)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.194--ClientSession(472117086)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.195--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2099847149
    [junit] [EL Finer]: 2024-04-17 17:54:22.195--ClientSession(2099847149)--Thread(Thread[main,5,main])--acquire unit of work: 330130251
    [junit] [EL Finest]: 2024-04-17 17:54:22.195--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-17 17:54:22.195--ServerSession(454071866)--Connection(1939904549)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.196--ServerSession(454071866)--Connection(1939904549)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.196--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-17 17:54:22.196--ServerSession(454071866)--Connection(1939904549)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.196--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-17 17:54:22.196--ServerSession(454071866)--Connection(1816848145)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.196--ServerSession(454071866)--Connection(1816848145)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.197--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-17 17:54:22.197--ServerSession(454071866)--Connection(1816848145)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.197--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-17 17:54:22.197--ServerSession(454071866)--Connection(1226418506)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.197--ServerSession(454071866)--Connection(1226418506)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.197--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-17 17:54:22.198--ServerSession(454071866)--Connection(1226418506)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.198--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-17 17:54:22.198--ServerSession(454071866)--Connection(1060887678)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.198--ServerSession(454071866)--Connection(1060887678)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.198--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-17 17:54:22.198--ServerSession(454071866)--Connection(1060887678)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.198--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-17 17:54:22.198--ServerSession(454071866)--Connection(1588733462)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.199--ServerSession(454071866)--Connection(1588733462)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.199--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-17 17:54:22.199--ServerSession(454071866)--Connection(1588733462)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.199--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-17 17:54:22.199--ServerSession(454071866)--Connection(670037872)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.199--ServerSession(454071866)--Connection(670037872)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.199--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-17 17:54:22.2--ServerSession(454071866)--Connection(670037872)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.2--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-17 17:54:22.2--ServerSession(454071866)--Connection(1580620496)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.2--ServerSession(454071866)--Connection(1580620496)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.2--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-17 17:54:22.2--ServerSession(454071866)--Connection(1580620496)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.2--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-17 17:54:22.2--ServerSession(454071866)--Connection(1398259417)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.2--ServerSession(454071866)--Connection(1398259417)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.2--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-17 17:54:22.201--ServerSession(454071866)--Connection(1398259417)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.201--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-17 17:54:22.201--ServerSession(454071866)--Connection(1825011454)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.201--ServerSession(454071866)--Connection(1825011454)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.201--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-17 17:54:22.201--ServerSession(454071866)--Connection(1825011454)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:22.219--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1992514416
    [junit] [EL Finer]: 2024-04-17 17:54:22.219--ClientSession(1992514416)--Thread(Thread[main,5,main])--acquire unit of work: 2057845447
    [junit] [EL Finest]: 2024-04-17 17:54:22.219--UnitOfWork(2057845447)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.219--UnitOfWork(2057845447)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:22.219--UnitOfWork(2057845447)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.219--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-17 17:54:22.219--ServerSession(454071866)--Connection(219086388)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.219--ClientSession(1992514416)--Connection(219086388)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.219--ClientSession(1992514416)--Connection(219086388)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.22--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-17 17:54:22.22--ClientSession(1992514416)--Connection(1883140032)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.22--ClientSession(1992514416)--Connection(1883140032)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.22--ClientSession(1992514416)--Connection(1883140032)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.22--ClientSession(1992514416)--Connection(1883140032)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:22.22--ClientSession(1992514416)--Connection(1883140032)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:22.22--ClientSession(1992514416)--Connection(1883140032)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.221--ServerSession(454071866)--Connection(219086388)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.221--UnitOfWork(2057845447)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.221--UnitOfWork(2057845447)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.221--UnitOfWork(2057845447)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.221--ClientSession(1992514416)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.221--UnitOfWork(2057845447)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.221--ClientSession(1992514416)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.221--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1611940948
    [junit] [EL Finer]: 2024-04-17 17:54:22.221--ClientSession(1611940948)--Thread(Thread[main,5,main])--acquire unit of work: 437381436
    [junit] [EL Finest]: 2024-04-17 17:54:22.221--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-17 17:54:22.221--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-17 17:54:22.221--UnitOfWork(437381436)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:22.222--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-17 17:54:22.222--ServerSession(454071866)--Connection(1968951898)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.222--ClientSession(1611940948)--Connection(1968951898)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.222--ClientSession(1611940948)--Connection(1968951898)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.222--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-17 17:54:22.222--UnitOfWork(437381436)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:22.222--UnitOfWork(437381436)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: 2024-04-17 17:54:22.222--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-17 17:54:22.222--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-17 17:54:22.222--UnitOfWork(437381436)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.223--ClientSession(1611940948)--Connection(918490999)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.223--ServerSession(454071866)--Connection(1968951898)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.223--UnitOfWork(437381436)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.223--UnitOfWork(437381436)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.232--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 968945627
    [junit] [EL Finer]: 2024-04-17 17:54:22.232--ClientSession(968945627)--Thread(Thread[main,5,main])--acquire unit of work: 1734683606
    [junit] [EL Finest]: 2024-04-17 17:54:22.232--UnitOfWork(1734683606)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.232--UnitOfWork(1734683606)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:22.232--UnitOfWork(1734683606)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.232--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-17 17:54:22.232--ServerSession(454071866)--Connection(1147355343)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.232--ClientSession(968945627)--Connection(1147355343)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.232--ClientSession(968945627)--Connection(1147355343)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.232--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-17 17:54:22.232--ClientSession(968945627)--Connection(169277454)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.232--ClientSession(968945627)--Connection(169277454)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.232--ClientSession(968945627)--Connection(169277454)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.232--ClientSession(968945627)--Connection(169277454)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:22.232--ClientSession(968945627)--Connection(169277454)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:22.233--ClientSession(968945627)--Connection(169277454)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.233--ServerSession(454071866)--Connection(1147355343)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.233--UnitOfWork(1734683606)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.233--UnitOfWork(1734683606)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.233--UnitOfWork(1734683606)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.233--ClientSession(968945627)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.233--UnitOfWork(1734683606)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.233--ClientSession(968945627)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.233--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1647508629
    [junit] [EL Finer]: 2024-04-17 17:54:22.234--ClientSession(1647508629)--Thread(Thread[main,5,main])--acquire unit of work: 1015655716
    [junit] [EL Finest]: 2024-04-17 17:54:22.234--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-17 17:54:22.234--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-17 17:54:22.234--UnitOfWork(1015655716)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:22.234--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-17 17:54:22.234--ServerSession(454071866)--Connection(1122353296)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.234--ClientSession(1647508629)--Connection(1122353296)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.234--ClientSession(1647508629)--Connection(1122353296)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.234--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-17 17:54:22.235--UnitOfWork(1015655716)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:22.235--UnitOfWork(1015655716)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: 2024-04-17 17:54:22.235--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-17 17:54:22.235--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-17 17:54:22.235--UnitOfWork(1015655716)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.235--ClientSession(1647508629)--Connection(871671141)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.235--ServerSession(454071866)--Connection(1122353296)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.235--UnitOfWork(1015655716)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.235--UnitOfWork(1015655716)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.244--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1944681924
    [junit] [EL Finer]: 2024-04-17 17:54:22.244--ClientSession(1944681924)--Thread(Thread[main,5,main])--acquire unit of work: 1812709667
    [junit] [EL Finest]: 2024-04-17 17:54:22.244--UnitOfWork(1812709667)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.245--UnitOfWork(1812709667)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:22.245--UnitOfWork(1812709667)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.245--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-17 17:54:22.245--ServerSession(454071866)--Connection(142237528)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.245--ClientSession(1944681924)--Connection(142237528)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.245--ClientSession(1944681924)--Connection(142237528)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.245--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-17 17:54:22.245--ClientSession(1944681924)--Connection(977966509)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.245--ClientSession(1944681924)--Connection(977966509)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.245--ClientSession(1944681924)--Connection(977966509)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.245--ClientSession(1944681924)--Connection(977966509)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:22.245--ClientSession(1944681924)--Connection(977966509)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:22.246--ClientSession(1944681924)--Connection(977966509)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.246--ServerSession(454071866)--Connection(142237528)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.246--UnitOfWork(1812709667)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.246--UnitOfWork(1812709667)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.246--UnitOfWork(1812709667)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.246--ClientSession(1944681924)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.246--UnitOfWork(1812709667)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.246--ClientSession(1944681924)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.246--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 221055966
    [junit] [EL Finer]: 2024-04-17 17:54:22.246--ClientSession(221055966)--Thread(Thread[main,5,main])--acquire unit of work: 1475810748
    [junit] [EL Finest]: 2024-04-17 17:54:22.246--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-17 17:54:22.246--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-17 17:54:22.246--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-17 17:54:22.246--ServerSession(454071866)--Connection(1555998413)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.246--ServerSession(454071866)--Connection(1555998413)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.247--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-17 17:54:22.247--ServerSession(454071866)--Connection(1555998413)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:22.247--UnitOfWork(1475810748)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.247--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-17 17:54:22.247--ServerSession(454071866)--Connection(908296628)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.247--ClientSession(221055966)--Connection(908296628)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.247--ClientSession(221055966)--Connection(908296628)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.247--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-17 17:54:22.248--ClientSession(221055966)--Connection(1322797506)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.248--ServerSession(454071866)--Connection(908296628)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.248--UnitOfWork(1475810748)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.248--UnitOfWork(1475810748)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.257--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1471865492
    [junit] [EL Finer]: 2024-04-17 17:54:22.257--ClientSession(1471865492)--Thread(Thread[main,5,main])--acquire unit of work: 1528834040
    [junit] [EL Finest]: 2024-04-17 17:54:22.257--UnitOfWork(1528834040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.257--UnitOfWork(1528834040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:22.257--UnitOfWork(1528834040)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.257--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-17 17:54:22.257--ServerSession(454071866)--Connection(410350509)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.257--ClientSession(1471865492)--Connection(410350509)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.257--ClientSession(1471865492)--Connection(410350509)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.257--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-17 17:54:22.258--ClientSession(1471865492)--Connection(1110481084)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.258--ClientSession(1471865492)--Connection(1110481084)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.258--ClientSession(1471865492)--Connection(1110481084)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.258--ClientSession(1471865492)--Connection(1110481084)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:22.258--ClientSession(1471865492)--Connection(1110481084)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:22.258--ClientSession(1471865492)--Connection(1110481084)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.258--ServerSession(454071866)--Connection(410350509)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.258--UnitOfWork(1528834040)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.258--UnitOfWork(1528834040)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.258--UnitOfWork(1528834040)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.258--ClientSession(1471865492)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.259--UnitOfWork(1528834040)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.259--ClientSession(1471865492)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.259--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1204379540
    [junit] [EL Finer]: 2024-04-17 17:54:22.259--ClientSession(1204379540)--Thread(Thread[main,5,main])--acquire unit of work: 1947378907
    [junit] [EL Finest]: 2024-04-17 17:54:22.259--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-17 17:54:22.259--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-17 17:54:22.259--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-17 17:54:22.259--ServerSession(454071866)--Connection(509891548)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.259--ServerSession(454071866)--Connection(509891548)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.259--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-17 17:54:22.259--ServerSession(454071866)--Connection(509891548)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:22.259--UnitOfWork(1947378907)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.259--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-17 17:54:22.26--ServerSession(454071866)--Connection(1978256638)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.26--ClientSession(1204379540)--Connection(1978256638)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.26--ClientSession(1204379540)--Connection(1978256638)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.26--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-17 17:54:22.26--ClientSession(1204379540)--Connection(43065210)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.26--ServerSession(454071866)--Connection(1978256638)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.26--UnitOfWork(1947378907)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.26--UnitOfWork(1947378907)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.269--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 812329234
    [junit] [EL Finer]: 2024-04-17 17:54:22.269--ClientSession(812329234)--Thread(Thread[main,5,main])--acquire unit of work: 982227626
    [junit] [EL Finest]: 2024-04-17 17:54:22.269--UnitOfWork(982227626)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.269--UnitOfWork(982227626)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:22.269--UnitOfWork(982227626)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.269--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-17 17:54:22.269--ServerSession(454071866)--Connection(427748467)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.269--ClientSession(812329234)--Connection(427748467)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.269--ClientSession(812329234)--Connection(427748467)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.269--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-17 17:54:22.269--ClientSession(812329234)--Connection(2135321404)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.269--ClientSession(812329234)--Connection(2135321404)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.269--ClientSession(812329234)--Connection(2135321404)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.269--ClientSession(812329234)--Connection(2135321404)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:22.269--ClientSession(812329234)--Connection(2135321404)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:22.27--ClientSession(812329234)--Connection(2135321404)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.27--ServerSession(454071866)--Connection(427748467)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.27--UnitOfWork(982227626)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.27--UnitOfWork(982227626)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.27--UnitOfWork(982227626)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.27--ClientSession(812329234)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.27--UnitOfWork(982227626)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.27--ClientSession(812329234)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.27--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 648748708
    [junit] [EL Finer]: 2024-04-17 17:54:22.27--ClientSession(648748708)--Thread(Thread[main,5,main])--acquire unit of work: 1222140790
    [junit] [EL Finest]: 2024-04-17 17:54:22.27--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-17 17:54:22.27--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-17 17:54:22.27--UnitOfWork(1222140790)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:22.27--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-17 17:54:22.27--ServerSession(454071866)--Connection(1557242942)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.27--ClientSession(648748708)--Connection(1557242942)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.27--ClientSession(648748708)--Connection(1557242942)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.271--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-17 17:54:22.271--UnitOfWork(1222140790)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:22.271--UnitOfWork(1222140790)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: 2024-04-17 17:54:22.271--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-17 17:54:22.271--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-17 17:54:22.271--UnitOfWork(1222140790)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.271--ClientSession(648748708)--Connection(1461300993)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.271--ServerSession(454071866)--Connection(1557242942)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.271--UnitOfWork(1222140790)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.271--UnitOfWork(1222140790)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.28--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 415444388
    [junit] [EL Finer]: 2024-04-17 17:54:22.28--ClientSession(415444388)--Thread(Thread[main,5,main])--acquire unit of work: 270605726
    [junit] [EL Finest]: 2024-04-17 17:54:22.28--UnitOfWork(270605726)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.28--UnitOfWork(270605726)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:22.28--UnitOfWork(270605726)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.28--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-17 17:54:22.28--ServerSession(454071866)--Connection(1433741593)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.28--ClientSession(415444388)--Connection(1433741593)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.28--ClientSession(415444388)--Connection(1433741593)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.28--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-17 17:54:22.28--ClientSession(415444388)--Connection(1302336452)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.28--ClientSession(415444388)--Connection(1302336452)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.28--ClientSession(415444388)--Connection(1302336452)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.28--ClientSession(415444388)--Connection(1302336452)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:22.28--ClientSession(415444388)--Connection(1302336452)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:22.281--ClientSession(415444388)--Connection(1302336452)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.281--ServerSession(454071866)--Connection(1433741593)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.281--UnitOfWork(270605726)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.281--UnitOfWork(270605726)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.281--UnitOfWork(270605726)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.281--ClientSession(415444388)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.281--UnitOfWork(270605726)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.281--ClientSession(415444388)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.281--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1704472731
    [junit] [EL Finer]: 2024-04-17 17:54:22.281--ClientSession(1704472731)--Thread(Thread[main,5,main])--acquire unit of work: 433709264
    [junit] [EL Finest]: 2024-04-17 17:54:22.281--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-17 17:54:22.281--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-17 17:54:22.281--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-17 17:54:22.281--ServerSession(454071866)--Connection(753919734)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.281--ServerSession(454071866)--Connection(753919734)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.281--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-17 17:54:22.282--ServerSession(454071866)--Connection(753919734)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:22.282--UnitOfWork(433709264)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.282--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-17 17:54:22.282--ServerSession(454071866)--Connection(244085611)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.282--ClientSession(1704472731)--Connection(244085611)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.282--ClientSession(1704472731)--Connection(244085611)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.282--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-17 17:54:22.282--ClientSession(1704472731)--Connection(1045678693)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.282--ServerSession(454071866)--Connection(244085611)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.282--UnitOfWork(433709264)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.282--UnitOfWork(433709264)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.299--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1895541275
    [junit] [EL Finer]: 2024-04-17 17:54:22.3--ClientSession(1895541275)--Thread(Thread[main,5,main])--acquire unit of work: 1755638983
    [junit] [EL Finest]: 2024-04-17 17:54:22.3--UnitOfWork(1755638983)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.3--UnitOfWork(1755638983)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:22.3--UnitOfWork(1755638983)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.3--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-17 17:54:22.3--ServerSession(454071866)--Connection(593624423)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.3--ClientSession(1895541275)--Connection(593624423)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.3--ClientSession(1895541275)--Connection(593624423)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.3--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-17 17:54:22.3--ClientSession(1895541275)--Connection(110195540)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.3--ClientSession(1895541275)--Connection(110195540)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.3--ClientSession(1895541275)--Connection(110195540)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.3--ClientSession(1895541275)--Connection(110195540)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:22.3--ClientSession(1895541275)--Connection(110195540)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:22.301--ClientSession(1895541275)--Connection(110195540)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.301--ServerSession(454071866)--Connection(593624423)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.301--UnitOfWork(1755638983)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.301--UnitOfWork(1755638983)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.301--UnitOfWork(1755638983)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.301--ClientSession(1895541275)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.301--UnitOfWork(1755638983)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.301--ClientSession(1895541275)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.301--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 4789204
    [junit] [EL Finer]: 2024-04-17 17:54:22.301--ClientSession(4789204)--Thread(Thread[main,5,main])--acquire unit of work: 2115033051
    [junit] [EL Finest]: 2024-04-17 17:54:22.301--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-17 17:54:22.301--ServerSession(454071866)--Connection(329192405)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.301--ServerSession(454071866)--Connection(329192405)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.301--ServerSession(454071866)--Connection(1618252742)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP
    [junit] [EL Finest]: 2024-04-17 17:54:22.302--ServerSession(454071866)--Connection(329192405)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:22.319--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 285657907
    [junit] [EL Finer]: 2024-04-17 17:54:22.319--ClientSession(285657907)--Thread(Thread[main,5,main])--acquire unit of work: 1997797665
    [junit] [EL Finest]: 2024-04-17 17:54:22.319--UnitOfWork(1997797665)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.319--UnitOfWork(1997797665)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:22.319--UnitOfWork(1997797665)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.319--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-17 17:54:22.32--ServerSession(454071866)--Connection(84135999)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.32--ClientSession(285657907)--Connection(84135999)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.32--ClientSession(285657907)--Connection(84135999)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.32--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-17 17:54:22.32--ClientSession(285657907)--Connection(603525046)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.32--ClientSession(285657907)--Connection(603525046)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.32--ClientSession(285657907)--Connection(603525046)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.32--ClientSession(285657907)--Connection(603525046)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:22.32--ClientSession(285657907)--Connection(603525046)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:22.321--ClientSession(285657907)--Connection(603525046)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.321--ServerSession(454071866)--Connection(84135999)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.321--UnitOfWork(1997797665)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.321--UnitOfWork(1997797665)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.321--UnitOfWork(1997797665)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.321--ClientSession(285657907)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.321--UnitOfWork(1997797665)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.321--ClientSession(285657907)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.321--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1516757686
    [junit] [EL Finer]: 2024-04-17 17:54:22.321--ClientSession(1516757686)--Thread(Thread[main,5,main])--acquire unit of work: 1098798061
    [junit] [EL Finest]: 2024-04-17 17:54:22.321--UnitOfWork(1098798061)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.321--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-17 17:54:22.321--UnitOfWork(1098798061)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.321--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-17 17:54:22.321--ServerSession(454071866)--Connection(880606371)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.321--ClientSession(1516757686)--Connection(880606371)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.321--ClientSession(1516757686)--Connection(880606371)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.321--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-17 17:54:22.322--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-17 17:54:22.322--ClientSession(1516757686)--Connection(120467706)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.322--ServerSession(454071866)--Connection(880606371)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.322--UnitOfWork(1098798061)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.322--UnitOfWork(1098798061)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.322--UnitOfWork(1098798061)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.322--ClientSession(1516757686)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.322--UnitOfWork(1098798061)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.322--ClientSession(1516757686)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.323--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1783818607
    [junit] [EL Finer]: 2024-04-17 17:54:22.323--ClientSession(1783818607)--Thread(Thread[main,5,main])--acquire unit of work: 890025617
    [junit] [EL Finest]: 2024-04-17 17:54:22.323--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-17 17:54:22.323--ServerSession(454071866)--Connection(7430853)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.323--ServerSession(454071866)--Connection(7430853)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.323--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-17 17:54:22.323--ServerSession(454071866)--Connection(7430853)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.324--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-17 17:54:22.324--ServerSession(454071866)--Connection(1185886482)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.324--ServerSession(454071866)--Connection(1185886482)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.324--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-17 17:54:22.324--ServerSession(454071866)--Connection(1185886482)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:22.341--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 313646316
    [junit] [EL Finer]: 2024-04-17 17:54:22.341--ClientSession(313646316)--Thread(Thread[main,5,main])--acquire unit of work: 807099870
    [junit] [EL Finest]: 2024-04-17 17:54:22.341--UnitOfWork(807099870)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.341--UnitOfWork(807099870)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:22.341--UnitOfWork(807099870)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.341--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-17 17:54:22.341--ServerSession(454071866)--Connection(1856325196)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.342--ClientSession(313646316)--Connection(1856325196)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.342--ClientSession(313646316)--Connection(1856325196)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.342--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-17 17:54:22.342--ClientSession(313646316)--Connection(594084180)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.342--ClientSession(313646316)--Connection(594084180)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.342--ClientSession(313646316)--Connection(594084180)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.342--ClientSession(313646316)--Connection(594084180)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:22.342--ClientSession(313646316)--Connection(594084180)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:22.342--ClientSession(313646316)--Connection(594084180)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.343--ServerSession(454071866)--Connection(1856325196)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.343--UnitOfWork(807099870)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.343--UnitOfWork(807099870)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.343--UnitOfWork(807099870)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.343--ClientSession(313646316)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.343--UnitOfWork(807099870)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.343--ClientSession(313646316)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.343--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 857694269
    [junit] [EL Finer]: 2024-04-17 17:54:22.343--ClientSession(857694269)--Thread(Thread[main,5,main])--acquire unit of work: 2009913140
    [junit] [EL Finest]: 2024-04-17 17:54:22.343--UnitOfWork(2009913140)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.343--UnitOfWork(2009913140)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.343--UnitOfWork(2009913140)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.343--UnitOfWork(2009913140)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:22.343--UnitOfWork(2009913140)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.343--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-17 17:54:22.343--ServerSession(454071866)--Connection(385407526)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.343--ClientSession(857694269)--Connection(385407526)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.343--ClientSession(857694269)--Connection(385407526)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.343--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-17 17:54:22.343--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-17 17:54:22.343--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-17 17:54:22.343--ClientSession(857694269)--Connection(1533802057)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.343--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-17 17:54:22.344--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-17 17:54:22.344--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-17 17:54:22.344--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-17 17:54:22.344--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-17 17:54:22.344--ClientSession(857694269)--Connection(1533802057)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:22.345--ClientSession(857694269)--Connection(1533802057)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.345--ServerSession(454071866)--Connection(385407526)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.345--UnitOfWork(2009913140)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.345--UnitOfWork(2009913140)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.345--UnitOfWork(2009913140)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.345--ClientSession(857694269)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.345--UnitOfWork(2009913140)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.345--ClientSession(857694269)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.345--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2043300863
    [junit] [EL Finer]: 2024-04-17 17:54:22.346--ClientSession(2043300863)--Thread(Thread[main,5,main])--acquire unit of work: 164092742
    [junit] [EL Finest]: 2024-04-17 17:54:22.346--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-17 17:54:22.346--ServerSession(454071866)--Connection(1798382622)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.346--ServerSession(454071866)--Connection(1798382622)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.346--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-17 17:54:22.346--ServerSession(454071866)--Connection(1798382622)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.347--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-17 17:54:22.347--ServerSession(454071866)--Connection(750578896)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.347--ServerSession(454071866)--Connection(750578896)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.347--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-17 17:54:22.347--ServerSession(454071866)--Connection(750578896)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:22.367--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 403075733
    [junit] [EL Finer]: 2024-04-17 17:54:22.367--ClientSession(403075733)--Thread(Thread[main,5,main])--acquire unit of work: 1127979015
    [junit] [EL Finest]: 2024-04-17 17:54:22.367--UnitOfWork(1127979015)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.367--UnitOfWork(1127979015)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:22.367--UnitOfWork(1127979015)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.367--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-17 17:54:22.367--ServerSession(454071866)--Connection(691803666)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.367--ClientSession(403075733)--Connection(691803666)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.367--ClientSession(403075733)--Connection(691803666)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.368--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-17 17:54:22.368--ClientSession(403075733)--Connection(1743648522)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.368--ClientSession(403075733)--Connection(1743648522)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.368--ClientSession(403075733)--Connection(1743648522)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.368--ClientSession(403075733)--Connection(1743648522)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:22.368--ClientSession(403075733)--Connection(1743648522)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:22.368--ClientSession(403075733)--Connection(1743648522)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.369--ServerSession(454071866)--Connection(691803666)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.369--UnitOfWork(1127979015)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.369--UnitOfWork(1127979015)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.369--UnitOfWork(1127979015)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.369--ClientSession(403075733)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.369--UnitOfWork(1127979015)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.369--ClientSession(403075733)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.369--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 463360820
    [junit] [EL Finer]: 2024-04-17 17:54:22.369--ClientSession(463360820)--Thread(Thread[main,5,main])--acquire unit of work: 1105531200
    [junit] [EL Finest]: 2024-04-17 17:54:22.369--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-17 17:54:22.369--ServerSession(454071866)--Connection(782042179)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.369--ServerSession(454071866)--Connection(782042179)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.37--ServerSession(454071866)--Connection(542078682)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP
    [junit] [EL Finest]: 2024-04-17 17:54:22.37--ServerSession(454071866)--Connection(782042179)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:22.387--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1944095298
    [junit] [EL Finer]: 2024-04-17 17:54:22.387--ClientSession(1944095298)--Thread(Thread[main,5,main])--acquire unit of work: 778905934
    [junit] [EL Finest]: 2024-04-17 17:54:22.387--UnitOfWork(778905934)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.387--UnitOfWork(778905934)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:22.387--UnitOfWork(778905934)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.387--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-17 17:54:22.388--ServerSession(454071866)--Connection(203457675)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.388--ClientSession(1944095298)--Connection(203457675)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.388--ClientSession(1944095298)--Connection(203457675)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.388--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-17 17:54:22.388--ClientSession(1944095298)--Connection(1552005910)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.388--ClientSession(1944095298)--Connection(1552005910)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.388--ClientSession(1944095298)--Connection(1552005910)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.388--ClientSession(1944095298)--Connection(1552005910)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:22.388--ClientSession(1944095298)--Connection(1552005910)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:22.388--ClientSession(1944095298)--Connection(1552005910)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.389--ServerSession(454071866)--Connection(203457675)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.389--UnitOfWork(778905934)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.389--UnitOfWork(778905934)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.389--UnitOfWork(778905934)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.389--ClientSession(1944095298)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.389--UnitOfWork(778905934)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.389--ClientSession(1944095298)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.389--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1785582550
    [junit] [EL Finer]: 2024-04-17 17:54:22.389--ClientSession(1785582550)--Thread(Thread[main,5,main])--acquire unit of work: 823112917
    [junit] [EL Finest]: 2024-04-17 17:54:22.389--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-17 17:54:22.389--ServerSession(454071866)--Connection(353455172)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.389--ServerSession(454071866)--Connection(353455172)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.389--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-17 17:54:22.39--ServerSession(454071866)--Connection(353455172)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:22.408--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1686175438
    [junit] [EL Finer]: 2024-04-17 17:54:22.408--ClientSession(1686175438)--Thread(Thread[main,5,main])--acquire unit of work: 271366611
    [junit] [EL Finest]: 2024-04-17 17:54:22.408--UnitOfWork(271366611)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.408--UnitOfWork(271366611)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:22.408--UnitOfWork(271366611)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.408--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-17 17:54:22.408--ServerSession(454071866)--Connection(1278629488)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.408--ClientSession(1686175438)--Connection(1278629488)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.408--ClientSession(1686175438)--Connection(1278629488)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.408--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-17 17:54:22.408--ClientSession(1686175438)--Connection(564504818)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.408--ClientSession(1686175438)--Connection(564504818)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.408--ClientSession(1686175438)--Connection(564504818)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.408--ClientSession(1686175438)--Connection(564504818)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:22.408--ClientSession(1686175438)--Connection(564504818)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:22.409--ClientSession(1686175438)--Connection(564504818)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.409--ServerSession(454071866)--Connection(1278629488)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.409--UnitOfWork(271366611)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.409--UnitOfWork(271366611)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.409--UnitOfWork(271366611)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.409--ClientSession(1686175438)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.409--UnitOfWork(271366611)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.409--ClientSession(1686175438)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.41--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 52491345
    [junit] [EL Finer]: 2024-04-17 17:54:22.41--ClientSession(52491345)--Thread(Thread[main,5,main])--acquire unit of work: 1339999655
    [junit] [EL Finest]: 2024-04-17 17:54:22.41--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-17 17:54:22.41--ServerSession(454071866)--Connection(727007022)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.41--ServerSession(454071866)--Connection(727007022)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.41--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-17 17:54:22.41--ServerSession(454071866)--Connection(727007022)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.41--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-17 17:54:22.41--ServerSession(454071866)--Connection(1660221342)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.41--ServerSession(454071866)--Connection(1660221342)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.41--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-17 17:54:22.411--ServerSession(454071866)--Connection(1660221342)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:22.427--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1436180094
    [junit] [EL Finer]: 2024-04-17 17:54:22.427--ClientSession(1436180094)--Thread(Thread[main,5,main])--acquire unit of work: 925480773
    [junit] [EL Finest]: 2024-04-17 17:54:22.427--UnitOfWork(925480773)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.428--UnitOfWork(925480773)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:22.428--UnitOfWork(925480773)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.428--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-17 17:54:22.428--ServerSession(454071866)--Connection(164513861)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.428--ClientSession(1436180094)--Connection(164513861)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.428--ClientSession(1436180094)--Connection(164513861)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.428--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-17 17:54:22.428--ClientSession(1436180094)--Connection(686525357)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.428--ClientSession(1436180094)--Connection(686525357)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.428--ClientSession(1436180094)--Connection(686525357)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.428--ClientSession(1436180094)--Connection(686525357)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:22.428--ClientSession(1436180094)--Connection(686525357)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:22.429--ClientSession(1436180094)--Connection(686525357)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.429--ServerSession(454071866)--Connection(164513861)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.429--UnitOfWork(925480773)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.429--UnitOfWork(925480773)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.429--UnitOfWork(925480773)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.429--ClientSession(1436180094)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.429--UnitOfWork(925480773)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.43--ClientSession(1436180094)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.43--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 452197120
    [junit] [EL Finer]: 2024-04-17 17:54:22.43--ClientSession(452197120)--Thread(Thread[main,5,main])--acquire unit of work: 1636041851
    [junit] [EL Finest]: 2024-04-17 17:54:22.43--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-17 17:54:22.43--ServerSession(454071866)--Connection(356932869)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.43--ServerSession(454071866)--Connection(356932869)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.43--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-17 17:54:22.43--ServerSession(454071866)--Connection(356932869)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.43--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-17 17:54:22.43--ServerSession(454071866)--Connection(1714486706)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.43--ServerSession(454071866)--Connection(1714486706)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.431--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-17 17:54:22.431--ServerSession(454071866)--Connection(1714486706)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:22.431--UnitOfWork(1636041851)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:22.431--UnitOfWork(1636041851)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:22.431--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-17 17:54:22.431--ServerSession(454071866)--Connection(2090193153)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.431--ServerSession(454071866)--Connection(2090193153)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.431--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-17 17:54:22.431--ServerSession(454071866)--Connection(2090193153)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:22.432--UnitOfWork(1636041851)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.432--ClientSession(452197120)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.432--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 727634135
    [junit] [EL Finer]: 2024-04-17 17:54:22.432--ClientSession(727634135)--Thread(Thread[main,5,main])--acquire unit of work: 2039550308
    [junit] [EL Finer]: 2024-04-17 17:54:22.432--UnitOfWork(2039550308)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:22.432--UnitOfWork(2039550308)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:22.432--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-17 17:54:22.432--ServerSession(454071866)--Connection(1341057106)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.432--ServerSession(454071866)--Connection(1341057106)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.432--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-17 17:54:22.432--ServerSession(454071866)--Connection(1341057106)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:22.432--UnitOfWork(2039550308)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.432--UnitOfWork(2039550308)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.432--UnitOfWork(2039550308)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: 2024-04-17 17:54:22.432--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-17 17:54:22.432--ServerSession(454071866)--Connection(1736910727)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.433--ServerSession(454071866)--Connection(1736910727)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.433--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-17 17:54:22.433--ServerSession(454071866)--Connection(1736910727)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:22.433--UnitOfWork(2039550308)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:22.433--UnitOfWork(2039550308)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:22.433--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-17 17:54:22.433--ServerSession(454071866)--Connection(2534619)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.433--ServerSession(454071866)--Connection(2534619)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.433--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-17 17:54:22.433--ServerSession(454071866)--Connection(2534619)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:22.433--UnitOfWork(2039550308)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.433--ClientSession(727634135)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.451--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1845570781
    [junit] [EL Finer]: 2024-04-17 17:54:22.451--ClientSession(1845570781)--Thread(Thread[main,5,main])--acquire unit of work: 65137044
    [junit] [EL Finest]: 2024-04-17 17:54:22.451--UnitOfWork(65137044)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.452--UnitOfWork(65137044)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:22.452--UnitOfWork(65137044)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.452--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-17 17:54:22.452--ServerSession(454071866)--Connection(533375777)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.452--ClientSession(1845570781)--Connection(533375777)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.452--ClientSession(1845570781)--Connection(533375777)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.452--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-17 17:54:22.452--ClientSession(1845570781)--Connection(1616750459)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.452--ClientSession(1845570781)--Connection(1616750459)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.452--ClientSession(1845570781)--Connection(1616750459)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.452--ClientSession(1845570781)--Connection(1616750459)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:22.452--ClientSession(1845570781)--Connection(1616750459)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:22.453--ClientSession(1845570781)--Connection(1616750459)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.453--ServerSession(454071866)--Connection(533375777)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.453--UnitOfWork(65137044)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.453--UnitOfWork(65137044)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.453--UnitOfWork(65137044)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.453--ClientSession(1845570781)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.453--UnitOfWork(65137044)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.453--ClientSession(1845570781)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.471--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 934629445
    [junit] [EL Finer]: 2024-04-17 17:54:22.471--ClientSession(934629445)--Thread(Thread[main,5,main])--acquire unit of work: 1312812538
    [junit] [EL Finest]: 2024-04-17 17:54:22.471--UnitOfWork(1312812538)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.471--UnitOfWork(1312812538)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:22.471--UnitOfWork(1312812538)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.471--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-17 17:54:22.471--ServerSession(454071866)--Connection(1111237738)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.471--ClientSession(934629445)--Connection(1111237738)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.471--ClientSession(934629445)--Connection(1111237738)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.471--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-17 17:54:22.471--ClientSession(934629445)--Connection(1587809296)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.471--ClientSession(934629445)--Connection(1587809296)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.471--ClientSession(934629445)--Connection(1587809296)--Thread(Thread[main,5,main])--	bind => [20, twenty, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.471--ClientSession(934629445)--Connection(1587809296)--Thread(Thread[main,5,main])--	bind => [10, ten, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:22.471--ClientSession(934629445)--Connection(1587809296)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:22.472--ClientSession(934629445)--Connection(1587809296)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.472--ServerSession(454071866)--Connection(1111237738)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.472--UnitOfWork(1312812538)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.472--UnitOfWork(1312812538)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.472--UnitOfWork(1312812538)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.472--ClientSession(934629445)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.472--UnitOfWork(1312812538)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.472--ClientSession(934629445)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.472--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1679266544
    [junit] [EL Finer]: 2024-04-17 17:54:22.472--ClientSession(1679266544)--Thread(Thread[main,5,main])--acquire unit of work: 1194063212
    [junit] [EL Finest]: 2024-04-17 17:54:22.472--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-17 17:54:22.472--ServerSession(454071866)--Connection(957461781)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.472--ServerSession(454071866)--Connection(957461781)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.473--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-17 17:54:22.473--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.527 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestTemporalParameterTypes
    [junit] [EL Finer]: 2024-04-17 17:54:22.487--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1181588067
    [junit] [EL Finer]: 2024-04-17 17:54:22.487--ClientSession(1181588067)--Thread(Thread[main,5,main])--acquire unit of work: 1488332431
    [junit] [EL Finest]: 2024-04-17 17:54:22.487--UnitOfWork(1488332431)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:22.487--UnitOfWork(1488332431)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.487--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-17 17:54:22.487--ServerSession(454071866)--Connection(425021313)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.487--ClientSession(1181588067)--Connection(425021313)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.487--ClientSession(1181588067)--Connection(425021313)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.488--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-17 17:54:22.488--ClientSession(1181588067)--Connection(1883148410)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.488--ServerSession(454071866)--Connection(425021313)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.488--UnitOfWork(1488332431)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.488--UnitOfWork(1488332431)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.489--UnitOfWork(1488332431)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.489--ClientSession(1181588067)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.489--UnitOfWork(1488332431)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.489--ClientSession(1181588067)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.489--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 942337701
    [junit] [EL Finer]: 2024-04-17 17:54:22.489--ClientSession(942337701)--Thread(Thread[main,5,main])--acquire unit of work: 196118374
    [junit] [EL Finest]: 2024-04-17 17:54:22.489--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-17 17:54:22.489--ServerSession(454071866)--Connection(2020871804)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.489--ServerSession(454071866)--Connection(2020871804)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.489--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-17 17:54:22.49--ServerSession(454071866)--Connection(2020871804)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:22.491--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1831409020
    [junit] [EL Finer]: 2024-04-17 17:54:22.491--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.015 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.022 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestBidirectionalManyToMany
    [junit] [EL Finer]: 2024-04-17 17:54:22.538--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 595060797
    [junit] [EL Finer]: 2024-04-17 17:54:22.538--ClientSession(595060797)--Thread(Thread[main,5,main])--acquire unit of work: 2014228287
    [junit] [EL Finest]: 2024-04-17 17:54:22.538--UnitOfWork(2014228287)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.538--UnitOfWork(2014228287)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.539--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-17 17:54:22.539--UnitOfWork(2014228287)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.539--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-17 17:54:22.539--UnitOfWork(2014228287)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.539--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-17 17:54:22.539--UnitOfWork(2014228287)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.539--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-17 17:54:22.539--UnitOfWork(2014228287)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.539--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-17 17:54:22.539--UnitOfWork(2014228287)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.539--UnitOfWork(2014228287)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:22.539--UnitOfWork(2014228287)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.539--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-17 17:54:22.539--ServerSession(454071866)--Connection(406011546)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.539--ClientSession(595060797)--Connection(406011546)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.539--ClientSession(595060797)--Connection(406011546)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.539--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-17 17:54:22.539--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-17 17:54:22.54--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-17 17:54:22.54--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-17 17:54:22.54--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.54--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-17 17:54:22.54--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-17 17:54:22.54--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-17 17:54:22.54--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:22.54--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-17 17:54:22.541--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-17 17:54:22.541--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-17 17:54:22.541--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-17 17:54:22.541--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.541--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.541--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])--	bind => [225, Erbsen z?hlen]
    [junit] [EL Fine]: 2024-04-17 17:54:22.541--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])--	bind => [226, Eclipse Linken]
    [junit] [EL Fine]: 2024-04-17 17:54:22.541--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])--	bind => [222, G?rteltiere puhlen]
    [junit] [EL Fine]: 2024-04-17 17:54:22.541--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])--	bind => [223, B?uche pinseln]
    [junit] [EL Fine]: 2024-04-17 17:54:22.541--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])--	bind => [224, Zitronen falten]
    [junit] [EL Finer]: 2024-04-17 17:54:22.541--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:22.541--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-17 17:54:22.541--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.541--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-17 17:54:22.542--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])--	bind => [1, 0, 225]
    [junit] [EL Fine]: 2024-04-17 17:54:22.542--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])--	bind => [1, 0, 226]
    [junit] [EL Fine]: 2024-04-17 17:54:22.542--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])--	bind => [1, 0, 222]
    [junit] [EL Fine]: 2024-04-17 17:54:22.542--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])--	bind => [1, 0, 223]
    [junit] [EL Fine]: 2024-04-17 17:54:22.542--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])--	bind => [1, 0, 224]
    [junit] [EL Finer]: 2024-04-17 17:54:22.542--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:22.542--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-17 17:54:22.542--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-17 17:54:22.542--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-17 17:54:22.542--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-17 17:54:22.542--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.542--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.542--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])--	bind => [223, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.542--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])--	bind => [224, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.542--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])--	bind => [222, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.542--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])--	bind => [224, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:22.542--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])--	bind => [225, 2]
    [junit] [EL Finer]: 2024-04-17 17:54:22.542--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:22.543--ClientSession(595060797)--Connection(2141431107)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.543--ServerSession(454071866)--Connection(406011546)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.544--UnitOfWork(2014228287)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.544--UnitOfWork(2014228287)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.544--UnitOfWork(2014228287)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.544--ClientSession(595060797)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.544--UnitOfWork(2014228287)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.544--ClientSession(595060797)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.545--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1494761466
    [junit] [EL Finer]: 2024-04-17 17:54:22.545--ClientSession(1494761466)--Thread(Thread[main,5,main])--acquire unit of work: 2032373012
    [junit] [EL Finest]: 2024-04-17 17:54:22.545--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-17 17:54:22.545--ServerSession(454071866)--Connection(23933823)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.545--ServerSession(454071866)--Connection(23933823)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.546--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-17 17:54:22.546--ServerSession(454071866)--Connection(23933823)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.546--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:22.546--ServerSession(454071866)--Connection(494275635)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.546--ServerSession(454071866)--Connection(494275635)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.546--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-17 17:54:22.547--ServerSession(454071866)--Connection(494275635)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.547--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-17 17:54:22.547--ServerSession(454071866)--Connection(36340698)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.547--ServerSession(454071866)--Connection(36340698)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.547--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-17 17:54:22.547--ServerSession(454071866)--Connection(36340698)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.548--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-17 17:54:22.548--ServerSession(454071866)--Connection(832888192)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.548--ServerSession(454071866)--Connection(832888192)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.548--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-17 17:54:22.548--ServerSession(454071866)--Connection(832888192)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.548--UnitOfWork(2032373012)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:22.549--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-17 17:54:22.549--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-17 17:54:22.549--ServerSession(454071866)--Connection(1969685997)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.549--ServerSession(454071866)--Connection(1969685997)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.549--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-17 17:54:22.549--ServerSession(454071866)--Connection(1969685997)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.549--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-17 17:54:22.549--ServerSession(454071866)--Connection(2093007195)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.549--ServerSession(454071866)--Connection(2093007195)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.549--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-17 17:54:22.55--ServerSession(454071866)--Connection(2093007195)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.55--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-17 17:54:22.55--ServerSession(454071866)--Connection(934045965)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.55--ServerSession(454071866)--Connection(934045965)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.55--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-17 17:54:22.55--ServerSession(454071866)--Connection(934045965)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.55--UnitOfWork(2032373012)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:22.55--UnitOfWork(2032373012)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.55--UnitOfWork(2032373012)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee )
    [junit] [EL Finest]: 2024-04-17 17:54:22.551--UnitOfWork(2032373012)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="bicycles" )
    [junit] [EL Finest]: 2024-04-17 17:54:22.551--ServerSession(454071866)--Connection(332031786)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.551--ClientSession(1494761466)--Connection(332031786)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.551--ClientSession(1494761466)--Connection(332031786)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.551--UnitOfWork(2032373012)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" )
    [junit] [EL Fine]: 2024-04-17 17:54:22.551--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-17 17:54:22.551--UnitOfWork(2032373012)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" )
    [junit] [EL Fine]: 2024-04-17 17:54:22.551--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-17 17:54:22.552--UnitOfWork(2032373012)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" )
    [junit] [EL Fine]: 2024-04-17 17:54:22.552--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-17 17:54:22.552--UnitOfWork(2032373012)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" )
    [junit] [EL Fine]: 2024-04-17 17:54:22.552--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-17 17:54:22.552--UnitOfWork(2032373012)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" )
    [junit] [EL Fine]: 2024-04-17 17:54:22.552--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-17 17:54:22.552--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-17 17:54:22.553--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-17 17:54:22.553--ClientSession(1494761466)--Connection(715371755)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (ID = ?)
    [junit] 	bind => [1]
    [junit] [EL Finer]: 2024-04-17 17:54:22.553--ClientSession(1494761466)--Connection(715371755)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.554--ServerSession(454071866)--Connection(332031786)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.554--UnitOfWork(2032373012)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.554--UnitOfWork(2032373012)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.554--UnitOfWork(2032373012)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.554--ClientSession(1494761466)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.554--UnitOfWork(2032373012)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.554--ClientSession(1494761466)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.572--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1053372832
    [junit] [EL Finer]: 2024-04-17 17:54:22.572--ClientSession(1053372832)--Thread(Thread[main,5,main])--acquire unit of work: 1223111343
    [junit] [EL Finest]: 2024-04-17 17:54:22.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-17 17:54:22.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-17 17:54:22.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-17 17:54:22.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-17 17:54:22.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-17 17:54:22.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-17 17:54:22.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-17 17:54:22.573--UnitOfWork(1223111343)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:22.573--UnitOfWork(1223111343)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.573--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-17 17:54:22.573--ServerSession(454071866)--Connection(1487031862)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.573--ClientSession(1053372832)--Connection(1487031862)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.573--ClientSession(1053372832)--Connection(1487031862)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.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-17 17:54:22.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-17 17:54:22.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-17 17:54:22.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-17 17:54:22.573--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.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-17 17:54:22.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-17 17:54:22.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-17 17:54:22.574--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:22.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-17 17:54:22.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-17 17:54:22.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-17 17:54:22.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-17 17:54:22.574--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.574--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.574--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])--	bind => [222, G?rteltiere puhlen]
    [junit] [EL Fine]: 2024-04-17 17:54:22.574--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])--	bind => [223, B?uche pinseln]
    [junit] [EL Fine]: 2024-04-17 17:54:22.574--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])--	bind => [224, Zitronen falten]
    [junit] [EL Fine]: 2024-04-17 17:54:22.574--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])--	bind => [225, Erbsen z?hlen]
    [junit] [EL Fine]: 2024-04-17 17:54:22.574--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])--	bind => [226, Eclipse Linken]
    [junit] [EL Finer]: 2024-04-17 17:54:22.574--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:22.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-17 17:54:22.575--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.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-17 17:54:22.575--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])--	bind => [1, 0, 222]
    [junit] [EL Fine]: 2024-04-17 17:54:22.575--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])--	bind => [1, 0, 223]
    [junit] [EL Fine]: 2024-04-17 17:54:22.575--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])--	bind => [1, 0, 224]
    [junit] [EL Fine]: 2024-04-17 17:54:22.575--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])--	bind => [1, 0, 225]
    [junit] [EL Fine]: 2024-04-17 17:54:22.575--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])--	bind => [1, 0, 226]
    [junit] [EL Finer]: 2024-04-17 17:54:22.575--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:22.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-17 17:54:22.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-17 17:54:22.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-17 17:54:22.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-17 17:54:22.576--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.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-17 17:54:22.576--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])--	bind => [223, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.576--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])--	bind => [224, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.576--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])--	bind => [222, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.576--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])--	bind => [224, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:22.576--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])--	bind => [225, 2]
    [junit] [EL Finer]: 2024-04-17 17:54:22.576--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:22.577--ClientSession(1053372832)--Connection(1820049250)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.577--ServerSession(454071866)--Connection(1487031862)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.577--UnitOfWork(1223111343)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.577--UnitOfWork(1223111343)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.577--UnitOfWork(1223111343)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.577--ClientSession(1053372832)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.577--UnitOfWork(1223111343)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.577--ClientSession(1053372832)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.578--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1580900879
    [junit] [EL Finer]: 2024-04-17 17:54:22.578--ClientSession(1580900879)--Thread(Thread[main,5,main])--acquire unit of work: 36756825
    [junit] [EL Finest]: 2024-04-17 17:54:22.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-17 17:54:22.578--ServerSession(454071866)--Connection(1711860908)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.578--ServerSession(454071866)--Connection(1711860908)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.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-17 17:54:22.578--ServerSession(454071866)--Connection(1711860908)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.579--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:22.579--ServerSession(454071866)--Connection(326942468)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.579--ServerSession(454071866)--Connection(326942468)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.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-17 17:54:22.579--ServerSession(454071866)--Connection(326942468)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.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-17 17:54:22.579--ServerSession(454071866)--Connection(656511982)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.579--ServerSession(454071866)--Connection(656511982)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.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-17 17:54:22.58--ServerSession(454071866)--Connection(656511982)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.58--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-17 17:54:22.58--ServerSession(454071866)--Connection(213894362)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.58--ServerSession(454071866)--Connection(213894362)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.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-17 17:54:22.58--ServerSession(454071866)--Connection(213894362)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.58--UnitOfWork(36756825)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:22.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-17 17:54:22.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-17 17:54:22.58--ServerSession(454071866)--Connection(1711907233)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.58--ServerSession(454071866)--Connection(1711907233)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.581--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-17 17:54:22.581--ServerSession(454071866)--Connection(1711907233)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.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-17 17:54:22.581--ServerSession(454071866)--Connection(2076206490)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.581--ServerSession(454071866)--Connection(2076206490)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.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-17 17:54:22.581--ServerSession(454071866)--Connection(2076206490)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.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-17 17:54:22.581--ServerSession(454071866)--Connection(804505668)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.581--ServerSession(454071866)--Connection(804505668)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.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-17 17:54:22.582--ServerSession(454071866)--Connection(804505668)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.582--UnitOfWork(36756825)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="projects" referenceClass=Project )
    [junit] [EL Finest]: 2024-04-17 17:54:22.582--ServerSession(454071866)--Connection(37408513)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.582--ServerSession(454071866)--Connection(37408513)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.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-17 17:54:22.582--ServerSession(454071866)--Connection(37408513)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.583--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-17 17:54:22.583--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-17 17:54:22.583--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-17 17:54:22.583--UnitOfWork(36756825)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.583--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-17 17:54:22.583--ServerSession(454071866)--Connection(1811409432)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.583--ServerSession(454071866)--Connection(1811409432)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.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-17 17:54:22.583--ServerSession(454071866)--Connection(1811409432)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.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-17 17:54:22.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-17 17:54:22.583--UnitOfWork(36756825)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.584--UnitOfWork(36756825)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Project )
    [junit] [EL Finest]: 2024-04-17 17:54:22.584--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-17 17:54:22.584--ServerSession(454071866)--Connection(1549259051)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.584--ClientSession(1580900879)--Connection(1549259051)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.584--ClientSession(1580900879)--Connection(1549259051)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.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-17 17:54:22.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-17 17:54:22.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-17 17:54:22.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-17 17:54:22.585--UnitOfWork(36756825)--Thread(Thread[main,5,main])--Execute query DataModifyQuery()
    [junit] [EL Fine]: 2024-04-17 17:54:22.585--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-17 17:54:22.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-17 17:54:22.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-17 17:54:22.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-17 17:54:22.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-17 17:54:22.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-17 17:54:22.586--ClientSession(1580900879)--Connection(906232631)--Thread(Thread[main,5,main])--DELETE FROM TMP_PROJECT WHERE (ID = ?)
    [junit] 	bind => [223]
    [junit] [EL Finer]: 2024-04-17 17:54:22.586--ClientSession(1580900879)--Connection(906232631)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.586--ServerSession(454071866)--Connection(1549259051)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.586--UnitOfWork(36756825)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.586--UnitOfWork(36756825)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.587--UnitOfWork(36756825)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.587--ClientSession(1580900879)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.587--UnitOfWork(36756825)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.587--ClientSession(1580900879)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.587--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 237908767
    [junit] [EL Finer]: 2024-04-17 17:54:22.587--ClientSession(237908767)--Thread(Thread[main,5,main])--acquire unit of work: 167820970
    [junit] [EL Finest]: 2024-04-17 17:54:22.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-17 17:54:22.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-17 17:54:22.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-17 17:54:22.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-17 17:54:22.587--ServerSession(454071866)--Connection(191288056)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.587--ServerSession(454071866)--Connection(191288056)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.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-17 17:54:22.588--ServerSession(454071866)--Connection(191288056)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.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-17 17:54:22.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-17 17:54:22.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-17 17:54:22.588--UnitOfWork(167820970)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.588--ClientSession(237908767)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.609--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1227865944
    [junit] [EL Finer]: 2024-04-17 17:54:22.609--ClientSession(1227865944)--Thread(Thread[main,5,main])--acquire unit of work: 1542452726
    [junit] [EL Finest]: 2024-04-17 17:54:22.609--UnitOfWork(1542452726)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.609--UnitOfWork(1542452726)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.609--UnitOfWork(1542452726)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.609--UnitOfWork(1542452726)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.609--UnitOfWork(1542452726)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.609--UnitOfWork(1542452726)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.609--UnitOfWork(1542452726)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.609--UnitOfWork(1542452726)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:22.609--UnitOfWork(1542452726)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.609--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-17 17:54:22.609--ServerSession(454071866)--Connection(1048871897)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.609--ClientSession(1227865944)--Connection(1048871897)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.609--ClientSession(1227865944)--Connection(1048871897)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.61--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-17 17:54:22.61--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-17 17:54:22.61--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-17 17:54:22.61--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-17 17:54:22.61--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.61--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-17 17:54:22.61--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-17 17:54:22.61--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-17 17:54:22.61--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:22.611--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-17 17:54:22.611--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-17 17:54:22.611--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-17 17:54:22.611--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-17 17:54:22.611--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.611--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.611--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])--	bind => [223, B?uche pinseln]
    [junit] [EL Fine]: 2024-04-17 17:54:22.611--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])--	bind => [225, Erbsen z?hlen]
    [junit] [EL Fine]: 2024-04-17 17:54:22.611--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])--	bind => [222, G?rteltiere puhlen]
    [junit] [EL Fine]: 2024-04-17 17:54:22.611--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])--	bind => [224, Zitronen falten]
    [junit] [EL Fine]: 2024-04-17 17:54:22.611--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])--	bind => [226, Eclipse Linken]
    [junit] [EL Finer]: 2024-04-17 17:54:22.611--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:22.612--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-17 17:54:22.612--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.612--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-17 17:54:22.612--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])--	bind => [1, 0, 223]
    [junit] [EL Fine]: 2024-04-17 17:54:22.612--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])--	bind => [1, 0, 225]
    [junit] [EL Fine]: 2024-04-17 17:54:22.612--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])--	bind => [1, 0, 222]
    [junit] [EL Fine]: 2024-04-17 17:54:22.612--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])--	bind => [1, 0, 224]
    [junit] [EL Fine]: 2024-04-17 17:54:22.612--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])--	bind => [1, 0, 226]
    [junit] [EL Finer]: 2024-04-17 17:54:22.612--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:22.612--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-17 17:54:22.612--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-17 17:54:22.612--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-17 17:54:22.612--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-17 17:54:22.613--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.613--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.613--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])--	bind => [224, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:22.613--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])--	bind => [225, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:22.613--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])--	bind => [223, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.613--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])--	bind => [224, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.613--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])--	bind => [222, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:22.613--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:22.613--ClientSession(1227865944)--Connection(2000005438)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.614--ServerSession(454071866)--Connection(1048871897)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:22.614--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent )
    [junit] [EL Finest]: 2024-04-17 17:54:22.614--ServerSession(454071866)--Connection(667640475)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.614--ServerSession(454071866)--Connection(667640475)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.614--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-17 17:54:22.614--ServerSession(454071866)--Connection(667640475)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.614--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="employees" referenceClass=Employee )
    [junit] [EL Finest]: 2024-04-17 17:54:22.615--ServerSession(454071866)--Connection(1846137897)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.615--ServerSession(454071866)--Connection(1846137897)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.615--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-17 17:54:22.615--ServerSession(454071866)--Connection(1846137897)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.615--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:22.615--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-17 17:54:22.615--ServerSession(454071866)--Connection(161010915)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.615--ServerSession(454071866)--Connection(161010915)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.616--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-17 17:54:22.616--ServerSession(454071866)--Connection(161010915)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.616--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-17 17:54:22.616--ServerSession(454071866)--Connection(219077534)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.616--ServerSession(454071866)--Connection(219077534)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.616--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-17 17:54:22.616--ServerSession(454071866)--Connection(219077534)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.616--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:22.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-17 17:54:22.617--ServerSession(454071866)--Connection(2142663175)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.617--ServerSession(454071866)--Connection(2142663175)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.617--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-17 17:54:22.617--ServerSession(454071866)--Connection(2142663175)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.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-17 17:54:22.617--ServerSession(454071866)--Connection(7938565)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.617--ServerSession(454071866)--Connection(7938565)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.617--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-17 17:54:22.617--ServerSession(454071866)--Connection(7938565)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.617--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-17 17:54:22.618--ServerSession(454071866)--Connection(508857179)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.618--ServerSession(454071866)--Connection(508857179)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.618--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-17 17:54:22.618--ServerSession(454071866)--Connection(508857179)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.618--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-17 17:54:22.618--ServerSession(454071866)--Connection(1054023103)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.618--ServerSession(454071866)--Connection(1054023103)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.618--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-17 17:54:22.619--ServerSession(454071866)--Connection(1054023103)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.619--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-17 17:54:22.619--ServerSession(454071866)--Connection(201890331)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.619--ServerSession(454071866)--Connection(201890331)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.619--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-17 17:54:22.619--ServerSession(454071866)--Connection(201890331)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.619--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-17 17:54:22.619--ServerSession(454071866)--Connection(175573414)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.619--ServerSession(454071866)--Connection(175573414)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.619--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-17 17:54:22.62--ServerSession(454071866)--Connection(175573414)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:22.62--UnitOfWork(1542452726)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.62--UnitOfWork(1542452726)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.62--UnitOfWork(1542452726)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.62--ClientSession(1227865944)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.62--UnitOfWork(1542452726)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.62--ClientSession(1227865944)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.621--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 589094437
    [junit] [EL Finer]: 2024-04-17 17:54:22.621--ClientSession(589094437)--Thread(Thread[main,5,main])--acquire unit of work: 117621903
    [junit] [EL Finest]: 2024-04-17 17:54:22.621--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-17 17:54:22.621--ServerSession(454071866)--Connection(690910476)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.621--ServerSession(454071866)--Connection(690910476)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.621--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-17 17:54:22.621--ServerSession(454071866)--Connection(690910476)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.621--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:22.621--ServerSession(454071866)--Connection(2068335142)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.622--ServerSession(454071866)--Connection(2068335142)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.622--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-17 17:54:22.622--ServerSession(454071866)--Connection(2068335142)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.622--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-17 17:54:22.622--ServerSession(454071866)--Connection(2041945920)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.622--ServerSession(454071866)--Connection(2041945920)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.622--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-17 17:54:22.622--ServerSession(454071866)--Connection(2041945920)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.622--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-17 17:54:22.622--ServerSession(454071866)--Connection(1798786892)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.622--ServerSession(454071866)--Connection(1798786892)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.622--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-17 17:54:22.623--ServerSession(454071866)--Connection(1798786892)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.623--UnitOfWork(117621903)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:22.623--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-17 17:54:22.623--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-17 17:54:22.623--ServerSession(454071866)--Connection(54989630)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.623--ServerSession(454071866)--Connection(54989630)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.623--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-17 17:54:22.623--ServerSession(454071866)--Connection(54989630)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.623--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-17 17:54:22.623--ServerSession(454071866)--Connection(2015274632)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.623--ServerSession(454071866)--Connection(2015274632)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.624--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-17 17:54:22.624--ServerSession(454071866)--Connection(2015274632)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.624--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-17 17:54:22.624--ServerSession(454071866)--Connection(950285976)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.624--ServerSession(454071866)--Connection(950285976)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.624--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-17 17:54:22.624--ServerSession(454071866)--Connection(950285976)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.624--UnitOfWork(117621903)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:22.624--UnitOfWork(117621903)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.624--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-17 17:54:22.624--ServerSession(454071866)--Connection(638120249)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.625--ClientSession(589094437)--Connection(638120249)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.625--ClientSession(589094437)--Connection(638120249)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.625--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-17 17:54:22.625--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-17 17:54:22.625--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-17 17:54:22.626--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-17 17:54:22.626--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-17 17:54:22.626--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-17 17:54:22.626--ClientSession(589094437)--Connection(150532507)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.626--ClientSession(589094437)--Connection(150532507)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.626--ClientSession(589094437)--Connection(150532507)--Thread(Thread[main,5,main])--	bind => [223, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:22.626--ClientSession(589094437)--Connection(150532507)--Thread(Thread[main,5,main])--	bind => [224, 19]
    [junit] [EL Fine]: 2024-04-17 17:54:22.626--ClientSession(589094437)--Connection(150532507)--Thread(Thread[main,5,main])--	bind => [222, 19]
    [junit] [EL Finer]: 2024-04-17 17:54:22.626--ClientSession(589094437)--Connection(150532507)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:22.626--ClientSession(589094437)--Connection(150532507)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.627--ServerSession(454071866)--Connection(638120249)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.627--UnitOfWork(117621903)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.627--UnitOfWork(117621903)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.627--UnitOfWork(117621903)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.627--ClientSession(589094437)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.627--UnitOfWork(117621903)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.627--ClientSession(589094437)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.627--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1090232614
    [junit] [EL Finer]: 2024-04-17 17:54:22.627--ClientSession(1090232614)--Thread(Thread[main,5,main])--acquire unit of work: 526917203
    [junit] [EL Finest]: 2024-04-17 17:54:22.627--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-17 17:54:22.627--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-17 17:54:22.627--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-17 17:54:22.627--ServerSession(454071866)--Connection(88616981)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.627--ServerSession(454071866)--Connection(88616981)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.628--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-17 17:54:22.628--ServerSession(454071866)--Connection(88616981)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.628--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-17 17:54:22.628--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-17 17:54:22.628--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-17 17:54:22.628--UnitOfWork(526917203)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.628--ClientSession(1090232614)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.646--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1670675771
    [junit] [EL Finer]: 2024-04-17 17:54:22.647--ClientSession(1670675771)--Thread(Thread[main,5,main])--acquire unit of work: 1384118912
    [junit] [EL Finest]: 2024-04-17 17:54:22.647--UnitOfWork(1384118912)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.647--UnitOfWork(1384118912)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.647--UnitOfWork(1384118912)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.647--UnitOfWork(1384118912)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.647--UnitOfWork(1384118912)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.647--UnitOfWork(1384118912)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.647--UnitOfWork(1384118912)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.647--UnitOfWork(1384118912)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:22.647--UnitOfWork(1384118912)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.647--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-17 17:54:22.647--ServerSession(454071866)--Connection(1448705410)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.647--ClientSession(1670675771)--Connection(1448705410)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.647--ClientSession(1670675771)--Connection(1448705410)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.647--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-17 17:54:22.647--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-17 17:54:22.648--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-17 17:54:22.648--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-17 17:54:22.648--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.648--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-17 17:54:22.648--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-17 17:54:22.648--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-17 17:54:22.648--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:22.648--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-17 17:54:22.648--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-17 17:54:22.648--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-17 17:54:22.648--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-17 17:54:22.648--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.648--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.648--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])--	bind => [226, Eclipse Linken]
    [junit] [EL Fine]: 2024-04-17 17:54:22.649--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])--	bind => [225, Erbsen z?hlen]
    [junit] [EL Fine]: 2024-04-17 17:54:22.649--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])--	bind => [222, G?rteltiere puhlen]
    [junit] [EL Fine]: 2024-04-17 17:54:22.649--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])--	bind => [224, Zitronen falten]
    [junit] [EL Fine]: 2024-04-17 17:54:22.649--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])--	bind => [223, B?uche pinseln]
    [junit] [EL Finer]: 2024-04-17 17:54:22.649--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:22.649--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-17 17:54:22.649--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.649--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-17 17:54:22.649--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])--	bind => [1, 0, 226]
    [junit] [EL Fine]: 2024-04-17 17:54:22.649--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])--	bind => [1, 0, 225]
    [junit] [EL Fine]: 2024-04-17 17:54:22.649--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])--	bind => [1, 0, 222]
    [junit] [EL Fine]: 2024-04-17 17:54:22.649--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])--	bind => [1, 0, 224]
    [junit] [EL Fine]: 2024-04-17 17:54:22.649--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])--	bind => [1, 0, 223]
    [junit] [EL Finer]: 2024-04-17 17:54:22.649--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:22.65--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-17 17:54:22.65--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-17 17:54:22.65--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-17 17:54:22.65--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-17 17:54:22.65--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.65--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.65--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])--	bind => [223, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.65--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])--	bind => [224, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.65--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])--	bind => [222, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.65--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])--	bind => [224, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:22.65--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])--	bind => [225, 2]
    [junit] [EL Finer]: 2024-04-17 17:54:22.65--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:22.651--ClientSession(1670675771)--Connection(1156612004)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.651--ServerSession(454071866)--Connection(1448705410)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:22.651--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-17 17:54:22.651--ServerSession(454071866)--Connection(894572531)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.651--ServerSession(454071866)--Connection(894572531)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.652--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-17 17:54:22.652--ServerSession(454071866)--Connection(894572531)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.652--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-17 17:54:22.652--ServerSession(454071866)--Connection(152042385)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.652--ServerSession(454071866)--Connection(152042385)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.652--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-17 17:54:22.652--ServerSession(454071866)--Connection(152042385)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.653--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-17 17:54:22.653--ServerSession(454071866)--Connection(1729115424)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.653--ServerSession(454071866)--Connection(1729115424)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.653--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-17 17:54:22.653--ServerSession(454071866)--Connection(1729115424)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.653--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-17 17:54:22.653--ServerSession(454071866)--Connection(754883039)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.653--ServerSession(454071866)--Connection(754883039)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.653--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-17 17:54:22.654--ServerSession(454071866)--Connection(754883039)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.654--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:22.654--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-17 17:54:22.654--ServerSession(454071866)--Connection(1366537604)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.654--ServerSession(454071866)--Connection(1366537604)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.654--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-17 17:54:22.654--ServerSession(454071866)--Connection(1366537604)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.654--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-17 17:54:22.654--ServerSession(454071866)--Connection(1066128561)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.654--ServerSession(454071866)--Connection(1066128561)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.655--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-17 17:54:22.655--ServerSession(454071866)--Connection(1066128561)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.655--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-17 17:54:22.655--ServerSession(454071866)--Connection(1038212658)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.655--ServerSession(454071866)--Connection(1038212658)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.655--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-17 17:54:22.656--ServerSession(454071866)--Connection(1038212658)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.656--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-17 17:54:22.656--ServerSession(454071866)--Connection(1677048533)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.656--ServerSession(454071866)--Connection(1677048533)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.656--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-17 17:54:22.656--ServerSession(454071866)--Connection(1677048533)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.656--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-17 17:54:22.656--ServerSession(454071866)--Connection(1231830601)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.656--ServerSession(454071866)--Connection(1231830601)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.656--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-17 17:54:22.657--ServerSession(454071866)--Connection(1231830601)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.657--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-17 17:54:22.657--ServerSession(454071866)--Connection(1215609867)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.657--ServerSession(454071866)--Connection(1215609867)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.657--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-17 17:54:22.657--ServerSession(454071866)--Connection(1215609867)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:22.657--UnitOfWork(1384118912)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.657--UnitOfWork(1384118912)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.657--UnitOfWork(1384118912)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.657--ClientSession(1670675771)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.657--UnitOfWork(1384118912)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.657--ClientSession(1670675771)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.658--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 963596498
    [junit] [EL Finer]: 2024-04-17 17:54:22.658--ClientSession(963596498)--Thread(Thread[main,5,main])--acquire unit of work: 1419126544
    [junit] [EL Finest]: 2024-04-17 17:54:22.658--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-17 17:54:22.658--ServerSession(454071866)--Connection(651139877)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.658--ServerSession(454071866)--Connection(651139877)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.658--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-17 17:54:22.658--ServerSession(454071866)--Connection(651139877)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.659--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:22.659--ServerSession(454071866)--Connection(2062000179)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.659--ServerSession(454071866)--Connection(2062000179)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.659--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-17 17:54:22.7--ServerSession(454071866)--Connection(2062000179)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.7--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-17 17:54:22.701--ServerSession(454071866)--Connection(282006976)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.701--ServerSession(454071866)--Connection(282006976)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.701--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-17 17:54:22.701--ServerSession(454071866)--Connection(282006976)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.701--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-17 17:54:22.701--ServerSession(454071866)--Connection(390609842)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.701--ServerSession(454071866)--Connection(390609842)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.701--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-17 17:54:22.702--ServerSession(454071866)--Connection(390609842)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.702--UnitOfWork(1419126544)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:22.702--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-17 17:54:22.702--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-17 17:54:22.702--ServerSession(454071866)--Connection(1632379503)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.702--ServerSession(454071866)--Connection(1632379503)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.702--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-17 17:54:22.702--ServerSession(454071866)--Connection(1632379503)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.702--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-17 17:54:22.702--ServerSession(454071866)--Connection(4456582)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.703--ServerSession(454071866)--Connection(4456582)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.703--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-17 17:54:22.703--ServerSession(454071866)--Connection(4456582)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.703--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-17 17:54:22.703--ServerSession(454071866)--Connection(2035518611)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.703--ServerSession(454071866)--Connection(2035518611)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.703--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-17 17:54:22.703--ServerSession(454071866)--Connection(2035518611)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.703--UnitOfWork(1419126544)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.703--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-17 17:54:22.704--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-17 17:54:22.704--ServerSession(454071866)--Connection(440289517)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.704--ServerSession(454071866)--Connection(440289517)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.704--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-17 17:54:22.704--ServerSession(454071866)--Connection(440289517)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.704--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-17 17:54:22.704--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-17 17:54:22.704--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-17 17:54:22.704--UnitOfWork(1419126544)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.704--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-17 17:54:22.705--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-17 17:54:22.705--ServerSession(454071866)--Connection(487311919)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.705--ClientSession(963596498)--Connection(487311919)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.705--ClientSession(963596498)--Connection(487311919)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.705--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-17 17:54:22.705--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-17 17:54:22.705--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-17 17:54:22.705--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-17 17:54:22.706--ClientSession(963596498)--Connection(795974813)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.706--ServerSession(454071866)--Connection(487311919)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.706--UnitOfWork(1419126544)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.706--UnitOfWork(1419126544)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.706--UnitOfWork(1419126544)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.706--ClientSession(963596498)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.706--UnitOfWork(1419126544)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.706--ClientSession(963596498)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.707--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 306691636
    [junit] [EL Finer]: 2024-04-17 17:54:22.707--ClientSession(306691636)--Thread(Thread[main,5,main])--acquire unit of work: 232650032
    [junit] [EL Finest]: 2024-04-17 17:54:22.707--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-17 17:54:22.707--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-17 17:54:22.707--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-17 17:54:22.707--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-17 17:54:22.707--ServerSession(454071866)--Connection(916183084)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.707--ServerSession(454071866)--Connection(916183084)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.707--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-17 17:54:22.707--ServerSession(454071866)--Connection(916183084)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.707--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-17 17:54:22.707--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-17 17:54:22.707--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-17 17:54:22.707--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-17 17:54:22.708--UnitOfWork(232650032)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.708--ClientSession(306691636)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.728--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 516135771
    [junit] [EL Finer]: 2024-04-17 17:54:22.728--ClientSession(516135771)--Thread(Thread[main,5,main])--acquire unit of work: 1573241363
    [junit] [EL Finest]: 2024-04-17 17:54:22.728--UnitOfWork(1573241363)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.728--UnitOfWork(1573241363)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.728--UnitOfWork(1573241363)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.728--UnitOfWork(1573241363)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.728--UnitOfWork(1573241363)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.728--UnitOfWork(1573241363)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.728--UnitOfWork(1573241363)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.728--UnitOfWork(1573241363)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:22.728--UnitOfWork(1573241363)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.728--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-17 17:54:22.728--ServerSession(454071866)--Connection(1954215525)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.728--ClientSession(516135771)--Connection(1954215525)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.728--ClientSession(516135771)--Connection(1954215525)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.728--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-17 17:54:22.729--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-17 17:54:22.729--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-17 17:54:22.729--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-17 17:54:22.729--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.729--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-17 17:54:22.729--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-17 17:54:22.729--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-17 17:54:22.729--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:22.73--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-17 17:54:22.73--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-17 17:54:22.73--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-17 17:54:22.73--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-17 17:54:22.73--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.73--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.73--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])--	bind => [222, G?rteltiere puhlen]
    [junit] [EL Fine]: 2024-04-17 17:54:22.73--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])--	bind => [223, B?uche pinseln]
    [junit] [EL Fine]: 2024-04-17 17:54:22.73--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])--	bind => [224, Zitronen falten]
    [junit] [EL Fine]: 2024-04-17 17:54:22.73--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])--	bind => [226, Eclipse Linken]
    [junit] [EL Fine]: 2024-04-17 17:54:22.73--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])--	bind => [225, Erbsen z?hlen]
    [junit] [EL Finer]: 2024-04-17 17:54:22.73--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:22.73--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-17 17:54:22.731--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.731--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-17 17:54:22.731--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])--	bind => [1, 0, 222]
    [junit] [EL Fine]: 2024-04-17 17:54:22.731--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])--	bind => [1, 0, 223]
    [junit] [EL Fine]: 2024-04-17 17:54:22.731--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])--	bind => [1, 0, 224]
    [junit] [EL Fine]: 2024-04-17 17:54:22.731--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])--	bind => [1, 0, 226]
    [junit] [EL Fine]: 2024-04-17 17:54:22.731--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])--	bind => [1, 0, 225]
    [junit] [EL Finer]: 2024-04-17 17:54:22.731--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:22.731--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-17 17:54:22.731--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-17 17:54:22.731--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-17 17:54:22.731--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-17 17:54:22.731--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.731--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.731--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])--	bind => [223, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.731--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])--	bind => [224, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.731--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])--	bind => [222, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.731--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])--	bind => [224, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:22.731--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])--	bind => [225, 2]
    [junit] [EL Finer]: 2024-04-17 17:54:22.731--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:22.732--ClientSession(516135771)--Connection(918990140)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.732--ServerSession(454071866)--Connection(1954215525)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:22.733--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-17 17:54:22.733--ServerSession(454071866)--Connection(1035136670)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.733--ServerSession(454071866)--Connection(1035136670)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.733--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-17 17:54:22.733--ServerSession(454071866)--Connection(1035136670)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.733--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-17 17:54:22.733--ServerSession(454071866)--Connection(116376601)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.733--ServerSession(454071866)--Connection(116376601)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.733--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-17 17:54:22.734--ServerSession(454071866)--Connection(116376601)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.734--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-17 17:54:22.734--ServerSession(454071866)--Connection(717533794)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.734--ServerSession(454071866)--Connection(717533794)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.734--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-17 17:54:22.734--ServerSession(454071866)--Connection(717533794)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.735--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:22.735--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-17 17:54:22.735--ServerSession(454071866)--Connection(1733582484)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.735--ServerSession(454071866)--Connection(1733582484)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.735--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-17 17:54:22.735--ServerSession(454071866)--Connection(1733582484)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.735--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-17 17:54:22.735--ServerSession(454071866)--Connection(1988011356)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.735--ServerSession(454071866)--Connection(1988011356)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.735--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-17 17:54:22.736--ServerSession(454071866)--Connection(1988011356)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.736--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-17 17:54:22.736--ServerSession(454071866)--Connection(537568559)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.736--ServerSession(454071866)--Connection(537568559)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.736--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-17 17:54:22.736--ServerSession(454071866)--Connection(537568559)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.736--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-17 17:54:22.736--ServerSession(454071866)--Connection(1300964614)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.737--ServerSession(454071866)--Connection(1300964614)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.737--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-17 17:54:22.737--ServerSession(454071866)--Connection(1300964614)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.737--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-17 17:54:22.737--ServerSession(454071866)--Connection(348429261)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.737--ServerSession(454071866)--Connection(348429261)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.737--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-17 17:54:22.737--ServerSession(454071866)--Connection(348429261)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.737--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-17 17:54:22.737--ServerSession(454071866)--Connection(1486937426)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.738--ServerSession(454071866)--Connection(1486937426)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.738--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-17 17:54:22.738--ServerSession(454071866)--Connection(1486937426)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:22.738--UnitOfWork(1573241363)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.738--UnitOfWork(1573241363)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.738--UnitOfWork(1573241363)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.738--ClientSession(516135771)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.738--UnitOfWork(1573241363)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.738--ClientSession(516135771)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.739--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1940202950
    [junit] [EL Finer]: 2024-04-17 17:54:22.739--ClientSession(1940202950)--Thread(Thread[main,5,main])--acquire unit of work: 758201517
    [junit] [EL Finest]: 2024-04-17 17:54:22.739--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-17 17:54:22.739--ServerSession(454071866)--Connection(343484316)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.739--ServerSession(454071866)--Connection(343484316)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.739--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-17 17:54:22.739--ServerSession(454071866)--Connection(343484316)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.739--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:22.739--ServerSession(454071866)--Connection(325039348)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.739--ServerSession(454071866)--Connection(325039348)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.74--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-17 17:54:22.74--ServerSession(454071866)--Connection(325039348)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.74--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-17 17:54:22.74--ServerSession(454071866)--Connection(852881598)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.74--ServerSession(454071866)--Connection(852881598)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.74--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-17 17:54:22.74--ServerSession(454071866)--Connection(852881598)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.74--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-17 17:54:22.741--ServerSession(454071866)--Connection(970952783)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.741--ServerSession(454071866)--Connection(970952783)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.741--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-17 17:54:22.741--ServerSession(454071866)--Connection(970952783)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.741--UnitOfWork(758201517)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:22.741--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-17 17:54:22.741--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-17 17:54:22.741--ServerSession(454071866)--Connection(1711886320)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.741--ServerSession(454071866)--Connection(1711886320)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.741--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-17 17:54:22.742--ServerSession(454071866)--Connection(1711886320)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.742--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-17 17:54:22.742--ServerSession(454071866)--Connection(856038216)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.742--ServerSession(454071866)--Connection(856038216)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.742--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-17 17:54:22.742--ServerSession(454071866)--Connection(856038216)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.742--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-17 17:54:22.742--ServerSession(454071866)--Connection(974513000)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.742--ServerSession(454071866)--Connection(974513000)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.743--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-17 17:54:22.743--ServerSession(454071866)--Connection(974513000)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:22.743--UnitOfWork(758201517)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.743--UnitOfWork(758201517)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.743--UnitOfWork(758201517)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.743--UnitOfWork(758201517)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.743--ClientSession(1940202950)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.743--UnitOfWork(758201517)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.743--ClientSession(1940202950)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.743--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1895162123
    [junit] [EL Finer]: 2024-04-17 17:54:22.743--ClientSession(1895162123)--Thread(Thread[main,5,main])--acquire unit of work: 944177488
    [junit] [EL Finest]: 2024-04-17 17:54:22.743--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-17 17:54:22.744--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-17 17:54:22.744--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-17 17:54:22.744--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-17 17:54:22.744--ServerSession(454071866)--Connection(1174698255)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.744--ServerSession(454071866)--Connection(1174698255)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.744--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-17 17:54:22.744--ServerSession(454071866)--Connection(1174698255)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.744--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-17 17:54:22.744--ServerSession(454071866)--Connection(1350579887)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.744--ServerSession(454071866)--Connection(1350579887)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.744--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-17 17:54:22.745--ServerSession(454071866)--Connection(1350579887)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.745--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-17 17:54:22.745--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-17 17:54:22.745--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-17 17:54:22.745--UnitOfWork(944177488)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.745--UnitOfWork(944177488)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.745--UnitOfWork(944177488)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.745--UnitOfWork(944177488)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.745--ClientSession(1895162123)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.745--UnitOfWork(944177488)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.745--ClientSession(1895162123)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.746--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 251623723
    [junit] [EL Finer]: 2024-04-17 17:54:22.746--ClientSession(251623723)--Thread(Thread[main,5,main])--acquire unit of work: 574678736
    [junit] [EL Finest]: 2024-04-17 17:54:22.746--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-17 17:54:22.746--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-17 17:54:22.746--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-17 17:54:22.746--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-17 17:54:22.746--ServerSession(454071866)--Connection(1180644260)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.746--ServerSession(454071866)--Connection(1180644260)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.746--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-17 17:54:22.746--ServerSession(454071866)--Connection(1180644260)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.746--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-17 17:54:22.746--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-17 17:54:22.747--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-17 17:54:22.747--UnitOfWork(574678736)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.747--UnitOfWork(574678736)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.747--UnitOfWork(574678736)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.747--UnitOfWork(574678736)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.747--ClientSession(251623723)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.747--UnitOfWork(574678736)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.747--ClientSession(251623723)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.772--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1640607692
    [junit] [EL Finer]: 2024-04-17 17:54:22.772--ClientSession(1640607692)--Thread(Thread[main,5,main])--acquire unit of work: 861102873
    [junit] [EL Finest]: 2024-04-17 17:54:22.772--UnitOfWork(861102873)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.772--UnitOfWork(861102873)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.772--UnitOfWork(861102873)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.772--UnitOfWork(861102873)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.772--UnitOfWork(861102873)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.772--UnitOfWork(861102873)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.772--UnitOfWork(861102873)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.772--UnitOfWork(861102873)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:22.772--UnitOfWork(861102873)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.773--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-17 17:54:22.773--ServerSession(454071866)--Connection(781535696)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.773--ClientSession(1640607692)--Connection(781535696)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.773--ClientSession(1640607692)--Connection(781535696)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.773--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-17 17:54:22.773--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-17 17:54:22.773--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-17 17:54:22.774--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-17 17:54:22.774--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.774--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-17 17:54:22.774--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-17 17:54:22.774--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-17 17:54:22.774--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:22.774--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-17 17:54:22.774--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-17 17:54:22.775--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-17 17:54:22.775--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-17 17:54:22.775--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.775--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.775--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])--	bind => [222, G?rteltiere puhlen]
    [junit] [EL Fine]: 2024-04-17 17:54:22.775--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])--	bind => [225, Erbsen z?hlen]
    [junit] [EL Fine]: 2024-04-17 17:54:22.775--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])--	bind => [226, Eclipse Linken]
    [junit] [EL Fine]: 2024-04-17 17:54:22.775--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])--	bind => [223, B?uche pinseln]
    [junit] [EL Fine]: 2024-04-17 17:54:22.775--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])--	bind => [224, Zitronen falten]
    [junit] [EL Finer]: 2024-04-17 17:54:22.775--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:22.775--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-17 17:54:22.776--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.776--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-17 17:54:22.776--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])--	bind => [1, 0, 222]
    [junit] [EL Fine]: 2024-04-17 17:54:22.776--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])--	bind => [1, 0, 225]
    [junit] [EL Fine]: 2024-04-17 17:54:22.776--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])--	bind => [1, 0, 226]
    [junit] [EL Fine]: 2024-04-17 17:54:22.776--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])--	bind => [1, 0, 223]
    [junit] [EL Fine]: 2024-04-17 17:54:22.776--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])--	bind => [1, 0, 224]
    [junit] [EL Finer]: 2024-04-17 17:54:22.776--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:22.776--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-17 17:54:22.777--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-17 17:54:22.777--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-17 17:54:22.777--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-17 17:54:22.777--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.777--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.777--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])--	bind => [223, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.777--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])--	bind => [224, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.777--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])--	bind => [222, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.777--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])--	bind => [224, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:22.777--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])--	bind => [225, 2]
    [junit] [EL Finer]: 2024-04-17 17:54:22.777--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:22.778--ClientSession(1640607692)--Connection(917687149)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.778--ServerSession(454071866)--Connection(781535696)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:22.778--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-17 17:54:22.778--ServerSession(454071866)--Connection(1709545415)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.778--ServerSession(454071866)--Connection(1709545415)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.779--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-17 17:54:22.779--ServerSession(454071866)--Connection(1709545415)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.779--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-17 17:54:22.779--ServerSession(454071866)--Connection(1060357323)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.779--ServerSession(454071866)--Connection(1060357323)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.779--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-17 17:54:22.78--ServerSession(454071866)--Connection(1060357323)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.78--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-17 17:54:22.78--ServerSession(454071866)--Connection(244337853)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.78--ServerSession(454071866)--Connection(244337853)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.78--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-17 17:54:22.781--ServerSession(454071866)--Connection(244337853)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.781--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:22.781--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-17 17:54:22.781--ServerSession(454071866)--Connection(742426818)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.781--ServerSession(454071866)--Connection(742426818)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.781--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-17 17:54:22.782--ServerSession(454071866)--Connection(742426818)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.782--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-17 17:54:22.782--ServerSession(454071866)--Connection(2064340397)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.782--ServerSession(454071866)--Connection(2064340397)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.782--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-17 17:54:22.782--ServerSession(454071866)--Connection(2064340397)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.783--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-17 17:54:22.783--ServerSession(454071866)--Connection(988361142)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.783--ServerSession(454071866)--Connection(988361142)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.783--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-17 17:54:22.783--ServerSession(454071866)--Connection(988361142)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.783--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-17 17:54:22.783--ServerSession(454071866)--Connection(1563828522)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.783--ServerSession(454071866)--Connection(1563828522)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.783--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-17 17:54:22.784--ServerSession(454071866)--Connection(1563828522)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.805--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-17 17:54:22.805--ServerSession(454071866)--Connection(813143271)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.805--ServerSession(454071866)--Connection(813143271)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.805--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-17 17:54:22.806--ServerSession(454071866)--Connection(813143271)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.806--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-17 17:54:22.806--ServerSession(454071866)--Connection(1842362562)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.806--ServerSession(454071866)--Connection(1842362562)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.806--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-17 17:54:22.807--ServerSession(454071866)--Connection(1842362562)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:22.807--UnitOfWork(861102873)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.807--UnitOfWork(861102873)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.807--UnitOfWork(861102873)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.807--ClientSession(1640607692)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.807--UnitOfWork(861102873)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.807--ClientSession(1640607692)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.808--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 598977500
    [junit] [EL Finer]: 2024-04-17 17:54:22.808--ClientSession(598977500)--Thread(Thread[main,5,main])--acquire unit of work: 1330217280
    [junit] [EL Finest]: 2024-04-17 17:54:22.808--UnitOfWork(1330217280)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.808--UnitOfWork(1330217280)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:22.808--UnitOfWork(1330217280)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.808--UnitOfWork(1330217280)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(Item: id=[B@473dcf06, name=b, key1 - value1)
    [junit] [EL Finest]: 2024-04-17 17:54:22.808--ServerSession(454071866)--Connection(2050835533)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.809--ClientSession(598977500)--Connection(2050835533)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.809--ClientSession(598977500)--Connection(2050835533)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.809--UnitOfWork(1330217280)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(item [B@473dcf06: key1 - value1)
    [junit] [EL Fine]: 2024-04-17 17:54:22.809--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-17 17:54:22.81--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-17 17:54:22.811--ClientSession(598977500)--Connection(1040521891)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.811--ServerSession(454071866)--Connection(2050835533)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.811--UnitOfWork(1330217280)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.811--UnitOfWork(1330217280)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.811--UnitOfWork(1330217280)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.811--ClientSession(598977500)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.811--UnitOfWork(1330217280)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.811--ClientSession(598977500)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.811--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 272203717
    [junit] [EL Finer]: 2024-04-17 17:54:22.811--ClientSession(272203717)--Thread(Thread[main,5,main])--acquire unit of work: 117419875
    [junit] [EL Finest]: 2024-04-17 17:54:22.812--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-17 17:54:22.812--ServerSession(454071866)--Connection(1352592544)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.812--ServerSession(454071866)--Connection(1352592544)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.812--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-17 17:54:22.812--ServerSession(454071866)--Connection(1352592544)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.813--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-17 17:54:22.813--ServerSession(454071866)--Connection(65032058)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.813--ServerSession(454071866)--Connection(65032058)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.813--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-17 17:54:22.813--ServerSession(454071866)--Connection(65032058)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.814--UnitOfWork(117419875)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="item" referenceClass=Item_Byte )
    [junit] [EL Finer]: 2024-04-17 17:54:22.832--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1120671740
    [junit] [EL Finer]: 2024-04-17 17:54:22.832--ClientSession(1120671740)--Thread(Thread[main,5,main])--acquire unit of work: 953925839
    [junit] [EL Finest]: 2024-04-17 17:54:22.832--UnitOfWork(953925839)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.832--UnitOfWork(953925839)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.832--UnitOfWork(953925839)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.832--UnitOfWork(953925839)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.832--UnitOfWork(953925839)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.832--UnitOfWork(953925839)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.832--UnitOfWork(953925839)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.832--UnitOfWork(953925839)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:22.832--UnitOfWork(953925839)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.832--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-17 17:54:22.832--ServerSession(454071866)--Connection(1959682019)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.832--ClientSession(1120671740)--Connection(1959682019)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.832--ClientSession(1120671740)--Connection(1959682019)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.833--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-17 17:54:22.833--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-17 17:54:22.833--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-17 17:54:22.833--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-17 17:54:22.833--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.833--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-17 17:54:22.833--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-17 17:54:22.833--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-17 17:54:22.833--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:22.834--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-17 17:54:22.834--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-17 17:54:22.834--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-17 17:54:22.834--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-17 17:54:22.834--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.834--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.834--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])--	bind => [225, Erbsen z?hlen]
    [junit] [EL Fine]: 2024-04-17 17:54:22.834--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])--	bind => [222, G?rteltiere puhlen]
    [junit] [EL Fine]: 2024-04-17 17:54:22.834--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])--	bind => [226, Eclipse Linken]
    [junit] [EL Fine]: 2024-04-17 17:54:22.834--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])--	bind => [223, B?uche pinseln]
    [junit] [EL Fine]: 2024-04-17 17:54:22.834--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])--	bind => [224, Zitronen falten]
    [junit] [EL Finer]: 2024-04-17 17:54:22.834--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:22.835--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-17 17:54:22.835--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.835--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-17 17:54:22.835--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])--	bind => [1, 0, 225]
    [junit] [EL Fine]: 2024-04-17 17:54:22.835--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])--	bind => [1, 0, 222]
    [junit] [EL Fine]: 2024-04-17 17:54:22.835--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])--	bind => [1, 0, 226]
    [junit] [EL Fine]: 2024-04-17 17:54:22.835--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])--	bind => [1, 0, 223]
    [junit] [EL Fine]: 2024-04-17 17:54:22.835--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])--	bind => [1, 0, 224]
    [junit] [EL Finer]: 2024-04-17 17:54:22.835--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:22.835--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-17 17:54:22.836--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-17 17:54:22.836--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-17 17:54:22.836--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-17 17:54:22.836--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.836--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.836--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])--	bind => [223, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.836--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])--	bind => [224, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.836--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])--	bind => [222, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.836--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])--	bind => [224, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:22.836--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])--	bind => [225, 2]
    [junit] [EL Finer]: 2024-04-17 17:54:22.836--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:22.836--ClientSession(1120671740)--Connection(264214580)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.837--ServerSession(454071866)--Connection(1959682019)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.837--UnitOfWork(953925839)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.837--UnitOfWork(953925839)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.837--UnitOfWork(953925839)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.837--ClientSession(1120671740)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.837--UnitOfWork(953925839)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.837--ClientSession(1120671740)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.838--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1475004251
    [junit] [EL Finer]: 2024-04-17 17:54:22.838--ClientSession(1475004251)--Thread(Thread[main,5,main])--acquire unit of work: 891641528
    [junit] [EL Finest]: 2024-04-17 17:54:22.838--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-17 17:54:22.838--ServerSession(454071866)--Connection(767975236)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.838--ServerSession(454071866)--Connection(767975236)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.838--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-17 17:54:22.838--ServerSession(454071866)--Connection(767975236)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.839--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-17 17:54:22.839--ServerSession(454071866)--Connection(404773896)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.839--ServerSession(454071866)--Connection(404773896)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.839--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-17 17:54:22.839--ServerSession(454071866)--Connection(404773896)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.839--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-17 17:54:22.839--ServerSession(454071866)--Connection(142605455)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.839--ServerSession(454071866)--Connection(142605455)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.839--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-17 17:54:22.84--ServerSession(454071866)--Connection(142605455)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.84--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-17 17:54:22.84--ServerSession(454071866)--Connection(272271718)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.84--ServerSession(454071866)--Connection(272271718)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.84--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-17 17:54:22.84--ServerSession(454071866)--Connection(272271718)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.841--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:22.841--ServerSession(454071866)--Connection(199586625)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.841--ServerSession(454071866)--Connection(199586625)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.841--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-17 17:54:22.841--ServerSession(454071866)--Connection(199586625)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.841--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-17 17:54:22.841--ServerSession(454071866)--Connection(1059985383)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.841--ServerSession(454071866)--Connection(1059985383)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.841--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-17 17:54:22.842--ServerSession(454071866)--Connection(1059985383)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.842--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-17 17:54:22.842--ServerSession(454071866)--Connection(1399962192)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.842--ServerSession(454071866)--Connection(1399962192)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.842--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-17 17:54:22.842--ServerSession(454071866)--Connection(1399962192)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.842--UnitOfWork(891641528)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:22.842--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-17 17:54:22.842--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-17 17:54:22.842--ServerSession(454071866)--Connection(216855579)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.842--ServerSession(454071866)--Connection(216855579)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.843--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-17 17:54:22.843--ServerSession(454071866)--Connection(216855579)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.843--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-17 17:54:22.843--ServerSession(454071866)--Connection(2051971073)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.843--ServerSession(454071866)--Connection(2051971073)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.843--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-17 17:54:22.843--ServerSession(454071866)--Connection(2051971073)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.844--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-17 17:54:22.844--ServerSession(454071866)--Connection(611625575)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.844--ServerSession(454071866)--Connection(611625575)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.844--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-17 17:54:22.844--ServerSession(454071866)--Connection(611625575)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.844--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-17 17:54:22.844--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-17 17:54:22.844--ServerSession(454071866)--Connection(1406651926)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.844--ServerSession(454071866)--Connection(1406651926)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.844--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-17 17:54:22.845--ServerSession(454071866)--Connection(1406651926)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.845--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-17 17:54:22.845--ServerSession(454071866)--Connection(122601944)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.845--ServerSession(454071866)--Connection(122601944)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.845--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-17 17:54:22.845--ServerSession(454071866)--Connection(122601944)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.845--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:22.845--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-17 17:54:22.846--ServerSession(454071866)--Connection(1933808487)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.846--ServerSession(454071866)--Connection(1933808487)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.846--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-17 17:54:22.846--ServerSession(454071866)--Connection(1933808487)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.846--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-17 17:54:22.846--ServerSession(454071866)--Connection(1050053910)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.846--ServerSession(454071866)--Connection(1050053910)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.846--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-17 17:54:22.847--ServerSession(454071866)--Connection(1050053910)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.847--UnitOfWork(891641528)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:22.847--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-17 17:54:22.847--ServerSession(454071866)--Connection(1094109989)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.847--ServerSession(454071866)--Connection(1094109989)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.847--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-17 17:54:22.847--ServerSession(454071866)--Connection(1094109989)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.847--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-17 17:54:22.847--ServerSession(454071866)--Connection(786754464)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.847--ServerSession(454071866)--Connection(786754464)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.847--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-17 17:54:22.848--ServerSession(454071866)--Connection(786754464)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.848--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-17 17:54:22.848--ServerSession(454071866)--Connection(1029767569)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.848--ServerSession(454071866)--Connection(1029767569)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.848--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-17 17:54:22.848--ServerSession(454071866)--Connection(1029767569)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.848--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-17 17:54:22.848--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-17 17:54:22.848--UnitOfWork(891641528)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.848--ClientSession(1475004251)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.876--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1054027191
    [junit] [EL Finer]: 2024-04-17 17:54:22.876--ClientSession(1054027191)--Thread(Thread[main,5,main])--acquire unit of work: 279384519
    [junit] [EL Finest]: 2024-04-17 17:54:22.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-17 17:54:22.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-17 17:54:22.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-17 17:54:22.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-17 17:54:22.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-17 17:54:22.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-17 17:54:22.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-17 17:54:22.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-17 17:54:22.877--UnitOfWork(279384519)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.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-17 17:54:22.877--ServerSession(454071866)--Connection(527625506)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.877--ClientSession(1054027191)--Connection(527625506)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.877--ClientSession(1054027191)--Connection(527625506)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.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-17 17:54:22.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-17 17:54:22.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-17 17:54:22.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-17 17:54:22.878--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.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-17 17:54:22.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-17 17:54:22.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-17 17:54:22.878--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:22.879--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-17 17:54:22.879--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-17 17:54:22.879--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-17 17:54:22.879--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-17 17:54:22.879--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.879--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.879--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])--	bind => [224, Zitronen falten]
    [junit] [EL Fine]: 2024-04-17 17:54:22.879--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])--	bind => [223, B?uche pinseln]
    [junit] [EL Fine]: 2024-04-17 17:54:22.879--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])--	bind => [226, Eclipse Linken]
    [junit] [EL Fine]: 2024-04-17 17:54:22.879--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])--	bind => [225, Erbsen z?hlen]
    [junit] [EL Fine]: 2024-04-17 17:54:22.879--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])--	bind => [222, G?rteltiere puhlen]
    [junit] [EL Finer]: 2024-04-17 17:54:22.879--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:22.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-17 17:54:22.88--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.88--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-17 17:54:22.88--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])--	bind => [1, 0, 224]
    [junit] [EL Fine]: 2024-04-17 17:54:22.88--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])--	bind => [1, 0, 223]
    [junit] [EL Fine]: 2024-04-17 17:54:22.88--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])--	bind => [1, 0, 226]
    [junit] [EL Fine]: 2024-04-17 17:54:22.88--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])--	bind => [1, 0, 225]
    [junit] [EL Fine]: 2024-04-17 17:54:22.88--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])--	bind => [1, 0, 222]
    [junit] [EL Finer]: 2024-04-17 17:54:22.88--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:22.881--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-17 17:54:22.881--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-17 17:54:22.881--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-17 17:54:22.881--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-17 17:54:22.881--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.881--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.881--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])--	bind => [223, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.881--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])--	bind => [224, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.881--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])--	bind => [222, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.881--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])--	bind => [224, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:22.881--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])--	bind => [225, 2]
    [junit] [EL Finer]: 2024-04-17 17:54:22.881--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:22.882--ClientSession(1054027191)--Connection(329636219)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.883--ServerSession(454071866)--Connection(527625506)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:22.883--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-17 17:54:22.883--ServerSession(454071866)--Connection(473034437)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.883--ServerSession(454071866)--Connection(473034437)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.883--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-17 17:54:22.883--ServerSession(454071866)--Connection(473034437)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.883--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-17 17:54:22.883--ServerSession(454071866)--Connection(1074092139)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.883--ServerSession(454071866)--Connection(1074092139)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.884--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-17 17:54:22.884--ServerSession(454071866)--Connection(1074092139)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.884--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-17 17:54:22.884--ServerSession(454071866)--Connection(717063054)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.884--ServerSession(454071866)--Connection(717063054)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.884--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-17 17:54:22.885--ServerSession(454071866)--Connection(717063054)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.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-17 17:54:22.885--ServerSession(454071866)--Connection(722370494)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.885--ServerSession(454071866)--Connection(722370494)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.885--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-17 17:54:22.885--ServerSession(454071866)--Connection(722370494)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.886--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-17 17:54:22.886--ServerSession(454071866)--Connection(177644185)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.886--ServerSession(454071866)--Connection(177644185)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.886--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-17 17:54:22.886--ServerSession(454071866)--Connection(177644185)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.886--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-17 17:54:22.886--ServerSession(454071866)--Connection(1788213893)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.886--ServerSession(454071866)--Connection(1788213893)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.886--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-17 17:54:22.887--ServerSession(454071866)--Connection(1788213893)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.887--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-17 17:54:22.887--ServerSession(454071866)--Connection(825397376)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.887--ServerSession(454071866)--Connection(825397376)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.887--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-17 17:54:22.887--ServerSession(454071866)--Connection(825397376)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.887--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-17 17:54:22.887--ServerSession(454071866)--Connection(1043895502)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.887--ServerSession(454071866)--Connection(1043895502)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.888--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-17 17:54:22.888--ServerSession(454071866)--Connection(1043895502)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.888--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-17 17:54:22.888--ServerSession(454071866)--Connection(693757319)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.888--ServerSession(454071866)--Connection(693757319)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.888--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-17 17:54:22.889--ServerSession(454071866)--Connection(693757319)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:22.889--UnitOfWork(279384519)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.889--UnitOfWork(279384519)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.889--UnitOfWork(279384519)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.889--ClientSession(1054027191)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.889--UnitOfWork(279384519)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.889--ClientSession(1054027191)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.889--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1886093609
    [junit] [EL Finer]: 2024-04-17 17:54:22.889--ClientSession(1886093609)--Thread(Thread[main,5,main])--acquire unit of work: 780519364
    [junit] [EL Finest]: 2024-04-17 17:54:22.889--UnitOfWork(780519364)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.889--UnitOfWork(780519364)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.889--UnitOfWork(780519364)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.889--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-17 17:54:22.889--UnitOfWork(780519364)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.89--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-17 17:54:22.89--ServerSession(454071866)--Connection(254519289)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.89--ClientSession(1886093609)--Connection(254519289)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.89--ClientSession(1886093609)--Connection(254519289)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.89--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-17 17:54:22.89--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-17 17:54:22.89--ClientSession(1886093609)--Connection(550713616)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.89--ClientSession(1886093609)--Connection(550713616)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROFILE (GUID, AIRLINE, SMOKER) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.89--ClientSession(1886093609)--Connection(550713616)--Thread(Thread[main,5,main])--	bind => [[B@281ad698, neverComeBack, true]
    [junit] [EL Fine]: 2024-04-17 17:54:22.89--ClientSession(1886093609)--Connection(550713616)--Thread(Thread[main,5,main])--	bind => [[B@7a5ca80d, flyAway, true]
    [junit] [EL Finer]: 2024-04-17 17:54:22.89--ClientSession(1886093609)--Connection(550713616)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:22.891--ClientSession(1886093609)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="profiles" )
    [junit] [EL Fine]: 2024-04-17 17:54:22.891--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-17 17:54:22.891--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-17 17:54:22.891--ClientSession(1886093609)--Connection(550713616)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.891--ClientSession(1886093609)--Connection(550713616)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE_PROFILE (PROFILE_ID, VEHICLE_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.891--ClientSession(1886093609)--Connection(550713616)--Thread(Thread[main,5,main])--	bind => [[B@7a5ca80d, 1369]
    [junit] [EL Fine]: 2024-04-17 17:54:22.892--ClientSession(1886093609)--Connection(550713616)--Thread(Thread[main,5,main])--	bind => [[B@281ad698, 1369]
    [junit] [EL Finer]: 2024-04-17 17:54:22.892--ClientSession(1886093609)--Connection(550713616)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:22.892--ClientSession(1886093609)--Connection(550713616)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.892--ServerSession(454071866)--Connection(254519289)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.892--UnitOfWork(780519364)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.892--UnitOfWork(780519364)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.893--UnitOfWork(780519364)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.893--ClientSession(1886093609)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.893--UnitOfWork(780519364)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.893--ClientSession(1886093609)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.915--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 197268244
    [junit] [EL Finer]: 2024-04-17 17:54:22.915--ClientSession(197268244)--Thread(Thread[main,5,main])--acquire unit of work: 1694381444
    [junit] [EL Finest]: 2024-04-17 17:54:22.915--UnitOfWork(1694381444)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.915--UnitOfWork(1694381444)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.915--UnitOfWork(1694381444)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.915--UnitOfWork(1694381444)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.915--UnitOfWork(1694381444)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.915--UnitOfWork(1694381444)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.915--UnitOfWork(1694381444)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.915--UnitOfWork(1694381444)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:22.915--UnitOfWork(1694381444)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.915--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-17 17:54:22.915--ServerSession(454071866)--Connection(2019277295)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.915--ClientSession(197268244)--Connection(2019277295)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.915--ClientSession(197268244)--Connection(2019277295)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.915--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-17 17:54:22.916--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-17 17:54:22.916--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-17 17:54:22.916--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-17 17:54:22.916--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.916--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-17 17:54:22.916--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-17 17:54:22.916--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-17 17:54:22.916--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:22.916--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-17 17:54:22.917--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-17 17:54:22.917--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-17 17:54:22.917--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-17 17:54:22.917--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.917--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.917--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])--	bind => [222, G?rteltiere puhlen]
    [junit] [EL Fine]: 2024-04-17 17:54:22.917--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])--	bind => [226, Eclipse Linken]
    [junit] [EL Fine]: 2024-04-17 17:54:22.917--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])--	bind => [225, Erbsen z?hlen]
    [junit] [EL Fine]: 2024-04-17 17:54:22.917--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])--	bind => [223, B?uche pinseln]
    [junit] [EL Fine]: 2024-04-17 17:54:22.917--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])--	bind => [224, Zitronen falten]
    [junit] [EL Finer]: 2024-04-17 17:54:22.917--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:22.917--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-17 17:54:22.917--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.917--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-17 17:54:22.917--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])--	bind => [1, 0, 222]
    [junit] [EL Fine]: 2024-04-17 17:54:22.917--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])--	bind => [1, 0, 226]
    [junit] [EL Fine]: 2024-04-17 17:54:22.917--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])--	bind => [1, 0, 225]
    [junit] [EL Fine]: 2024-04-17 17:54:22.917--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])--	bind => [1, 0, 223]
    [junit] [EL Fine]: 2024-04-17 17:54:22.917--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])--	bind => [1, 0, 224]
    [junit] [EL Finer]: 2024-04-17 17:54:22.917--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:22.918--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-17 17:54:22.918--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-17 17:54:22.918--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-17 17:54:22.918--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-17 17:54:22.918--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.918--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.918--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])--	bind => [223, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.918--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])--	bind => [224, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.918--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])--	bind => [222, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.918--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])--	bind => [224, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:22.918--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])--	bind => [225, 2]
    [junit] [EL Finer]: 2024-04-17 17:54:22.918--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:22.919--ClientSession(197268244)--Connection(1430988090)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.919--ServerSession(454071866)--Connection(2019277295)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.919--UnitOfWork(1694381444)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.919--UnitOfWork(1694381444)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.919--UnitOfWork(1694381444)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.919--ClientSession(197268244)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.919--UnitOfWork(1694381444)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.919--ClientSession(197268244)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.92--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 946213423
    [junit] [EL Finer]: 2024-04-17 17:54:22.92--ClientSession(946213423)--Thread(Thread[main,5,main])--acquire unit of work: 1779556665
    [junit] [EL Finest]: 2024-04-17 17:54:22.92--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-17 17:54:22.92--ServerSession(454071866)--Connection(170037536)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.92--ServerSession(454071866)--Connection(170037536)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.92--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-17 17:54:22.921--ServerSession(454071866)--Connection(170037536)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.921--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:22.921--ServerSession(454071866)--Connection(1143337713)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.921--ServerSession(454071866)--Connection(1143337713)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.921--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-17 17:54:22.921--ServerSession(454071866)--Connection(1143337713)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.921--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-17 17:54:22.921--ServerSession(454071866)--Connection(1822898866)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.921--ServerSession(454071866)--Connection(1822898866)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.922--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-17 17:54:22.922--ServerSession(454071866)--Connection(1822898866)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.922--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-17 17:54:22.922--ServerSession(454071866)--Connection(1169508565)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.922--ServerSession(454071866)--Connection(1169508565)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.922--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-17 17:54:22.922--ServerSession(454071866)--Connection(1169508565)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.922--UnitOfWork(1779556665)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:22.922--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-17 17:54:22.922--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-17 17:54:22.922--ServerSession(454071866)--Connection(1908550070)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.923--ServerSession(454071866)--Connection(1908550070)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.923--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-17 17:54:22.923--ServerSession(454071866)--Connection(1908550070)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.923--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-17 17:54:22.923--ServerSession(454071866)--Connection(1989362654)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.923--ServerSession(454071866)--Connection(1989362654)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.923--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-17 17:54:22.923--ServerSession(454071866)--Connection(1989362654)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.923--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-17 17:54:22.923--ServerSession(454071866)--Connection(46715370)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.924--ServerSession(454071866)--Connection(46715370)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.924--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-17 17:54:22.924--ServerSession(454071866)--Connection(46715370)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.924--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-17 17:54:22.924--ServerSession(454071866)--Connection(1999201838)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.924--ServerSession(454071866)--Connection(1999201838)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.924--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-17 17:54:22.924--ServerSession(454071866)--Connection(1999201838)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.925--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-17 17:54:22.925--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-17 17:54:22.925--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-17 17:54:22.925--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-17 17:54:22.925--ServerSession(454071866)--Connection(1734972358)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.925--ServerSession(454071866)--Connection(1734972358)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.925--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-17 17:54:22.925--ServerSession(454071866)--Connection(1734972358)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.925--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-17 17:54:22.925--UnitOfWork(1779556665)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.925--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-17 17:54:22.925--ServerSession(454071866)--Connection(1240496622)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.925--ServerSession(454071866)--Connection(1240496622)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.925--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-17 17:54:22.926--ServerSession(454071866)--Connection(1240496622)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:22.926--UnitOfWork(1779556665)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.926--UnitOfWork(1779556665)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Project )
    [junit] [EL Finest]: 2024-04-17 17:54:22.926--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-17 17:54:22.926--ServerSession(454071866)--Connection(1019751971)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.926--ClientSession(946213423)--Connection(1019751971)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.926--ClientSession(946213423)--Connection(1019751971)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.926--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-17 17:54:22.926--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-17 17:54:22.926--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-17 17:54:22.926--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-17 17:54:22.927--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-17 17:54:22.927--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-17 17:54:22.927--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-17 17:54:22.927--ClientSession(946213423)--Connection(88275467)--Thread(Thread[main,5,main])--DELETE FROM TMP_PROJECT WHERE (ID = ?)
    [junit] 	bind => [222]
    [junit] [EL Finer]: 2024-04-17 17:54:22.927--ClientSession(946213423)--Connection(88275467)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.928--ServerSession(454071866)--Connection(1019751971)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.928--UnitOfWork(1779556665)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.928--UnitOfWork(1779556665)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.928--UnitOfWork(1779556665)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.928--ClientSession(946213423)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.928--UnitOfWork(1779556665)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.928--ClientSession(946213423)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.928--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1654013872
    [junit] [EL Finer]: 2024-04-17 17:54:22.928--ClientSession(1654013872)--Thread(Thread[main,5,main])--acquire unit of work: 1087469980
    [junit] [EL Finest]: 2024-04-17 17:54:22.928--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-17 17:54:22.928--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-17 17:54:22.928--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-17 17:54:22.928--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-17 17:54:22.929--ServerSession(454071866)--Connection(677870260)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.929--ServerSession(454071866)--Connection(677870260)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.929--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-17 17:54:22.929--ServerSession(454071866)--Connection(677870260)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.929--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-17 17:54:22.929--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-17 17:54:22.929--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-17 17:54:22.929--ServerSession(454071866)--Connection(877029119)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.929--ServerSession(454071866)--Connection(877029119)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.929--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-17 17:54:22.929--ServerSession(454071866)--Connection(877029119)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:22.93--UnitOfWork(1087469980)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.93--ClientSession(1654013872)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.946--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1289490255
    [junit] [EL Finer]: 2024-04-17 17:54:22.946--ClientSession(1289490255)--Thread(Thread[main,5,main])--acquire unit of work: 1820975342
    [junit] [EL Finest]: 2024-04-17 17:54:22.946--UnitOfWork(1820975342)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.946--UnitOfWork(1820975342)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.946--UnitOfWork(1820975342)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.946--UnitOfWork(1820975342)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.946--UnitOfWork(1820975342)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.946--UnitOfWork(1820975342)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.946--UnitOfWork(1820975342)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:22.946--UnitOfWork(1820975342)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:22.946--UnitOfWork(1820975342)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:22.946--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-17 17:54:22.946--ServerSession(454071866)--Connection(357340844)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:22.946--ClientSession(1289490255)--Connection(357340844)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.946--ClientSession(1289490255)--Connection(357340844)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:22.947--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-17 17:54:22.947--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-17 17:54:22.947--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-17 17:54:22.947--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-17 17:54:22.947--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.947--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-17 17:54:22.947--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-17 17:54:22.947--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-17 17:54:22.947--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:22.948--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-17 17:54:22.948--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-17 17:54:22.948--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-17 17:54:22.948--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-17 17:54:22.948--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.948--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.948--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])--	bind => [226, Eclipse Linken]
    [junit] [EL Fine]: 2024-04-17 17:54:22.948--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])--	bind => [225, Erbsen z?hlen]
    [junit] [EL Fine]: 2024-04-17 17:54:22.948--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])--	bind => [223, B?uche pinseln]
    [junit] [EL Fine]: 2024-04-17 17:54:22.948--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])--	bind => [224, Zitronen falten]
    [junit] [EL Fine]: 2024-04-17 17:54:22.948--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])--	bind => [222, G?rteltiere puhlen]
    [junit] [EL Finer]: 2024-04-17 17:54:22.948--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:22.949--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-17 17:54:22.949--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.949--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-17 17:54:22.949--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])--	bind => [1, 0, 226]
    [junit] [EL Fine]: 2024-04-17 17:54:22.949--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])--	bind => [1, 0, 225]
    [junit] [EL Fine]: 2024-04-17 17:54:22.949--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])--	bind => [1, 0, 223]
    [junit] [EL Fine]: 2024-04-17 17:54:22.949--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])--	bind => [1, 0, 224]
    [junit] [EL Fine]: 2024-04-17 17:54:22.949--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])--	bind => [1, 0, 222]
    [junit] [EL Finer]: 2024-04-17 17:54:22.949--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:22.949--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-17 17:54:22.949--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-17 17:54:22.949--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-17 17:54:22.949--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-17 17:54:22.949--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:22.949--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:22.949--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])--	bind => [224, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:22.949--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])--	bind => [225, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:22.949--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])--	bind => [223, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.949--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])--	bind => [224, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:22.949--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])--	bind => [222, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:22.949--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:22.95--ClientSession(1289490255)--Connection(1311224989)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:22.95--ServerSession(454071866)--Connection(357340844)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:22.95--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-17 17:54:22.95--ServerSession(454071866)--Connection(622452975)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.95--ServerSession(454071866)--Connection(622452975)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.951--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-17 17:54:22.951--ServerSession(454071866)--Connection(622452975)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.951--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-17 17:54:22.951--ServerSession(454071866)--Connection(985645864)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.951--ServerSession(454071866)--Connection(985645864)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.951--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-17 17:54:22.951--ServerSession(454071866)--Connection(985645864)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.951--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-17 17:54:22.951--ServerSession(454071866)--Connection(1478359091)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.952--ServerSession(454071866)--Connection(1478359091)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.952--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-17 17:54:22.952--ServerSession(454071866)--Connection(1478359091)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.952--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:22.952--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-17 17:54:22.952--ServerSession(454071866)--Connection(1859978600)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.952--ServerSession(454071866)--Connection(1859978600)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.952--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-17 17:54:22.953--ServerSession(454071866)--Connection(1859978600)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.953--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-17 17:54:22.953--ServerSession(454071866)--Connection(1572294594)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.953--ServerSession(454071866)--Connection(1572294594)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.953--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-17 17:54:22.953--ServerSession(454071866)--Connection(1572294594)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.953--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-17 17:54:22.953--ServerSession(454071866)--Connection(2008506547)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.953--ServerSession(454071866)--Connection(2008506547)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.953--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-17 17:54:22.954--ServerSession(454071866)--Connection(2008506547)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.954--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-17 17:54:22.954--ServerSession(454071866)--Connection(353416745)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.954--ServerSession(454071866)--Connection(353416745)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.954--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-17 17:54:22.954--ServerSession(454071866)--Connection(353416745)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.954--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-17 17:54:22.954--ServerSession(454071866)--Connection(1943963437)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.954--ServerSession(454071866)--Connection(1943963437)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.954--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-17 17:54:22.955--ServerSession(454071866)--Connection(1943963437)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:22.955--UnitOfWork(1820975342)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:22.955--UnitOfWork(1820975342)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.955--UnitOfWork(1820975342)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.955--ClientSession(1289490255)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:22.955--UnitOfWork(1820975342)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:22.955--ClientSession(1289490255)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:22.955--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1003598110
    [junit] [EL Finer]: 2024-04-17 17:54:22.955--ClientSession(1003598110)--Thread(Thread[main,5,main])--acquire unit of work: 1018281638
    [junit] [EL Finest]: 2024-04-17 17:54:22.955--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-17 17:54:22.955--ServerSession(454071866)--Connection(561458287)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.955--ServerSession(454071866)--Connection(561458287)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.956--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-17 17:54:22.956--ServerSession(454071866)--Connection(561458287)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.956--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:22.956--ServerSession(454071866)--Connection(1046391668)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.956--ServerSession(454071866)--Connection(1046391668)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.956--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-17 17:54:22.956--ServerSession(454071866)--Connection(1046391668)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.956--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-17 17:54:22.956--ServerSession(454071866)--Connection(1090740337)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.956--ServerSession(454071866)--Connection(1090740337)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.956--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-17 17:54:22.957--ServerSession(454071866)--Connection(1090740337)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.957--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-17 17:54:22.957--ServerSession(454071866)--Connection(998272787)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.957--ServerSession(454071866)--Connection(998272787)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.957--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-17 17:54:22.957--ServerSession(454071866)--Connection(998272787)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.957--UnitOfWork(1018281638)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:22.957--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-17 17:54:22.957--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-17 17:54:22.957--ServerSession(454071866)--Connection(961935033)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.957--ServerSession(454071866)--Connection(961935033)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.957--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-17 17:54:22.958--ServerSession(454071866)--Connection(961935033)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.958--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-17 17:54:22.958--ServerSession(454071866)--Connection(428276457)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.958--ServerSession(454071866)--Connection(428276457)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.958--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-17 17:54:22.958--ServerSession(454071866)--Connection(428276457)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.958--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-17 17:54:22.958--ServerSession(454071866)--Connection(1780531638)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.958--ServerSession(454071866)--Connection(1780531638)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.958--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-17 17:54:22.958--ServerSession(454071866)--Connection(1780531638)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.959--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-17 17:54:22.959--ServerSession(454071866)--Connection(1488142323)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.959--ServerSession(454071866)--Connection(1488142323)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.959--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-17 17:54:22.959--ServerSession(454071866)--Connection(1488142323)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.959--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-17 17:54:22.959--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-17 17:54:22.959--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-17 17:54:22.959--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-17 17:54:22.959--ServerSession(454071866)--Connection(486485093)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.959--ServerSession(454071866)--Connection(486485093)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:22.959--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-17 17:54:22.96--ServerSession(454071866)--Connection(486485093)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:22.96--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:22.96--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-17 17:54:23.014--ServerSession(454071866)--Connection(1177332431)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.014--ServerSession(454071866)--Connection(1177332431)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.014--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-17 17:54:23.015--ServerSession(454071866)--Connection(1177332431)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.015--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-17 17:54:23.015--ServerSession(454071866)--Connection(343719818)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.015--ServerSession(454071866)--Connection(343719818)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.015--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-17 17:54:23.015--ServerSession(454071866)--Connection(343719818)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.015--UnitOfWork(1018281638)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:23.015--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-17 17:54:23.016--ServerSession(454071866)--Connection(558351487)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.016--ServerSession(454071866)--Connection(558351487)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.016--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-17 17:54:23.016--ServerSession(454071866)--Connection(558351487)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.016--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-17 17:54:23.016--ServerSession(454071866)--Connection(182293150)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.016--ServerSession(454071866)--Connection(182293150)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.016--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-17 17:54:23.016--ServerSession(454071866)--Connection(182293150)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.016--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-17 17:54:23.016--ServerSession(454071866)--Connection(414173666)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.016--ServerSession(454071866)--Connection(414173666)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.017--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-17 17:54:23.017--ServerSession(454071866)--Connection(414173666)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.017--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-17 17:54:23.017--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-17 17:54:23.017--UnitOfWork(1018281638)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:23.017--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-17 17:54:23.017--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-17 17:54:23.017--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-17 17:54:23.017--ServerSession(454071866)--Connection(845618138)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.017--ClientSession(1003598110)--Connection(845618138)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.017--ClientSession(1003598110)--Connection(845618138)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.018--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-17 17:54:23.018--ClientSession(1003598110)--Connection(388172239)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.018--ServerSession(454071866)--Connection(845618138)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.018--UnitOfWork(1018281638)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.018--UnitOfWork(1018281638)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.018--UnitOfWork(1018281638)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.018--ClientSession(1003598110)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.018--UnitOfWork(1018281638)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.018--ClientSession(1003598110)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.019--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 555582297
    [junit] [EL Finer]: 2024-04-17 17:54:23.019--ClientSession(555582297)--Thread(Thread[main,5,main])--acquire unit of work: 788499396
    [junit] [EL Finest]: 2024-04-17 17:54:23.019--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-17 17:54:23.019--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-17 17:54:23.019--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-17 17:54:23.019--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-17 17:54:23.019--ServerSession(454071866)--Connection(1553967601)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.019--ServerSession(454071866)--Connection(1553967601)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.019--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-17 17:54:23.019--ServerSession(454071866)--Connection(1553967601)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.019--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-17 17:54:23.02--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-17 17:54:23.02--UnitOfWork(788499396)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.02--ClientSession(555582297)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.036--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1150395314
    [junit] [EL Finer]: 2024-04-17 17:54:23.036--ClientSession(1150395314)--Thread(Thread[main,5,main])--acquire unit of work: 1226420901
    [junit] [EL Finest]: 2024-04-17 17:54:23.036--UnitOfWork(1226420901)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.036--UnitOfWork(1226420901)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.036--UnitOfWork(1226420901)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.037--UnitOfWork(1226420901)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.037--UnitOfWork(1226420901)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.037--UnitOfWork(1226420901)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.037--UnitOfWork(1226420901)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.037--UnitOfWork(1226420901)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:23.037--UnitOfWork(1226420901)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:23.037--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-17 17:54:23.037--ServerSession(454071866)--Connection(474716280)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.037--ClientSession(1150395314)--Connection(474716280)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.037--ClientSession(1150395314)--Connection(474716280)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.037--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-17 17:54:23.037--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-17 17:54:23.037--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-17 17:54:23.037--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-17 17:54:23.037--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.038--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-17 17:54:23.038--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-17 17:54:23.038--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-17 17:54:23.038--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.038--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-17 17:54:23.038--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-17 17:54:23.038--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-17 17:54:23.038--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-17 17:54:23.038--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.038--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.038--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])--	bind => [226, Eclipse Linken]
    [junit] [EL Fine]: 2024-04-17 17:54:23.038--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])--	bind => [223, B?uche pinseln]
    [junit] [EL Fine]: 2024-04-17 17:54:23.038--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])--	bind => [225, Erbsen z?hlen]
    [junit] [EL Fine]: 2024-04-17 17:54:23.038--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])--	bind => [224, Zitronen falten]
    [junit] [EL Fine]: 2024-04-17 17:54:23.038--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])--	bind => [222, G?rteltiere puhlen]
    [junit] [EL Finer]: 2024-04-17 17:54:23.038--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.039--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-17 17:54:23.039--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.039--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-17 17:54:23.039--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])--	bind => [1, 0, 226]
    [junit] [EL Fine]: 2024-04-17 17:54:23.039--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])--	bind => [1, 0, 223]
    [junit] [EL Fine]: 2024-04-17 17:54:23.039--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])--	bind => [1, 0, 225]
    [junit] [EL Fine]: 2024-04-17 17:54:23.039--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])--	bind => [1, 0, 224]
    [junit] [EL Fine]: 2024-04-17 17:54:23.039--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])--	bind => [1, 0, 222]
    [junit] [EL Finer]: 2024-04-17 17:54:23.039--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.04--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-17 17:54:23.04--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-17 17:54:23.04--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-17 17:54:23.04--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-17 17:54:23.04--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.04--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.04--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])--	bind => [223, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:23.04--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])--	bind => [224, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:23.04--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])--	bind => [222, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:23.04--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])--	bind => [224, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:23.04--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])--	bind => [225, 2]
    [junit] [EL Finer]: 2024-04-17 17:54:23.04--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.041--ClientSession(1150395314)--Connection(1651375733)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.041--ServerSession(454071866)--Connection(474716280)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:23.041--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-17 17:54:23.041--ServerSession(454071866)--Connection(1955704565)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.041--ServerSession(454071866)--Connection(1955704565)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.041--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-17 17:54:23.042--ServerSession(454071866)--Connection(1955704565)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.042--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-17 17:54:23.042--ServerSession(454071866)--Connection(461793069)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.042--ServerSession(454071866)--Connection(461793069)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.042--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-17 17:54:23.042--ServerSession(454071866)--Connection(461793069)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.042--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-17 17:54:23.042--ServerSession(454071866)--Connection(39426448)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.042--ServerSession(454071866)--Connection(39426448)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.042--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-17 17:54:23.043--ServerSession(454071866)--Connection(39426448)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.043--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-17 17:54:23.043--ServerSession(454071866)--Connection(1101545058)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.043--ServerSession(454071866)--Connection(1101545058)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.043--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-17 17:54:23.043--ServerSession(454071866)--Connection(1101545058)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.043--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-17 17:54:23.043--ServerSession(454071866)--Connection(925961827)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.043--ServerSession(454071866)--Connection(925961827)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.043--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-17 17:54:23.044--ServerSession(454071866)--Connection(925961827)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.044--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-17 17:54:23.044--ServerSession(454071866)--Connection(1068989224)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.044--ServerSession(454071866)--Connection(1068989224)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.044--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-17 17:54:23.044--ServerSession(454071866)--Connection(1068989224)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:23.044--UnitOfWork(1226420901)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.044--UnitOfWork(1226420901)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.044--UnitOfWork(1226420901)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.044--ClientSession(1150395314)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.044--UnitOfWork(1226420901)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.044--ClientSession(1150395314)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.045--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 756771183
    [junit] [EL Finer]: 2024-04-17 17:54:23.045--ClientSession(756771183)--Thread(Thread[main,5,main])--acquire unit of work: 695286239
    [junit] [EL Finer]: 2024-04-17 17:54:23.045--UnitOfWork(695286239)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:23.045--UnitOfWork(695286239)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:23.045--UnitOfWork(695286239)--Thread(Thread[main,5,main])--Execute query DeleteAllQuery(referenceClass=Employee sql="DELETE FROM TMP_EMP")
    [junit] [EL Finest]: 2024-04-17 17:54:23.045--ServerSession(454071866)--Connection(1054412153)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.045--ClientSession(756771183)--Connection(1054412153)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.045--ClientSession(756771183)--Connection(1054412153)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.045--ClientSession(756771183)--Connection(516318396)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW
    [junit] [EL Fine]: 2024-04-17 17:54:23.046--ClientSession(756771183)--Connection(516318396)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT
    [junit] [EL Fine]: 2024-04-17 17:54:23.046--ClientSession(756771183)--Connection(516318396)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT
    [junit] [EL Fine]: 2024-04-17 17:54:23.046--ClientSession(756771183)--Connection(516318396)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY
    [junit] [EL Fine]: 2024-04-17 17:54:23.046--ClientSession(756771183)--Connection(516318396)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT
    [junit] [EL Fine]: 2024-04-17 17:54:23.046--ClientSession(756771183)--Connection(516318396)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE
    [junit] [EL Fine]: 2024-04-17 17:54:23.046--ClientSession(756771183)--Connection(516318396)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP
    [junit] [EL Finer]: 2024-04-17 17:54:23.047--UnitOfWork(695286239)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:23.047--UnitOfWork(695286239)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:23.047--UnitOfWork(695286239)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: 2024-04-17 17:54:23.047--UnitOfWork(695286239)--Thread(Thread[main,5,main])--Execute query DeleteAllQuery(referenceClass=Vehicle sql="DELETE FROM TMP_VEHICLE")
    [junit] [EL Fine]: 2024-04-17 17:54:23.047--ClientSession(756771183)--Connection(516318396)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE_PROFILE
    [junit] [EL Fine]: 2024-04-17 17:54:23.047--ClientSession(756771183)--Connection(516318396)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE
    [junit] [EL Finer]: 2024-04-17 17:54:23.047--UnitOfWork(695286239)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.047--ClientSession(756771183)--Connection(516318396)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.047--ServerSession(454071866)--Connection(1054412153)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.047--UnitOfWork(695286239)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.047--UnitOfWork(695286239)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.047--UnitOfWork(695286239)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.047--ClientSession(756771183)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.047--UnitOfWork(695286239)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.047--ClientSession(756771183)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.047--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 614065373
    [junit] [EL Finer]: 2024-04-17 17:54:23.047--ClientSession(614065373)--Thread(Thread[main,5,main])--acquire unit of work: 1535946523
    [junit] [EL Finest]: 2024-04-17 17:54:23.048--UnitOfWork(1535946523)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.048--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-17 17:54:23.048--UnitOfWork(1535946523)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:23.048--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-17 17:54:23.048--ServerSession(454071866)--Connection(360919233)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.048--ClientSession(614065373)--Connection(360919233)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.048--ClientSession(614065373)--Connection(360919233)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.048--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-17 17:54:23.048--ClientSession(614065373)--Connection(726245661)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.048--ServerSession(454071866)--Connection(360919233)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.049--UnitOfWork(1535946523)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.049--UnitOfWork(1535946523)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: 2024-04-17 17:54:23.049--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-17 17:54:23.049--UnitOfWork(1535946523)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.049--ClientSession(614065373)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.049--UnitOfWork(1535946523)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.049--ClientSession(614065373)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.051--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 902064238
    [junit] [EL Finer]: 2024-04-17 17:54:23.051--ClientSession(902064238)--Thread(Thread[main,5,main])--acquire unit of work: 258816026
    [junit] [EL Finest]: 2024-04-17 17:54:23.051--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-17 17:54:23.052--UnitOfWork(258816026)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="profiles" referenceClass=TravelProfile )
    [junit] [EL Finest]: 2024-04-17 17:54:23.052--ServerSession(454071866)--Connection(1816831962)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.052--ServerSession(454071866)--Connection(1816831962)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.052--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-17 17:54:23.052--ServerSession(454071866)--Connection(1816831962)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.052--UnitOfWork(258816026)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee )
    [junit] [EL Finest]: 2024-04-17 17:54:23.052--ServerSession(454071866)--Connection(1251902277)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.053--ServerSession(454071866)--Connection(1251902277)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.053--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-17 17:54:23.053--ServerSession(454071866)--Connection(1251902277)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:23.053--UnitOfWork(258816026)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:23.053--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-17 17:54:23.054--ServerSession(454071866)--Connection(362458328)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.054--ClientSession(902064238)--Connection(362458328)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.054--ClientSession(902064238)--Connection(362458328)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.054--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-17 17:54:23.054--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-17 17:54:23.054--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-17 17:54:23.055--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-17 17:54:23.055--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-17 17:54:23.055--ClientSession(902064238)--Connection(42722390)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.055--ServerSession(454071866)--Connection(362458328)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.055--UnitOfWork(258816026)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.055--UnitOfWork(258816026)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.056--UnitOfWork(258816026)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.056--ClientSession(902064238)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.056--UnitOfWork(258816026)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.056--ClientSession(902064238)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.056--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1233836542
    [junit] [EL Finer]: 2024-04-17 17:54:23.056--ClientSession(1233836542)--Thread(Thread[main,5,main])--acquire unit of work: 820100736
    [junit] [EL Finest]: 2024-04-17 17:54:23.056--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-17 17:54:23.056--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-17 17:54:23.056--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-17 17:54:23.056--ServerSession(454071866)--Connection(805915921)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.056--ServerSession(454071866)--Connection(805915921)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.056--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-17 17:54:23.056--ServerSession(454071866)--Connection(805915921)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:23.073--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1285292625
    [junit] [EL Finer]: 2024-04-17 17:54:23.073--ClientSession(1285292625)--Thread(Thread[main,5,main])--acquire unit of work: 154311019
    [junit] [EL Finest]: 2024-04-17 17:54:23.073--UnitOfWork(154311019)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.073--UnitOfWork(154311019)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.073--UnitOfWork(154311019)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.073--UnitOfWork(154311019)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.073--UnitOfWork(154311019)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.073--UnitOfWork(154311019)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.073--UnitOfWork(154311019)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.073--UnitOfWork(154311019)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:23.073--UnitOfWork(154311019)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:23.073--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-17 17:54:23.073--ServerSession(454071866)--Connection(1597655148)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.073--ClientSession(1285292625)--Connection(1597655148)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.073--ClientSession(1285292625)--Connection(1597655148)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.073--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-17 17:54:23.074--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-17 17:54:23.074--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-17 17:54:23.074--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-17 17:54:23.074--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.074--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-17 17:54:23.074--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-17 17:54:23.074--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-17 17:54:23.074--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.075--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-17 17:54:23.075--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-17 17:54:23.075--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-17 17:54:23.075--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-17 17:54:23.075--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.075--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.075--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])--	bind => [226, Eclipse Linken]
    [junit] [EL Fine]: 2024-04-17 17:54:23.075--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])--	bind => [223, B?uche pinseln]
    [junit] [EL Fine]: 2024-04-17 17:54:23.075--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])--	bind => [225, Erbsen z?hlen]
    [junit] [EL Fine]: 2024-04-17 17:54:23.075--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])--	bind => [224, Zitronen falten]
    [junit] [EL Fine]: 2024-04-17 17:54:23.075--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])--	bind => [222, G?rteltiere puhlen]
    [junit] [EL Finer]: 2024-04-17 17:54:23.075--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.075--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-17 17:54:23.075--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.075--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-17 17:54:23.075--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])--	bind => [1, 0, 226]
    [junit] [EL Fine]: 2024-04-17 17:54:23.075--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])--	bind => [1, 0, 223]
    [junit] [EL Fine]: 2024-04-17 17:54:23.075--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])--	bind => [1, 0, 225]
    [junit] [EL Fine]: 2024-04-17 17:54:23.076--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])--	bind => [1, 0, 224]
    [junit] [EL Fine]: 2024-04-17 17:54:23.076--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])--	bind => [1, 0, 222]
    [junit] [EL Finer]: 2024-04-17 17:54:23.076--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.076--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-17 17:54:23.076--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-17 17:54:23.076--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-17 17:54:23.076--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-17 17:54:23.076--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.076--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.076--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])--	bind => [224, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:23.076--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])--	bind => [225, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:23.076--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])--	bind => [223, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:23.076--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])--	bind => [224, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:23.076--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])--	bind => [222, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:23.076--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.077--ClientSession(1285292625)--Connection(1692455778)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.077--ServerSession(454071866)--Connection(1597655148)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.077--UnitOfWork(154311019)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.077--UnitOfWork(154311019)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.077--UnitOfWork(154311019)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.077--ClientSession(1285292625)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.077--UnitOfWork(154311019)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.078--ClientSession(1285292625)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.078--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1398163306
    [junit] [EL Finer]: 2024-04-17 17:54:23.078--ClientSession(1398163306)--Thread(Thread[main,5,main])--acquire unit of work: 2059233584
    [junit] [EL Finest]: 2024-04-17 17:54:23.078--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-17 17:54:23.078--ServerSession(454071866)--Connection(2081316957)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.078--ServerSession(454071866)--Connection(2081316957)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.078--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-17 17:54:23.078--ServerSession(454071866)--Connection(2081316957)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.078--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:23.079--ServerSession(454071866)--Connection(868139)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.079--ServerSession(454071866)--Connection(868139)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.079--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-17 17:54:23.079--ServerSession(454071866)--Connection(868139)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.079--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-17 17:54:23.079--ServerSession(454071866)--Connection(2022405738)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.079--ServerSession(454071866)--Connection(2022405738)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.079--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-17 17:54:23.079--ServerSession(454071866)--Connection(2022405738)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.079--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-17 17:54:23.079--ServerSession(454071866)--Connection(325198909)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.079--ServerSession(454071866)--Connection(325198909)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.08--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-17 17:54:23.08--ServerSession(454071866)--Connection(325198909)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.08--UnitOfWork(2059233584)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:23.08--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-17 17:54:23.08--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-17 17:54:23.08--ServerSession(454071866)--Connection(1664274789)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.08--ServerSession(454071866)--Connection(1664274789)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.08--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-17 17:54:23.08--ServerSession(454071866)--Connection(1664274789)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.08--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-17 17:54:23.08--ServerSession(454071866)--Connection(922458720)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.08--ServerSession(454071866)--Connection(922458720)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.081--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-17 17:54:23.081--ServerSession(454071866)--Connection(922458720)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.081--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-17 17:54:23.081--ServerSession(454071866)--Connection(910907377)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.081--ServerSession(454071866)--Connection(910907377)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.081--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-17 17:54:23.081--ServerSession(454071866)--Connection(910907377)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.081--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-17 17:54:23.081--ServerSession(454071866)--Connection(736233587)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.081--ServerSession(454071866)--Connection(736233587)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.081--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-17 17:54:23.082--ServerSession(454071866)--Connection(736233587)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.082--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:23.082--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-17 17:54:23.082--ServerSession(454071866)--Connection(1495650362)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.082--ServerSession(454071866)--Connection(1495650362)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.082--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-17 17:54:23.082--ServerSession(454071866)--Connection(1495650362)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.082--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-17 17:54:23.082--ServerSession(454071866)--Connection(1883078542)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.082--ServerSession(454071866)--Connection(1883078542)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.082--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-17 17:54:23.082--ServerSession(454071866)--Connection(1883078542)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.083--UnitOfWork(2059233584)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:23.083--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-17 17:54:23.083--ServerSession(454071866)--Connection(2106477635)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.083--ServerSession(454071866)--Connection(2106477635)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.083--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-17 17:54:23.083--ServerSession(454071866)--Connection(2106477635)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.083--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-17 17:54:23.083--ServerSession(454071866)--Connection(2042599921)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.083--ServerSession(454071866)--Connection(2042599921)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.083--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-17 17:54:23.083--ServerSession(454071866)--Connection(2042599921)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.083--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-17 17:54:23.083--ServerSession(454071866)--Connection(387852168)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.083--ServerSession(454071866)--Connection(387852168)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.084--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-17 17:54:23.084--ServerSession(454071866)--Connection(387852168)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.084--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-17 17:54:23.084--ServerSession(454071866)--Connection(1033654813)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.084--ServerSession(454071866)--Connection(1033654813)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.084--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-17 17:54:23.119--ServerSession(454071866)--Connection(1033654813)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.12--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-17 17:54:23.12--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-17 17:54:23.12--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-17 17:54:23.12--UnitOfWork(2059233584)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:23.12--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-17 17:54:23.12--ServerSession(454071866)--Connection(1816013885)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.12--ServerSession(454071866)--Connection(1816013885)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.12--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-17 17:54:23.121--ServerSession(454071866)--Connection(1816013885)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.121--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-17 17:54:23.121--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-17 17:54:23.121--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-17 17:54:23.121--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-17 17:54:23.121--ServerSession(454071866)--Connection(344581796)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.121--ClientSession(1398163306)--Connection(344581796)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.121--ClientSession(1398163306)--Connection(344581796)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.121--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-17 17:54:23.121--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-17 17:54:23.122--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-17 17:54:23.122--ClientSession(1398163306)--Connection(860408971)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.122--ClientSession(1398163306)--Connection(860408971)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.122--ClientSession(1398163306)--Connection(860408971)--Thread(Thread[main,5,main])--	bind => [222, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:23.122--ClientSession(1398163306)--Connection(860408971)--Thread(Thread[main,5,main])--	bind => [223, 2]
    [junit] [EL Finer]: 2024-04-17 17:54:23.122--ClientSession(1398163306)--Connection(860408971)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.122--ClientSession(1398163306)--Connection(860408971)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.122--ServerSession(454071866)--Connection(344581796)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.123--UnitOfWork(2059233584)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.123--UnitOfWork(2059233584)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.123--UnitOfWork(2059233584)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.123--ClientSession(1398163306)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.123--UnitOfWork(2059233584)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.123--ClientSession(1398163306)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.123--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1233975218
    [junit] [EL Finer]: 2024-04-17 17:54:23.123--ClientSession(1233975218)--Thread(Thread[main,5,main])--acquire unit of work: 1409774814
    [junit] [EL Finest]: 2024-04-17 17:54:23.123--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-17 17:54:23.123--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-17 17:54:23.123--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-17 17:54:23.123--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-17 17:54:23.123--ServerSession(454071866)--Connection(447426313)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.123--ServerSession(454071866)--Connection(447426313)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.123--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-17 17:54:23.124--ServerSession(454071866)--Connection(447426313)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.124--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-17 17:54:23.124--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-17 17:54:23.124--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-17 17:54:23.124--UnitOfWork(1409774814)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.124--ClientSession(1233975218)--Thread(Thread[main,5,main])--client released
    [junit] Tests run: 13, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.604 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestBidirectionalOneToOne
    [junit] [EL Finer]: 2024-04-17 17:54:23.151--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 904215674
    [junit] [EL Finer]: 2024-04-17 17:54:23.151--ClientSession(904215674)--Thread(Thread[main,5,main])--acquire unit of work: 1863718261
    [junit] [EL Finest]: 2024-04-17 17:54:23.151--UnitOfWork(1863718261)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.151--UnitOfWork(1863718261)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.151--UnitOfWork(1863718261)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.151--UnitOfWork(1863718261)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.151--UnitOfWork(1863718261)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:23.151--UnitOfWork(1863718261)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:23.151--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-17 17:54:23.151--ServerSession(454071866)--Connection(513878817)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.151--ClientSession(904215674)--Connection(513878817)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.151--ClientSession(904215674)--Connection(513878817)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.152--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-17 17:54:23.152--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-17 17:54:23.152--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-17 17:54:23.152--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-17 17:54:23.152--ClientSession(904215674)--Connection(949214756)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.152--ClientSession(904215674)--Connection(949214756)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.152--ClientSession(904215674)--Connection(949214756)--Thread(Thread[main,5,main])--	bind => [44, 33, blue]
    [junit] [EL Fine]: 2024-04-17 17:54:23.152--ClientSession(904215674)--Connection(949214756)--Thread(Thread[main,5,main])--	bind => [20, 10, green]
    [junit] [EL Finer]: 2024-04-17 17:54:23.152--ClientSession(904215674)--Connection(949214756)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.152--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-17 17:54:23.152--ClientSession(904215674)--Connection(949214756)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.152--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-17 17:54:23.153--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-17 17:54:23.153--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-17 17:54:23.153--ClientSession(904215674)--Connection(949214756)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.153--ClientSession(904215674)--Connection(949214756)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.153--ServerSession(454071866)--Connection(513878817)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:23.154--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-17 17:54:23.154--ServerSession(454071866)--Connection(281071501)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.154--ServerSession(454071866)--Connection(281071501)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.154--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-17 17:54:23.154--ServerSession(454071866)--Connection(281071501)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.154--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-17 17:54:23.154--ServerSession(454071866)--Connection(324808831)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.154--ServerSession(454071866)--Connection(324808831)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.154--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-17 17:54:23.154--ServerSession(454071866)--Connection(324808831)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.155--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-17 17:54:23.155--ServerSession(454071866)--Connection(1737417749)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.155--ServerSession(454071866)--Connection(1737417749)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.155--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-17 17:54:23.155--ServerSession(454071866)--Connection(1737417749)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:23.155--UnitOfWork(1863718261)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.155--UnitOfWork(1863718261)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.155--UnitOfWork(1863718261)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.155--ClientSession(904215674)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.155--UnitOfWork(1863718261)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.155--ClientSession(904215674)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.155--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1249340874
    [junit] [EL Finer]: 2024-04-17 17:54:23.155--ClientSession(1249340874)--Thread(Thread[main,5,main])--acquire unit of work: 1514772189
    [junit] [EL Finest]: 2024-04-17 17:54:23.156--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-17 17:54:23.156--ServerSession(454071866)--Connection(1352315824)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.156--ServerSession(454071866)--Connection(1352315824)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.156--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-17 17:54:23.156--ServerSession(454071866)--Connection(1352315824)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.156--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:23.156--ServerSession(454071866)--Connection(1401440131)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.156--ServerSession(454071866)--Connection(1401440131)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.156--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-17 17:54:23.156--ServerSession(454071866)--Connection(1401440131)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.157--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="cubicle" referenceClass=Cubicle )
    [junit] [EL Finest]: 2024-04-17 17:54:23.157--ServerSession(454071866)--Connection(1720131425)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.157--ServerSession(454071866)--Connection(1720131425)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.157--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-17 17:54:23.157--ServerSession(454071866)--Connection(1720131425)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.157--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-17 17:54:23.157--ServerSession(454071866)--Connection(912089967)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.157--ServerSession(454071866)--Connection(912089967)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.157--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-17 17:54:23.158--ServerSession(454071866)--Connection(912089967)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.158--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-17 17:54:23.158--ServerSession(454071866)--Connection(2100483759)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.158--ServerSession(454071866)--Connection(2100483759)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.158--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-17 17:54:23.158--ServerSession(454071866)--Connection(2100483759)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.158--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-17 17:54:23.158--ServerSession(454071866)--Connection(278439181)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.158--ServerSession(454071866)--Connection(278439181)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.158--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-17 17:54:23.158--ServerSession(454071866)--Connection(278439181)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.158--UnitOfWork(1514772189)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:23.158--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-17 17:54:23.159--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-17 17:54:23.159--ServerSession(454071866)--Connection(462669439)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.159--ServerSession(454071866)--Connection(462669439)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.159--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-17 17:54:23.159--ServerSession(454071866)--Connection(462669439)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.159--UnitOfWork(1514772189)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="cubicle" referenceClass=Cubicle )
    [junit] [EL Finest]: 2024-04-17 17:54:23.159--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-17 17:54:23.159--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-17 17:54:23.159--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-17 17:54:23.159--ServerSession(454071866)--Connection(992529451)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.159--ServerSession(454071866)--Connection(992529451)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.16--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-17 17:54:23.16--ServerSession(454071866)--Connection(992529451)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.16--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-17 17:54:23.16--ServerSession(454071866)--Connection(2036895127)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.16--ServerSession(454071866)--Connection(2036895127)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.16--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-17 17:54:23.16--ServerSession(454071866)--Connection(2036895127)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:23.16--UnitOfWork(1514772189)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.16--UnitOfWork(1514772189)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.16--UnitOfWork(1514772189)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.16--UnitOfWork(1514772189)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.16--ClientSession(1249340874)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.16--UnitOfWork(1514772189)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.16--ClientSession(1249340874)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.16--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 716520950
    [junit] [EL Finer]: 2024-04-17 17:54:23.16--ClientSession(716520950)--Thread(Thread[main,5,main])--acquire unit of work: 628195866
    [junit] [EL Finest]: 2024-04-17 17:54:23.161--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-17 17:54:23.161--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-17 17:54:23.161--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-17 17:54:23.161--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-17 17:54:23.161--ServerSession(454071866)--Connection(1455087188)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.161--ServerSession(454071866)--Connection(1455087188)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.161--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-17 17:54:23.161--ServerSession(454071866)--Connection(1455087188)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.161--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-17 17:54:23.161--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-17 17:54:23.161--UnitOfWork(628195866)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.161--UnitOfWork(628195866)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.161--UnitOfWork(628195866)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.161--UnitOfWork(628195866)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.161--ClientSession(716520950)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.161--UnitOfWork(628195866)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.161--ClientSession(716520950)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.161--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1201023561
    [junit] [EL Finer]: 2024-04-17 17:54:23.161--ClientSession(1201023561)--Thread(Thread[main,5,main])--acquire unit of work: 570136737
    [junit] [EL Finest]: 2024-04-17 17:54:23.161--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-17 17:54:23.161--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-17 17:54:23.162--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-17 17:54:23.162--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-17 17:54:23.162--ServerSession(454071866)--Connection(700578476)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.162--ServerSession(454071866)--Connection(700578476)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.162--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-17 17:54:23.162--ServerSession(454071866)--Connection(700578476)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.162--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-17 17:54:23.162--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-17 17:54:23.162--UnitOfWork(570136737)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.162--UnitOfWork(570136737)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.162--UnitOfWork(570136737)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.162--UnitOfWork(570136737)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.162--ClientSession(1201023561)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.162--UnitOfWork(570136737)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.162--ClientSession(1201023561)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.178--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1164606376
    [junit] [EL Finer]: 2024-04-17 17:54:23.178--ClientSession(1164606376)--Thread(Thread[main,5,main])--acquire unit of work: 234085587
    [junit] [EL Finest]: 2024-04-17 17:54:23.178--UnitOfWork(234085587)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.178--UnitOfWork(234085587)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.178--UnitOfWork(234085587)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.178--UnitOfWork(234085587)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.178--UnitOfWork(234085587)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:23.178--UnitOfWork(234085587)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:23.178--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-17 17:54:23.178--ServerSession(454071866)--Connection(1547583355)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.178--ClientSession(1164606376)--Connection(1547583355)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.178--ClientSession(1164606376)--Connection(1547583355)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.178--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-17 17:54:23.178--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-17 17:54:23.179--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-17 17:54:23.179--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-17 17:54:23.179--ClientSession(1164606376)--Connection(97379863)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.179--ClientSession(1164606376)--Connection(97379863)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.179--ClientSession(1164606376)--Connection(97379863)--Thread(Thread[main,5,main])--	bind => [44, 33, blue]
    [junit] [EL Fine]: 2024-04-17 17:54:23.179--ClientSession(1164606376)--Connection(97379863)--Thread(Thread[main,5,main])--	bind => [20, 10, green]
    [junit] [EL Finer]: 2024-04-17 17:54:23.179--ClientSession(1164606376)--Connection(97379863)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.179--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-17 17:54:23.179--ClientSession(1164606376)--Connection(97379863)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.179--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-17 17:54:23.179--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-17 17:54:23.179--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-17 17:54:23.179--ClientSession(1164606376)--Connection(97379863)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.18--ClientSession(1164606376)--Connection(97379863)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.18--ServerSession(454071866)--Connection(1547583355)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:23.18--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-17 17:54:23.18--ServerSession(454071866)--Connection(424523280)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.18--ServerSession(454071866)--Connection(424523280)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.18--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-17 17:54:23.181--ServerSession(454071866)--Connection(424523280)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.181--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-17 17:54:23.181--ServerSession(454071866)--Connection(1691416215)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.181--ServerSession(454071866)--Connection(1691416215)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.181--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-17 17:54:23.181--ServerSession(454071866)--Connection(1691416215)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:23.181--UnitOfWork(234085587)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.181--UnitOfWork(234085587)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.181--UnitOfWork(234085587)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.181--ClientSession(1164606376)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.181--UnitOfWork(234085587)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.181--ClientSession(1164606376)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.182--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 697982480
    [junit] [EL Finer]: 2024-04-17 17:54:23.182--ClientSession(697982480)--Thread(Thread[main,5,main])--acquire unit of work: 1251828218
    [junit] [EL Finest]: 2024-04-17 17:54:23.182--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-17 17:54:23.182--ServerSession(454071866)--Connection(328520187)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.182--ServerSession(454071866)--Connection(328520187)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.182--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-17 17:54:23.182--ServerSession(454071866)--Connection(328520187)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.182--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:23.183--ServerSession(454071866)--Connection(1980926645)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.183--ServerSession(454071866)--Connection(1980926645)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.183--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-17 17:54:23.183--ServerSession(454071866)--Connection(1980926645)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.183--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="cubicle" referenceClass=Cubicle )
    [junit] [EL Finest]: 2024-04-17 17:54:23.183--ServerSession(454071866)--Connection(659606408)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.183--ServerSession(454071866)--Connection(659606408)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.183--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-17 17:54:23.184--ServerSession(454071866)--Connection(659606408)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.184--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-17 17:54:23.184--ServerSession(454071866)--Connection(379229390)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.184--ServerSession(454071866)--Connection(379229390)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.184--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-17 17:54:23.184--ServerSession(454071866)--Connection(379229390)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.184--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-17 17:54:23.184--ServerSession(454071866)--Connection(710099682)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.184--ServerSession(454071866)--Connection(710099682)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.185--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-17 17:54:23.185--ServerSession(454071866)--Connection(710099682)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.185--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-17 17:54:23.185--ServerSession(454071866)--Connection(1366219467)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.185--ServerSession(454071866)--Connection(1366219467)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.185--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-17 17:54:23.185--ServerSession(454071866)--Connection(1366219467)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.186--UnitOfWork(1251828218)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:23.186--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-17 17:54:23.186--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-17 17:54:23.186--ServerSession(454071866)--Connection(1260903931)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.186--ServerSession(454071866)--Connection(1260903931)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.186--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-17 17:54:23.186--ServerSession(454071866)--Connection(1260903931)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.186--UnitOfWork(1251828218)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="cubicle" referenceClass=Cubicle )
    [junit] [EL Finest]: 2024-04-17 17:54:23.186--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-17 17:54:23.186--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-17 17:54:23.187--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-17 17:54:23.187--ServerSession(454071866)--Connection(1068912229)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.187--ServerSession(454071866)--Connection(1068912229)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.187--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-17 17:54:23.187--ServerSession(454071866)--Connection(1068912229)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.187--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-17 17:54:23.187--ServerSession(454071866)--Connection(958527558)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.187--ServerSession(454071866)--Connection(958527558)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.187--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-17 17:54:23.188--ServerSession(454071866)--Connection(958527558)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.188--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-17 17:54:23.188--ServerSession(454071866)--Connection(1432761769)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.188--ServerSession(454071866)--Connection(1432761769)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.188--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-17 17:54:23.188--ServerSession(454071866)--Connection(1432761769)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.188--ServerSession(454071866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:23.188--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-17 17:54:23.188--ServerSession(454071866)--Connection(2032247820)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.188--ServerSession(454071866)--Connection(2032247820)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.189--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-17 17:54:23.189--ServerSession(454071866)--Connection(2032247820)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.189--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-17 17:54:23.189--ServerSession(454071866)--Connection(1215520619)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.189--ServerSession(454071866)--Connection(1215520619)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.189--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-17 17:54:23.189--ServerSession(454071866)--Connection(1215520619)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.189--UnitOfWork(1251828218)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:23.19--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-17 17:54:23.19--ServerSession(454071866)--Connection(687356737)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.19--ServerSession(454071866)--Connection(687356737)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.19--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-17 17:54:23.19--ServerSession(454071866)--Connection(687356737)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.19--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-17 17:54:23.19--ServerSession(454071866)--Connection(704496042)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.19--ServerSession(454071866)--Connection(704496042)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.19--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-17 17:54:23.191--ServerSession(454071866)--Connection(704496042)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.191--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-17 17:54:23.191--ServerSession(454071866)--Connection(1406032994)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.191--ServerSession(454071866)--Connection(1406032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.191--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-17 17:54:23.191--ServerSession(454071866)--Connection(1406032994)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:23.191--UnitOfWork(1251828218)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:23.191--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-17 17:54:23.192--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-17 17:54:23.192--ServerSession(454071866)--Connection(445489818)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.192--ClientSession(697982480)--Connection(445489818)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.192--ClientSession(697982480)--Connection(445489818)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.192--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-17 17:54:23.192--ClientSession(697982480)--Connection(824446710)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.192--ClientSession(697982480)--Connection(824446710)--Thread(Thread[main,5,main])--UPDATE TMP_EMP SET CUBICLE_FLOOR = ?, CUBICLE_PLACE = ? WHERE (ID = ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.192--ClientSession(697982480)--Connection(824446710)--Thread(Thread[main,5,main])--	bind => [null, null, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:23.192--ClientSession(697982480)--Connection(824446710)--Thread(Thread[main,5,main])--	bind => [10, 20, 2]
    [junit] [EL Finer]: 2024-04-17 17:54:23.192--ClientSession(697982480)--Connection(824446710)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.193--ClientSession(697982480)--Connection(824446710)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.193--ServerSession(454071866)--Connection(445489818)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.194--UnitOfWork(1251828218)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.194--UnitOfWork(1251828218)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.194--UnitOfWork(1251828218)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.194--ClientSession(697982480)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.194--UnitOfWork(1251828218)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.194--ClientSession(697982480)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.194--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1053888906
    [junit] [EL Finer]: 2024-04-17 17:54:23.194--ClientSession(1053888906)--Thread(Thread[main,5,main])--acquire unit of work: 1228926392
    [junit] [EL Finest]: 2024-04-17 17:54:23.194--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-17 17:54:23.194--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-17 17:54:23.194--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-17 17:54:23.194--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-17 17:54:23.194--ServerSession(454071866)--Connection(1624799476)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.194--ServerSession(454071866)--Connection(1624799476)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.194--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-17 17:54:23.195--ServerSession(454071866)--Connection(1624799476)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.195--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-17 17:54:23.195--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-17 17:54:23.195--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-17 17:54:23.195--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-17 17:54:23.195--ServerSession(454071866)--Connection(134918025)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.195--ServerSession(454071866)--Connection(134918025)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.195--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-17 17:54:23.195--ServerSession(454071866)--Connection(134918025)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.196--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-17 17:54:23.196--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-17 17:54:23.196--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-17 17:54:23.196--ServerSession(454071866)--Connection(1703886898)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.224--ServerSession(454071866)--Connection(1703886898)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.224--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-17 17:54:23.224--ServerSession(454071866)--Connection(1703886898)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.224--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-17 17:54:23.224--ServerSession(454071866)--Connection(19064308)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.224--ServerSession(454071866)--Connection(19064308)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.225--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-17 17:54:23.225--ServerSession(454071866)--Connection(19064308)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.225--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-17 17:54:23.225--ServerSession(454071866)--Connection(1185886409)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.225--ServerSession(454071866)--Connection(1185886409)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.225--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-17 17:54:23.225--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.092 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestEagerLoading
    [junit] [EL Finer]: 2024-04-17 17:54:23.247--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1250765481
    [junit] [EL Finer]: 2024-04-17 17:54:23.247--ClientSession(1250765481)--Thread(Thread[main,5,main])--acquire unit of work: 1595094837
    [junit] [EL Finest]: 2024-04-17 17:54:23.247--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.247--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.247--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.247--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.247--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-17 17:54:23.247--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.247--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.247--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.247--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.247--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-17 17:54:23.247--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.247--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.247--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-17 17:54:23.247--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.247--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.247--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.247--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:23.247--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:23.247--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-17 17:54:23.247--ServerSession(454071866)--Connection(139388030)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.247--ClientSession(1250765481)--Connection(139388030)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.248--ClientSession(1250765481)--Connection(139388030)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.248--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-17 17:54:23.248--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-17 17:54:23.248--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-17 17:54:23.248--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-17 17:54:23.248--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.248--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.248--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])--	bind => [11, 0.0, BA-11, BrokerageAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:23.248--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])--	bind => [12, 0.0, BA-12, BrokerageAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:23.248--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])--	bind => [13, 0.0, BA-13, BrokerageAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:23.248--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])--	bind => [14, 0.0, BA-14, BrokerageAccount]
    [junit] [EL Finer]: 2024-04-17 17:54:23.248--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.249--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-17 17:54:23.249--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-17 17:54:23.249--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.249--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])--INSERT INTO TMP_COSTCENTER (ID, NAME) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.249--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])--	bind => [1, Keine Kohle]
    [junit] [EL Fine]: 2024-04-17 17:54:23.249--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])--	bind => [2, M?chtig Moos]
    [junit] [EL Finer]: 2024-04-17 17:54:23.249--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.249--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-17 17:54:23.249--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-17 17:54:23.249--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-17 17:54:23.249--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-17 17:54:23.249--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-17 17:54:23.249--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.249--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-17 17:54:23.25--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-17 17:54:23.25--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-17 17:54:23.25--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-17 17:54:23.25--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-17 17:54:23.25--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-17 17:54:23.25--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.251--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-17 17:54:23.251--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-17 17:54:23.251--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.251--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-17 17:54:23.251--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-17 17:54:23.251--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-17 17:54:23.251--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-17 17:54:23.251--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.251--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.251--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])--INSERT INTO TMP_BROKER_ACC (RISKLEVEL, ACC_NUMBER) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.251--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])--	bind => [null, 11]
    [junit] [EL Fine]: 2024-04-17 17:54:23.251--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])--	bind => [null, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:23.251--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])--	bind => [null, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:23.251--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])--	bind => [null, 14]
    [junit] [EL Finer]: 2024-04-17 17:54:23.251--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.252--ClientSession(1250765481)--Connection(567135922)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.252--ServerSession(454071866)--Connection(139388030)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:23.253--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-17 17:54:23.253--ServerSession(454071866)--Connection(146906367)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.253--ServerSession(454071866)--Connection(146906367)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.253--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-17 17:54:23.253--ServerSession(454071866)--Connection(146906367)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.253--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-17 17:54:23.253--ServerSession(454071866)--Connection(1175274169)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.253--ServerSession(454071866)--Connection(1175274169)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.253--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-17 17:54:23.254--ServerSession(454071866)--Connection(1175274169)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.254--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-17 17:54:23.254--ServerSession(454071866)--Connection(1836304353)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.254--ServerSession(454071866)--Connection(1836304353)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.254--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-17 17:54:23.254--ServerSession(454071866)--Connection(1836304353)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.254--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-17 17:54:23.254--ServerSession(454071866)--Connection(1277717177)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.254--ServerSession(454071866)--Connection(1277717177)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.254--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-17 17:54:23.255--ServerSession(454071866)--Connection(1277717177)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:23.255--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.255--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.255--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.255--ClientSession(1250765481)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.255--UnitOfWork(1595094837)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.255--ClientSession(1250765481)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.255--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 420461209
    [junit] [EL Finer]: 2024-04-17 17:54:23.255--ClientSession(420461209)--Thread(Thread[main,5,main])--acquire unit of work: 465363831
    [junit] [EL Finest]: 2024-04-17 17:54:23.255--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-17 17:54:23.255--ServerSession(454071866)--Connection(1569218941)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.256--ServerSession(454071866)--Connection(1569218941)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.256--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-17 17:54:23.256--ServerSession(454071866)--Connection(1569218941)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.256--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-17 17:54:23.256--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-17 17:54:23.256--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-17 17:54:23.256--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-17 17:54:23.256--UnitOfWork(465363831)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="brokerageAccount" referenceClass=BrokerageAccount )
    [junit] [EL Finest]: 2024-04-17 17:54:23.256--ServerSession(454071866)--Connection(443728213)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.256--ServerSession(454071866)--Connection(443728213)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.256--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-17 17:54:23.257--ServerSession(454071866)--Connection(443728213)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.257--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-17 17:54:23.257--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-17 17:54:23.257--ServerSession(454071866)--Connection(2037662078)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.257--ServerSession(454071866)--Connection(2037662078)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.257--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-17 17:54:23.257--ServerSession(454071866)--Connection(2037662078)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.257--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-17 17:54:23.257--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-17 17:54:23.257--UnitOfWork(465363831)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="brokerageAccount" referenceClass=BrokerageAccount )
    [junit] [EL Finest]: 2024-04-17 17:54:23.257--ServerSession(454071866)--Connection(274111530)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.257--ServerSession(454071866)--Connection(274111530)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.258--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-17 17:54:23.258--ServerSession(454071866)--Connection(274111530)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.258--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-17 17:54:23.258--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-17 17:54:23.258--ServerSession(454071866)--Connection(1043861081)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.258--ServerSession(454071866)--Connection(1043861081)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.258--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-17 17:54:23.258--ServerSession(454071866)--Connection(1043861081)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.259--UnitOfWork(465363831)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="brokerageAccount" referenceClass=BrokerageAccount )
    [junit] [EL Finest]: 2024-04-17 17:54:23.259--ServerSession(454071866)--Connection(1472579608)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.259--ServerSession(454071866)--Connection(1472579608)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.259--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-17 17:54:23.259--ServerSession(454071866)--Connection(1472579608)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.259--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-17 17:54:23.259--ServerSession(454071866)--Connection(2131253156)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.259--ServerSession(454071866)--Connection(2131253156)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.259--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-17 17:54:23.259--ServerSession(454071866)--Connection(2131253156)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.259--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-17 17:54:23.26--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-17 17:54:23.26--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-17 17:54:23.26--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-17 17:54:23.26--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-17 17:54:23.26--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-17 17:54:23.26--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-17 17:54:23.26--ServerSession(454071866)--Connection(2046397134)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.26--ServerSession(454071866)--Connection(2046397134)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.26--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-17 17:54:23.26--ServerSession(454071866)--Connection(2046397134)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.26--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-17 17:54:23.26--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-17 17:54:23.261--UnitOfWork(465363831)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="brokerageAccount" referenceClass=BrokerageAccount )
    [junit] [EL Finest]: 2024-04-17 17:54:23.261--ServerSession(454071866)--Connection(574476737)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.261--ServerSession(454071866)--Connection(574476737)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.261--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-17 17:54:23.261--ServerSession(454071866)--Connection(574476737)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.261--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-17 17:54:23.261--ServerSession(454071866)--Connection(328754855)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.261--ServerSession(454071866)--Connection(328754855)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.261--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-17 17:54:23.261--ServerSession(454071866)--Connection(328754855)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.262--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-17 17:54:23.262--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-17 17:54:23.278--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 77768317
    [junit] [EL Finer]: 2024-04-17 17:54:23.278--ClientSession(77768317)--Thread(Thread[main,5,main])--acquire unit of work: 171706913
    [junit] [EL Finest]: 2024-04-17 17:54:23.278--UnitOfWork(171706913)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.279--UnitOfWork(171706913)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.279--UnitOfWork(171706913)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.279--UnitOfWork(171706913)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.279--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-17 17:54:23.279--UnitOfWork(171706913)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.279--UnitOfWork(171706913)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.279--UnitOfWork(171706913)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.279--UnitOfWork(171706913)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.279--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-17 17:54:23.279--UnitOfWork(171706913)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.279--UnitOfWork(171706913)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.279--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-17 17:54:23.279--UnitOfWork(171706913)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.279--UnitOfWork(171706913)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.279--UnitOfWork(171706913)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.279--UnitOfWork(171706913)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:23.279--UnitOfWork(171706913)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:23.279--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-17 17:54:23.279--ServerSession(454071866)--Connection(1257321444)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.279--ClientSession(77768317)--Connection(1257321444)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.279--ClientSession(77768317)--Connection(1257321444)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.279--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-17 17:54:23.279--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-17 17:54:23.279--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-17 17:54:23.28--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-17 17:54:23.28--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.28--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.28--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])--	bind => [13, 0.0, BA-13, BrokerageAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:23.28--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])--	bind => [14, 0.0, BA-14, BrokerageAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:23.28--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])--	bind => [12, 0.0, BA-12, BrokerageAccount]
    [junit] [EL Fine]: 2024-04-17 17:54:23.28--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])--	bind => [11, 0.0, BA-11, BrokerageAccount]
    [junit] [EL Finer]: 2024-04-17 17:54:23.28--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.28--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-17 17:54:23.28--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-17 17:54:23.28--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.28--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])--INSERT INTO TMP_COSTCENTER (ID, NAME) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.28--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])--	bind => [2, M?chtig Moos]
    [junit] [EL Fine]: 2024-04-17 17:54:23.28--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])--	bind => [1, Keine Kohle]
    [junit] [EL Finer]: 2024-04-17 17:54:23.28--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.281--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-17 17:54:23.281--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-17 17:54:23.281--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-17 17:54:23.281--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-17 17:54:23.281--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-17 17:54:23.281--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.281--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-17 17:54:23.281--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-17 17:54:23.281--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-17 17:54:23.281--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-17 17:54:23.281--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-17 17:54:23.281--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-17 17:54:23.281--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.282--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-17 17:54:23.282--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-17 17:54:23.282--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.282--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-17 17:54:23.282--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-17 17:54:23.282--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-17 17:54:23.282--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-17 17:54:23.282--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.283--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.283--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])--INSERT INTO TMP_BROKER_ACC (RISKLEVEL, ACC_NUMBER) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.283--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])--	bind => [null, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:23.283--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])--	bind => [null, 14]
    [junit] [EL Fine]: 2024-04-17 17:54:23.283--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])--	bind => [null, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:23.283--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])--	bind => [null, 11]
    [junit] [EL Finer]: 2024-04-17 17:54:23.283--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.283--ClientSession(77768317)--Connection(1277790293)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.284--ServerSession(454071866)--Connection(1257321444)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.284--UnitOfWork(171706913)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.284--UnitOfWork(171706913)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.284--UnitOfWork(171706913)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.284--ClientSession(77768317)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.284--UnitOfWork(171706913)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.284--ClientSession(77768317)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.285--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1202153674
    [junit] [EL Finer]: 2024-04-17 17:54:23.285--ClientSession(1202153674)--Thread(Thread[main,5,main])--acquire unit of work: 1918537167
    [junit] [EL Finest]: 2024-04-17 17:54:23.285--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-17 17:54:23.285--ServerSession(454071866)--Connection(439338915)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.285--ServerSession(454071866)--Connection(439338915)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.285--ServerSession(454071866)--Connection(345104268)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_COSTCENTER ORDER BY ID
    [junit] [EL Finest]: 2024-04-17 17:54:23.285--ServerSession(454071866)--Connection(439338915)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.285--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-17 17:54:23.285--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-17 17:54:23.285--UnitOfWork(1918537167)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="brokerageAccount" referenceClass=BrokerageAccount )
    [junit] [EL Finest]: 2024-04-17 17:54:23.286--ServerSession(454071866)--Connection(951849613)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.286--ServerSession(454071866)--Connection(951849613)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.286--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-17 17:54:23.286--ServerSession(454071866)--Connection(951849613)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.286--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-17 17:54:23.286--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-17 17:54:23.286--ServerSession(454071866)--Connection(2093227481)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.286--ServerSession(454071866)--Connection(2093227481)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.286--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-17 17:54:23.286--ServerSession(454071866)--Connection(2093227481)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.286--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-17 17:54:23.287--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-17 17:54:23.287--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-17 17:54:23.287--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-17 17:54:23.287--UnitOfWork(1918537167)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="brokerageAccount" referenceClass=BrokerageAccount )
    [junit] [EL Finest]: 2024-04-17 17:54:23.287--ServerSession(454071866)--Connection(1484672206)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.287--ServerSession(454071866)--Connection(1484672206)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.287--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-17 17:54:23.288--ServerSession(454071866)--Connection(1484672206)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.288--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-17 17:54:23.288--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-17 17:54:23.288--ServerSession(454071866)--Connection(1720174511)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.288--ServerSession(454071866)--Connection(1720174511)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.288--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-17 17:54:23.288--ServerSession(454071866)--Connection(1720174511)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.288--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-17 17:54:23.288--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-17 17:54:23.288--UnitOfWork(1918537167)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="brokerageAccount" referenceClass=BrokerageAccount )
    [junit] [EL Finest]: 2024-04-17 17:54:23.288--ServerSession(454071866)--Connection(25211632)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.288--ServerSession(454071866)--Connection(25211632)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.288--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-17 17:54:23.289--ServerSession(454071866)--Connection(25211632)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.289--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-17 17:54:23.289--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-17 17:54:23.289--ServerSession(454071866)--Connection(714065669)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.289--ServerSession(454071866)--Connection(714065669)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.289--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-17 17:54:23.289--ServerSession(454071866)--Connection(714065669)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.289--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-17 17:54:23.289--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-17 17:54:23.289--UnitOfWork(1918537167)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="brokerageAccount" referenceClass=BrokerageAccount )
    [junit] [EL Finest]: 2024-04-17 17:54:23.289--ServerSession(454071866)--Connection(1757812211)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.289--ServerSession(454071866)--Connection(1757812211)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.29--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-17 17:54:23.29--ServerSession(454071866)--Connection(1757812211)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.29--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-17 17:54:23.29--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-17 17:54:23.29--ServerSession(454071866)--Connection(637667905)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.29--ServerSession(454071866)--Connection(637667905)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.29--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-17 17:54:23.29--ServerSession(454071866)--Connection(637667905)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.29--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-17 17:54:23.29--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-17 17:54:23.29--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-17 17:54:23.29--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-17 17:54:23.29--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-17 17:54:23.291--ServerSession(454071866)--Connection(2092453592)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.291--ServerSession(454071866)--Connection(2092453592)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.291--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-17 17:54:23.291--ServerSession(454071866)--Connection(2092453592)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.291--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-17 17:54:23.291--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.063 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestEmployeePatent
    [junit] [EL Finer]: 2024-04-17 17:54:23.305--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1526927445
    [junit] [EL Finer]: 2024-04-17 17:54:23.305--ClientSession(1526927445)--Thread(Thread[main,5,main])--acquire unit of work: 1133522127
    [junit] [EL Finest]: 2024-04-17 17:54:23.305--UnitOfWork(1133522127)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.305--UnitOfWork(1133522127)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.305--UnitOfWork(1133522127)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.305--UnitOfWork(1133522127)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.305--UnitOfWork(1133522127)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.305--UnitOfWork(1133522127)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.305--UnitOfWork(1133522127)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:23.305--UnitOfWork(1133522127)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:23.305--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-17 17:54:23.305--ServerSession(454071866)--Connection(1297332692)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.305--ClientSession(1526927445)--Connection(1297332692)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.305--ClientSession(1526927445)--Connection(1297332692)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.329--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-17 17:54:23.329--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-17 17:54:23.329--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-17 17:54:23.329--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-17 17:54:23.33--ClientSession(1526927445)--Connection(1297555006)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.33--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-17 17:54:23.33--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-17 17:54:23.33--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-17 17:54:23.33--ClientSession(1526927445)--Connection(1297555006)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.33--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-17 17:54:23.33--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-17 17:54:23.33--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-17 17:54:23.331--ClientSession(1526927445)--Connection(1297555006)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.331--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-17 17:54:23.331--ClientSession(1526927445)--Connection(1297555006)--Thread(Thread[main,5,main])--	bind => [1922-11-11, flying machine, 1922, helicopter]
    [junit] [EL Fine]: 2024-04-17 17:54:23.331--ClientSession(1526927445)--Connection(1297555006)--Thread(Thread[main,5,main])--	bind => [1888-03-17, alternating current, 1888, alternating current]
    [junit] [EL Fine]: 2024-04-17 17:54:23.331--ClientSession(1526927445)--Connection(1297555006)--Thread(Thread[main,5,main])--	bind => [1879-11-05, artificial light source, 1879, light bulb]
    [junit] [EL Fine]: 2024-04-17 17:54:23.331--ClientSession(1526927445)--Connection(1297555006)--Thread(Thread[main,5,main])--	bind => [1877-01-13, simple voice recorder, 1877, phonograph]
    [junit] [EL Finer]: 2024-04-17 17:54:23.331--ClientSession(1526927445)--Connection(1297555006)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.331--UnitOfWork(1133522127)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:23.332--UnitOfWork(1133522127)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.332--UnitOfWork(1133522127)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.332--ClientSession(1526927445)--Connection(1297555006)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.332--ServerSession(454071866)--Connection(1297332692)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.332--UnitOfWork(1133522127)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.332--UnitOfWork(1133522127)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.332--UnitOfWork(1133522127)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.332--ClientSession(1526927445)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.333--UnitOfWork(1133522127)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.333--ClientSession(1526927445)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.333--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 198927302
    [junit] [EL Finer]: 2024-04-17 17:54:23.333--ClientSession(198927302)--Thread(Thread[main,5,main])--acquire unit of work: 1482931438
    [junit] [EL Finest]: 2024-04-17 17:54:23.333--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-17 17:54:23.333--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-17 17:54:23.333--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-17 17:54:23.333--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-17 17:54:23.333--ServerSession(454071866)--Connection(1623213219)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.333--ServerSession(454071866)--Connection(1623213219)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.333--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-17 17:54:23.333--ServerSession(454071866)--Connection(1623213219)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:23.334--UnitOfWork(1482931438)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:23.334--UnitOfWork(1482931438)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Patent )
    [junit] [EL Finest]: 2024-04-17 17:54:23.334--UnitOfWork(1482931438)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Patent )
    [junit] [EL Finest]: 2024-04-17 17:54:23.334--UnitOfWork(1482931438)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Patent )
    [junit] [EL Finest]: 2024-04-17 17:54:23.334--UnitOfWork(1482931438)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Patent )
    [junit] [EL Finest]: 2024-04-17 17:54:23.334--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-17 17:54:23.334--ClientSession(198927302)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" )
    [junit] [EL Finest]: 2024-04-17 17:54:23.334--ServerSession(454071866)--Connection(1212395804)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.334--ClientSession(198927302)--Connection(1212395804)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.334--ClientSession(198927302)--Connection(1212395804)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.334--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-17 17:54:23.334--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-17 17:54:23.334--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-17 17:54:23.334--ClientSession(198927302)--Connection(1981085797)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.334--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-17 17:54:23.335--ClientSession(198927302)--Connection(1981085797)--Thread(Thread[main,5,main])--	bind => [helicopter, 1922, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:23.335--ClientSession(198927302)--Connection(1981085797)--Thread(Thread[main,5,main])--	bind => [phonograph, 1877, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:23.335--ClientSession(198927302)--Connection(1981085797)--Thread(Thread[main,5,main])--	bind => [alternating current, 1888, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:23.335--ClientSession(198927302)--Connection(1981085797)--Thread(Thread[main,5,main])--	bind => [light bulb, 1879, 26]
    [junit] [EL Finer]: 2024-04-17 17:54:23.335--ClientSession(198927302)--Connection(1981085797)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.335--UnitOfWork(1482931438)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:23.335--UnitOfWork(1482931438)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.335--UnitOfWork(1482931438)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.335--ClientSession(198927302)--Connection(1981085797)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.336--ServerSession(454071866)--Connection(1212395804)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.336--UnitOfWork(1482931438)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.336--UnitOfWork(1482931438)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.336--UnitOfWork(1482931438)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.336--ClientSession(198927302)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.336--UnitOfWork(1482931438)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.336--ClientSession(198927302)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.336--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 962208856
    [junit] [EL Finer]: 2024-04-17 17:54:23.336--ClientSession(962208856)--Thread(Thread[main,5,main])--acquire unit of work: 508662500
    [junit] [EL Finest]: 2024-04-17 17:54:23.336--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-17 17:54:23.336--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-17 17:54:23.336--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-17 17:54:23.336--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-17 17:54:23.336--ServerSession(454071866)--Connection(1460783334)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.336--ServerSession(454071866)--Connection(1460783334)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.336--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-17 17:54:23.337--ServerSession(454071866)--Connection(1460783334)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.337--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-17 17:54:23.337--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-17 17:54:23.337--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-17 17:54:23.337--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-17 17:54:23.337--UnitOfWork(508662500)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.337--UnitOfWork(508662500)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.337--UnitOfWork(508662500)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.337--UnitOfWork(508662500)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.337--ClientSession(962208856)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.337--UnitOfWork(508662500)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.337--ClientSession(962208856)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.346--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 293241573
    [junit] [EL Finer]: 2024-04-17 17:54:23.346--ClientSession(293241573)--Thread(Thread[main,5,main])--acquire unit of work: 1852168781
    [junit] [EL Finest]: 2024-04-17 17:54:23.346--UnitOfWork(1852168781)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.346--UnitOfWork(1852168781)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.347--UnitOfWork(1852168781)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.347--UnitOfWork(1852168781)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.347--UnitOfWork(1852168781)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.347--UnitOfWork(1852168781)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.347--UnitOfWork(1852168781)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:23.347--UnitOfWork(1852168781)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:23.347--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-17 17:54:23.347--ServerSession(454071866)--Connection(443674097)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.347--ClientSession(293241573)--Connection(443674097)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.347--ClientSession(293241573)--Connection(443674097)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.347--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-17 17:54:23.347--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-17 17:54:23.348--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-17 17:54:23.348--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-17 17:54:23.348--ClientSession(293241573)--Connection(358121430)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.348--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-17 17:54:23.348--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-17 17:54:23.348--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-17 17:54:23.348--ClientSession(293241573)--Connection(358121430)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.348--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-17 17:54:23.348--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-17 17:54:23.348--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-17 17:54:23.348--ClientSession(293241573)--Connection(358121430)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.348--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-17 17:54:23.348--ClientSession(293241573)--Connection(358121430)--Thread(Thread[main,5,main])--	bind => [1877-01-13, simple voice recorder, 1877, phonograph]
    [junit] [EL Fine]: 2024-04-17 17:54:23.348--ClientSession(293241573)--Connection(358121430)--Thread(Thread[main,5,main])--	bind => [1879-11-05, artificial light source, 1879, light bulb]
    [junit] [EL Fine]: 2024-04-17 17:54:23.348--ClientSession(293241573)--Connection(358121430)--Thread(Thread[main,5,main])--	bind => [1922-11-11, flying machine, 1922, helicopter]
    [junit] [EL Fine]: 2024-04-17 17:54:23.348--ClientSession(293241573)--Connection(358121430)--Thread(Thread[main,5,main])--	bind => [1888-03-17, alternating current, 1888, alternating current]
    [junit] [EL Finer]: 2024-04-17 17:54:23.348--ClientSession(293241573)--Connection(358121430)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.349--UnitOfWork(1852168781)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:23.349--UnitOfWork(1852168781)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.349--UnitOfWork(1852168781)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.349--ClientSession(293241573)--Connection(358121430)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.35--ServerSession(454071866)--Connection(443674097)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.35--UnitOfWork(1852168781)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.35--UnitOfWork(1852168781)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.35--UnitOfWork(1852168781)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.35--ClientSession(293241573)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.35--UnitOfWork(1852168781)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.35--ClientSession(293241573)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.35--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1886689639
    [junit] [EL Finer]: 2024-04-17 17:54:23.35--ClientSession(1886689639)--Thread(Thread[main,5,main])--acquire unit of work: 1598032791
    [junit] [EL Finest]: 2024-04-17 17:54:23.35--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-17 17:54:23.35--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-17 17:54:23.35--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-17 17:54:23.35--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-17 17:54:23.35--ServerSession(454071866)--Connection(1366006911)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.35--ServerSession(454071866)--Connection(1366006911)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.35--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-17 17:54:23.351--ServerSession(454071866)--Connection(1366006911)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:23.351--UnitOfWork(1598032791)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:23.351--UnitOfWork(1598032791)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Patent )
    [junit] [EL Finest]: 2024-04-17 17:54:23.351--UnitOfWork(1598032791)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Patent )
    [junit] [EL Finest]: 2024-04-17 17:54:23.351--UnitOfWork(1598032791)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Patent )
    [junit] [EL Finest]: 2024-04-17 17:54:23.351--UnitOfWork(1598032791)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Patent )
    [junit] [EL Finest]: 2024-04-17 17:54:23.351--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-17 17:54:23.351--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-17 17:54:23.351--ServerSession(454071866)--Connection(1355360957)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.351--ClientSession(1886689639)--Connection(1355360957)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.351--ClientSession(1886689639)--Connection(1355360957)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.352--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-17 17:54:23.352--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-17 17:54:23.352--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-17 17:54:23.352--ClientSession(1886689639)--Connection(955487857)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.352--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-17 17:54:23.352--ClientSession(1886689639)--Connection(955487857)--Thread(Thread[main,5,main])--	bind => [phonograph, 1877, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:23.352--ClientSession(1886689639)--Connection(955487857)--Thread(Thread[main,5,main])--	bind => [light bulb, 1879, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:23.352--ClientSession(1886689639)--Connection(955487857)--Thread(Thread[main,5,main])--	bind => [alternating current, 1888, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:23.352--ClientSession(1886689639)--Connection(955487857)--Thread(Thread[main,5,main])--	bind => [helicopter, 1922, 26]
    [junit] [EL Finer]: 2024-04-17 17:54:23.352--ClientSession(1886689639)--Connection(955487857)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.352--UnitOfWork(1598032791)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:23.352--UnitOfWork(1598032791)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.352--UnitOfWork(1598032791)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.352--ClientSession(1886689639)--Connection(955487857)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.353--ServerSession(454071866)--Connection(1355360957)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.353--UnitOfWork(1598032791)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.353--UnitOfWork(1598032791)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.353--UnitOfWork(1598032791)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.353--ClientSession(1886689639)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.353--UnitOfWork(1598032791)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.353--ClientSession(1886689639)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.353--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 332801050
    [junit] [EL Finer]: 2024-04-17 17:54:23.353--ClientSession(332801050)--Thread(Thread[main,5,main])--acquire unit of work: 1286210473
    [junit] [EL Finest]: 2024-04-17 17:54:23.353--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-17 17:54:23.353--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-17 17:54:23.353--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-17 17:54:23.353--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-17 17:54:23.353--ServerSession(454071866)--Connection(1561679846)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.353--ServerSession(454071866)--Connection(1561679846)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.353--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-17 17:54:23.354--ServerSession(454071866)--Connection(1561679846)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.354--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-17 17:54:23.354--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-17 17:54:23.354--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-17 17:54:23.354--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-17 17:54:23.354--UnitOfWork(1286210473)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.354--UnitOfWork(1286210473)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.354--UnitOfWork(1286210473)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.354--UnitOfWork(1286210473)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.354--ClientSession(332801050)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.354--UnitOfWork(1286210473)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.354--ClientSession(332801050)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.363--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1260103334
    [junit] [EL Finer]: 2024-04-17 17:54:23.363--ClientSession(1260103334)--Thread(Thread[main,5,main])--acquire unit of work: 716863107
    [junit] [EL Finest]: 2024-04-17 17:54:23.363--UnitOfWork(716863107)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.363--UnitOfWork(716863107)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.363--UnitOfWork(716863107)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.364--UnitOfWork(716863107)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.364--UnitOfWork(716863107)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.364--UnitOfWork(716863107)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.364--UnitOfWork(716863107)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:23.364--UnitOfWork(716863107)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:23.364--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-17 17:54:23.364--ServerSession(454071866)--Connection(896703427)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.364--ClientSession(1260103334)--Connection(896703427)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.364--ClientSession(1260103334)--Connection(896703427)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.364--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-17 17:54:23.364--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-17 17:54:23.364--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-17 17:54:23.364--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-17 17:54:23.364--ClientSession(1260103334)--Connection(1703831521)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.364--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-17 17:54:23.364--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-17 17:54:23.364--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-17 17:54:23.364--ClientSession(1260103334)--Connection(1703831521)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.365--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-17 17:54:23.365--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-17 17:54:23.365--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-17 17:54:23.365--ClientSession(1260103334)--Connection(1703831521)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.365--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-17 17:54:23.365--ClientSession(1260103334)--Connection(1703831521)--Thread(Thread[main,5,main])--	bind => [1879-11-05, artificial light source, 1879, light bulb]
    [junit] [EL Fine]: 2024-04-17 17:54:23.365--ClientSession(1260103334)--Connection(1703831521)--Thread(Thread[main,5,main])--	bind => [1888-03-17, alternating current, 1888, alternating current]
    [junit] [EL Fine]: 2024-04-17 17:54:23.365--ClientSession(1260103334)--Connection(1703831521)--Thread(Thread[main,5,main])--	bind => [1877-01-13, simple voice recorder, 1877, phonograph]
    [junit] [EL Fine]: 2024-04-17 17:54:23.365--ClientSession(1260103334)--Connection(1703831521)--Thread(Thread[main,5,main])--	bind => [1922-11-11, flying machine, 1922, helicopter]
    [junit] [EL Finer]: 2024-04-17 17:54:23.365--ClientSession(1260103334)--Connection(1703831521)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.366--UnitOfWork(716863107)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:23.366--UnitOfWork(716863107)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.366--UnitOfWork(716863107)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.366--ClientSession(1260103334)--Connection(1703831521)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.366--ServerSession(454071866)--Connection(896703427)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.367--UnitOfWork(716863107)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.367--UnitOfWork(716863107)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.367--UnitOfWork(716863107)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.367--ClientSession(1260103334)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.367--UnitOfWork(716863107)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.367--ClientSession(1260103334)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.367--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 3637991
    [junit] [EL Finer]: 2024-04-17 17:54:23.367--ClientSession(3637991)--Thread(Thread[main,5,main])--acquire unit of work: 344310669
    [junit] [EL Finest]: 2024-04-17 17:54:23.367--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-17 17:54:23.367--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-17 17:54:23.367--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-17 17:54:23.367--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-17 17:54:23.367--ServerSession(454071866)--Connection(1699364619)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.367--ServerSession(454071866)--Connection(1699364619)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.367--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-17 17:54:23.368--ServerSession(454071866)--Connection(1699364619)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.368--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-17 17:54:23.368--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-17 17:54:23.368--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-17 17:54:23.368--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-17 17:54:23.368--ServerSession(454071866)--Connection(1758932400)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.368--ServerSession(454071866)--Connection(1758932400)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.368--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-17 17:54:23.368--ServerSession(454071866)--Connection(1758932400)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:23.368--UnitOfWork(344310669)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:23.368--UnitOfWork(344310669)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Patent )
    [junit] [EL Finest]: 2024-04-17 17:54:23.368--UnitOfWork(344310669)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Patent )
    [junit] [EL Finest]: 2024-04-17 17:54:23.368--UnitOfWork(344310669)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Patent )
    [junit] [EL Finest]: 2024-04-17 17:54:23.369--UnitOfWork(344310669)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Patent )
    [junit] [EL Finest]: 2024-04-17 17:54:23.369--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-17 17:54:23.369--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-17 17:54:23.369--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-17 17:54:23.369--ServerSession(454071866)--Connection(77182701)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.369--ClientSession(3637991)--Connection(77182701)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.369--ClientSession(3637991)--Connection(77182701)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.37--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-17 17:54:23.37--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-17 17:54:23.37--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-17 17:54:23.37--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-17 17:54:23.37--ClientSession(3637991)--Connection(323688750)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.37--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-17 17:54:23.37--ClientSession(3637991)--Connection(323688750)--Thread(Thread[main,5,main])--	bind => [light bulb, 1879, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:23.37--ClientSession(3637991)--Connection(323688750)--Thread(Thread[main,5,main])--	bind => [helicopter, 1922, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:23.37--ClientSession(3637991)--Connection(323688750)--Thread(Thread[main,5,main])--	bind => [phonograph, 1877, 26]
    [junit] [EL Fine]: 2024-04-17 17:54:23.37--ClientSession(3637991)--Connection(323688750)--Thread(Thread[main,5,main])--	bind => [helicopter, 1922, 32]
    [junit] [EL Fine]: 2024-04-17 17:54:23.37--ClientSession(3637991)--Connection(323688750)--Thread(Thread[main,5,main])--	bind => [alternating current, 1888, 32]
    [junit] [EL Finer]: 2024-04-17 17:54:23.37--ClientSession(3637991)--Connection(323688750)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.37--UnitOfWork(344310669)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:23.371--UnitOfWork(344310669)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.371--UnitOfWork(344310669)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.371--ClientSession(3637991)--Connection(323688750)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.371--ServerSession(454071866)--Connection(77182701)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.371--UnitOfWork(344310669)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.371--UnitOfWork(344310669)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.371--UnitOfWork(344310669)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.371--ClientSession(3637991)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.371--UnitOfWork(344310669)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.371--ClientSession(3637991)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.371--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2049321170
    [junit] [EL Finer]: 2024-04-17 17:54:23.371--ClientSession(2049321170)--Thread(Thread[main,5,main])--acquire unit of work: 1890737819
    [junit] [EL Finest]: 2024-04-17 17:54:23.371--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-17 17:54:23.371--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-17 17:54:23.371--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-17 17:54:23.371--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-17 17:54:23.371--ServerSession(454071866)--Connection(1061471337)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.371--ServerSession(454071866)--Connection(1061471337)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.372--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-17 17:54:23.372--ServerSession(454071866)--Connection(1061471337)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.372--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-17 17:54:23.372--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-17 17:54:23.372--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-17 17:54:23.372--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-17 17:54:23.372--ServerSession(454071866)--Connection(1759253204)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.372--ServerSession(454071866)--Connection(1759253204)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.372--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-17 17:54:23.372--ServerSession(454071866)--Connection(1759253204)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.373--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-17 17:54:23.373--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-17 17:54:23.373--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-17 17:54:23.373--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-17 17:54:23.373--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-17 17:54:23.373--UnitOfWork(1890737819)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.373--UnitOfWork(1890737819)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.373--UnitOfWork(1890737819)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.373--UnitOfWork(1890737819)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.373--ClientSession(2049321170)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.373--UnitOfWork(1890737819)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.373--ClientSession(2049321170)--Thread(Thread[main,5,main])--client released
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestEmployee_Cubicle
    [junit] [EL Finer]: 2024-04-17 17:54:23.386--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 76493916
    [junit] [EL Finer]: 2024-04-17 17:54:23.386--ClientSession(76493916)--Thread(Thread[main,5,main])--acquire unit of work: 526354919
    [junit] [EL Finest]: 2024-04-17 17:54:23.386--UnitOfWork(526354919)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.386--UnitOfWork(526354919)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.386--UnitOfWork(526354919)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:23.386--UnitOfWork(526354919)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:23.387--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-17 17:54:23.387--ServerSession(454071866)--Connection(2070303350)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.387--ClientSession(76493916)--Connection(2070303350)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.387--ClientSession(76493916)--Connection(2070303350)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.387--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-17 17:54:23.387--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-17 17:54:23.387--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-17 17:54:23.387--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-17 17:54:23.387--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-17 17:54:23.388--UnitOfWork(526354919)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:23.388--UnitOfWork(526354919)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.388--UnitOfWork(526354919)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.388--ClientSession(76493916)--Connection(2117678604)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.388--ServerSession(454071866)--Connection(2070303350)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.388--UnitOfWork(526354919)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.388--UnitOfWork(526354919)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.388--UnitOfWork(526354919)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.388--ClientSession(76493916)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.388--UnitOfWork(526354919)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.388--ClientSession(76493916)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.388--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1484584448
    [junit] [EL Finer]: 2024-04-17 17:54:23.388--ClientSession(1484584448)--Thread(Thread[main,5,main])--acquire unit of work: 1643461494
    [junit] [EL Finest]: 2024-04-17 17:54:23.389--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-17 17:54:23.389--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-17 17:54:23.389--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-17 17:54:23.389--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-17 17:54:23.389--ServerSession(454071866)--Connection(601792527)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.389--ServerSession(454071866)--Connection(601792527)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.389--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-17 17:54:23.389--ServerSession(454071866)--Connection(601792527)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.389--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-17 17:54:23.389--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.014 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestEmployee_Review
    [junit] [EL Finer]: 2024-04-17 17:54:23.403--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 882664609
    [junit] [EL Finer]: 2024-04-17 17:54:23.403--ClientSession(882664609)--Thread(Thread[main,5,main])--acquire unit of work: 1547971047
    [junit] [EL Finest]: 2024-04-17 17:54:23.403--UnitOfWork(1547971047)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.403--UnitOfWork(1547971047)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.403--UnitOfWork(1547971047)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.403--UnitOfWork(1547971047)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:23.403--UnitOfWork(1547971047)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:23.403--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-17 17:54:23.403--ServerSession(454071866)--Connection(1974546201)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.403--ClientSession(882664609)--Connection(1974546201)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.403--ClientSession(882664609)--Connection(1974546201)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.403--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-17 17:54:23.403--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-17 17:54:23.404--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-17 17:54:23.404--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-17 17:54:23.404--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-17 17:54:23.404--ClientSession(882664609)--Connection(1899753459)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.404--ClientSession(882664609)--Connection(1899753459)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.404--ClientSession(882664609)--Connection(1899753459)--Thread(Thread[main,5,main])--	bind => [13, 2005-09-13, bad day, 1, Review]
    [junit] [EL Fine]: 2024-04-17 17:54:23.404--ClientSession(882664609)--Connection(1899753459)--Thread(Thread[main,5,main])--	bind => [12, 2005-09-12, bad day, 1, Review]
    [junit] [EL Finer]: 2024-04-17 17:54:23.404--ClientSession(882664609)--Connection(1899753459)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.405--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-17 17:54:23.405--ClientSession(882664609)--Connection(1899753459)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.405--ClientSession(882664609)--Connection(1899753459)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.405--ClientSession(882664609)--Connection(1899753459)--Thread(Thread[main,5,main])--	bind => [0, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:23.405--ClientSession(882664609)--Connection(1899753459)--Thread(Thread[main,5,main])--	bind => [0, 12]
    [junit] [EL Finer]: 2024-04-17 17:54:23.405--ClientSession(882664609)--Connection(1899753459)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.405--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-17 17:54:23.405--ClientSession(882664609)--Connection(1899753459)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.405--ClientSession(882664609)--Connection(1899753459)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.405--ClientSession(882664609)--Connection(1899753459)--Thread(Thread[main,5,main])--	bind => [12, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:23.405--ClientSession(882664609)--Connection(1899753459)--Thread(Thread[main,5,main])--	bind => [13, 7]
    [junit] [EL Finer]: 2024-04-17 17:54:23.405--ClientSession(882664609)--Connection(1899753459)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.406--UnitOfWork(1547971047)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:23.406--UnitOfWork(1547971047)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.406--UnitOfWork(1547971047)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.406--ClientSession(882664609)--Connection(1899753459)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.406--ServerSession(454071866)--Connection(1974546201)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.406--UnitOfWork(1547971047)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.406--UnitOfWork(1547971047)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.406--UnitOfWork(1547971047)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.406--ClientSession(882664609)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.406--UnitOfWork(1547971047)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.406--ClientSession(882664609)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.406--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2001325463
    [junit] [EL Finer]: 2024-04-17 17:54:23.406--ClientSession(2001325463)--Thread(Thread[main,5,main])--acquire unit of work: 2093251918
    [junit] [EL Finest]: 2024-04-17 17:54:23.433--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-17 17:54:23.433--ServerSession(454071866)--Connection(576778350)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.433--ServerSession(454071866)--Connection(576778350)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.434--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-17 17:54:23.434--ServerSession(454071866)--Connection(576778350)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.434--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-17 17:54:23.434--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-17 17:54:23.435--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-17 17:54:23.435--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-17 17:54:23.435--ServerSession(454071866)--Connection(1984356313)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.435--ServerSession(454071866)--Connection(1984356313)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.435--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-17 17:54:23.435--ServerSession(454071866)--Connection(1984356313)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.435--UnitOfWork(2093251918)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="reviews" referenceClass=Review )
    [junit] [EL Finest]: 2024-04-17 17:54:23.436--ServerSession(454071866)--Connection(213929772)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.436--ServerSession(454071866)--Connection(213929772)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.436--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-17 17:54:23.436--ServerSession(454071866)--Connection(213929772)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.436--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-17 17:54:23.436--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-17 17:54:23.436--UnitOfWork(2093251918)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.436--ClientSession(2001325463)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.437--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 723575274
    [junit] [EL Finer]: 2024-04-17 17:54:23.437--ClientSession(723575274)--Thread(Thread[main,5,main])--acquire unit of work: 929694713
    [junit] [EL Finest]: 2024-04-17 17:54:23.437--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-17 17:54:23.437--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-17 17:54:23.437--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-17 17:54:23.437--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-17 17:54:23.437--ServerSession(454071866)--Connection(1387919000)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.437--ServerSession(454071866)--Connection(1387919000)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.437--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-17 17:54:23.437--ServerSession(454071866)--Connection(1387919000)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.437--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-17 17:54:23.437--ServerSession(454071866)--Connection(854365639)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.437--ServerSession(454071866)--Connection(854365639)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.437--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-17 17:54:23.438--ServerSession(454071866)--Connection(854365639)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.438--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-17 17:54:23.438--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-17 17:54:23.438--UnitOfWork(929694713)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.438--ClientSession(723575274)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.447--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 865651478
    [junit] [EL Finer]: 2024-04-17 17:54:23.447--ClientSession(865651478)--Thread(Thread[main,5,main])--acquire unit of work: 285269196
    [junit] [EL Finest]: 2024-04-17 17:54:23.447--UnitOfWork(285269196)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.447--UnitOfWork(285269196)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.447--UnitOfWork(285269196)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.447--UnitOfWork(285269196)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:23.447--UnitOfWork(285269196)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:23.447--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-17 17:54:23.447--ServerSession(454071866)--Connection(394054085)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.447--ClientSession(865651478)--Connection(394054085)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.447--ClientSession(865651478)--Connection(394054085)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.447--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-17 17:54:23.447--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-17 17:54:23.448--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-17 17:54:23.448--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-17 17:54:23.448--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-17 17:54:23.448--ClientSession(865651478)--Connection(285274075)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.448--ClientSession(865651478)--Connection(285274075)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.448--ClientSession(865651478)--Connection(285274075)--Thread(Thread[main,5,main])--	bind => [12, 2005-09-12, bad day, 1, Review]
    [junit] [EL Fine]: 2024-04-17 17:54:23.448--ClientSession(865651478)--Connection(285274075)--Thread(Thread[main,5,main])--	bind => [13, 2005-09-13, bad day, 1, Review]
    [junit] [EL Finer]: 2024-04-17 17:54:23.448--ClientSession(865651478)--Connection(285274075)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.449--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-17 17:54:23.449--ClientSession(865651478)--Connection(285274075)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.449--ClientSession(865651478)--Connection(285274075)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.449--ClientSession(865651478)--Connection(285274075)--Thread(Thread[main,5,main])--	bind => [0, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:23.449--ClientSession(865651478)--Connection(285274075)--Thread(Thread[main,5,main])--	bind => [0, 13]
    [junit] [EL Finer]: 2024-04-17 17:54:23.449--ClientSession(865651478)--Connection(285274075)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.449--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-17 17:54:23.449--ClientSession(865651478)--Connection(285274075)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.449--ClientSession(865651478)--Connection(285274075)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.449--ClientSession(865651478)--Connection(285274075)--Thread(Thread[main,5,main])--	bind => [12, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:23.449--ClientSession(865651478)--Connection(285274075)--Thread(Thread[main,5,main])--	bind => [13, 7]
    [junit] [EL Finer]: 2024-04-17 17:54:23.449--ClientSession(865651478)--Connection(285274075)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.45--UnitOfWork(285269196)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:23.45--UnitOfWork(285269196)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.45--UnitOfWork(285269196)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.45--ClientSession(865651478)--Connection(285274075)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.45--ServerSession(454071866)--Connection(394054085)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.45--UnitOfWork(285269196)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.45--UnitOfWork(285269196)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.45--UnitOfWork(285269196)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.45--ClientSession(865651478)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.45--UnitOfWork(285269196)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.45--ClientSession(865651478)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.45--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1363458668
    [junit] [EL Finer]: 2024-04-17 17:54:23.45--ClientSession(1363458668)--Thread(Thread[main,5,main])--acquire unit of work: 2046616631
    [junit] [EL Finest]: 2024-04-17 17:54:23.45--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-17 17:54:23.45--ServerSession(454071866)--Connection(816288962)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.45--ServerSession(454071866)--Connection(816288962)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.45--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-17 17:54:23.451--ServerSession(454071866)--Connection(816288962)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.451--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-17 17:54:23.451--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-17 17:54:23.451--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-17 17:54:23.451--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-17 17:54:23.451--ServerSession(454071866)--Connection(1197654033)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.451--ServerSession(454071866)--Connection(1197654033)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.451--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-17 17:54:23.451--ServerSession(454071866)--Connection(1197654033)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.452--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-17 17:54:23.452--ServerSession(454071866)--Connection(870979858)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.452--ServerSession(454071866)--Connection(870979858)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.452--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-17 17:54:23.452--ServerSession(454071866)--Connection(870979858)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.452--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-17 17:54:23.452--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-17 17:54:23.452--UnitOfWork(2046616631)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.452--ClientSession(1363458668)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.452--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 945724251
    [junit] [EL Finer]: 2024-04-17 17:54:23.452--ClientSession(945724251)--Thread(Thread[main,5,main])--acquire unit of work: 327543267
    [junit] [EL Finest]: 2024-04-17 17:54:23.452--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-17 17:54:23.452--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-17 17:54:23.452--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-17 17:54:23.453--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-17 17:54:23.453--ServerSession(454071866)--Connection(39957754)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.453--ServerSession(454071866)--Connection(39957754)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.453--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-17 17:54:23.453--ServerSession(454071866)--Connection(39957754)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.453--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-17 17:54:23.453--ServerSession(454071866)--Connection(456273666)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.453--ServerSession(454071866)--Connection(456273666)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.453--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-17 17:54:23.454--ServerSession(454071866)--Connection(456273666)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.454--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-17 17:54:23.454--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-17 17:54:23.462--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 811946619
    [junit] [EL Finer]: 2024-04-17 17:54:23.462--ClientSession(811946619)--Thread(Thread[main,5,main])--acquire unit of work: 868947411
    [junit] [EL Finest]: 2024-04-17 17:54:23.462--UnitOfWork(868947411)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.463--UnitOfWork(868947411)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.463--UnitOfWork(868947411)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.463--UnitOfWork(868947411)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:23.463--UnitOfWork(868947411)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:23.463--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-17 17:54:23.463--ServerSession(454071866)--Connection(1697999486)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.463--ClientSession(811946619)--Connection(1697999486)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.463--ClientSession(811946619)--Connection(1697999486)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.463--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-17 17:54:23.463--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-17 17:54:23.463--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-17 17:54:23.463--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-17 17:54:23.464--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-17 17:54:23.464--ClientSession(811946619)--Connection(1256089991)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.464--ClientSession(811946619)--Connection(1256089991)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.464--ClientSession(811946619)--Connection(1256089991)--Thread(Thread[main,5,main])--	bind => [13, 2005-09-13, bad day, 1, Review]
    [junit] [EL Fine]: 2024-04-17 17:54:23.464--ClientSession(811946619)--Connection(1256089991)--Thread(Thread[main,5,main])--	bind => [12, 2005-09-12, bad day, 1, Review]
    [junit] [EL Finer]: 2024-04-17 17:54:23.464--ClientSession(811946619)--Connection(1256089991)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.464--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-17 17:54:23.464--ClientSession(811946619)--Connection(1256089991)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.464--ClientSession(811946619)--Connection(1256089991)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.464--ClientSession(811946619)--Connection(1256089991)--Thread(Thread[main,5,main])--	bind => [0, 13]
    [junit] [EL Fine]: 2024-04-17 17:54:23.464--ClientSession(811946619)--Connection(1256089991)--Thread(Thread[main,5,main])--	bind => [0, 12]
    [junit] [EL Finer]: 2024-04-17 17:54:23.464--ClientSession(811946619)--Connection(1256089991)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.465--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-17 17:54:23.465--ClientSession(811946619)--Connection(1256089991)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.465--ClientSession(811946619)--Connection(1256089991)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.465--ClientSession(811946619)--Connection(1256089991)--Thread(Thread[main,5,main])--	bind => [12, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:23.465--ClientSession(811946619)--Connection(1256089991)--Thread(Thread[main,5,main])--	bind => [13, 7]
    [junit] [EL Finer]: 2024-04-17 17:54:23.465--ClientSession(811946619)--Connection(1256089991)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.465--UnitOfWork(868947411)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:23.465--UnitOfWork(868947411)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.465--UnitOfWork(868947411)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.465--ClientSession(811946619)--Connection(1256089991)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.466--ServerSession(454071866)--Connection(1697999486)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.466--UnitOfWork(868947411)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.466--UnitOfWork(868947411)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.466--UnitOfWork(868947411)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.466--ClientSession(811946619)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.466--UnitOfWork(868947411)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.466--ClientSession(811946619)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.466--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 406364416
    [junit] [EL Finer]: 2024-04-17 17:54:23.466--ClientSession(406364416)--Thread(Thread[main,5,main])--acquire unit of work: 2121162132
    [junit] [EL Finest]: 2024-04-17 17:54:23.466--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-17 17:54:23.466--ServerSession(454071866)--Connection(1847812022)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.466--ServerSession(454071866)--Connection(1847812022)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.466--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-17 17:54:23.466--ServerSession(454071866)--Connection(1847812022)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.467--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-17 17:54:23.467--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-17 17:54:23.467--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-17 17:54:23.467--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-17 17:54:23.467--ServerSession(454071866)--Connection(2074839761)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.467--ServerSession(454071866)--Connection(2074839761)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.467--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-17 17:54:23.467--ServerSession(454071866)--Connection(2074839761)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.467--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-17 17:54:23.467--ServerSession(454071866)--Connection(1578020816)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.467--ServerSession(454071866)--Connection(1578020816)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.467--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-17 17:54:23.468--ServerSession(454071866)--Connection(1578020816)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.468--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-17 17:54:23.468--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-17 17:54:23.468--UnitOfWork(2121162132)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.468--ClientSession(406364416)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.468--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 922911733
    [junit] [EL Finer]: 2024-04-17 17:54:23.468--ClientSession(922911733)--Thread(Thread[main,5,main])--acquire unit of work: 1825821836
    [junit] [EL Finest]: 2024-04-17 17:54:23.468--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-17 17:54:23.468--ServerSession(454071866)--Connection(137530493)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.468--ServerSession(454071866)--Connection(137530493)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.468--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-17 17:54:23.469--ServerSession(454071866)--Connection(137530493)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:23.477--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1161001976
    [junit] [EL Finer]: 2024-04-17 17:54:23.477--ClientSession(1161001976)--Thread(Thread[main,5,main])--acquire unit of work: 985891468
    [junit] [EL Finest]: 2024-04-17 17:54:23.477--UnitOfWork(985891468)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.477--UnitOfWork(985891468)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.477--UnitOfWork(985891468)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.477--UnitOfWork(985891468)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:23.477--UnitOfWork(985891468)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:23.477--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-17 17:54:23.477--ServerSession(454071866)--Connection(1839638267)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.477--ClientSession(1161001976)--Connection(1839638267)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.477--ClientSession(1161001976)--Connection(1839638267)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.478--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-17 17:54:23.478--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-17 17:54:23.478--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-17 17:54:23.478--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-17 17:54:23.478--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-17 17:54:23.478--ClientSession(1161001976)--Connection(529864426)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.478--ClientSession(1161001976)--Connection(529864426)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.478--ClientSession(1161001976)--Connection(529864426)--Thread(Thread[main,5,main])--	bind => [12, 2005-09-12, bad day, 1, Review]
    [junit] [EL Fine]: 2024-04-17 17:54:23.478--ClientSession(1161001976)--Connection(529864426)--Thread(Thread[main,5,main])--	bind => [13, 2005-09-13, bad day, 1, Review]
    [junit] [EL Finer]: 2024-04-17 17:54:23.478--ClientSession(1161001976)--Connection(529864426)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.479--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-17 17:54:23.479--ClientSession(1161001976)--Connection(529864426)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.479--ClientSession(1161001976)--Connection(529864426)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.479--ClientSession(1161001976)--Connection(529864426)--Thread(Thread[main,5,main])--	bind => [0, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:23.479--ClientSession(1161001976)--Connection(529864426)--Thread(Thread[main,5,main])--	bind => [0, 13]
    [junit] [EL Finer]: 2024-04-17 17:54:23.479--ClientSession(1161001976)--Connection(529864426)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.479--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-17 17:54:23.479--ClientSession(1161001976)--Connection(529864426)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.479--ClientSession(1161001976)--Connection(529864426)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.479--ClientSession(1161001976)--Connection(529864426)--Thread(Thread[main,5,main])--	bind => [12, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:23.479--ClientSession(1161001976)--Connection(529864426)--Thread(Thread[main,5,main])--	bind => [13, 7]
    [junit] [EL Finer]: 2024-04-17 17:54:23.479--ClientSession(1161001976)--Connection(529864426)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.48--UnitOfWork(985891468)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:23.48--UnitOfWork(985891468)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.48--UnitOfWork(985891468)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.48--ClientSession(1161001976)--Connection(529864426)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.48--ServerSession(454071866)--Connection(1839638267)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.48--UnitOfWork(985891468)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.48--UnitOfWork(985891468)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.48--UnitOfWork(985891468)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.48--ClientSession(1161001976)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.48--UnitOfWork(985891468)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.48--ClientSession(1161001976)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.48--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 89391678
    [junit] [EL Finer]: 2024-04-17 17:54:23.48--ClientSession(89391678)--Thread(Thread[main,5,main])--acquire unit of work: 1575072750
    [junit] [EL Finest]: 2024-04-17 17:54:23.48--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-17 17:54:23.481--ServerSession(454071866)--Connection(945395470)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.481--ServerSession(454071866)--Connection(945395470)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.481--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-17 17:54:23.481--ServerSession(454071866)--Connection(945395470)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.481--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-17 17:54:23.481--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-17 17:54:23.481--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-17 17:54:23.481--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-17 17:54:23.481--ServerSession(454071866)--Connection(1191279928)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.481--ServerSession(454071866)--Connection(1191279928)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.481--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-17 17:54:23.482--ServerSession(454071866)--Connection(1191279928)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.482--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-17 17:54:23.482--ServerSession(454071866)--Connection(1331458733)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.482--ServerSession(454071866)--Connection(1331458733)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.482--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-17 17:54:23.482--ServerSession(454071866)--Connection(1331458733)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.482--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-17 17:54:23.482--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-17 17:54:23.482--UnitOfWork(1575072750)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.482--ClientSession(89391678)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.482--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 714749649
    [junit] [EL Finer]: 2024-04-17 17:54:23.482--ClientSession(714749649)--Thread(Thread[main,5,main])--acquire unit of work: 1758858087
    [junit] [EL Finest]: 2024-04-17 17:54:23.483--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-17 17:54:23.483--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-17 17:54:23.483--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-17 17:54:23.483--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-17 17:54:23.483--ServerSession(454071866)--Connection(1099839954)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.483--ServerSession(454071866)--Connection(1099839954)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.483--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-17 17:54:23.483--ServerSession(454071866)--Connection(1099839954)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.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-17 17:54:23.483--ServerSession(454071866)--Connection(996745925)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.483--ServerSession(454071866)--Connection(996745925)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.484--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-17 17:54:23.484--ServerSession(454071866)--Connection(996745925)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.484--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-17 17:54:23.484--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-17 17:54:23.484--UnitOfWork(1758858087)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.484--ClientSession(714749649)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.498--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1779927120
    [junit] [EL Finer]: 2024-04-17 17:54:23.498--ClientSession(1779927120)--Thread(Thread[main,5,main])--acquire unit of work: 2036903843
    [junit] [EL Finest]: 2024-04-17 17:54:23.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-17 17:54:23.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-17 17:54:23.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-17 17:54:23.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-17 17:54:23.498--UnitOfWork(2036903843)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:23.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-17 17:54:23.499--ServerSession(454071866)--Connection(848276205)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.499--ClientSession(1779927120)--Connection(848276205)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.499--ClientSession(1779927120)--Connection(848276205)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.499--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-17 17:54:23.499--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-17 17:54:23.499--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-17 17:54:23.499--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-17 17:54:23.5--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-17 17:54:23.5--ClientSession(1779927120)--Connection(954694829)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.5--ClientSession(1779927120)--Connection(954694829)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.5--ClientSession(1779927120)--Connection(954694829)--Thread(Thread[main,5,main])--	bind => [12, 2005-09-12, bad day, 1, Review]
    [junit] [EL Fine]: 2024-04-17 17:54:23.5--ClientSession(1779927120)--Connection(954694829)--Thread(Thread[main,5,main])--	bind => [13, 2005-09-13, bad day, 1, Review]
    [junit] [EL Finer]: 2024-04-17 17:54:23.5--ClientSession(1779927120)--Connection(954694829)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.5--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-17 17:54:23.501--ClientSession(1779927120)--Connection(954694829)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.501--ClientSession(1779927120)--Connection(954694829)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.501--ClientSession(1779927120)--Connection(954694829)--Thread(Thread[main,5,main])--	bind => [0, 12]
    [junit] [EL Fine]: 2024-04-17 17:54:23.501--ClientSession(1779927120)--Connection(954694829)--Thread(Thread[main,5,main])--	bind => [0, 13]
    [junit] [EL Finer]: 2024-04-17 17:54:23.501--ClientSession(1779927120)--Connection(954694829)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.501--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-17 17:54:23.501--ClientSession(1779927120)--Connection(954694829)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.501--ClientSession(1779927120)--Connection(954694829)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.501--ClientSession(1779927120)--Connection(954694829)--Thread(Thread[main,5,main])--	bind => [12, 7]
    [junit] [EL Fine]: 2024-04-17 17:54:23.501--ClientSession(1779927120)--Connection(954694829)--Thread(Thread[main,5,main])--	bind => [13, 7]
    [junit] [EL Finer]: 2024-04-17 17:54:23.501--ClientSession(1779927120)--Connection(954694829)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.502--UnitOfWork(2036903843)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:23.502--UnitOfWork(2036903843)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.502--UnitOfWork(2036903843)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.502--ClientSession(1779927120)--Connection(954694829)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.502--ServerSession(454071866)--Connection(848276205)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.502--UnitOfWork(2036903843)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.502--UnitOfWork(2036903843)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.502--UnitOfWork(2036903843)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.502--ClientSession(1779927120)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.502--UnitOfWork(2036903843)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.502--ClientSession(1779927120)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.503--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1115127001
    [junit] [EL Finer]: 2024-04-17 17:54:23.503--ClientSession(1115127001)--Thread(Thread[main,5,main])--acquire unit of work: 601945393
    [junit] [EL Finest]: 2024-04-17 17:54:23.503--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-17 17:54:23.503--ServerSession(454071866)--Connection(1447728334)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.503--ServerSession(454071866)--Connection(1447728334)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.503--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-17 17:54:23.503--ServerSession(454071866)--Connection(1447728334)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.503--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-17 17:54:23.503--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-17 17:54:23.503--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-17 17:54:23.504--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-17 17:54:23.504--ServerSession(454071866)--Connection(1529865037)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.504--ServerSession(454071866)--Connection(1529865037)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.504--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-17 17:54:23.504--ServerSession(454071866)--Connection(1529865037)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.504--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-17 17:54:23.504--ServerSession(454071866)--Connection(169674530)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.504--ServerSession(454071866)--Connection(169674530)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.504--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-17 17:54:23.505--ServerSession(454071866)--Connection(169674530)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.505--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-17 17:54:23.505--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-17 17:54:23.505--UnitOfWork(601945393)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.505--ClientSession(1115127001)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.505--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 690054315
    [junit] [EL Finer]: 2024-04-17 17:54:23.505--ClientSession(690054315)--Thread(Thread[main,5,main])--acquire unit of work: 1654892712
    [junit] [EL Finest]: 2024-04-17 17:54:23.505--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-17 17:54:23.505--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-17 17:54:23.505--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-17 17:54:23.505--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-17 17:54:23.506--ServerSession(454071866)--Connection(35630844)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.506--ServerSession(454071866)--Connection(35630844)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.506--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-17 17:54:23.506--ServerSession(454071866)--Connection(35630844)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:23.508--UnitOfWork(1654892712)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.508--ClientSession(690054315)--Thread(Thread[main,5,main])--client released
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestList
    [junit] [EL Finer]: 2024-04-17 17:54:23.523--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 458989770
    [junit] [EL Finer]: 2024-04-17 17:54:23.523--ClientSession(458989770)--Thread(Thread[main,5,main])--acquire unit of work: 1864754483
    [junit] [EL Finest]: 2024-04-17 17:54:23.523--UnitOfWork(1864754483)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.523--UnitOfWork(1864754483)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.523--UnitOfWork(1864754483)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:23.523--UnitOfWork(1864754483)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:23.523--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-17 17:54:23.523--ServerSession(454071866)--Connection(1765396124)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.523--ClientSession(458989770)--Connection(1765396124)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.523--ClientSession(458989770)--Connection(1765396124)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.523--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-17 17:54:23.523--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-17 17:54:23.523--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-17 17:54:23.524--ClientSession(458989770)--Connection(1328840545)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.524--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-17 17:54:23.539--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-17 17:54:23.539--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-17 17:54:23.539--ClientSession(458989770)--Connection(1328840545)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.54--ClientSession(458989770)--Connection(1328840545)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.54--ServerSession(454071866)--Connection(1765396124)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.54--UnitOfWork(1864754483)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.54--UnitOfWork(1864754483)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.54--UnitOfWork(1864754483)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.54--ClientSession(458989770)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.54--UnitOfWork(1864754483)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.54--ClientSession(458989770)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.54--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1331223925
    [junit] [EL Finer]: 2024-04-17 17:54:23.54--ClientSession(1331223925)--Thread(Thread[main,5,main])--acquire unit of work: 595291272
    [junit] [EL Finest]: 2024-04-17 17:54:23.54--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-17 17:54:23.54--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-17 17:54:23.54--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-17 17:54:23.54--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-17 17:54:23.541--ServerSession(454071866)--Connection(1210154220)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.541--ServerSession(454071866)--Connection(1210154220)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.541--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-17 17:54:23.541--ServerSession(454071866)--Connection(1210154220)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.541--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-17 17:54:23.541--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-17 17:54:23.541--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-17 17:54:23.541--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-17 17:54:23.541--ServerSession(454071866)--Connection(1540696113)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.541--ServerSession(454071866)--Connection(1540696113)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.541--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-17 17:54:23.542--ServerSession(454071866)--Connection(1540696113)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.542--UnitOfWork(595291272)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.542--ServerSession(454071866)--Connection(740723429)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.542--ClientSession(1331223925)--Connection(740723429)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.542--ClientSession(1331223925)--Connection(740723429)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.542--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-17 17:54:23.542--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-17 17:54:23.542--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-17 17:54:23.542--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-17 17:54:23.543--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-17 17:54:23.543--ClientSession(1331223925)--Connection(484837655)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.543--ServerSession(454071866)--Connection(484837655)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:23.543--ServerSession(454071866)--Connection(740723429)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:23.543--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-17 17:54:23.543--UnitOfWork(595291272)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.543--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-17 17:54:23.543--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-17 17:54:23.543--UnitOfWork(595291272)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:23.544--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-17 17:54:23.544--ServerSession(454071866)--Connection(700755843)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.544--ClientSession(1331223925)--Connection(700755843)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.544--ClientSession(1331223925)--Connection(700755843)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.544--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-17 17:54:23.544--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-17 17:54:23.544--ClientSession(1331223925)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="attendees" )
    [junit] [EL Fine]: 2024-04-17 17:54:23.544--ClientSession(1331223925)--Connection(1186732868)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE (COURSE_ID) VALUES (?)
    [junit] 	bind => [1]
    [junit] [EL Finest]: 2024-04-17 17:54:23.544--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-17 17:54:23.544--ClientSession(1331223925)--Connection(1186732868)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.544--ClientSession(1331223925)--Connection(1186732868)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.545--ClientSession(1331223925)--Connection(1186732868)--Thread(Thread[main,5,main])--	bind => [43, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:23.545--ClientSession(1331223925)--Connection(1186732868)--Thread(Thread[main,5,main])--	bind => [44, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:23.545--ClientSession(1331223925)--Connection(1186732868)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.545--ClientSession(1331223925)--Connection(1186732868)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.545--ServerSession(454071866)--Connection(700755843)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.545--UnitOfWork(595291272)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.545--UnitOfWork(595291272)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.545--UnitOfWork(595291272)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.545--ClientSession(1331223925)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.545--UnitOfWork(595291272)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.545--ClientSession(1331223925)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.545--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 995631915
    [junit] [EL Finer]: 2024-04-17 17:54:23.545--ClientSession(995631915)--Thread(Thread[main,5,main])--acquire unit of work: 921008004
    [junit] [EL Finest]: 2024-04-17 17:54:23.545--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-17 17:54:23.546--ServerSession(454071866)--Connection(209379634)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.546--ServerSession(454071866)--Connection(209379634)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.546--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-17 17:54:23.546--ServerSession(454071866)--Connection(209379634)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.546--UnitOfWork(921008004)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="material" referenceClass=Material )
    [junit] [EL Finest]: 2024-04-17 17:54:23.546--ServerSession(454071866)--Connection(2035998276)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.546--ServerSession(454071866)--Connection(2035998276)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.546--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-17 17:54:23.547--ServerSession(454071866)--Connection(2035998276)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.547--UnitOfWork(921008004)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="course" referenceClass=Course )
    [junit] [EL Finest]: 2024-04-17 17:54:23.547--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-17 17:54:23.547--ServerSession(454071866)--Connection(8158505)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.547--ServerSession(454071866)--Connection(8158505)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.547--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-17 17:54:23.548--ServerSession(454071866)--Connection(8158505)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.548--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-17 17:54:23.548--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-17 17:54:23.548--ServerSession(454071866)--Connection(346690650)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.548--ServerSession(454071866)--Connection(346690650)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.548--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-17 17:54:23.548--ServerSession(454071866)--Connection(346690650)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.548--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-17 17:54:23.548--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-17 17:54:23.548--ServerSession(454071866)--Connection(694214583)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.549--ServerSession(454071866)--Connection(694214583)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.549--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-17 17:54:23.549--ServerSession(454071866)--Connection(694214583)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:23.549--UnitOfWork(921008004)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.549--UnitOfWork(921008004)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.549--UnitOfWork(921008004)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.549--UnitOfWork(921008004)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.549--ClientSession(995631915)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.549--UnitOfWork(921008004)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.549--ClientSession(995631915)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.559--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1753165188
    [junit] [EL Finer]: 2024-04-17 17:54:23.559--ClientSession(1753165188)--Thread(Thread[main,5,main])--acquire unit of work: 2064656796
    [junit] [EL Finest]: 2024-04-17 17:54:23.559--UnitOfWork(2064656796)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.559--UnitOfWork(2064656796)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.559--UnitOfWork(2064656796)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:23.559--UnitOfWork(2064656796)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:23.559--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-17 17:54:23.559--ServerSession(454071866)--Connection(989818782)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.559--ClientSession(1753165188)--Connection(989818782)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.559--ClientSession(1753165188)--Connection(989818782)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.559--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-17 17:54:23.559--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-17 17:54:23.559--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-17 17:54:23.559--ClientSession(1753165188)--Connection(1111086363)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.559--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-17 17:54:23.56--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-17 17:54:23.56--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-17 17:54:23.56--ClientSession(1753165188)--Connection(1111086363)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.56--ClientSession(1753165188)--Connection(1111086363)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.56--ServerSession(454071866)--Connection(989818782)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.56--UnitOfWork(2064656796)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.56--UnitOfWork(2064656796)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.561--UnitOfWork(2064656796)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.561--ClientSession(1753165188)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.561--UnitOfWork(2064656796)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.561--ClientSession(1753165188)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.561--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 561910810
    [junit] [EL Finer]: 2024-04-17 17:54:23.561--ClientSession(561910810)--Thread(Thread[main,5,main])--acquire unit of work: 769891363
    [junit] [EL Finest]: 2024-04-17 17:54:23.561--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-17 17:54:23.561--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-17 17:54:23.561--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-17 17:54:23.561--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-17 17:54:23.561--ServerSession(454071866)--Connection(1298445039)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.561--ServerSession(454071866)--Connection(1298445039)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.561--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-17 17:54:23.561--ServerSession(454071866)--Connection(1298445039)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.561--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-17 17:54:23.561--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-17 17:54:23.562--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-17 17:54:23.562--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-17 17:54:23.562--ServerSession(454071866)--Connection(1944850264)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.562--ServerSession(454071866)--Connection(1944850264)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.562--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-17 17:54:23.562--ServerSession(454071866)--Connection(1944850264)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.562--UnitOfWork(769891363)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.562--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-17 17:54:23.562--UnitOfWork(769891363)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:23.562--UnitOfWork(769891363)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:23.563--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-17 17:54:23.563--ServerSession(454071866)--Connection(1576221393)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.563--ClientSession(561910810)--Connection(1576221393)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.563--ClientSession(561910810)--Connection(1576221393)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.563--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-17 17:54:23.563--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-17 17:54:23.563--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-17 17:54:23.563--ClientSession(561910810)--Connection(1753622066)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE (COURSE_ID) VALUES (?)
    [junit] 	bind => [2]
    [junit] [EL Finest]: 2024-04-17 17:54:23.563--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-17 17:54:23.563--ClientSession(561910810)--Connection(1753622066)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.563--ClientSession(561910810)--Connection(1753622066)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.563--ClientSession(561910810)--Connection(1753622066)--Thread(Thread[main,5,main])--	bind => [43, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:23.563--ClientSession(561910810)--Connection(1753622066)--Thread(Thread[main,5,main])--	bind => [44, 2]
    [junit] [EL Finer]: 2024-04-17 17:54:23.563--ClientSession(561910810)--Connection(1753622066)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.564--ClientSession(561910810)--Connection(1753622066)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.564--ServerSession(454071866)--Connection(1576221393)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.564--UnitOfWork(769891363)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.564--UnitOfWork(769891363)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.564--UnitOfWork(769891363)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.564--ClientSession(561910810)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.564--UnitOfWork(769891363)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.564--ClientSession(561910810)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.564--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2034104387
    [junit] [EL Finer]: 2024-04-17 17:54:23.564--ClientSession(2034104387)--Thread(Thread[main,5,main])--acquire unit of work: 1980969351
    [junit] [EL Finest]: 2024-04-17 17:54:23.564--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-17 17:54:23.565--ServerSession(454071866)--Connection(1345584944)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.565--ServerSession(454071866)--Connection(1345584944)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.565--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-17 17:54:23.565--ServerSession(454071866)--Connection(1345584944)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.565--UnitOfWork(1980969351)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="material" referenceClass=Material )
    [junit] [EL Finest]: 2024-04-17 17:54:23.565--ServerSession(454071866)--Connection(1488662264)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.565--ServerSession(454071866)--Connection(1488662264)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.565--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-17 17:54:23.565--ServerSession(454071866)--Connection(1488662264)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.565--UnitOfWork(1980969351)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="course" referenceClass=Course )
    [junit] [EL Finest]: 2024-04-17 17:54:23.565--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-17 17:54:23.565--ServerSession(454071866)--Connection(1690642260)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.565--ServerSession(454071866)--Connection(1690642260)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.565--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-17 17:54:23.566--ServerSession(454071866)--Connection(1690642260)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.566--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-17 17:54:23.566--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-17 17:54:23.566--ServerSession(454071866)--Connection(11350317)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.566--ServerSession(454071866)--Connection(11350317)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.566--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-17 17:54:23.566--ServerSession(454071866)--Connection(11350317)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.567--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-17 17:54:23.567--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-17 17:54:23.567--ServerSession(454071866)--Connection(1708840874)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.567--ServerSession(454071866)--Connection(1708840874)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.567--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-17 17:54:23.567--ServerSession(454071866)--Connection(1708840874)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:23.576--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 717817160
    [junit] [EL Finer]: 2024-04-17 17:54:23.577--ClientSession(717817160)--Thread(Thread[main,5,main])--acquire unit of work: 1738173106
    [junit] [EL Finest]: 2024-04-17 17:54:23.577--UnitOfWork(1738173106)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.577--UnitOfWork(1738173106)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.577--UnitOfWork(1738173106)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:23.577--UnitOfWork(1738173106)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:23.577--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-17 17:54:23.577--ServerSession(454071866)--Connection(1529434087)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.577--ClientSession(717817160)--Connection(1529434087)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.577--ClientSession(717817160)--Connection(1529434087)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.577--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-17 17:54:23.577--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-17 17:54:23.578--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-17 17:54:23.578--ClientSession(717817160)--Connection(677398644)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.578--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-17 17:54:23.578--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-17 17:54:23.578--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-17 17:54:23.578--ClientSession(717817160)--Connection(677398644)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.579--ClientSession(717817160)--Connection(677398644)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.579--ServerSession(454071866)--Connection(1529434087)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.579--UnitOfWork(1738173106)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.579--UnitOfWork(1738173106)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.579--UnitOfWork(1738173106)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.579--ClientSession(717817160)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.579--UnitOfWork(1738173106)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.579--ClientSession(717817160)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.579--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 95217301
    [junit] [EL Finer]: 2024-04-17 17:54:23.579--ClientSession(95217301)--Thread(Thread[main,5,main])--acquire unit of work: 799358396
    [junit] [EL Finest]: 2024-04-17 17:54:23.58--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-17 17:54:23.58--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-17 17:54:23.58--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-17 17:54:23.58--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-17 17:54:23.58--ServerSession(454071866)--Connection(1717635177)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.58--ServerSession(454071866)--Connection(1717635177)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.58--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-17 17:54:23.58--ServerSession(454071866)--Connection(1717635177)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.581--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-17 17:54:23.581--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-17 17:54:23.581--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-17 17:54:23.581--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-17 17:54:23.581--ServerSession(454071866)--Connection(773099602)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.581--ServerSession(454071866)--Connection(773099602)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.581--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-17 17:54:23.581--ServerSession(454071866)--Connection(773099602)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.582--UnitOfWork(799358396)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.582--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-17 17:54:23.582--UnitOfWork(799358396)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:23.582--UnitOfWork(799358396)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:23.582--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-17 17:54:23.582--ServerSession(454071866)--Connection(301177479)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.582--ClientSession(95217301)--Connection(301177479)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.582--ClientSession(95217301)--Connection(301177479)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.583--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-17 17:54:23.583--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-17 17:54:23.583--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-17 17:54:23.583--ClientSession(95217301)--Connection(216880753)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE (COURSE_ID) VALUES (?)
    [junit] 	bind => [3]
    [junit] [EL Finest]: 2024-04-17 17:54:23.583--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-17 17:54:23.583--ClientSession(95217301)--Connection(216880753)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.583--ClientSession(95217301)--Connection(216880753)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.583--ClientSession(95217301)--Connection(216880753)--Thread(Thread[main,5,main])--	bind => [43, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:23.583--ClientSession(95217301)--Connection(216880753)--Thread(Thread[main,5,main])--	bind => [44, 3]
    [junit] [EL Finer]: 2024-04-17 17:54:23.583--ClientSession(95217301)--Connection(216880753)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.584--ClientSession(95217301)--Connection(216880753)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.584--ServerSession(454071866)--Connection(301177479)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.584--UnitOfWork(799358396)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.584--UnitOfWork(799358396)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.584--UnitOfWork(799358396)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.584--ClientSession(95217301)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.584--UnitOfWork(799358396)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.584--ClientSession(95217301)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.584--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 105503177
    [junit] [EL Finer]: 2024-04-17 17:54:23.584--ClientSession(105503177)--Thread(Thread[main,5,main])--acquire unit of work: 1943934673
    [junit] [EL Finest]: 2024-04-17 17:54:23.584--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-17 17:54:23.585--UnitOfWork(1943934673)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Course )
    [junit] [EL Finest]: 2024-04-17 17:54:23.585--ServerSession(454071866)--Connection(1088012577)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.585--ServerSession(454071866)--Connection(1088012577)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.585--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-17 17:54:23.585--ServerSession(454071866)--Connection(1088012577)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.585--UnitOfWork(1943934673)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="material" referenceClass=Material )
    [junit] [EL Finest]: 2024-04-17 17:54:23.585--ServerSession(454071866)--Connection(1871932056)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.585--ServerSession(454071866)--Connection(1871932056)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.585--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-17 17:54:23.586--ServerSession(454071866)--Connection(1871932056)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.586--UnitOfWork(1943934673)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="course" referenceClass=Course )
    [junit] [EL Finest]: 2024-04-17 17:54:23.586--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-17 17:54:23.586--ServerSession(454071866)--Connection(570058362)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.586--ServerSession(454071866)--Connection(570058362)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.586--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-17 17:54:23.586--ServerSession(454071866)--Connection(570058362)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.587--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-17 17:54:23.587--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-17 17:54:23.587--ServerSession(454071866)--Connection(2059173725)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.587--ServerSession(454071866)--Connection(2059173725)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.587--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-17 17:54:23.587--ServerSession(454071866)--Connection(2059173725)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.587--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-17 17:54:23.588--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-17 17:54:23.588--ServerSession(454071866)--Connection(1723723902)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.588--ServerSession(454071866)--Connection(1723723902)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.588--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-17 17:54:23.588--ServerSession(454071866)--Connection(1723723902)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.589--UnitOfWork(1943934673)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:23.589--UnitOfWork(1943934673)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:23.589--UnitOfWork(1943934673)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Course )
    [junit] [EL Finest]: 2024-04-17 17:54:23.589--UnitOfWork(1943934673)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="attendees" )
    [junit] [EL Finest]: 2024-04-17 17:54:23.589--ServerSession(454071866)--Connection(1007112297)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.589--ClientSession(105503177)--Connection(1007112297)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.589--ClientSession(105503177)--Connection(1007112297)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.59--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-17 17:54:23.59--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-17 17:54:23.59--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-17 17:54:23.59--ClientSession(105503177)--Connection(1696352031)--Thread(Thread[main,5,main])--DELETE FROM TMP_COURSE WHERE (COURSE_ID = ?)
    [junit] 	bind => [3]
    [junit] [EL Finer]: 2024-04-17 17:54:23.59--ClientSession(105503177)--Connection(1696352031)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.591--ServerSession(454071866)--Connection(1007112297)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.591--UnitOfWork(1943934673)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.591--UnitOfWork(1943934673)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.591--UnitOfWork(1943934673)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.591--ClientSession(105503177)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.591--UnitOfWork(1943934673)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.591--ClientSession(105503177)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.591--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2092275478
    [junit] [EL Finer]: 2024-04-17 17:54:23.591--ClientSession(2092275478)--Thread(Thread[main,5,main])--acquire unit of work: 2065044256
    [junit] [EL Finest]: 2024-04-17 17:54:23.591--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-17 17:54:23.591--ServerSession(454071866)--Connection(827273216)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.591--ServerSession(454071866)--Connection(827273216)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.591--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-17 17:54:23.592--ServerSession(454071866)--Connection(827273216)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:23.6--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 248549685
    [junit] [EL Finer]: 2024-04-17 17:54:23.6--ClientSession(248549685)--Thread(Thread[main,5,main])--acquire unit of work: 432258193
    [junit] [EL Finest]: 2024-04-17 17:54:23.6--UnitOfWork(432258193)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.6--UnitOfWork(432258193)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.6--UnitOfWork(432258193)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:23.6--UnitOfWork(432258193)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:23.6--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-17 17:54:23.6--ServerSession(454071866)--Connection(1581387813)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.6--ClientSession(248549685)--Connection(1581387813)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.6--ClientSession(248549685)--Connection(1581387813)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.601--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-17 17:54:23.601--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-17 17:54:23.601--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-17 17:54:23.601--ClientSession(248549685)--Connection(726186383)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.601--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-17 17:54:23.601--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-17 17:54:23.601--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-17 17:54:23.601--ClientSession(248549685)--Connection(726186383)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.602--ClientSession(248549685)--Connection(726186383)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.602--ServerSession(454071866)--Connection(1581387813)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.602--UnitOfWork(432258193)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.602--UnitOfWork(432258193)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.602--UnitOfWork(432258193)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.602--ClientSession(248549685)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.602--UnitOfWork(432258193)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.602--ClientSession(248549685)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.602--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 409738667
    [junit] [EL Finer]: 2024-04-17 17:54:23.602--ClientSession(409738667)--Thread(Thread[main,5,main])--acquire unit of work: 1980128232
    [junit] [EL Finest]: 2024-04-17 17:54:23.602--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-17 17:54:23.602--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-17 17:54:23.602--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-17 17:54:23.602--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-17 17:54:23.602--ServerSession(454071866)--Connection(1565996565)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.602--ServerSession(454071866)--Connection(1565996565)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.603--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-17 17:54:23.603--ServerSession(454071866)--Connection(1565996565)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.603--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-17 17:54:23.603--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-17 17:54:23.603--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-17 17:54:23.603--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-17 17:54:23.603--ServerSession(454071866)--Connection(2040052638)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.603--ServerSession(454071866)--Connection(2040052638)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.603--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-17 17:54:23.604--ServerSession(454071866)--Connection(2040052638)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.604--UnitOfWork(1980128232)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.604--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-17 17:54:23.604--UnitOfWork(1980128232)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:23.604--UnitOfWork(1980128232)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:23.604--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-17 17:54:23.604--ServerSession(454071866)--Connection(1664723455)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.604--ClientSession(409738667)--Connection(1664723455)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.604--ClientSession(409738667)--Connection(1664723455)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.604--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-17 17:54:23.604--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-17 17:54:23.604--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-17 17:54:23.604--ClientSession(409738667)--Connection(605087333)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE (COURSE_ID) VALUES (?)
    [junit] 	bind => [4]
    [junit] [EL Finest]: 2024-04-17 17:54:23.605--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-17 17:54:23.605--ClientSession(409738667)--Connection(605087333)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.644--ClientSession(409738667)--Connection(605087333)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.644--ClientSession(409738667)--Connection(605087333)--Thread(Thread[main,5,main])--	bind => [43, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:23.644--ClientSession(409738667)--Connection(605087333)--Thread(Thread[main,5,main])--	bind => [44, 4]
    [junit] [EL Finer]: 2024-04-17 17:54:23.644--ClientSession(409738667)--Connection(605087333)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.645--ClientSession(409738667)--Connection(605087333)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.645--ServerSession(454071866)--Connection(1664723455)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.645--UnitOfWork(1980128232)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.645--UnitOfWork(1980128232)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.645--UnitOfWork(1980128232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.645--ClientSession(409738667)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.645--UnitOfWork(1980128232)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.646--ClientSession(409738667)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.646--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 923083492
    [junit] [EL Finer]: 2024-04-17 17:54:23.646--ClientSession(923083492)--Thread(Thread[main,5,main])--acquire unit of work: 623302746
    [junit] [EL Finest]: 2024-04-17 17:54:23.646--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-17 17:54:23.646--ServerSession(454071866)--Connection(319825710)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.646--ServerSession(454071866)--Connection(319825710)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.646--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-17 17:54:23.646--ServerSession(454071866)--Connection(319825710)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.646--UnitOfWork(623302746)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="material" referenceClass=Material )
    [junit] [EL Finest]: 2024-04-17 17:54:23.646--ServerSession(454071866)--Connection(888802111)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.646--ServerSession(454071866)--Connection(888802111)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.646--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-17 17:54:23.647--ServerSession(454071866)--Connection(888802111)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.647--UnitOfWork(623302746)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="course" referenceClass=Course )
    [junit] [EL Finest]: 2024-04-17 17:54:23.647--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-17 17:54:23.647--ServerSession(454071866)--Connection(965315127)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.647--ServerSession(454071866)--Connection(965315127)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.647--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-17 17:54:23.648--ServerSession(454071866)--Connection(965315127)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.648--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-17 17:54:23.648--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-17 17:54:23.648--ServerSession(454071866)--Connection(402755849)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.648--ServerSession(454071866)--Connection(402755849)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.648--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-17 17:54:23.648--ServerSession(454071866)--Connection(402755849)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.648--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-17 17:54:23.648--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-17 17:54:23.648--ServerSession(454071866)--Connection(948793755)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.648--ServerSession(454071866)--Connection(948793755)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.649--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-17 17:54:23.649--ServerSession(454071866)--Connection(948793755)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:23.649--UnitOfWork(623302746)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.649--UnitOfWork(623302746)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.649--UnitOfWork(623302746)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.649--UnitOfWork(623302746)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.649--ClientSession(923083492)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.649--UnitOfWork(623302746)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.649--ClientSession(923083492)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.658--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 559967637
    [junit] [EL Finer]: 2024-04-17 17:54:23.658--ClientSession(559967637)--Thread(Thread[main,5,main])--acquire unit of work: 728819718
    [junit] [EL Finest]: 2024-04-17 17:54:23.658--UnitOfWork(728819718)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.658--UnitOfWork(728819718)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.659--UnitOfWork(728819718)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:23.659--UnitOfWork(728819718)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:23.659--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-17 17:54:23.659--ServerSession(454071866)--Connection(507471558)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.659--ClientSession(559967637)--Connection(507471558)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.659--ClientSession(559967637)--Connection(507471558)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.659--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-17 17:54:23.659--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-17 17:54:23.659--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-17 17:54:23.66--ClientSession(559967637)--Connection(391396628)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.66--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-17 17:54:23.66--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-17 17:54:23.66--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-17 17:54:23.66--ClientSession(559967637)--Connection(391396628)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.66--ClientSession(559967637)--Connection(391396628)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.661--ServerSession(454071866)--Connection(507471558)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.661--UnitOfWork(728819718)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.661--UnitOfWork(728819718)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.661--UnitOfWork(728819718)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.661--ClientSession(559967637)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.661--UnitOfWork(728819718)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.661--ClientSession(559967637)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.661--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 621053594
    [junit] [EL Finer]: 2024-04-17 17:54:23.661--ClientSession(621053594)--Thread(Thread[main,5,main])--acquire unit of work: 328115123
    [junit] [EL Finest]: 2024-04-17 17:54:23.661--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-17 17:54:23.661--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-17 17:54:23.661--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-17 17:54:23.661--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-17 17:54:23.661--ServerSession(454071866)--Connection(1332657017)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.661--ServerSession(454071866)--Connection(1332657017)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.662--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-17 17:54:23.662--ServerSession(454071866)--Connection(1332657017)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.662--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-17 17:54:23.662--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-17 17:54:23.662--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-17 17:54:23.662--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-17 17:54:23.662--ServerSession(454071866)--Connection(566452877)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.662--ServerSession(454071866)--Connection(566452877)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.663--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-17 17:54:23.663--ServerSession(454071866)--Connection(566452877)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.663--UnitOfWork(328115123)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.663--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-17 17:54:23.663--UnitOfWork(328115123)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:23.663--UnitOfWork(328115123)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:23.663--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-17 17:54:23.663--ServerSession(454071866)--Connection(144179002)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.663--ClientSession(621053594)--Connection(144179002)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.664--ClientSession(621053594)--Connection(144179002)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.664--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-17 17:54:23.664--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-17 17:54:23.664--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-17 17:54:23.664--ClientSession(621053594)--Connection(1963915749)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE (COURSE_ID) VALUES (?)
    [junit] 	bind => [5]
    [junit] [EL Finest]: 2024-04-17 17:54:23.664--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-17 17:54:23.664--ClientSession(621053594)--Connection(1963915749)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.664--ClientSession(621053594)--Connection(1963915749)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.664--ClientSession(621053594)--Connection(1963915749)--Thread(Thread[main,5,main])--	bind => [43, 5]
    [junit] [EL Fine]: 2024-04-17 17:54:23.664--ClientSession(621053594)--Connection(1963915749)--Thread(Thread[main,5,main])--	bind => [44, 5]
    [junit] [EL Finer]: 2024-04-17 17:54:23.664--ClientSession(621053594)--Connection(1963915749)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.665--ClientSession(621053594)--Connection(1963915749)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.665--ServerSession(454071866)--Connection(144179002)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.665--UnitOfWork(328115123)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.665--UnitOfWork(328115123)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.665--UnitOfWork(328115123)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.665--ClientSession(621053594)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.665--UnitOfWork(328115123)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.665--ClientSession(621053594)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.665--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1944067111
    [junit] [EL Finer]: 2024-04-17 17:54:23.665--ClientSession(1944067111)--Thread(Thread[main,5,main])--acquire unit of work: 2100591314
    [junit] [EL Finest]: 2024-04-17 17:54:23.665--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-17 17:54:23.666--ServerSession(454071866)--Connection(1770349370)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.666--ServerSession(454071866)--Connection(1770349370)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.666--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-17 17:54:23.666--ServerSession(454071866)--Connection(1770349370)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.666--UnitOfWork(2100591314)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="material" referenceClass=Material )
    [junit] [EL Finest]: 2024-04-17 17:54:23.666--ServerSession(454071866)--Connection(1867448169)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.666--ServerSession(454071866)--Connection(1867448169)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.666--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-17 17:54:23.666--ServerSession(454071866)--Connection(1867448169)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.666--UnitOfWork(2100591314)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="course" referenceClass=Course )
    [junit] [EL Finest]: 2024-04-17 17:54:23.667--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-17 17:54:23.667--ServerSession(454071866)--Connection(663985858)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.667--ServerSession(454071866)--Connection(663985858)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.667--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-17 17:54:23.668--ServerSession(454071866)--Connection(663985858)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.668--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-17 17:54:23.668--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-17 17:54:23.668--ServerSession(454071866)--Connection(1850575372)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.668--ServerSession(454071866)--Connection(1850575372)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.668--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-17 17:54:23.668--ServerSession(454071866)--Connection(1850575372)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.668--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-17 17:54:23.668--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-17 17:54:23.669--ServerSession(454071866)--Connection(122861681)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.669--ServerSession(454071866)--Connection(122861681)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.669--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-17 17:54:23.669--ServerSession(454071866)--Connection(122861681)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.669--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-17 17:54:23.67--UnitOfWork(2100591314)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:23.67--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-17 17:54:23.67--UnitOfWork(2100591314)--Thread(Thread[main,5,main])--Execute query DataModifyQuery()
    [junit] [EL Finest]: 2024-04-17 17:54:23.67--ServerSession(454071866)--Connection(1053496634)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.67--ClientSession(1944067111)--Connection(1053496634)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.67--ClientSession(1944067111)--Connection(1053496634)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.67--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-17 17:54:23.671--ClientSession(1944067111)--Connection(867057870)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.671--ServerSession(454071866)--Connection(1053496634)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.671--UnitOfWork(2100591314)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.671--UnitOfWork(2100591314)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.671--UnitOfWork(2100591314)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.671--ClientSession(1944067111)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.671--UnitOfWork(2100591314)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.671--ClientSession(1944067111)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.671--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1693216057
    [junit] [EL Finer]: 2024-04-17 17:54:23.671--ClientSession(1693216057)--Thread(Thread[main,5,main])--acquire unit of work: 40425051
    [junit] [EL Finest]: 2024-04-17 17:54:23.671--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-17 17:54:23.671--ServerSession(454071866)--Connection(1124159208)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.671--ServerSession(454071866)--Connection(1124159208)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.671--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-17 17:54:23.672--ServerSession(454071866)--Connection(1124159208)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.672--UnitOfWork(40425051)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="material" referenceClass=Material )
    [junit] [EL Finest]: 2024-04-17 17:54:23.672--ServerSession(454071866)--Connection(1021000466)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.672--ServerSession(454071866)--Connection(1021000466)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.672--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-17 17:54:23.672--ServerSession(454071866)--Connection(1021000466)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.673--UnitOfWork(40425051)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="course" referenceClass=Course )
    [junit] [EL Finest]: 2024-04-17 17:54:23.673--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-17 17:54:23.673--ServerSession(454071866)--Connection(1264308353)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.673--ServerSession(454071866)--Connection(1264308353)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.673--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-17 17:54:23.674--ServerSession(454071866)--Connection(1264308353)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.674--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-17 17:54:23.674--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-17 17:54:23.674--ServerSession(454071866)--Connection(126292554)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.674--ServerSession(454071866)--Connection(126292554)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.674--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-17 17:54:23.674--ServerSession(454071866)--Connection(126292554)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:23.684--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 471978974
    [junit] [EL Finer]: 2024-04-17 17:54:23.685--ClientSession(471978974)--Thread(Thread[main,5,main])--acquire unit of work: 987552704
    [junit] [EL Finest]: 2024-04-17 17:54:23.685--UnitOfWork(987552704)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.685--UnitOfWork(987552704)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.685--UnitOfWork(987552704)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:23.685--UnitOfWork(987552704)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:23.685--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-17 17:54:23.685--ServerSession(454071866)--Connection(571313195)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.685--ClientSession(471978974)--Connection(571313195)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.685--ClientSession(471978974)--Connection(571313195)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.685--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-17 17:54:23.685--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-17 17:54:23.686--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-17 17:54:23.686--ClientSession(471978974)--Connection(974661879)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.686--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-17 17:54:23.686--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-17 17:54:23.686--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-17 17:54:23.686--ClientSession(471978974)--Connection(974661879)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.686--ClientSession(471978974)--Connection(974661879)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.687--ServerSession(454071866)--Connection(571313195)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.687--UnitOfWork(987552704)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.687--UnitOfWork(987552704)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.687--UnitOfWork(987552704)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.687--ClientSession(471978974)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.687--UnitOfWork(987552704)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.687--ClientSession(471978974)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.687--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1171461806
    [junit] [EL Finer]: 2024-04-17 17:54:23.687--ClientSession(1171461806)--Thread(Thread[main,5,main])--acquire unit of work: 1048035699
    [junit] [EL Finest]: 2024-04-17 17:54:23.687--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-17 17:54:23.687--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-17 17:54:23.687--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-17 17:54:23.687--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-17 17:54:23.688--ServerSession(454071866)--Connection(772590024)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.688--ServerSession(454071866)--Connection(772590024)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.688--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-17 17:54:23.688--ServerSession(454071866)--Connection(772590024)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.688--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-17 17:54:23.688--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-17 17:54:23.688--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-17 17:54:23.688--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-17 17:54:23.688--ServerSession(454071866)--Connection(311334770)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.689--ServerSession(454071866)--Connection(311334770)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.689--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-17 17:54:23.689--ServerSession(454071866)--Connection(311334770)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.689--UnitOfWork(1048035699)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.689--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-17 17:54:23.689--UnitOfWork(1048035699)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:23.689--UnitOfWork(1048035699)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:23.689--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-17 17:54:23.689--ServerSession(454071866)--Connection(275199537)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.69--ClientSession(1171461806)--Connection(275199537)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.69--ClientSession(1171461806)--Connection(275199537)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.69--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-17 17:54:23.69--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-17 17:54:23.69--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-17 17:54:23.69--ClientSession(1171461806)--Connection(1288185351)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE (COURSE_ID) VALUES (?)
    [junit] 	bind => [6]
    [junit] [EL Finest]: 2024-04-17 17:54:23.69--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-17 17:54:23.69--ClientSession(1171461806)--Connection(1288185351)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.69--ClientSession(1171461806)--Connection(1288185351)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.69--ClientSession(1171461806)--Connection(1288185351)--Thread(Thread[main,5,main])--	bind => [43, 6]
    [junit] [EL Fine]: 2024-04-17 17:54:23.69--ClientSession(1171461806)--Connection(1288185351)--Thread(Thread[main,5,main])--	bind => [44, 6]
    [junit] [EL Finer]: 2024-04-17 17:54:23.69--ClientSession(1171461806)--Connection(1288185351)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.691--ClientSession(1171461806)--Connection(1288185351)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.691--ServerSession(454071866)--Connection(275199537)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.691--UnitOfWork(1048035699)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.691--UnitOfWork(1048035699)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.691--UnitOfWork(1048035699)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.691--ClientSession(1171461806)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.691--UnitOfWork(1048035699)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.691--ClientSession(1171461806)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.691--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 701513664
    [junit] [EL Finer]: 2024-04-17 17:54:23.691--ClientSession(701513664)--Thread(Thread[main,5,main])--acquire unit of work: 1112318065
    [junit] [EL Finest]: 2024-04-17 17:54:23.691--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-17 17:54:23.692--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-17 17:54:23.692--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-17 17:54:23.692--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-17 17:54:23.692--ServerSession(454071866)--Connection(942561250)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.692--ServerSession(454071866)--Connection(942561250)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.692--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-17 17:54:23.692--ServerSession(454071866)--Connection(942561250)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.692--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-17 17:54:23.692--UnitOfWork(1112318065)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Course )
    [junit] [EL Finest]: 2024-04-17 17:54:23.693--ServerSession(454071866)--Connection(980415668)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.693--ServerSession(454071866)--Connection(980415668)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.693--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-17 17:54:23.693--ServerSession(454071866)--Connection(980415668)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.693--UnitOfWork(1112318065)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="material" referenceClass=Material )
    [junit] [EL Finest]: 2024-04-17 17:54:23.693--ServerSession(454071866)--Connection(1479904275)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.693--ServerSession(454071866)--Connection(1479904275)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.693--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-17 17:54:23.694--ServerSession(454071866)--Connection(1479904275)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.694--UnitOfWork(1112318065)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="course" referenceClass=Course )
    [junit] [EL Finest]: 2024-04-17 17:54:23.694--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-17 17:54:23.694--ServerSession(454071866)--Connection(1647072210)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.694--ServerSession(454071866)--Connection(1647072210)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.694--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-17 17:54:23.694--ServerSession(454071866)--Connection(1647072210)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.694--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-17 17:54:23.694--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-17 17:54:23.695--ServerSession(454071866)--Connection(475496220)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.695--ServerSession(454071866)--Connection(475496220)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.695--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-17 17:54:23.695--ServerSession(454071866)--Connection(475496220)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:23.695--UnitOfWork(1112318065)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:23.695--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-17 17:54:23.695--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-17 17:54:23.696--ServerSession(454071866)--Connection(743852822)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.696--ClientSession(701513664)--Connection(743852822)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.696--ClientSession(701513664)--Connection(743852822)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.696--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-17 17:54:23.696--ClientSession(701513664)--Connection(1027064717)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.696--ServerSession(454071866)--Connection(743852822)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.696--UnitOfWork(1112318065)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.696--UnitOfWork(1112318065)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.696--UnitOfWork(1112318065)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.696--ClientSession(701513664)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.696--UnitOfWork(1112318065)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.697--ClientSession(701513664)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.697--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1383919946
    [junit] [EL Finer]: 2024-04-17 17:54:23.697--ClientSession(1383919946)--Thread(Thread[main,5,main])--acquire unit of work: 1290542824
    [junit] [EL Finest]: 2024-04-17 17:54:23.697--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-17 17:54:23.697--ServerSession(454071866)--Connection(1329895251)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.697--ServerSession(454071866)--Connection(1329895251)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.697--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-17 17:54:23.697--ServerSession(454071866)--Connection(1329895251)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.697--UnitOfWork(1290542824)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="material" referenceClass=Material )
    [junit] [EL Finest]: 2024-04-17 17:54:23.697--ServerSession(454071866)--Connection(1288007780)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.697--ServerSession(454071866)--Connection(1288007780)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.697--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-17 17:54:23.698--ServerSession(454071866)--Connection(1288007780)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.698--UnitOfWork(1290542824)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="course" referenceClass=Course )
    [junit] [EL Finest]: 2024-04-17 17:54:23.698--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-17 17:54:23.698--ServerSession(454071866)--Connection(659845181)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.698--ServerSession(454071866)--Connection(659845181)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.698--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-17 17:54:23.698--ServerSession(454071866)--Connection(659845181)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.698--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-17 17:54:23.698--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-17 17:54:23.698--ServerSession(454071866)--Connection(148443202)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.699--ServerSession(454071866)--Connection(148443202)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.699--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-17 17:54:23.699--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.186 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestMap
    [junit] [EL Finer]: 2024-04-17 17:54:23.715--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1429516220
    [junit] [EL Finer]: 2024-04-17 17:54:23.715--ClientSession(1429516220)--Thread(Thread[main,5,main])--acquire unit of work: 1862270219
    [junit] [EL Finest]: 2024-04-17 17:54:23.715--UnitOfWork(1862270219)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.715--UnitOfWork(1862270219)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.715--UnitOfWork(1862270219)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.715--UnitOfWork(1862270219)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.715--UnitOfWork(1862270219)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.715--UnitOfWork(1862270219)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.715--UnitOfWork(1862270219)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.715--UnitOfWork(1862270219)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:23.716--UnitOfWork(1862270219)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:23.716--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-17 17:54:23.716--ServerSession(454071866)--Connection(1546009607)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.716--ClientSession(1429516220)--Connection(1546009607)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.716--ClientSession(1429516220)--Connection(1546009607)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.717--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-17 17:54:23.717--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-17 17:54:23.717--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-17 17:54:23.717--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-17 17:54:23.717--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-17 17:54:23.717--ClientSession(1429516220)--Connection(1963263385)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.717--ClientSession(1429516220)--Connection(1963263385)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.717--ClientSession(1429516220)--Connection(1963263385)--Thread(Thread[main,5,main])--	bind => [1, 11, green]
    [junit] [EL Fine]: 2024-04-17 17:54:23.717--ClientSession(1429516220)--Connection(1963263385)--Thread(Thread[main,5,main])--	bind => [2, 12, blue]
    [junit] [EL Fine]: 2024-04-17 17:54:23.717--ClientSession(1429516220)--Connection(1963263385)--Thread(Thread[main,5,main])--	bind => [0, 10, red]
    [junit] [EL Finer]: 2024-04-17 17:54:23.717--ClientSession(1429516220)--Connection(1963263385)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.717--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-17 17:54:23.718--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-17 17:54:23.718--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-17 17:54:23.718--ClientSession(1429516220)--Connection(1963263385)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.718--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-17 17:54:23.718--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-17 17:54:23.718--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-17 17:54:23.718--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-17 17:54:23.718--ClientSession(1429516220)--Connection(1963263385)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.718--ClientSession(1429516220)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="cubicles" )
    [junit] [EL Fine]: 2024-04-17 17:54:23.719--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-17 17:54:23.719--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-17 17:54:23.719--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-17 17:54:23.72--ClientSession(1429516220)--Connection(1963263385)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.72--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-17 17:54:23.72--ClientSession(1429516220)--Connection(1963263385)--Thread(Thread[main,5,main])--	bind => [10, 0, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:23.72--ClientSession(1429516220)--Connection(1963263385)--Thread(Thread[main,5,main])--	bind => [11, 1, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:23.72--ClientSession(1429516220)--Connection(1963263385)--Thread(Thread[main,5,main])--	bind => [12, 2, 3]
    [junit] [EL Finer]: 2024-04-17 17:54:23.72--ClientSession(1429516220)--Connection(1963263385)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.72--ClientSession(1429516220)--Connection(1963263385)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.72--ServerSession(454071866)--Connection(1546009607)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.721--UnitOfWork(1862270219)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.721--UnitOfWork(1862270219)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.721--UnitOfWork(1862270219)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.721--ClientSession(1429516220)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.721--UnitOfWork(1862270219)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.721--ClientSession(1429516220)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.721--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1394215107
    [junit] [EL Finer]: 2024-04-17 17:54:23.721--ClientSession(1394215107)--Thread(Thread[main,5,main])--acquire unit of work: 1004277845
    [junit] [EL Finest]: 2024-04-17 17:54:23.721--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-17 17:54:23.749--ServerSession(454071866)--Connection(1957457299)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.749--ServerSession(454071866)--Connection(1957457299)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.749--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-17 17:54:23.749--ServerSession(454071866)--Connection(1957457299)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.75--UnitOfWork(1004277845)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="cubicles" referenceClass=Cubicle )
    [junit] [EL Finest]: 2024-04-17 17:54:23.75--ServerSession(454071866)--Connection(546329259)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.75--ServerSession(454071866)--Connection(546329259)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.751--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-17 17:54:23.751--ServerSession(454071866)--Connection(546329259)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.751--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-17 17:54:23.751--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-17 17:54:23.751--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-17 17:54:23.752--ServerSession(454071866)--Connection(547412986)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.752--ServerSession(454071866)--Connection(547412986)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.752--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-17 17:54:23.752--ServerSession(454071866)--Connection(547412986)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.752--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-17 17:54:23.752--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-17 17:54:23.752--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-17 17:54:23.752--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-17 17:54:23.752--ServerSession(454071866)--Connection(295035829)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.752--ServerSession(454071866)--Connection(295035829)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.753--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-17 17:54:23.753--ServerSession(454071866)--Connection(295035829)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.753--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-17 17:54:23.753--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-17 17:54:23.753--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-17 17:54:23.753--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-17 17:54:23.753--ServerSession(454071866)--Connection(2021381715)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.753--ServerSession(454071866)--Connection(2021381715)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.753--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-17 17:54:23.754--ServerSession(454071866)--Connection(2021381715)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.754--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-17 17:54:23.754--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-17 17:54:23.754--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-17 17:54:23.754--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-17 17:54:23.755--UnitOfWork(1004277845)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:23.756--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-17 17:54:23.756--UnitOfWork(1004277845)--Thread(Thread[main,5,main])--Execute query DataModifyQuery()
    [junit] [EL Finest]: 2024-04-17 17:54:23.756--ServerSession(454071866)--Connection(1709644006)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.756--ClientSession(1394215107)--Connection(1709644006)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.756--ClientSession(1394215107)--Connection(1709644006)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.756--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-17 17:54:23.757--ClientSession(1394215107)--Connection(590537304)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.757--ServerSession(454071866)--Connection(1709644006)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.757--UnitOfWork(1004277845)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.757--UnitOfWork(1004277845)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.757--UnitOfWork(1004277845)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.757--ClientSession(1394215107)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.757--UnitOfWork(1004277845)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.757--ClientSession(1394215107)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.757--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 857345652
    [junit] [EL Finer]: 2024-04-17 17:54:23.757--ClientSession(857345652)--Thread(Thread[main,5,main])--acquire unit of work: 1860632793
    [junit] [EL Finest]: 2024-04-17 17:54:23.757--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-17 17:54:23.757--ServerSession(454071866)--Connection(1525882751)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.757--ServerSession(454071866)--Connection(1525882751)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.757--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-17 17:54:23.758--ServerSession(454071866)--Connection(1525882751)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.758--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-17 17:54:23.758--ServerSession(454071866)--Connection(1627885365)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.758--ServerSession(454071866)--Connection(1627885365)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.758--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-17 17:54:23.758--ServerSession(454071866)--Connection(1627885365)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.758--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-17 17:54:23.758--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-17 17:54:23.758--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-17 17:54:23.758--ServerSession(454071866)--Connection(1428581291)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.758--ServerSession(454071866)--Connection(1428581291)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.759--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-17 17:54:23.759--ServerSession(454071866)--Connection(1428581291)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.759--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-17 17:54:23.759--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-17 17:54:23.759--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-17 17:54:23.759--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-17 17:54:23.759--ServerSession(454071866)--Connection(1347600860)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.759--ServerSession(454071866)--Connection(1347600860)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.759--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-17 17:54:23.76--ServerSession(454071866)--Connection(1347600860)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.76--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-17 17:54:23.76--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-17 17:54:23.76--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-17 17:54:23.76--UnitOfWork(1860632793)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.76--UnitOfWork(1860632793)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.76--UnitOfWork(1860632793)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.76--UnitOfWork(1860632793)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.76--ClientSession(857345652)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.76--UnitOfWork(1860632793)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.76--ClientSession(857345652)--Thread(Thread[main,5,main])--client released
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.057 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestMultipleRelationships
    [junit] [EL Finer]: 2024-04-17 17:54:23.782--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2108122849
    [junit] [EL Finer]: 2024-04-17 17:54:23.782--ClientSession(2108122849)--Thread(Thread[main,5,main])--acquire unit of work: 1144725132
    [junit] [EL Finest]: 2024-04-17 17:54:23.782--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.782--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.782--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-17 17:54:23.782--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.782--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-17 17:54:23.782--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.782--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-17 17:54:23.782--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.782--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-17 17:54:23.782--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.782--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-17 17:54:23.782--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.783--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.783--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.783--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.783--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.783--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.783--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.783--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.783--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:23.783--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:23.783--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-17 17:54:23.783--ServerSession(454071866)--Connection(1042292342)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.783--ClientSession(2108122849)--Connection(1042292342)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.783--ClientSession(2108122849)--Connection(1042292342)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.783--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-17 17:54:23.783--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-17 17:54:23.784--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-17 17:54:23.784--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-17 17:54:23.784--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.784--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-17 17:54:23.784--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-17 17:54:23.784--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-17 17:54:23.784--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.785--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-17 17:54:23.785--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-17 17:54:23.785--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-17 17:54:23.785--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-17 17:54:23.785--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.785--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-17 17:54:23.785--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--	bind => [1879-11-05, artificial light source, 1879, light bulb]
    [junit] [EL Fine]: 2024-04-17 17:54:23.785--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--	bind => [1888-03-17, alternating current, 1888, alternating current]
    [junit] [EL Fine]: 2024-04-17 17:54:23.785--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--	bind => [1877-01-13, simple voice recorder, 1877, phonograph]
    [junit] [EL Fine]: 2024-04-17 17:54:23.785--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--	bind => [1922-11-11, flying machine, 1922, helicopter]
    [junit] [EL Finer]: 2024-04-17 17:54:23.785--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.786--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-17 17:54:23.786--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-17 17:54:23.786--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-17 17:54:23.786--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-17 17:54:23.786--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-17 17:54:23.786--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.786--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.786--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--	bind => [232, Erbsen z?hlen]
    [junit] [EL Fine]: 2024-04-17 17:54:23.786--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--	bind => [233, Eclipse linken]
    [junit] [EL Fine]: 2024-04-17 17:54:23.786--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--	bind => [229, G?rteltiere puhlen]
    [junit] [EL Fine]: 2024-04-17 17:54:23.786--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--	bind => [230, B?uche pinseln]
    [junit] [EL Fine]: 2024-04-17 17:54:23.786--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--	bind => [231, Zitronen falten]
    [junit] [EL Finer]: 2024-04-17 17:54:23.786--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.787--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-17 17:54:23.787--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-17 17:54:23.787--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.787--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.787--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--	bind => [3, 2005-10-09, proficiency, 1, Review]
    [junit] [EL Fine]: 2024-04-17 17:54:23.787--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--	bind => [2, 2005-10-08, passion, 1, Review]
    [junit] [EL Fine]: 2024-04-17 17:54:23.787--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--	bind => [1, 2005-10-07, performance, 1, Review]
    [junit] [EL Finer]: 2024-04-17 17:54:23.787--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.788--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.788--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-17 17:54:23.788--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--	bind => [1, 0, 232]
    [junit] [EL Fine]: 2024-04-17 17:54:23.788--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--	bind => [1, 0, 233]
    [junit] [EL Fine]: 2024-04-17 17:54:23.788--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--	bind => [1, 0, 229]
    [junit] [EL Fine]: 2024-04-17 17:54:23.788--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--	bind => [1, 0, 230]
    [junit] [EL Fine]: 2024-04-17 17:54:23.788--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--	bind => [1, 0, 231]
    [junit] [EL Finer]: 2024-04-17 17:54:23.788--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.789--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-17 17:54:23.789--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.789--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.789--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--	bind => [0, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:23.789--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--	bind => [0, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:23.789--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--	bind => [0, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:23.789--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.79--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-17 17:54:23.79--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-17 17:54:23.79--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-17 17:54:23.79--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-17 17:54:23.79--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.79--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-17 17:54:23.79--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--	bind => [phonograph, 1877, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:23.79--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--	bind => [alternating current, 1888, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:23.79--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--	bind => [light bulb, 1879, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:23.79--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--	bind => [phonograph, 1877, 2]
    [junit] [EL Finer]: 2024-04-17 17:54:23.79--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.791--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-17 17:54:23.791--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-17 17:54:23.791--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-17 17:54:23.791--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-17 17:54:23.791--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-17 17:54:23.791--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.791--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.791--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--	bind => [230, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:23.791--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--	bind => [231, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:23.791--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--	bind => [229, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:23.791--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--	bind => [231, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:23.791--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--	bind => [232, 2]
    [junit] [EL Finer]: 2024-04-17 17:54:23.791--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.792--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-17 17:54:23.792--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-17 17:54:23.792--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.792--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.792--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--	bind => [1, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:23.792--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--	bind => [2, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:23.792--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--	bind => [3, 2]
    [junit] [EL Finer]: 2024-04-17 17:54:23.792--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.793--ClientSession(2108122849)--Connection(76095502)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.793--ServerSession(454071866)--Connection(1042292342)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.793--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.793--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.793--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.794--ClientSession(2108122849)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.794--UnitOfWork(1144725132)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.794--ClientSession(2108122849)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.794--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2120330289
    [junit] [EL Finer]: 2024-04-17 17:54:23.794--ClientSession(2120330289)--Thread(Thread[main,5,main])--acquire unit of work: 1621668603
    [junit] [EL Finest]: 2024-04-17 17:54:23.794--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-17 17:54:23.794--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-17 17:54:23.794--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-17 17:54:23.794--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-17 17:54:23.794--ServerSession(454071866)--Connection(1358116912)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.794--ServerSession(454071866)--Connection(1358116912)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.794--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-17 17:54:23.795--ServerSession(454071866)--Connection(1358116912)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.795--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-17 17:54:23.795--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-17 17:54:23.795--UnitOfWork(1621668603)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:23.795--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-17 17:54:23.795--UnitOfWork(1621668603)--Thread(Thread[main,5,main])--Execute query DataModifyQuery()
    [junit] [EL Finest]: 2024-04-17 17:54:23.796--ServerSession(454071866)--Connection(1571139213)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.796--ClientSession(2120330289)--Connection(1571139213)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.796--ClientSession(2120330289)--Connection(1571139213)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.796--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-17 17:54:23.796--ClientSession(2120330289)--Connection(835446552)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.796--ServerSession(454071866)--Connection(1571139213)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.797--UnitOfWork(1621668603)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.797--UnitOfWork(1621668603)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.797--UnitOfWork(1621668603)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.797--ClientSession(2120330289)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.797--UnitOfWork(1621668603)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.797--ClientSession(2120330289)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.797--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1755228778
    [junit] [EL Finer]: 2024-04-17 17:54:23.797--ClientSession(1755228778)--Thread(Thread[main,5,main])--acquire unit of work: 406827058
    [junit] [EL Finest]: 2024-04-17 17:54:23.797--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-17 17:54:23.797--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-17 17:54:23.797--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-17 17:54:23.797--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-17 17:54:23.797--ServerSession(454071866)--Connection(570930844)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.797--ServerSession(454071866)--Connection(570930844)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.797--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-17 17:54:23.798--ServerSession(454071866)--Connection(570930844)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.798--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-17 17:54:23.798--ServerSession(454071866)--Connection(557898524)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.798--ServerSession(454071866)--Connection(557898524)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.798--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-17 17:54:23.798--ServerSession(454071866)--Connection(557898524)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.799--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-17 17:54:23.799--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-17 17:54:23.799--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-17 17:54:23.799--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-17 17:54:23.799--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-17 17:54:23.799--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-17 17:54:23.799--UnitOfWork(406827058)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.799--ClientSession(1755228778)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.817--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1054807547
    [junit] [EL Finer]: 2024-04-17 17:54:23.817--ClientSession(1054807547)--Thread(Thread[main,5,main])--acquire unit of work: 1485945651
    [junit] [EL Finest]: 2024-04-17 17:54:23.818--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.818--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.818--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.818--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.818--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.818--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.818--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.818--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.818--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.818--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.818--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.818--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.818--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.818--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.818--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:23.818--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:23.818--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-17 17:54:23.818--ServerSession(454071866)--Connection(1611007335)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.818--ClientSession(1054807547)--Connection(1611007335)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.819--ClientSession(1054807547)--Connection(1611007335)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.819--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-17 17:54:23.819--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-17 17:54:23.819--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-17 17:54:23.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-17 17:54:23.819--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.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-17 17:54:23.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-17 17:54:23.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-17 17:54:23.819--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.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-17 17:54:23.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-17 17:54:23.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-17 17:54:23.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-17 17:54:23.82--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.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-17 17:54:23.82--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--	bind => [1888-03-17, alternating current, 1888, alternating current]
    [junit] [EL Fine]: 2024-04-17 17:54:23.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-17 17:54:23.82--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--	bind => [1877-01-13, simple voice recorder, 1877, phonograph]
    [junit] [EL Fine]: 2024-04-17 17:54:23.82--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--	bind => [1922-11-11, flying machine, 1922, helicopter]
    [junit] [EL Finer]: 2024-04-17 17:54:23.82--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.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-17 17:54:23.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-17 17:54:23.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-17 17:54:23.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-17 17:54:23.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-17 17:54:23.821--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.821--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.822--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--	bind => [232, Erbsen z?hlen]
    [junit] [EL Fine]: 2024-04-17 17:54:23.822--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--	bind => [233, Eclipse linken]
    [junit] [EL Fine]: 2024-04-17 17:54:23.822--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--	bind => [230, B?uche pinseln]
    [junit] [EL Fine]: 2024-04-17 17:54:23.822--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--	bind => [231, Zitronen falten]
    [junit] [EL Fine]: 2024-04-17 17:54:23.822--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--	bind => [229, G?rteltiere puhlen]
    [junit] [EL Finer]: 2024-04-17 17:54:23.822--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.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-17 17:54:23.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-17 17:54:23.822--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.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-17 17:54:23.823--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--	bind => [2, 2005-10-08, passion, 1, Review]
    [junit] [EL Fine]: 2024-04-17 17:54:23.823--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--	bind => [1, 2005-10-07, performance, 1, Review]
    [junit] [EL Fine]: 2024-04-17 17:54:23.823--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--	bind => [3, 2005-10-09, proficiency, 1, Review]
    [junit] [EL Finer]: 2024-04-17 17:54:23.823--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.823--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.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-17 17:54:23.823--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--	bind => [1, 0, 232]
    [junit] [EL Fine]: 2024-04-17 17:54:23.823--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--	bind => [1, 0, 233]
    [junit] [EL Fine]: 2024-04-17 17:54:23.823--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--	bind => [1, 0, 230]
    [junit] [EL Fine]: 2024-04-17 17:54:23.823--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--	bind => [1, 0, 231]
    [junit] [EL Fine]: 2024-04-17 17:54:23.823--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--	bind => [1, 0, 229]
    [junit] [EL Finer]: 2024-04-17 17:54:23.823--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.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 Finer]: 2024-04-17 17:54:23.824--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.824--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.824--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--	bind => [0, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:23.824--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--	bind => [0, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:23.824--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--	bind => [0, 3]
    [junit] [EL Finer]: 2024-04-17 17:54:23.824--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.825--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-17 17:54:23.825--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-17 17:54:23.825--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-17 17:54:23.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 Finer]: 2024-04-17 17:54:23.825--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.825--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-17 17:54:23.825--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--	bind => [phonograph, 1877, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:23.825--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--	bind => [alternating current, 1888, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:23.825--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--	bind => [light bulb, 1879, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:23.825--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--	bind => [phonograph, 1877, 2]
    [junit] [EL Finer]: 2024-04-17 17:54:23.825--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.826--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-17 17:54:23.826--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-17 17:54:23.826--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-17 17:54:23.826--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-17 17:54:23.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-17 17:54:23.826--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.826--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.826--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--	bind => [230, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:23.826--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--	bind => [231, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:23.826--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--	bind => [229, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:23.826--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--	bind => [231, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:23.826--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--	bind => [232, 2]
    [junit] [EL Finer]: 2024-04-17 17:54:23.826--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.827--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-17 17:54:23.827--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-17 17:54:23.827--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.827--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.827--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--	bind => [1, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:23.827--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--	bind => [2, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:23.827--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--	bind => [3, 2]
    [junit] [EL Finer]: 2024-04-17 17:54:23.827--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.827--ClientSession(1054807547)--Connection(62234604)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.828--ServerSession(454071866)--Connection(1611007335)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.828--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.828--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.828--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.828--ClientSession(1054807547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.828--UnitOfWork(1485945651)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.828--ClientSession(1054807547)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.828--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1339520961
    [junit] [EL Finer]: 2024-04-17 17:54:23.828--ClientSession(1339520961)--Thread(Thread[main,5,main])--acquire unit of work: 296829429
    [junit] [EL Finest]: 2024-04-17 17:54:23.828--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-17 17:54:23.828--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-17 17:54:23.828--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-17 17:54:23.828--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-17 17:54:23.828--ServerSession(454071866)--Connection(524430470)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.828--ServerSession(454071866)--Connection(524430470)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.829--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-17 17:54:23.829--ServerSession(454071866)--Connection(524430470)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.829--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-17 17:54:23.829--ServerSession(454071866)--Connection(1151293575)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.829--ServerSession(454071866)--Connection(1151293575)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.829--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-17 17:54:23.83--ServerSession(454071866)--Connection(1151293575)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.83--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-17 17:54:23.83--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-17 17:54:23.83--UnitOfWork(296829429)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:23.854--UnitOfWork(296829429)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Review )
    [junit] [EL Finest]: 2024-04-17 17:54:23.854--ServerSession(454071866)--Connection(748104388)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.854--ServerSession(454071866)--Connection(748104388)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.855--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-17 17:54:23.855--ServerSession(454071866)--Connection(748104388)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.855--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-17 17:54:23.855--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-17 17:54:23.855--ServerSession(454071866)--Connection(1983236161)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.855--ClientSession(1339520961)--Connection(1983236161)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.855--ClientSession(1339520961)--Connection(1983236161)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.856--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-17 17:54:23.856--ClientSession(1339520961)--Connection(1667304777)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.856--ServerSession(454071866)--Connection(1983236161)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.856--UnitOfWork(296829429)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.856--UnitOfWork(296829429)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.856--UnitOfWork(296829429)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.856--ClientSession(1339520961)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.856--UnitOfWork(296829429)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.856--ClientSession(1339520961)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.856--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 997331115
    [junit] [EL Finer]: 2024-04-17 17:54:23.856--ClientSession(997331115)--Thread(Thread[main,5,main])--acquire unit of work: 1675472964
    [junit] [EL Finest]: 2024-04-17 17:54:23.856--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-17 17:54:23.856--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-17 17:54:23.856--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-17 17:54:23.857--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-17 17:54:23.857--ServerSession(454071866)--Connection(2098451555)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.857--ServerSession(454071866)--Connection(2098451555)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.857--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-17 17:54:23.857--ServerSession(454071866)--Connection(2098451555)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.857--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-17 17:54:23.857--ServerSession(454071866)--Connection(971092549)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.857--ServerSession(454071866)--Connection(971092549)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.857--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-17 17:54:23.858--ServerSession(454071866)--Connection(971092549)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.858--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-17 17:54:23.858--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-17 17:54:23.858--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-17 17:54:23.858--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-17 17:54:23.858--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-17 17:54:23.858--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-17 17:54:23.858--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-17 17:54:23.858--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-17 17:54:23.858--UnitOfWork(1675472964)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.858--ClientSession(997331115)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.876--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1554085806
    [junit] [EL Finer]: 2024-04-17 17:54:23.876--ClientSession(1554085806)--Thread(Thread[main,5,main])--acquire unit of work: 914995351
    [junit] [EL Finest]: 2024-04-17 17:54:23.876--UnitOfWork(914995351)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.876--UnitOfWork(914995351)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.876--UnitOfWork(914995351)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.876--UnitOfWork(914995351)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.876--UnitOfWork(914995351)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.876--UnitOfWork(914995351)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.876--UnitOfWork(914995351)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.876--UnitOfWork(914995351)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.876--UnitOfWork(914995351)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.876--UnitOfWork(914995351)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.876--UnitOfWork(914995351)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.876--UnitOfWork(914995351)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.876--UnitOfWork(914995351)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.876--UnitOfWork(914995351)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.877--UnitOfWork(914995351)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:23.877--UnitOfWork(914995351)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:23.877--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-17 17:54:23.877--ServerSession(454071866)--Connection(1683484394)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.877--ClientSession(1554085806)--Connection(1683484394)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.877--ClientSession(1554085806)--Connection(1683484394)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.877--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-17 17:54:23.877--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-17 17:54:23.878--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-17 17:54:23.878--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-17 17:54:23.878--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.878--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-17 17:54:23.878--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-17 17:54:23.878--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-17 17:54:23.878--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.879--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-17 17:54:23.879--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-17 17:54:23.879--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-17 17:54:23.879--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-17 17:54:23.879--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.879--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-17 17:54:23.88--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--	bind => [1879-11-05, artificial light source, 1879, light bulb]
    [junit] [EL Fine]: 2024-04-17 17:54:23.88--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--	bind => [1877-01-13, simple voice recorder, 1877, phonograph]
    [junit] [EL Fine]: 2024-04-17 17:54:23.88--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--	bind => [1888-03-17, alternating current, 1888, alternating current]
    [junit] [EL Fine]: 2024-04-17 17:54:23.88--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--	bind => [1922-11-11, flying machine, 1922, helicopter]
    [junit] [EL Finer]: 2024-04-17 17:54:23.88--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.881--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-17 17:54:23.881--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-17 17:54:23.881--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-17 17:54:23.881--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-17 17:54:23.881--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-17 17:54:23.881--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.881--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.881--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--	bind => [233, Eclipse linken]
    [junit] [EL Fine]: 2024-04-17 17:54:23.881--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--	bind => [231, Zitronen falten]
    [junit] [EL Fine]: 2024-04-17 17:54:23.881--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--	bind => [230, B?uche pinseln]
    [junit] [EL Fine]: 2024-04-17 17:54:23.881--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--	bind => [229, G?rteltiere puhlen]
    [junit] [EL Fine]: 2024-04-17 17:54:23.881--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--	bind => [232, Erbsen z?hlen]
    [junit] [EL Finer]: 2024-04-17 17:54:23.881--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.882--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-17 17:54:23.882--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-17 17:54:23.882--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.882--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.882--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--	bind => [3, 2005-10-09, proficiency, 1, Review]
    [junit] [EL Fine]: 2024-04-17 17:54:23.882--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--	bind => [2, 2005-10-08, passion, 1, Review]
    [junit] [EL Fine]: 2024-04-17 17:54:23.882--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--	bind => [1, 2005-10-07, performance, 1, Review]
    [junit] [EL Finer]: 2024-04-17 17:54:23.882--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.883--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.883--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-17 17:54:23.883--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--	bind => [1, 0, 233]
    [junit] [EL Fine]: 2024-04-17 17:54:23.883--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--	bind => [1, 0, 231]
    [junit] [EL Fine]: 2024-04-17 17:54:23.883--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--	bind => [1, 0, 230]
    [junit] [EL Fine]: 2024-04-17 17:54:23.883--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--	bind => [1, 0, 229]
    [junit] [EL Fine]: 2024-04-17 17:54:23.883--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--	bind => [1, 0, 232]
    [junit] [EL Finer]: 2024-04-17 17:54:23.883--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.884--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-17 17:54:23.884--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.884--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.884--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--	bind => [0, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:23.884--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--	bind => [0, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:23.884--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--	bind => [0, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:23.884--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.884--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-17 17:54:23.884--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-17 17:54:23.884--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-17 17:54:23.884--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-17 17:54:23.885--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.885--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-17 17:54:23.885--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--	bind => [light bulb, 1879, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:23.885--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--	bind => [phonograph, 1877, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:23.885--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--	bind => [phonograph, 1877, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:23.885--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--	bind => [alternating current, 1888, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:23.885--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.885--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-17 17:54:23.885--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-17 17:54:23.885--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-17 17:54:23.885--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-17 17:54:23.885--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-17 17:54:23.886--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.886--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.886--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--	bind => [231, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:23.886--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--	bind => [232, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:23.886--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--	bind => [230, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:23.886--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--	bind => [231, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:23.886--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--	bind => [229, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:23.886--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:23.886--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-17 17:54:23.886--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-17 17:54:23.887--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.887--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.887--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--	bind => [3, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:23.887--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--	bind => [1, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:23.887--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--	bind => [2, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:23.887--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.887--ClientSession(1554085806)--Connection(587427838)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.888--ServerSession(454071866)--Connection(1683484394)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.888--UnitOfWork(914995351)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.888--UnitOfWork(914995351)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.888--UnitOfWork(914995351)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.888--ClientSession(1554085806)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.889--UnitOfWork(914995351)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.889--ClientSession(1554085806)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.889--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1807200728
    [junit] [EL Finer]: 2024-04-17 17:54:23.889--ClientSession(1807200728)--Thread(Thread[main,5,main])--acquire unit of work: 622301916
    [junit] [EL Finest]: 2024-04-17 17:54:23.889--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-17 17:54:23.889--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-17 17:54:23.889--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-17 17:54:23.889--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-17 17:54:23.889--ServerSession(454071866)--Connection(928611808)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.889--ServerSession(454071866)--Connection(928611808)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.89--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-17 17:54:23.89--ServerSession(454071866)--Connection(928611808)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.89--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-17 17:54:23.89--ServerSession(454071866)--Connection(1745553126)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.89--ServerSession(454071866)--Connection(1745553126)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.89--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-17 17:54:23.891--ServerSession(454071866)--Connection(1745553126)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.891--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-17 17:54:23.891--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-17 17:54:23.891--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-17 17:54:23.891--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-17 17:54:23.891--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-17 17:54:23.891--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-17 17:54:23.891--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-17 17:54:23.891--UnitOfWork(622301916)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.891--ClientSession(1807200728)--Thread(Thread[main,5,main])--client released
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestNode
    [junit] [EL Finer]: 2024-04-17 17:54:23.909--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 887130171
    [junit] [EL Finer]: 2024-04-17 17:54:23.91--ClientSession(887130171)--Thread(Thread[main,5,main])--acquire unit of work: 2060806744
    [junit] [EL Finest]: 2024-04-17 17:54:23.91--UnitOfWork(2060806744)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:23.91--UnitOfWork(2060806744)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:23.91--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-17 17:54:23.91--ServerSession(454071866)--Connection(5772436)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.91--ClientSession(887130171)--Connection(5772436)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.91--ClientSession(887130171)--Connection(5772436)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.91--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-17 17:54:23.911--ClientSession(887130171)--Connection(1368275309)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.911--ServerSession(454071866)--Connection(5772436)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.911--UnitOfWork(2060806744)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.911--UnitOfWork(2060806744)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.911--UnitOfWork(2060806744)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.911--ClientSession(887130171)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.911--UnitOfWork(2060806744)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.911--ClientSession(887130171)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.911--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1997285842
    [junit] [EL Finer]: 2024-04-17 17:54:23.911--ClientSession(1997285842)--Thread(Thread[main,5,main])--acquire unit of work: 925921043
    [junit] [EL Finest]: 2024-04-17 17:54:23.912--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-17 17:54:23.912--ServerSession(454071866)--Connection(1791913477)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.912--ServerSession(454071866)--Connection(1791913477)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.912--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-17 17:54:23.912--ServerSession(454071866)--Connection(1791913477)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.912--UnitOfWork(925921043)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="children" referenceClass=Node )
    [junit] [EL Finest]: 2024-04-17 17:54:23.913--ServerSession(454071866)--Connection(1536266753)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.913--ServerSession(454071866)--Connection(1536266753)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.913--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-17 17:54:23.913--ServerSession(454071866)--Connection(1536266753)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:23.913--UnitOfWork(925921043)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.913--ClientSession(1997285842)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.922--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 501404775
    [junit] [EL Finer]: 2024-04-17 17:54:23.922--ClientSession(501404775)--Thread(Thread[main,5,main])--acquire unit of work: 2011221030
    [junit] [EL Finest]: 2024-04-17 17:54:23.922--UnitOfWork(2011221030)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.922--UnitOfWork(2011221030)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.922--UnitOfWork(2011221030)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:23.922--UnitOfWork(2011221030)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:23.922--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-17 17:54:23.922--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-17 17:54:23.922--ServerSession(454071866)--Connection(1771574174)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.922--ClientSession(501404775)--Connection(1771574174)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.922--ClientSession(501404775)--Connection(1771574174)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.922--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-17 17:54:23.922--ClientSession(501404775)--Connection(2146649550)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:23.922--ClientSession(501404775)--Connection(2146649550)--Thread(Thread[main,5,main])--INSERT INTO TMP_NODE (ID, NODENAME, VERSIONCOLUMN, PARENT) VALUES (?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:23.922--ClientSession(501404775)--Connection(2146649550)--Thread(Thread[main,5,main])--	bind => [10, null, 1, null]
    [junit] [EL Fine]: 2024-04-17 17:54:23.922--ClientSession(501404775)--Connection(2146649550)--Thread(Thread[main,5,main])--	bind => [12, null, 1, 10]
    [junit] [EL Fine]: 2024-04-17 17:54:23.922--ClientSession(501404775)--Connection(2146649550)--Thread(Thread[main,5,main])--	bind => [11, null, 1, 10]
    [junit] [EL Finer]: 2024-04-17 17:54:23.923--ClientSession(501404775)--Connection(2146649550)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:23.923--ClientSession(501404775)--Connection(2146649550)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.923--ServerSession(454071866)--Connection(1771574174)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.923--UnitOfWork(2011221030)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.923--UnitOfWork(2011221030)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.923--UnitOfWork(2011221030)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.923--ClientSession(501404775)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.923--UnitOfWork(2011221030)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.923--ClientSession(501404775)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.923--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1726185784
    [junit] [EL Finer]: 2024-04-17 17:54:23.923--ClientSession(1726185784)--Thread(Thread[main,5,main])--acquire unit of work: 1330539161
    [junit] [EL Finest]: 2024-04-17 17:54:23.923--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-17 17:54:23.924--ServerSession(454071866)--Connection(712416139)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.924--ServerSession(454071866)--Connection(712416139)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.924--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-17 17:54:23.924--ServerSession(454071866)--Connection(712416139)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.924--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-17 17:54:23.924--ServerSession(454071866)--Connection(1709488167)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.924--ServerSession(454071866)--Connection(1709488167)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.924--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-17 17:54:23.924--ServerSession(454071866)--Connection(1709488167)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.924--UnitOfWork(1330539161)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="parent" referenceClass=Node )
    [junit] [EL Finest]: 2024-04-17 17:54:23.924--UnitOfWork(1330539161)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="parent" referenceClass=Node )
    [junit] [EL Finest]: 2024-04-17 17:54:23.925--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-17 17:54:23.925--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-17 17:54:23.925--UnitOfWork(1330539161)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.925--ClientSession(1726185784)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.925--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 11071984
    [junit] [EL Finer]: 2024-04-17 17:54:23.925--ClientSession(11071984)--Thread(Thread[main,5,main])--acquire unit of work: 1961477999
    [junit] [EL Finest]: 2024-04-17 17:54:23.925--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-17 17:54:23.925--ServerSession(454071866)--Connection(323960563)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.925--ServerSession(454071866)--Connection(323960563)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.925--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-17 17:54:23.925--ServerSession(454071866)--Connection(323960563)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.925--UnitOfWork(1961477999)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="parent" referenceClass=Node )
    [junit] [EL Finest]: 2024-04-17 17:54:23.925--ServerSession(454071866)--Connection(242349063)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.925--ServerSession(454071866)--Connection(242349063)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.925--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-17 17:54:23.925--ServerSession(454071866)--Connection(242349063)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.926--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-17 17:54:23.926--ServerSession(454071866)--Connection(835163400)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.926--ServerSession(454071866)--Connection(835163400)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.926--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-17 17:54:23.926--ServerSession(454071866)--Connection(835163400)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.926--UnitOfWork(1961477999)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="parent" referenceClass=Node )
    [junit] [EL Finest]: 2024-04-17 17:54:23.926--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-17 17:54:23.926--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-17 17:54:23.926--UnitOfWork(1961477999)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.926--ClientSession(11071984)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.935--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 271643393
    [junit] [EL Finer]: 2024-04-17 17:54:23.935--ClientSession(271643393)--Thread(Thread[main,5,main])--acquire unit of work: 963282937
    [junit] [EL Finest]: 2024-04-17 17:54:23.935--UnitOfWork(963282937)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:23.935--UnitOfWork(963282937)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:23.935--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-17 17:54:23.935--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-17 17:54:23.935--ServerSession(454071866)--Connection(1178192426)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.935--ClientSession(271643393)--Connection(1178192426)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.935--ClientSession(271643393)--Connection(1178192426)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.936--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-17 17:54:23.936--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-17 17:54:23.936--ClientSession(271643393)--Connection(1753242944)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.937--ServerSession(454071866)--Connection(1178192426)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.937--UnitOfWork(963282937)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.937--UnitOfWork(963282937)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.937--UnitOfWork(963282937)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.937--ClientSession(271643393)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.937--UnitOfWork(963282937)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.937--ClientSession(271643393)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.937--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 219219584
    [junit] [EL Finer]: 2024-04-17 17:54:23.937--ClientSession(219219584)--Thread(Thread[main,5,main])--acquire unit of work: 1729175615
    [junit] [EL Finest]: 2024-04-17 17:54:23.937--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-17 17:54:23.937--ServerSession(454071866)--Connection(340144958)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.937--ServerSession(454071866)--Connection(340144958)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.937--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-17 17:54:23.937--ServerSession(454071866)--Connection(340144958)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.937--UnitOfWork(1729175615)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="parent" referenceClass=Node )
    [junit] [EL Finest]: 2024-04-17 17:54:23.937--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-17 17:54:23.937--ServerSession(454071866)--Connection(1346210220)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.937--ServerSession(454071866)--Connection(1346210220)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.938--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-17 17:54:23.938--ServerSession(454071866)--Connection(1346210220)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.938--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-17 17:54:23.938--UnitOfWork(1729175615)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.938--ClientSession(219219584)--Thread(Thread[main,5,main])--client released
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.04 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestPatentReview
    [junit] [EL Finer]: 2024-04-17 17:54:23.96--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 904499529
    [junit] [EL Finer]: 2024-04-17 17:54:23.96--ClientSession(904499529)--Thread(Thread[main,5,main])--acquire unit of work: 1159799176
    [junit] [EL Finest]: 2024-04-17 17:54:23.96--UnitOfWork(1159799176)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.96--UnitOfWork(1159799176)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:23.96--UnitOfWork(1159799176)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:23.96--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-17 17:54:23.96--ServerSession(454071866)--Connection(1780952824)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.96--ClientSession(904499529)--Connection(1780952824)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.96--ClientSession(904499529)--Connection(1780952824)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.961--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-17 17:54:23.961--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-17 17:54:23.961--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-17 17:54:23.961--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-17 17:54:23.962--ClientSession(904499529)--Connection(1054343422)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.962--ServerSession(454071866)--Connection(1780952824)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.962--UnitOfWork(1159799176)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.962--UnitOfWork(1159799176)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.962--UnitOfWork(1159799176)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.962--ClientSession(904499529)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.962--UnitOfWork(1159799176)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.962--ClientSession(904499529)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.962--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2088348346
    [junit] [EL Finer]: 2024-04-17 17:54:23.962--ClientSession(2088348346)--Thread(Thread[main,5,main])--acquire unit of work: 452715178
    [junit] [EL Finest]: 2024-04-17 17:54:23.962--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-17 17:54:23.963--ServerSession(454071866)--Connection(383738429)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.963--ServerSession(454071866)--Connection(383738429)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.963--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-17 17:54:23.963--ServerSession(454071866)--Connection(383738429)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.964--UnitOfWork(452715178)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="patent" referenceClass=Patent )
    [junit] [EL Finest]: 2024-04-17 17:54:23.964--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-17 17:54:23.981--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1298589836
    [junit] [EL Finer]: 2024-04-17 17:54:23.982--ClientSession(1298589836)--Thread(Thread[main,5,main])--acquire unit of work: 594114070
    [junit] [EL Finest]: 2024-04-17 17:54:23.982--UnitOfWork(594114070)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:23.982--UnitOfWork(594114070)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:23.982--UnitOfWork(594114070)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:23.982--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-17 17:54:23.982--ServerSession(454071866)--Connection(150420111)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.982--ClientSession(1298589836)--Connection(150420111)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.982--ClientSession(1298589836)--Connection(150420111)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:23.982--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-17 17:54:23.982--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-17 17:54:23.983--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-17 17:54:23.983--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-17 17:54:23.983--ClientSession(1298589836)--Connection(399621690)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:23.983--ServerSession(454071866)--Connection(150420111)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:23.983--UnitOfWork(594114070)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:23.983--UnitOfWork(594114070)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.983--UnitOfWork(594114070)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.983--ClientSession(1298589836)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:23.983--UnitOfWork(594114070)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:23.984--ClientSession(1298589836)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:23.984--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 817750309
    [junit] [EL Finer]: 2024-04-17 17:54:23.984--ClientSession(817750309)--Thread(Thread[main,5,main])--acquire unit of work: 549752435
    [junit] [EL Finest]: 2024-04-17 17:54:23.984--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-17 17:54:23.984--ServerSession(454071866)--Connection(354477005)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.984--ServerSession(454071866)--Connection(354477005)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:23.984--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-17 17:54:23.984--ServerSession(454071866)--Connection(354477005)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:23.984--UnitOfWork(549752435)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="patent" referenceClass=Patent )
    [junit] [EL Finest]: 2024-04-17 17:54:23.984--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-17 17:54:24.0--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 943685066
    [junit] [EL Finer]: 2024-04-17 17:54:24.001--ClientSession(943685066)--Thread(Thread[main,5,main])--acquire unit of work: 1920274565
    [junit] [EL Finest]: 2024-04-17 17:54:24.001--UnitOfWork(1920274565)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.001--UnitOfWork(1920274565)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.001--UnitOfWork(1920274565)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.001--UnitOfWork(1920274565)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.001--UnitOfWork(1920274565)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.001--UnitOfWork(1920274565)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.001--UnitOfWork(1920274565)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.001--UnitOfWork(1920274565)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:24.001--UnitOfWork(1920274565)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:24.001--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-17 17:54:24.001--ServerSession(454071866)--Connection(447148185)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.001--ClientSession(943685066)--Connection(447148185)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.001--ClientSession(943685066)--Connection(447148185)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:24.001--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-17 17:54:24.001--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-17 17:54:24.002--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-17 17:54:24.002--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-17 17:54:24.002--ClientSession(943685066)--Connection(2096507757)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:24.002--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-17 17:54:24.002--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-17 17:54:24.002--ClientSession(943685066)--Connection(2096507757)--Thread(Thread[main,5,main])--	bind => [2002-01-01, SQL Parser, 2002, SQL Parser]
    [junit] [EL Fine]: 2024-04-17 17:54:24.002--ClientSession(943685066)--Connection(2096507757)--Thread(Thread[main,5,main])--	bind => [2005-01-01, Environment Manager, 2005, Environment Manager]
    [junit] [EL Fine]: 2024-04-17 17:54:24.002--ClientSession(943685066)--Connection(2096507757)--Thread(Thread[main,5,main])--	bind => [2007-01-01, JPA Monitor, 2007, JPA Monitor]
    [junit] [EL Finer]: 2024-04-17 17:54:24.002--ClientSession(943685066)--Connection(2096507757)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:24.003--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-17 17:54:24.003--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-17 17:54:24.003--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-17 17:54:24.003--ClientSession(943685066)--Connection(2096507757)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:24.003--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-17 17:54:24.003--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-17 17:54:24.003--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-17 17:54:24.003--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-17 17:54:24.003--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-17 17:54:24.003--ClientSession(943685066)--Connection(2096507757)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:24.004--ClientSession(943685066)--Connection(2096507757)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:24.004--ClientSession(943685066)--Connection(2096507757)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:24.004--ClientSession(943685066)--Connection(2096507757)--Thread(Thread[main,5,main])--	bind => [0, 22]
    [junit] [EL Fine]: 2024-04-17 17:54:24.004--ClientSession(943685066)--Connection(2096507757)--Thread(Thread[main,5,main])--	bind => [0, 20]
    [junit] [EL Fine]: 2024-04-17 17:54:24.004--ClientSession(943685066)--Connection(2096507757)--Thread(Thread[main,5,main])--	bind => [0, 23]
    [junit] [EL Fine]: 2024-04-17 17:54:24.004--ClientSession(943685066)--Connection(2096507757)--Thread(Thread[main,5,main])--	bind => [0, 21]
    [junit] [EL Finer]: 2024-04-17 17:54:24.004--ClientSession(943685066)--Connection(2096507757)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:24.005--ClientSession(943685066)--Connection(2096507757)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.005--ServerSession(454071866)--Connection(447148185)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.005--UnitOfWork(1920274565)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.005--UnitOfWork(1920274565)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.005--UnitOfWork(1920274565)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.005--ClientSession(943685066)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.005--UnitOfWork(1920274565)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.005--ClientSession(943685066)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.005--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 780584489
    [junit] [EL Finer]: 2024-04-17 17:54:24.005--ClientSession(780584489)--Thread(Thread[main,5,main])--acquire unit of work: 161472699
    [junit] [EL Finer]: 2024-04-17 17:54:24.006--UnitOfWork(161472699)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.006--UnitOfWork(161472699)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.006--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-17 17:54:24.006--ServerSession(454071866)--Connection(840798063)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.006--ServerSession(454071866)--Connection(840798063)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.006--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-17 17:54:24.007--ServerSession(454071866)--Connection(840798063)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.007--UnitOfWork(161472699)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="patent" referenceClass=Patent )
    [junit] [EL Finest]: 2024-04-17 17:54:24.007--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-17 17:54:24.007--UnitOfWork(161472699)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="patent" referenceClass=Patent )
    [junit] [EL Finest]: 2024-04-17 17:54:24.007--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-17 17:54:24.007--UnitOfWork(161472699)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="patent" referenceClass=Patent )
    [junit] [EL Finest]: 2024-04-17 17:54:24.007--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-17 17:54:24.007--UnitOfWork(161472699)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="patent" referenceClass=Patent )
    [junit] [EL Finest]: 2024-04-17 17:54:24.007--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-17 17:54:24.007--UnitOfWork(161472699)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.007--ClientSession(780584489)--Thread(Thread[main,5,main])--client released
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestPrimaryKeyJoinColumn
    [junit] [EL Finer]: 2024-04-17 17:54:24.021--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1635082429
    [junit] [EL Finer]: 2024-04-17 17:54:24.021--ClientSession(1635082429)--Thread(Thread[main,5,main])--acquire unit of work: 2097496271
    [junit] [EL Finest]: 2024-04-17 17:54:24.021--UnitOfWork(2097496271)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.021--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-17 17:54:24.021--UnitOfWork(2097496271)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:24.021--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-17 17:54:24.021--ServerSession(454071866)--Connection(521565119)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.021--ClientSession(1635082429)--Connection(521565119)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.021--ClientSession(1635082429)--Connection(521565119)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.022--ClientSession(1635082429)--Connection(1212304298)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE (COURSE_ID) VALUES (?)
    [junit] 	bind => [7]
    [junit] [EL Finer]: 2024-04-17 17:54:24.022--ClientSession(1635082429)--Connection(1212304298)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.022--ServerSession(454071866)--Connection(521565119)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.022--UnitOfWork(2097496271)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.022--UnitOfWork(2097496271)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.022--UnitOfWork(2097496271)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.022--ClientSession(1635082429)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.022--UnitOfWork(2097496271)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.022--ClientSession(1635082429)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.022--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1166053103
    [junit] [EL Finer]: 2024-04-17 17:54:24.022--ClientSession(1166053103)--Thread(Thread[main,5,main])--acquire unit of work: 1772586603
    [junit] [EL Finest]: 2024-04-17 17:54:24.022--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-17 17:54:24.022--ServerSession(454071866)--Connection(870490094)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.022--ServerSession(454071866)--Connection(870490094)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.023--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-17 17:54:24.023--ServerSession(454071866)--Connection(870490094)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.023--UnitOfWork(1772586603)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="material" referenceClass=Material )
    [junit] [EL Finest]: 2024-04-17 17:54:24.023--ServerSession(454071866)--Connection(1443386256)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.023--ServerSession(454071866)--Connection(1443386256)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.023--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-17 17:54:24.023--ServerSession(454071866)--Connection(1443386256)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.023--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-17 17:54:24.023--ServerSession(454071866)--Connection(1124718653)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.023--ServerSession(454071866)--Connection(1124718653)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.024--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-17 17:54:24.024--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.013 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.01 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestUnidirectionalOneToMany
    [junit] [EL Finer]: 2024-04-17 17:54:24.058--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1065714722
    [junit] [EL Finer]: 2024-04-17 17:54:24.058--ClientSession(1065714722)--Thread(Thread[main,5,main])--acquire unit of work: 80474332
    [junit] [EL Finest]: 2024-04-17 17:54:24.059--UnitOfWork(80474332)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.059--UnitOfWork(80474332)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.059--UnitOfWork(80474332)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.059--UnitOfWork(80474332)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.059--UnitOfWork(80474332)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:24.059--UnitOfWork(80474332)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:24.059--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-17 17:54:24.059--ServerSession(454071866)--Connection(863394546)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.059--ClientSession(1065714722)--Connection(863394546)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.059--ClientSession(1065714722)--Connection(863394546)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:24.059--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-17 17:54:24.059--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-17 17:54:24.06--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-17 17:54:24.06--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-17 17:54:24.06--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-17 17:54:24.06--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-17 17:54:24.06--ClientSession(1065714722)--Connection(917615228)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:24.06--ClientSession(1065714722)--Connection(917615228)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:24.06--ClientSession(1065714722)--Connection(917615228)--Thread(Thread[main,5,main])--	bind => [2, 2005-10-08, ble, 1, Review]
    [junit] [EL Fine]: 2024-04-17 17:54:24.06--ClientSession(1065714722)--Connection(917615228)--Thread(Thread[main,5,main])--	bind => [3, 2005-10-09, bli, 1, Review]
    [junit] [EL Fine]: 2024-04-17 17:54:24.06--ClientSession(1065714722)--Connection(917615228)--Thread(Thread[main,5,main])--	bind => [1, 2005-10-07, bla, 1, Review]
    [junit] [EL Finer]: 2024-04-17 17:54:24.06--ClientSession(1065714722)--Connection(917615228)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:24.061--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-17 17:54:24.061--ClientSession(1065714722)--Connection(917615228)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:24.061--ClientSession(1065714722)--Connection(917615228)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:24.061--ClientSession(1065714722)--Connection(917615228)--Thread(Thread[main,5,main])--	bind => [0, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:24.061--ClientSession(1065714722)--Connection(917615228)--Thread(Thread[main,5,main])--	bind => [0, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:24.061--ClientSession(1065714722)--Connection(917615228)--Thread(Thread[main,5,main])--	bind => [0, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:24.061--ClientSession(1065714722)--Connection(917615228)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:24.061--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-17 17:54:24.061--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-17 17:54:24.061--ClientSession(1065714722)--Connection(917615228)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:24.061--ClientSession(1065714722)--Connection(917615228)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:24.061--ClientSession(1065714722)--Connection(917615228)--Thread(Thread[main,5,main])--	bind => [1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:24.061--ClientSession(1065714722)--Connection(917615228)--Thread(Thread[main,5,main])--	bind => [2, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:24.061--ClientSession(1065714722)--Connection(917615228)--Thread(Thread[main,5,main])--	bind => [3, 4]
    [junit] [EL Finer]: 2024-04-17 17:54:24.061--ClientSession(1065714722)--Connection(917615228)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:24.062--ClientSession(1065714722)--Connection(917615228)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.062--ServerSession(454071866)--Connection(863394546)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.062--UnitOfWork(80474332)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.062--UnitOfWork(80474332)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.062--UnitOfWork(80474332)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.062--ClientSession(1065714722)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.062--UnitOfWork(80474332)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.062--ClientSession(1065714722)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.062--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1166191893
    [junit] [EL Finer]: 2024-04-17 17:54:24.062--ClientSession(1166191893)--Thread(Thread[main,5,main])--acquire unit of work: 433000386
    [junit] [EL Finest]: 2024-04-17 17:54:24.063--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-17 17:54:24.063--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-17 17:54:24.063--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-17 17:54:24.063--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-17 17:54:24.063--ServerSession(454071866)--Connection(1645136327)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.063--ServerSession(454071866)--Connection(1645136327)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.063--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-17 17:54:24.063--ServerSession(454071866)--Connection(1645136327)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.063--UnitOfWork(433000386)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:24.063--UnitOfWork(433000386)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:24.063--UnitOfWork(433000386)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee )
    [junit] [EL Finest]: 2024-04-17 17:54:24.064--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-17 17:54:24.064--ServerSession(454071866)--Connection(602110090)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.064--ClientSession(1166191893)--Connection(602110090)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.064--ClientSession(1166191893)--Connection(602110090)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:24.064--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-17 17:54:24.064--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-17 17:54:24.064--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-17 17:54:24.064--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-17 17:54:24.064--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-17 17:54:24.064--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-17 17:54:24.064--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-17 17:54:24.064--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-17 17:54:24.064--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-17 17:54:24.065--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-17 17:54:24.065--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-17 17:54:24.065--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-17 17:54:24.065--ClientSession(1166191893)--Connection(1948507435)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (ID = ?)
    [junit] 	bind => [4]
    [junit] [EL Finer]: 2024-04-17 17:54:24.065--ClientSession(1166191893)--Connection(1948507435)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.066--ServerSession(454071866)--Connection(602110090)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.066--UnitOfWork(433000386)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.066--UnitOfWork(433000386)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.066--UnitOfWork(433000386)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.066--ClientSession(1166191893)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.066--UnitOfWork(433000386)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.066--ClientSession(1166191893)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.082--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1962279748
    [junit] [EL Finer]: 2024-04-17 17:54:24.082--ClientSession(1962279748)--Thread(Thread[main,5,main])--acquire unit of work: 722544807
    [junit] [EL Finest]: 2024-04-17 17:54:24.082--UnitOfWork(722544807)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.082--UnitOfWork(722544807)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.082--UnitOfWork(722544807)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.082--UnitOfWork(722544807)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.082--UnitOfWork(722544807)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:24.082--UnitOfWork(722544807)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:24.082--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-17 17:54:24.082--ServerSession(454071866)--Connection(1519233681)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.082--ClientSession(1962279748)--Connection(1519233681)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.082--ClientSession(1962279748)--Connection(1519233681)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:24.082--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-17 17:54:24.082--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-17 17:54:24.082--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-17 17:54:24.082--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-17 17:54:24.083--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-17 17:54:24.083--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-17 17:54:24.083--ClientSession(1962279748)--Connection(587546623)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:24.083--ClientSession(1962279748)--Connection(587546623)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:24.083--ClientSession(1962279748)--Connection(587546623)--Thread(Thread[main,5,main])--	bind => [2, 2005-10-08, ble, 1, Review]
    [junit] [EL Fine]: 2024-04-17 17:54:24.083--ClientSession(1962279748)--Connection(587546623)--Thread(Thread[main,5,main])--	bind => [3, 2005-10-09, bli, 1, Review]
    [junit] [EL Fine]: 2024-04-17 17:54:24.083--ClientSession(1962279748)--Connection(587546623)--Thread(Thread[main,5,main])--	bind => [1, 2005-10-07, bla, 1, Review]
    [junit] [EL Finer]: 2024-04-17 17:54:24.083--ClientSession(1962279748)--Connection(587546623)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:24.083--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-17 17:54:24.084--ClientSession(1962279748)--Connection(587546623)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:24.084--ClientSession(1962279748)--Connection(587546623)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:24.084--ClientSession(1962279748)--Connection(587546623)--Thread(Thread[main,5,main])--	bind => [0, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:24.084--ClientSession(1962279748)--Connection(587546623)--Thread(Thread[main,5,main])--	bind => [0, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:24.084--ClientSession(1962279748)--Connection(587546623)--Thread(Thread[main,5,main])--	bind => [0, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:24.084--ClientSession(1962279748)--Connection(587546623)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:24.084--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-17 17:54:24.084--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-17 17:54:24.084--ClientSession(1962279748)--Connection(587546623)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:24.084--ClientSession(1962279748)--Connection(587546623)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:24.084--ClientSession(1962279748)--Connection(587546623)--Thread(Thread[main,5,main])--	bind => [1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:24.084--ClientSession(1962279748)--Connection(587546623)--Thread(Thread[main,5,main])--	bind => [2, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:24.084--ClientSession(1962279748)--Connection(587546623)--Thread(Thread[main,5,main])--	bind => [3, 4]
    [junit] [EL Finer]: 2024-04-17 17:54:24.084--ClientSession(1962279748)--Connection(587546623)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:24.085--ClientSession(1962279748)--Connection(587546623)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.085--ServerSession(454071866)--Connection(1519233681)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.085--UnitOfWork(722544807)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.085--UnitOfWork(722544807)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.085--UnitOfWork(722544807)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.085--ClientSession(1962279748)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.085--UnitOfWork(722544807)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.085--ClientSession(1962279748)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.085--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1183033251
    [junit] [EL Finer]: 2024-04-17 17:54:24.085--ClientSession(1183033251)--Thread(Thread[main,5,main])--acquire unit of work: 63750910
    [junit] [EL Finest]: 2024-04-17 17:54:24.085--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-17 17:54:24.085--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-17 17:54:24.085--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-17 17:54:24.085--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-17 17:54:24.085--ServerSession(454071866)--Connection(284461959)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.085--ServerSession(454071866)--Connection(284461959)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.085--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-17 17:54:24.086--ServerSession(454071866)--Connection(284461959)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.086--UnitOfWork(63750910)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:24.086--UnitOfWork(63750910)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:24.086--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-17 17:54:24.086--ServerSession(454071866)--Connection(2099418363)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.086--ServerSession(454071866)--Connection(2099418363)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.086--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-17 17:54:24.087--ServerSession(454071866)--Connection(2099418363)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.087--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-17 17:54:24.087--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-17 17:54:24.087--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-17 17:54:24.087--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-17 17:54:24.087--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-17 17:54:24.087--ServerSession(454071866)--Connection(1001914464)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.087--ClientSession(1183033251)--Connection(1001914464)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.087--ClientSession(1183033251)--Connection(1001914464)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:24.087--UnitOfWork(63750910)--Thread(Thread[main,5,main])--Execute query DataModifyQuery()
    [junit] [EL Fine]: 2024-04-17 17:54:24.087--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-17 17:54:24.088--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-17 17:54:24.088--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-17 17:54:24.088--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-17 17:54:24.088--ClientSession(1183033251)--Connection(2142451888)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:24.088--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-17 17:54:24.088--ClientSession(1183033251)--Connection(2142451888)--Thread(Thread[main,5,main])--	bind => [3, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:24.088--ClientSession(1183033251)--Connection(2142451888)--Thread(Thread[main,5,main])--	bind => [2, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:24.088--ClientSession(1183033251)--Connection(2142451888)--Thread(Thread[main,5,main])--	bind => [1, 4]
    [junit] [EL Finer]: 2024-04-17 17:54:24.088--ClientSession(1183033251)--Connection(2142451888)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:24.088--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-17 17:54:24.088--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-17 17:54:24.089--ClientSession(1183033251)--Connection(2142451888)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:24.089--ClientSession(1183033251)--Connection(2142451888)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:24.089--ClientSession(1183033251)--Connection(2142451888)--Thread(Thread[main,5,main])--	bind => [1, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:24.089--ClientSession(1183033251)--Connection(2142451888)--Thread(Thread[main,5,main])--	bind => [2, 15]
    [junit] [EL Fine]: 2024-04-17 17:54:24.089--ClientSession(1183033251)--Connection(2142451888)--Thread(Thread[main,5,main])--	bind => [3, 15]
    [junit] [EL Finer]: 2024-04-17 17:54:24.089--ClientSession(1183033251)--Connection(2142451888)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:24.089--ClientSession(1183033251)--Connection(2142451888)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.089--ServerSession(454071866)--Connection(1001914464)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.089--UnitOfWork(63750910)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.089--UnitOfWork(63750910)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.089--UnitOfWork(63750910)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.089--ClientSession(1183033251)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.089--UnitOfWork(63750910)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.089--ClientSession(1183033251)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.09--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 612501773
    [junit] [EL Finer]: 2024-04-17 17:54:24.09--ClientSession(612501773)--Thread(Thread[main,5,main])--acquire unit of work: 313000344
    [junit] [EL Finest]: 2024-04-17 17:54:24.09--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-17 17:54:24.09--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-17 17:54:24.09--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-17 17:54:24.09--ServerSession(454071866)--Connection(1180354219)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.09--ServerSession(454071866)--Connection(1180354219)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.09--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-17 17:54:24.09--ServerSession(454071866)--Connection(1180354219)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.09--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-17 17:54:24.09--ServerSession(454071866)--Connection(536537302)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.09--ServerSession(454071866)--Connection(536537302)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.091--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-17 17:54:24.091--ServerSession(454071866)--Connection(536537302)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.091--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-17 17:54:24.091--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-17 17:54:24.091--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-17 17:54:24.091--UnitOfWork(313000344)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.091--ClientSession(612501773)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.107--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1031789648
    [junit] [EL Finer]: 2024-04-17 17:54:24.107--ClientSession(1031789648)--Thread(Thread[main,5,main])--acquire unit of work: 2142042547
    [junit] [EL Finest]: 2024-04-17 17:54:24.107--UnitOfWork(2142042547)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.107--UnitOfWork(2142042547)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.107--UnitOfWork(2142042547)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.107--UnitOfWork(2142042547)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.107--UnitOfWork(2142042547)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:24.107--UnitOfWork(2142042547)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:24.107--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-17 17:54:24.107--ServerSession(454071866)--Connection(1909310540)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.107--ClientSession(1031789648)--Connection(1909310540)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.107--ClientSession(1031789648)--Connection(1909310540)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:24.107--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-17 17:54:24.107--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-17 17:54:24.108--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-17 17:54:24.108--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-17 17:54:24.108--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-17 17:54:24.108--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-17 17:54:24.108--ClientSession(1031789648)--Connection(1920224958)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:24.108--ClientSession(1031789648)--Connection(1920224958)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:24.108--ClientSession(1031789648)--Connection(1920224958)--Thread(Thread[main,5,main])--	bind => [3, 2005-10-09, bli, 1, Review]
    [junit] [EL Fine]: 2024-04-17 17:54:24.108--ClientSession(1031789648)--Connection(1920224958)--Thread(Thread[main,5,main])--	bind => [1, 2005-10-07, bla, 1, Review]
    [junit] [EL Fine]: 2024-04-17 17:54:24.108--ClientSession(1031789648)--Connection(1920224958)--Thread(Thread[main,5,main])--	bind => [2, 2005-10-08, ble, 1, Review]
    [junit] [EL Finer]: 2024-04-17 17:54:24.108--ClientSession(1031789648)--Connection(1920224958)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:24.109--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-17 17:54:24.109--ClientSession(1031789648)--Connection(1920224958)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:24.109--ClientSession(1031789648)--Connection(1920224958)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:24.109--ClientSession(1031789648)--Connection(1920224958)--Thread(Thread[main,5,main])--	bind => [0, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:24.109--ClientSession(1031789648)--Connection(1920224958)--Thread(Thread[main,5,main])--	bind => [0, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:24.109--ClientSession(1031789648)--Connection(1920224958)--Thread(Thread[main,5,main])--	bind => [0, 2]
    [junit] [EL Finer]: 2024-04-17 17:54:24.109--ClientSession(1031789648)--Connection(1920224958)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:24.11--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-17 17:54:24.11--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-17 17:54:24.11--ClientSession(1031789648)--Connection(1920224958)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:24.11--ClientSession(1031789648)--Connection(1920224958)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:24.11--ClientSession(1031789648)--Connection(1920224958)--Thread(Thread[main,5,main])--	bind => [1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:24.11--ClientSession(1031789648)--Connection(1920224958)--Thread(Thread[main,5,main])--	bind => [2, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:24.11--ClientSession(1031789648)--Connection(1920224958)--Thread(Thread[main,5,main])--	bind => [3, 4]
    [junit] [EL Finer]: 2024-04-17 17:54:24.11--ClientSession(1031789648)--Connection(1920224958)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:24.11--ClientSession(1031789648)--Connection(1920224958)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.11--ServerSession(454071866)--Connection(1909310540)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.11--UnitOfWork(2142042547)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.11--UnitOfWork(2142042547)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.111--UnitOfWork(2142042547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.111--ClientSession(1031789648)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.111--UnitOfWork(2142042547)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.111--ClientSession(1031789648)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.111--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1703476139
    [junit] [EL Finer]: 2024-04-17 17:54:24.111--ClientSession(1703476139)--Thread(Thread[main,5,main])--acquire unit of work: 302869938
    [junit] [EL Finest]: 2024-04-17 17:54:24.111--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-17 17:54:24.111--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-17 17:54:24.111--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-17 17:54:24.111--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-17 17:54:24.111--ServerSession(454071866)--Connection(867631468)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.111--ServerSession(454071866)--Connection(867631468)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.111--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-17 17:54:24.111--ServerSession(454071866)--Connection(867631468)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.112--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-17 17:54:24.112--ServerSession(454071866)--Connection(552100126)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.112--ServerSession(454071866)--Connection(552100126)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.112--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-17 17:54:24.112--ServerSession(454071866)--Connection(552100126)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.112--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-17 17:54:24.112--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-17 17:54:24.112--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-17 17:54:24.112--UnitOfWork(302869938)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.112--UnitOfWork(302869938)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:24.112--UnitOfWork(302869938)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:24.113--UnitOfWork(302869938)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Review )
    [junit] [EL Finest]: 2024-04-17 17:54:24.113--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-17 17:54:24.113--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-17 17:54:24.113--ServerSession(454071866)--Connection(280960127)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.113--ClientSession(1703476139)--Connection(280960127)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.113--ClientSession(1703476139)--Connection(280960127)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.113--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-17 17:54:24.113--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-17 17:54:24.113--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-17 17:54:24.114--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-17 17:54:24.114--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-17 17:54:24.114--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-17 17:54:24.114--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-17 17:54:24.114--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-17 17:54:24.114--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-17 17:54:24.115--ClientSession(1703476139)--Connection(151309559)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.115--ServerSession(454071866)--Connection(280960127)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.115--UnitOfWork(302869938)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.115--UnitOfWork(302869938)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.115--UnitOfWork(302869938)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.115--ClientSession(1703476139)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.115--UnitOfWork(302869938)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.115--ClientSession(1703476139)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.115--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 451720125
    [junit] [EL Finer]: 2024-04-17 17:54:24.115--ClientSession(451720125)--Thread(Thread[main,5,main])--acquire unit of work: 1386650638
    [junit] [EL Finest]: 2024-04-17 17:54:24.115--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-17 17:54:24.115--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-17 17:54:24.115--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-17 17:54:24.116--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-17 17:54:24.116--ServerSession(454071866)--Connection(1305110820)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.116--ServerSession(454071866)--Connection(1305110820)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.116--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-17 17:54:24.116--ServerSession(454071866)--Connection(1305110820)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.116--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-17 17:54:24.116--ServerSession(454071866)--Connection(1480803937)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.116--ServerSession(454071866)--Connection(1480803937)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.116--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-17 17:54:24.117--ServerSession(454071866)--Connection(1480803937)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.117--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-17 17:54:24.117--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-17 17:54:24.117--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-17 17:54:24.117--UnitOfWork(1386650638)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.117--ClientSession(451720125)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.133--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 363659622
    [junit] [EL Finer]: 2024-04-17 17:54:24.133--ClientSession(363659622)--Thread(Thread[main,5,main])--acquire unit of work: 9931650
    [junit] [EL Finest]: 2024-04-17 17:54:24.133--UnitOfWork(9931650)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.133--UnitOfWork(9931650)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.133--UnitOfWork(9931650)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.133--UnitOfWork(9931650)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.134--UnitOfWork(9931650)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:24.134--UnitOfWork(9931650)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:24.134--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-17 17:54:24.134--ServerSession(454071866)--Connection(1365743658)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.134--ClientSession(363659622)--Connection(1365743658)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.134--ClientSession(363659622)--Connection(1365743658)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:24.134--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-17 17:54:24.134--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-17 17:54:24.134--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-17 17:54:24.134--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-17 17:54:24.135--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-17 17:54:24.135--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-17 17:54:24.135--ClientSession(363659622)--Connection(2059456904)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:24.135--ClientSession(363659622)--Connection(2059456904)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:24.135--ClientSession(363659622)--Connection(2059456904)--Thread(Thread[main,5,main])--	bind => [2, 2005-10-08, ble, 1, Review]
    [junit] [EL Fine]: 2024-04-17 17:54:24.135--ClientSession(363659622)--Connection(2059456904)--Thread(Thread[main,5,main])--	bind => [1, 2005-10-07, bla, 1, Review]
    [junit] [EL Fine]: 2024-04-17 17:54:24.135--ClientSession(363659622)--Connection(2059456904)--Thread(Thread[main,5,main])--	bind => [3, 2005-10-09, bli, 1, Review]
    [junit] [EL Finer]: 2024-04-17 17:54:24.135--ClientSession(363659622)--Connection(2059456904)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:24.135--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-17 17:54:24.136--ClientSession(363659622)--Connection(2059456904)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:24.136--ClientSession(363659622)--Connection(2059456904)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:24.136--ClientSession(363659622)--Connection(2059456904)--Thread(Thread[main,5,main])--	bind => [0, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:24.136--ClientSession(363659622)--Connection(2059456904)--Thread(Thread[main,5,main])--	bind => [0, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:24.136--ClientSession(363659622)--Connection(2059456904)--Thread(Thread[main,5,main])--	bind => [0, 3]
    [junit] [EL Finer]: 2024-04-17 17:54:24.136--ClientSession(363659622)--Connection(2059456904)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:24.136--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-17 17:54:24.136--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-17 17:54:24.136--ClientSession(363659622)--Connection(2059456904)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:24.136--ClientSession(363659622)--Connection(2059456904)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:24.136--ClientSession(363659622)--Connection(2059456904)--Thread(Thread[main,5,main])--	bind => [1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:24.136--ClientSession(363659622)--Connection(2059456904)--Thread(Thread[main,5,main])--	bind => [2, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:24.136--ClientSession(363659622)--Connection(2059456904)--Thread(Thread[main,5,main])--	bind => [3, 4]
    [junit] [EL Finer]: 2024-04-17 17:54:24.136--ClientSession(363659622)--Connection(2059456904)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:24.137--ClientSession(363659622)--Connection(2059456904)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.137--ServerSession(454071866)--Connection(1365743658)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.137--UnitOfWork(9931650)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.137--UnitOfWork(9931650)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.137--UnitOfWork(9931650)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.137--ClientSession(363659622)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.137--UnitOfWork(9931650)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.137--ClientSession(363659622)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.137--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 537263161
    [junit] [EL Finer]: 2024-04-17 17:54:24.137--ClientSession(537263161)--Thread(Thread[main,5,main])--acquire unit of work: 1929526137
    [junit] [EL Finest]: 2024-04-17 17:54:24.137--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-17 17:54:24.137--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-17 17:54:24.137--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-17 17:54:24.137--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-17 17:54:24.138--ServerSession(454071866)--Connection(804073630)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.138--ServerSession(454071866)--Connection(804073630)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.138--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-17 17:54:24.138--ServerSession(454071866)--Connection(804073630)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.138--UnitOfWork(1929526137)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.138--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-17 17:54:24.138--ServerSession(454071866)--Connection(1846714109)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.138--ServerSession(454071866)--Connection(1846714109)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.138--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-17 17:54:24.139--ServerSession(454071866)--Connection(1846714109)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.139--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-17 17:54:24.139--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-17 17:54:24.139--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-17 17:54:24.139--UnitOfWork(1929526137)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:24.139--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-17 17:54:24.139--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-17 17:54:24.139--ServerSession(454071866)--Connection(1841704911)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.139--ClientSession(537263161)--Connection(1841704911)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.139--ClientSession(537263161)--Connection(1841704911)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.139--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-17 17:54:24.14--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-17 17:54:24.14--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-17 17:54:24.14--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-17 17:54:24.14--ClientSession(537263161)--Connection(462217972)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.14--ServerSession(454071866)--Connection(1841704911)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.141--UnitOfWork(1929526137)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.141--UnitOfWork(1929526137)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.141--UnitOfWork(1929526137)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.141--ClientSession(537263161)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.141--UnitOfWork(1929526137)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.141--ClientSession(537263161)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.141--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1838087577
    [junit] [EL Finer]: 2024-04-17 17:54:24.141--ClientSession(1838087577)--Thread(Thread[main,5,main])--acquire unit of work: 2010899832
    [junit] [EL Finest]: 2024-04-17 17:54:24.141--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-17 17:54:24.141--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-17 17:54:24.141--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-17 17:54:24.141--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-17 17:54:24.141--ServerSession(454071866)--Connection(793840164)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.141--ServerSession(454071866)--Connection(793840164)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.141--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-17 17:54:24.142--ServerSession(454071866)--Connection(793840164)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.142--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-17 17:54:24.142--ServerSession(454071866)--Connection(916088142)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.142--ServerSession(454071866)--Connection(916088142)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.142--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-17 17:54:24.142--ServerSession(454071866)--Connection(916088142)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.142--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-17 17:54:24.142--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-17 17:54:24.143--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-17 17:54:24.143--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-17 17:54:24.143--UnitOfWork(2010899832)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.143--ClientSession(1838087577)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.159--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 691320983
    [junit] [EL Finer]: 2024-04-17 17:54:24.159--ClientSession(691320983)--Thread(Thread[main,5,main])--acquire unit of work: 263731217
    [junit] [EL Finest]: 2024-04-17 17:54:24.159--UnitOfWork(263731217)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.159--UnitOfWork(263731217)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.159--UnitOfWork(263731217)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.159--UnitOfWork(263731217)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.159--UnitOfWork(263731217)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:24.159--UnitOfWork(263731217)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:24.159--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-17 17:54:24.159--ServerSession(454071866)--Connection(1559054515)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.159--ClientSession(691320983)--Connection(1559054515)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.159--ClientSession(691320983)--Connection(1559054515)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:24.159--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-17 17:54:24.16--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-17 17:54:24.16--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-17 17:54:24.165--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-17 17:54:24.166--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-17 17:54:24.166--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-17 17:54:24.166--ClientSession(691320983)--Connection(1111768494)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:24.166--ClientSession(691320983)--Connection(1111768494)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:24.166--ClientSession(691320983)--Connection(1111768494)--Thread(Thread[main,5,main])--	bind => [3, 2005-10-09, bli, 1, Review]
    [junit] [EL Fine]: 2024-04-17 17:54:24.166--ClientSession(691320983)--Connection(1111768494)--Thread(Thread[main,5,main])--	bind => [1, 2005-10-07, bla, 1, Review]
    [junit] [EL Fine]: 2024-04-17 17:54:24.166--ClientSession(691320983)--Connection(1111768494)--Thread(Thread[main,5,main])--	bind => [2, 2005-10-08, ble, 1, Review]
    [junit] [EL Finer]: 2024-04-17 17:54:24.166--ClientSession(691320983)--Connection(1111768494)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:24.167--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-17 17:54:24.167--ClientSession(691320983)--Connection(1111768494)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:24.167--ClientSession(691320983)--Connection(1111768494)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:24.167--ClientSession(691320983)--Connection(1111768494)--Thread(Thread[main,5,main])--	bind => [0, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:24.167--ClientSession(691320983)--Connection(1111768494)--Thread(Thread[main,5,main])--	bind => [0, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:24.167--ClientSession(691320983)--Connection(1111768494)--Thread(Thread[main,5,main])--	bind => [0, 2]
    [junit] [EL Finer]: 2024-04-17 17:54:24.167--ClientSession(691320983)--Connection(1111768494)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:24.167--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-17 17:54:24.167--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-17 17:54:24.167--ClientSession(691320983)--Connection(1111768494)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:24.167--ClientSession(691320983)--Connection(1111768494)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:24.167--ClientSession(691320983)--Connection(1111768494)--Thread(Thread[main,5,main])--	bind => [1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:24.167--ClientSession(691320983)--Connection(1111768494)--Thread(Thread[main,5,main])--	bind => [2, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:24.167--ClientSession(691320983)--Connection(1111768494)--Thread(Thread[main,5,main])--	bind => [3, 4]
    [junit] [EL Finer]: 2024-04-17 17:54:24.167--ClientSession(691320983)--Connection(1111768494)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:24.168--ClientSession(691320983)--Connection(1111768494)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.168--ServerSession(454071866)--Connection(1559054515)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.168--UnitOfWork(263731217)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.168--UnitOfWork(263731217)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.168--UnitOfWork(263731217)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.168--ClientSession(691320983)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.168--UnitOfWork(263731217)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.168--ClientSession(691320983)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.168--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1481038207
    [junit] [EL Finer]: 2024-04-17 17:54:24.168--ClientSession(1481038207)--Thread(Thread[main,5,main])--acquire unit of work: 570844727
    [junit] [EL Finest]: 2024-04-17 17:54:24.168--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-17 17:54:24.169--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-17 17:54:24.169--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-17 17:54:24.169--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-17 17:54:24.169--ServerSession(454071866)--Connection(1235782822)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.169--ServerSession(454071866)--Connection(1235782822)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.169--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-17 17:54:24.169--ServerSession(454071866)--Connection(1235782822)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.169--UnitOfWork(570844727)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.169--UnitOfWork(570844727)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.169--UnitOfWork(570844727)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.169--UnitOfWork(570844727)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.169--ClientSession(1481038207)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.169--UnitOfWork(570844727)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.169--ClientSession(1481038207)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.17--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 563922273
    [junit] [EL Finer]: 2024-04-17 17:54:24.17--ClientSession(563922273)--Thread(Thread[main,5,main])--acquire unit of work: 766877129
    [junit] [EL Finest]: 2024-04-17 17:54:24.17--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-17 17:54:24.17--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-17 17:54:24.17--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-17 17:54:24.17--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-17 17:54:24.17--ServerSession(454071866)--Connection(1942370533)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.17--ServerSession(454071866)--Connection(1942370533)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.17--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-17 17:54:24.17--ServerSession(454071866)--Connection(1942370533)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.171--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-17 17:54:24.171--ServerSession(454071866)--Connection(1929778763)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.171--ServerSession(454071866)--Connection(1929778763)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.171--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-17 17:54:24.171--ServerSession(454071866)--Connection(1929778763)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.171--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-17 17:54:24.171--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-17 17:54:24.171--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-17 17:54:24.171--UnitOfWork(766877129)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.171--UnitOfWork(766877129)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.171--UnitOfWork(766877129)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.171--UnitOfWork(766877129)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.171--ClientSession(563922273)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.171--UnitOfWork(766877129)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.171--ClientSession(563922273)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.172--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1578292688
    [junit] [EL Finer]: 2024-04-17 17:54:24.172--ClientSession(1578292688)--Thread(Thread[main,5,main])--acquire unit of work: 707411899
    [junit] [EL Finest]: 2024-04-17 17:54:24.172--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-17 17:54:24.172--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-17 17:54:24.172--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-17 17:54:24.172--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-17 17:54:24.172--ServerSession(454071866)--Connection(1913927660)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.172--ServerSession(454071866)--Connection(1913927660)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.172--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-17 17:54:24.172--ServerSession(454071866)--Connection(1913927660)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.173--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-17 17:54:24.173--ServerSession(454071866)--Connection(729268248)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.173--ServerSession(454071866)--Connection(729268248)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.173--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-17 17:54:24.173--ServerSession(454071866)--Connection(729268248)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.173--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-17 17:54:24.173--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-17 17:54:24.173--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-17 17:54:24.173--UnitOfWork(707411899)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.173--UnitOfWork(707411899)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.173--UnitOfWork(707411899)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.173--UnitOfWork(707411899)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.173--ClientSession(1578292688)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.173--UnitOfWork(707411899)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.173--ClientSession(1578292688)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.19--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 167861136
    [junit] [EL Finer]: 2024-04-17 17:54:24.19--ClientSession(167861136)--Thread(Thread[main,5,main])--acquire unit of work: 233356148
    [junit] [EL Finest]: 2024-04-17 17:54:24.19--UnitOfWork(233356148)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.19--UnitOfWork(233356148)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.19--UnitOfWork(233356148)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.19--UnitOfWork(233356148)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.19--UnitOfWork(233356148)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:24.19--UnitOfWork(233356148)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:24.19--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-17 17:54:24.19--ServerSession(454071866)--Connection(694538364)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.19--ClientSession(167861136)--Connection(694538364)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.19--ClientSession(167861136)--Connection(694538364)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:24.19--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-17 17:54:24.19--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-17 17:54:24.191--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-17 17:54:24.191--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-17 17:54:24.191--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-17 17:54:24.191--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-17 17:54:24.191--ClientSession(167861136)--Connection(678442296)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:24.191--ClientSession(167861136)--Connection(678442296)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:24.191--ClientSession(167861136)--Connection(678442296)--Thread(Thread[main,5,main])--	bind => [2, 2005-10-08, ble, 1, Review]
    [junit] [EL Fine]: 2024-04-17 17:54:24.191--ClientSession(167861136)--Connection(678442296)--Thread(Thread[main,5,main])--	bind => [3, 2005-10-09, bli, 1, Review]
    [junit] [EL Fine]: 2024-04-17 17:54:24.191--ClientSession(167861136)--Connection(678442296)--Thread(Thread[main,5,main])--	bind => [1, 2005-10-07, bla, 1, Review]
    [junit] [EL Finer]: 2024-04-17 17:54:24.191--ClientSession(167861136)--Connection(678442296)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:24.192--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-17 17:54:24.192--ClientSession(167861136)--Connection(678442296)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:24.192--ClientSession(167861136)--Connection(678442296)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:24.192--ClientSession(167861136)--Connection(678442296)--Thread(Thread[main,5,main])--	bind => [0, 2]
    [junit] [EL Fine]: 2024-04-17 17:54:24.192--ClientSession(167861136)--Connection(678442296)--Thread(Thread[main,5,main])--	bind => [0, 3]
    [junit] [EL Fine]: 2024-04-17 17:54:24.192--ClientSession(167861136)--Connection(678442296)--Thread(Thread[main,5,main])--	bind => [0, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:24.192--ClientSession(167861136)--Connection(678442296)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:24.192--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-17 17:54:24.192--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-17 17:54:24.192--ClientSession(167861136)--Connection(678442296)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:24.192--ClientSession(167861136)--Connection(678442296)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:24.192--ClientSession(167861136)--Connection(678442296)--Thread(Thread[main,5,main])--	bind => [1, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:24.192--ClientSession(167861136)--Connection(678442296)--Thread(Thread[main,5,main])--	bind => [2, 4]
    [junit] [EL Fine]: 2024-04-17 17:54:24.193--ClientSession(167861136)--Connection(678442296)--Thread(Thread[main,5,main])--	bind => [3, 4]
    [junit] [EL Finer]: 2024-04-17 17:54:24.193--ClientSession(167861136)--Connection(678442296)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:24.193--ClientSession(167861136)--Connection(678442296)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.193--ServerSession(454071866)--Connection(694538364)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.193--UnitOfWork(233356148)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.193--UnitOfWork(233356148)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.193--UnitOfWork(233356148)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.193--ClientSession(167861136)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.193--UnitOfWork(233356148)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.193--ClientSession(167861136)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.193--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2050112633
    [junit] [EL Finer]: 2024-04-17 17:54:24.194--ClientSession(2050112633)--Thread(Thread[main,5,main])--acquire unit of work: 967321
    [junit] [EL Finest]: 2024-04-17 17:54:24.194--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-17 17:54:24.194--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-17 17:54:24.194--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-17 17:54:24.194--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-17 17:54:24.194--ServerSession(454071866)--Connection(1942837738)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.194--ServerSession(454071866)--Connection(1942837738)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.194--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-17 17:54:24.194--ServerSession(454071866)--Connection(1942837738)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.194--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-17 17:54:24.194--ServerSession(454071866)--Connection(1325037234)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.194--ServerSession(454071866)--Connection(1325037234)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.195--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-17 17:54:24.195--ServerSession(454071866)--Connection(1325037234)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.195--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-17 17:54:24.195--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-17 17:54:24.195--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-17 17:54:24.195--UnitOfWork(967321)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:24.195--UnitOfWork(967321)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:24.195--UnitOfWork(967321)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Review )
    [junit] [EL Finest]: 2024-04-17 17:54:24.195--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-17 17:54:24.195--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-17 17:54:24.195--ServerSession(454071866)--Connection(253709668)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.195--ClientSession(2050112633)--Connection(253709668)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.195--ClientSession(2050112633)--Connection(253709668)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:24.196--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-17 17:54:24.196--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-17 17:54:24.196--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-17 17:54:24.196--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-17 17:54:24.196--ClientSession(2050112633)--Connection(1069699799)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.197--ServerSession(454071866)--Connection(253709668)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.197--UnitOfWork(967321)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.197--UnitOfWork(967321)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.197--UnitOfWork(967321)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.197--ClientSession(2050112633)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.197--UnitOfWork(967321)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.197--ClientSession(2050112633)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.197--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1250400815
    [junit] [EL Finer]: 2024-04-17 17:54:24.197--ClientSession(1250400815)--Thread(Thread[main,5,main])--acquire unit of work: 206663802
    [junit] [EL Finest]: 2024-04-17 17:54:24.197--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-17 17:54:24.197--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-17 17:54:24.197--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-17 17:54:24.197--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-17 17:54:24.197--ServerSession(454071866)--Connection(441768985)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.197--ServerSession(454071866)--Connection(441768985)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.197--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-17 17:54:24.198--ServerSession(454071866)--Connection(441768985)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.198--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-17 17:54:24.198--ServerSession(454071866)--Connection(1016859681)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.198--ServerSession(454071866)--Connection(1016859681)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.198--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-17 17:54:24.198--ServerSession(454071866)--Connection(1016859681)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.198--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-17 17:54:24.199--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-17 17:54:24.199--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-17 17:54:24.199--ServerSession(454071866)--Connection(1979485247)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.199--ServerSession(454071866)--Connection(1979485247)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.199--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-17 17:54:24.199--ServerSession(454071866)--Connection(1979485247)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.199--UnitOfWork(206663802)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.199--ClientSession(1250400815)--Thread(Thread[main,5,main])--client released
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestUnidirectionalOneToOne
    [junit] [EL Finer]: 2024-04-17 17:54:24.22--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 630325404
    [junit] [EL Finer]: 2024-04-17 17:54:24.22--ClientSession(630325404)--Thread(Thread[main,5,main])--acquire unit of work: 1301723496
    [junit] [EL Finest]: 2024-04-17 17:54:24.22--UnitOfWork(1301723496)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.22--UnitOfWork(1301723496)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.22--UnitOfWork(1301723496)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.22--UnitOfWork(1301723496)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.22--UnitOfWork(1301723496)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:24.22--UnitOfWork(1301723496)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:24.221--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-17 17:54:24.221--ServerSession(454071866)--Connection(306216757)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.221--ClientSession(630325404)--Connection(306216757)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.221--ClientSession(630325404)--Connection(306216757)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:24.221--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-17 17:54:24.221--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-17 17:54:24.221--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-17 17:54:24.221--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-17 17:54:24.221--ClientSession(630325404)--Connection(1295051847)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:24.221--ClientSession(630325404)--Connection(1295051847)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROFILE (GUID, AIRLINE, SMOKER) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:24.221--ClientSession(630325404)--Connection(1295051847)--Thread(Thread[main,5,main])--	bind => [[B@bc75f4f, Aeroflot, true]
    [junit] [EL Fine]: 2024-04-17 17:54:24.221--ClientSession(630325404)--Connection(1295051847)--Thread(Thread[main,5,main])--	bind => [[B@1aef20d5, Lufthansa, false]
    [junit] [EL Finer]: 2024-04-17 17:54:24.221--ClientSession(630325404)--Connection(1295051847)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:24.222--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-17 17:54:24.222--ClientSession(630325404)--Connection(1295051847)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:24.222--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-17 17:54:24.222--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-17 17:54:24.222--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-17 17:54:24.222--ClientSession(630325404)--Connection(1295051847)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:24.223--ClientSession(630325404)--Connection(1295051847)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.223--ServerSession(454071866)--Connection(306216757)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.223--UnitOfWork(1301723496)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.223--UnitOfWork(1301723496)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.223--UnitOfWork(1301723496)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.223--ClientSession(630325404)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.223--UnitOfWork(1301723496)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.223--ClientSession(630325404)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.223--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2088234531
    [junit] [EL Finer]: 2024-04-17 17:54:24.223--ClientSession(2088234531)--Thread(Thread[main,5,main])--acquire unit of work: 536707312
    [junit] [EL Finest]: 2024-04-17 17:54:24.223--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-17 17:54:24.223--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-17 17:54:24.223--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-17 17:54:24.224--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-17 17:54:24.224--ServerSession(454071866)--Connection(596413013)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.224--ServerSession(454071866)--Connection(596413013)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.224--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-17 17:54:24.224--ServerSession(454071866)--Connection(596413013)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.224--UnitOfWork(536707312)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="travelProfile" referenceClass=TravelProfile )
    [junit] [EL Finest]: 2024-04-17 17:54:24.224--ServerSession(454071866)--Connection(1839623306)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.224--ServerSession(454071866)--Connection(1839623306)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.224--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-17 17:54:24.225--ServerSession(454071866)--Connection(1839623306)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.225--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-17 17:54:24.225--UnitOfWork(536707312)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.225--UnitOfWork(536707312)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.225--UnitOfWork(536707312)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.225--UnitOfWork(536707312)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.225--ClientSession(2088234531)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.225--UnitOfWork(536707312)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.225--ClientSession(2088234531)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.225--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 888088800
    [junit] [EL Finer]: 2024-04-17 17:54:24.225--ClientSession(888088800)--Thread(Thread[main,5,main])--acquire unit of work: 1471682530
    [junit] [EL Finest]: 2024-04-17 17:54:24.225--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-17 17:54:24.225--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-17 17:54:24.225--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-17 17:54:24.225--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-17 17:54:24.225--ServerSession(454071866)--Connection(1772216232)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.225--ServerSession(454071866)--Connection(1772216232)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.226--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-17 17:54:24.226--ServerSession(454071866)--Connection(1772216232)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.226--UnitOfWork(1471682530)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="travelProfile" referenceClass=TravelProfile )
    [junit] [EL Finest]: 2024-04-17 17:54:24.226--ServerSession(454071866)--Connection(1675126826)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.226--ServerSession(454071866)--Connection(1675126826)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.226--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-17 17:54:24.226--ServerSession(454071866)--Connection(1675126826)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.226--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-17 17:54:24.226--UnitOfWork(1471682530)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.227--UnitOfWork(1471682530)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.227--UnitOfWork(1471682530)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.227--UnitOfWork(1471682530)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.227--ClientSession(888088800)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.227--UnitOfWork(1471682530)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.227--ClientSession(888088800)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.227--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 519064988
    [junit] [EL Finer]: 2024-04-17 17:54:24.227--ClientSession(519064988)--Thread(Thread[main,5,main])--acquire unit of work: 1107472217
    [junit] [EL Finest]: 2024-04-17 17:54:24.227--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-17 17:54:24.227--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-17 17:54:24.227--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-17 17:54:24.227--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-17 17:54:24.227--ServerSession(454071866)--Connection(1337245690)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.227--ServerSession(454071866)--Connection(1337245690)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.227--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-17 17:54:24.228--ServerSession(454071866)--Connection(1337245690)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.228--UnitOfWork(1107472217)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="travelProfile" referenceClass=TravelProfile )
    [junit] [EL Finest]: 2024-04-17 17:54:24.228--ServerSession(454071866)--Connection(362783968)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.228--ServerSession(454071866)--Connection(362783968)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.228--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-17 17:54:24.228--ServerSession(454071866)--Connection(362783968)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.228--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-17 17:54:24.228--UnitOfWork(1107472217)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.229--UnitOfWork(1107472217)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.229--UnitOfWork(1107472217)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.229--UnitOfWork(1107472217)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.229--ClientSession(519064988)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.229--UnitOfWork(1107472217)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.229--ClientSession(519064988)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.245--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 317979252
    [junit] [EL Finer]: 2024-04-17 17:54:24.245--ClientSession(317979252)--Thread(Thread[main,5,main])--acquire unit of work: 787270911
    [junit] [EL Finest]: 2024-04-17 17:54:24.246--UnitOfWork(787270911)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.246--UnitOfWork(787270911)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.246--UnitOfWork(787270911)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.246--UnitOfWork(787270911)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.246--UnitOfWork(787270911)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:24.246--UnitOfWork(787270911)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:24.246--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-17 17:54:24.246--ServerSession(454071866)--Connection(4088923)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.246--ClientSession(317979252)--Connection(4088923)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.246--ClientSession(317979252)--Connection(4088923)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:24.246--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-17 17:54:24.246--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-17 17:54:24.246--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-17 17:54:24.246--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-17 17:54:24.247--ClientSession(317979252)--Connection(1166003657)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:24.247--ClientSession(317979252)--Connection(1166003657)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROFILE (GUID, AIRLINE, SMOKER) VALUES (?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:24.247--ClientSession(317979252)--Connection(1166003657)--Thread(Thread[main,5,main])--	bind => [[B@bc75f4f, Aeroflot, true]
    [junit] [EL Fine]: 2024-04-17 17:54:24.247--ClientSession(317979252)--Connection(1166003657)--Thread(Thread[main,5,main])--	bind => [[B@1aef20d5, Lufthansa, false]
    [junit] [EL Finer]: 2024-04-17 17:54:24.247--ClientSession(317979252)--Connection(1166003657)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finest]: 2024-04-17 17:54:24.247--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-17 17:54:24.247--ClientSession(317979252)--Connection(1166003657)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:24.247--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-17 17:54:24.247--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-17 17:54:24.247--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-17 17:54:24.247--ClientSession(317979252)--Connection(1166003657)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:24.248--ClientSession(317979252)--Connection(1166003657)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.248--ServerSession(454071866)--Connection(4088923)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.248--UnitOfWork(787270911)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.248--UnitOfWork(787270911)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.249--UnitOfWork(787270911)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.249--ClientSession(317979252)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.249--UnitOfWork(787270911)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.249--ClientSession(317979252)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.249--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1501159816
    [junit] [EL Finer]: 2024-04-17 17:54:24.249--ClientSession(1501159816)--Thread(Thread[main,5,main])--acquire unit of work: 241339595
    [junit] [EL Finest]: 2024-04-17 17:54:24.249--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-17 17:54:24.249--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-17 17:54:24.249--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-17 17:54:24.249--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-17 17:54:24.249--ServerSession(454071866)--Connection(113456710)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.249--ServerSession(454071866)--Connection(113456710)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.249--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-17 17:54:24.25--ServerSession(454071866)--Connection(113456710)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.25--UnitOfWork(241339595)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="travelProfile" referenceClass=TravelProfile )
    [junit] [EL Finest]: 2024-04-17 17:54:24.25--ServerSession(454071866)--Connection(1355466306)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.25--ServerSession(454071866)--Connection(1355466306)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.25--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-17 17:54:24.25--ServerSession(454071866)--Connection(1355466306)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.25--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-17 17:54:24.25--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-17 17:54:24.25--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-17 17:54:24.25--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-17 17:54:24.25--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-17 17:54:24.25--ServerSession(454071866)--Connection(1697839087)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.251--ServerSession(454071866)--Connection(1697839087)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.251--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-17 17:54:24.251--ServerSession(454071866)--Connection(1697839087)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.251--UnitOfWork(241339595)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:24.251--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-17 17:54:24.251--ServerSession(454071866)--Connection(2147365188)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.251--ClientSession(1501159816)--Connection(2147365188)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.251--ClientSession(1501159816)--Connection(2147365188)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:24.252--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-17 17:54:24.252--ClientSession(1501159816)--Connection(1716689224)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:24.252--ClientSession(1501159816)--Connection(1716689224)--Thread(Thread[main,5,main])--UPDATE TMP_EMP SET PROFILE_GUID = ? WHERE (ID = ?)
    [junit] [EL Fine]: 2024-04-17 17:54:24.252--ClientSession(1501159816)--Connection(1716689224)--Thread(Thread[main,5,main])--	bind => [null, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:24.252--ClientSession(1501159816)--Connection(1716689224)--Thread(Thread[main,5,main])--	bind => [[B@5c8aa6ce, 2]
    [junit] [EL Finer]: 2024-04-17 17:54:24.252--ClientSession(1501159816)--Connection(1716689224)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:24.252--ClientSession(1501159816)--Connection(1716689224)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.253--ServerSession(454071866)--Connection(2147365188)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.253--UnitOfWork(241339595)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.253--UnitOfWork(241339595)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.253--UnitOfWork(241339595)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.253--ClientSession(1501159816)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.253--UnitOfWork(241339595)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.253--ClientSession(1501159816)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.253--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1676118760
    [junit] [EL Finer]: 2024-04-17 17:54:24.253--ClientSession(1676118760)--Thread(Thread[main,5,main])--acquire unit of work: 286119685
    [junit] [EL Finest]: 2024-04-17 17:54:24.253--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-17 17:54:24.253--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-17 17:54:24.253--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-17 17:54:24.253--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-17 17:54:24.253--ServerSession(454071866)--Connection(1163450947)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.253--ServerSession(454071866)--Connection(1163450947)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.253--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-17 17:54:24.254--ServerSession(454071866)--Connection(1163450947)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.27--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-17 17:54:24.27--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-17 17:54:24.27--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-17 17:54:24.27--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-17 17:54:24.27--ServerSession(454071866)--Connection(1133439215)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.27--ServerSession(454071866)--Connection(1133439215)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.271--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-17 17:54:24.271--ServerSession(454071866)--Connection(1133439215)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.271--UnitOfWork(286119685)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="travelProfile" referenceClass=TravelProfile )
    [junit] [EL Finest]: 2024-04-17 17:54:24.271--ServerSession(454071866)--Connection(131803898)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.271--ServerSession(454071866)--Connection(131803898)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.271--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-17 17:54:24.271--ServerSession(454071866)--Connection(131803898)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.272--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-17 17:54:24.272--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-17 17:54:24.272--ServerSession(454071866)--Connection(2098174024)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.272--ServerSession(454071866)--Connection(2098174024)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.272--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-17 17:54:24.273--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.07 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.BufferReadTest
    [junit] [EL Finer]: 2024-04-17 17:54:24.287--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 818295239
    [junit] [EL Finer]: 2024-04-17 17:54:24.287--ClientSession(818295239)--Thread(Thread[main,5,main])--acquire unit of work: 631536412
    [junit] [EL Finest]: 2024-04-17 17:54:24.288--UnitOfWork(631536412)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.288--UnitOfWork(631536412)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:24.288--UnitOfWork(631536412)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:24.288--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-17 17:54:24.288--ServerSession(454071866)--Connection(2104277384)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.288--ClientSession(818295239)--Connection(2104277384)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.288--ClientSession(818295239)--Connection(2104277384)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:24.288--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-17 17:54:24.288--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-17 17:54:24.289--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-17 17:54:24.29--ClientSession(818295239)--Connection(1776502866)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.29--ServerSession(454071866)--Connection(2104277384)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.29--UnitOfWork(631536412)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.29--UnitOfWork(631536412)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.29--UnitOfWork(631536412)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.29--ClientSession(818295239)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.29--UnitOfWork(631536412)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.29--ClientSession(818295239)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.29--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 878733169
    [junit] [EL Finer]: 2024-04-17 17:54:24.29--ClientSession(878733169)--Thread(Thread[main,5,main])--acquire unit of work: 122073438
    [junit] [EL Finest]: 2024-04-17 17:54:24.291--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-17 17:54:24.291--ServerSession(454071866)--Connection(1757972957)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.291--ServerSession(454071866)--Connection(1757972957)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.291--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-17 17:54:24.291--ServerSession(454071866)--Connection(1757972957)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.292--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-17 17:54:24.292--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-17 17:54:24.292--UnitOfWork(122073438)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.292--ClientSession(878733169)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.292--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-17 17:54:24.292--ServerSession(454071866)--Connection(1756568226)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.292--ServerSession(454071866)--Connection(1756568226)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.293--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-17 17:54:24.293--ServerSession(454071866)--Connection(1756568226)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.293--UnitOfWork(122073438)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.293--ClientSession(878733169)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.293--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-17 17:54:24.293--ServerSession(454071866)--Connection(1134977525)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.293--ServerSession(454071866)--Connection(1134977525)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.293--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-17 17:54:24.293--ServerSession(454071866)--Connection(1134977525)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.293--UnitOfWork(122073438)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.293--ClientSession(878733169)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.294--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-17 17:54:24.294--ServerSession(454071866)--Connection(618785621)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.294--ServerSession(454071866)--Connection(618785621)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.294--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-17 17:54:24.294--ServerSession(454071866)--Connection(618785621)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.294--UnitOfWork(122073438)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.294--ClientSession(878733169)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.294--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-17 17:54:24.294--ServerSession(454071866)--Connection(986310840)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.294--ServerSession(454071866)--Connection(986310840)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.294--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-17 17:54:24.294--ServerSession(454071866)--Connection(986310840)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.294--UnitOfWork(122073438)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.295--ClientSession(878733169)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.295--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-17 17:54:24.295--ServerSession(454071866)--Connection(1894092360)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.295--ServerSession(454071866)--Connection(1894092360)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.295--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-17 17:54:24.295--ServerSession(454071866)--Connection(1894092360)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.295--UnitOfWork(122073438)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.295--ClientSession(878733169)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.295--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-17 17:54:24.295--ServerSession(454071866)--Connection(787989920)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.295--ServerSession(454071866)--Connection(787989920)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.295--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-17 17:54:24.295--ServerSession(454071866)--Connection(787989920)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.295--UnitOfWork(122073438)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.296--ClientSession(878733169)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.296--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-17 17:54:24.296--ServerSession(454071866)--Connection(1441494169)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.296--ServerSession(454071866)--Connection(1441494169)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.296--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-17 17:54:24.296--ServerSession(454071866)--Connection(1441494169)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.296--UnitOfWork(122073438)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.296--ClientSession(878733169)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.296--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-17 17:54:24.296--ServerSession(454071866)--Connection(1357787394)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.296--ServerSession(454071866)--Connection(1357787394)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.296--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-17 17:54:24.296--ServerSession(454071866)--Connection(1357787394)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.296--UnitOfWork(122073438)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.296--ClientSession(878733169)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.297--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-17 17:54:24.297--ServerSession(454071866)--Connection(1634053753)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.297--ServerSession(454071866)--Connection(1634053753)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.297--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-17 17:54:24.297--ServerSession(454071866)--Connection(1634053753)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.297--UnitOfWork(122073438)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.297--ClientSession(878733169)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.297--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-17 17:54:24.297--ServerSession(454071866)--Connection(552106659)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.297--ServerSession(454071866)--Connection(552106659)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.297--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-17 17:54:24.297--ServerSession(454071866)--Connection(552106659)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.297--UnitOfWork(122073438)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.298--ClientSession(878733169)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.298--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-17 17:54:24.298--ServerSession(454071866)--Connection(1063187762)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.298--ServerSession(454071866)--Connection(1063187762)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.298--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-17 17:54:24.298--ServerSession(454071866)--Connection(1063187762)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.298--UnitOfWork(122073438)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.298--ClientSession(878733169)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.298--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-17 17:54:24.298--ServerSession(454071866)--Connection(2037782723)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.298--ServerSession(454071866)--Connection(2037782723)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.298--ServerSession(454071866)--Connection(835294650)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:24.298--ServerSession(454071866)--Connection(2037782723)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.298--UnitOfWork(122073438)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.298--ClientSession(878733169)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.299--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-17 17:54:24.299--ServerSession(454071866)--Connection(318871129)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.299--ServerSession(454071866)--Connection(318871129)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.299--ServerSession(454071866)--Connection(1526215930)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:24.299--ServerSession(454071866)--Connection(318871129)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.299--UnitOfWork(122073438)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.299--ClientSession(878733169)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.299--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-17 17:54:24.299--ServerSession(454071866)--Connection(184738806)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.299--ServerSession(454071866)--Connection(184738806)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.299--ServerSession(454071866)--Connection(338562961)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:24.299--ServerSession(454071866)--Connection(184738806)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.299--UnitOfWork(122073438)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.299--ClientSession(878733169)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.3--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-17 17:54:24.3--ServerSession(454071866)--Connection(542538339)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.3--ServerSession(454071866)--Connection(542538339)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.3--ServerSession(454071866)--Connection(1012342988)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:24.3--ServerSession(454071866)--Connection(542538339)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.3--UnitOfWork(122073438)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.3--ClientSession(878733169)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.3--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-17 17:54:24.3--ServerSession(454071866)--Connection(39929264)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.3--ServerSession(454071866)--Connection(39929264)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.3--ServerSession(454071866)--Connection(301445885)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:24.3--ServerSession(454071866)--Connection(39929264)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.3--UnitOfWork(122073438)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.3--ClientSession(878733169)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.301--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-17 17:54:24.301--ServerSession(454071866)--Connection(1124545257)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.301--ServerSession(454071866)--Connection(1124545257)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.301--ServerSession(454071866)--Connection(1271112700)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:24.301--ServerSession(454071866)--Connection(1124545257)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.301--UnitOfWork(122073438)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.301--ClientSession(878733169)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.301--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-17 17:54:24.301--ServerSession(454071866)--Connection(1848605780)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.301--ServerSession(454071866)--Connection(1848605780)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.301--ServerSession(454071866)--Connection(340101890)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:24.301--ServerSession(454071866)--Connection(1848605780)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.301--UnitOfWork(122073438)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.302--ClientSession(878733169)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.302--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-17 17:54:24.302--ServerSession(454071866)--Connection(1507498183)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.302--ServerSession(454071866)--Connection(1507498183)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.302--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 => [2]
    [junit] [EL Finest]: 2024-04-17 17:54:24.302--ServerSession(454071866)--Connection(1507498183)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.302--UnitOfWork(122073438)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.302--ClientSession(878733169)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.311--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 456908257
    [junit] [EL Finer]: 2024-04-17 17:54:24.311--ClientSession(456908257)--Thread(Thread[main,5,main])--acquire unit of work: 1471903502
    [junit] [EL Finest]: 2024-04-17 17:54:24.311--UnitOfWork(1471903502)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.311--UnitOfWork(1471903502)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:24.311--UnitOfWork(1471903502)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:24.311--UnitOfWork(1471903502)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1)
    [junit] [EL Finest]: 2024-04-17 17:54:24.311--ServerSession(454071866)--Connection(52790751)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.311--ClientSession(456908257)--Connection(52790751)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.311--ClientSession(456908257)--Connection(52790751)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:24.311--UnitOfWork(1471903502)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7935648)
    [junit] [EL Fine]: 2024-04-17 17:54:24.312--ClientSession(456908257)--Connection(1764634802)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] 	bind => [1, something, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:24.312--ClientSession(456908257)--Connection(1764634802)--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@1d6747d6, [B@32c332d8, [B@2af02f92, 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-17 17:54:24.312--ClientSession(456908257)--Connection(1764634802)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.313--ServerSession(454071866)--Connection(52790751)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.313--UnitOfWork(1471903502)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.313--UnitOfWork(1471903502)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.313--UnitOfWork(1471903502)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.313--ClientSession(456908257)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.313--UnitOfWork(1471903502)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.313--ClientSession(456908257)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.313--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 730256491
    [junit] [EL Finer]: 2024-04-17 17:54:24.313--ClientSession(730256491)--Thread(Thread[main,5,main])--acquire unit of work: 786471200
    [junit] [EL Finest]: 2024-04-17 17:54:24.313--UnitOfWork(786471200)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.314--ServerSession(454071866)--Connection(1969438522)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.314--ServerSession(454071866)--Connection(1969438522)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.333--ServerSession(454071866)--Connection(555959536)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:24.334--ServerSession(454071866)--Connection(1969438522)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.334--UnitOfWork(786471200)--Thread(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-17 17:54:24.334--UnitOfWork(786471200)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.345--UnitOfWork(786471200)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.345--ClientSession(730256491)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.355--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 393074775
    [junit] [EL Finer]: 2024-04-17 17:54:24.355--ClientSession(393074775)--Thread(Thread[main,5,main])--acquire unit of work: 2019255900
    [junit] [EL Finest]: 2024-04-17 17:54:24.355--UnitOfWork(2019255900)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.356--UnitOfWork(2019255900)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:24.356--UnitOfWork(2019255900)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:24.356--UnitOfWork(2019255900)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1)
    [junit] [EL Finest]: 2024-04-17 17:54:24.356--ServerSession(454071866)--Connection(1826822932)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.356--ClientSession(393074775)--Connection(1826822932)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.356--ClientSession(393074775)--Connection(1826822932)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:24.356--UnitOfWork(2019255900)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4c36ca6c)
    [junit] [EL Fine]: 2024-04-17 17:54:24.356--ClientSession(393074775)--Connection(1306620485)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] 	bind => [1, something, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:24.357--ClientSession(393074775)--Connection(1306620485)--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@f53ebe2, [B@7b1c6aa7, [B@3d294cdb, 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-17 17:54:24.357--ClientSession(393074775)--Connection(1306620485)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.358--ServerSession(454071866)--Connection(1826822932)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.358--UnitOfWork(2019255900)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.358--UnitOfWork(2019255900)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.358--UnitOfWork(2019255900)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.358--ClientSession(393074775)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.358--UnitOfWork(2019255900)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.358--ClientSession(393074775)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.359--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 818331949
    [junit] [EL Finer]: 2024-04-17 17:54:24.359--ClientSession(818331949)--Thread(Thread[main,5,main])--acquire unit of work: 657514051
    [junit] [EL Finest]: 2024-04-17 17:54:24.359--UnitOfWork(657514051)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.359--ServerSession(454071866)--Connection(552035926)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.359--ServerSession(454071866)--Connection(552035926)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.359--ServerSession(454071866)--Connection(382000207)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:24.36--ServerSession(454071866)--Connection(552035926)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.36--UnitOfWork(657514051)--Thread(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-17 17:54:24.36--UnitOfWork(657514051)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.361--UnitOfWork(657514051)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.361--UnitOfWork(657514051)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.361--UnitOfWork(657514051)--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-17 17:54:24.361--UnitOfWork(657514051)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.361--ClientSession(818331949)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.361--UnitOfWork(657514051)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.361--ClientSession(818331949)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.361--UnitOfWork(657514051)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.361--ClientSession(818331949)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.361--UnitOfWork(657514051)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.361--ClientSession(818331949)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.361--UnitOfWork(657514051)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.361--ClientSession(818331949)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.361--UnitOfWork(657514051)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.361--ClientSession(818331949)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.361--UnitOfWork(657514051)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.361--ClientSession(818331949)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.361--UnitOfWork(657514051)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.361--ClientSession(818331949)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.361--UnitOfWork(657514051)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.361--ClientSession(818331949)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.361--UnitOfWork(657514051)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.361--ClientSession(818331949)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.361--UnitOfWork(657514051)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.361--ClientSession(818331949)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.361--UnitOfWork(657514051)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.361--ClientSession(818331949)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.361--UnitOfWork(657514051)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.361--ClientSession(818331949)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.361--UnitOfWork(657514051)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.361--ClientSession(818331949)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.361--UnitOfWork(657514051)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.361--ClientSession(818331949)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.361--UnitOfWork(657514051)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.361--ClientSession(818331949)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.361--UnitOfWork(657514051)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.362--ClientSession(818331949)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.362--UnitOfWork(657514051)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.362--ClientSession(818331949)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.362--UnitOfWork(657514051)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.362--ClientSession(818331949)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.362--UnitOfWork(657514051)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.362--ClientSession(818331949)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.362--UnitOfWork(657514051)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.362--ClientSession(818331949)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.362--UnitOfWork(657514051)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.362--ClientSession(818331949)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.362--UnitOfWork(657514051)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.362--ClientSession(818331949)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.362--UnitOfWork(657514051)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.362--ClientSession(818331949)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.362--UnitOfWork(657514051)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.362--ClientSession(818331949)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.362--UnitOfWork(657514051)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.362--ClientSession(818331949)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.362--UnitOfWork(657514051)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.362--ClientSession(818331949)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.362--UnitOfWork(657514051)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.362--ClientSession(818331949)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.362--UnitOfWork(657514051)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.375--ClientSession(818331949)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.375--UnitOfWork(657514051)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.375--ClientSession(818331949)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.384--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1833849181
    [junit] [EL Finer]: 2024-04-17 17:54:24.384--ClientSession(1833849181)--Thread(Thread[main,5,main])--acquire unit of work: 1306198266
    [junit] [EL Finest]: 2024-04-17 17:54:24.385--UnitOfWork(1306198266)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.385--UnitOfWork(1306198266)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:24.385--UnitOfWork(1306198266)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:24.385--UnitOfWork(1306198266)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1)
    [junit] [EL Finest]: 2024-04-17 17:54:24.385--ServerSession(454071866)--Connection(1536885409)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.385--ClientSession(1833849181)--Connection(1536885409)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.385--ClientSession(1833849181)--Connection(1536885409)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:24.385--UnitOfWork(1306198266)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@662fad11)
    [junit] [EL Fine]: 2024-04-17 17:54:24.385--ClientSession(1833849181)--Connection(964285360)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] 	bind => [1, something, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:24.385--ClientSession(1833849181)--Connection(964285360)--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@6459742e, [B@6754ec0e, [B@10c75707, 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-17 17:54:24.386--ClientSession(1833849181)--Connection(964285360)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.386--ServerSession(454071866)--Connection(1536885409)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.386--UnitOfWork(1306198266)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.386--UnitOfWork(1306198266)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.387--UnitOfWork(1306198266)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.387--ClientSession(1833849181)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.387--UnitOfWork(1306198266)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.387--ClientSession(1833849181)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.387--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1705428046
    [junit] [EL Finer]: 2024-04-17 17:54:24.387--ClientSession(1705428046)--Thread(Thread[main,5,main])--acquire unit of work: 1358956700
    [junit] [EL Finest]: 2024-04-17 17:54:24.387--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.387--ServerSession(454071866)--Connection(5792789)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.387--ServerSession(454071866)--Connection(5792789)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.387--ServerSession(454071866)--Connection(1405059612)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:24.388--ServerSession(454071866)--Connection(5792789)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.388--UnitOfWork(1358956700)--Thread(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-17 17:54:24.388--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.388--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.392--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.392--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.392--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.392--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.393--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.393--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.393--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.393--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.393--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.393--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.393--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.393--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.393--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.393--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.393--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.393--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.394--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.394--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.394--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.394--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.394--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.394--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.394--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.394--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.394--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.394--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.394--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.394--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.394--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.394--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.394--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.394--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.395--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.395--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.395--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.395--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.395--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.395--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.395--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.395--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.395--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.395--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.395--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.395--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.395--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.395--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.396--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.396--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.396--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.396--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.396--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.396--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.396--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.396--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.396--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.396--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.396--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.396--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.396--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.396--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.397--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.397--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.397--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.397--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.397--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.397--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.397--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.397--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.397--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.397--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.397--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.397--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.397--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.397--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.397--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.397--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.397--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.398--UnitOfWork(1358956700)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.398--ClientSession(1705428046)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.407--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 948913899
    [junit] [EL Finer]: 2024-04-17 17:54:24.407--ClientSession(948913899)--Thread(Thread[main,5,main])--acquire unit of work: 1694131512
    [junit] [EL Finest]: 2024-04-17 17:54:24.407--UnitOfWork(1694131512)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.407--UnitOfWork(1694131512)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:24.407--UnitOfWork(1694131512)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:24.407--UnitOfWork(1694131512)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1)
    [junit] [EL Finest]: 2024-04-17 17:54:24.407--ServerSession(454071866)--Connection(759776058)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.408--ClientSession(948913899)--Connection(759776058)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.408--ClientSession(948913899)--Connection(759776058)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:24.408--UnitOfWork(1694131512)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@221a7660)
    [junit] [EL Fine]: 2024-04-17 17:54:24.408--ClientSession(948913899)--Connection(2120819341)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] 	bind => [1, something, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:24.408--ClientSession(948913899)--Connection(2120819341)--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@6a46e297, [B@df13c76, [B@3abb0a0f, 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-17 17:54:24.409--ClientSession(948913899)--Connection(2120819341)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.409--ServerSession(454071866)--Connection(759776058)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.409--UnitOfWork(1694131512)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.409--UnitOfWork(1694131512)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.409--UnitOfWork(1694131512)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.409--ClientSession(948913899)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.409--UnitOfWork(1694131512)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.41--ClientSession(948913899)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.41--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1855824803
    [junit] [EL Finer]: 2024-04-17 17:54:24.41--ClientSession(1855824803)--Thread(Thread[main,5,main])--acquire unit of work: 1329024706
    [junit] [EL Finest]: 2024-04-17 17:54:24.41--UnitOfWork(1329024706)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.41--ServerSession(454071866)--Connection(1581286705)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.41--ServerSession(454071866)--Connection(1581286705)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.41--ServerSession(454071866)--Connection(1632892641)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:24.411--ServerSession(454071866)--Connection(1581286705)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.411--UnitOfWork(1329024706)--Thread(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-17 17:54:24.411--UnitOfWork(1329024706)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.411--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 860731232
    [junit] [EL Finer]: 2024-04-17 17:54:24.411--ClientSession(860731232)--Thread(Thread[main,5,main])--acquire unit of work: 1467430547
    [junit] [EL Finer]: 2024-04-17 17:54:24.411--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.411--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.412--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.412--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.412--UnitOfWork(1467430547)--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-17 17:54:24.412--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.412--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.412--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.412--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.412--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.412--UnitOfWork(1467430547)--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-17 17:54:24.412--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.412--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.412--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.412--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.412--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.412--UnitOfWork(1467430547)--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-17 17:54:24.412--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.412--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.412--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.412--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.412--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.412--UnitOfWork(1467430547)--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-17 17:54:24.412--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.412--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.412--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.412--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.412--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.412--UnitOfWork(1467430547)--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-17 17:54:24.412--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.412--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.412--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.412--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.412--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.412--UnitOfWork(1467430547)--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-17 17:54:24.412--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.412--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.412--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.412--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.412--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.412--UnitOfWork(1467430547)--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-17 17:54:24.412--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.412--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.412--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.413--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.413--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.413--UnitOfWork(1467430547)--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-17 17:54:24.413--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.413--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.413--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.413--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.413--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.413--UnitOfWork(1467430547)--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-17 17:54:24.413--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.413--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.413--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.413--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.413--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.413--UnitOfWork(1467430547)--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-17 17:54:24.413--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.413--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.413--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.413--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.413--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.413--UnitOfWork(1467430547)--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-17 17:54:24.413--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.413--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.413--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.413--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.413--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.413--UnitOfWork(1467430547)--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-17 17:54:24.413--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.413--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.413--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.413--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.413--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.413--UnitOfWork(1467430547)--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-17 17:54:24.413--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.413--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.413--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.413--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.413--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.413--UnitOfWork(1467430547)--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-17 17:54:24.413--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.413--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.413--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.413--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.413--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.413--UnitOfWork(1467430547)--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-17 17:54:24.413--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.413--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.413--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.413--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.413--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.414--UnitOfWork(1467430547)--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-17 17:54:24.414--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.414--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.414--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.414--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.414--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.414--UnitOfWork(1467430547)--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-17 17:54:24.414--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.414--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.414--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.414--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.414--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.414--UnitOfWork(1467430547)--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-17 17:54:24.414--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.414--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.414--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.414--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.414--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.414--UnitOfWork(1467430547)--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-17 17:54:24.414--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.414--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.414--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.414--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.414--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.414--UnitOfWork(1467430547)--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-17 17:54:24.414--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.414--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.414--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.414--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.414--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.414--UnitOfWork(1467430547)--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-17 17:54:24.414--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.414--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.414--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.414--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.414--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.414--UnitOfWork(1467430547)--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-17 17:54:24.414--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.414--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.414--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.414--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.414--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.414--UnitOfWork(1467430547)--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-17 17:54:24.414--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.414--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.414--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.414--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.414--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.414--UnitOfWork(1467430547)--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-17 17:54:24.414--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.414--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.414--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.414--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.415--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.415--UnitOfWork(1467430547)--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-17 17:54:24.415--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.415--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.415--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.415--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.415--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.415--UnitOfWork(1467430547)--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-17 17:54:24.415--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.415--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.415--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.415--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.415--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.415--UnitOfWork(1467430547)--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-17 17:54:24.415--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.415--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.415--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.415--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.415--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.415--UnitOfWork(1467430547)--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-17 17:54:24.415--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.415--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.415--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.415--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.415--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.415--UnitOfWork(1467430547)--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-17 17:54:24.415--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.415--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.415--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.415--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.415--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.415--UnitOfWork(1467430547)--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-17 17:54:24.415--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.415--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.415--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.415--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.415--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.415--UnitOfWork(1467430547)--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-17 17:54:24.415--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.415--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.415--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.415--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.415--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.415--UnitOfWork(1467430547)--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-17 17:54:24.415--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.415--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.415--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.415--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.415--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.415--UnitOfWork(1467430547)--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-17 17:54:24.415--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.415--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.415--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.415--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.415--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.416--UnitOfWork(1467430547)--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-17 17:54:24.416--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.416--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.416--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.416--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.416--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.416--UnitOfWork(1467430547)--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-17 17:54:24.416--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.416--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.416--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.416--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.416--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.416--UnitOfWork(1467430547)--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-17 17:54:24.416--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.416--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.416--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.416--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.416--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.416--UnitOfWork(1467430547)--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-17 17:54:24.416--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.416--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.416--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.416--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.416--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.416--UnitOfWork(1467430547)--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-17 17:54:24.416--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.416--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.416--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.416--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.416--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.416--UnitOfWork(1467430547)--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-17 17:54:24.416--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.416--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.416--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.416--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.416--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.416--UnitOfWork(1467430547)--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-17 17:54:24.416--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.416--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.416--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.416--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.416--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.416--UnitOfWork(1467430547)--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-17 17:54:24.416--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.416--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.416--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.416--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.416--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.416--UnitOfWork(1467430547)--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-17 17:54:24.416--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.416--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.416--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.416--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.417--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.417--UnitOfWork(1467430547)--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-17 17:54:24.417--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.417--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.417--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.417--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.417--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.417--UnitOfWork(1467430547)--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-17 17:54:24.417--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.417--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.417--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.417--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.417--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.417--UnitOfWork(1467430547)--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-17 17:54:24.417--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.417--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.417--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.417--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.417--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.417--UnitOfWork(1467430547)--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-17 17:54:24.417--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.417--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.417--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.417--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.417--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.417--UnitOfWork(1467430547)--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-17 17:54:24.417--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.417--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.417--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.417--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.417--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.417--UnitOfWork(1467430547)--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-17 17:54:24.417--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.417--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.417--ClientSession(860731232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.417--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.417--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.417--UnitOfWork(1467430547)--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-17 17:54:24.479--UnitOfWork(1467430547)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.479--UnitOfWork(1329024706)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.479--ClientSession(1855824803)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.489--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1863989053
    [junit] [EL Finer]: 2024-04-17 17:54:24.489--ClientSession(1863989053)--Thread(Thread[main,5,main])--acquire unit of work: 430879443
    [junit] [EL Finest]: 2024-04-17 17:54:24.489--UnitOfWork(430879443)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.489--UnitOfWork(430879443)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:24.489--UnitOfWork(430879443)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:24.489--UnitOfWork(430879443)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1)
    [junit] [EL Finest]: 2024-04-17 17:54:24.489--ServerSession(454071866)--Connection(1521806772)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.489--ClientSession(1863989053)--Connection(1521806772)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.489--ClientSession(1863989053)--Connection(1521806772)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:24.489--UnitOfWork(430879443)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@69d02f87)
    [junit] [EL Fine]: 2024-04-17 17:54:24.49--ClientSession(1863989053)--Connection(1944693737)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] 	bind => [1, something, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:24.49--ClientSession(1863989053)--Connection(1944693737)--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@3f384837, [B@421ccb29, [B@7c149660, 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-17 17:54:24.491--ClientSession(1863989053)--Connection(1944693737)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.491--ServerSession(454071866)--Connection(1521806772)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.491--UnitOfWork(430879443)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.491--UnitOfWork(430879443)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.496--UnitOfWork(430879443)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.496--ClientSession(1863989053)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.496--UnitOfWork(430879443)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.496--ClientSession(1863989053)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.497--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 630679944
    [junit] [EL Finer]: 2024-04-17 17:54:24.497--ClientSession(630679944)--Thread(Thread[main,5,main])--acquire unit of work: 124399627
    [junit] [EL Finest]: 2024-04-17 17:54:24.497--UnitOfWork(124399627)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.497--ServerSession(454071866)--Connection(1072805913)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.497--ServerSession(454071866)--Connection(1072805913)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.497--ServerSession(454071866)--Connection(2075009269)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:24.498--ServerSession(454071866)--Connection(1072805913)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.498--UnitOfWork(124399627)--Thread(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-17 17:54:24.498--UnitOfWork(124399627)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.498--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 200746411
    [junit] [EL Finer]: 2024-04-17 17:54:24.498--ClientSession(200746411)--Thread(Thread[main,5,main])--acquire unit of work: 810476321
    [junit] [EL Finest]: 2024-04-17 17:54:24.498--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-17 17:54:24.498--ServerSession(454071866)--Connection(957290092)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.498--ServerSession(454071866)--Connection(957290092)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.499--ServerSession(454071866)--Connection(417142341)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1
    [junit] [EL Finest]: 2024-04-17 17:54:24.499--ServerSession(454071866)--Connection(957290092)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.499--UnitOfWork(810476321)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.499--ClientSession(200746411)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.499--UnitOfWork(810476321)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.499--ClientSession(200746411)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.499--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 752405690
    [junit] [EL Finer]: 2024-04-17 17:54:24.499--ClientSession(752405690)--Thread(Thread[main,5,main])--acquire unit of work: 1548195930
    [junit] [EL Finest]: 2024-04-17 17:54:24.499--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-17 17:54:24.499--ServerSession(454071866)--Connection(1533137064)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.499--ServerSession(454071866)--Connection(1533137064)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.499--ServerSession(454071866)--Connection(509185515)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1
    [junit] [EL Finest]: 2024-04-17 17:54:24.5--ServerSession(454071866)--Connection(1533137064)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.5--UnitOfWork(1548195930)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.5--ClientSession(752405690)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.5--UnitOfWork(1548195930)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.5--ClientSession(752405690)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.5--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1104841376
    [junit] [EL Finer]: 2024-04-17 17:54:24.5--ClientSession(1104841376)--Thread(Thread[main,5,main])--acquire unit of work: 322855333
    [junit] [EL Finest]: 2024-04-17 17:54:24.5--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-17 17:54:24.5--ServerSession(454071866)--Connection(382279259)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.5--ServerSession(454071866)--Connection(382279259)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.5--ServerSession(454071866)--Connection(1560921027)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1
    [junit] [EL Finest]: 2024-04-17 17:54:24.5--ServerSession(454071866)--Connection(382279259)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.5--UnitOfWork(322855333)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.5--ClientSession(1104841376)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.5--UnitOfWork(322855333)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.5--ClientSession(1104841376)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.5--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1982154291
    [junit] [EL Finer]: 2024-04-17 17:54:24.5--ClientSession(1982154291)--Thread(Thread[main,5,main])--acquire unit of work: 1696699631
    [junit] [EL Finest]: 2024-04-17 17:54:24.5--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-17 17:54:24.5--ServerSession(454071866)--Connection(856587406)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.5--ServerSession(454071866)--Connection(856587406)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.5--ServerSession(454071866)--Connection(513196503)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1
    [junit] [EL Finest]: 2024-04-17 17:54:24.501--ServerSession(454071866)--Connection(856587406)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.501--UnitOfWork(1696699631)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.501--ClientSession(1982154291)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.501--UnitOfWork(1696699631)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.501--ClientSession(1982154291)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.501--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1796970820
    [junit] [EL Finer]: 2024-04-17 17:54:24.501--ClientSession(1796970820)--Thread(Thread[main,5,main])--acquire unit of work: 1126917513
    [junit] [EL Finest]: 2024-04-17 17:54:24.501--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-17 17:54:24.501--ServerSession(454071866)--Connection(1895840844)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.501--ServerSession(454071866)--Connection(1895840844)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.501--ServerSession(454071866)--Connection(1363455158)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1
    [junit] [EL Finest]: 2024-04-17 17:54:24.501--ServerSession(454071866)--Connection(1895840844)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.501--UnitOfWork(1126917513)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.501--ClientSession(1796970820)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.501--UnitOfWork(1126917513)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.501--ClientSession(1796970820)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.501--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 237980116
    [junit] [EL Finer]: 2024-04-17 17:54:24.501--ClientSession(237980116)--Thread(Thread[main,5,main])--acquire unit of work: 2063230395
    [junit] [EL Finest]: 2024-04-17 17:54:24.501--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-17 17:54:24.501--ServerSession(454071866)--Connection(173800769)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.501--ServerSession(454071866)--Connection(173800769)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.502--ServerSession(454071866)--Connection(465002857)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1
    [junit] [EL Finest]: 2024-04-17 17:54:24.502--ServerSession(454071866)--Connection(173800769)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.502--UnitOfWork(2063230395)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.502--ClientSession(237980116)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.502--UnitOfWork(2063230395)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.502--ClientSession(237980116)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.502--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 330875327
    [junit] [EL Finer]: 2024-04-17 17:54:24.502--ClientSession(330875327)--Thread(Thread[main,5,main])--acquire unit of work: 858015368
    [junit] [EL Finest]: 2024-04-17 17:54:24.502--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-17 17:54:24.502--ServerSession(454071866)--Connection(1269778724)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.502--ServerSession(454071866)--Connection(1269778724)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.502--ServerSession(454071866)--Connection(1765768972)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1
    [junit] [EL Finest]: 2024-04-17 17:54:24.502--ServerSession(454071866)--Connection(1269778724)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.502--UnitOfWork(858015368)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.502--ClientSession(330875327)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.502--UnitOfWork(858015368)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.502--ClientSession(330875327)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.502--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 470377822
    [junit] [EL Finer]: 2024-04-17 17:54:24.502--ClientSession(470377822)--Thread(Thread[main,5,main])--acquire unit of work: 249343692
    [junit] [EL Finest]: 2024-04-17 17:54:24.502--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-17 17:54:24.503--ServerSession(454071866)--Connection(1295356732)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.503--ServerSession(454071866)--Connection(1295356732)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.503--ServerSession(454071866)--Connection(399279629)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1
    [junit] [EL Finest]: 2024-04-17 17:54:24.503--ServerSession(454071866)--Connection(1295356732)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.503--UnitOfWork(249343692)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.503--ClientSession(470377822)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.503--UnitOfWork(249343692)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.503--ClientSession(470377822)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.503--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1244955658
    [junit] [EL Finer]: 2024-04-17 17:54:24.503--ClientSession(1244955658)--Thread(Thread[main,5,main])--acquire unit of work: 968593327
    [junit] [EL Finest]: 2024-04-17 17:54:24.503--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-17 17:54:24.503--ServerSession(454071866)--Connection(940833645)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.503--ServerSession(454071866)--Connection(940833645)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.503--ServerSession(454071866)--Connection(1509620427)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1
    [junit] [EL Finest]: 2024-04-17 17:54:24.503--ServerSession(454071866)--Connection(940833645)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.503--UnitOfWork(968593327)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.503--ClientSession(1244955658)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.503--UnitOfWork(968593327)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.503--ClientSession(1244955658)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.504--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1976321848
    [junit] [EL Finer]: 2024-04-17 17:54:24.504--ClientSession(1976321848)--Thread(Thread[main,5,main])--acquire unit of work: 2079250408
    [junit] [EL Finest]: 2024-04-17 17:54:24.504--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-17 17:54:24.504--ServerSession(454071866)--Connection(1305555150)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.504--ServerSession(454071866)--Connection(1305555150)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.504--ServerSession(454071866)--Connection(118241504)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1
    [junit] [EL Finest]: 2024-04-17 17:54:24.504--ServerSession(454071866)--Connection(1305555150)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.504--UnitOfWork(2079250408)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.504--ClientSession(1976321848)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.504--UnitOfWork(2079250408)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.504--ClientSession(1976321848)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.504--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1495374580
    [junit] [EL Finer]: 2024-04-17 17:54:24.504--ClientSession(1495374580)--Thread(Thread[main,5,main])--acquire unit of work: 1057776136
    [junit] [EL Finest]: 2024-04-17 17:54:24.504--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-17 17:54:24.504--ServerSession(454071866)--Connection(1574266109)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.504--ServerSession(454071866)--Connection(1574266109)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.504--ServerSession(454071866)--Connection(1419298165)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1
    [junit] [EL Finest]: 2024-04-17 17:54:24.504--ServerSession(454071866)--Connection(1574266109)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.504--UnitOfWork(1057776136)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.504--ClientSession(1495374580)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.504--UnitOfWork(1057776136)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.505--ClientSession(1495374580)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.505--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 729762027
    [junit] [EL Finer]: 2024-04-17 17:54:24.505--ClientSession(729762027)--Thread(Thread[main,5,main])--acquire unit of work: 970888092
    [junit] [EL Finest]: 2024-04-17 17:54:24.505--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-17 17:54:24.505--ServerSession(454071866)--Connection(1613063644)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.505--ServerSession(454071866)--Connection(1613063644)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.505--ServerSession(454071866)--Connection(1689480936)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1
    [junit] [EL Finest]: 2024-04-17 17:54:24.505--ServerSession(454071866)--Connection(1613063644)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.505--UnitOfWork(970888092)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.505--ClientSession(729762027)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.505--UnitOfWork(970888092)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.505--ClientSession(729762027)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.505--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 865467522
    [junit] [EL Finer]: 2024-04-17 17:54:24.505--ClientSession(865467522)--Thread(Thread[main,5,main])--acquire unit of work: 1278083126
    [junit] [EL Finest]: 2024-04-17 17:54:24.505--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-17 17:54:24.505--ServerSession(454071866)--Connection(726132036)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.505--ServerSession(454071866)--Connection(726132036)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.505--ServerSession(454071866)--Connection(2024750728)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1
    [junit] [EL Finest]: 2024-04-17 17:54:24.505--ServerSession(454071866)--Connection(726132036)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.506--UnitOfWork(1278083126)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.506--ClientSession(865467522)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.506--UnitOfWork(1278083126)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.506--ClientSession(865467522)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.506--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1277725798
    [junit] [EL Finer]: 2024-04-17 17:54:24.506--ClientSession(1277725798)--Thread(Thread[main,5,main])--acquire unit of work: 1299361813
    [junit] [EL Finest]: 2024-04-17 17:54:24.506--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-17 17:54:24.506--ServerSession(454071866)--Connection(1017526396)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.506--ServerSession(454071866)--Connection(1017526396)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.506--ServerSession(454071866)--Connection(1834604114)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1
    [junit] [EL Finest]: 2024-04-17 17:54:24.506--ServerSession(454071866)--Connection(1017526396)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.506--UnitOfWork(1299361813)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.506--ClientSession(1277725798)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.506--UnitOfWork(1299361813)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.506--ClientSession(1277725798)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.506--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 819486879
    [junit] [EL Finer]: 2024-04-17 17:54:24.506--ClientSession(819486879)--Thread(Thread[main,5,main])--acquire unit of work: 319871888
    [junit] [EL Finest]: 2024-04-17 17:54:24.506--UnitOfWork(319871888)--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-17 17:54:24.506--ServerSession(454071866)--Connection(668964597)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.506--ServerSession(454071866)--Connection(668964597)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.506--ServerSession(454071866)--Connection(478168225)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1
    [junit] [EL Finest]: 2024-04-17 17:54:24.506--ServerSession(454071866)--Connection(668964597)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.507--UnitOfWork(319871888)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.507--ClientSession(819486879)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.507--UnitOfWork(319871888)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.507--ClientSession(819486879)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.507--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 558223501
    [junit] [EL Finer]: 2024-04-17 17:54:24.507--ClientSession(558223501)--Thread(Thread[main,5,main])--acquire unit of work: 1065237832
    [junit] [EL Finest]: 2024-04-17 17:54:24.507--UnitOfWork(1065237832)--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-17 17:54:24.507--ServerSession(454071866)--Connection(677330738)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.507--ServerSession(454071866)--Connection(677330738)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.507--ServerSession(454071866)--Connection(1714380152)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1
    [junit] [EL Finest]: 2024-04-17 17:54:24.507--ServerSession(454071866)--Connection(677330738)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.507--UnitOfWork(1065237832)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.507--ClientSession(558223501)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.507--UnitOfWork(1065237832)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.507--ClientSession(558223501)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.507--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1984741883
    [junit] [EL Finer]: 2024-04-17 17:54:24.507--ClientSession(1984741883)--Thread(Thread[main,5,main])--acquire unit of work: 1788118743
    [junit] [EL Finest]: 2024-04-17 17:54:24.507--UnitOfWork(1788118743)--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-17 17:54:24.507--ServerSession(454071866)--Connection(173102693)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.507--ServerSession(454071866)--Connection(173102693)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.507--ServerSession(454071866)--Connection(1945623658)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1
    [junit] [EL Finest]: 2024-04-17 17:54:24.508--ServerSession(454071866)--Connection(173102693)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.508--UnitOfWork(124399627)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.508--ClientSession(630679944)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.517--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 660036426
    [junit] [EL Finer]: 2024-04-17 17:54:24.517--ClientSession(660036426)--Thread(Thread[main,5,main])--acquire unit of work: 1244730379
    [junit] [EL Finest]: 2024-04-17 17:54:24.517--UnitOfWork(1244730379)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.517--UnitOfWork(1244730379)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:24.517--UnitOfWork(1244730379)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:24.517--UnitOfWork(1244730379)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1)
    [junit] [EL Finest]: 2024-04-17 17:54:24.517--ServerSession(454071866)--Connection(1157272991)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.517--ClientSession(660036426)--Connection(1157272991)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.517--ClientSession(660036426)--Connection(1157272991)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:24.517--UnitOfWork(1244730379)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@33ec70dd)
    [junit] [EL Fine]: 2024-04-17 17:54:24.518--ClientSession(660036426)--Connection(373583099)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] 	bind => [1, something, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:24.518--ClientSession(660036426)--Connection(373583099)--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@4af765f8, [B@5a315754, [B@6f27db5d, 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-17 17:54:24.519--ClientSession(660036426)--Connection(373583099)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.519--ServerSession(454071866)--Connection(1157272991)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.519--UnitOfWork(1244730379)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.519--UnitOfWork(1244730379)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.519--UnitOfWork(1244730379)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.519--ClientSession(660036426)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.519--UnitOfWork(1244730379)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.519--ClientSession(660036426)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.52--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 315310562
    [junit] [EL Finer]: 2024-04-17 17:54:24.52--ClientSession(315310562)--Thread(Thread[main,5,main])--acquire unit of work: 728373334
    [junit] [EL Finest]: 2024-04-17 17:54:24.52--UnitOfWork(728373334)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.52--ServerSession(454071866)--Connection(435031699)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.52--ServerSession(454071866)--Connection(435031699)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.52--ServerSession(454071866)--Connection(474120093)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:24.52--ServerSession(454071866)--Connection(435031699)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.521--UnitOfWork(728373334)--Thread(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-17 17:54:24.521--UnitOfWork(728373334)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.521--UnitOfWork(728373334)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.521--ClientSession(315310562)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.521--UnitOfWork(728373334)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.521--UnitOfWork(728373334)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.521--UnitOfWork(728373334)--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-17 17:54:24.521--UnitOfWork(728373334)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.521--UnitOfWork(728373334)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.521--ClientSession(315310562)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.521--UnitOfWork(728373334)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.521--UnitOfWork(728373334)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.521--UnitOfWork(728373334)--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-17 17:54:24.521--UnitOfWork(728373334)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.521--UnitOfWork(728373334)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.521--ClientSession(315310562)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.521--UnitOfWork(728373334)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.521--UnitOfWork(728373334)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.521--UnitOfWork(728373334)--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-17 17:54:24.521--UnitOfWork(728373334)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.521--UnitOfWork(728373334)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.521--ClientSession(315310562)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.521--UnitOfWork(728373334)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.521--UnitOfWork(728373334)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.521--UnitOfWork(728373334)--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-17 17:54:24.521--UnitOfWork(728373334)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.521--UnitOfWork(728373334)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.521--ClientSession(315310562)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.521--UnitOfWork(728373334)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.521--UnitOfWork(728373334)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.521--UnitOfWork(728373334)--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-17 17:54:24.521--UnitOfWork(728373334)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.521--UnitOfWork(728373334)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.521--ClientSession(315310562)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.521--UnitOfWork(728373334)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.522--UnitOfWork(728373334)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.522--UnitOfWork(728373334)--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-17 17:54:24.522--UnitOfWork(728373334)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.522--UnitOfWork(728373334)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.522--ClientSession(315310562)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.522--UnitOfWork(728373334)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.522--UnitOfWork(728373334)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.522--UnitOfWork(728373334)--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-17 17:54:24.522--UnitOfWork(728373334)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.522--UnitOfWork(728373334)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.522--ClientSession(315310562)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.522--UnitOfWork(728373334)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.522--UnitOfWork(728373334)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.522--UnitOfWork(728373334)--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-17 17:54:24.522--UnitOfWork(728373334)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.522--UnitOfWork(728373334)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.522--ClientSession(315310562)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.522--UnitOfWork(728373334)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.522--UnitOfWork(728373334)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.522--UnitOfWork(728373334)--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-17 17:54:24.522--UnitOfWork(728373334)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.522--UnitOfWork(728373334)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.522--ClientSession(315310562)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.522--UnitOfWork(728373334)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.522--UnitOfWork(728373334)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.522--UnitOfWork(728373334)--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-17 17:54:24.522--UnitOfWork(728373334)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.522--UnitOfWork(728373334)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.522--ClientSession(315310562)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.522--UnitOfWork(728373334)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.522--UnitOfWork(728373334)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.522--UnitOfWork(728373334)--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-17 17:54:24.522--UnitOfWork(728373334)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.522--UnitOfWork(728373334)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.522--ClientSession(315310562)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.522--UnitOfWork(728373334)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.522--UnitOfWork(728373334)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.522--UnitOfWork(728373334)--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-17 17:54:24.522--UnitOfWork(728373334)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.522--UnitOfWork(728373334)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.522--ClientSession(315310562)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.522--UnitOfWork(728373334)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.522--UnitOfWork(728373334)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.522--UnitOfWork(728373334)--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-17 17:54:24.522--UnitOfWork(728373334)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.522--UnitOfWork(728373334)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.522--ClientSession(315310562)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.522--UnitOfWork(728373334)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.522--UnitOfWork(728373334)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.523--UnitOfWork(728373334)--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-17 17:54:24.523--UnitOfWork(728373334)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.523--UnitOfWork(728373334)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.523--ClientSession(315310562)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.523--UnitOfWork(728373334)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.523--UnitOfWork(728373334)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.523--UnitOfWork(728373334)--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-17 17:54:24.523--UnitOfWork(728373334)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.523--UnitOfWork(728373334)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.523--ClientSession(315310562)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.523--UnitOfWork(728373334)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.523--UnitOfWork(728373334)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.523--UnitOfWork(728373334)--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-17 17:54:24.523--UnitOfWork(728373334)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.523--UnitOfWork(728373334)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.523--ClientSession(315310562)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.523--UnitOfWork(728373334)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.523--UnitOfWork(728373334)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.523--UnitOfWork(728373334)--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-17 17:54:24.523--UnitOfWork(728373334)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.523--UnitOfWork(728373334)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.523--ClientSession(315310562)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.523--UnitOfWork(728373334)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.523--UnitOfWork(728373334)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.523--UnitOfWork(728373334)--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-17 17:54:24.523--UnitOfWork(728373334)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.523--UnitOfWork(728373334)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.523--ClientSession(315310562)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.523--UnitOfWork(728373334)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.523--UnitOfWork(728373334)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.523--UnitOfWork(728373334)--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-17 17:54:24.523--UnitOfWork(728373334)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.523--UnitOfWork(728373334)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.523--ClientSession(315310562)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.523--UnitOfWork(728373334)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.523--UnitOfWork(728373334)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.523--UnitOfWork(728373334)--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-17 17:54:24.523--UnitOfWork(728373334)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.523--UnitOfWork(728373334)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.523--ClientSession(315310562)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.523--UnitOfWork(728373334)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.523--UnitOfWork(728373334)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.523--UnitOfWork(728373334)--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-17 17:54:24.523--UnitOfWork(728373334)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.523--UnitOfWork(728373334)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.523--ClientSession(315310562)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.523--UnitOfWork(728373334)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.524--UnitOfWork(728373334)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.524--UnitOfWork(728373334)--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-17 17:54:24.524--UnitOfWork(728373334)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.524--UnitOfWork(728373334)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.524--ClientSession(315310562)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.524--UnitOfWork(728373334)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.524--UnitOfWork(728373334)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.524--UnitOfWork(728373334)--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-17 17:54:24.524--UnitOfWork(728373334)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.524--UnitOfWork(728373334)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.524--ClientSession(315310562)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.524--UnitOfWork(728373334)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.524--UnitOfWork(728373334)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.524--UnitOfWork(728373334)--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-17 17:54:24.524--UnitOfWork(728373334)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.524--UnitOfWork(728373334)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.524--ClientSession(315310562)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.524--UnitOfWork(728373334)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.524--UnitOfWork(728373334)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.524--UnitOfWork(728373334)--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-17 17:54:24.524--UnitOfWork(728373334)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.524--UnitOfWork(728373334)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.524--ClientSession(315310562)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.524--UnitOfWork(728373334)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.524--UnitOfWork(728373334)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.524--UnitOfWork(728373334)--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-17 17:54:24.524--UnitOfWork(728373334)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.524--UnitOfWork(728373334)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.524--ClientSession(315310562)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.524--UnitOfWork(728373334)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.524--UnitOfWork(728373334)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.524--UnitOfWork(728373334)--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-17 17:54:24.524--UnitOfWork(728373334)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.524--UnitOfWork(728373334)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.524--ClientSession(315310562)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.524--UnitOfWork(728373334)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.524--UnitOfWork(728373334)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.524--UnitOfWork(728373334)--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-17 17:54:24.524--UnitOfWork(728373334)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.524--UnitOfWork(728373334)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.524--ClientSession(315310562)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.524--UnitOfWork(728373334)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.524--UnitOfWork(728373334)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.524--UnitOfWork(728373334)--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-17 17:54:24.524--UnitOfWork(728373334)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.524--UnitOfWork(728373334)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.524--ClientSession(315310562)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.524--UnitOfWork(728373334)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.525--UnitOfWork(728373334)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.525--UnitOfWork(728373334)--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-17 17:54:24.525--UnitOfWork(728373334)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.584--UnitOfWork(728373334)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.584--ClientSession(315310562)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.594--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1523837465
    [junit] [EL Finer]: 2024-04-17 17:54:24.594--ClientSession(1523837465)--Thread(Thread[main,5,main])--acquire unit of work: 1101215172
    [junit] [EL Finest]: 2024-04-17 17:54:24.594--UnitOfWork(1101215172)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.594--UnitOfWork(1101215172)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:24.594--UnitOfWork(1101215172)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:24.594--UnitOfWork(1101215172)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1)
    [junit] [EL Finest]: 2024-04-17 17:54:24.594--ServerSession(454071866)--Connection(1683109641)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.594--ClientSession(1523837465)--Connection(1683109641)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.594--ClientSession(1523837465)--Connection(1683109641)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:24.594--UnitOfWork(1101215172)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@56649c94)
    [junit] [EL Fine]: 2024-04-17 17:54:24.594--ClientSession(1523837465)--Connection(1991399716)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] 	bind => [1, something, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:24.595--ClientSession(1523837465)--Connection(1991399716)--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@69ff118, [B@738074bd, [B@171f7890, 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-17 17:54:24.595--ClientSession(1523837465)--Connection(1991399716)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.596--ServerSession(454071866)--Connection(1683109641)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.596--UnitOfWork(1101215172)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.596--UnitOfWork(1101215172)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.596--UnitOfWork(1101215172)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.596--ClientSession(1523837465)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.596--UnitOfWork(1101215172)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.596--ClientSession(1523837465)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.596--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1987158112
    [junit] [EL Finer]: 2024-04-17 17:54:24.596--ClientSession(1987158112)--Thread(Thread[main,5,main])--acquire unit of work: 1601920524
    [junit] [EL Finest]: 2024-04-17 17:54:24.596--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.597--ServerSession(454071866)--Connection(729490015)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.597--ServerSession(454071866)--Connection(729490015)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.597--ServerSession(454071866)--Connection(171510621)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:24.597--ServerSession(454071866)--Connection(729490015)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.597--UnitOfWork(1601920524)--Thread(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-17 17:54:24.598--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.598--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.598--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.598--UnitOfWork(1601920524)--Thread(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-17 17:54:24.598--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.598--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.598--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.598--UnitOfWork(1601920524)--Thread(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-17 17:54:24.598--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.598--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.598--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.598--UnitOfWork(1601920524)--Thread(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-17 17:54:24.598--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.598--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.598--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.598--UnitOfWork(1601920524)--Thread(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-17 17:54:24.598--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.598--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.598--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.598--UnitOfWork(1601920524)--Thread(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-17 17:54:24.598--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.598--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.598--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.598--UnitOfWork(1601920524)--Thread(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-17 17:54:24.598--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.598--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.598--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.598--UnitOfWork(1601920524)--Thread(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-17 17:54:24.598--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.598--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.598--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.598--UnitOfWork(1601920524)--Thread(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-17 17:54:24.598--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.598--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.598--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.598--UnitOfWork(1601920524)--Thread(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-17 17:54:24.598--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.598--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.598--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.598--UnitOfWork(1601920524)--Thread(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-17 17:54:24.598--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.598--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.599--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.599--UnitOfWork(1601920524)--Thread(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-17 17:54:24.599--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.599--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.599--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.599--UnitOfWork(1601920524)--Thread(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-17 17:54:24.599--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.599--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.599--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.599--UnitOfWork(1601920524)--Thread(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-17 17:54:24.599--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.599--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.599--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.599--UnitOfWork(1601920524)--Thread(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-17 17:54:24.599--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.599--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.599--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.599--UnitOfWork(1601920524)--Thread(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-17 17:54:24.599--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.599--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.599--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.599--UnitOfWork(1601920524)--Thread(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-17 17:54:24.599--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.599--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.599--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.599--UnitOfWork(1601920524)--Thread(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-17 17:54:24.599--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.599--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.599--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.599--UnitOfWork(1601920524)--Thread(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-17 17:54:24.599--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.599--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.599--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.599--UnitOfWork(1601920524)--Thread(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-17 17:54:24.599--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.599--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.599--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.599--UnitOfWork(1601920524)--Thread(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-17 17:54:24.599--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.599--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.599--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.599--UnitOfWork(1601920524)--Thread(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-17 17:54:24.599--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.599--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.599--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.599--UnitOfWork(1601920524)--Thread(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-17 17:54:24.599--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.599--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.599--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.599--UnitOfWork(1601920524)--Thread(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-17 17:54:24.599--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.599--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.599--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.6--UnitOfWork(1601920524)--Thread(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-17 17:54:24.6--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.6--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.6--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.6--UnitOfWork(1601920524)--Thread(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-17 17:54:24.6--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.6--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.6--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.6--UnitOfWork(1601920524)--Thread(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-17 17:54:24.6--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.6--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.6--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.6--UnitOfWork(1601920524)--Thread(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-17 17:54:24.6--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.6--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.6--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.6--UnitOfWork(1601920524)--Thread(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-17 17:54:24.6--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.6--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.6--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.6--UnitOfWork(1601920524)--Thread(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-17 17:54:24.6--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.6--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.6--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.6--UnitOfWork(1601920524)--Thread(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-17 17:54:24.6--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.6--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.6--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.6--UnitOfWork(1601920524)--Thread(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-17 17:54:24.6--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.6--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.6--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.6--UnitOfWork(1601920524)--Thread(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-17 17:54:24.6--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.6--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.6--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.6--UnitOfWork(1601920524)--Thread(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-17 17:54:24.6--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.6--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.6--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.6--UnitOfWork(1601920524)--Thread(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-17 17:54:24.6--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.6--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.6--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.6--UnitOfWork(1601920524)--Thread(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-17 17:54:24.6--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.6--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.6--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.6--UnitOfWork(1601920524)--Thread(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-17 17:54:24.601--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.601--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.601--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.601--UnitOfWork(1601920524)--Thread(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-17 17:54:24.601--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.601--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.601--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.601--UnitOfWork(1601920524)--Thread(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-17 17:54:24.601--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.601--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.601--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.601--UnitOfWork(1601920524)--Thread(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-17 17:54:24.601--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.601--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.601--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.601--UnitOfWork(1601920524)--Thread(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-17 17:54:24.601--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.601--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.601--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.601--UnitOfWork(1601920524)--Thread(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-17 17:54:24.601--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.601--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.601--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.601--UnitOfWork(1601920524)--Thread(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-17 17:54:24.601--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.601--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.601--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.601--UnitOfWork(1601920524)--Thread(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-17 17:54:24.601--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.601--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.601--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.601--UnitOfWork(1601920524)--Thread(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-17 17:54:24.601--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.601--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.601--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.601--UnitOfWork(1601920524)--Thread(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-17 17:54:24.601--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.601--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.601--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.601--UnitOfWork(1601920524)--Thread(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-17 17:54:24.601--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.601--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.601--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.601--UnitOfWork(1601920524)--Thread(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-17 17:54:24.601--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.601--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.601--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.601--UnitOfWork(1601920524)--Thread(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-17 17:54:24.601--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.601--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.602--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.602--UnitOfWork(1601920524)--Thread(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-17 17:54:24.602--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.602--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.602--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.602--UnitOfWork(1601920524)--Thread(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-17 17:54:24.602--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.602--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.602--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.602--UnitOfWork(1601920524)--Thread(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-17 17:54:24.602--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.602--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.602--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.602--UnitOfWork(1601920524)--Thread(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-17 17:54:24.602--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.602--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.602--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.602--UnitOfWork(1601920524)--Thread(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-17 17:54:24.602--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.602--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.602--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.602--UnitOfWork(1601920524)--Thread(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-17 17:54:24.602--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.602--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.602--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.602--UnitOfWork(1601920524)--Thread(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-17 17:54:24.602--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.602--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.602--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.602--UnitOfWork(1601920524)--Thread(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-17 17:54:24.602--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.602--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.602--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.602--UnitOfWork(1601920524)--Thread(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-17 17:54:24.602--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.602--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.602--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.602--UnitOfWork(1601920524)--Thread(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-17 17:54:24.602--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.602--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.602--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.602--UnitOfWork(1601920524)--Thread(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-17 17:54:24.602--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.602--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.602--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.602--UnitOfWork(1601920524)--Thread(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-17 17:54:24.602--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.602--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.602--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.602--UnitOfWork(1601920524)--Thread(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-17 17:54:24.602--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.602--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.602--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.602--UnitOfWork(1601920524)--Thread(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-17 17:54:24.602--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.603--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.603--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.603--UnitOfWork(1601920524)--Thread(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-17 17:54:24.603--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.603--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.603--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.603--UnitOfWork(1601920524)--Thread(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-17 17:54:24.603--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.603--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.603--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.603--UnitOfWork(1601920524)--Thread(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-17 17:54:24.603--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.603--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.603--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.603--UnitOfWork(1601920524)--Thread(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-17 17:54:24.603--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.603--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.603--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.603--UnitOfWork(1601920524)--Thread(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-17 17:54:24.603--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.603--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.603--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.603--UnitOfWork(1601920524)--Thread(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-17 17:54:24.603--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.603--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.603--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.603--UnitOfWork(1601920524)--Thread(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-17 17:54:24.603--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.603--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.603--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.603--UnitOfWork(1601920524)--Thread(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-17 17:54:24.603--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.603--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.603--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.603--UnitOfWork(1601920524)--Thread(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-17 17:54:24.603--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.603--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.603--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.603--UnitOfWork(1601920524)--Thread(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-17 17:54:24.603--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.603--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.603--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.603--UnitOfWork(1601920524)--Thread(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-17 17:54:24.603--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.603--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.603--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.603--UnitOfWork(1601920524)--Thread(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-17 17:54:24.603--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.603--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.603--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.603--UnitOfWork(1601920524)--Thread(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-17 17:54:24.603--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.603--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.603--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.603--UnitOfWork(1601920524)--Thread(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-17 17:54:24.604--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.604--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.604--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.604--UnitOfWork(1601920524)--Thread(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-17 17:54:24.604--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.604--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.604--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.604--UnitOfWork(1601920524)--Thread(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-17 17:54:24.604--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.604--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.604--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.604--UnitOfWork(1601920524)--Thread(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-17 17:54:24.604--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.604--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.604--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.604--UnitOfWork(1601920524)--Thread(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-17 17:54:24.604--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.604--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.604--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.604--UnitOfWork(1601920524)--Thread(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-17 17:54:24.604--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.604--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.604--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.604--UnitOfWork(1601920524)--Thread(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-17 17:54:24.604--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.604--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.604--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.604--UnitOfWork(1601920524)--Thread(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-17 17:54:24.604--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.604--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.604--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.604--UnitOfWork(1601920524)--Thread(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-17 17:54:24.604--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.604--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.604--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.604--UnitOfWork(1601920524)--Thread(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-17 17:54:24.604--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.604--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.604--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.604--UnitOfWork(1601920524)--Thread(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-17 17:54:24.604--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.604--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.604--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.604--UnitOfWork(1601920524)--Thread(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-17 17:54:24.604--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.604--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.604--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.604--UnitOfWork(1601920524)--Thread(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-17 17:54:24.604--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.604--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.604--ClientSession(1987158112)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.605--UnitOfWork(1601920524)--Thread(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-17 17:54:24.689--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.689--UnitOfWork(1601920524)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.689--ClientSession(1987158112)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.699--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2044114297
    [junit] [EL Finer]: 2024-04-17 17:54:24.699--ClientSession(2044114297)--Thread(Thread[main,5,main])--acquire unit of work: 1504798298
    [junit] [EL Finest]: 2024-04-17 17:54:24.699--UnitOfWork(1504798298)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.699--UnitOfWork(1504798298)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:24.699--UnitOfWork(1504798298)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:24.699--UnitOfWork(1504798298)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1)
    [junit] [EL Finest]: 2024-04-17 17:54:24.699--ServerSession(454071866)--Connection(1298608433)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.699--ClientSession(2044114297)--Connection(1298608433)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.699--ClientSession(2044114297)--Connection(1298608433)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:24.699--UnitOfWork(1504798298)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4442de89)
    [junit] [EL Fine]: 2024-04-17 17:54:24.699--ClientSession(2044114297)--Connection(1441337363)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] 	bind => [1, something, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:24.7--ClientSession(2044114297)--Connection(1441337363)--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@e013456, [B@7a1b621e, [B@676f9cc6, 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-17 17:54:24.7--ClientSession(2044114297)--Connection(1441337363)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.701--ServerSession(454071866)--Connection(1298608433)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.701--UnitOfWork(1504798298)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.701--UnitOfWork(1504798298)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.701--UnitOfWork(1504798298)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.701--ClientSession(2044114297)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.701--UnitOfWork(1504798298)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.701--ClientSession(2044114297)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.701--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1436508713
    [junit] [EL Finer]: 2024-04-17 17:54:24.701--ClientSession(1436508713)--Thread(Thread[main,5,main])--acquire unit of work: 1873362540
    [junit] [EL Finest]: 2024-04-17 17:54:24.701--UnitOfWork(1873362540)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.701--ServerSession(454071866)--Connection(553602983)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.701--ServerSession(454071866)--Connection(553602983)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.702--ServerSession(454071866)--Connection(1699234605)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:24.702--ServerSession(454071866)--Connection(553602983)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.702--UnitOfWork(1873362540)--Thread(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-17 17:54:24.702--UnitOfWork(1873362540)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.702--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 272261701
    [junit] [EL Finer]: 2024-04-17 17:54:24.703--ClientSession(272261701)--Thread(Thread[main,5,main])--acquire unit of work: 478316310
    [junit] [EL Finest]: 2024-04-17 17:54:24.703--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-17 17:54:24.703--ServerSession(454071866)--Connection(1449787496)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.703--ServerSession(454071866)--Connection(1449787496)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.703--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-17 17:54:24.703--ServerSession(454071866)--Connection(1449787496)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.703--UnitOfWork(478316310)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.703--ClientSession(272261701)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.703--UnitOfWork(478316310)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.703--ClientSession(272261701)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.703--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1247615506
    [junit] [EL Finer]: 2024-04-17 17:54:24.703--ClientSession(1247615506)--Thread(Thread[main,5,main])--acquire unit of work: 1286744689
    [junit] [EL Finest]: 2024-04-17 17:54:24.703--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-17 17:54:24.703--ServerSession(454071866)--Connection(1794779203)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.703--ServerSession(454071866)--Connection(1794779203)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.703--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-17 17:54:24.704--ServerSession(454071866)--Connection(1794779203)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.704--UnitOfWork(1286744689)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.704--ClientSession(1247615506)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.704--UnitOfWork(1286744689)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.704--ClientSession(1247615506)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.704--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 734236179
    [junit] [EL Finer]: 2024-04-17 17:54:24.704--ClientSession(734236179)--Thread(Thread[main,5,main])--acquire unit of work: 272630552
    [junit] [EL Finest]: 2024-04-17 17:54:24.704--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-17 17:54:24.704--ServerSession(454071866)--Connection(1110607803)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.704--ServerSession(454071866)--Connection(1110607803)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.704--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-17 17:54:24.704--ServerSession(454071866)--Connection(1110607803)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.704--UnitOfWork(272630552)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.704--ClientSession(734236179)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.704--UnitOfWork(272630552)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.704--ClientSession(734236179)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.704--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1838283751
    [junit] [EL Finer]: 2024-04-17 17:54:24.704--ClientSession(1838283751)--Thread(Thread[main,5,main])--acquire unit of work: 994617009
    [junit] [EL Finest]: 2024-04-17 17:54:24.704--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-17 17:54:24.704--ServerSession(454071866)--Connection(531593626)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.704--ServerSession(454071866)--Connection(531593626)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.704--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-17 17:54:24.705--ServerSession(454071866)--Connection(531593626)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.705--UnitOfWork(994617009)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.705--ClientSession(1838283751)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.705--UnitOfWork(994617009)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.705--ClientSession(1838283751)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.705--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 898845265
    [junit] [EL Finer]: 2024-04-17 17:54:24.705--ClientSession(898845265)--Thread(Thread[main,5,main])--acquire unit of work: 1368692432
    [junit] [EL Finest]: 2024-04-17 17:54:24.705--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-17 17:54:24.705--ServerSession(454071866)--Connection(471860525)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.705--ServerSession(454071866)--Connection(471860525)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.705--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-17 17:54:24.705--ServerSession(454071866)--Connection(471860525)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.705--UnitOfWork(1368692432)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.705--ClientSession(898845265)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.705--UnitOfWork(1368692432)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.705--ClientSession(898845265)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.705--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 231195101
    [junit] [EL Finer]: 2024-04-17 17:54:24.705--ClientSession(231195101)--Thread(Thread[main,5,main])--acquire unit of work: 290628645
    [junit] [EL Finest]: 2024-04-17 17:54:24.705--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-17 17:54:24.705--ServerSession(454071866)--Connection(823592993)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.705--ServerSession(454071866)--Connection(823592993)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.705--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-17 17:54:24.706--ServerSession(454071866)--Connection(823592993)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.706--UnitOfWork(290628645)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.706--ClientSession(231195101)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.706--UnitOfWork(290628645)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.706--ClientSession(231195101)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.706--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2032526746
    [junit] [EL Finer]: 2024-04-17 17:54:24.706--ClientSession(2032526746)--Thread(Thread[main,5,main])--acquire unit of work: 1895476383
    [junit] [EL Finest]: 2024-04-17 17:54:24.706--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-17 17:54:24.706--ServerSession(454071866)--Connection(2034160388)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.706--ServerSession(454071866)--Connection(2034160388)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.706--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-17 17:54:24.706--ServerSession(454071866)--Connection(2034160388)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.706--UnitOfWork(1895476383)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.706--ClientSession(2032526746)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.706--UnitOfWork(1895476383)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.706--ClientSession(2032526746)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.706--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1741263816
    [junit] [EL Finer]: 2024-04-17 17:54:24.706--ClientSession(1741263816)--Thread(Thread[main,5,main])--acquire unit of work: 1751177926
    [junit] [EL Finest]: 2024-04-17 17:54:24.706--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-17 17:54:24.706--ServerSession(454071866)--Connection(390715002)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.706--ServerSession(454071866)--Connection(390715002)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.706--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-17 17:54:24.706--ServerSession(454071866)--Connection(390715002)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.707--UnitOfWork(1751177926)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.707--ClientSession(1741263816)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.707--UnitOfWork(1751177926)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.707--ClientSession(1741263816)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.707--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 38131775
    [junit] [EL Finer]: 2024-04-17 17:54:24.707--ClientSession(38131775)--Thread(Thread[main,5,main])--acquire unit of work: 1541813259
    [junit] [EL Finest]: 2024-04-17 17:54:24.707--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-17 17:54:24.707--ServerSession(454071866)--Connection(342083757)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.707--ServerSession(454071866)--Connection(342083757)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.707--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-17 17:54:24.707--ServerSession(454071866)--Connection(342083757)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.707--UnitOfWork(1541813259)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.707--ClientSession(38131775)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.707--UnitOfWork(1541813259)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.707--ClientSession(38131775)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.707--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1379273029
    [junit] [EL Finer]: 2024-04-17 17:54:24.707--ClientSession(1379273029)--Thread(Thread[main,5,main])--acquire unit of work: 1478137102
    [junit] [EL Finest]: 2024-04-17 17:54:24.707--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-17 17:54:24.707--ServerSession(454071866)--Connection(1480457191)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.707--ServerSession(454071866)--Connection(1480457191)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.707--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-17 17:54:24.707--ServerSession(454071866)--Connection(1480457191)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.708--UnitOfWork(1478137102)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.708--ClientSession(1379273029)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.708--UnitOfWork(1478137102)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.708--ClientSession(1379273029)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.708--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1607463345
    [junit] [EL Finer]: 2024-04-17 17:54:24.708--ClientSession(1607463345)--Thread(Thread[main,5,main])--acquire unit of work: 1746590572
    [junit] [EL Finest]: 2024-04-17 17:54:24.708--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-17 17:54:24.708--ServerSession(454071866)--Connection(645930253)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.708--ServerSession(454071866)--Connection(645930253)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.708--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-17 17:54:24.708--ServerSession(454071866)--Connection(645930253)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.708--UnitOfWork(1746590572)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.708--ClientSession(1607463345)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.708--UnitOfWork(1746590572)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.708--ClientSession(1607463345)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.708--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1716732150
    [junit] [EL Finer]: 2024-04-17 17:54:24.708--ClientSession(1716732150)--Thread(Thread[main,5,main])--acquire unit of work: 1075663172
    [junit] [EL Finest]: 2024-04-17 17:54:24.708--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-17 17:54:24.708--ServerSession(454071866)--Connection(1223955855)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.708--ServerSession(454071866)--Connection(1223955855)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.708--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-17 17:54:24.708--ServerSession(454071866)--Connection(1223955855)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.708--UnitOfWork(1075663172)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.708--ClientSession(1716732150)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.708--UnitOfWork(1075663172)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.709--ClientSession(1716732150)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.709--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 670922002
    [junit] [EL Finer]: 2024-04-17 17:54:24.709--ClientSession(670922002)--Thread(Thread[main,5,main])--acquire unit of work: 1338852367
    [junit] [EL Finest]: 2024-04-17 17:54:24.709--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-17 17:54:24.709--ServerSession(454071866)--Connection(2144397514)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.709--ServerSession(454071866)--Connection(2144397514)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.709--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-17 17:54:24.709--ServerSession(454071866)--Connection(2144397514)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.709--UnitOfWork(1338852367)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.709--ClientSession(670922002)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.709--UnitOfWork(1338852367)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.709--ClientSession(670922002)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.709--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 534524290
    [junit] [EL Finer]: 2024-04-17 17:54:24.709--ClientSession(534524290)--Thread(Thread[main,5,main])--acquire unit of work: 1739725835
    [junit] [EL Finest]: 2024-04-17 17:54:24.709--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-17 17:54:24.709--ServerSession(454071866)--Connection(2079138505)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.709--ServerSession(454071866)--Connection(2079138505)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.709--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-17 17:54:24.709--ServerSession(454071866)--Connection(2079138505)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.709--UnitOfWork(1739725835)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.709--ClientSession(534524290)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.709--UnitOfWork(1739725835)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.709--ClientSession(534524290)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.709--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1875902721
    [junit] [EL Finer]: 2024-04-17 17:54:24.71--ClientSession(1875902721)--Thread(Thread[main,5,main])--acquire unit of work: 2100927832
    [junit] [EL Finest]: 2024-04-17 17:54:24.71--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-17 17:54:24.71--ServerSession(454071866)--Connection(1083619710)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.71--ServerSession(454071866)--Connection(1083619710)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.71--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-17 17:54:24.71--ServerSession(454071866)--Connection(1083619710)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.71--UnitOfWork(2100927832)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.71--ClientSession(1875902721)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.71--UnitOfWork(2100927832)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.71--ClientSession(1875902721)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.71--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 774123587
    [junit] [EL Finer]: 2024-04-17 17:54:24.71--ClientSession(774123587)--Thread(Thread[main,5,main])--acquire unit of work: 1535914416
    [junit] [EL Finest]: 2024-04-17 17:54:24.71--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-17 17:54:24.71--ServerSession(454071866)--Connection(538176603)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.71--ServerSession(454071866)--Connection(538176603)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.71--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-17 17:54:24.71--ServerSession(454071866)--Connection(538176603)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.71--UnitOfWork(1535914416)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.71--ClientSession(774123587)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.71--UnitOfWork(1535914416)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.71--ClientSession(774123587)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.71--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1065394613
    [junit] [EL Finer]: 2024-04-17 17:54:24.71--ClientSession(1065394613)--Thread(Thread[main,5,main])--acquire unit of work: 5174058
    [junit] [EL Finest]: 2024-04-17 17:54:24.71--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-17 17:54:24.71--ServerSession(454071866)--Connection(506678855)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.71--ServerSession(454071866)--Connection(506678855)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.711--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-17 17:54:24.711--ServerSession(454071866)--Connection(506678855)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.711--UnitOfWork(5174058)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.711--ClientSession(1065394613)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.711--UnitOfWork(5174058)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.711--ClientSession(1065394613)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.711--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 239735016
    [junit] [EL Finer]: 2024-04-17 17:54:24.711--ClientSession(239735016)--Thread(Thread[main,5,main])--acquire unit of work: 168764944
    [junit] [EL Finest]: 2024-04-17 17:54:24.711--UnitOfWork(168764944)--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-17 17:54:24.711--ServerSession(454071866)--Connection(641886693)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.711--ServerSession(454071866)--Connection(641886693)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.711--ServerSession(454071866)--Connection(215504634)--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-17 17:54:24.711--ServerSession(454071866)--Connection(641886693)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.711--UnitOfWork(168764944)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.711--ClientSession(239735016)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.711--UnitOfWork(168764944)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.711--ClientSession(239735016)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.711--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 554129702
    [junit] [EL Finer]: 2024-04-17 17:54:24.711--ClientSession(554129702)--Thread(Thread[main,5,main])--acquire unit of work: 339677602
    [junit] [EL Finest]: 2024-04-17 17:54:24.711--UnitOfWork(339677602)--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-17 17:54:24.711--ServerSession(454071866)--Connection(1520368217)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.711--ServerSession(454071866)--Connection(1520368217)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.712--ServerSession(454071866)--Connection(1452277457)--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-17 17:54:24.712--ServerSession(454071866)--Connection(1520368217)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.712--UnitOfWork(1873362540)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.712--ClientSession(1436508713)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.72--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 632659239
    [junit] [EL Finer]: 2024-04-17 17:54:24.721--ClientSession(632659239)--Thread(Thread[main,5,main])--acquire unit of work: 988476133
    [junit] [EL Finest]: 2024-04-17 17:54:24.721--UnitOfWork(988476133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.721--UnitOfWork(988476133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:24.721--UnitOfWork(988476133)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:24.721--UnitOfWork(988476133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1)
    [junit] [EL Finest]: 2024-04-17 17:54:24.721--ServerSession(454071866)--Connection(1466321633)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.721--ClientSession(632659239)--Connection(1466321633)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.721--ClientSession(632659239)--Connection(1466321633)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:24.721--UnitOfWork(988476133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3ca27a2e)
    [junit] [EL Fine]: 2024-04-17 17:54:24.721--ClientSession(632659239)--Connection(811892227)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] 	bind => [1, something, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:24.721--ClientSession(632659239)--Connection(811892227)--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@58303fc8, [B@3de4576d, [B@2ee3a2b4, 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-17 17:54:24.722--ClientSession(632659239)--Connection(811892227)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.722--ServerSession(454071866)--Connection(1466321633)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.722--UnitOfWork(988476133)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.722--UnitOfWork(988476133)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.722--UnitOfWork(988476133)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.722--ClientSession(632659239)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.722--UnitOfWork(988476133)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.722--ClientSession(632659239)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.723--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1538756478
    [junit] [EL Finer]: 2024-04-17 17:54:24.723--ClientSession(1538756478)--Thread(Thread[main,5,main])--acquire unit of work: 1625845974
    [junit] [EL Finest]: 2024-04-17 17:54:24.723--UnitOfWork(1625845974)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.723--ServerSession(454071866)--Connection(1195472734)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.723--ServerSession(454071866)--Connection(1195472734)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.723--ServerSession(454071866)--Connection(2082718099)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:24.724--ServerSession(454071866)--Connection(1195472734)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.724--UnitOfWork(1625845974)--Thread(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-17 17:54:24.724--UnitOfWork(1625845974)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.734--UnitOfWork(1625845974)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.734--ClientSession(1538756478)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.744--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 222255400
    [junit] [EL Finer]: 2024-04-17 17:54:24.744--ClientSession(222255400)--Thread(Thread[main,5,main])--acquire unit of work: 2052038071
    [junit] [EL Finest]: 2024-04-17 17:54:24.744--UnitOfWork(2052038071)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.744--UnitOfWork(2052038071)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:24.744--UnitOfWork(2052038071)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:24.744--UnitOfWork(2052038071)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1)
    [junit] [EL Finest]: 2024-04-17 17:54:24.744--ServerSession(454071866)--Connection(1771727873)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.744--ClientSession(222255400)--Connection(1771727873)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.744--ClientSession(222255400)--Connection(1771727873)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:24.744--UnitOfWork(2052038071)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@d8d9c7a)
    [junit] [EL Fine]: 2024-04-17 17:54:24.744--ClientSession(222255400)--Connection(295273437)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] 	bind => [1, something, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:24.744--ClientSession(222255400)--Connection(295273437)--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@33ada320, [B@9ed2b30, [B@54b7c6bb, 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-17 17:54:24.745--ClientSession(222255400)--Connection(295273437)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.745--ServerSession(454071866)--Connection(1771727873)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.745--UnitOfWork(2052038071)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.745--UnitOfWork(2052038071)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.746--UnitOfWork(2052038071)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.746--ClientSession(222255400)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.746--UnitOfWork(2052038071)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.746--ClientSession(222255400)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.746--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 558004690
    [junit] [EL Finer]: 2024-04-17 17:54:24.746--ClientSession(558004690)--Thread(Thread[main,5,main])--acquire unit of work: 115095474
    [junit] [EL Finest]: 2024-04-17 17:54:24.746--UnitOfWork(115095474)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.746--ServerSession(454071866)--Connection(1638461521)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.746--ServerSession(454071866)--Connection(1638461521)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.746--ServerSession(454071866)--Connection(681397415)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:24.747--ServerSession(454071866)--Connection(1638461521)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.747--UnitOfWork(115095474)--Thread(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-17 17:54:24.747--UnitOfWork(115095474)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.747--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 420684789
    [junit] [EL Finer]: 2024-04-17 17:54:24.747--ClientSession(420684789)--Thread(Thread[main,5,main])--acquire unit of work: 441918236
    [junit] [EL Finer]: 2024-04-17 17:54:24.747--UnitOfWork(441918236)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.747--ClientSession(420684789)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.747--UnitOfWork(441918236)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.747--UnitOfWork(441918236)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.747--UnitOfWork(441918236)--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-17 17:54:24.747--UnitOfWork(441918236)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.747--UnitOfWork(441918236)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.747--ClientSession(420684789)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.747--UnitOfWork(441918236)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.747--UnitOfWork(441918236)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.747--UnitOfWork(441918236)--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-17 17:54:24.748--UnitOfWork(441918236)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.748--UnitOfWork(441918236)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.748--ClientSession(420684789)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.748--UnitOfWork(441918236)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.748--UnitOfWork(441918236)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.748--UnitOfWork(441918236)--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-17 17:54:24.748--UnitOfWork(441918236)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.748--UnitOfWork(441918236)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.748--ClientSession(420684789)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.748--UnitOfWork(441918236)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.748--UnitOfWork(441918236)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.748--UnitOfWork(441918236)--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-17 17:54:24.748--UnitOfWork(441918236)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.748--UnitOfWork(441918236)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.748--ClientSession(420684789)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.748--UnitOfWork(441918236)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.748--UnitOfWork(441918236)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.748--UnitOfWork(441918236)--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-17 17:54:24.748--UnitOfWork(441918236)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.748--UnitOfWork(441918236)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.748--ClientSession(420684789)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.748--UnitOfWork(441918236)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.748--UnitOfWork(441918236)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.748--UnitOfWork(441918236)--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-17 17:54:24.748--UnitOfWork(441918236)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.748--UnitOfWork(441918236)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.748--ClientSession(420684789)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.748--UnitOfWork(441918236)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.748--UnitOfWork(441918236)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.748--UnitOfWork(441918236)--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-17 17:54:24.748--UnitOfWork(441918236)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.748--UnitOfWork(441918236)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.748--ClientSession(420684789)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.748--UnitOfWork(441918236)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.748--UnitOfWork(441918236)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.748--UnitOfWork(441918236)--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-17 17:54:24.748--UnitOfWork(441918236)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.748--UnitOfWork(441918236)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.748--ClientSession(420684789)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.748--UnitOfWork(441918236)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.748--UnitOfWork(441918236)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.748--UnitOfWork(441918236)--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-17 17:54:24.748--UnitOfWork(441918236)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.748--UnitOfWork(441918236)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.748--ClientSession(420684789)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.748--UnitOfWork(441918236)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.748--UnitOfWork(441918236)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.748--UnitOfWork(441918236)--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-17 17:54:24.748--UnitOfWork(441918236)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.749--UnitOfWork(441918236)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.749--ClientSession(420684789)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.749--UnitOfWork(441918236)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.749--UnitOfWork(441918236)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.749--UnitOfWork(441918236)--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-17 17:54:24.749--UnitOfWork(441918236)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.749--UnitOfWork(441918236)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.749--ClientSession(420684789)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.749--UnitOfWork(441918236)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.749--UnitOfWork(441918236)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.749--UnitOfWork(441918236)--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-17 17:54:24.749--UnitOfWork(441918236)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.749--UnitOfWork(441918236)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.749--ClientSession(420684789)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.749--UnitOfWork(441918236)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.749--UnitOfWork(441918236)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.749--UnitOfWork(441918236)--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-17 17:54:24.749--UnitOfWork(441918236)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.749--UnitOfWork(441918236)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.749--ClientSession(420684789)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.749--UnitOfWork(441918236)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.749--UnitOfWork(441918236)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.749--UnitOfWork(441918236)--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-17 17:54:24.749--UnitOfWork(441918236)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.749--UnitOfWork(441918236)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.749--ClientSession(420684789)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.749--UnitOfWork(441918236)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.749--UnitOfWork(441918236)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.749--UnitOfWork(441918236)--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-17 17:54:24.749--UnitOfWork(441918236)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.749--UnitOfWork(441918236)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.749--ClientSession(420684789)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.749--UnitOfWork(441918236)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.749--UnitOfWork(441918236)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.749--UnitOfWork(441918236)--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-17 17:54:24.749--UnitOfWork(441918236)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.749--UnitOfWork(441918236)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.749--ClientSession(420684789)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.749--UnitOfWork(441918236)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.749--UnitOfWork(441918236)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.749--UnitOfWork(441918236)--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-17 17:54:24.749--UnitOfWork(441918236)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.749--UnitOfWork(441918236)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.749--ClientSession(420684789)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.749--UnitOfWork(441918236)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.749--UnitOfWork(441918236)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.749--UnitOfWork(441918236)--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-17 17:54:24.749--UnitOfWork(441918236)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.749--UnitOfWork(441918236)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.793--ClientSession(420684789)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.793--UnitOfWork(441918236)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.793--UnitOfWork(441918236)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.793--UnitOfWork(441918236)--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-17 17:54:24.793--UnitOfWork(441918236)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.793--UnitOfWork(115095474)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.794--ClientSession(558004690)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.803--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1928859545
    [junit] [EL Finer]: 2024-04-17 17:54:24.803--ClientSession(1928859545)--Thread(Thread[main,5,main])--acquire unit of work: 934973150
    [junit] [EL Finest]: 2024-04-17 17:54:24.803--UnitOfWork(934973150)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.803--UnitOfWork(934973150)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:24.803--UnitOfWork(934973150)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:24.803--UnitOfWork(934973150)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1)
    [junit] [EL Finest]: 2024-04-17 17:54:24.803--ServerSession(454071866)--Connection(1773274513)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.803--ClientSession(1928859545)--Connection(1773274513)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.803--ClientSession(1928859545)--Connection(1773274513)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:24.804--UnitOfWork(934973150)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6e7010e2)
    [junit] [EL Fine]: 2024-04-17 17:54:24.804--ClientSession(1928859545)--Connection(804255468)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] 	bind => [1, something, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:24.804--ClientSession(1928859545)--Connection(804255468)--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@31af1e26, [B@48c80b0f, [B@1840dc6c, 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-17 17:54:24.805--ClientSession(1928859545)--Connection(804255468)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.805--ServerSession(454071866)--Connection(1773274513)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.805--UnitOfWork(934973150)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.805--UnitOfWork(934973150)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.805--UnitOfWork(934973150)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.805--ClientSession(1928859545)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.805--UnitOfWork(934973150)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.805--ClientSession(1928859545)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.806--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1562019530
    [junit] [EL Finer]: 2024-04-17 17:54:24.806--ClientSession(1562019530)--Thread(Thread[main,5,main])--acquire unit of work: 523603423
    [junit] [EL Finest]: 2024-04-17 17:54:24.806--UnitOfWork(523603423)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.806--ServerSession(454071866)--Connection(313342663)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.806--ServerSession(454071866)--Connection(313342663)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.806--ServerSession(454071866)--Connection(1777558814)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:24.806--ServerSession(454071866)--Connection(313342663)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.807--UnitOfWork(523603423)--Thread(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-17 17:54:24.807--UnitOfWork(523603423)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.807--UnitOfWork(523603423)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.807--ClientSession(1562019530)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.807--UnitOfWork(523603423)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.807--ServerSession(454071866)--Connection(1511495858)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.807--ServerSession(454071866)--Connection(1511495858)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.807--ServerSession(454071866)--Connection(243541694)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:24.807--ServerSession(454071866)--Connection(1511495858)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.807--UnitOfWork(523603423)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.808--ClientSession(1562019530)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.808--UnitOfWork(523603423)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.808--ServerSession(454071866)--Connection(282433738)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.808--ServerSession(454071866)--Connection(282433738)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.808--ServerSession(454071866)--Connection(1061940664)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:24.808--ServerSession(454071866)--Connection(282433738)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.808--UnitOfWork(523603423)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.808--ClientSession(1562019530)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.808--UnitOfWork(523603423)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.808--ServerSession(454071866)--Connection(352534067)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.808--ServerSession(454071866)--Connection(352534067)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.808--ServerSession(454071866)--Connection(1975858950)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:24.809--ServerSession(454071866)--Connection(352534067)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.809--UnitOfWork(523603423)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.809--ClientSession(1562019530)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.809--UnitOfWork(523603423)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.809--ServerSession(454071866)--Connection(1080815535)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.809--ServerSession(454071866)--Connection(1080815535)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.809--ServerSession(454071866)--Connection(483040675)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:24.81--ServerSession(454071866)--Connection(1080815535)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.81--UnitOfWork(523603423)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.81--ClientSession(1562019530)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.81--UnitOfWork(523603423)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.81--ServerSession(454071866)--Connection(1587293448)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.81--ServerSession(454071866)--Connection(1587293448)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.81--ServerSession(454071866)--Connection(376673533)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:24.81--ServerSession(454071866)--Connection(1587293448)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.81--UnitOfWork(523603423)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.81--ClientSession(1562019530)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.81--UnitOfWork(523603423)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.81--ServerSession(454071866)--Connection(1191512031)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.81--ServerSession(454071866)--Connection(1191512031)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.811--ServerSession(454071866)--Connection(1297856446)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:24.811--ServerSession(454071866)--Connection(1191512031)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.811--UnitOfWork(523603423)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.811--ClientSession(1562019530)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.811--UnitOfWork(523603423)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.811--ServerSession(454071866)--Connection(40831147)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.811--ServerSession(454071866)--Connection(40831147)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.811--ServerSession(454071866)--Connection(303671583)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:24.812--ServerSession(454071866)--Connection(40831147)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.812--UnitOfWork(523603423)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.812--ClientSession(1562019530)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.812--UnitOfWork(523603423)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.812--ServerSession(454071866)--Connection(507530933)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.812--ServerSession(454071866)--Connection(507530933)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.812--ServerSession(454071866)--Connection(1095650611)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:24.812--ServerSession(454071866)--Connection(507530933)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.812--UnitOfWork(523603423)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.813--ClientSession(1562019530)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.813--UnitOfWork(523603423)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.813--ServerSession(454071866)--Connection(1712502129)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.813--ServerSession(454071866)--Connection(1712502129)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.813--ServerSession(454071866)--Connection(1426475861)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:24.813--ServerSession(454071866)--Connection(1712502129)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.813--UnitOfWork(523603423)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.813--ClientSession(1562019530)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.813--UnitOfWork(523603423)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.813--ServerSession(454071866)--Connection(1609383107)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.813--ServerSession(454071866)--Connection(1609383107)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.813--ServerSession(454071866)--Connection(953587848)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:24.814--ServerSession(454071866)--Connection(1609383107)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.814--UnitOfWork(523603423)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.814--ClientSession(1562019530)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.814--UnitOfWork(523603423)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.814--ServerSession(454071866)--Connection(647366564)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.814--ServerSession(454071866)--Connection(647366564)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.814--ServerSession(454071866)--Connection(713607462)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:24.815--ServerSession(454071866)--Connection(647366564)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.815--UnitOfWork(523603423)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.815--ClientSession(1562019530)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.815--UnitOfWork(523603423)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.815--ServerSession(454071866)--Connection(1557753656)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.815--ServerSession(454071866)--Connection(1557753656)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.815--ServerSession(454071866)--Connection(812932220)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:24.815--ServerSession(454071866)--Connection(1557753656)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.815--UnitOfWork(523603423)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.815--ClientSession(1562019530)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.815--UnitOfWork(523603423)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.816--ServerSession(454071866)--Connection(1772397099)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.816--ServerSession(454071866)--Connection(1772397099)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.816--ServerSession(454071866)--Connection(2074186975)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:24.816--ServerSession(454071866)--Connection(1772397099)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.816--UnitOfWork(523603423)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.816--ClientSession(1562019530)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finest]: 2024-04-17 17:54:24.816--UnitOfWork(523603423)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.816--ServerSession(454071866)--Connection(755404761)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.816--ServerSession(454071866)--Connection(755404761)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.816--ServerSession(454071866)--Connection(1517744586)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:24.817--ServerSession(454071866)--Connection(755404761)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.817--UnitOfWork(523603423)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.817--ClientSession(1562019530)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.826--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1039075386
    [junit] [EL Finer]: 2024-04-17 17:54:24.826--ClientSession(1039075386)--Thread(Thread[main,5,main])--acquire unit of work: 1198800266
    [junit] [EL Finest]: 2024-04-17 17:54:24.826--UnitOfWork(1198800266)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.826--UnitOfWork(1198800266)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:24.826--UnitOfWork(1198800266)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:24.826--UnitOfWork(1198800266)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1)
    [junit] [EL Finest]: 2024-04-17 17:54:24.826--ServerSession(454071866)--Connection(116589395)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.826--ClientSession(1039075386)--Connection(116589395)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.826--ClientSession(1039075386)--Connection(116589395)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:24.826--UnitOfWork(1198800266)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2d411abb)
    [junit] [EL Fine]: 2024-04-17 17:54:24.827--ClientSession(1039075386)--Connection(944577005)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] 	bind => [1, something, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:24.827--ClientSession(1039075386)--Connection(944577005)--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@29c8645f, [B@373f03ae, [B@676de6d5, 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-17 17:54:24.827--ClientSession(1039075386)--Connection(944577005)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.828--ServerSession(454071866)--Connection(116589395)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.828--UnitOfWork(1198800266)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.828--UnitOfWork(1198800266)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.828--UnitOfWork(1198800266)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.828--ClientSession(1039075386)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.828--UnitOfWork(1198800266)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.828--ClientSession(1039075386)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.828--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1159252264
    [junit] [EL Finer]: 2024-04-17 17:54:24.828--ClientSession(1159252264)--Thread(Thread[main,5,main])--acquire unit of work: 816327484
    [junit] [EL Finest]: 2024-04-17 17:54:24.828--UnitOfWork(816327484)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.829--ServerSession(454071866)--Connection(1623238662)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.829--ServerSession(454071866)--Connection(1623238662)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.829--ServerSession(454071866)--Connection(546703383)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:24.829--ServerSession(454071866)--Connection(1623238662)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.829--UnitOfWork(816327484)--Thread(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-17 17:54:24.829--UnitOfWork(816327484)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1
    [junit] [EL Finer]: 2024-04-17 17:54:24.829--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 669485246
    [junit] [EL Finer]: 2024-04-17 17:54:24.829--ClientSession(669485246)--Thread(Thread[main,5,main])--acquire unit of work: 579045650
    [junit] [EL Finer]: 2024-04-17 17:54:24.83--UnitOfWork(579045650)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.83--ClientSession(669485246)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.83--UnitOfWork(579045650)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.83--UnitOfWork(579045650)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.83--UnitOfWork(579045650)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.83--ServerSession(454071866)--Connection(1699191382)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.83--ServerSession(454071866)--Connection(1699191382)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.831--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-17 17:54:24.831--ServerSession(454071866)--Connection(1699191382)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.831--UnitOfWork(579045650)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.831--ClientSession(669485246)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.831--UnitOfWork(579045650)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.831--UnitOfWork(579045650)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.831--UnitOfWork(579045650)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.831--ServerSession(454071866)--Connection(1982907511)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.831--ServerSession(454071866)--Connection(1982907511)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.831--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-17 17:54:24.831--ServerSession(454071866)--Connection(1982907511)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.831--UnitOfWork(579045650)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.831--ClientSession(669485246)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.831--UnitOfWork(579045650)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.831--UnitOfWork(579045650)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.831--UnitOfWork(579045650)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.831--ServerSession(454071866)--Connection(280987650)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.832--ServerSession(454071866)--Connection(280987650)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.832--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-17 17:54:24.832--ServerSession(454071866)--Connection(280987650)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.832--UnitOfWork(579045650)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.832--ClientSession(669485246)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.832--UnitOfWork(579045650)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.832--UnitOfWork(579045650)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.832--UnitOfWork(579045650)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.832--ServerSession(454071866)--Connection(944036866)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.832--ServerSession(454071866)--Connection(944036866)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.832--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-17 17:54:24.832--ServerSession(454071866)--Connection(944036866)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.832--UnitOfWork(579045650)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.832--ClientSession(669485246)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.832--UnitOfWork(579045650)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.832--UnitOfWork(579045650)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.832--UnitOfWork(579045650)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.832--ServerSession(454071866)--Connection(1861072814)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.832--ServerSession(454071866)--Connection(1861072814)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.833--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-17 17:54:24.833--ServerSession(454071866)--Connection(1861072814)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.833--UnitOfWork(579045650)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.833--ClientSession(669485246)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.833--UnitOfWork(579045650)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.833--UnitOfWork(579045650)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.833--UnitOfWork(579045650)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.833--ServerSession(454071866)--Connection(1759515620)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.833--ServerSession(454071866)--Connection(1759515620)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.833--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-17 17:54:24.833--ServerSession(454071866)--Connection(1759515620)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.833--UnitOfWork(579045650)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.833--ClientSession(669485246)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.833--UnitOfWork(579045650)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.833--UnitOfWork(579045650)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.833--UnitOfWork(579045650)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.833--ServerSession(454071866)--Connection(1381885655)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.833--ServerSession(454071866)--Connection(1381885655)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.833--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-17 17:54:24.834--ServerSession(454071866)--Connection(1381885655)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.834--UnitOfWork(579045650)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.834--ClientSession(669485246)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.834--UnitOfWork(579045650)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.834--UnitOfWork(579045650)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.834--UnitOfWork(579045650)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.834--ServerSession(454071866)--Connection(322986022)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.834--ServerSession(454071866)--Connection(322986022)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.834--ServerSession(454071866)--Connection(773216199)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)
    [junit] 	bind => [1]
    [junit] [EL Finest]: 2024-04-17 17:54:24.834--ServerSession(454071866)--Connection(322986022)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.834--UnitOfWork(579045650)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.834--ClientSession(669485246)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.834--UnitOfWork(579045650)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.834--UnitOfWork(579045650)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.834--UnitOfWork(579045650)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.834--ServerSession(454071866)--Connection(442805595)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.834--ServerSession(454071866)--Connection(442805595)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.834--ServerSession(454071866)--Connection(171294561)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)
    [junit] 	bind => [1]
    [junit] [EL Finest]: 2024-04-17 17:54:24.834--ServerSession(454071866)--Connection(442805595)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.834--UnitOfWork(579045650)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.835--ClientSession(669485246)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.835--UnitOfWork(579045650)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.835--UnitOfWork(579045650)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.835--UnitOfWork(579045650)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.835--ServerSession(454071866)--Connection(1559203243)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.835--ServerSession(454071866)--Connection(1559203243)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.835--ServerSession(454071866)--Connection(1675554072)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)
    [junit] 	bind => [1]
    [junit] [EL Finest]: 2024-04-17 17:54:24.835--ServerSession(454071866)--Connection(1559203243)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.835--UnitOfWork(579045650)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.835--ClientSession(669485246)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.835--UnitOfWork(579045650)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.835--UnitOfWork(579045650)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.835--UnitOfWork(579045650)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.835--ServerSession(454071866)--Connection(1508330669)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.835--ServerSession(454071866)--Connection(1508330669)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.835--ServerSession(454071866)--Connection(2042953967)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)
    [junit] 	bind => [1]
    [junit] [EL Finest]: 2024-04-17 17:54:24.835--ServerSession(454071866)--Connection(1508330669)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.835--UnitOfWork(579045650)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.835--ClientSession(669485246)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.835--UnitOfWork(579045650)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.835--UnitOfWork(579045650)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.835--UnitOfWork(579045650)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.835--ServerSession(454071866)--Connection(359484379)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.836--ServerSession(454071866)--Connection(359484379)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.836--ServerSession(454071866)--Connection(1980563455)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)
    [junit] 	bind => [1]
    [junit] [EL Finest]: 2024-04-17 17:54:24.836--ServerSession(454071866)--Connection(359484379)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.836--UnitOfWork(579045650)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.836--ClientSession(669485246)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.836--UnitOfWork(579045650)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.836--UnitOfWork(579045650)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.836--UnitOfWork(579045650)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.836--ServerSession(454071866)--Connection(1980631868)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.836--ServerSession(454071866)--Connection(1980631868)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.836--ServerSession(454071866)--Connection(163751349)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)
    [junit] 	bind => [1]
    [junit] [EL Finest]: 2024-04-17 17:54:24.836--ServerSession(454071866)--Connection(1980631868)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.836--UnitOfWork(579045650)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.836--ClientSession(669485246)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.836--UnitOfWork(579045650)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.836--UnitOfWork(579045650)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.836--UnitOfWork(579045650)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.836--ServerSession(454071866)--Connection(1161794267)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.837--ServerSession(454071866)--Connection(1161794267)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.837--ServerSession(454071866)--Connection(1131292331)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)
    [junit] 	bind => [1]
    [junit] [EL Finest]: 2024-04-17 17:54:24.837--ServerSession(454071866)--Connection(1161794267)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.837--UnitOfWork(579045650)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.837--ClientSession(669485246)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.837--UnitOfWork(579045650)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.837--UnitOfWork(579045650)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.837--UnitOfWork(579045650)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.837--ServerSession(454071866)--Connection(1168382976)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.837--ServerSession(454071866)--Connection(1168382976)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.837--ServerSession(454071866)--Connection(2092234533)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)
    [junit] 	bind => [1]
    [junit] [EL Finest]: 2024-04-17 17:54:24.837--ServerSession(454071866)--Connection(1168382976)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.837--UnitOfWork(579045650)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.837--ClientSession(669485246)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.837--UnitOfWork(579045650)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.837--UnitOfWork(579045650)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.837--UnitOfWork(579045650)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.837--ServerSession(454071866)--Connection(2140313343)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.837--ServerSession(454071866)--Connection(2140313343)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.838--ServerSession(454071866)--Connection(447992081)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)
    [junit] 	bind => [1]
    [junit] [EL Finest]: 2024-04-17 17:54:24.838--ServerSession(454071866)--Connection(2140313343)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.838--UnitOfWork(579045650)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.838--ClientSession(669485246)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.838--UnitOfWork(579045650)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.838--UnitOfWork(579045650)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.838--UnitOfWork(579045650)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.838--ServerSession(454071866)--Connection(235038634)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.838--ServerSession(454071866)--Connection(235038634)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.838--ServerSession(454071866)--Connection(1737223727)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)
    [junit] 	bind => [1]
    [junit] [EL Finest]: 2024-04-17 17:54:24.838--ServerSession(454071866)--Connection(235038634)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.839--UnitOfWork(579045650)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.839--ClientSession(669485246)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.839--UnitOfWork(579045650)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.839--UnitOfWork(579045650)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.839--UnitOfWork(579045650)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.839--ServerSession(454071866)--Connection(2120334685)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.839--ServerSession(454071866)--Connection(2120334685)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.839--ServerSession(454071866)--Connection(1673771532)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)
    [junit] 	bind => [1]
    [junit] [EL Finest]: 2024-04-17 17:54:24.839--ServerSession(454071866)--Connection(2120334685)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.839--UnitOfWork(579045650)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.839--ClientSession(669485246)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.898--UnitOfWork(579045650)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.898--UnitOfWork(579045650)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.898--UnitOfWork(579045650)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.898--ServerSession(454071866)--Connection(529283672)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.898--ServerSession(454071866)--Connection(529283672)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.898--ServerSession(454071866)--Connection(1819600801)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)
    [junit] 	bind => [1]
    [junit] [EL Finest]: 2024-04-17 17:54:24.899--ServerSession(454071866)--Connection(529283672)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.899--UnitOfWork(579045650)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.899--ClientSession(669485246)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.899--UnitOfWork(816327484)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.899--ClientSession(1159252264)--Thread(Thread[main,5,main])--client released
    [junit] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.622 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-17 17:54:24.927--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 360865347
    [junit] [EL Finer]: 2024-04-17 17:54:24.927--ClientSession(360865347)--Thread(Thread[main,5,main])--acquire unit of work: 827676512
    [junit] [EL Finest]: 2024-04-17 17:54:24.927--UnitOfWork(827676512)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.927--ServerSession(454071866)--Connection(1510427877)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.927--ClientSession(360865347)--Connection(1510427877)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.927--ClientSession(360865347)--Connection(1510427877)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:24.928--ClientSession(360865347)--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-17 17:54:24.928--ClientSession(360865347)--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-17 17:54:24.928--ClientSession(360865347)--Connection(1576034720)--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-17 17:54:24.928--ClientSession(360865347)--Connection(1576034720)--Thread(Thread[main,5,main])--SELECT GEN_VAL FROM DIS_SEQ_DIS WHERE GEN_KEY = ?
    [junit] 	bind => [Component]
    [junit] [EL Finest]: 2024-04-17 17:54:24.928--ClientSession(360865347)--Connection(1576034720)--Thread(Thread[main,5,main])--local sequencing preallocation for Component: objects: 50 , first: 1, last: 50
    [junit] [EL Finer]: 2024-04-17 17:54:24.929--ClientSession(360865347)--Connection(1576034720)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.929--ServerSession(454071866)--Connection(1576034720)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Finest]: 2024-04-17 17:54:24.929--ServerSession(454071866)--Connection(1510427877)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finest]: 2024-04-17 17:54:24.929--UnitOfWork(827676512)--Thread(Thread[main,5,main])--assign sequence to the object (1 -> org.eclipse.persistence.testing.models.wdf.jpa1.component.Component@1d930d9c)
    [junit] [EL Finest]: 2024-04-17 17:54:24.929--UnitOfWork(827676512)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.929--UnitOfWork(827676512)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:24.929--UnitOfWork(827676512)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:24.929--UnitOfWork(827676512)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.component.Component@1d930d9c)
    [junit] [EL Finest]: 2024-04-17 17:54:24.929--ServerSession(454071866)--Connection(1786935314)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.929--ClientSession(360865347)--Connection(1786935314)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.929--ClientSession(360865347)--Connection(1786935314)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:24.93--UnitOfWork(827676512)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat@7ddc5dd8)
    [junit] [EL Fine]: 2024-04-17 17:54:24.93--ClientSession(360865347)--Connection(970403550)--Thread(Thread[main,5,main])--INSERT INTO TMP_COMPONENT (ID) VALUES (?)
    [junit] 	bind => [1]
    [junit] [EL Finest]: 2024-04-17 17:54:24.931--UnitOfWork(827676512)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat@23ffc566)
    [junit] [EL Finer]: 2024-04-17 17:54:24.931--ClientSession(360865347)--Connection(970403550)--Thread(Thread[main,5,main])--Begin batch statements
    [junit] [EL Fine]: 2024-04-17 17:54:24.931--ClientSession(360865347)--Connection(970403550)--Thread(Thread[main,5,main])--INSERT INTO TMP_METRIC (INSPECTION_ID, COMPONENT_ID, NAME, FLOATVALUE, TYPE) VALUES (?, ?, ?, ?, ?)
    [junit] [EL Fine]: 2024-04-17 17:54:24.931--ClientSession(360865347)--Connection(970403550)--Thread(Thread[main,5,main])--	bind => [1, 1, metric2, 2.0, FLOAT]
    [junit] [EL Fine]: 2024-04-17 17:54:24.931--ClientSession(360865347)--Connection(970403550)--Thread(Thread[main,5,main])--	bind => [1, 1, metric1, 1.0, FLOAT]
    [junit] [EL Finer]: 2024-04-17 17:54:24.931--ClientSession(360865347)--Connection(970403550)--Thread(Thread[main,5,main])--End Batch Statements
    [junit] [EL Finer]: 2024-04-17 17:54:24.931--ClientSession(360865347)--Connection(970403550)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.932--ServerSession(454071866)--Connection(1786935314)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.932--UnitOfWork(827676512)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.932--UnitOfWork(827676512)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: 2024-04-17 17:54:24.932--UnitOfWork(827676512)--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-17 17:54:24.933--UnitOfWork(827676512)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:24.933--UnitOfWork(827676512)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.component.Component@1d930d9c)
    [junit] [EL Finer]: 2024-04-17 17:54:24.933--UnitOfWork(827676512)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.933--UnitOfWork(827676512)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.942--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1627760172
    [junit] [EL Finer]: 2024-04-17 17:54:24.942--ClientSession(1627760172)--Thread(Thread[main,5,main])--acquire unit of work: 1697259188
    [junit] [EL Finest]: 2024-04-17 17:54:24.942--UnitOfWork(1697259188)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.942--UnitOfWork(1697259188)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:24.942--UnitOfWork(1697259188)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.942--UnitOfWork(1697259188)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8)
    [junit] [EL Finest]: 2024-04-17 17:54:24.942--ServerSession(454071866)--Connection(703976121)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.942--ClientSession(1627760172)--Connection(703976121)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.942--ClientSession(1627760172)--Connection(703976121)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:24.943--UnitOfWork(1697259188)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@681f1774)
    [junit] [EL Fine]: 2024-04-17 17:54:24.943--ClientSession(1627760172)--Connection(960611396)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] 	bind => [8, acht, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:24.943--ClientSession(1627760172)--Connection(960611396)--Thread(Thread[main,5,main])--INSERT INTO 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-17 17:54:24.943--UnitOfWork(1697259188)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.943--UnitOfWork(1697259188)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.943--UnitOfWork(1697259188)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.943--ClientSession(1627760172)--Connection(960611396)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.944--ServerSession(454071866)--Connection(703976121)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.944--UnitOfWork(1697259188)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.944--UnitOfWork(1697259188)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.944--UnitOfWork(1697259188)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.944--ClientSession(1627760172)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.944--UnitOfWork(1697259188)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.944--ClientSession(1627760172)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.944--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 37859948
    [junit] [EL Finer]: 2024-04-17 17:54:24.944--ClientSession(37859948)--Thread(Thread[main,5,main])--acquire unit of work: 1473688592
    [junit] [EL Finest]: 2024-04-17 17:54:24.944--UnitOfWork(1473688592)--Thread(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-17 17:54:24.944--UnitOfWork(1473688592)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8
    [junit] [EL Finest]: 2024-04-17 17:54:24.944--UnitOfWork(1473688592)--Thread(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-17 17:54:24.944--UnitOfWork(1473688592)--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-17 17:54:24.944--UnitOfWork(1473688592)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1d2be854
    [junit] [EL Finest]: 2024-04-17 17:54:24.944--UnitOfWork(1473688592)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8
    [junit] [EL Finest]: 2024-04-17 17:54:24.944--UnitOfWork(1473688592)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))")
    [junit] [EL Finest]: 2024-04-17 17:54:24.944--ServerSession(454071866)--Connection(700274549)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.944--ServerSession(454071866)--Connection(700274549)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.944--ServerSession(454071866)--Connection(301313606)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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-17 17:54:24.945--ServerSession(454071866)--Connection(700274549)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.945--UnitOfWork(1473688592)--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-17 17:54:24.945--UnitOfWork(1473688592)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.945--UnitOfWork(1473688592)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8)
    [junit] [EL Finest]: 2024-04-17 17:54:24.945--ServerSession(454071866)--Connection(158355026)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.945--ClientSession(37859948)--Connection(158355026)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.945--ClientSession(37859948)--Connection(158355026)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:24.945--UnitOfWork(1473688592)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4b291c34)
    [junit] [EL Fine]: 2024-04-17 17:54:24.946--ClientSession(37859948)--Connection(1376543800)--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-17 17:54:24.946--ClientSession(37859948)--Connection(1376543800)--Thread(Thread[main,5,main])--UPDATE TMP_EMP SET LASTNAME = ? WHERE (ID = ?)
    [junit] 	bind => [Hastig, 3]
    [junit] [EL Finer]: 2024-04-17 17:54:24.946--UnitOfWork(1473688592)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.946--UnitOfWork(1473688592)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.946--UnitOfWork(1473688592)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.946--ClientSession(37859948)--Connection(1376543800)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.947--ServerSession(454071866)--Connection(158355026)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.947--UnitOfWork(1473688592)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.947--UnitOfWork(1473688592)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.947--UnitOfWork(1473688592)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.947--ClientSession(37859948)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.947--UnitOfWork(1473688592)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.947--ClientSession(37859948)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.947--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1079206049
    [junit] [EL Finer]: 2024-04-17 17:54:24.947--ClientSession(1079206049)--Thread(Thread[main,5,main])--acquire unit of work: 120504060
    [junit] [EL Finest]: 2024-04-17 17:54:24.947--UnitOfWork(120504060)--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-17 17:54:24.947--UnitOfWork(120504060)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1d2be854
    [junit] [EL Finest]: 2024-04-17 17:54:24.947--UnitOfWork(120504060)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8
    [junit] [EL Finest]: 2024-04-17 17:54:24.947--UnitOfWork(120504060)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))")
    [junit] [EL Finest]: 2024-04-17 17:54:24.947--ServerSession(454071866)--Connection(160628986)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.947--ServerSession(454071866)--Connection(160628986)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.947--ServerSession(454071866)--Connection(2067306090)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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-17 17:54:24.948--ServerSession(454071866)--Connection(160628986)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.948--UnitOfWork(120504060)--Thread(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-17 17:54:24.948--UnitOfWork(120504060)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:24.948--UnitOfWork(120504060)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:24.948--UnitOfWork(120504060)--Thread(Thread[main,5,main])--begin unit of work flush
    [junit] [EL Finest]: 2024-04-17 17:54:24.948--UnitOfWork(120504060)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee )
    [junit] [EL Finest]: 2024-04-17 17:54:24.948--UnitOfWork(120504060)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:24.948--UnitOfWork(120504060)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="bicycles" sql="DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.948--ServerSession(454071866)--Connection(1530826119)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.948--ClientSession(1079206049)--Connection(1530826119)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.948--ClientSession(1079206049)--Connection(1530826119)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:24.948--UnitOfWork(120504060)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?)")
    [junit] [EL Fine]: 2024-04-17 17:54:24.948--ClientSession(1079206049)--Connection(31200250)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?)
    [junit] 	bind => [3]
    [junit] [EL Finest]: 2024-04-17 17:54:24.948--UnitOfWork(120504060)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?)")
    [junit] [EL Fine]: 2024-04-17 17:54:24.948--ClientSession(1079206049)--Connection(31200250)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?)
    [junit] 	bind => [3]
    [junit] [EL Finest]: 2024-04-17 17:54:24.949--UnitOfWork(120504060)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?)")
    [junit] [EL Fine]: 2024-04-17 17:54:24.949--ClientSession(1079206049)--Connection(31200250)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?)
    [junit] 	bind => [3]
    [junit] [EL Finest]: 2024-04-17 17:54:24.949--UnitOfWork(120504060)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?)")
    [junit] [EL Fine]: 2024-04-17 17:54:24.949--ClientSession(1079206049)--Connection(31200250)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?)
    [junit] 	bind => [3]
    [junit] [EL Finest]: 2024-04-17 17:54:24.949--UnitOfWork(120504060)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?)")
    [junit] [EL Fine]: 2024-04-17 17:54:24.949--ClientSession(1079206049)--Connection(31200250)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?)
    [junit] 	bind => [3]
    [junit] [EL Finest]: 2024-04-17 17:54:24.949--UnitOfWork(120504060)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5450822)
    [junit] [EL Fine]: 2024-04-17 17:54:24.949--ClientSession(1079206049)--Connection(31200250)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?)
    [junit] 	bind => [3]
    [junit] [EL Finest]: 2024-04-17 17:54:24.95--UnitOfWork(120504060)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8)
    [junit] [EL Fine]: 2024-04-17 17:54:24.95--ClientSession(1079206049)--Connection(31200250)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (ID = ?)
    [junit] 	bind => [3]
    [junit] [EL Fine]: 2024-04-17 17:54:24.95--ClientSession(1079206049)--Connection(31200250)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [8, 2]
    [junit] [EL Finer]: 2024-04-17 17:54:24.95--UnitOfWork(120504060)--Thread(Thread[main,5,main])--end unit of work flush
    [junit] [EL Finer]: 2024-04-17 17:54:24.95--UnitOfWork(120504060)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.95--UnitOfWork(120504060)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.95--ClientSession(1079206049)--Connection(31200250)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.95--ServerSession(454071866)--Connection(1530826119)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.951--UnitOfWork(120504060)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.951--UnitOfWork(120504060)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.951--UnitOfWork(120504060)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.951--ClientSession(1079206049)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.951--UnitOfWork(120504060)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.951--ClientSession(1079206049)--Thread(Thread[main,5,main])--client released
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestBasicFieldTypes
    [junit] [EL Finer]: 2024-04-17 17:54:24.972--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1653243020
    [junit] [EL Finer]: 2024-04-17 17:54:24.972--ClientSession(1653243020)--Thread(Thread[main,5,main])--acquire unit of work: 146353426
    [junit] [EL Finest]: 2024-04-17 17:54:24.972--UnitOfWork(146353426)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:24.972--UnitOfWork(146353426)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:24.972--UnitOfWork(146353426)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@fd68855)
    [junit] [EL Finest]: 2024-04-17 17:54:24.972--ServerSession(454071866)--Connection(128845232)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.972--ClientSession(1653243020)--Connection(128845232)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.972--ClientSession(1653243020)--Connection(128845232)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.973--ClientSession(1653243020)--Connection(1178495466)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:24.973--ClientSession(1653243020)--Connection(1178495466)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.973--ServerSession(454071866)--Connection(128845232)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.974--UnitOfWork(146353426)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.974--UnitOfWork(146353426)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.974--UnitOfWork(146353426)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.974--ClientSession(1653243020)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.974--UnitOfWork(146353426)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.974--ClientSession(1653243020)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.974--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1087550741
    [junit] [EL Finer]: 2024-04-17 17:54:24.974--ClientSession(1087550741)--Thread(Thread[main,5,main])--acquire unit of work: 925285178
    [junit] [EL Finest]: 2024-04-17 17:54:24.974--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-17 17:54:24.974--ServerSession(454071866)--Connection(48428301)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.974--ServerSession(454071866)--Connection(48428301)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.974--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-17 17:54:24.974--ServerSession(454071866)--Connection(48428301)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.975--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 Finer]: 2024-04-17 17:54:24.975--UnitOfWork(925285178)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.975--UnitOfWork(925285178)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.975--UnitOfWork(925285178)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.975--UnitOfWork(925285178)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.975--ClientSession(1087550741)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.975--UnitOfWork(925285178)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.975--ClientSession(1087550741)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.975--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 351452908
    [junit] [EL Finer]: 2024-04-17 17:54:24.975--ClientSession(351452908)--Thread(Thread[main,5,main])--acquire unit of work: 502202985
    [junit] [EL Finest]: 2024-04-17 17:54:24.975--UnitOfWork(502202985)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.975--ServerSession(454071866)--Connection(2062015622)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.975--ServerSession(454071866)--Connection(2062015622)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.975--ServerSession(454071866)--Connection(1984033004)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:24.975--ServerSession(454071866)--Connection(2062015622)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.975--UnitOfWork(502202985)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:24.975--UnitOfWork(502202985)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:24.975--UnitOfWork(502202985)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@12dc8dcd)
    [junit] [EL Finest]: 2024-04-17 17:54:24.976--ServerSession(454071866)--Connection(67827591)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.976--ClientSession(351452908)--Connection(67827591)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.976--ClientSession(351452908)--Connection(67827591)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.976--ClientSession(351452908)--Connection(1272645699)--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-17 17:54:24.976--ClientSession(351452908)--Connection(1272645699)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.976--ServerSession(454071866)--Connection(67827591)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.977--UnitOfWork(502202985)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.977--UnitOfWork(502202985)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.977--UnitOfWork(502202985)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.977--ClientSession(351452908)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.977--UnitOfWork(502202985)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.977--ClientSession(351452908)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.977--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1311461912
    [junit] [EL Finer]: 2024-04-17 17:54:24.977--ClientSession(1311461912)--Thread(Thread[main,5,main])--acquire unit of work: 491664021
    [junit] [EL Finest]: 2024-04-17 17:54:24.977--UnitOfWork(491664021)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.977--ServerSession(454071866)--Connection(247773295)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.977--ServerSession(454071866)--Connection(247773295)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.977--ServerSession(454071866)--Connection(1292774338)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:24.977--ServerSession(454071866)--Connection(247773295)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:24.986--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1586029287
    [junit] [EL Finer]: 2024-04-17 17:54:24.986--ClientSession(1586029287)--Thread(Thread[main,5,main])--acquire unit of work: 1791718028
    [junit] [EL Finest]: 2024-04-17 17:54:24.986--UnitOfWork(1791718028)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:24.986--UnitOfWork(1791718028)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:24.986--UnitOfWork(1791718028)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@68c97dc3)
    [junit] [EL Finest]: 2024-04-17 17:54:24.986--ServerSession(454071866)--Connection(796468713)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.986--ClientSession(1586029287)--Connection(796468713)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.986--ClientSession(1586029287)--Connection(796468713)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.987--ClientSession(1586029287)--Connection(504851864)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:24.987--ClientSession(1586029287)--Connection(504851864)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.987--ServerSession(454071866)--Connection(796468713)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.987--UnitOfWork(1791718028)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.987--UnitOfWork(1791718028)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.987--UnitOfWork(1791718028)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.988--ClientSession(1586029287)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.988--UnitOfWork(1791718028)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.988--ClientSession(1586029287)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.988--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1880185595
    [junit] [EL Finer]: 2024-04-17 17:54:24.988--ClientSession(1880185595)--Thread(Thread[main,5,main])--acquire unit of work: 379682685
    [junit] [EL Finest]: 2024-04-17 17:54:24.988--UnitOfWork(379682685)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.988--ServerSession(454071866)--Connection(864005020)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.988--ServerSession(454071866)--Connection(864005020)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.988--ServerSession(454071866)--Connection(397379011)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:24.988--ServerSession(454071866)--Connection(864005020)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.988--UnitOfWork(379682685)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.988--UnitOfWork(379682685)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:24.988--UnitOfWork(379682685)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:24.988--UnitOfWork(379682685)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:24.989--UnitOfWork(379682685)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@70540307)
    [junit] [EL Finest]: 2024-04-17 17:54:24.989--ServerSession(454071866)--Connection(648631821)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.989--ClientSession(1880185595)--Connection(648631821)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.989--ClientSession(1880185595)--Connection(648631821)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.989--ClientSession(1880185595)--Connection(1991583204)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [48, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:24.989--ClientSession(1880185595)--Connection(1991583204)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.989--ServerSession(454071866)--Connection(648631821)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.99--UnitOfWork(379682685)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.99--UnitOfWork(379682685)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.99--UnitOfWork(379682685)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.99--ClientSession(1880185595)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.99--UnitOfWork(379682685)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.99--ClientSession(1880185595)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.99--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1295572482
    [junit] [EL Finer]: 2024-04-17 17:54:24.99--ClientSession(1295572482)--Thread(Thread[main,5,main])--acquire unit of work: 558751894
    [junit] [EL Finest]: 2024-04-17 17:54:24.99--UnitOfWork(558751894)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:24.99--UnitOfWork(558751894)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:24.99--UnitOfWork(558751894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@70540307)
    [junit] [EL Finest]: 2024-04-17 17:54:24.99--ServerSession(454071866)--Connection(1160677539)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.99--ClientSession(1295572482)--Connection(1160677539)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.99--ClientSession(1295572482)--Connection(1160677539)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.99--ClientSession(1295572482)--Connection(6985425)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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@4eed96ca, null, null, null, null, null, null, null, null, null]
    [junit] [EL Finer]: 2024-04-17 17:54:24.991--ClientSession(1295572482)--Connection(6985425)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.991--ServerSession(454071866)--Connection(1160677539)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.991--UnitOfWork(558751894)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.991--UnitOfWork(558751894)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.991--UnitOfWork(558751894)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.991--ClientSession(1295572482)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.991--UnitOfWork(558751894)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.991--ClientSession(1295572482)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.991--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 215982986
    [junit] [EL Finer]: 2024-04-17 17:54:24.991--ClientSession(215982986)--Thread(Thread[main,5,main])--acquire unit of work: 774254365
    [junit] [EL Finest]: 2024-04-17 17:54:24.991--UnitOfWork(774254365)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.991--ServerSession(454071866)--Connection(2058283030)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.991--ServerSession(454071866)--Connection(2058283030)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.991--ServerSession(454071866)--Connection(1833209293)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:24.992--ServerSession(454071866)--Connection(2058283030)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.992--UnitOfWork(774254365)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:24.992--UnitOfWork(774254365)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.992--UnitOfWork(774254365)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.992--UnitOfWork(774254365)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.992--UnitOfWork(774254365)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.992--ClientSession(215982986)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.992--UnitOfWork(774254365)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.992--ClientSession(215982986)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.992--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1194807938
    [junit] [EL Finer]: 2024-04-17 17:54:24.992--ClientSession(1194807938)--Thread(Thread[main,5,main])--acquire unit of work: 1860729896
    [junit] [EL Finest]: 2024-04-17 17:54:24.992--UnitOfWork(1860729896)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.992--ServerSession(454071866)--Connection(1421307463)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.992--ServerSession(454071866)--Connection(1421307463)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.992--ServerSession(454071866)--Connection(2125090605)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:24.992--ServerSession(454071866)--Connection(1421307463)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.992--UnitOfWork(1860729896)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:24.993--UnitOfWork(1860729896)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:24.993--UnitOfWork(1860729896)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2e508452)
    [junit] [EL Finest]: 2024-04-17 17:54:24.993--ServerSession(454071866)--Connection(1829109420)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.993--ClientSession(1194807938)--Connection(1829109420)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.993--ClientSession(1194807938)--Connection(1829109420)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.993--ClientSession(1194807938)--Connection(1636204664)--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-17 17:54:24.993--ClientSession(1194807938)--Connection(1636204664)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.994--ServerSession(454071866)--Connection(1829109420)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.994--UnitOfWork(1860729896)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.994--UnitOfWork(1860729896)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.994--UnitOfWork(1860729896)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.994--ClientSession(1194807938)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.994--UnitOfWork(1860729896)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.994--ClientSession(1194807938)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.994--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 843831478
    [junit] [EL Finer]: 2024-04-17 17:54:24.994--ClientSession(843831478)--Thread(Thread[main,5,main])--acquire unit of work: 240369021
    [junit] [EL Finest]: 2024-04-17 17:54:24.994--UnitOfWork(240369021)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:24.994--ServerSession(454071866)--Connection(1535338895)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.994--ServerSession(454071866)--Connection(1535338895)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.994--ServerSession(454071866)--Connection(1719910276)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:24.994--ServerSession(454071866)--Connection(1535338895)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:24.994--UnitOfWork(240369021)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:24.994--UnitOfWork(240369021)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:24.995--UnitOfWork(240369021)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@19cab9ee)
    [junit] [EL Finest]: 2024-04-17 17:54:24.995--ServerSession(454071866)--Connection(574725994)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.995--ClientSession(843831478)--Connection(574725994)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.995--ClientSession(843831478)--Connection(574725994)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:24.995--ClientSession(843831478)--Connection(1850022859)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET WBA_BLOB = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [[B@228cd3bd, 3, 48, 2]
    [junit] [EL Finer]: 2024-04-17 17:54:24.995--ClientSession(843831478)--Connection(1850022859)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:24.995--ServerSession(454071866)--Connection(574725994)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:24.995--UnitOfWork(240369021)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:24.995--UnitOfWork(240369021)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.995--UnitOfWork(240369021)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.995--ClientSession(843831478)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:24.996--UnitOfWork(240369021)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:24.996--ClientSession(843831478)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:24.996--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 843332441
    [junit] [EL Finer]: 2024-04-17 17:54:24.996--ClientSession(843332441)--Thread(Thread[main,5,main])--acquire unit of work: 1980831639
    [junit] [EL Finest]: 2024-04-17 17:54:24.996--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-17 17:54:25.002--ServerSession(454071866)--Connection(810336733)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.002--ServerSession(454071866)--Connection(810336733)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.002--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-17 17:54:25.002--ServerSession(454071866)--Connection(810336733)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.002--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 Finer]: 2024-04-17 17:54:25.003--UnitOfWork(1980831639)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.003--UnitOfWork(1980831639)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4337ecac)
    [junit] [EL Finest]: 2024-04-17 17:54:25.003--ServerSession(454071866)--Connection(2007140156)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.003--ClientSession(843332441)--Connection(2007140156)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.003--ClientSession(843332441)--Connection(2007140156)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.003--ClientSession(843332441)--Connection(289136219)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET WBA_BLOB = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [[B@6d951dc9, 4, 48, 3]
    [junit] [EL Finer]: 2024-04-17 17:54:25.003--ClientSession(843332441)--Connection(289136219)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.004--ServerSession(454071866)--Connection(2007140156)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.004--UnitOfWork(1980831639)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.004--UnitOfWork(1980831639)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.004--UnitOfWork(1980831639)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.004--ClientSession(843332441)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.004--UnitOfWork(1980831639)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.004--ClientSession(843332441)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.004--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2073073259
    [junit] [EL Finer]: 2024-04-17 17:54:25.004--ClientSession(2073073259)--Thread(Thread[main,5,main])--acquire unit of work: 1051633541
    [junit] [EL Finest]: 2024-04-17 17:54:25.004--UnitOfWork(1051633541)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.004--ServerSession(454071866)--Connection(1906867981)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.004--ServerSession(454071866)--Connection(1906867981)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.004--ServerSession(454071866)--Connection(718422420)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.004--ServerSession(454071866)--Connection(1906867981)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.004--UnitOfWork(1051633541)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.004--UnitOfWork(1051633541)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.005--UnitOfWork(1051633541)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1ed7bed0)
    [junit] [EL Finest]: 2024-04-17 17:54:25.005--ServerSession(454071866)--Connection(341033203)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.005--ClientSession(2073073259)--Connection(341033203)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.005--ClientSession(2073073259)--Connection(341033203)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.005--ClientSession(2073073259)--Connection(884369139)--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-17 17:54:25.005--ClientSession(2073073259)--Connection(884369139)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.005--ServerSession(454071866)--Connection(341033203)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.006--UnitOfWork(1051633541)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.006--UnitOfWork(1051633541)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.006--UnitOfWork(1051633541)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.006--ClientSession(2073073259)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.006--UnitOfWork(1051633541)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.006--ClientSession(2073073259)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.006--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 349336071
    [junit] [EL Finer]: 2024-04-17 17:54:25.006--ClientSession(349336071)--Thread(Thread[main,5,main])--acquire unit of work: 504130614
    [junit] [EL Finest]: 2024-04-17 17:54:25.006--UnitOfWork(504130614)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.006--ServerSession(454071866)--Connection(428478714)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.006--ServerSession(454071866)--Connection(428478714)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.006--ServerSession(454071866)--Connection(762735735)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.006--ServerSession(454071866)--Connection(428478714)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:25.016--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 947454415
    [junit] [EL Finer]: 2024-04-17 17:54:25.016--ClientSession(947454415)--Thread(Thread[main,5,main])--acquire unit of work: 474559655
    [junit] [EL Finest]: 2024-04-17 17:54:25.016--UnitOfWork(474559655)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.016--UnitOfWork(474559655)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.016--UnitOfWork(474559655)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6da71f59)
    [junit] [EL Finest]: 2024-04-17 17:54:25.016--ServerSession(454071866)--Connection(2019741885)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.016--ClientSession(947454415)--Connection(2019741885)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.016--ClientSession(947454415)--Connection(2019741885)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.017--ClientSession(947454415)--Connection(760954650)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.017--ClientSession(947454415)--Connection(760954650)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.017--ServerSession(454071866)--Connection(2019741885)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.018--UnitOfWork(474559655)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.018--UnitOfWork(474559655)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.018--UnitOfWork(474559655)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.018--ClientSession(947454415)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.018--UnitOfWork(474559655)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.018--ClientSession(947454415)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.018--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1592280389
    [junit] [EL Finer]: 2024-04-17 17:54:25.018--ClientSession(1592280389)--Thread(Thread[main,5,main])--acquire unit of work: 811696413
    [junit] [EL Finest]: 2024-04-17 17:54:25.018--UnitOfWork(811696413)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.018--ServerSession(454071866)--Connection(1152834532)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.018--ServerSession(454071866)--Connection(1152834532)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.018--ServerSession(454071866)--Connection(562120981)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.018--ServerSession(454071866)--Connection(1152834532)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.018--UnitOfWork(811696413)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.019--UnitOfWork(811696413)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.019--UnitOfWork(811696413)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.019--UnitOfWork(811696413)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:25.019--UnitOfWork(811696413)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@10af5c2)
    [junit] [EL Finest]: 2024-04-17 17:54:25.019--ServerSession(454071866)--Connection(1492337002)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.019--ClientSession(1592280389)--Connection(1492337002)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.019--ClientSession(1592280389)--Connection(1492337002)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.019--ClientSession(1592280389)--Connection(444469235)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [17, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:25.019--ClientSession(1592280389)--Connection(444469235)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.019--ServerSession(454071866)--Connection(1492337002)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.02--UnitOfWork(811696413)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.02--UnitOfWork(811696413)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.02--UnitOfWork(811696413)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.02--ClientSession(1592280389)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.02--UnitOfWork(811696413)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.02--ClientSession(1592280389)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.02--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 878374257
    [junit] [EL Finer]: 2024-04-17 17:54:25.02--ClientSession(878374257)--Thread(Thread[main,5,main])--acquire unit of work: 1986007681
    [junit] [EL Finest]: 2024-04-17 17:54:25.02--UnitOfWork(1986007681)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.02--UnitOfWork(1986007681)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.02--UnitOfWork(1986007681)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@10af5c2)
    [junit] [EL Finest]: 2024-04-17 17:54:25.02--ServerSession(454071866)--Connection(843443382)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.02--ClientSession(878374257)--Connection(843443382)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.02--ClientSession(878374257)--Connection(843443382)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.02--ClientSession(878374257)--Connection(1360506602)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.021--ClientSession(878374257)--Connection(1360506602)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.021--ServerSession(454071866)--Connection(843443382)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.021--UnitOfWork(1986007681)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.021--UnitOfWork(1986007681)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.021--UnitOfWork(1986007681)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.021--ClientSession(878374257)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.021--UnitOfWork(1986007681)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.021--ClientSession(878374257)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.021--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1737446986
    [junit] [EL Finer]: 2024-04-17 17:54:25.021--ClientSession(1737446986)--Thread(Thread[main,5,main])--acquire unit of work: 2050106961
    [junit] [EL Finest]: 2024-04-17 17:54:25.021--UnitOfWork(2050106961)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.021--ServerSession(454071866)--Connection(373204739)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.021--ServerSession(454071866)--Connection(373204739)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.021--ServerSession(454071866)--Connection(460599381)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.022--ServerSession(454071866)--Connection(373204739)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.022--UnitOfWork(2050106961)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.022--UnitOfWork(2050106961)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.022--UnitOfWork(2050106961)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.022--UnitOfWork(2050106961)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.022--UnitOfWork(2050106961)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.022--ClientSession(1737446986)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.022--UnitOfWork(2050106961)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.022--ClientSession(1737446986)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.022--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 882277727
    [junit] [EL Finer]: 2024-04-17 17:54:25.022--ClientSession(882277727)--Thread(Thread[main,5,main])--acquire unit of work: 304569370
    [junit] [EL Finest]: 2024-04-17 17:54:25.022--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-17 17:54:25.022--ServerSession(454071866)--Connection(37418410)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.022--ServerSession(454071866)--Connection(37418410)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.022--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-17 17:54:25.022--ServerSession(454071866)--Connection(37418410)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.023--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 Finer]: 2024-04-17 17:54:25.023--UnitOfWork(304569370)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.023--UnitOfWork(304569370)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7338d5dd)
    [junit] [EL Finest]: 2024-04-17 17:54:25.023--ServerSession(454071866)--Connection(2118880517)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.023--ClientSession(882277727)--Connection(2118880517)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.023--ClientSession(882277727)--Connection(2118880517)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.023--ClientSession(882277727)--Connection(1265121580)--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-17 17:54:25.023--ClientSession(882277727)--Connection(1265121580)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.024--ServerSession(454071866)--Connection(2118880517)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.024--UnitOfWork(304569370)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.024--UnitOfWork(304569370)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.024--UnitOfWork(304569370)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.024--ClientSession(882277727)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.024--UnitOfWork(304569370)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.024--ClientSession(882277727)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.024--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 807049734
    [junit] [EL Finer]: 2024-04-17 17:54:25.024--ClientSession(807049734)--Thread(Thread[main,5,main])--acquire unit of work: 312150693
    [junit] [EL Finest]: 2024-04-17 17:54:25.024--UnitOfWork(312150693)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.024--ServerSession(454071866)--Connection(405860483)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.024--ServerSession(454071866)--Connection(405860483)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.024--ServerSession(454071866)--Connection(1424459358)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.024--ServerSession(454071866)--Connection(405860483)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.024--UnitOfWork(312150693)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.024--UnitOfWork(312150693)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.024--UnitOfWork(312150693)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7a4d06e0)
    [junit] [EL Finest]: 2024-04-17 17:54:25.025--ServerSession(454071866)--Connection(224127558)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.025--ClientSession(807049734)--Connection(224127558)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.025--ClientSession(807049734)--Connection(224127558)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.025--ClientSession(807049734)--Connection(1913572623)--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-17 17:54:25.025--ClientSession(807049734)--Connection(1913572623)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.025--ServerSession(454071866)--Connection(224127558)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.025--UnitOfWork(312150693)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.025--UnitOfWork(312150693)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.025--UnitOfWork(312150693)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.025--ClientSession(807049734)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.025--UnitOfWork(312150693)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.025--ClientSession(807049734)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.025--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 930692643
    [junit] [EL Finer]: 2024-04-17 17:54:25.025--ClientSession(930692643)--Thread(Thread[main,5,main])--acquire unit of work: 1705175888
    [junit] [EL Finest]: 2024-04-17 17:54:25.025--UnitOfWork(1705175888)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.026--ServerSession(454071866)--Connection(1631593566)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.026--ServerSession(454071866)--Connection(1631593566)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.026--ServerSession(454071866)--Connection(881777713)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.026--ServerSession(454071866)--Connection(1631593566)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:25.035--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 388452371
    [junit] [EL Finer]: 2024-04-17 17:54:25.035--ClientSession(388452371)--Thread(Thread[main,5,main])--acquire unit of work: 1268693750
    [junit] [EL Finest]: 2024-04-17 17:54:25.035--UnitOfWork(1268693750)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.035--UnitOfWork(1268693750)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.035--UnitOfWork(1268693750)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@677e3282)
    [junit] [EL Finest]: 2024-04-17 17:54:25.035--ServerSession(454071866)--Connection(1002969477)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.035--ClientSession(388452371)--Connection(1002969477)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.035--ClientSession(388452371)--Connection(1002969477)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.036--ClientSession(388452371)--Connection(96427264)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.036--ClientSession(388452371)--Connection(96427264)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.036--ServerSession(454071866)--Connection(1002969477)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.036--UnitOfWork(1268693750)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.036--UnitOfWork(1268693750)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.036--UnitOfWork(1268693750)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.036--ClientSession(388452371)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.036--UnitOfWork(1268693750)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.037--ClientSession(388452371)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.037--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 371238205
    [junit] [EL Finer]: 2024-04-17 17:54:25.037--ClientSession(371238205)--Thread(Thread[main,5,main])--acquire unit of work: 1834975821
    [junit] [EL Finest]: 2024-04-17 17:54:25.037--UnitOfWork(1834975821)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.037--ServerSession(454071866)--Connection(318215611)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.037--ServerSession(454071866)--Connection(318215611)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.037--ServerSession(454071866)--Connection(487838175)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.037--ServerSession(454071866)--Connection(318215611)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.037--UnitOfWork(1834975821)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.037--UnitOfWork(1834975821)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.037--UnitOfWork(1834975821)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.037--UnitOfWork(1834975821)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:25.038--UnitOfWork(1834975821)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1fd5207b)
    [junit] [EL Finest]: 2024-04-17 17:54:25.038--ServerSession(454071866)--Connection(851416741)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.038--ClientSession(371238205)--Connection(851416741)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.038--ClientSession(371238205)--Connection(851416741)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.038--ClientSession(371238205)--Connection(1883559697)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [14, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:25.038--ClientSession(371238205)--Connection(1883559697)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.038--ServerSession(454071866)--Connection(851416741)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.038--UnitOfWork(1834975821)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.038--UnitOfWork(1834975821)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.038--UnitOfWork(1834975821)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.038--ClientSession(371238205)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.038--UnitOfWork(1834975821)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.038--ClientSession(371238205)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.038--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2115953061
    [junit] [EL Finer]: 2024-04-17 17:54:25.038--ClientSession(2115953061)--Thread(Thread[main,5,main])--acquire unit of work: 811223677
    [junit] [EL Finest]: 2024-04-17 17:54:25.039--UnitOfWork(811223677)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.039--UnitOfWork(811223677)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.039--UnitOfWork(811223677)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1fd5207b)
    [junit] [EL Finest]: 2024-04-17 17:54:25.039--ServerSession(454071866)--Connection(118086747)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.039--ClientSession(2115953061)--Connection(118086747)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.039--ClientSession(2115953061)--Connection(118086747)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.039--ClientSession(2115953061)--Connection(236127958)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.039--ClientSession(2115953061)--Connection(236127958)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.04--ServerSession(454071866)--Connection(118086747)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.04--UnitOfWork(811223677)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.04--UnitOfWork(811223677)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.04--UnitOfWork(811223677)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.04--ClientSession(2115953061)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.04--UnitOfWork(811223677)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.04--ClientSession(2115953061)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.04--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 219158339
    [junit] [EL Finer]: 2024-04-17 17:54:25.04--ClientSession(219158339)--Thread(Thread[main,5,main])--acquire unit of work: 1152575934
    [junit] [EL Finest]: 2024-04-17 17:54:25.04--UnitOfWork(1152575934)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.04--ServerSession(454071866)--Connection(1375822408)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.04--ServerSession(454071866)--Connection(1375822408)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.04--ServerSession(454071866)--Connection(2075558455)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.04--ServerSession(454071866)--Connection(1375822408)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.04--UnitOfWork(1152575934)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.04--UnitOfWork(1152575934)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.04--UnitOfWork(1152575934)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.04--UnitOfWork(1152575934)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.04--UnitOfWork(1152575934)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.041--ClientSession(219158339)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.041--UnitOfWork(1152575934)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.041--ClientSession(219158339)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.041--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 857696038
    [junit] [EL Finer]: 2024-04-17 17:54:25.041--ClientSession(857696038)--Thread(Thread[main,5,main])--acquire unit of work: 1286729752
    [junit] [EL Finest]: 2024-04-17 17:54:25.041--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-17 17:54:25.041--ServerSession(454071866)--Connection(121952102)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.041--ServerSession(454071866)--Connection(121952102)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.041--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-17 17:54:25.041--ServerSession(454071866)--Connection(121952102)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.041--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 Finer]: 2024-04-17 17:54:25.041--UnitOfWork(1286729752)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.041--UnitOfWork(1286729752)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4fc12922)
    [junit] [EL Finest]: 2024-04-17 17:54:25.041--ServerSession(454071866)--Connection(1434793286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.041--ClientSession(857696038)--Connection(1434793286)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.042--ClientSession(857696038)--Connection(1434793286)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.042--ClientSession(857696038)--Connection(332107501)--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-17 17:54:25.042--ClientSession(857696038)--Connection(332107501)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.042--ServerSession(454071866)--Connection(1434793286)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.042--UnitOfWork(1286729752)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.042--UnitOfWork(1286729752)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.042--UnitOfWork(1286729752)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.042--ClientSession(857696038)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.042--UnitOfWork(1286729752)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.042--ClientSession(857696038)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.042--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 948628954
    [junit] [EL Finer]: 2024-04-17 17:54:25.042--ClientSession(948628954)--Thread(Thread[main,5,main])--acquire unit of work: 1155121288
    [junit] [EL Finest]: 2024-04-17 17:54:25.042--UnitOfWork(1155121288)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.042--ServerSession(454071866)--Connection(195727896)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.042--ServerSession(454071866)--Connection(195727896)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.043--ServerSession(454071866)--Connection(44810779)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.043--ServerSession(454071866)--Connection(195727896)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.043--UnitOfWork(1155121288)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.043--UnitOfWork(1155121288)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.043--UnitOfWork(1155121288)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@67774b05)
    [junit] [EL Finest]: 2024-04-17 17:54:25.043--ServerSession(454071866)--Connection(1693817266)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.043--ClientSession(948628954)--Connection(1693817266)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.043--ClientSession(948628954)--Connection(1693817266)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.043--ClientSession(948628954)--Connection(157658054)--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-17 17:54:25.044--ClientSession(948628954)--Connection(157658054)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.044--ServerSession(454071866)--Connection(1693817266)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.044--UnitOfWork(1155121288)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.044--UnitOfWork(1155121288)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.044--UnitOfWork(1155121288)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.044--ClientSession(948628954)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.044--UnitOfWork(1155121288)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.044--ClientSession(948628954)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.044--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2102473880
    [junit] [EL Finer]: 2024-04-17 17:54:25.044--ClientSession(2102473880)--Thread(Thread[main,5,main])--acquire unit of work: 899746441
    [junit] [EL Finest]: 2024-04-17 17:54:25.044--UnitOfWork(899746441)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.044--ServerSession(454071866)--Connection(289324128)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.044--ServerSession(454071866)--Connection(289324128)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.044--ServerSession(454071866)--Connection(2062945117)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.044--ServerSession(454071866)--Connection(289324128)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:25.053--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 500470810
    [junit] [EL Finer]: 2024-04-17 17:54:25.053--ClientSession(500470810)--Thread(Thread[main,5,main])--acquire unit of work: 1673084858
    [junit] [EL Finest]: 2024-04-17 17:54:25.053--UnitOfWork(1673084858)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.053--UnitOfWork(1673084858)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.053--UnitOfWork(1673084858)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@53570ad)
    [junit] [EL Finest]: 2024-04-17 17:54:25.053--ServerSession(454071866)--Connection(819870286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.054--ClientSession(500470810)--Connection(819870286)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.054--ClientSession(500470810)--Connection(819870286)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.054--ClientSession(500470810)--Connection(439392000)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.054--ClientSession(500470810)--Connection(439392000)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.054--ServerSession(454071866)--Connection(819870286)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.054--UnitOfWork(1673084858)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.054--UnitOfWork(1673084858)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.054--UnitOfWork(1673084858)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.054--ClientSession(500470810)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.054--UnitOfWork(1673084858)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.055--ClientSession(500470810)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.055--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 636873567
    [junit] [EL Finer]: 2024-04-17 17:54:25.055--ClientSession(636873567)--Thread(Thread[main,5,main])--acquire unit of work: 1681435109
    [junit] [EL Finest]: 2024-04-17 17:54:25.055--UnitOfWork(1681435109)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.055--ServerSession(454071866)--Connection(2058267381)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.055--ServerSession(454071866)--Connection(2058267381)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.055--ServerSession(454071866)--Connection(1067632871)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.055--ServerSession(454071866)--Connection(2058267381)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.055--UnitOfWork(1681435109)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.055--UnitOfWork(1681435109)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.055--UnitOfWork(1681435109)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.055--UnitOfWork(1681435109)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:25.055--UnitOfWork(1681435109)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@14d1938b)
    [junit] [EL Finest]: 2024-04-17 17:54:25.055--ServerSession(454071866)--Connection(845900933)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.055--ClientSession(636873567)--Connection(845900933)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.055--ClientSession(636873567)--Connection(845900933)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.056--ClientSession(636873567)--Connection(1022950428)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [41, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:25.056--ClientSession(636873567)--Connection(1022950428)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.056--ServerSession(454071866)--Connection(845900933)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.056--UnitOfWork(1681435109)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.056--UnitOfWork(1681435109)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.056--UnitOfWork(1681435109)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.056--ClientSession(636873567)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.056--UnitOfWork(1681435109)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.056--ClientSession(636873567)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.056--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 83706874
    [junit] [EL Finer]: 2024-04-17 17:54:25.056--ClientSession(83706874)--Thread(Thread[main,5,main])--acquire unit of work: 1838880932
    [junit] [EL Finest]: 2024-04-17 17:54:25.106--UnitOfWork(1838880932)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.106--UnitOfWork(1838880932)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.106--UnitOfWork(1838880932)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@14d1938b)
    [junit] [EL Finest]: 2024-04-17 17:54:25.106--ServerSession(454071866)--Connection(1509205374)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.106--ClientSession(83706874)--Connection(1509205374)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.106--ClientSession(83706874)--Connection(1509205374)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.106--ClientSession(83706874)--Connection(34848602)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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@3778df29, 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-17 17:54:25.107--ClientSession(83706874)--Connection(34848602)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.107--ServerSession(454071866)--Connection(1509205374)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.107--UnitOfWork(1838880932)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.107--UnitOfWork(1838880932)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.107--UnitOfWork(1838880932)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.107--ClientSession(83706874)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.107--UnitOfWork(1838880932)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.107--ClientSession(83706874)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.107--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 680949259
    [junit] [EL Finer]: 2024-04-17 17:54:25.107--ClientSession(680949259)--Thread(Thread[main,5,main])--acquire unit of work: 1508275623
    [junit] [EL Finest]: 2024-04-17 17:54:25.107--UnitOfWork(1508275623)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.107--ServerSession(454071866)--Connection(1183905966)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.107--ServerSession(454071866)--Connection(1183905966)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.107--ServerSession(454071866)--Connection(1030465164)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.108--ServerSession(454071866)--Connection(1183905966)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.108--UnitOfWork(1508275623)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.108--UnitOfWork(1508275623)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.108--UnitOfWork(1508275623)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.108--UnitOfWork(1508275623)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.108--UnitOfWork(1508275623)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.108--ClientSession(680949259)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.108--UnitOfWork(1508275623)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.108--ClientSession(680949259)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.108--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1834805098
    [junit] [EL Finer]: 2024-04-17 17:54:25.108--ClientSession(1834805098)--Thread(Thread[main,5,main])--acquire unit of work: 2127658316
    [junit] [EL Finest]: 2024-04-17 17:54:25.108--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-17 17:54:25.108--ServerSession(454071866)--Connection(252626745)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.108--ServerSession(454071866)--Connection(252626745)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.108--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-17 17:54:25.108--ServerSession(454071866)--Connection(252626745)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.109--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-17 17:54:25.109--UnitOfWork(2127658316)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.109--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-17 17:54:25.109--ServerSession(454071866)--Connection(2080131148)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.109--ClientSession(1834805098)--Connection(2080131148)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.109--ClientSession(1834805098)--Connection(2080131148)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.109--ClientSession(1834805098)--Connection(941039320)--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-17 17:54:25.109--ClientSession(1834805098)--Connection(941039320)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.11--ServerSession(454071866)--Connection(2080131148)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.11--UnitOfWork(2127658316)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.11--UnitOfWork(2127658316)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.11--UnitOfWork(2127658316)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.11--ClientSession(1834805098)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.11--UnitOfWork(2127658316)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.11--ClientSession(1834805098)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.11--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 785525865
    [junit] [EL Finer]: 2024-04-17 17:54:25.11--ClientSession(785525865)--Thread(Thread[main,5,main])--acquire unit of work: 938852311
    [junit] [EL Finest]: 2024-04-17 17:54:25.11--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-17 17:54:25.11--ServerSession(454071866)--Connection(924096047)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.11--ServerSession(454071866)--Connection(924096047)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.11--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-17 17:54:25.11--ServerSession(454071866)--Connection(924096047)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.11--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-17 17:54:25.11--UnitOfWork(938852311)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.11--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-17 17:54:25.111--ServerSession(454071866)--Connection(1551343280)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.111--ClientSession(785525865)--Connection(1551343280)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.111--ClientSession(785525865)--Connection(1551343280)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.111--ClientSession(785525865)--Connection(1469284680)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET PBA_BINARY = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [[B@3778df29, 3, 41, 2]
    [junit] [EL Finer]: 2024-04-17 17:54:25.111--ClientSession(785525865)--Connection(1469284680)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.111--ServerSession(454071866)--Connection(1551343280)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.111--UnitOfWork(938852311)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.111--UnitOfWork(938852311)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.111--UnitOfWork(938852311)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.111--ClientSession(785525865)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.111--UnitOfWork(938852311)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.111--ClientSession(785525865)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.111--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1985463589
    [junit] [EL Finer]: 2024-04-17 17:54:25.112--ClientSession(1985463589)--Thread(Thread[main,5,main])--acquire unit of work: 372590401
    [junit] [EL Finest]: 2024-04-17 17:54:25.112--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-17 17:54:25.112--ServerSession(454071866)--Connection(1567038734)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.112--ServerSession(454071866)--Connection(1567038734)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.112--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-17 17:54:25.112--ServerSession(454071866)--Connection(1567038734)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.112--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 Finer]: 2024-04-17 17:54:25.112--UnitOfWork(372590401)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.112--UnitOfWork(372590401)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4b8d200f)
    [junit] [EL Finest]: 2024-04-17 17:54:25.112--ServerSession(454071866)--Connection(1447133836)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.112--ClientSession(1985463589)--Connection(1447133836)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.112--ClientSession(1985463589)--Connection(1447133836)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.113--ClientSession(1985463589)--Connection(1889751290)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET PBA_BINARY = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [[B@528c9ffc, 4, 41, 3]
    [junit] [EL Finer]: 2024-04-17 17:54:25.113--ClientSession(1985463589)--Connection(1889751290)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.113--ServerSession(454071866)--Connection(1447133836)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.113--UnitOfWork(372590401)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.113--UnitOfWork(372590401)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.113--UnitOfWork(372590401)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.113--ClientSession(1985463589)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.113--UnitOfWork(372590401)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.113--ClientSession(1985463589)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.113--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 981723583
    [junit] [EL Finer]: 2024-04-17 17:54:25.113--ClientSession(981723583)--Thread(Thread[main,5,main])--acquire unit of work: 205972076
    [junit] [EL Finest]: 2024-04-17 17:54:25.113--UnitOfWork(205972076)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.113--ServerSession(454071866)--Connection(1711822750)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.113--ServerSession(454071866)--Connection(1711822750)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.113--ServerSession(454071866)--Connection(1678771149)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.114--ServerSession(454071866)--Connection(1711822750)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.114--UnitOfWork(205972076)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.114--UnitOfWork(205972076)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.114--UnitOfWork(205972076)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7a150f30)
    [junit] [EL Finest]: 2024-04-17 17:54:25.114--ServerSession(454071866)--Connection(980380973)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.114--ClientSession(981723583)--Connection(980380973)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.114--ClientSession(981723583)--Connection(980380973)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.114--ClientSession(981723583)--Connection(629952073)--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-17 17:54:25.114--ClientSession(981723583)--Connection(629952073)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.115--ServerSession(454071866)--Connection(980380973)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.115--UnitOfWork(205972076)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.115--UnitOfWork(205972076)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.115--UnitOfWork(205972076)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.115--ClientSession(981723583)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.115--UnitOfWork(205972076)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.115--ClientSession(981723583)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.115--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 22766497
    [junit] [EL Finer]: 2024-04-17 17:54:25.115--ClientSession(22766497)--Thread(Thread[main,5,main])--acquire unit of work: 1083994274
    [junit] [EL Finest]: 2024-04-17 17:54:25.115--UnitOfWork(1083994274)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.115--ServerSession(454071866)--Connection(128286974)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.115--ServerSession(454071866)--Connection(128286974)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.115--ServerSession(454071866)--Connection(1707076044)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.115--ServerSession(454071866)--Connection(128286974)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:25.125--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 471811727
    [junit] [EL Finer]: 2024-04-17 17:54:25.125--ClientSession(471811727)--Thread(Thread[main,5,main])--acquire unit of work: 1964574813
    [junit] [EL Finest]: 2024-04-17 17:54:25.125--UnitOfWork(1964574813)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.125--UnitOfWork(1964574813)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.125--UnitOfWork(1964574813)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2cc7e1f3)
    [junit] [EL Finest]: 2024-04-17 17:54:25.125--ServerSession(454071866)--Connection(1664886484)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.125--ClientSession(471811727)--Connection(1664886484)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.125--ClientSession(471811727)--Connection(1664886484)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.125--ClientSession(471811727)--Connection(1591378190)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.126--ClientSession(471811727)--Connection(1591378190)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.126--ServerSession(454071866)--Connection(1664886484)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.126--UnitOfWork(1964574813)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.126--UnitOfWork(1964574813)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.126--UnitOfWork(1964574813)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.126--ClientSession(471811727)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.126--UnitOfWork(1964574813)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.126--ClientSession(471811727)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.126--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1096984287
    [junit] [EL Finer]: 2024-04-17 17:54:25.126--ClientSession(1096984287)--Thread(Thread[main,5,main])--acquire unit of work: 1131029153
    [junit] [EL Finest]: 2024-04-17 17:54:25.126--UnitOfWork(1131029153)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.126--ServerSession(454071866)--Connection(1228015923)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.126--ServerSession(454071866)--Connection(1228015923)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.126--ServerSession(454071866)--Connection(229476489)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.127--ServerSession(454071866)--Connection(1228015923)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.127--UnitOfWork(1131029153)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.127--UnitOfWork(1131029153)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.127--UnitOfWork(1131029153)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.127--UnitOfWork(1131029153)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:25.127--UnitOfWork(1131029153)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4bc0dd03)
    [junit] [EL Finest]: 2024-04-17 17:54:25.127--ServerSession(454071866)--Connection(1936332236)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.127--ClientSession(1096984287)--Connection(1936332236)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.127--ClientSession(1096984287)--Connection(1936332236)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.127--ClientSession(1096984287)--Connection(1190117495)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [53, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:25.128--ClientSession(1096984287)--Connection(1190117495)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.128--ServerSession(454071866)--Connection(1936332236)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.128--UnitOfWork(1131029153)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.128--UnitOfWork(1131029153)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.128--UnitOfWork(1131029153)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.128--ClientSession(1096984287)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.128--UnitOfWork(1131029153)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.128--ClientSession(1096984287)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.128--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 144557618
    [junit] [EL Finer]: 2024-04-17 17:54:25.128--ClientSession(144557618)--Thread(Thread[main,5,main])--acquire unit of work: 729446040
    [junit] [EL Finest]: 2024-04-17 17:54:25.128--UnitOfWork(729446040)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.128--UnitOfWork(729446040)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.128--UnitOfWork(729446040)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4bc0dd03)
    [junit] [EL Finest]: 2024-04-17 17:54:25.128--ServerSession(454071866)--Connection(1230307748)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.128--ClientSession(144557618)--Connection(1230307748)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.128--ClientSession(144557618)--Connection(1230307748)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.129--ClientSession(144557618)--Connection(790622954)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.129--ClientSession(144557618)--Connection(790622954)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.129--ServerSession(454071866)--Connection(1230307748)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.129--UnitOfWork(729446040)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.129--UnitOfWork(729446040)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.129--UnitOfWork(729446040)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.129--ClientSession(144557618)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.129--UnitOfWork(729446040)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.129--ClientSession(144557618)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.129--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 870064925
    [junit] [EL Finer]: 2024-04-17 17:54:25.129--ClientSession(870064925)--Thread(Thread[main,5,main])--acquire unit of work: 1382374627
    [junit] [EL Finest]: 2024-04-17 17:54:25.129--UnitOfWork(1382374627)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.129--ServerSession(454071866)--Connection(45968615)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.129--ServerSession(454071866)--Connection(45968615)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.13--ServerSession(454071866)--Connection(427166512)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.13--ServerSession(454071866)--Connection(45968615)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.13--UnitOfWork(1382374627)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.13--UnitOfWork(1382374627)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.13--UnitOfWork(1382374627)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.13--UnitOfWork(1382374627)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.13--UnitOfWork(1382374627)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.13--ClientSession(870064925)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.13--UnitOfWork(1382374627)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.13--ClientSession(870064925)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.13--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1940913981
    [junit] [EL Finer]: 2024-04-17 17:54:25.13--ClientSession(1940913981)--Thread(Thread[main,5,main])--acquire unit of work: 943352023
    [junit] [EL Finest]: 2024-04-17 17:54:25.13--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-17 17:54:25.13--ServerSession(454071866)--Connection(1569023251)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.13--ServerSession(454071866)--Connection(1569023251)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.13--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-17 17:54:25.131--ServerSession(454071866)--Connection(1569023251)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.131--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 Finer]: 2024-04-17 17:54:25.131--UnitOfWork(943352023)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.131--UnitOfWork(943352023)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2a77f51e)
    [junit] [EL Finest]: 2024-04-17 17:54:25.131--ServerSession(454071866)--Connection(49061166)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.131--ClientSession(1940913981)--Connection(49061166)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.131--ClientSession(1940913981)--Connection(49061166)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.132--ClientSession(1940913981)--Connection(388384616)--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-17 17:54:25.132--ClientSession(1940913981)--Connection(388384616)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.132--ServerSession(454071866)--Connection(49061166)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.132--UnitOfWork(943352023)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.132--UnitOfWork(943352023)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.132--UnitOfWork(943352023)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.132--ClientSession(1940913981)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.132--UnitOfWork(943352023)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.132--ClientSession(1940913981)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.132--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1596921003
    [junit] [EL Finer]: 2024-04-17 17:54:25.132--ClientSession(1596921003)--Thread(Thread[main,5,main])--acquire unit of work: 961341325
    [junit] [EL Finest]: 2024-04-17 17:54:25.132--UnitOfWork(961341325)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.132--ServerSession(454071866)--Connection(477424331)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.132--ServerSession(454071866)--Connection(477424331)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.132--ServerSession(454071866)--Connection(121245707)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.133--ServerSession(454071866)--Connection(477424331)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.133--UnitOfWork(961341325)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.133--UnitOfWork(961341325)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.133--UnitOfWork(961341325)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7eb93d0b)
    [junit] [EL Finest]: 2024-04-17 17:54:25.133--ServerSession(454071866)--Connection(315447378)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.133--ClientSession(1596921003)--Connection(315447378)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.133--ClientSession(1596921003)--Connection(315447378)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.133--ClientSession(1596921003)--Connection(208954254)--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-17 17:54:25.134--ClientSession(1596921003)--Connection(208954254)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.134--ServerSession(454071866)--Connection(315447378)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.134--UnitOfWork(961341325)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.134--UnitOfWork(961341325)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.134--UnitOfWork(961341325)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.134--ClientSession(1596921003)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.134--UnitOfWork(961341325)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.134--ClientSession(1596921003)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.134--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2070380083
    [junit] [EL Finer]: 2024-04-17 17:54:25.134--ClientSession(2070380083)--Thread(Thread[main,5,main])--acquire unit of work: 59815621
    [junit] [EL Finest]: 2024-04-17 17:54:25.134--UnitOfWork(59815621)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.134--ServerSession(454071866)--Connection(752344362)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.134--ServerSession(454071866)--Connection(752344362)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.134--ServerSession(454071866)--Connection(98525160)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.135--ServerSession(454071866)--Connection(752344362)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:25.144--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 722019373
    [junit] [EL Finer]: 2024-04-17 17:54:25.144--ClientSession(722019373)--Thread(Thread[main,5,main])--acquire unit of work: 308467025
    [junit] [EL Finest]: 2024-04-17 17:54:25.144--UnitOfWork(308467025)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.144--UnitOfWork(308467025)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.144--UnitOfWork(308467025)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@49fc2556)
    [junit] [EL Finest]: 2024-04-17 17:54:25.145--ServerSession(454071866)--Connection(1329672446)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.145--ClientSession(722019373)--Connection(1329672446)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.145--ClientSession(722019373)--Connection(1329672446)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.145--ClientSession(722019373)--Connection(1267575834)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.145--ClientSession(722019373)--Connection(1267575834)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.146--ServerSession(454071866)--Connection(1329672446)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.146--UnitOfWork(308467025)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.146--UnitOfWork(308467025)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.146--UnitOfWork(308467025)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.146--ClientSession(722019373)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.146--UnitOfWork(308467025)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.146--ClientSession(722019373)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.146--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 344345033
    [junit] [EL Finer]: 2024-04-17 17:54:25.146--ClientSession(344345033)--Thread(Thread[main,5,main])--acquire unit of work: 1376144743
    [junit] [EL Finest]: 2024-04-17 17:54:25.146--UnitOfWork(1376144743)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.146--ServerSession(454071866)--Connection(1959646785)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.146--ServerSession(454071866)--Connection(1959646785)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.146--ServerSession(454071866)--Connection(142063830)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.146--ServerSession(454071866)--Connection(1959646785)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.146--UnitOfWork(1376144743)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.147--UnitOfWork(1376144743)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.147--UnitOfWork(1376144743)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.147--UnitOfWork(1376144743)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:25.147--UnitOfWork(1376144743)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4e946dd1)
    [junit] [EL Finest]: 2024-04-17 17:54:25.147--ServerSession(454071866)--Connection(1643476700)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.147--ClientSession(344345033)--Connection(1643476700)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.147--ClientSession(344345033)--Connection(1643476700)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.147--ClientSession(344345033)--Connection(67732226)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [50, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:25.147--ClientSession(344345033)--Connection(67732226)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.147--ServerSession(454071866)--Connection(1643476700)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.147--UnitOfWork(1376144743)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.147--UnitOfWork(1376144743)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.148--UnitOfWork(1376144743)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.148--ClientSession(344345033)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.148--UnitOfWork(1376144743)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.148--ClientSession(344345033)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.148--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 857307437
    [junit] [EL Finer]: 2024-04-17 17:54:25.148--ClientSession(857307437)--Thread(Thread[main,5,main])--acquire unit of work: 2031135236
    [junit] [EL Finest]: 2024-04-17 17:54:25.148--UnitOfWork(2031135236)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.148--UnitOfWork(2031135236)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.148--UnitOfWork(2031135236)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4e946dd1)
    [junit] [EL Finest]: 2024-04-17 17:54:25.148--ServerSession(454071866)--Connection(749731341)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.148--ClientSession(857307437)--Connection(749731341)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.148--ClientSession(857307437)--Connection(749731341)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.148--ClientSession(857307437)--Connection(1418148516)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.148--ClientSession(857307437)--Connection(1418148516)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.149--ServerSession(454071866)--Connection(749731341)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.149--UnitOfWork(2031135236)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.149--UnitOfWork(2031135236)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.149--UnitOfWork(2031135236)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.149--ClientSession(857307437)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.149--UnitOfWork(2031135236)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.149--ClientSession(857307437)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.149--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1345782933
    [junit] [EL Finer]: 2024-04-17 17:54:25.149--ClientSession(1345782933)--Thread(Thread[main,5,main])--acquire unit of work: 54249224
    [junit] [EL Finest]: 2024-04-17 17:54:25.149--UnitOfWork(54249224)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.149--ServerSession(454071866)--Connection(1854181329)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.149--ServerSession(454071866)--Connection(1854181329)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.149--ServerSession(454071866)--Connection(421381761)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.149--ServerSession(454071866)--Connection(1854181329)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.149--UnitOfWork(54249224)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.149--UnitOfWork(54249224)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.15--UnitOfWork(54249224)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.15--UnitOfWork(54249224)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.15--UnitOfWork(54249224)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.15--ClientSession(1345782933)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.15--UnitOfWork(54249224)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.15--ClientSession(1345782933)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.15--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 299295735
    [junit] [EL Finer]: 2024-04-17 17:54:25.15--ClientSession(299295735)--Thread(Thread[main,5,main])--acquire unit of work: 1395028468
    [junit] [EL Finest]: 2024-04-17 17:54:25.15--UnitOfWork(1395028468)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.15--ServerSession(454071866)--Connection(955576856)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.15--ServerSession(454071866)--Connection(955576856)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.15--ServerSession(454071866)--Connection(513404591)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.15--ServerSession(454071866)--Connection(955576856)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.15--UnitOfWork(1395028468)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.15--UnitOfWork(1395028468)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.15--UnitOfWork(1395028468)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@58bf10eb)
    [junit] [EL Finest]: 2024-04-17 17:54:25.15--ServerSession(454071866)--Connection(385429255)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.15--ClientSession(299295735)--Connection(385429255)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.15--ClientSession(299295735)--Connection(385429255)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.151--ClientSession(299295735)--Connection(125039721)--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-17 17:54:25.151--ClientSession(299295735)--Connection(125039721)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.152--ServerSession(454071866)--Connection(385429255)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.152--UnitOfWork(1395028468)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.152--UnitOfWork(1395028468)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.152--UnitOfWork(1395028468)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.152--ClientSession(299295735)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.152--UnitOfWork(1395028468)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.152--ClientSession(299295735)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.152--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1687191050
    [junit] [EL Finer]: 2024-04-17 17:54:25.152--ClientSession(1687191050)--Thread(Thread[main,5,main])--acquire unit of work: 1472535933
    [junit] [EL Finest]: 2024-04-17 17:54:25.152--UnitOfWork(1472535933)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.21--ServerSession(454071866)--Connection(1334672208)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.21--ServerSession(454071866)--Connection(1334672208)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.21--ServerSession(454071866)--Connection(243601416)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.211--ServerSession(454071866)--Connection(1334672208)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.211--UnitOfWork(1472535933)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.211--UnitOfWork(1472535933)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.211--UnitOfWork(1472535933)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@16d38944)
    [junit] [EL Finest]: 2024-04-17 17:54:25.211--ServerSession(454071866)--Connection(335766569)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.211--ClientSession(1687191050)--Connection(335766569)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.211--ClientSession(1687191050)--Connection(335766569)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.211--ClientSession(1687191050)--Connection(1862644970)--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-17 17:54:25.212--ClientSession(1687191050)--Connection(1862644970)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.212--ServerSession(454071866)--Connection(335766569)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.212--UnitOfWork(1472535933)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.212--UnitOfWork(1472535933)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.212--UnitOfWork(1472535933)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.212--ClientSession(1687191050)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.212--UnitOfWork(1472535933)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.212--ClientSession(1687191050)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.212--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1455162367
    [junit] [EL Finer]: 2024-04-17 17:54:25.212--ClientSession(1455162367)--Thread(Thread[main,5,main])--acquire unit of work: 1494292269
    [junit] [EL Finest]: 2024-04-17 17:54:25.212--UnitOfWork(1494292269)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.212--ServerSession(454071866)--Connection(460413441)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.212--ServerSession(454071866)--Connection(460413441)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.212--ServerSession(454071866)--Connection(1249456425)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.213--ServerSession(454071866)--Connection(460413441)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.213--UnitOfWork(1494292269)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.213--UnitOfWork(1494292269)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.213--UnitOfWork(1494292269)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2d95b8ad)
    [junit] [EL Finest]: 2024-04-17 17:54:25.213--ServerSession(454071866)--Connection(1062650008)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.213--ClientSession(1455162367)--Connection(1062650008)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.213--ClientSession(1455162367)--Connection(1062650008)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.213--ClientSession(1455162367)--Connection(547772512)--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-17 17:54:25.214--ClientSession(1455162367)--Connection(547772512)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.214--ServerSession(454071866)--Connection(1062650008)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.214--UnitOfWork(1494292269)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.214--UnitOfWork(1494292269)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.214--UnitOfWork(1494292269)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.214--ClientSession(1455162367)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.214--UnitOfWork(1494292269)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.214--ClientSession(1455162367)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.214--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 917975397
    [junit] [EL Finer]: 2024-04-17 17:54:25.214--ClientSession(917975397)--Thread(Thread[main,5,main])--acquire unit of work: 1064072491
    [junit] [EL Finest]: 2024-04-17 17:54:25.214--UnitOfWork(1064072491)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.214--ServerSession(454071866)--Connection(756764670)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.214--ServerSession(454071866)--Connection(756764670)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.214--ServerSession(454071866)--Connection(1000065216)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.215--ServerSession(454071866)--Connection(756764670)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.215--UnitOfWork(1064072491)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.215--UnitOfWork(1064072491)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.215--UnitOfWork(1064072491)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6831045c)
    [junit] [EL Finest]: 2024-04-17 17:54:25.215--ServerSession(454071866)--Connection(2048578791)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.215--ClientSession(917975397)--Connection(2048578791)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.215--ClientSession(917975397)--Connection(2048578791)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.215--ClientSession(917975397)--Connection(160901097)--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-17 17:54:25.216--ClientSession(917975397)--Connection(160901097)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.216--ServerSession(454071866)--Connection(2048578791)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.216--UnitOfWork(1064072491)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.216--UnitOfWork(1064072491)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.216--UnitOfWork(1064072491)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.216--ClientSession(917975397)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.216--UnitOfWork(1064072491)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.216--ClientSession(917975397)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.216--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1616868446
    [junit] [EL Finer]: 2024-04-17 17:54:25.216--ClientSession(1616868446)--Thread(Thread[main,5,main])--acquire unit of work: 1280194910
    [junit] [EL Finest]: 2024-04-17 17:54:25.216--UnitOfWork(1280194910)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.216--ServerSession(454071866)--Connection(2094462801)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.216--ServerSession(454071866)--Connection(2094462801)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.216--ServerSession(454071866)--Connection(871812721)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.217--ServerSession(454071866)--Connection(2094462801)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:25.226--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 801112668
    [junit] [EL Finer]: 2024-04-17 17:54:25.226--ClientSession(801112668)--Thread(Thread[main,5,main])--acquire unit of work: 814146056
    [junit] [EL Finest]: 2024-04-17 17:54:25.226--UnitOfWork(814146056)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.226--UnitOfWork(814146056)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.226--UnitOfWork(814146056)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@39ccef3e)
    [junit] [EL Finest]: 2024-04-17 17:54:25.226--ServerSession(454071866)--Connection(970452500)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.226--ClientSession(801112668)--Connection(970452500)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.227--ClientSession(801112668)--Connection(970452500)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.227--ClientSession(801112668)--Connection(1044827524)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.227--ClientSession(801112668)--Connection(1044827524)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.227--ServerSession(454071866)--Connection(970452500)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.227--UnitOfWork(814146056)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.227--UnitOfWork(814146056)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.228--UnitOfWork(814146056)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.228--ClientSession(801112668)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.228--UnitOfWork(814146056)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.228--ClientSession(801112668)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.228--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 539234611
    [junit] [EL Finer]: 2024-04-17 17:54:25.228--ClientSession(539234611)--Thread(Thread[main,5,main])--acquire unit of work: 646315117
    [junit] [EL Finest]: 2024-04-17 17:54:25.228--UnitOfWork(646315117)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.228--ServerSession(454071866)--Connection(774324180)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.228--ServerSession(454071866)--Connection(774324180)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.228--ServerSession(454071866)--Connection(629316709)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.228--ServerSession(454071866)--Connection(774324180)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.228--UnitOfWork(646315117)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.228--UnitOfWork(646315117)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.228--UnitOfWork(646315117)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.228--UnitOfWork(646315117)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:25.228--UnitOfWork(646315117)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2c404a33)
    [junit] [EL Finest]: 2024-04-17 17:54:25.229--ServerSession(454071866)--Connection(182373184)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.229--ClientSession(539234611)--Connection(182373184)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.229--ClientSession(539234611)--Connection(182373184)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.229--ClientSession(539234611)--Connection(1380598432)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [49, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:25.229--ClientSession(539234611)--Connection(1380598432)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.229--ServerSession(454071866)--Connection(182373184)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.229--UnitOfWork(646315117)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.229--UnitOfWork(646315117)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.23--UnitOfWork(646315117)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.23--ClientSession(539234611)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.23--UnitOfWork(646315117)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.23--ClientSession(539234611)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.23--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 931122431
    [junit] [EL Finer]: 2024-04-17 17:54:25.23--ClientSession(931122431)--Thread(Thread[main,5,main])--acquire unit of work: 1267176859
    [junit] [EL Finest]: 2024-04-17 17:54:25.23--UnitOfWork(1267176859)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.23--UnitOfWork(1267176859)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.23--UnitOfWork(1267176859)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2c404a33)
    [junit] [EL Finest]: 2024-04-17 17:54:25.23--ServerSession(454071866)--Connection(455470769)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.23--ClientSession(931122431)--Connection(455470769)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.23--ClientSession(931122431)--Connection(455470769)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.23--ClientSession(931122431)--Connection(1383387422)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.23--ClientSession(931122431)--Connection(1383387422)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.231--ServerSession(454071866)--Connection(455470769)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.231--UnitOfWork(1267176859)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.231--UnitOfWork(1267176859)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.231--UnitOfWork(1267176859)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.231--ClientSession(931122431)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.231--UnitOfWork(1267176859)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.231--ClientSession(931122431)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.231--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 720838883
    [junit] [EL Finer]: 2024-04-17 17:54:25.231--ClientSession(720838883)--Thread(Thread[main,5,main])--acquire unit of work: 504566634
    [junit] [EL Finest]: 2024-04-17 17:54:25.231--UnitOfWork(504566634)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.231--ServerSession(454071866)--Connection(1788599703)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.231--ServerSession(454071866)--Connection(1788599703)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.231--ServerSession(454071866)--Connection(171940319)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.231--ServerSession(454071866)--Connection(1788599703)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.231--UnitOfWork(504566634)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.231--UnitOfWork(504566634)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.231--UnitOfWork(504566634)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.232--UnitOfWork(504566634)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.232--UnitOfWork(504566634)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.232--ClientSession(720838883)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.232--UnitOfWork(504566634)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.232--ClientSession(720838883)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.232--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1561726085
    [junit] [EL Finer]: 2024-04-17 17:54:25.232--ClientSession(1561726085)--Thread(Thread[main,5,main])--acquire unit of work: 649265468
    [junit] [EL Finest]: 2024-04-17 17:54:25.232--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-17 17:54:25.232--ServerSession(454071866)--Connection(765986091)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.232--ServerSession(454071866)--Connection(765986091)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.232--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-17 17:54:25.232--ServerSession(454071866)--Connection(765986091)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.232--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-17 17:54:25.232--UnitOfWork(649265468)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.232--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-17 17:54:25.232--ServerSession(454071866)--Connection(588576679)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.233--ClientSession(1561726085)--Connection(588576679)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.233--ClientSession(1561726085)--Connection(588576679)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.233--ClientSession(1561726085)--Connection(111720670)--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-17 17:54:25.233--ClientSession(1561726085)--Connection(111720670)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.233--ServerSession(454071866)--Connection(588576679)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.233--UnitOfWork(649265468)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.233--UnitOfWork(649265468)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.233--UnitOfWork(649265468)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.233--ClientSession(1561726085)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.233--UnitOfWork(649265468)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.233--ClientSession(1561726085)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.233--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2100866770
    [junit] [EL Finer]: 2024-04-17 17:54:25.233--ClientSession(2100866770)--Thread(Thread[main,5,main])--acquire unit of work: 2031470365
    [junit] [EL Finest]: 2024-04-17 17:54:25.233--UnitOfWork(2031470365)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.233--ServerSession(454071866)--Connection(976813737)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.233--ServerSession(454071866)--Connection(976813737)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.234--ServerSession(454071866)--Connection(1581676804)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.234--ServerSession(454071866)--Connection(976813737)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.234--UnitOfWork(2031470365)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.234--UnitOfWork(2031470365)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.234--UnitOfWork(2031470365)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@31ca1cc4)
    [junit] [EL Finest]: 2024-04-17 17:54:25.234--ServerSession(454071866)--Connection(555335472)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.234--ClientSession(2100866770)--Connection(555335472)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.234--ClientSession(2100866770)--Connection(555335472)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.234--ClientSession(2100866770)--Connection(1205770273)--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-17 17:54:25.235--ClientSession(2100866770)--Connection(1205770273)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.235--ServerSession(454071866)--Connection(555335472)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.235--UnitOfWork(2031470365)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.235--UnitOfWork(2031470365)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.235--UnitOfWork(2031470365)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.235--ClientSession(2100866770)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.235--UnitOfWork(2031470365)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.235--ClientSession(2100866770)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.235--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 964264035
    [junit] [EL Finer]: 2024-04-17 17:54:25.235--ClientSession(964264035)--Thread(Thread[main,5,main])--acquire unit of work: 1442138179
    [junit] [EL Finest]: 2024-04-17 17:54:25.235--UnitOfWork(1442138179)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.235--ServerSession(454071866)--Connection(1717165388)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.235--ServerSession(454071866)--Connection(1717165388)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.235--ServerSession(454071866)--Connection(1550963509)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.236--ServerSession(454071866)--Connection(1717165388)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.236--UnitOfWork(1442138179)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.236--UnitOfWork(1442138179)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.236--UnitOfWork(1442138179)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@56b6d87c)
    [junit] [EL Finest]: 2024-04-17 17:54:25.236--ServerSession(454071866)--Connection(739725504)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.236--ClientSession(964264035)--Connection(739725504)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.236--ClientSession(964264035)--Connection(739725504)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.236--ClientSession(964264035)--Connection(1952666408)--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-17 17:54:25.236--ClientSession(964264035)--Connection(1952666408)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.236--ServerSession(454071866)--Connection(739725504)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.237--UnitOfWork(1442138179)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.237--UnitOfWork(1442138179)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.237--UnitOfWork(1442138179)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.237--ClientSession(964264035)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.237--UnitOfWork(1442138179)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.237--ClientSession(964264035)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.237--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 78235937
    [junit] [EL Finer]: 2024-04-17 17:54:25.237--ClientSession(78235937)--Thread(Thread[main,5,main])--acquire unit of work: 313395236
    [junit] [EL Finest]: 2024-04-17 17:54:25.237--UnitOfWork(313395236)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.237--ServerSession(454071866)--Connection(2084238154)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.237--ServerSession(454071866)--Connection(2084238154)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.237--ServerSession(454071866)--Connection(1483672893)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.237--ServerSession(454071866)--Connection(2084238154)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.237--UnitOfWork(313395236)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.237--UnitOfWork(313395236)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.237--UnitOfWork(313395236)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@70c8e284)
    [junit] [EL Finest]: 2024-04-17 17:54:25.238--ServerSession(454071866)--Connection(2070218692)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.238--ClientSession(78235937)--Connection(2070218692)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.238--ClientSession(78235937)--Connection(2070218692)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.238--ClientSession(78235937)--Connection(1084572895)--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-17 17:54:25.238--ClientSession(78235937)--Connection(1084572895)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.238--ServerSession(454071866)--Connection(2070218692)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.238--UnitOfWork(313395236)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.238--UnitOfWork(313395236)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.238--UnitOfWork(313395236)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.238--ClientSession(78235937)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.238--UnitOfWork(313395236)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.238--ClientSession(78235937)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.238--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 867347295
    [junit] [EL Finer]: 2024-04-17 17:54:25.238--ClientSession(867347295)--Thread(Thread[main,5,main])--acquire unit of work: 1614463434
    [junit] [EL Finest]: 2024-04-17 17:54:25.238--UnitOfWork(1614463434)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.239--ServerSession(454071866)--Connection(173273774)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.239--ServerSession(454071866)--Connection(173273774)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.239--ServerSession(454071866)--Connection(260838211)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.239--ServerSession(454071866)--Connection(173273774)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:25.249--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1635134358
    [junit] [EL Finer]: 2024-04-17 17:54:25.249--ClientSession(1635134358)--Thread(Thread[main,5,main])--acquire unit of work: 1954086049
    [junit] [EL Finest]: 2024-04-17 17:54:25.249--UnitOfWork(1954086049)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.249--UnitOfWork(1954086049)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.249--UnitOfWork(1954086049)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7153d0fc)
    [junit] [EL Finest]: 2024-04-17 17:54:25.249--ServerSession(454071866)--Connection(722769535)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.249--ClientSession(1635134358)--Connection(722769535)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.249--ClientSession(1635134358)--Connection(722769535)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.249--ClientSession(1635134358)--Connection(414906952)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.25--ClientSession(1635134358)--Connection(414906952)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.25--ServerSession(454071866)--Connection(722769535)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.25--UnitOfWork(1954086049)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.25--UnitOfWork(1954086049)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.25--UnitOfWork(1954086049)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.25--ClientSession(1635134358)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.25--UnitOfWork(1954086049)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.25--ClientSession(1635134358)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.25--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2107997500
    [junit] [EL Finer]: 2024-04-17 17:54:25.25--ClientSession(2107997500)--Thread(Thread[main,5,main])--acquire unit of work: 1921887129
    [junit] [EL Finest]: 2024-04-17 17:54:25.25--UnitOfWork(1921887129)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.25--ServerSession(454071866)--Connection(1026193210)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.25--ServerSession(454071866)--Connection(1026193210)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.25--ServerSession(454071866)--Connection(1119357065)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.251--ServerSession(454071866)--Connection(1026193210)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.251--UnitOfWork(1921887129)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.251--UnitOfWork(1921887129)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.251--UnitOfWork(1921887129)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.251--UnitOfWork(1921887129)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.251--UnitOfWork(1921887129)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.251--ClientSession(2107997500)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.251--UnitOfWork(1921887129)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.251--ClientSession(2107997500)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.251--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1735386266
    [junit] [EL Finer]: 2024-04-17 17:54:25.251--ClientSession(1735386266)--Thread(Thread[main,5,main])--acquire unit of work: 1699014705
    [junit] [EL Finest]: 2024-04-17 17:54:25.251--UnitOfWork(1699014705)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.251--ServerSession(454071866)--Connection(222882273)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.251--ServerSession(454071866)--Connection(222882273)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.251--ServerSession(454071866)--Connection(1653670629)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.252--ServerSession(454071866)--Connection(222882273)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.252--UnitOfWork(1699014705)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.252--UnitOfWork(1699014705)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.252--UnitOfWork(1699014705)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@38850b00)
    [junit] [EL Finest]: 2024-04-17 17:54:25.252--ServerSession(454071866)--Connection(1904719922)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.252--ClientSession(1735386266)--Connection(1904719922)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.252--ClientSession(1735386266)--Connection(1904719922)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.252--ClientSession(1735386266)--Connection(1640652809)--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-17 17:54:25.252--ClientSession(1735386266)--Connection(1640652809)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.253--ServerSession(454071866)--Connection(1904719922)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.253--UnitOfWork(1699014705)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.253--UnitOfWork(1699014705)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.253--UnitOfWork(1699014705)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.253--ClientSession(1735386266)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.253--UnitOfWork(1699014705)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.253--ClientSession(1735386266)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.253--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1849494696
    [junit] [EL Finer]: 2024-04-17 17:54:25.253--ClientSession(1849494696)--Thread(Thread[main,5,main])--acquire unit of work: 574062453
    [junit] [EL Finest]: 2024-04-17 17:54:25.253--UnitOfWork(574062453)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.253--ServerSession(454071866)--Connection(273647890)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.253--ServerSession(454071866)--Connection(273647890)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.253--ServerSession(454071866)--Connection(2016563215)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.253--ServerSession(454071866)--Connection(273647890)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:25.263--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2120330671
    [junit] [EL Finer]: 2024-04-17 17:54:25.263--ClientSession(2120330671)--Thread(Thread[main,5,main])--acquire unit of work: 692415253
    [junit] [EL Finest]: 2024-04-17 17:54:25.263--UnitOfWork(692415253)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.263--UnitOfWork(692415253)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.263--UnitOfWork(692415253)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@134fa96f)
    [junit] [EL Finest]: 2024-04-17 17:54:25.263--ServerSession(454071866)--Connection(1198603051)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.263--ClientSession(2120330671)--Connection(1198603051)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.263--ClientSession(2120330671)--Connection(1198603051)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.264--ClientSession(2120330671)--Connection(1173286163)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.264--ClientSession(2120330671)--Connection(1173286163)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.264--ServerSession(454071866)--Connection(1198603051)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.264--UnitOfWork(692415253)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.264--UnitOfWork(692415253)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.264--UnitOfWork(692415253)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.265--ClientSession(2120330671)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.265--UnitOfWork(692415253)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.265--ClientSession(2120330671)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.265--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1760557380
    [junit] [EL Finer]: 2024-04-17 17:54:25.265--ClientSession(1760557380)--Thread(Thread[main,5,main])--acquire unit of work: 646524689
    [junit] [EL Finest]: 2024-04-17 17:54:25.265--UnitOfWork(646524689)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.265--ServerSession(454071866)--Connection(347986086)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.265--ServerSession(454071866)--Connection(347986086)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.265--ServerSession(454071866)--Connection(515075713)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.265--ServerSession(454071866)--Connection(347986086)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.265--UnitOfWork(646524689)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.265--UnitOfWork(646524689)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.266--UnitOfWork(646524689)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.266--UnitOfWork(646524689)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.266--UnitOfWork(646524689)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.266--ClientSession(1760557380)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.314--UnitOfWork(646524689)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.314--ClientSession(1760557380)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.314--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 425715893
    [junit] [EL Finer]: 2024-04-17 17:54:25.314--ClientSession(425715893)--Thread(Thread[main,5,main])--acquire unit of work: 475346309
    [junit] [EL Finest]: 2024-04-17 17:54:25.314--UnitOfWork(475346309)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.314--ServerSession(454071866)--Connection(81800549)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.314--ServerSession(454071866)--Connection(81800549)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.314--ServerSession(454071866)--Connection(1927132282)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.315--ServerSession(454071866)--Connection(81800549)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.315--UnitOfWork(475346309)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.315--UnitOfWork(475346309)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.315--UnitOfWork(475346309)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@216d16c8)
    [junit] [EL Finest]: 2024-04-17 17:54:25.315--ServerSession(454071866)--Connection(540996339)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.315--ClientSession(425715893)--Connection(540996339)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.316--ClientSession(425715893)--Connection(540996339)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.316--ClientSession(425715893)--Connection(1772907370)--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-17 17:54:25.316--ClientSession(425715893)--Connection(1772907370)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.316--ServerSession(454071866)--Connection(540996339)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.317--UnitOfWork(475346309)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.317--UnitOfWork(475346309)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.317--UnitOfWork(475346309)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.317--ClientSession(425715893)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.317--UnitOfWork(475346309)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.317--ClientSession(425715893)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.317--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2125363041
    [junit] [EL Finer]: 2024-04-17 17:54:25.317--ClientSession(2125363041)--Thread(Thread[main,5,main])--acquire unit of work: 693156653
    [junit] [EL Finest]: 2024-04-17 17:54:25.317--UnitOfWork(693156653)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.317--ServerSession(454071866)--Connection(590180950)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.317--ServerSession(454071866)--Connection(590180950)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.317--ServerSession(454071866)--Connection(1751051112)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.317--ServerSession(454071866)--Connection(590180950)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:25.327--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1379415075
    [junit] [EL Finer]: 2024-04-17 17:54:25.327--ClientSession(1379415075)--Thread(Thread[main,5,main])--acquire unit of work: 1338655564
    [junit] [EL Finest]: 2024-04-17 17:54:25.327--UnitOfWork(1338655564)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.327--UnitOfWork(1338655564)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.328--UnitOfWork(1338655564)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2ce98152)
    [junit] [EL Finest]: 2024-04-17 17:54:25.328--ServerSession(454071866)--Connection(1579904976)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.328--ClientSession(1379415075)--Connection(1579904976)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.328--ClientSession(1379415075)--Connection(1579904976)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.328--ClientSession(1379415075)--Connection(1139185530)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.328--ClientSession(1379415075)--Connection(1139185530)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.329--ServerSession(454071866)--Connection(1579904976)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.329--UnitOfWork(1338655564)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.329--UnitOfWork(1338655564)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.329--UnitOfWork(1338655564)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.329--ClientSession(1379415075)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.329--UnitOfWork(1338655564)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.329--ClientSession(1379415075)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.329--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1612470361
    [junit] [EL Finer]: 2024-04-17 17:54:25.329--ClientSession(1612470361)--Thread(Thread[main,5,main])--acquire unit of work: 1699540581
    [junit] [EL Finest]: 2024-04-17 17:54:25.329--UnitOfWork(1699540581)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.329--ServerSession(454071866)--Connection(308738289)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.329--ServerSession(454071866)--Connection(308738289)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.329--ServerSession(454071866)--Connection(442577085)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.329--ServerSession(454071866)--Connection(308738289)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.33--UnitOfWork(1699540581)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.33--UnitOfWork(1699540581)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.33--UnitOfWork(1699540581)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.33--UnitOfWork(1699540581)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.33--UnitOfWork(1699540581)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.33--ClientSession(1612470361)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.33--UnitOfWork(1699540581)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.33--ClientSession(1612470361)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.33--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 754155208
    [junit] [EL Finer]: 2024-04-17 17:54:25.33--ClientSession(754155208)--Thread(Thread[main,5,main])--acquire unit of work: 1599378115
    [junit] [EL Finest]: 2024-04-17 17:54:25.33--UnitOfWork(1599378115)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.33--ServerSession(454071866)--Connection(1106662082)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.33--ServerSession(454071866)--Connection(1106662082)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.33--ServerSession(454071866)--Connection(1548048652)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.33--ServerSession(454071866)--Connection(1106662082)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.33--UnitOfWork(1599378115)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.33--UnitOfWork(1599378115)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.33--UnitOfWork(1599378115)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@104e2c55)
    [junit] [EL Finest]: 2024-04-17 17:54:25.331--ServerSession(454071866)--Connection(1170891709)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.331--ClientSession(754155208)--Connection(1170891709)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.331--ClientSession(754155208)--Connection(1170891709)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.331--ClientSession(754155208)--Connection(604492757)--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-17 17:54:25.331--ClientSession(754155208)--Connection(604492757)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.331--ServerSession(454071866)--Connection(1170891709)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.331--UnitOfWork(1599378115)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.331--UnitOfWork(1599378115)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.332--UnitOfWork(1599378115)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.332--ClientSession(754155208)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.332--UnitOfWork(1599378115)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.332--ClientSession(754155208)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.332--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 261436197
    [junit] [EL Finer]: 2024-04-17 17:54:25.332--ClientSession(261436197)--Thread(Thread[main,5,main])--acquire unit of work: 433356513
    [junit] [EL Finest]: 2024-04-17 17:54:25.332--UnitOfWork(433356513)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.332--ServerSession(454071866)--Connection(56074101)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.332--ServerSession(454071866)--Connection(56074101)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.332--ServerSession(454071866)--Connection(343151570)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.332--ServerSession(454071866)--Connection(56074101)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:25.342--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 882449118
    [junit] [EL Finer]: 2024-04-17 17:54:25.342--ClientSession(882449118)--Thread(Thread[main,5,main])--acquire unit of work: 1527347340
    [junit] [EL Finest]: 2024-04-17 17:54:25.342--UnitOfWork(1527347340)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.342--UnitOfWork(1527347340)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.342--UnitOfWork(1527347340)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@400cc92c)
    [junit] [EL Finest]: 2024-04-17 17:54:25.342--ServerSession(454071866)--Connection(1620364994)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.342--ClientSession(882449118)--Connection(1620364994)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.342--ClientSession(882449118)--Connection(1620364994)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.342--ClientSession(882449118)--Connection(1892222788)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.343--ClientSession(882449118)--Connection(1892222788)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.343--ServerSession(454071866)--Connection(1620364994)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.343--UnitOfWork(1527347340)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.343--UnitOfWork(1527347340)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.343--UnitOfWork(1527347340)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.343--ClientSession(882449118)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.343--UnitOfWork(1527347340)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.343--ClientSession(882449118)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.343--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1911157527
    [junit] [EL Finer]: 2024-04-17 17:54:25.343--ClientSession(1911157527)--Thread(Thread[main,5,main])--acquire unit of work: 927842614
    [junit] [EL Finest]: 2024-04-17 17:54:25.343--UnitOfWork(927842614)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.343--ServerSession(454071866)--Connection(260445116)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.343--ServerSession(454071866)--Connection(260445116)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.343--ServerSession(454071866)--Connection(235090865)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.344--ServerSession(454071866)--Connection(260445116)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.344--UnitOfWork(927842614)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.344--UnitOfWork(927842614)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.344--UnitOfWork(927842614)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.344--UnitOfWork(927842614)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:25.344--UnitOfWork(927842614)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@69513b63)
    [junit] [EL Finest]: 2024-04-17 17:54:25.344--ServerSession(454071866)--Connection(1098707394)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.344--ClientSession(1911157527)--Connection(1098707394)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.344--ClientSession(1911157527)--Connection(1098707394)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.344--ClientSession(1911157527)--Connection(287376560)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [23, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:25.345--ClientSession(1911157527)--Connection(287376560)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.345--ServerSession(454071866)--Connection(1098707394)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.345--UnitOfWork(927842614)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.345--UnitOfWork(927842614)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.345--UnitOfWork(927842614)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.345--ClientSession(1911157527)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.345--UnitOfWork(927842614)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.345--ClientSession(1911157527)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.345--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 162945557
    [junit] [EL Finer]: 2024-04-17 17:54:25.345--ClientSession(162945557)--Thread(Thread[main,5,main])--acquire unit of work: 803362816
    [junit] [EL Finest]: 2024-04-17 17:54:25.345--UnitOfWork(803362816)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.345--UnitOfWork(803362816)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.345--UnitOfWork(803362816)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@69513b63)
    [junit] [EL Finest]: 2024-04-17 17:54:25.345--ServerSession(454071866)--Connection(451338700)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.345--ClientSession(162945557)--Connection(451338700)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.345--ClientSession(162945557)--Connection(451338700)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.345--ClientSession(162945557)--Connection(565933687)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.346--ClientSession(162945557)--Connection(565933687)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.346--ServerSession(454071866)--Connection(451338700)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.346--UnitOfWork(803362816)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.346--UnitOfWork(803362816)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.346--UnitOfWork(803362816)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.346--ClientSession(162945557)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.346--UnitOfWork(803362816)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.346--ClientSession(162945557)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.346--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1417480153
    [junit] [EL Finer]: 2024-04-17 17:54:25.346--ClientSession(1417480153)--Thread(Thread[main,5,main])--acquire unit of work: 2042127387
    [junit] [EL Finest]: 2024-04-17 17:54:25.346--UnitOfWork(2042127387)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.346--ServerSession(454071866)--Connection(55225749)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.346--ServerSession(454071866)--Connection(55225749)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.346--ServerSession(454071866)--Connection(1066570028)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.347--ServerSession(454071866)--Connection(55225749)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.347--UnitOfWork(2042127387)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.347--UnitOfWork(2042127387)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.347--UnitOfWork(2042127387)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.347--UnitOfWork(2042127387)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.347--UnitOfWork(2042127387)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.347--ClientSession(1417480153)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.347--UnitOfWork(2042127387)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.347--ClientSession(1417480153)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.347--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1150287249
    [junit] [EL Finer]: 2024-04-17 17:54:25.347--ClientSession(1150287249)--Thread(Thread[main,5,main])--acquire unit of work: 803177602
    [junit] [EL Finest]: 2024-04-17 17:54:25.347--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-17 17:54:25.347--ServerSession(454071866)--Connection(1864400965)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.347--ServerSession(454071866)--Connection(1864400965)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.347--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-17 17:54:25.348--ServerSession(454071866)--Connection(1864400965)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.348--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 Finer]: 2024-04-17 17:54:25.348--UnitOfWork(803177602)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.348--UnitOfWork(803177602)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@10ad4b41)
    [junit] [EL Finest]: 2024-04-17 17:54:25.348--ServerSession(454071866)--Connection(571291)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.348--ClientSession(1150287249)--Connection(571291)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.348--ClientSession(1150287249)--Connection(571291)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.348--ClientSession(1150287249)--Connection(2047153048)--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-17 17:54:25.349--ClientSession(1150287249)--Connection(2047153048)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.349--ServerSession(454071866)--Connection(571291)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.349--UnitOfWork(803177602)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.349--UnitOfWork(803177602)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.349--UnitOfWork(803177602)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.349--ClientSession(1150287249)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.349--UnitOfWork(803177602)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.349--ClientSession(1150287249)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.349--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2133340652
    [junit] [EL Finer]: 2024-04-17 17:54:25.349--ClientSession(2133340652)--Thread(Thread[main,5,main])--acquire unit of work: 978974205
    [junit] [EL Finest]: 2024-04-17 17:54:25.349--UnitOfWork(978974205)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.349--ServerSession(454071866)--Connection(1754446077)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.349--ServerSession(454071866)--Connection(1754446077)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.349--ServerSession(454071866)--Connection(1088997819)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.35--ServerSession(454071866)--Connection(1754446077)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.35--UnitOfWork(978974205)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.35--UnitOfWork(978974205)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.35--UnitOfWork(978974205)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@bf2c325)
    [junit] [EL Finest]: 2024-04-17 17:54:25.35--ServerSession(454071866)--Connection(1895394711)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.35--ClientSession(2133340652)--Connection(1895394711)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.35--ClientSession(2133340652)--Connection(1895394711)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.35--ClientSession(2133340652)--Connection(130536828)--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-17 17:54:25.35--ClientSession(2133340652)--Connection(130536828)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.351--ServerSession(454071866)--Connection(1895394711)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.351--UnitOfWork(978974205)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.351--UnitOfWork(978974205)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.351--UnitOfWork(978974205)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.351--ClientSession(2133340652)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.351--UnitOfWork(978974205)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.351--ClientSession(2133340652)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.351--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 989123741
    [junit] [EL Finer]: 2024-04-17 17:54:25.351--ClientSession(989123741)--Thread(Thread[main,5,main])--acquire unit of work: 22713217
    [junit] [EL Finest]: 2024-04-17 17:54:25.351--UnitOfWork(22713217)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.351--ServerSession(454071866)--Connection(948947683)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.351--ServerSession(454071866)--Connection(948947683)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.351--ServerSession(454071866)--Connection(746640173)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.351--ServerSession(454071866)--Connection(948947683)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:25.361--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1900352560
    [junit] [EL Finer]: 2024-04-17 17:54:25.361--ClientSession(1900352560)--Thread(Thread[main,5,main])--acquire unit of work: 1900945301
    [junit] [EL Finest]: 2024-04-17 17:54:25.361--UnitOfWork(1900945301)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.361--UnitOfWork(1900945301)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.361--UnitOfWork(1900945301)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@150bc6d)
    [junit] [EL Finest]: 2024-04-17 17:54:25.361--ServerSession(454071866)--Connection(156459185)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.361--ClientSession(1900352560)--Connection(156459185)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.361--ClientSession(1900352560)--Connection(156459185)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.362--ClientSession(1900352560)--Connection(140539065)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.362--ClientSession(1900352560)--Connection(140539065)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.362--ServerSession(454071866)--Connection(156459185)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.362--UnitOfWork(1900945301)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.362--UnitOfWork(1900945301)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.362--UnitOfWork(1900945301)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.363--ClientSession(1900352560)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.363--UnitOfWork(1900945301)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.363--ClientSession(1900352560)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.363--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 751429588
    [junit] [EL Finer]: 2024-04-17 17:54:25.363--ClientSession(751429588)--Thread(Thread[main,5,main])--acquire unit of work: 1049447444
    [junit] [EL Finest]: 2024-04-17 17:54:25.363--UnitOfWork(1049447444)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.363--ServerSession(454071866)--Connection(893592256)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.363--ServerSession(454071866)--Connection(893592256)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.363--ServerSession(454071866)--Connection(28311830)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.363--ServerSession(454071866)--Connection(893592256)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.363--UnitOfWork(1049447444)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.363--UnitOfWork(1049447444)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.363--UnitOfWork(1049447444)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.363--UnitOfWork(1049447444)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.363--UnitOfWork(1049447444)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.363--ClientSession(751429588)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.363--UnitOfWork(1049447444)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.363--ClientSession(751429588)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.364--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 459130821
    [junit] [EL Finer]: 2024-04-17 17:54:25.364--ClientSession(459130821)--Thread(Thread[main,5,main])--acquire unit of work: 1555285044
    [junit] [EL Finest]: 2024-04-17 17:54:25.364--UnitOfWork(1555285044)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.364--ServerSession(454071866)--Connection(127235817)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.364--ServerSession(454071866)--Connection(127235817)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.364--ServerSession(454071866)--Connection(1000625816)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.364--ServerSession(454071866)--Connection(127235817)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.364--UnitOfWork(1555285044)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.364--UnitOfWork(1555285044)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.364--UnitOfWork(1555285044)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@ce23250)
    [junit] [EL Finest]: 2024-04-17 17:54:25.364--ServerSession(454071866)--Connection(1633753887)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.364--ClientSession(459130821)--Connection(1633753887)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.364--ClientSession(459130821)--Connection(1633753887)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.365--ClientSession(459130821)--Connection(2081211857)--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-17 17:54:25.365--ClientSession(459130821)--Connection(2081211857)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.365--ServerSession(454071866)--Connection(1633753887)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.365--UnitOfWork(1555285044)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.365--UnitOfWork(1555285044)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.365--UnitOfWork(1555285044)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.365--ClientSession(459130821)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.365--UnitOfWork(1555285044)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.365--ClientSession(459130821)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.365--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 700468834
    [junit] [EL Finer]: 2024-04-17 17:54:25.365--ClientSession(700468834)--Thread(Thread[main,5,main])--acquire unit of work: 1083183526
    [junit] [EL Finest]: 2024-04-17 17:54:25.365--UnitOfWork(1083183526)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.365--ServerSession(454071866)--Connection(1512597032)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.366--ServerSession(454071866)--Connection(1512597032)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.366--ServerSession(454071866)--Connection(784900104)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.366--ServerSession(454071866)--Connection(1512597032)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:25.376--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 713049818
    [junit] [EL Finer]: 2024-04-17 17:54:25.376--ClientSession(713049818)--Thread(Thread[main,5,main])--acquire unit of work: 1824120039
    [junit] [EL Finest]: 2024-04-17 17:54:25.376--UnitOfWork(1824120039)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.376--UnitOfWork(1824120039)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.376--UnitOfWork(1824120039)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@19672cb8)
    [junit] [EL Finest]: 2024-04-17 17:54:25.376--ServerSession(454071866)--Connection(1392516709)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.376--ClientSession(713049818)--Connection(1392516709)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.376--ClientSession(713049818)--Connection(1392516709)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.377--ClientSession(713049818)--Connection(1903996422)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.377--ClientSession(713049818)--Connection(1903996422)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.377--ServerSession(454071866)--Connection(1392516709)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.377--UnitOfWork(1824120039)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.377--UnitOfWork(1824120039)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.378--UnitOfWork(1824120039)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.378--ClientSession(713049818)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.378--UnitOfWork(1824120039)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.378--ClientSession(713049818)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.378--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1530929517
    [junit] [EL Finer]: 2024-04-17 17:54:25.378--ClientSession(1530929517)--Thread(Thread[main,5,main])--acquire unit of work: 148959062
    [junit] [EL Finest]: 2024-04-17 17:54:25.378--UnitOfWork(148959062)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.378--ServerSession(454071866)--Connection(477658322)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.378--ServerSession(454071866)--Connection(477658322)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.378--ServerSession(454071866)--Connection(1073144966)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.378--ServerSession(454071866)--Connection(477658322)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.378--UnitOfWork(148959062)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.378--UnitOfWork(148959062)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.378--UnitOfWork(148959062)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.379--UnitOfWork(148959062)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:25.379--UnitOfWork(148959062)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6a7228e9)
    [junit] [EL Finest]: 2024-04-17 17:54:25.379--ServerSession(454071866)--Connection(1038702461)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.379--ClientSession(1530929517)--Connection(1038702461)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.379--ClientSession(1530929517)--Connection(1038702461)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.379--ClientSession(1530929517)--Connection(1734257821)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [24, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:25.379--ClientSession(1530929517)--Connection(1734257821)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.379--ServerSession(454071866)--Connection(1038702461)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.379--UnitOfWork(148959062)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.379--UnitOfWork(148959062)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.379--UnitOfWork(148959062)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.38--ClientSession(1530929517)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.38--UnitOfWork(148959062)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.38--ClientSession(1530929517)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.38--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 858814059
    [junit] [EL Finer]: 2024-04-17 17:54:25.38--ClientSession(858814059)--Thread(Thread[main,5,main])--acquire unit of work: 1150651855
    [junit] [EL Finest]: 2024-04-17 17:54:25.38--UnitOfWork(1150651855)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.38--UnitOfWork(1150651855)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.38--UnitOfWork(1150651855)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6a7228e9)
    [junit] [EL Finest]: 2024-04-17 17:54:25.38--ServerSession(454071866)--Connection(1301894065)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.38--ClientSession(858814059)--Connection(1301894065)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.38--ClientSession(858814059)--Connection(1301894065)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.38--ClientSession(858814059)--Connection(2099963719)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.381--ClientSession(858814059)--Connection(2099963719)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.419--ServerSession(454071866)--Connection(1301894065)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.419--UnitOfWork(1150651855)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.419--UnitOfWork(1150651855)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.419--UnitOfWork(1150651855)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.419--ClientSession(858814059)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.419--UnitOfWork(1150651855)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.419--ClientSession(858814059)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.419--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 752963104
    [junit] [EL Finer]: 2024-04-17 17:54:25.419--ClientSession(752963104)--Thread(Thread[main,5,main])--acquire unit of work: 736265430
    [junit] [EL Finest]: 2024-04-17 17:54:25.419--UnitOfWork(736265430)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.419--ServerSession(454071866)--Connection(22568498)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.419--ServerSession(454071866)--Connection(22568498)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.419--ServerSession(454071866)--Connection(1527638007)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.42--ServerSession(454071866)--Connection(22568498)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.42--UnitOfWork(736265430)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.42--UnitOfWork(736265430)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.42--UnitOfWork(736265430)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.42--UnitOfWork(736265430)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.42--UnitOfWork(736265430)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.42--ClientSession(752963104)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.42--UnitOfWork(736265430)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.42--ClientSession(752963104)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.42--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 900517764
    [junit] [EL Finer]: 2024-04-17 17:54:25.42--ClientSession(900517764)--Thread(Thread[main,5,main])--acquire unit of work: 287577899
    [junit] [EL Finest]: 2024-04-17 17:54:25.42--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-17 17:54:25.42--ServerSession(454071866)--Connection(1431145863)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.42--ServerSession(454071866)--Connection(1431145863)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.42--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-17 17:54:25.421--ServerSession(454071866)--Connection(1431145863)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.421--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 Finer]: 2024-04-17 17:54:25.421--UnitOfWork(287577899)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.421--UnitOfWork(287577899)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@638cb0a2)
    [junit] [EL Finest]: 2024-04-17 17:54:25.421--ServerSession(454071866)--Connection(279385481)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.421--ClientSession(900517764)--Connection(279385481)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.421--ClientSession(900517764)--Connection(279385481)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.422--ClientSession(900517764)--Connection(380157599)--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-17 17:54:25.422--ClientSession(900517764)--Connection(380157599)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.422--ServerSession(454071866)--Connection(279385481)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.422--UnitOfWork(287577899)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.422--UnitOfWork(287577899)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.422--UnitOfWork(287577899)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.422--ClientSession(900517764)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.422--UnitOfWork(287577899)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.422--ClientSession(900517764)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.422--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1019827059
    [junit] [EL Finer]: 2024-04-17 17:54:25.422--ClientSession(1019827059)--Thread(Thread[main,5,main])--acquire unit of work: 350884414
    [junit] [EL Finest]: 2024-04-17 17:54:25.422--UnitOfWork(350884414)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.422--ServerSession(454071866)--Connection(1206196858)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.422--ServerSession(454071866)--Connection(1206196858)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.423--ServerSession(454071866)--Connection(745695642)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.423--ServerSession(454071866)--Connection(1206196858)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.423--UnitOfWork(350884414)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.423--UnitOfWork(350884414)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.423--UnitOfWork(350884414)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1e69772a)
    [junit] [EL Finest]: 2024-04-17 17:54:25.423--ServerSession(454071866)--Connection(1320227138)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.423--ClientSession(1019827059)--Connection(1320227138)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.423--ClientSession(1019827059)--Connection(1320227138)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.423--ClientSession(1019827059)--Connection(598173373)--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-17 17:54:25.424--ClientSession(1019827059)--Connection(598173373)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.424--ServerSession(454071866)--Connection(1320227138)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.424--UnitOfWork(350884414)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.424--UnitOfWork(350884414)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.424--UnitOfWork(350884414)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.424--ClientSession(1019827059)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.424--UnitOfWork(350884414)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.424--ClientSession(1019827059)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.424--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 52812135
    [junit] [EL Finer]: 2024-04-17 17:54:25.424--ClientSession(52812135)--Thread(Thread[main,5,main])--acquire unit of work: 1171845952
    [junit] [EL Finest]: 2024-04-17 17:54:25.424--UnitOfWork(1171845952)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.424--ServerSession(454071866)--Connection(1574102984)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.424--ServerSession(454071866)--Connection(1574102984)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.424--ServerSession(454071866)--Connection(1060951315)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.425--ServerSession(454071866)--Connection(1574102984)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:25.434--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 870711690
    [junit] [EL Finer]: 2024-04-17 17:54:25.434--ClientSession(870711690)--Thread(Thread[main,5,main])--acquire unit of work: 958759428
    [junit] [EL Finest]: 2024-04-17 17:54:25.435--UnitOfWork(958759428)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.435--UnitOfWork(958759428)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.435--UnitOfWork(958759428)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5aec03d7)
    [junit] [EL Finest]: 2024-04-17 17:54:25.435--ServerSession(454071866)--Connection(80227859)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.435--ClientSession(870711690)--Connection(80227859)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.435--ClientSession(870711690)--Connection(80227859)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.435--ClientSession(870711690)--Connection(300460332)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.436--ClientSession(870711690)--Connection(300460332)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.436--ServerSession(454071866)--Connection(80227859)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.436--UnitOfWork(958759428)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.436--UnitOfWork(958759428)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.436--UnitOfWork(958759428)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.436--ClientSession(870711690)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.436--UnitOfWork(958759428)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.436--ClientSession(870711690)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.436--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 547556048
    [junit] [EL Finer]: 2024-04-17 17:54:25.436--ClientSession(547556048)--Thread(Thread[main,5,main])--acquire unit of work: 1709047905
    [junit] [EL Finest]: 2024-04-17 17:54:25.436--UnitOfWork(1709047905)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.436--ServerSession(454071866)--Connection(833319999)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.436--ServerSession(454071866)--Connection(833319999)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.436--ServerSession(454071866)--Connection(498391917)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.437--ServerSession(454071866)--Connection(833319999)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.437--UnitOfWork(1709047905)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.437--UnitOfWork(1709047905)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.437--UnitOfWork(1709047905)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.437--UnitOfWork(1709047905)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:25.437--UnitOfWork(1709047905)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@30b17647)
    [junit] [EL Finest]: 2024-04-17 17:54:25.437--ServerSession(454071866)--Connection(1636114790)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.437--ClientSession(547556048)--Connection(1636114790)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.437--ClientSession(547556048)--Connection(1636114790)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.437--ClientSession(547556048)--Connection(153634664)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [18, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:25.437--ClientSession(547556048)--Connection(153634664)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.438--ServerSession(454071866)--Connection(1636114790)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.438--UnitOfWork(1709047905)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.438--UnitOfWork(1709047905)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.438--UnitOfWork(1709047905)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.438--ClientSession(547556048)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.438--UnitOfWork(1709047905)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.438--ClientSession(547556048)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.438--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1738743058
    [junit] [EL Finer]: 2024-04-17 17:54:25.438--ClientSession(1738743058)--Thread(Thread[main,5,main])--acquire unit of work: 803577489
    [junit] [EL Finest]: 2024-04-17 17:54:25.438--UnitOfWork(803577489)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.438--UnitOfWork(803577489)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.438--UnitOfWork(803577489)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@30b17647)
    [junit] [EL Finest]: 2024-04-17 17:54:25.438--ServerSession(454071866)--Connection(1455776506)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.438--ClientSession(1738743058)--Connection(1455776506)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.438--ClientSession(1738743058)--Connection(1455776506)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.438--ClientSession(1738743058)--Connection(695320253)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.439--ClientSession(1738743058)--Connection(695320253)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.439--ServerSession(454071866)--Connection(1455776506)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.439--UnitOfWork(803577489)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.439--UnitOfWork(803577489)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.439--UnitOfWork(803577489)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.439--ClientSession(1738743058)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.439--UnitOfWork(803577489)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.439--ClientSession(1738743058)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.439--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 573465541
    [junit] [EL Finer]: 2024-04-17 17:54:25.439--ClientSession(573465541)--Thread(Thread[main,5,main])--acquire unit of work: 1593903048
    [junit] [EL Finest]: 2024-04-17 17:54:25.439--UnitOfWork(1593903048)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.439--ServerSession(454071866)--Connection(2065813187)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.439--ServerSession(454071866)--Connection(2065813187)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.439--ServerSession(454071866)--Connection(1284857519)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.44--ServerSession(454071866)--Connection(2065813187)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.44--UnitOfWork(1593903048)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.44--UnitOfWork(1593903048)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.44--UnitOfWork(1593903048)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.44--UnitOfWork(1593903048)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.44--UnitOfWork(1593903048)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.44--ClientSession(573465541)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.44--UnitOfWork(1593903048)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.44--ClientSession(573465541)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.44--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1505271482
    [junit] [EL Finer]: 2024-04-17 17:54:25.44--ClientSession(1505271482)--Thread(Thread[main,5,main])--acquire unit of work: 1704308874
    [junit] [EL Finest]: 2024-04-17 17:54:25.44--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-17 17:54:25.44--ServerSession(454071866)--Connection(1293765629)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.44--ServerSession(454071866)--Connection(1293765629)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.44--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-17 17:54:25.441--ServerSession(454071866)--Connection(1293765629)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.441--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 Finer]: 2024-04-17 17:54:25.441--UnitOfWork(1704308874)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.441--UnitOfWork(1704308874)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@519d9cc1)
    [junit] [EL Finest]: 2024-04-17 17:54:25.441--ServerSession(454071866)--Connection(1806605186)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.441--ClientSession(1505271482)--Connection(1806605186)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.441--ClientSession(1505271482)--Connection(1806605186)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.441--ClientSession(1505271482)--Connection(1449687458)--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-17 17:54:25.442--ClientSession(1505271482)--Connection(1449687458)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.442--ServerSession(454071866)--Connection(1806605186)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.442--UnitOfWork(1704308874)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.442--UnitOfWork(1704308874)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.442--UnitOfWork(1704308874)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.442--ClientSession(1505271482)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.442--UnitOfWork(1704308874)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.442--ClientSession(1505271482)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.442--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 343238827
    [junit] [EL Finer]: 2024-04-17 17:54:25.442--ClientSession(343238827)--Thread(Thread[main,5,main])--acquire unit of work: 186159916
    [junit] [EL Finest]: 2024-04-17 17:54:25.442--UnitOfWork(186159916)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.442--ServerSession(454071866)--Connection(505962116)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.442--ServerSession(454071866)--Connection(505962116)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.442--ServerSession(454071866)--Connection(1016908292)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.442--ServerSession(454071866)--Connection(505962116)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.443--UnitOfWork(186159916)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.443--UnitOfWork(186159916)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.443--UnitOfWork(186159916)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4c5dafb1)
    [junit] [EL Finest]: 2024-04-17 17:54:25.443--ServerSession(454071866)--Connection(1246441509)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.443--ClientSession(343238827)--Connection(1246441509)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.443--ClientSession(343238827)--Connection(1246441509)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.443--ClientSession(343238827)--Connection(1462628301)--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-17 17:54:25.443--ClientSession(343238827)--Connection(1462628301)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.443--ServerSession(454071866)--Connection(1246441509)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.443--UnitOfWork(186159916)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.444--UnitOfWork(186159916)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.444--UnitOfWork(186159916)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.444--ClientSession(343238827)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.444--UnitOfWork(186159916)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.444--ClientSession(343238827)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.444--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 246383535
    [junit] [EL Finer]: 2024-04-17 17:54:25.444--ClientSession(246383535)--Thread(Thread[main,5,main])--acquire unit of work: 494288967
    [junit] [EL Finest]: 2024-04-17 17:54:25.444--UnitOfWork(494288967)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.444--ServerSession(454071866)--Connection(622692259)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.444--ServerSession(454071866)--Connection(622692259)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.444--ServerSession(454071866)--Connection(875903148)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.444--ServerSession(454071866)--Connection(622692259)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:25.454--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1630824806
    [junit] [EL Finer]: 2024-04-17 17:54:25.454--ClientSession(1630824806)--Thread(Thread[main,5,main])--acquire unit of work: 346925795
    [junit] [EL Finest]: 2024-04-17 17:54:25.454--UnitOfWork(346925795)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.454--UnitOfWork(346925795)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.454--UnitOfWork(346925795)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@70bcc022)
    [junit] [EL Finest]: 2024-04-17 17:54:25.454--ServerSession(454071866)--Connection(57365230)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.454--ClientSession(1630824806)--Connection(57365230)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.454--ClientSession(1630824806)--Connection(57365230)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.455--ClientSession(1630824806)--Connection(2062031570)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.455--ClientSession(1630824806)--Connection(2062031570)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.456--ServerSession(454071866)--Connection(57365230)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.456--UnitOfWork(346925795)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.456--UnitOfWork(346925795)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.456--UnitOfWork(346925795)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.456--ClientSession(1630824806)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.456--UnitOfWork(346925795)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.456--ClientSession(1630824806)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.456--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 503341226
    [junit] [EL Finer]: 2024-04-17 17:54:25.456--ClientSession(503341226)--Thread(Thread[main,5,main])--acquire unit of work: 1202040230
    [junit] [EL Finest]: 2024-04-17 17:54:25.456--UnitOfWork(1202040230)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.456--ServerSession(454071866)--Connection(2107703562)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.456--ServerSession(454071866)--Connection(2107703562)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.456--ServerSession(454071866)--Connection(173411923)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.456--ServerSession(454071866)--Connection(2107703562)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.456--UnitOfWork(1202040230)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.457--UnitOfWork(1202040230)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.457--UnitOfWork(1202040230)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.457--UnitOfWork(1202040230)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:25.457--UnitOfWork(1202040230)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7dec7d41)
    [junit] [EL Finest]: 2024-04-17 17:54:25.457--ServerSession(454071866)--Connection(850274676)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.457--ClientSession(503341226)--Connection(850274676)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.457--ClientSession(503341226)--Connection(850274676)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.457--ClientSession(503341226)--Connection(1414694800)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [32, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:25.457--ClientSession(503341226)--Connection(1414694800)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.457--ServerSession(454071866)--Connection(850274676)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.457--UnitOfWork(1202040230)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.458--UnitOfWork(1202040230)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.458--UnitOfWork(1202040230)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.458--ClientSession(503341226)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.458--UnitOfWork(1202040230)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.458--ClientSession(503341226)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.458--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1176707186
    [junit] [EL Finer]: 2024-04-17 17:54:25.458--ClientSession(1176707186)--Thread(Thread[main,5,main])--acquire unit of work: 92619851
    [junit] [EL Finest]: 2024-04-17 17:54:25.458--UnitOfWork(92619851)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.458--UnitOfWork(92619851)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.458--UnitOfWork(92619851)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7dec7d41)
    [junit] [EL Finest]: 2024-04-17 17:54:25.458--ServerSession(454071866)--Connection(1485668457)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.458--ClientSession(1176707186)--Connection(1485668457)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.458--ClientSession(1176707186)--Connection(1485668457)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.458--ClientSession(1176707186)--Connection(133307322)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.459--ClientSession(1176707186)--Connection(133307322)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.459--ServerSession(454071866)--Connection(1485668457)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.459--UnitOfWork(92619851)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.459--UnitOfWork(92619851)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.459--UnitOfWork(92619851)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.459--ClientSession(1176707186)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.459--UnitOfWork(92619851)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.459--ClientSession(1176707186)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.459--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 883337277
    [junit] [EL Finer]: 2024-04-17 17:54:25.459--ClientSession(883337277)--Thread(Thread[main,5,main])--acquire unit of work: 1898504
    [junit] [EL Finest]: 2024-04-17 17:54:25.459--UnitOfWork(1898504)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.459--ServerSession(454071866)--Connection(396627066)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.459--ServerSession(454071866)--Connection(396627066)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.459--ServerSession(454071866)--Connection(1780698277)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.46--ServerSession(454071866)--Connection(396627066)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.46--UnitOfWork(1898504)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.46--UnitOfWork(1898504)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.46--UnitOfWork(1898504)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.46--UnitOfWork(1898504)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.46--UnitOfWork(1898504)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.46--ClientSession(883337277)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.46--UnitOfWork(1898504)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.46--ClientSession(883337277)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.46--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1270391005
    [junit] [EL Finer]: 2024-04-17 17:54:25.46--ClientSession(1270391005)--Thread(Thread[main,5,main])--acquire unit of work: 252534304
    [junit] [EL Finest]: 2024-04-17 17:54:25.46--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-17 17:54:25.46--ServerSession(454071866)--Connection(2012345402)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.46--ServerSession(454071866)--Connection(2012345402)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.46--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-17 17:54:25.461--ServerSession(454071866)--Connection(2012345402)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.461--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-17 17:54:25.461--UnitOfWork(252534304)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.461--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-17 17:54:25.461--ServerSession(454071866)--Connection(1316131620)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.461--ClientSession(1270391005)--Connection(1316131620)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.461--ClientSession(1270391005)--Connection(1316131620)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.461--ClientSession(1270391005)--Connection(1718017640)--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-17 17:54:25.462--ClientSession(1270391005)--Connection(1718017640)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.462--ServerSession(454071866)--Connection(1316131620)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.462--UnitOfWork(252534304)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.462--UnitOfWork(252534304)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.462--UnitOfWork(252534304)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.462--ClientSession(1270391005)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.462--UnitOfWork(252534304)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.462--ClientSession(1270391005)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.462--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1140739722
    [junit] [EL Finer]: 2024-04-17 17:54:25.462--ClientSession(1140739722)--Thread(Thread[main,5,main])--acquire unit of work: 441129646
    [junit] [EL Finest]: 2024-04-17 17:54:25.462--UnitOfWork(441129646)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.462--ServerSession(454071866)--Connection(1242432017)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.462--ServerSession(454071866)--Connection(1242432017)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.462--ServerSession(454071866)--Connection(730421457)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.463--ServerSession(454071866)--Connection(1242432017)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.463--UnitOfWork(441129646)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.463--UnitOfWork(441129646)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.463--UnitOfWork(441129646)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@58ee2ea6)
    [junit] [EL Finest]: 2024-04-17 17:54:25.463--ServerSession(454071866)--Connection(65282680)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.463--ClientSession(1140739722)--Connection(65282680)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.463--ClientSession(1140739722)--Connection(65282680)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.463--ClientSession(1140739722)--Connection(252948569)--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-17 17:54:25.464--ClientSession(1140739722)--Connection(252948569)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.464--ServerSession(454071866)--Connection(65282680)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.464--UnitOfWork(441129646)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.464--UnitOfWork(441129646)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.464--UnitOfWork(441129646)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.464--ClientSession(1140739722)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.464--UnitOfWork(441129646)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.464--ClientSession(1140739722)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.464--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 299221574
    [junit] [EL Finer]: 2024-04-17 17:54:25.464--ClientSession(299221574)--Thread(Thread[main,5,main])--acquire unit of work: 855692774
    [junit] [EL Finest]: 2024-04-17 17:54:25.464--UnitOfWork(855692774)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.464--ServerSession(454071866)--Connection(553859751)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.464--ServerSession(454071866)--Connection(553859751)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.464--ServerSession(454071866)--Connection(237831080)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.465--ServerSession(454071866)--Connection(553859751)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.465--UnitOfWork(855692774)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.465--UnitOfWork(855692774)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.465--UnitOfWork(855692774)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4cf6bf0)
    [junit] [EL Finest]: 2024-04-17 17:54:25.465--ServerSession(454071866)--Connection(1517804467)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.465--ClientSession(299221574)--Connection(1517804467)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.465--ClientSession(299221574)--Connection(1517804467)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.465--ClientSession(299221574)--Connection(1115968715)--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-17 17:54:25.465--ClientSession(299221574)--Connection(1115968715)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.466--ServerSession(454071866)--Connection(1517804467)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.466--UnitOfWork(855692774)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.466--UnitOfWork(855692774)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.466--UnitOfWork(855692774)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.466--ClientSession(299221574)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.466--UnitOfWork(855692774)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.466--ClientSession(299221574)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.466--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 210083902
    [junit] [EL Finer]: 2024-04-17 17:54:25.466--ClientSession(210083902)--Thread(Thread[main,5,main])--acquire unit of work: 1758152798
    [junit] [EL Finest]: 2024-04-17 17:54:25.466--UnitOfWork(1758152798)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.466--ServerSession(454071866)--Connection(134839168)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.466--ServerSession(454071866)--Connection(134839168)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.466--ServerSession(454071866)--Connection(1815779894)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.524--ServerSession(454071866)--Connection(134839168)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.524--UnitOfWork(1758152798)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.524--UnitOfWork(1758152798)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.524--UnitOfWork(1758152798)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7fa47b8a)
    [junit] [EL Finest]: 2024-04-17 17:54:25.524--ServerSession(454071866)--Connection(81861663)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.524--ClientSession(210083902)--Connection(81861663)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.524--ClientSession(210083902)--Connection(81861663)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.524--ClientSession(210083902)--Connection(869775095)--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-17 17:54:25.525--ClientSession(210083902)--Connection(869775095)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.525--ServerSession(454071866)--Connection(81861663)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.525--UnitOfWork(1758152798)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.525--UnitOfWork(1758152798)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.525--UnitOfWork(1758152798)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.525--ClientSession(210083902)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.525--UnitOfWork(1758152798)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.525--ClientSession(210083902)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.525--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1170209445
    [junit] [EL Finer]: 2024-04-17 17:54:25.525--ClientSession(1170209445)--Thread(Thread[main,5,main])--acquire unit of work: 1236404201
    [junit] [EL Finest]: 2024-04-17 17:54:25.526--UnitOfWork(1236404201)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.526--ServerSession(454071866)--Connection(1197240358)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.526--ServerSession(454071866)--Connection(1197240358)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.526--ServerSession(454071866)--Connection(927338850)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.526--ServerSession(454071866)--Connection(1197240358)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:25.536--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1506459489
    [junit] [EL Finer]: 2024-04-17 17:54:25.536--ClientSession(1506459489)--Thread(Thread[main,5,main])--acquire unit of work: 308837582
    [junit] [EL Finest]: 2024-04-17 17:54:25.536--UnitOfWork(308837582)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.536--UnitOfWork(308837582)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.536--UnitOfWork(308837582)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@ebad17c)
    [junit] [EL Finest]: 2024-04-17 17:54:25.536--ServerSession(454071866)--Connection(1356460291)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.536--ClientSession(1506459489)--Connection(1356460291)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.537--ClientSession(1506459489)--Connection(1356460291)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.537--ClientSession(1506459489)--Connection(17201626)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.537--ClientSession(1506459489)--Connection(17201626)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.538--ServerSession(454071866)--Connection(1356460291)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.538--UnitOfWork(308837582)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.538--UnitOfWork(308837582)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.538--UnitOfWork(308837582)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.538--ClientSession(1506459489)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.538--UnitOfWork(308837582)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.538--ClientSession(1506459489)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.538--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 639025271
    [junit] [EL Finer]: 2024-04-17 17:54:25.538--ClientSession(639025271)--Thread(Thread[main,5,main])--acquire unit of work: 970488927
    [junit] [EL Finest]: 2024-04-17 17:54:25.538--UnitOfWork(970488927)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.538--ServerSession(454071866)--Connection(186780183)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.538--ServerSession(454071866)--Connection(186780183)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.538--ServerSession(454071866)--Connection(698546181)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.538--ServerSession(454071866)--Connection(186780183)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.539--UnitOfWork(970488927)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.539--UnitOfWork(970488927)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.539--UnitOfWork(970488927)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.539--UnitOfWork(970488927)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:25.539--UnitOfWork(970488927)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@436739c1)
    [junit] [EL Finest]: 2024-04-17 17:54:25.539--ServerSession(454071866)--Connection(1725061324)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.539--ClientSession(639025271)--Connection(1725061324)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.539--ClientSession(639025271)--Connection(1725061324)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.539--ClientSession(639025271)--Connection(1676776008)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [35, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:25.539--ClientSession(639025271)--Connection(1676776008)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.54--ServerSession(454071866)--Connection(1725061324)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.54--UnitOfWork(970488927)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.54--UnitOfWork(970488927)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.54--UnitOfWork(970488927)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.54--ClientSession(639025271)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.54--UnitOfWork(970488927)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.54--ClientSession(639025271)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.54--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 906703451
    [junit] [EL Finer]: 2024-04-17 17:54:25.54--ClientSession(906703451)--Thread(Thread[main,5,main])--acquire unit of work: 1122703470
    [junit] [EL Finest]: 2024-04-17 17:54:25.54--UnitOfWork(1122703470)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.54--UnitOfWork(1122703470)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.54--UnitOfWork(1122703470)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@436739c1)
    [junit] [EL Finest]: 2024-04-17 17:54:25.54--ServerSession(454071866)--Connection(620402421)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.54--ClientSession(906703451)--Connection(620402421)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.54--ClientSession(906703451)--Connection(620402421)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.54--ClientSession(906703451)--Connection(1259139547)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.541--ClientSession(906703451)--Connection(1259139547)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.541--ServerSession(454071866)--Connection(620402421)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.541--UnitOfWork(1122703470)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.541--UnitOfWork(1122703470)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.541--UnitOfWork(1122703470)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.541--ClientSession(906703451)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.541--UnitOfWork(1122703470)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.541--ClientSession(906703451)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.541--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1094988251
    [junit] [EL Finer]: 2024-04-17 17:54:25.541--ClientSession(1094988251)--Thread(Thread[main,5,main])--acquire unit of work: 830036536
    [junit] [EL Finest]: 2024-04-17 17:54:25.541--UnitOfWork(830036536)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.541--ServerSession(454071866)--Connection(492300261)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.541--ServerSession(454071866)--Connection(492300261)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.541--ServerSession(454071866)--Connection(956848059)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.542--ServerSession(454071866)--Connection(492300261)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.542--UnitOfWork(830036536)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.542--UnitOfWork(830036536)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.542--UnitOfWork(830036536)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.542--UnitOfWork(830036536)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.542--UnitOfWork(830036536)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.542--ClientSession(1094988251)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.542--UnitOfWork(830036536)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.542--ClientSession(1094988251)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.542--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2071319401
    [junit] [EL Finer]: 2024-04-17 17:54:25.542--ClientSession(2071319401)--Thread(Thread[main,5,main])--acquire unit of work: 822132876
    [junit] [EL Finest]: 2024-04-17 17:54:25.542--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-17 17:54:25.542--ServerSession(454071866)--Connection(428395688)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.542--ServerSession(454071866)--Connection(428395688)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.542--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-17 17:54:25.543--ServerSession(454071866)--Connection(428395688)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.543--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-17 17:54:25.543--UnitOfWork(822132876)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.543--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-17 17:54:25.543--ServerSession(454071866)--Connection(1967142916)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.543--ClientSession(2071319401)--Connection(1967142916)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.543--ClientSession(2071319401)--Connection(1967142916)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.543--ClientSession(2071319401)--Connection(660093035)--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-17 17:54:25.544--ClientSession(2071319401)--Connection(660093035)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.544--ServerSession(454071866)--Connection(1967142916)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.544--UnitOfWork(822132876)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.544--UnitOfWork(822132876)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.544--UnitOfWork(822132876)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.544--ClientSession(2071319401)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.544--UnitOfWork(822132876)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.544--ClientSession(2071319401)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.544--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 733346781
    [junit] [EL Finer]: 2024-04-17 17:54:25.544--ClientSession(733346781)--Thread(Thread[main,5,main])--acquire unit of work: 1606510263
    [junit] [EL Finest]: 2024-04-17 17:54:25.544--UnitOfWork(1606510263)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.544--ServerSession(454071866)--Connection(960267844)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.544--ServerSession(454071866)--Connection(960267844)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.544--ServerSession(454071866)--Connection(436772592)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.545--ServerSession(454071866)--Connection(960267844)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.545--UnitOfWork(1606510263)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.545--UnitOfWork(1606510263)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.545--UnitOfWork(1606510263)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4ac7dcca)
    [junit] [EL Finest]: 2024-04-17 17:54:25.545--ServerSession(454071866)--Connection(1236639340)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.545--ClientSession(733346781)--Connection(1236639340)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.545--ClientSession(733346781)--Connection(1236639340)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.545--ClientSession(733346781)--Connection(1759041064)--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-17 17:54:25.546--ClientSession(733346781)--Connection(1759041064)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.546--ServerSession(454071866)--Connection(1236639340)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.546--UnitOfWork(1606510263)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.546--UnitOfWork(1606510263)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.546--UnitOfWork(1606510263)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.546--ClientSession(733346781)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.546--UnitOfWork(1606510263)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.546--ClientSession(733346781)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.546--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 684095337
    [junit] [EL Finer]: 2024-04-17 17:54:25.546--ClientSession(684095337)--Thread(Thread[main,5,main])--acquire unit of work: 1298520803
    [junit] [EL Finest]: 2024-04-17 17:54:25.546--UnitOfWork(1298520803)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.546--ServerSession(454071866)--Connection(1671572721)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.546--ServerSession(454071866)--Connection(1671572721)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.546--ServerSession(454071866)--Connection(350965806)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.547--ServerSession(454071866)--Connection(1671572721)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.547--UnitOfWork(1298520803)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.547--UnitOfWork(1298520803)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.547--UnitOfWork(1298520803)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6cdc7125)
    [junit] [EL Finest]: 2024-04-17 17:54:25.547--ServerSession(454071866)--Connection(1355760696)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.547--ClientSession(684095337)--Connection(1355760696)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.547--ClientSession(684095337)--Connection(1355760696)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.547--ClientSession(684095337)--Connection(933428476)--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-17 17:54:25.548--ClientSession(684095337)--Connection(933428476)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.548--ServerSession(454071866)--Connection(1355760696)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.548--UnitOfWork(1298520803)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.548--UnitOfWork(1298520803)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.548--UnitOfWork(1298520803)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.548--ClientSession(684095337)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.548--UnitOfWork(1298520803)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.548--ClientSession(684095337)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.548--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2117738709
    [junit] [EL Finer]: 2024-04-17 17:54:25.548--ClientSession(2117738709)--Thread(Thread[main,5,main])--acquire unit of work: 1425954222
    [junit] [EL Finest]: 2024-04-17 17:54:25.548--UnitOfWork(1425954222)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.548--ServerSession(454071866)--Connection(1947932369)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.548--ServerSession(454071866)--Connection(1947932369)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.548--ServerSession(454071866)--Connection(196056416)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.549--ServerSession(454071866)--Connection(1947932369)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.549--UnitOfWork(1425954222)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.549--UnitOfWork(1425954222)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.549--UnitOfWork(1425954222)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2c95254)
    [junit] [EL Finest]: 2024-04-17 17:54:25.549--ServerSession(454071866)--Connection(1505486190)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.549--ClientSession(2117738709)--Connection(1505486190)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.549--ClientSession(2117738709)--Connection(1505486190)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.549--ClientSession(2117738709)--Connection(482353265)--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-17 17:54:25.549--ClientSession(2117738709)--Connection(482353265)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.55--ServerSession(454071866)--Connection(1505486190)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.55--UnitOfWork(1425954222)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.55--UnitOfWork(1425954222)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.55--UnitOfWork(1425954222)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.55--ClientSession(2117738709)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.55--UnitOfWork(1425954222)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.55--ClientSession(2117738709)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.55--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 972829670
    [junit] [EL Finer]: 2024-04-17 17:54:25.55--ClientSession(972829670)--Thread(Thread[main,5,main])--acquire unit of work: 1063919906
    [junit] [EL Finest]: 2024-04-17 17:54:25.55--UnitOfWork(1063919906)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.55--ServerSession(454071866)--Connection(582245654)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.55--ServerSession(454071866)--Connection(582245654)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.55--ServerSession(454071866)--Connection(1794980605)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.55--ServerSession(454071866)--Connection(582245654)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:25.56--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 393042586
    [junit] [EL Finer]: 2024-04-17 17:54:25.56--ClientSession(393042586)--Thread(Thread[main,5,main])--acquire unit of work: 1517434953
    [junit] [EL Finest]: 2024-04-17 17:54:25.56--UnitOfWork(1517434953)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.56--UnitOfWork(1517434953)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.56--UnitOfWork(1517434953)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2a5bdb2d)
    [junit] [EL Finest]: 2024-04-17 17:54:25.56--ServerSession(454071866)--Connection(787539529)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.56--ClientSession(393042586)--Connection(787539529)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.56--ClientSession(393042586)--Connection(787539529)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.561--ClientSession(393042586)--Connection(1703621550)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.561--ClientSession(393042586)--Connection(1703621550)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.561--ServerSession(454071866)--Connection(787539529)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.561--UnitOfWork(1517434953)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.561--UnitOfWork(1517434953)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.561--UnitOfWork(1517434953)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.561--ClientSession(393042586)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.561--UnitOfWork(1517434953)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.561--ClientSession(393042586)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.561--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1690658486
    [junit] [EL Finer]: 2024-04-17 17:54:25.561--ClientSession(1690658486)--Thread(Thread[main,5,main])--acquire unit of work: 1294866121
    [junit] [EL Finest]: 2024-04-17 17:54:25.561--UnitOfWork(1294866121)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.562--ServerSession(454071866)--Connection(1896110721)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.562--ServerSession(454071866)--Connection(1896110721)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.562--ServerSession(454071866)--Connection(150260518)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.562--ServerSession(454071866)--Connection(1896110721)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.562--UnitOfWork(1294866121)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.562--UnitOfWork(1294866121)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.562--UnitOfWork(1294866121)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.562--UnitOfWork(1294866121)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:25.562--UnitOfWork(1294866121)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7aee3236)
    [junit] [EL Finest]: 2024-04-17 17:54:25.562--ServerSession(454071866)--Connection(124714072)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.562--ClientSession(1690658486)--Connection(124714072)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.562--ClientSession(1690658486)--Connection(124714072)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.563--ClientSession(1690658486)--Connection(526379473)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [11, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:25.563--ClientSession(1690658486)--Connection(526379473)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.563--ServerSession(454071866)--Connection(124714072)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.563--UnitOfWork(1294866121)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.563--UnitOfWork(1294866121)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.563--UnitOfWork(1294866121)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.563--ClientSession(1690658486)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.563--UnitOfWork(1294866121)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.563--ClientSession(1690658486)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.563--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1350564556
    [junit] [EL Finer]: 2024-04-17 17:54:25.563--ClientSession(1350564556)--Thread(Thread[main,5,main])--acquire unit of work: 545476775
    [junit] [EL Finest]: 2024-04-17 17:54:25.563--UnitOfWork(545476775)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.563--UnitOfWork(545476775)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.563--UnitOfWork(545476775)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7aee3236)
    [junit] [EL Finest]: 2024-04-17 17:54:25.563--ServerSession(454071866)--Connection(212421856)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.563--ClientSession(1350564556)--Connection(212421856)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.563--ClientSession(1350564556)--Connection(212421856)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.564--ClientSession(1350564556)--Connection(590310947)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.564--ClientSession(1350564556)--Connection(590310947)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.564--ServerSession(454071866)--Connection(212421856)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.564--UnitOfWork(545476775)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.564--UnitOfWork(545476775)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.564--UnitOfWork(545476775)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.564--ClientSession(1350564556)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.564--UnitOfWork(545476775)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.564--ClientSession(1350564556)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.564--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1217448368
    [junit] [EL Finer]: 2024-04-17 17:54:25.564--ClientSession(1217448368)--Thread(Thread[main,5,main])--acquire unit of work: 244863502
    [junit] [EL Finest]: 2024-04-17 17:54:25.565--UnitOfWork(244863502)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.565--ServerSession(454071866)--Connection(1444838280)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.565--ServerSession(454071866)--Connection(1444838280)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.565--ServerSession(454071866)--Connection(1470630558)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.565--ServerSession(454071866)--Connection(1444838280)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.565--UnitOfWork(244863502)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.565--UnitOfWork(244863502)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.565--UnitOfWork(244863502)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.565--UnitOfWork(244863502)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.565--UnitOfWork(244863502)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.565--ClientSession(1217448368)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.565--UnitOfWork(244863502)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.565--ClientSession(1217448368)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.565--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1743996658
    [junit] [EL Finer]: 2024-04-17 17:54:25.565--ClientSession(1743996658)--Thread(Thread[main,5,main])--acquire unit of work: 581550490
    [junit] [EL Finest]: 2024-04-17 17:54:25.565--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-17 17:54:25.565--ServerSession(454071866)--Connection(177382179)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.565--ServerSession(454071866)--Connection(177382179)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.565--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-17 17:54:25.566--ServerSession(454071866)--Connection(177382179)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.566--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 Finer]: 2024-04-17 17:54:25.566--UnitOfWork(581550490)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.566--UnitOfWork(581550490)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@293c110a)
    [junit] [EL Finest]: 2024-04-17 17:54:25.566--ServerSession(454071866)--Connection(59589215)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.566--ClientSession(1743996658)--Connection(59589215)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.566--ClientSession(1743996658)--Connection(59589215)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.566--ClientSession(1743996658)--Connection(1257289573)--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-17 17:54:25.567--ClientSession(1743996658)--Connection(1257289573)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.567--ServerSession(454071866)--Connection(59589215)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.567--UnitOfWork(581550490)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.567--UnitOfWork(581550490)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.567--UnitOfWork(581550490)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.567--ClientSession(1743996658)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.567--UnitOfWork(581550490)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.567--ClientSession(1743996658)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.567--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 442934575
    [junit] [EL Finer]: 2024-04-17 17:54:25.567--ClientSession(442934575)--Thread(Thread[main,5,main])--acquire unit of work: 1938850694
    [junit] [EL Finest]: 2024-04-17 17:54:25.567--UnitOfWork(1938850694)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.567--ServerSession(454071866)--Connection(1016355086)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.567--ServerSession(454071866)--Connection(1016355086)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.567--ServerSession(454071866)--Connection(1351226273)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.568--ServerSession(454071866)--Connection(1016355086)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.568--UnitOfWork(1938850694)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.568--UnitOfWork(1938850694)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.568--UnitOfWork(1938850694)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@891bb8a)
    [junit] [EL Finest]: 2024-04-17 17:54:25.568--ServerSession(454071866)--Connection(373608911)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.568--ClientSession(442934575)--Connection(373608911)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.568--ClientSession(442934575)--Connection(373608911)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.568--ClientSession(442934575)--Connection(1038088414)--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-17 17:54:25.568--ClientSession(442934575)--Connection(1038088414)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.569--ServerSession(454071866)--Connection(373608911)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.569--UnitOfWork(1938850694)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.569--UnitOfWork(1938850694)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.569--UnitOfWork(1938850694)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.569--ClientSession(442934575)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.569--UnitOfWork(1938850694)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.569--ClientSession(442934575)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.569--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 816961422
    [junit] [EL Finer]: 2024-04-17 17:54:25.569--ClientSession(816961422)--Thread(Thread[main,5,main])--acquire unit of work: 4956926
    [junit] [EL Finest]: 2024-04-17 17:54:25.569--UnitOfWork(4956926)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.569--ServerSession(454071866)--Connection(1116775201)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.569--ServerSession(454071866)--Connection(1116775201)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.569--ServerSession(454071866)--Connection(1078824206)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.569--ServerSession(454071866)--Connection(1116775201)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:25.579--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2142209372
    [junit] [EL Finer]: 2024-04-17 17:54:25.579--ClientSession(2142209372)--Thread(Thread[main,5,main])--acquire unit of work: 951419591
    [junit] [EL Finest]: 2024-04-17 17:54:25.579--UnitOfWork(951419591)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.579--UnitOfWork(951419591)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.579--UnitOfWork(951419591)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1b83fe69)
    [junit] [EL Finest]: 2024-04-17 17:54:25.579--ServerSession(454071866)--Connection(377019812)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.579--ClientSession(2142209372)--Connection(377019812)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.579--ClientSession(2142209372)--Connection(377019812)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.58--ClientSession(2142209372)--Connection(47171094)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.628--ClientSession(2142209372)--Connection(47171094)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.628--ServerSession(454071866)--Connection(377019812)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.628--UnitOfWork(951419591)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.628--UnitOfWork(951419591)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.628--UnitOfWork(951419591)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.628--ClientSession(2142209372)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.628--UnitOfWork(951419591)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.628--ClientSession(2142209372)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.628--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1649944650
    [junit] [EL Finer]: 2024-04-17 17:54:25.629--ClientSession(1649944650)--Thread(Thread[main,5,main])--acquire unit of work: 840784984
    [junit] [EL Finest]: 2024-04-17 17:54:25.629--UnitOfWork(840784984)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.629--ServerSession(454071866)--Connection(1319031675)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.629--ServerSession(454071866)--Connection(1319031675)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.629--ServerSession(454071866)--Connection(285205944)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.629--ServerSession(454071866)--Connection(1319031675)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.63--UnitOfWork(840784984)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.63--UnitOfWork(840784984)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.63--UnitOfWork(840784984)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.63--UnitOfWork(840784984)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:25.63--UnitOfWork(840784984)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6be1e029)
    [junit] [EL Finest]: 2024-04-17 17:54:25.63--ServerSession(454071866)--Connection(1021382355)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.63--ClientSession(1649944650)--Connection(1021382355)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.63--ClientSession(1649944650)--Connection(1021382355)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.63--ClientSession(1649944650)--Connection(990662375)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [47, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:25.63--ClientSession(1649944650)--Connection(990662375)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.631--ServerSession(454071866)--Connection(1021382355)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.631--UnitOfWork(840784984)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.631--UnitOfWork(840784984)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.631--UnitOfWork(840784984)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.631--ClientSession(1649944650)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.631--UnitOfWork(840784984)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.631--ClientSession(1649944650)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.631--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1811514392
    [junit] [EL Finer]: 2024-04-17 17:54:25.631--ClientSession(1811514392)--Thread(Thread[main,5,main])--acquire unit of work: 1608157218
    [junit] [EL Finest]: 2024-04-17 17:54:25.631--UnitOfWork(1608157218)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.631--UnitOfWork(1608157218)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.631--UnitOfWork(1608157218)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6be1e029)
    [junit] [EL Finest]: 2024-04-17 17:54:25.631--ServerSession(454071866)--Connection(426194857)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.631--ClientSession(1811514392)--Connection(426194857)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.631--ClientSession(1811514392)--Connection(426194857)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.631--ClientSession(1811514392)--Connection(898219424)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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@3e19b9d9, null, null, null, null, null, null, null, null]
    [junit] [EL Finer]: 2024-04-17 17:54:25.632--ClientSession(1811514392)--Connection(898219424)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.632--ServerSession(454071866)--Connection(426194857)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.632--UnitOfWork(1608157218)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.632--UnitOfWork(1608157218)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.632--UnitOfWork(1608157218)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.632--ClientSession(1811514392)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.632--UnitOfWork(1608157218)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.632--ClientSession(1811514392)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.632--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1471923369
    [junit] [EL Finer]: 2024-04-17 17:54:25.632--ClientSession(1471923369)--Thread(Thread[main,5,main])--acquire unit of work: 614430966
    [junit] [EL Finest]: 2024-04-17 17:54:25.632--UnitOfWork(614430966)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.632--ServerSession(454071866)--Connection(1552131448)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.632--ServerSession(454071866)--Connection(1552131448)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.632--ServerSession(454071866)--Connection(541213752)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.633--ServerSession(454071866)--Connection(1552131448)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.633--UnitOfWork(614430966)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.633--UnitOfWork(614430966)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.633--UnitOfWork(614430966)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.633--UnitOfWork(614430966)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.633--UnitOfWork(614430966)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.633--ClientSession(1471923369)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.633--UnitOfWork(614430966)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.633--ClientSession(1471923369)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.633--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 99280269
    [junit] [EL Finer]: 2024-04-17 17:54:25.633--ClientSession(99280269)--Thread(Thread[main,5,main])--acquire unit of work: 103566047
    [junit] [EL Finest]: 2024-04-17 17:54:25.633--UnitOfWork(103566047)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.633--ServerSession(454071866)--Connection(1713794884)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.633--ServerSession(454071866)--Connection(1713794884)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.633--ServerSession(454071866)--Connection(156523106)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.633--ServerSession(454071866)--Connection(1713794884)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.634--UnitOfWork(103566047)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.634--UnitOfWork(103566047)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.634--UnitOfWork(103566047)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3f5ec34d)
    [junit] [EL Finest]: 2024-04-17 17:54:25.634--ServerSession(454071866)--Connection(442666488)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.634--ClientSession(99280269)--Connection(442666488)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.634--ClientSession(99280269)--Connection(442666488)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.634--ClientSession(99280269)--Connection(1399812434)--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-17 17:54:25.634--ClientSession(99280269)--Connection(1399812434)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.635--ServerSession(454071866)--Connection(442666488)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.635--UnitOfWork(103566047)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.635--UnitOfWork(103566047)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.635--UnitOfWork(103566047)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.635--ClientSession(99280269)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.635--UnitOfWork(103566047)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.635--ClientSession(99280269)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.635--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 504173687
    [junit] [EL Finer]: 2024-04-17 17:54:25.635--ClientSession(504173687)--Thread(Thread[main,5,main])--acquire unit of work: 277763843
    [junit] [EL Finest]: 2024-04-17 17:54:25.635--UnitOfWork(277763843)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.635--ServerSession(454071866)--Connection(952320417)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.635--ServerSession(454071866)--Connection(952320417)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.635--ServerSession(454071866)--Connection(854139074)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.635--ServerSession(454071866)--Connection(952320417)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.635--UnitOfWork(277763843)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.635--UnitOfWork(277763843)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.635--UnitOfWork(277763843)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@26e5558e)
    [junit] [EL Finest]: 2024-04-17 17:54:25.635--ServerSession(454071866)--Connection(2140998089)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.635--ClientSession(504173687)--Connection(2140998089)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.636--ClientSession(504173687)--Connection(2140998089)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.636--ClientSession(504173687)--Connection(1048996761)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET WBA_LONGVARBINARY = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [[B@3243017a, 3, 47, 2]
    [junit] [EL Finer]: 2024-04-17 17:54:25.636--ClientSession(504173687)--Connection(1048996761)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.636--ServerSession(454071866)--Connection(2140998089)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.636--UnitOfWork(277763843)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.636--UnitOfWork(277763843)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.636--UnitOfWork(277763843)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.636--ClientSession(504173687)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.636--UnitOfWork(277763843)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.636--ClientSession(504173687)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.636--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1672792803
    [junit] [EL Finer]: 2024-04-17 17:54:25.636--ClientSession(1672792803)--Thread(Thread[main,5,main])--acquire unit of work: 1238785854
    [junit] [EL Finest]: 2024-04-17 17:54:25.636--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-17 17:54:25.636--ServerSession(454071866)--Connection(1149316926)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.636--ServerSession(454071866)--Connection(1149316926)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.636--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-17 17:54:25.637--ServerSession(454071866)--Connection(1149316926)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.637--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 Finer]: 2024-04-17 17:54:25.637--UnitOfWork(1238785854)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.637--UnitOfWork(1238785854)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@c422731)
    [junit] [EL Finest]: 2024-04-17 17:54:25.637--ServerSession(454071866)--Connection(1996553829)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.637--ClientSession(1672792803)--Connection(1996553829)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.637--ClientSession(1672792803)--Connection(1996553829)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.637--ClientSession(1672792803)--Connection(678975427)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET WBA_LONGVARBINARY = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [[B@351e85fe, 4, 47, 3]
    [junit] [EL Finer]: 2024-04-17 17:54:25.637--ClientSession(1672792803)--Connection(678975427)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.638--ServerSession(454071866)--Connection(1996553829)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.638--UnitOfWork(1238785854)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.638--UnitOfWork(1238785854)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.638--UnitOfWork(1238785854)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.638--ClientSession(1672792803)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.638--UnitOfWork(1238785854)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.638--ClientSession(1672792803)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.638--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 570409417
    [junit] [EL Finer]: 2024-04-17 17:54:25.638--ClientSession(570409417)--Thread(Thread[main,5,main])--acquire unit of work: 1611628925
    [junit] [EL Finest]: 2024-04-17 17:54:25.638--UnitOfWork(1611628925)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.638--ServerSession(454071866)--Connection(170071280)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.638--ServerSession(454071866)--Connection(170071280)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.638--ServerSession(454071866)--Connection(1016815015)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.639--ServerSession(454071866)--Connection(170071280)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.639--UnitOfWork(1611628925)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.639--UnitOfWork(1611628925)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.639--UnitOfWork(1611628925)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7f2d5316)
    [junit] [EL Finest]: 2024-04-17 17:54:25.639--ServerSession(454071866)--Connection(195777250)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.639--ClientSession(570409417)--Connection(195777250)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.639--ClientSession(570409417)--Connection(195777250)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.639--ClientSession(570409417)--Connection(1095235441)--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-17 17:54:25.639--ClientSession(570409417)--Connection(1095235441)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.64--ServerSession(454071866)--Connection(195777250)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.64--UnitOfWork(1611628925)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.64--UnitOfWork(1611628925)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.64--UnitOfWork(1611628925)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.64--ClientSession(570409417)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.64--UnitOfWork(1611628925)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.64--ClientSession(570409417)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.64--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1661929555
    [junit] [EL Finer]: 2024-04-17 17:54:25.64--ClientSession(1661929555)--Thread(Thread[main,5,main])--acquire unit of work: 853699218
    [junit] [EL Finest]: 2024-04-17 17:54:25.64--UnitOfWork(853699218)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.64--ServerSession(454071866)--Connection(1281421248)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.64--ServerSession(454071866)--Connection(1281421248)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.64--ServerSession(454071866)--Connection(631440681)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.64--ServerSession(454071866)--Connection(1281421248)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:25.649--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1904870213
    [junit] [EL Finer]: 2024-04-17 17:54:25.649--ClientSession(1904870213)--Thread(Thread[main,5,main])--acquire unit of work: 884779049
    [junit] [EL Finest]: 2024-04-17 17:54:25.649--UnitOfWork(884779049)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.649--UnitOfWork(884779049)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.649--UnitOfWork(884779049)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4e4f1c11)
    [junit] [EL Finest]: 2024-04-17 17:54:25.649--ServerSession(454071866)--Connection(1936769216)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.649--ClientSession(1904870213)--Connection(1936769216)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.649--ClientSession(1904870213)--Connection(1936769216)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.65--ClientSession(1904870213)--Connection(576508775)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.65--ClientSession(1904870213)--Connection(576508775)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.65--ServerSession(454071866)--Connection(1936769216)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.65--UnitOfWork(884779049)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.65--UnitOfWork(884779049)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.65--UnitOfWork(884779049)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.65--ClientSession(1904870213)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.65--UnitOfWork(884779049)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.65--ClientSession(1904870213)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.65--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1297248534
    [junit] [EL Finer]: 2024-04-17 17:54:25.65--ClientSession(1297248534)--Thread(Thread[main,5,main])--acquire unit of work: 953274044
    [junit] [EL Finest]: 2024-04-17 17:54:25.65--UnitOfWork(953274044)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.65--ServerSession(454071866)--Connection(2085811498)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.65--ServerSession(454071866)--Connection(2085811498)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.651--ServerSession(454071866)--Connection(1204420285)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.651--ServerSession(454071866)--Connection(2085811498)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.651--UnitOfWork(953274044)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.651--UnitOfWork(953274044)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.651--UnitOfWork(953274044)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.651--UnitOfWork(953274044)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:25.651--UnitOfWork(953274044)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2f5f7438)
    [junit] [EL Finest]: 2024-04-17 17:54:25.651--ServerSession(454071866)--Connection(1283132782)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.651--ClientSession(1297248534)--Connection(1283132782)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.651--ClientSession(1297248534)--Connection(1283132782)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.651--ClientSession(1297248534)--Connection(975982615)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [21, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:25.652--ClientSession(1297248534)--Connection(975982615)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.652--ServerSession(454071866)--Connection(1283132782)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.652--UnitOfWork(953274044)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.652--UnitOfWork(953274044)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.652--UnitOfWork(953274044)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.652--ClientSession(1297248534)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.652--UnitOfWork(953274044)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.652--ClientSession(1297248534)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.652--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1401846413
    [junit] [EL Finer]: 2024-04-17 17:54:25.652--ClientSession(1401846413)--Thread(Thread[main,5,main])--acquire unit of work: 1200233967
    [junit] [EL Finest]: 2024-04-17 17:54:25.652--UnitOfWork(1200233967)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.652--UnitOfWork(1200233967)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.652--UnitOfWork(1200233967)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2f5f7438)
    [junit] [EL Finest]: 2024-04-17 17:54:25.652--ServerSession(454071866)--Connection(1103681341)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.652--ClientSession(1401846413)--Connection(1103681341)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.652--ClientSession(1401846413)--Connection(1103681341)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.652--ClientSession(1401846413)--Connection(1639090075)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.653--ClientSession(1401846413)--Connection(1639090075)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.653--ServerSession(454071866)--Connection(1103681341)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.653--UnitOfWork(1200233967)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.653--UnitOfWork(1200233967)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.653--UnitOfWork(1200233967)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.653--ClientSession(1401846413)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.653--UnitOfWork(1200233967)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.653--ClientSession(1401846413)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.653--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 467447111
    [junit] [EL Finer]: 2024-04-17 17:54:25.653--ClientSession(467447111)--Thread(Thread[main,5,main])--acquire unit of work: 472576062
    [junit] [EL Finest]: 2024-04-17 17:54:25.653--UnitOfWork(472576062)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.653--ServerSession(454071866)--Connection(1775313535)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.653--ServerSession(454071866)--Connection(1775313535)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.653--ServerSession(454071866)--Connection(456824257)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.654--ServerSession(454071866)--Connection(1775313535)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.654--UnitOfWork(472576062)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.654--UnitOfWork(472576062)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.654--UnitOfWork(472576062)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.654--UnitOfWork(472576062)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.654--UnitOfWork(472576062)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.654--ClientSession(467447111)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.654--UnitOfWork(472576062)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.654--ClientSession(467447111)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.654--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 32186121
    [junit] [EL Finer]: 2024-04-17 17:54:25.654--ClientSession(32186121)--Thread(Thread[main,5,main])--acquire unit of work: 1900200773
    [junit] [EL Finest]: 2024-04-17 17:54:25.654--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-17 17:54:25.654--ServerSession(454071866)--Connection(1341782571)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.654--ServerSession(454071866)--Connection(1341782571)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.654--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-17 17:54:25.655--ServerSession(454071866)--Connection(1341782571)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.655--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 Finer]: 2024-04-17 17:54:25.655--UnitOfWork(1900200773)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.655--UnitOfWork(1900200773)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3f8e4419)
    [junit] [EL Finest]: 2024-04-17 17:54:25.655--ServerSession(454071866)--Connection(885286864)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.655--ClientSession(32186121)--Connection(885286864)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.655--ClientSession(32186121)--Connection(885286864)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.655--ClientSession(32186121)--Connection(2041005021)--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-17 17:54:25.655--ClientSession(32186121)--Connection(2041005021)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.656--ServerSession(454071866)--Connection(885286864)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.656--UnitOfWork(1900200773)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.656--UnitOfWork(1900200773)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.656--UnitOfWork(1900200773)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.656--ClientSession(32186121)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.656--UnitOfWork(1900200773)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.656--ClientSession(32186121)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.656--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 696407327
    [junit] [EL Finer]: 2024-04-17 17:54:25.656--ClientSession(696407327)--Thread(Thread[main,5,main])--acquire unit of work: 1047485720
    [junit] [EL Finest]: 2024-04-17 17:54:25.656--UnitOfWork(1047485720)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.656--ServerSession(454071866)--Connection(2098550947)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.656--ServerSession(454071866)--Connection(2098550947)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.656--ServerSession(454071866)--Connection(381665008)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.656--ServerSession(454071866)--Connection(2098550947)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.656--UnitOfWork(1047485720)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.656--UnitOfWork(1047485720)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.656--UnitOfWork(1047485720)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@696d34b5)
    [junit] [EL Finest]: 2024-04-17 17:54:25.657--ServerSession(454071866)--Connection(1430898808)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.657--ClientSession(696407327)--Connection(1430898808)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.657--ClientSession(696407327)--Connection(1430898808)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.657--ClientSession(696407327)--Connection(157758407)--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-17 17:54:25.657--ClientSession(696407327)--Connection(157758407)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.657--ServerSession(454071866)--Connection(1430898808)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.657--UnitOfWork(1047485720)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.657--UnitOfWork(1047485720)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.657--UnitOfWork(1047485720)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.657--ClientSession(696407327)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.657--UnitOfWork(1047485720)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.657--ClientSession(696407327)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.657--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1659222013
    [junit] [EL Finer]: 2024-04-17 17:54:25.657--ClientSession(1659222013)--Thread(Thread[main,5,main])--acquire unit of work: 2046077393
    [junit] [EL Finest]: 2024-04-17 17:54:25.657--UnitOfWork(2046077393)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.657--ServerSession(454071866)--Connection(1228751907)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.657--ServerSession(454071866)--Connection(1228751907)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.658--ServerSession(454071866)--Connection(1003893424)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.658--ServerSession(454071866)--Connection(1228751907)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:25.667--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 754531347
    [junit] [EL Finer]: 2024-04-17 17:54:25.667--ClientSession(754531347)--Thread(Thread[main,5,main])--acquire unit of work: 891266756
    [junit] [EL Finest]: 2024-04-17 17:54:25.667--UnitOfWork(891266756)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.667--UnitOfWork(891266756)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.667--UnitOfWork(891266756)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6898eff0)
    [junit] [EL Finest]: 2024-04-17 17:54:25.667--ServerSession(454071866)--Connection(565508707)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.667--ClientSession(754531347)--Connection(565508707)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.667--ClientSession(754531347)--Connection(565508707)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.667--ClientSession(754531347)--Connection(1775583511)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.668--ClientSession(754531347)--Connection(1775583511)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.668--ServerSession(454071866)--Connection(565508707)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.668--UnitOfWork(891266756)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.668--UnitOfWork(891266756)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.668--UnitOfWork(891266756)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.668--ClientSession(754531347)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.668--UnitOfWork(891266756)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.668--ClientSession(754531347)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.668--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1076484379
    [junit] [EL Finer]: 2024-04-17 17:54:25.668--ClientSession(1076484379)--Thread(Thread[main,5,main])--acquire unit of work: 1179141279
    [junit] [EL Finest]: 2024-04-17 17:54:25.668--UnitOfWork(1179141279)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.668--ServerSession(454071866)--Connection(97941688)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.668--ServerSession(454071866)--Connection(97941688)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.668--ServerSession(454071866)--Connection(759567604)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.668--ServerSession(454071866)--Connection(97941688)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.668--UnitOfWork(1179141279)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.669--UnitOfWork(1179141279)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.669--UnitOfWork(1179141279)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.669--UnitOfWork(1179141279)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:25.669--UnitOfWork(1179141279)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@27c13500)
    [junit] [EL Finest]: 2024-04-17 17:54:25.669--ServerSession(454071866)--Connection(202952068)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.669--ClientSession(1076484379)--Connection(202952068)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.669--ClientSession(1076484379)--Connection(202952068)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.669--ClientSession(1076484379)--Connection(1616359040)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [46, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:25.669--ClientSession(1076484379)--Connection(1616359040)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.669--ServerSession(454071866)--Connection(202952068)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.669--UnitOfWork(1179141279)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.669--UnitOfWork(1179141279)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.669--UnitOfWork(1179141279)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.669--ClientSession(1076484379)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.67--UnitOfWork(1179141279)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.67--ClientSession(1076484379)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.67--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2065080031
    [junit] [EL Finer]: 2024-04-17 17:54:25.67--ClientSession(2065080031)--Thread(Thread[main,5,main])--acquire unit of work: 833099988
    [junit] [EL Finest]: 2024-04-17 17:54:25.67--UnitOfWork(833099988)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.67--UnitOfWork(833099988)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.67--UnitOfWork(833099988)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@27c13500)
    [junit] [EL Finest]: 2024-04-17 17:54:25.67--ServerSession(454071866)--Connection(637201916)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.67--ClientSession(2065080031)--Connection(637201916)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.67--ClientSession(2065080031)--Connection(637201916)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.732--ClientSession(2065080031)--Connection(457880796)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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@6a556ffa, null, null, null, null, null, null, null, null, null, null]
    [junit] [EL Finer]: 2024-04-17 17:54:25.732--ClientSession(2065080031)--Connection(457880796)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.733--ServerSession(454071866)--Connection(637201916)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.733--UnitOfWork(833099988)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.733--UnitOfWork(833099988)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.733--UnitOfWork(833099988)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.733--ClientSession(2065080031)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.733--UnitOfWork(833099988)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.733--ClientSession(2065080031)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.733--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 834507803
    [junit] [EL Finer]: 2024-04-17 17:54:25.733--ClientSession(834507803)--Thread(Thread[main,5,main])--acquire unit of work: 1884686185
    [junit] [EL Finest]: 2024-04-17 17:54:25.733--UnitOfWork(1884686185)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.733--ServerSession(454071866)--Connection(1056219627)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.733--ServerSession(454071866)--Connection(1056219627)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.733--ServerSession(454071866)--Connection(765023288)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.734--ServerSession(454071866)--Connection(1056219627)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.734--UnitOfWork(1884686185)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.734--UnitOfWork(1884686185)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.734--UnitOfWork(1884686185)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.734--UnitOfWork(1884686185)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.734--UnitOfWork(1884686185)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.734--ClientSession(834507803)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.734--UnitOfWork(1884686185)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.734--ClientSession(834507803)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.734--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1288409395
    [junit] [EL Finer]: 2024-04-17 17:54:25.734--ClientSession(1288409395)--Thread(Thread[main,5,main])--acquire unit of work: 1957476230
    [junit] [EL Finest]: 2024-04-17 17:54:25.734--UnitOfWork(1957476230)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.734--ServerSession(454071866)--Connection(1705938518)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.734--ServerSession(454071866)--Connection(1705938518)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.734--ServerSession(454071866)--Connection(1870102878)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.735--ServerSession(454071866)--Connection(1705938518)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.735--UnitOfWork(1957476230)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.735--UnitOfWork(1957476230)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.735--UnitOfWork(1957476230)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6ea45f6f)
    [junit] [EL Finest]: 2024-04-17 17:54:25.735--ServerSession(454071866)--Connection(2098178196)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.735--ClientSession(1288409395)--Connection(2098178196)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.735--ClientSession(1288409395)--Connection(2098178196)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.735--ClientSession(1288409395)--Connection(823971709)--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-17 17:54:25.736--ClientSession(1288409395)--Connection(823971709)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.736--ServerSession(454071866)--Connection(2098178196)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.736--UnitOfWork(1957476230)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.736--UnitOfWork(1957476230)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.736--UnitOfWork(1957476230)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.736--ClientSession(1288409395)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.736--UnitOfWork(1957476230)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.736--ClientSession(1288409395)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.736--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 303033079
    [junit] [EL Finer]: 2024-04-17 17:54:25.736--ClientSession(303033079)--Thread(Thread[main,5,main])--acquire unit of work: 314882858
    [junit] [EL Finest]: 2024-04-17 17:54:25.736--UnitOfWork(314882858)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.736--ServerSession(454071866)--Connection(1173682472)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.736--ServerSession(454071866)--Connection(1173682472)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.736--ServerSession(454071866)--Connection(1313600261)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.737--ServerSession(454071866)--Connection(1173682472)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.737--UnitOfWork(314882858)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.737--UnitOfWork(314882858)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.737--UnitOfWork(314882858)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@14d412d7)
    [junit] [EL Finest]: 2024-04-17 17:54:25.737--ServerSession(454071866)--Connection(1732870851)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.737--ClientSession(303033079)--Connection(1732870851)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.737--ClientSession(303033079)--Connection(1732870851)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.737--ClientSession(303033079)--Connection(127280634)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET WBA_BINARY = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [[B@3360dbeb, 3, 46, 2]
    [junit] [EL Finer]: 2024-04-17 17:54:25.737--ClientSession(303033079)--Connection(127280634)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.738--ServerSession(454071866)--Connection(1732870851)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.738--UnitOfWork(314882858)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.738--UnitOfWork(314882858)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.738--UnitOfWork(314882858)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.738--ClientSession(303033079)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.738--UnitOfWork(314882858)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.738--ClientSession(303033079)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.738--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 115682379
    [junit] [EL Finer]: 2024-04-17 17:54:25.738--ClientSession(115682379)--Thread(Thread[main,5,main])--acquire unit of work: 871301375
    [junit] [EL Finest]: 2024-04-17 17:54:25.738--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-17 17:54:25.738--ServerSession(454071866)--Connection(98585229)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.738--ServerSession(454071866)--Connection(98585229)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.738--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-17 17:54:25.738--ServerSession(454071866)--Connection(98585229)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.738--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 Finer]: 2024-04-17 17:54:25.738--UnitOfWork(871301375)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.738--UnitOfWork(871301375)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@433d24b0)
    [junit] [EL Finest]: 2024-04-17 17:54:25.739--ServerSession(454071866)--Connection(1429880110)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.739--ClientSession(115682379)--Connection(1429880110)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.739--ClientSession(115682379)--Connection(1429880110)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.739--ClientSession(115682379)--Connection(105035954)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET WBA_BINARY = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [[B@2cf00138, 4, 46, 3]
    [junit] [EL Finer]: 2024-04-17 17:54:25.739--ClientSession(115682379)--Connection(105035954)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.739--ServerSession(454071866)--Connection(1429880110)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.739--UnitOfWork(871301375)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.739--UnitOfWork(871301375)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.739--UnitOfWork(871301375)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.739--ClientSession(115682379)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.739--UnitOfWork(871301375)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.739--ClientSession(115682379)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.74--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 871995390
    [junit] [EL Finer]: 2024-04-17 17:54:25.74--ClientSession(871995390)--Thread(Thread[main,5,main])--acquire unit of work: 531409272
    [junit] [EL Finest]: 2024-04-17 17:54:25.74--UnitOfWork(531409272)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.74--ServerSession(454071866)--Connection(213390615)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.74--ServerSession(454071866)--Connection(213390615)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.74--ServerSession(454071866)--Connection(1269468727)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.74--ServerSession(454071866)--Connection(213390615)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.74--UnitOfWork(531409272)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.74--UnitOfWork(531409272)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.74--UnitOfWork(531409272)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4e0e3e48)
    [junit] [EL Finest]: 2024-04-17 17:54:25.74--ServerSession(454071866)--Connection(488011624)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.74--ClientSession(871995390)--Connection(488011624)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.74--ClientSession(871995390)--Connection(488011624)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.741--ClientSession(871995390)--Connection(874135407)--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-17 17:54:25.741--ClientSession(871995390)--Connection(874135407)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.741--ServerSession(454071866)--Connection(488011624)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.741--UnitOfWork(531409272)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.741--UnitOfWork(531409272)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.741--UnitOfWork(531409272)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.741--ClientSession(871995390)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.741--UnitOfWork(531409272)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.741--ClientSession(871995390)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.741--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 491531136
    [junit] [EL Finer]: 2024-04-17 17:54:25.741--ClientSession(491531136)--Thread(Thread[main,5,main])--acquire unit of work: 869245558
    [junit] [EL Finest]: 2024-04-17 17:54:25.741--UnitOfWork(869245558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.741--ServerSession(454071866)--Connection(1447760423)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.741--ServerSession(454071866)--Connection(1447760423)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.741--ServerSession(454071866)--Connection(277541967)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.742--ServerSession(454071866)--Connection(1447760423)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:25.75--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 163948429
    [junit] [EL Finer]: 2024-04-17 17:54:25.751--ClientSession(163948429)--Thread(Thread[main,5,main])--acquire unit of work: 1566234607
    [junit] [EL Finest]: 2024-04-17 17:54:25.751--UnitOfWork(1566234607)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.751--UnitOfWork(1566234607)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.751--UnitOfWork(1566234607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@385429f2)
    [junit] [EL Finest]: 2024-04-17 17:54:25.751--ServerSession(454071866)--Connection(499877087)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.751--ClientSession(163948429)--Connection(499877087)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.751--ClientSession(163948429)--Connection(499877087)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.751--ClientSession(163948429)--Connection(379968806)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.751--ClientSession(163948429)--Connection(379968806)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.752--ServerSession(454071866)--Connection(499877087)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.752--UnitOfWork(1566234607)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.752--UnitOfWork(1566234607)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.752--UnitOfWork(1566234607)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.752--ClientSession(163948429)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.752--UnitOfWork(1566234607)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.752--ClientSession(163948429)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.752--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 51382975
    [junit] [EL Finer]: 2024-04-17 17:54:25.752--ClientSession(51382975)--Thread(Thread[main,5,main])--acquire unit of work: 1111264126
    [junit] [EL Finest]: 2024-04-17 17:54:25.752--UnitOfWork(1111264126)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.752--ServerSession(454071866)--Connection(2051547890)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.752--ServerSession(454071866)--Connection(2051547890)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.752--ServerSession(454071866)--Connection(1312182967)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.752--ServerSession(454071866)--Connection(2051547890)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.752--UnitOfWork(1111264126)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.752--UnitOfWork(1111264126)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.752--UnitOfWork(1111264126)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.753--UnitOfWork(1111264126)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.753--UnitOfWork(1111264126)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.753--ClientSession(51382975)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.753--UnitOfWork(1111264126)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.753--ClientSession(51382975)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.753--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 738876134
    [junit] [EL Finer]: 2024-04-17 17:54:25.753--ClientSession(738876134)--Thread(Thread[main,5,main])--acquire unit of work: 1725026887
    [junit] [EL Finest]: 2024-04-17 17:54:25.753--UnitOfWork(1725026887)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.753--ServerSession(454071866)--Connection(38330955)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.753--ServerSession(454071866)--Connection(38330955)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.753--ServerSession(454071866)--Connection(2057894834)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.753--ServerSession(454071866)--Connection(38330955)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.753--UnitOfWork(1725026887)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.753--UnitOfWork(1725026887)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.753--UnitOfWork(1725026887)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6ca0ea47)
    [junit] [EL Finest]: 2024-04-17 17:54:25.753--ServerSession(454071866)--Connection(1245250850)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.753--ClientSession(738876134)--Connection(1245250850)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.754--ClientSession(738876134)--Connection(1245250850)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.754--ClientSession(738876134)--Connection(555756784)--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-17 17:54:25.754--ClientSession(738876134)--Connection(555756784)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.754--ServerSession(454071866)--Connection(1245250850)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.754--UnitOfWork(1725026887)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.754--UnitOfWork(1725026887)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.754--UnitOfWork(1725026887)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.754--ClientSession(738876134)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.754--UnitOfWork(1725026887)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.754--ClientSession(738876134)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.754--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1556761295
    [junit] [EL Finer]: 2024-04-17 17:54:25.754--ClientSession(1556761295)--Thread(Thread[main,5,main])--acquire unit of work: 1582847073
    [junit] [EL Finest]: 2024-04-17 17:54:25.754--UnitOfWork(1582847073)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.754--ServerSession(454071866)--Connection(2126492918)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.754--ServerSession(454071866)--Connection(2126492918)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.754--ServerSession(454071866)--Connection(868885217)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.755--ServerSession(454071866)--Connection(2126492918)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:25.763--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2095551843
    [junit] [EL Finer]: 2024-04-17 17:54:25.763--ClientSession(2095551843)--Thread(Thread[main,5,main])--acquire unit of work: 184281242
    [junit] [EL Finest]: 2024-04-17 17:54:25.763--UnitOfWork(184281242)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.763--UnitOfWork(184281242)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.763--UnitOfWork(184281242)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2662e9f1)
    [junit] [EL Finest]: 2024-04-17 17:54:25.763--ServerSession(454071866)--Connection(2083460671)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.763--ClientSession(2095551843)--Connection(2083460671)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.763--ClientSession(2095551843)--Connection(2083460671)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.764--ClientSession(2095551843)--Connection(692424216)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.764--ClientSession(2095551843)--Connection(692424216)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.764--ServerSession(454071866)--Connection(2083460671)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.764--UnitOfWork(184281242)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.764--UnitOfWork(184281242)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.764--UnitOfWork(184281242)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.764--ClientSession(2095551843)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.764--UnitOfWork(184281242)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.764--ClientSession(2095551843)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.764--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 987401622
    [junit] [EL Finer]: 2024-04-17 17:54:25.764--ClientSession(987401622)--Thread(Thread[main,5,main])--acquire unit of work: 1052830236
    [junit] [EL Finest]: 2024-04-17 17:54:25.764--UnitOfWork(1052830236)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.765--ServerSession(454071866)--Connection(1005622930)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.765--ServerSession(454071866)--Connection(1005622930)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.765--ServerSession(454071866)--Connection(1833054859)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.765--ServerSession(454071866)--Connection(1005622930)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.765--UnitOfWork(1052830236)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.765--UnitOfWork(1052830236)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.765--UnitOfWork(1052830236)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.765--UnitOfWork(1052830236)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:25.765--UnitOfWork(1052830236)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3a332eed)
    [junit] [EL Finest]: 2024-04-17 17:54:25.765--ServerSession(454071866)--Connection(2044905319)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.765--ClientSession(987401622)--Connection(2044905319)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.765--ClientSession(987401622)--Connection(2044905319)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.765--ClientSession(987401622)--Connection(789217847)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [42, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:25.766--ClientSession(987401622)--Connection(789217847)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.766--ServerSession(454071866)--Connection(2044905319)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.766--UnitOfWork(1052830236)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.766--UnitOfWork(1052830236)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.766--UnitOfWork(1052830236)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.766--ClientSession(987401622)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.766--UnitOfWork(1052830236)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.766--ClientSession(987401622)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.766--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1245320780
    [junit] [EL Finer]: 2024-04-17 17:54:25.766--ClientSession(1245320780)--Thread(Thread[main,5,main])--acquire unit of work: 621554067
    [junit] [EL Finest]: 2024-04-17 17:54:25.766--UnitOfWork(621554067)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.766--UnitOfWork(621554067)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.766--UnitOfWork(621554067)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3a332eed)
    [junit] [EL Finest]: 2024-04-17 17:54:25.766--ServerSession(454071866)--Connection(1053469922)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.766--ClientSession(1245320780)--Connection(1053469922)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.766--ClientSession(1245320780)--Connection(1053469922)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.766--ClientSession(1245320780)--Connection(1616683176)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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@24585501, 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-17 17:54:25.767--ClientSession(1245320780)--Connection(1616683176)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.767--ServerSession(454071866)--Connection(1053469922)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.767--UnitOfWork(621554067)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.767--UnitOfWork(621554067)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.767--UnitOfWork(621554067)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.767--ClientSession(1245320780)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.767--UnitOfWork(621554067)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.767--ClientSession(1245320780)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.767--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 900325371
    [junit] [EL Finer]: 2024-04-17 17:54:25.767--ClientSession(900325371)--Thread(Thread[main,5,main])--acquire unit of work: 1405051922
    [junit] [EL Finest]: 2024-04-17 17:54:25.767--UnitOfWork(1405051922)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.767--ServerSession(454071866)--Connection(1449383725)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.767--ServerSession(454071866)--Connection(1449383725)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.767--ServerSession(454071866)--Connection(1980210204)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.768--ServerSession(454071866)--Connection(1449383725)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.768--UnitOfWork(1405051922)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.768--UnitOfWork(1405051922)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.768--UnitOfWork(1405051922)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.768--UnitOfWork(1405051922)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.768--UnitOfWork(1405051922)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.768--ClientSession(900325371)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.768--UnitOfWork(1405051922)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.768--ClientSession(900325371)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.768--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 656563843
    [junit] [EL Finer]: 2024-04-17 17:54:25.768--ClientSession(656563843)--Thread(Thread[main,5,main])--acquire unit of work: 2085239428
    [junit] [EL Finest]: 2024-04-17 17:54:25.768--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-17 17:54:25.768--ServerSession(454071866)--Connection(886325855)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.768--ServerSession(454071866)--Connection(886325855)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.768--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-17 17:54:25.768--ServerSession(454071866)--Connection(886325855)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.768--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-17 17:54:25.769--UnitOfWork(2085239428)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.769--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-17 17:54:25.769--ServerSession(454071866)--Connection(6373400)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.769--ClientSession(656563843)--Connection(6373400)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.769--ClientSession(656563843)--Connection(6373400)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.769--ClientSession(656563843)--Connection(1833898031)--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-17 17:54:25.769--ClientSession(656563843)--Connection(1833898031)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.769--ServerSession(454071866)--Connection(6373400)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.769--UnitOfWork(2085239428)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.769--UnitOfWork(2085239428)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.77--UnitOfWork(2085239428)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.77--ClientSession(656563843)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.77--UnitOfWork(2085239428)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.77--ClientSession(656563843)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.77--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 293649662
    [junit] [EL Finer]: 2024-04-17 17:54:25.77--ClientSession(293649662)--Thread(Thread[main,5,main])--acquire unit of work: 468406102
    [junit] [EL Finest]: 2024-04-17 17:54:25.77--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-17 17:54:25.77--ServerSession(454071866)--Connection(238090860)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.77--ServerSession(454071866)--Connection(238090860)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.77--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-17 17:54:25.77--ServerSession(454071866)--Connection(238090860)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.77--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-17 17:54:25.77--UnitOfWork(468406102)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.77--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-17 17:54:25.77--ServerSession(454071866)--Connection(187123158)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.77--ClientSession(293649662)--Connection(187123158)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.77--ClientSession(293649662)--Connection(187123158)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.771--ClientSession(293649662)--Connection(685370817)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET PBA_LONGVARBINARY = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [[B@24585501, 3, 42, 2]
    [junit] [EL Finer]: 2024-04-17 17:54:25.771--ClientSession(293649662)--Connection(685370817)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.771--ServerSession(454071866)--Connection(187123158)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.771--UnitOfWork(468406102)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.771--UnitOfWork(468406102)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.771--UnitOfWork(468406102)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.771--ClientSession(293649662)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.771--UnitOfWork(468406102)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.771--ClientSession(293649662)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.771--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1913310256
    [junit] [EL Finer]: 2024-04-17 17:54:25.771--ClientSession(1913310256)--Thread(Thread[main,5,main])--acquire unit of work: 1127362130
    [junit] [EL Finest]: 2024-04-17 17:54:25.771--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-17 17:54:25.771--ServerSession(454071866)--Connection(618816528)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.771--ServerSession(454071866)--Connection(618816528)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.771--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-17 17:54:25.772--ServerSession(454071866)--Connection(618816528)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.772--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 Finer]: 2024-04-17 17:54:25.772--UnitOfWork(1127362130)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.772--UnitOfWork(1127362130)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@73666f9b)
    [junit] [EL Finest]: 2024-04-17 17:54:25.772--ServerSession(454071866)--Connection(484753953)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.772--ClientSession(1913310256)--Connection(484753953)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.772--ClientSession(1913310256)--Connection(484753953)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.772--ClientSession(1913310256)--Connection(1508244642)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET PBA_LONGVARBINARY = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [[B@19bf52b9, 4, 42, 3]
    [junit] [EL Finer]: 2024-04-17 17:54:25.772--ClientSession(1913310256)--Connection(1508244642)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.773--ServerSession(454071866)--Connection(484753953)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.773--UnitOfWork(1127362130)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.773--UnitOfWork(1127362130)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.773--UnitOfWork(1127362130)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.773--ClientSession(1913310256)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.773--UnitOfWork(1127362130)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.773--ClientSession(1913310256)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.773--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1038073051
    [junit] [EL Finer]: 2024-04-17 17:54:25.773--ClientSession(1038073051)--Thread(Thread[main,5,main])--acquire unit of work: 1578507075
    [junit] [EL Finest]: 2024-04-17 17:54:25.773--UnitOfWork(1578507075)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.773--ServerSession(454071866)--Connection(677444815)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.773--ServerSession(454071866)--Connection(677444815)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.773--ServerSession(454071866)--Connection(728622226)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.773--ServerSession(454071866)--Connection(677444815)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.773--UnitOfWork(1578507075)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.773--UnitOfWork(1578507075)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.773--UnitOfWork(1578507075)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5367e62)
    [junit] [EL Finest]: 2024-04-17 17:54:25.836--ServerSession(454071866)--Connection(1846690874)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.836--ClientSession(1038073051)--Connection(1846690874)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.836--ClientSession(1038073051)--Connection(1846690874)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.837--ClientSession(1038073051)--Connection(539656980)--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-17 17:54:25.837--ClientSession(1038073051)--Connection(539656980)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.837--ServerSession(454071866)--Connection(1846690874)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.837--UnitOfWork(1578507075)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.837--UnitOfWork(1578507075)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.837--UnitOfWork(1578507075)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.837--ClientSession(1038073051)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.837--UnitOfWork(1578507075)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.837--ClientSession(1038073051)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.837--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1207124317
    [junit] [EL Finer]: 2024-04-17 17:54:25.837--ClientSession(1207124317)--Thread(Thread[main,5,main])--acquire unit of work: 1002241549
    [junit] [EL Finest]: 2024-04-17 17:54:25.837--UnitOfWork(1002241549)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.837--ServerSession(454071866)--Connection(1333459021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.837--ServerSession(454071866)--Connection(1333459021)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.838--ServerSession(454071866)--Connection(270310507)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.838--ServerSession(454071866)--Connection(1333459021)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:25.847--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 178399850
    [junit] [EL Finer]: 2024-04-17 17:54:25.847--ClientSession(178399850)--Thread(Thread[main,5,main])--acquire unit of work: 1605712314
    [junit] [EL Finest]: 2024-04-17 17:54:25.847--UnitOfWork(1605712314)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.847--UnitOfWork(1605712314)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.847--UnitOfWork(1605712314)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7df6fdd3)
    [junit] [EL Finest]: 2024-04-17 17:54:25.847--ServerSession(454071866)--Connection(1588930421)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.847--ClientSession(178399850)--Connection(1588930421)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.847--ClientSession(178399850)--Connection(1588930421)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.847--ClientSession(178399850)--Connection(683388400)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.848--ClientSession(178399850)--Connection(683388400)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.848--ServerSession(454071866)--Connection(1588930421)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.848--UnitOfWork(1605712314)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.848--UnitOfWork(1605712314)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.848--UnitOfWork(1605712314)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.848--ClientSession(178399850)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.848--UnitOfWork(1605712314)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.848--ClientSession(178399850)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.848--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1520989318
    [junit] [EL Finer]: 2024-04-17 17:54:25.848--ClientSession(1520989318)--Thread(Thread[main,5,main])--acquire unit of work: 760315433
    [junit] [EL Finest]: 2024-04-17 17:54:25.848--UnitOfWork(760315433)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.848--ServerSession(454071866)--Connection(1492157022)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.848--ServerSession(454071866)--Connection(1492157022)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.848--ServerSession(454071866)--Connection(1956579164)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.849--ServerSession(454071866)--Connection(1492157022)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.849--UnitOfWork(760315433)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.849--UnitOfWork(760315433)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.849--UnitOfWork(760315433)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.849--UnitOfWork(760315433)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:25.849--UnitOfWork(760315433)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4b8cdaa3)
    [junit] [EL Finest]: 2024-04-17 17:54:25.849--ServerSession(454071866)--Connection(454759347)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.849--ClientSession(1520989318)--Connection(454759347)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.849--ClientSession(1520989318)--Connection(454759347)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.849--ClientSession(1520989318)--Connection(614874084)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [13, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:25.849--ClientSession(1520989318)--Connection(614874084)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.849--ServerSession(454071866)--Connection(454759347)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.849--UnitOfWork(760315433)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.85--UnitOfWork(760315433)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.85--UnitOfWork(760315433)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.85--ClientSession(1520989318)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.85--UnitOfWork(760315433)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.85--ClientSession(1520989318)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.85--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 209369958
    [junit] [EL Finer]: 2024-04-17 17:54:25.85--ClientSession(209369958)--Thread(Thread[main,5,main])--acquire unit of work: 1337964497
    [junit] [EL Finest]: 2024-04-17 17:54:25.85--UnitOfWork(1337964497)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.85--UnitOfWork(1337964497)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.85--UnitOfWork(1337964497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4b8cdaa3)
    [junit] [EL Finest]: 2024-04-17 17:54:25.85--ServerSession(454071866)--Connection(1186793918)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.85--ClientSession(209369958)--Connection(1186793918)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.85--ClientSession(209369958)--Connection(1186793918)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.85--ClientSession(209369958)--Connection(533019524)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.85--ClientSession(209369958)--Connection(533019524)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.851--ServerSession(454071866)--Connection(1186793918)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.851--UnitOfWork(1337964497)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.851--UnitOfWork(1337964497)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.851--UnitOfWork(1337964497)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.851--ClientSession(209369958)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.851--UnitOfWork(1337964497)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.851--ClientSession(209369958)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.851--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1770468081
    [junit] [EL Finer]: 2024-04-17 17:54:25.851--ClientSession(1770468081)--Thread(Thread[main,5,main])--acquire unit of work: 1197028998
    [junit] [EL Finest]: 2024-04-17 17:54:25.851--UnitOfWork(1197028998)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.851--ServerSession(454071866)--Connection(1903574258)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.851--ServerSession(454071866)--Connection(1903574258)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.851--ServerSession(454071866)--Connection(1814685400)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.851--ServerSession(454071866)--Connection(1903574258)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.851--UnitOfWork(1197028998)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.851--UnitOfWork(1197028998)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.851--UnitOfWork(1197028998)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.851--UnitOfWork(1197028998)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.851--UnitOfWork(1197028998)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.851--ClientSession(1770468081)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.851--UnitOfWork(1197028998)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.852--ClientSession(1770468081)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.852--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1365750193
    [junit] [EL Finer]: 2024-04-17 17:54:25.852--ClientSession(1365750193)--Thread(Thread[main,5,main])--acquire unit of work: 661662586
    [junit] [EL Finest]: 2024-04-17 17:54:25.852--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-17 17:54:25.852--ServerSession(454071866)--Connection(1089812730)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.852--ServerSession(454071866)--Connection(1089812730)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.852--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-17 17:54:25.852--ServerSession(454071866)--Connection(1089812730)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.852--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 Finer]: 2024-04-17 17:54:25.852--UnitOfWork(661662586)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.852--UnitOfWork(661662586)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@243be3df)
    [junit] [EL Finest]: 2024-04-17 17:54:25.852--ServerSession(454071866)--Connection(391047836)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.852--ClientSession(1365750193)--Connection(391047836)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.852--ClientSession(1365750193)--Connection(391047836)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.853--ClientSession(1365750193)--Connection(1813038769)--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-17 17:54:25.853--ClientSession(1365750193)--Connection(1813038769)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.853--ServerSession(454071866)--Connection(391047836)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.853--UnitOfWork(661662586)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.853--UnitOfWork(661662586)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.853--UnitOfWork(661662586)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.853--ClientSession(1365750193)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.853--UnitOfWork(661662586)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.853--ClientSession(1365750193)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.853--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 422034232
    [junit] [EL Finer]: 2024-04-17 17:54:25.853--ClientSession(422034232)--Thread(Thread[main,5,main])--acquire unit of work: 2044573834
    [junit] [EL Finest]: 2024-04-17 17:54:25.853--UnitOfWork(2044573834)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.853--ServerSession(454071866)--Connection(328391758)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.853--ServerSession(454071866)--Connection(328391758)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.853--ServerSession(454071866)--Connection(112321716)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.854--ServerSession(454071866)--Connection(328391758)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.854--UnitOfWork(2044573834)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.854--UnitOfWork(2044573834)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.854--UnitOfWork(2044573834)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3666841e)
    [junit] [EL Finest]: 2024-04-17 17:54:25.854--ServerSession(454071866)--Connection(974035122)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.854--ClientSession(422034232)--Connection(974035122)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.854--ClientSession(422034232)--Connection(974035122)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.854--ClientSession(422034232)--Connection(1125483691)--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-17 17:54:25.854--ClientSession(422034232)--Connection(1125483691)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.855--ServerSession(454071866)--Connection(974035122)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.855--UnitOfWork(2044573834)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.855--UnitOfWork(2044573834)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.855--UnitOfWork(2044573834)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.855--ClientSession(422034232)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.855--UnitOfWork(2044573834)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.855--ClientSession(422034232)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.855--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1754958439
    [junit] [EL Finer]: 2024-04-17 17:54:25.855--ClientSession(1754958439)--Thread(Thread[main,5,main])--acquire unit of work: 639583438
    [junit] [EL Finest]: 2024-04-17 17:54:25.855--UnitOfWork(639583438)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.855--ServerSession(454071866)--Connection(1237363834)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.855--ServerSession(454071866)--Connection(1237363834)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.855--ServerSession(454071866)--Connection(94910279)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.855--ServerSession(454071866)--Connection(1237363834)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:25.864--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1839671644
    [junit] [EL Finer]: 2024-04-17 17:54:25.864--ClientSession(1839671644)--Thread(Thread[main,5,main])--acquire unit of work: 633828422
    [junit] [EL Finest]: 2024-04-17 17:54:25.864--UnitOfWork(633828422)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.864--UnitOfWork(633828422)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.864--UnitOfWork(633828422)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@d1d7c9b)
    [junit] [EL Finest]: 2024-04-17 17:54:25.864--ServerSession(454071866)--Connection(643792517)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.864--ClientSession(1839671644)--Connection(643792517)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.864--ClientSession(1839671644)--Connection(643792517)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.864--ClientSession(1839671644)--Connection(941902668)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.864--ClientSession(1839671644)--Connection(941902668)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.865--ServerSession(454071866)--Connection(643792517)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.865--UnitOfWork(633828422)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.865--UnitOfWork(633828422)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.865--UnitOfWork(633828422)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.865--ClientSession(1839671644)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.865--UnitOfWork(633828422)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.865--ClientSession(1839671644)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.865--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 507505368
    [junit] [EL Finer]: 2024-04-17 17:54:25.865--ClientSession(507505368)--Thread(Thread[main,5,main])--acquire unit of work: 1137247436
    [junit] [EL Finest]: 2024-04-17 17:54:25.865--UnitOfWork(1137247436)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.865--ServerSession(454071866)--Connection(1496140242)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.865--ServerSession(454071866)--Connection(1496140242)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.865--ServerSession(454071866)--Connection(1604045625)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.865--ServerSession(454071866)--Connection(1496140242)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.865--UnitOfWork(1137247436)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.865--UnitOfWork(1137247436)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.866--UnitOfWork(1137247436)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.866--UnitOfWork(1137247436)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:25.866--UnitOfWork(1137247436)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@35f70f42)
    [junit] [EL Finest]: 2024-04-17 17:54:25.866--ServerSession(454071866)--Connection(124023321)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.866--ClientSession(507505368)--Connection(124023321)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.866--ClientSession(507505368)--Connection(124023321)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.866--ClientSession(507505368)--Connection(625748894)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [12, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:25.866--ClientSession(507505368)--Connection(625748894)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.866--ServerSession(454071866)--Connection(124023321)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.866--UnitOfWork(1137247436)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.866--UnitOfWork(1137247436)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.866--UnitOfWork(1137247436)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.866--ClientSession(507505368)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.866--UnitOfWork(1137247436)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.866--ClientSession(507505368)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.866--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 323984287
    [junit] [EL Finer]: 2024-04-17 17:54:25.866--ClientSession(323984287)--Thread(Thread[main,5,main])--acquire unit of work: 933218133
    [junit] [EL Finest]: 2024-04-17 17:54:25.866--UnitOfWork(933218133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.867--UnitOfWork(933218133)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.867--UnitOfWork(933218133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@35f70f42)
    [junit] [EL Finest]: 2024-04-17 17:54:25.867--ServerSession(454071866)--Connection(1050758685)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.867--ClientSession(323984287)--Connection(1050758685)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.867--ClientSession(323984287)--Connection(1050758685)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.867--ClientSession(323984287)--Connection(1373485365)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.867--ClientSession(323984287)--Connection(1373485365)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.867--ServerSession(454071866)--Connection(1050758685)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.867--UnitOfWork(933218133)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.867--UnitOfWork(933218133)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.867--UnitOfWork(933218133)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.868--ClientSession(323984287)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.868--UnitOfWork(933218133)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.868--ClientSession(323984287)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.868--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 864445651
    [junit] [EL Finer]: 2024-04-17 17:54:25.868--ClientSession(864445651)--Thread(Thread[main,5,main])--acquire unit of work: 123933976
    [junit] [EL Finest]: 2024-04-17 17:54:25.868--UnitOfWork(123933976)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.868--ServerSession(454071866)--Connection(994775248)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.868--ServerSession(454071866)--Connection(994775248)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.868--ServerSession(454071866)--Connection(673228356)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.868--ServerSession(454071866)--Connection(994775248)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.868--UnitOfWork(123933976)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.868--UnitOfWork(123933976)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.868--UnitOfWork(123933976)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.868--UnitOfWork(123933976)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.868--UnitOfWork(123933976)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.868--ClientSession(864445651)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.868--UnitOfWork(123933976)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.868--ClientSession(864445651)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.868--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2042962245
    [junit] [EL Finer]: 2024-04-17 17:54:25.868--ClientSession(2042962245)--Thread(Thread[main,5,main])--acquire unit of work: 1452397205
    [junit] [EL Finest]: 2024-04-17 17:54:25.868--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-17 17:54:25.868--ServerSession(454071866)--Connection(1181801857)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.868--ServerSession(454071866)--Connection(1181801857)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.869--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-17 17:54:25.869--ServerSession(454071866)--Connection(1181801857)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.869--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 Finer]: 2024-04-17 17:54:25.869--UnitOfWork(1452397205)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.869--UnitOfWork(1452397205)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4fb10b98)
    [junit] [EL Finest]: 2024-04-17 17:54:25.869--ServerSession(454071866)--Connection(556397707)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.869--ClientSession(2042962245)--Connection(556397707)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.869--ClientSession(2042962245)--Connection(556397707)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.869--ClientSession(2042962245)--Connection(1719916285)--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-17 17:54:25.87--ClientSession(2042962245)--Connection(1719916285)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.87--ServerSession(454071866)--Connection(556397707)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.87--UnitOfWork(1452397205)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.87--UnitOfWork(1452397205)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.87--UnitOfWork(1452397205)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.87--ClientSession(2042962245)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.87--UnitOfWork(1452397205)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.87--ClientSession(2042962245)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.87--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2049886297
    [junit] [EL Finer]: 2024-04-17 17:54:25.87--ClientSession(2049886297)--Thread(Thread[main,5,main])--acquire unit of work: 349042235
    [junit] [EL Finest]: 2024-04-17 17:54:25.87--UnitOfWork(349042235)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.87--ServerSession(454071866)--Connection(1820454497)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.87--ServerSession(454071866)--Connection(1820454497)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.87--ServerSession(454071866)--Connection(2020280424)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.871--ServerSession(454071866)--Connection(1820454497)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.871--UnitOfWork(349042235)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.871--UnitOfWork(349042235)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.871--UnitOfWork(349042235)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@f0c27b8)
    [junit] [EL Finest]: 2024-04-17 17:54:25.871--ServerSession(454071866)--Connection(1284853629)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.871--ClientSession(2049886297)--Connection(1284853629)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.871--ClientSession(2049886297)--Connection(1284853629)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.871--ClientSession(2049886297)--Connection(1676189512)--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-17 17:54:25.871--ClientSession(2049886297)--Connection(1676189512)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.871--ServerSession(454071866)--Connection(1284853629)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.872--UnitOfWork(349042235)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.872--UnitOfWork(349042235)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.872--UnitOfWork(349042235)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.872--ClientSession(2049886297)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.872--UnitOfWork(349042235)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.872--ClientSession(2049886297)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.872--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 146378176
    [junit] [EL Finer]: 2024-04-17 17:54:25.872--ClientSession(146378176)--Thread(Thread[main,5,main])--acquire unit of work: 1848759565
    [junit] [EL Finest]: 2024-04-17 17:54:25.872--UnitOfWork(1848759565)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.872--ServerSession(454071866)--Connection(1233388892)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.872--ServerSession(454071866)--Connection(1233388892)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.872--ServerSession(454071866)--Connection(2125436163)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.872--ServerSession(454071866)--Connection(1233388892)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:25.881--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 914641734
    [junit] [EL Finer]: 2024-04-17 17:54:25.881--ClientSession(914641734)--Thread(Thread[main,5,main])--acquire unit of work: 1196974543
    [junit] [EL Finest]: 2024-04-17 17:54:25.881--UnitOfWork(1196974543)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.881--UnitOfWork(1196974543)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.881--UnitOfWork(1196974543)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1982bc76)
    [junit] [EL Finest]: 2024-04-17 17:54:25.881--ServerSession(454071866)--Connection(935077814)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.881--ClientSession(914641734)--Connection(935077814)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.881--ClientSession(914641734)--Connection(935077814)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.881--ClientSession(914641734)--Connection(862875287)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.881--ClientSession(914641734)--Connection(862875287)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.882--ServerSession(454071866)--Connection(935077814)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.882--UnitOfWork(1196974543)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.882--UnitOfWork(1196974543)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.882--UnitOfWork(1196974543)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.882--ClientSession(914641734)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.882--UnitOfWork(1196974543)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.882--ClientSession(914641734)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.882--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 777201123
    [junit] [EL Finer]: 2024-04-17 17:54:25.882--ClientSession(777201123)--Thread(Thread[main,5,main])--acquire unit of work: 2013537800
    [junit] [EL Finest]: 2024-04-17 17:54:25.882--UnitOfWork(2013537800)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.882--ServerSession(454071866)--Connection(954131785)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.882--ServerSession(454071866)--Connection(954131785)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.882--ServerSession(454071866)--Connection(534169799)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.882--ServerSession(454071866)--Connection(954131785)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.882--UnitOfWork(2013537800)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.882--UnitOfWork(2013537800)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.882--UnitOfWork(2013537800)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.882--UnitOfWork(2013537800)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:25.883--UnitOfWork(2013537800)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@71f0dd9e)
    [junit] [EL Finest]: 2024-04-17 17:54:25.883--ServerSession(454071866)--Connection(401796538)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.883--ClientSession(777201123)--Connection(401796538)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.883--ClientSession(777201123)--Connection(401796538)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.883--ClientSession(777201123)--Connection(1409038117)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [16, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:25.883--ClientSession(777201123)--Connection(1409038117)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.883--ServerSession(454071866)--Connection(401796538)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.883--UnitOfWork(2013537800)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.883--UnitOfWork(2013537800)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.883--UnitOfWork(2013537800)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.883--ClientSession(777201123)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.883--UnitOfWork(2013537800)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.883--ClientSession(777201123)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.883--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1189882757
    [junit] [EL Finer]: 2024-04-17 17:54:25.883--ClientSession(1189882757)--Thread(Thread[main,5,main])--acquire unit of work: 1181975007
    [junit] [EL Finest]: 2024-04-17 17:54:25.883--UnitOfWork(1181975007)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.883--UnitOfWork(1181975007)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.883--UnitOfWork(1181975007)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@71f0dd9e)
    [junit] [EL Finest]: 2024-04-17 17:54:25.884--ServerSession(454071866)--Connection(1751709974)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.884--ClientSession(1189882757)--Connection(1751709974)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.884--ClientSession(1189882757)--Connection(1751709974)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.884--ClientSession(1189882757)--Connection(1342130077)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.884--ClientSession(1189882757)--Connection(1342130077)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.941--ServerSession(454071866)--Connection(1751709974)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.941--UnitOfWork(1181975007)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.941--UnitOfWork(1181975007)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.941--UnitOfWork(1181975007)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.941--ClientSession(1189882757)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.941--UnitOfWork(1181975007)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.941--ClientSession(1189882757)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.941--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1201098447
    [junit] [EL Finer]: 2024-04-17 17:54:25.941--ClientSession(1201098447)--Thread(Thread[main,5,main])--acquire unit of work: 1746452322
    [junit] [EL Finest]: 2024-04-17 17:54:25.941--UnitOfWork(1746452322)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.941--ServerSession(454071866)--Connection(1567542867)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.941--ServerSession(454071866)--Connection(1567542867)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.941--ServerSession(454071866)--Connection(171417936)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.941--ServerSession(454071866)--Connection(1567542867)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.942--UnitOfWork(1746452322)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.942--UnitOfWork(1746452322)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.942--UnitOfWork(1746452322)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.942--UnitOfWork(1746452322)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.942--UnitOfWork(1746452322)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.942--ClientSession(1201098447)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.942--UnitOfWork(1746452322)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.942--ClientSession(1201098447)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.942--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1188587205
    [junit] [EL Finer]: 2024-04-17 17:54:25.942--ClientSession(1188587205)--Thread(Thread[main,5,main])--acquire unit of work: 1793091070
    [junit] [EL Finest]: 2024-04-17 17:54:25.942--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-17 17:54:25.942--ServerSession(454071866)--Connection(425213688)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.942--ServerSession(454071866)--Connection(425213688)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.942--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-17 17:54:25.942--ServerSession(454071866)--Connection(425213688)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.942--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 Finer]: 2024-04-17 17:54:25.942--UnitOfWork(1793091070)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.942--UnitOfWork(1793091070)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1781a594)
    [junit] [EL Finest]: 2024-04-17 17:54:25.943--ServerSession(454071866)--Connection(398118410)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.943--ClientSession(1188587205)--Connection(398118410)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.943--ClientSession(1188587205)--Connection(398118410)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.943--ClientSession(1188587205)--Connection(227374188)--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-17 17:54:25.943--ClientSession(1188587205)--Connection(227374188)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.943--ServerSession(454071866)--Connection(398118410)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.943--UnitOfWork(1793091070)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.943--UnitOfWork(1793091070)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.943--UnitOfWork(1793091070)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.943--ClientSession(1188587205)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.943--UnitOfWork(1793091070)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.943--ClientSession(1188587205)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.943--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1233325415
    [junit] [EL Finer]: 2024-04-17 17:54:25.943--ClientSession(1233325415)--Thread(Thread[main,5,main])--acquire unit of work: 134762691
    [junit] [EL Finest]: 2024-04-17 17:54:25.943--UnitOfWork(134762691)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.944--ServerSession(454071866)--Connection(1849715642)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.944--ServerSession(454071866)--Connection(1849715642)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.944--ServerSession(454071866)--Connection(489777845)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.944--ServerSession(454071866)--Connection(1849715642)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.944--UnitOfWork(134762691)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.944--UnitOfWork(134762691)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.944--UnitOfWork(134762691)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@64c7b5b)
    [junit] [EL Finest]: 2024-04-17 17:54:25.944--ServerSession(454071866)--Connection(2102294147)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.944--ClientSession(1233325415)--Connection(2102294147)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.944--ClientSession(1233325415)--Connection(2102294147)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.944--ClientSession(1233325415)--Connection(1953329095)--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-17 17:54:25.945--ClientSession(1233325415)--Connection(1953329095)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.945--ServerSession(454071866)--Connection(2102294147)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.945--UnitOfWork(134762691)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.945--UnitOfWork(134762691)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.945--UnitOfWork(134762691)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.945--ClientSession(1233325415)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.945--UnitOfWork(134762691)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.945--ClientSession(1233325415)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.945--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 474170199
    [junit] [EL Finer]: 2024-04-17 17:54:25.945--ClientSession(474170199)--Thread(Thread[main,5,main])--acquire unit of work: 305644594
    [junit] [EL Finest]: 2024-04-17 17:54:25.945--UnitOfWork(305644594)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.945--ServerSession(454071866)--Connection(222003940)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.945--ServerSession(454071866)--Connection(222003940)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.945--ServerSession(454071866)--Connection(1860434997)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.946--ServerSession(454071866)--Connection(222003940)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:25.954--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1856245635
    [junit] [EL Finer]: 2024-04-17 17:54:25.954--ClientSession(1856245635)--Thread(Thread[main,5,main])--acquire unit of work: 439867743
    [junit] [EL Finest]: 2024-04-17 17:54:25.954--UnitOfWork(439867743)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.954--UnitOfWork(439867743)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.954--UnitOfWork(439867743)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5352fcf1)
    [junit] [EL Finest]: 2024-04-17 17:54:25.954--ServerSession(454071866)--Connection(1067413548)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.954--ClientSession(1856245635)--Connection(1067413548)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.954--ClientSession(1856245635)--Connection(1067413548)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.954--ClientSession(1856245635)--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 => [0, 42.42, 77, 1, HUGO, 1, true, [B@638e8eca, [B@27d49c87, [B@9e1a06f, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@6d785516, 2005-09-08, 10:49: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@7a177ead, [B@7924f5cc, [B@7dc2d05f, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2]
    [junit] [EL Finer]: 2024-04-17 17:54:25.955--ClientSession(1856245635)--Connection(1388182036)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.955--ServerSession(454071866)--Connection(1067413548)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.955--UnitOfWork(439867743)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.956--UnitOfWork(439867743)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.956--UnitOfWork(439867743)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.956--ClientSession(1856245635)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.956--UnitOfWork(439867743)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.956--ClientSession(1856245635)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.956--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 652306460
    [junit] [EL Finer]: 2024-04-17 17:54:25.956--ClientSession(652306460)--Thread(Thread[main,5,main])--acquire unit of work: 456219534
    [junit] [EL Finest]: 2024-04-17 17:54:25.956--UnitOfWork(456219534)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.956--ServerSession(454071866)--Connection(2028713428)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.956--ServerSession(454071866)--Connection(2028713428)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.956--ServerSession(454071866)--Connection(1710372610)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.956--ServerSession(454071866)--Connection(2028713428)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:25.965--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 986657342
    [junit] [EL Finer]: 2024-04-17 17:54:25.965--ClientSession(986657342)--Thread(Thread[main,5,main])--acquire unit of work: 884578511
    [junit] [EL Finest]: 2024-04-17 17:54:25.965--UnitOfWork(884578511)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.965--UnitOfWork(884578511)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.965--UnitOfWork(884578511)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7f7b7e40)
    [junit] [EL Finest]: 2024-04-17 17:54:25.965--ServerSession(454071866)--Connection(459645558)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.965--ClientSession(986657342)--Connection(459645558)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.965--ClientSession(986657342)--Connection(459645558)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.965--ClientSession(986657342)--Connection(1675767349)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.966--ClientSession(986657342)--Connection(1675767349)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.966--ServerSession(454071866)--Connection(459645558)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.966--UnitOfWork(884578511)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.966--UnitOfWork(884578511)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.966--UnitOfWork(884578511)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.966--ClientSession(986657342)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.966--UnitOfWork(884578511)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.966--ClientSession(986657342)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.966--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1577223190
    [junit] [EL Finer]: 2024-04-17 17:54:25.966--ClientSession(1577223190)--Thread(Thread[main,5,main])--acquire unit of work: 1757604786
    [junit] [EL Finest]: 2024-04-17 17:54:25.966--UnitOfWork(1757604786)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.966--ServerSession(454071866)--Connection(438559513)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.966--ServerSession(454071866)--Connection(438559513)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.966--ServerSession(454071866)--Connection(603879751)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.967--ServerSession(454071866)--Connection(438559513)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.967--UnitOfWork(1757604786)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.967--UnitOfWork(1757604786)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.967--UnitOfWork(1757604786)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.967--UnitOfWork(1757604786)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:25.967--UnitOfWork(1757604786)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@16f682e1)
    [junit] [EL Finest]: 2024-04-17 17:54:25.967--ServerSession(454071866)--Connection(1127020386)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.967--ClientSession(1577223190)--Connection(1127020386)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.967--ClientSession(1577223190)--Connection(1127020386)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.967--ClientSession(1577223190)--Connection(423103158)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [31, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:25.967--ClientSession(1577223190)--Connection(423103158)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.967--ServerSession(454071866)--Connection(1127020386)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.967--UnitOfWork(1757604786)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.967--UnitOfWork(1757604786)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.967--UnitOfWork(1757604786)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.968--ClientSession(1577223190)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.968--UnitOfWork(1757604786)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.968--ClientSession(1577223190)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.968--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1818510688
    [junit] [EL Finer]: 2024-04-17 17:54:25.968--ClientSession(1818510688)--Thread(Thread[main,5,main])--acquire unit of work: 1213671529
    [junit] [EL Finest]: 2024-04-17 17:54:25.968--UnitOfWork(1213671529)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.968--UnitOfWork(1213671529)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.968--UnitOfWork(1213671529)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@16f682e1)
    [junit] [EL Finest]: 2024-04-17 17:54:25.968--ServerSession(454071866)--Connection(1903147547)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.968--ClientSession(1818510688)--Connection(1903147547)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.968--ClientSession(1818510688)--Connection(1903147547)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.968--ClientSession(1818510688)--Connection(1072606739)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.968--ClientSession(1818510688)--Connection(1072606739)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.969--ServerSession(454071866)--Connection(1903147547)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.969--UnitOfWork(1213671529)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.969--UnitOfWork(1213671529)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.969--UnitOfWork(1213671529)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.969--ClientSession(1818510688)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.969--UnitOfWork(1213671529)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.969--ClientSession(1818510688)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.969--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1087740615
    [junit] [EL Finer]: 2024-04-17 17:54:25.969--ClientSession(1087740615)--Thread(Thread[main,5,main])--acquire unit of work: 1290166180
    [junit] [EL Finest]: 2024-04-17 17:54:25.969--UnitOfWork(1290166180)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.969--ServerSession(454071866)--Connection(104005149)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.969--ServerSession(454071866)--Connection(104005149)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.969--ServerSession(454071866)--Connection(373751769)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.969--ServerSession(454071866)--Connection(104005149)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.969--UnitOfWork(1290166180)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.969--UnitOfWork(1290166180)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.969--UnitOfWork(1290166180)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.969--UnitOfWork(1290166180)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.969--UnitOfWork(1290166180)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.969--ClientSession(1087740615)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.969--UnitOfWork(1290166180)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.969--ClientSession(1087740615)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.969--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 872840741
    [junit] [EL Finer]: 2024-04-17 17:54:25.969--ClientSession(872840741)--Thread(Thread[main,5,main])--acquire unit of work: 83676733
    [junit] [EL Finest]: 2024-04-17 17:54:25.969--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-17 17:54:25.97--ServerSession(454071866)--Connection(1642748463)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.97--ServerSession(454071866)--Connection(1642748463)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.97--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-17 17:54:25.97--ServerSession(454071866)--Connection(1642748463)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.97--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-17 17:54:25.97--UnitOfWork(83676733)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.97--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-17 17:54:25.97--ServerSession(454071866)--Connection(1966168003)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.97--ClientSession(872840741)--Connection(1966168003)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.97--ClientSession(872840741)--Connection(1966168003)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.97--ClientSession(872840741)--Connection(1779792798)--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-17 17:54:25.971--ClientSession(872840741)--Connection(1779792798)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.971--ServerSession(454071866)--Connection(1966168003)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.971--UnitOfWork(83676733)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.971--UnitOfWork(83676733)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.971--UnitOfWork(83676733)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.971--ClientSession(872840741)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.971--UnitOfWork(83676733)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.971--ClientSession(872840741)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.971--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1397533601
    [junit] [EL Finer]: 2024-04-17 17:54:25.971--ClientSession(1397533601)--Thread(Thread[main,5,main])--acquire unit of work: 24023844
    [junit] [EL Finest]: 2024-04-17 17:54:25.971--UnitOfWork(24023844)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.971--ServerSession(454071866)--Connection(1080475932)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.971--ServerSession(454071866)--Connection(1080475932)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.971--ServerSession(454071866)--Connection(257998356)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.972--ServerSession(454071866)--Connection(1080475932)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.972--UnitOfWork(24023844)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.972--UnitOfWork(24023844)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.972--UnitOfWork(24023844)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4c454e45)
    [junit] [EL Finest]: 2024-04-17 17:54:25.972--ServerSession(454071866)--Connection(809992625)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.972--ClientSession(1397533601)--Connection(809992625)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.972--ClientSession(1397533601)--Connection(809992625)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.972--ClientSession(1397533601)--Connection(829354638)--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-17 17:54:25.972--ClientSession(1397533601)--Connection(829354638)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.972--ServerSession(454071866)--Connection(809992625)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.972--UnitOfWork(24023844)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.973--UnitOfWork(24023844)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.973--UnitOfWork(24023844)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.973--ClientSession(1397533601)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.973--UnitOfWork(24023844)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.973--ClientSession(1397533601)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.973--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 100089119
    [junit] [EL Finer]: 2024-04-17 17:54:25.973--ClientSession(100089119)--Thread(Thread[main,5,main])--acquire unit of work: 154234393
    [junit] [EL Finest]: 2024-04-17 17:54:25.973--UnitOfWork(154234393)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.973--ServerSession(454071866)--Connection(1334646579)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.973--ServerSession(454071866)--Connection(1334646579)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.973--ServerSession(454071866)--Connection(1697949927)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.973--ServerSession(454071866)--Connection(1334646579)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.973--UnitOfWork(154234393)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.973--UnitOfWork(154234393)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.973--UnitOfWork(154234393)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5bd49206)
    [junit] [EL Finest]: 2024-04-17 17:54:25.973--ServerSession(454071866)--Connection(1022676527)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.973--ClientSession(100089119)--Connection(1022676527)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.973--ClientSession(100089119)--Connection(1022676527)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.974--ClientSession(100089119)--Connection(1593121948)--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-17 17:54:25.974--ClientSession(100089119)--Connection(1593121948)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.974--ServerSession(454071866)--Connection(1022676527)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.974--UnitOfWork(154234393)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.974--UnitOfWork(154234393)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.974--UnitOfWork(154234393)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.974--ClientSession(100089119)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.974--UnitOfWork(154234393)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.974--ClientSession(100089119)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.974--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1692014125
    [junit] [EL Finer]: 2024-04-17 17:54:25.974--ClientSession(1692014125)--Thread(Thread[main,5,main])--acquire unit of work: 2126854447
    [junit] [EL Finest]: 2024-04-17 17:54:25.974--UnitOfWork(2126854447)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.974--ServerSession(454071866)--Connection(136502167)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.974--ServerSession(454071866)--Connection(136502167)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.974--ServerSession(454071866)--Connection(1580583604)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.975--ServerSession(454071866)--Connection(136502167)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.975--UnitOfWork(2126854447)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.975--UnitOfWork(2126854447)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.975--UnitOfWork(2126854447)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3d319402)
    [junit] [EL Finest]: 2024-04-17 17:54:25.975--ServerSession(454071866)--Connection(1405161700)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.975--ClientSession(1692014125)--Connection(1405161700)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.975--ClientSession(1692014125)--Connection(1405161700)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.975--ClientSession(1692014125)--Connection(1865813345)--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-17 17:54:25.975--ClientSession(1692014125)--Connection(1865813345)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.975--ServerSession(454071866)--Connection(1405161700)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.975--UnitOfWork(2126854447)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.975--UnitOfWork(2126854447)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.976--UnitOfWork(2126854447)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.976--ClientSession(1692014125)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.976--UnitOfWork(2126854447)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.976--ClientSession(1692014125)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.976--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1964942109
    [junit] [EL Finer]: 2024-04-17 17:54:25.976--ClientSession(1964942109)--Thread(Thread[main,5,main])--acquire unit of work: 772000618
    [junit] [EL Finest]: 2024-04-17 17:54:25.976--UnitOfWork(772000618)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.976--ServerSession(454071866)--Connection(1904314062)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.976--ServerSession(454071866)--Connection(1904314062)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.976--ServerSession(454071866)--Connection(525413346)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.976--ServerSession(454071866)--Connection(1904314062)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:25.984--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1698711093
    [junit] [EL Finer]: 2024-04-17 17:54:25.984--ClientSession(1698711093)--Thread(Thread[main,5,main])--acquire unit of work: 617085616
    [junit] [EL Finest]: 2024-04-17 17:54:25.984--UnitOfWork(617085616)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.984--UnitOfWork(617085616)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.984--UnitOfWork(617085616)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@fcbdbbf)
    [junit] [EL Finest]: 2024-04-17 17:54:25.984--ServerSession(454071866)--Connection(486108916)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.984--ClientSession(1698711093)--Connection(486108916)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.984--ClientSession(1698711093)--Connection(486108916)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.985--ClientSession(1698711093)--Connection(124781985)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.985--ClientSession(1698711093)--Connection(124781985)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.985--ServerSession(454071866)--Connection(486108916)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.985--UnitOfWork(617085616)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.985--UnitOfWork(617085616)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.985--UnitOfWork(617085616)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.985--ClientSession(1698711093)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.985--UnitOfWork(617085616)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.985--ClientSession(1698711093)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.985--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1378798009
    [junit] [EL Finer]: 2024-04-17 17:54:25.985--ClientSession(1378798009)--Thread(Thread[main,5,main])--acquire unit of work: 91722694
    [junit] [EL Finest]: 2024-04-17 17:54:25.985--UnitOfWork(91722694)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.985--ServerSession(454071866)--Connection(36553668)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.985--ServerSession(454071866)--Connection(36553668)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.985--ServerSession(454071866)--Connection(1836305130)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.986--ServerSession(454071866)--Connection(36553668)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.986--UnitOfWork(91722694)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.986--UnitOfWork(91722694)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.986--UnitOfWork(91722694)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.986--UnitOfWork(91722694)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.986--UnitOfWork(91722694)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.986--ClientSession(1378798009)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.986--UnitOfWork(91722694)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.986--ClientSession(1378798009)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.986--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1877775731
    [junit] [EL Finer]: 2024-04-17 17:54:25.986--ClientSession(1877775731)--Thread(Thread[main,5,main])--acquire unit of work: 52151847
    [junit] [EL Finest]: 2024-04-17 17:54:25.986--UnitOfWork(52151847)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.986--ServerSession(454071866)--Connection(1419581797)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.986--ServerSession(454071866)--Connection(1419581797)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.986--ServerSession(454071866)--Connection(296215802)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.986--ServerSession(454071866)--Connection(1419581797)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.987--UnitOfWork(52151847)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.987--UnitOfWork(52151847)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.987--UnitOfWork(52151847)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@479c6b24)
    [junit] [EL Finest]: 2024-04-17 17:54:25.987--ServerSession(454071866)--Connection(303105796)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.987--ClientSession(1877775731)--Connection(303105796)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.987--ClientSession(1877775731)--Connection(303105796)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.987--ClientSession(1877775731)--Connection(921733929)--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-17 17:54:25.987--ClientSession(1877775731)--Connection(921733929)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.987--ServerSession(454071866)--Connection(303105796)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.987--UnitOfWork(52151847)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.987--UnitOfWork(52151847)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.987--UnitOfWork(52151847)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.987--ClientSession(1877775731)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.988--UnitOfWork(52151847)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.988--ClientSession(1877775731)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.988--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1834539729
    [junit] [EL Finer]: 2024-04-17 17:54:25.988--ClientSession(1834539729)--Thread(Thread[main,5,main])--acquire unit of work: 2011941209
    [junit] [EL Finest]: 2024-04-17 17:54:25.988--UnitOfWork(2011941209)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.988--ServerSession(454071866)--Connection(1173400910)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.988--ServerSession(454071866)--Connection(1173400910)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.988--ServerSession(454071866)--Connection(1991365787)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.988--ServerSession(454071866)--Connection(1173400910)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:25.996--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 806697605
    [junit] [EL Finer]: 2024-04-17 17:54:25.996--ClientSession(806697605)--Thread(Thread[main,5,main])--acquire unit of work: 549584535
    [junit] [EL Finest]: 2024-04-17 17:54:25.996--UnitOfWork(549584535)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:25.996--UnitOfWork(549584535)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:25.996--UnitOfWork(549584535)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6b77a4e)
    [junit] [EL Finest]: 2024-04-17 17:54:25.996--ServerSession(454071866)--Connection(534823388)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.996--ClientSession(806697605)--Connection(534823388)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.996--ClientSession(806697605)--Connection(534823388)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.997--ClientSession(806697605)--Connection(813347313)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:25.997--ClientSession(806697605)--Connection(813347313)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:25.997--ServerSession(454071866)--Connection(534823388)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:25.997--UnitOfWork(549584535)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.997--UnitOfWork(549584535)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.997--UnitOfWork(549584535)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.997--ClientSession(806697605)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.997--UnitOfWork(549584535)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.997--ClientSession(806697605)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:25.997--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1263011808
    [junit] [EL Finer]: 2024-04-17 17:54:25.997--ClientSession(1263011808)--Thread(Thread[main,5,main])--acquire unit of work: 1388298612
    [junit] [EL Finest]: 2024-04-17 17:54:25.997--UnitOfWork(1388298612)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:25.997--ServerSession(454071866)--Connection(925829099)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.998--ServerSession(454071866)--Connection(925829099)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:25.998--ServerSession(454071866)--Connection(752058028)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:25.998--ServerSession(454071866)--Connection(925829099)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:25.998--UnitOfWork(1388298612)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:25.998--UnitOfWork(1388298612)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.998--UnitOfWork(1388298612)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:25.998--UnitOfWork(1388298612)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:25.998--UnitOfWork(1388298612)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:25.998--ClientSession(1263011808)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.045--UnitOfWork(1388298612)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.045--ClientSession(1263011808)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.045--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1945740508
    [junit] [EL Finer]: 2024-04-17 17:54:26.045--ClientSession(1945740508)--Thread(Thread[main,5,main])--acquire unit of work: 743917793
    [junit] [EL Finest]: 2024-04-17 17:54:26.045--UnitOfWork(743917793)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.045--ServerSession(454071866)--Connection(428108040)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.045--ServerSession(454071866)--Connection(428108040)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.046--ServerSession(454071866)--Connection(432744903)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.046--ServerSession(454071866)--Connection(428108040)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.046--UnitOfWork(743917793)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.046--UnitOfWork(743917793)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.046--UnitOfWork(743917793)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@31acf532)
    [junit] [EL Finest]: 2024-04-17 17:54:26.046--ServerSession(454071866)--Connection(961296911)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.046--ClientSession(1945740508)--Connection(961296911)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.046--ClientSession(1945740508)--Connection(961296911)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.047--ClientSession(1945740508)--Connection(1872715121)--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-17 17:54:26.047--ClientSession(1945740508)--Connection(1872715121)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.047--ServerSession(454071866)--Connection(961296911)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.047--UnitOfWork(743917793)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.047--UnitOfWork(743917793)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.047--UnitOfWork(743917793)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.047--ClientSession(1945740508)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.047--UnitOfWork(743917793)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.047--ClientSession(1945740508)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.047--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 52155335
    [junit] [EL Finer]: 2024-04-17 17:54:26.047--ClientSession(52155335)--Thread(Thread[main,5,main])--acquire unit of work: 1541348841
    [junit] [EL Finest]: 2024-04-17 17:54:26.047--UnitOfWork(1541348841)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.047--ServerSession(454071866)--Connection(1321117494)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.047--ServerSession(454071866)--Connection(1321117494)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.048--ServerSession(454071866)--Connection(36794622)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.048--ServerSession(454071866)--Connection(1321117494)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:26.056--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 102473514
    [junit] [EL Finer]: 2024-04-17 17:54:26.056--ClientSession(102473514)--Thread(Thread[main,5,main])--acquire unit of work: 1148329818
    [junit] [EL Finest]: 2024-04-17 17:54:26.056--UnitOfWork(1148329818)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.056--UnitOfWork(1148329818)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.056--UnitOfWork(1148329818)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@34031ae3)
    [junit] [EL Finest]: 2024-04-17 17:54:26.056--ServerSession(454071866)--Connection(37461629)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.056--ClientSession(102473514)--Connection(37461629)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.057--ClientSession(102473514)--Connection(37461629)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.057--ClientSession(102473514)--Connection(1449642415)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:26.057--ClientSession(102473514)--Connection(1449642415)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.057--ServerSession(454071866)--Connection(37461629)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.057--UnitOfWork(1148329818)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.057--UnitOfWork(1148329818)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.057--UnitOfWork(1148329818)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.057--ClientSession(102473514)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.057--UnitOfWork(1148329818)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.057--ClientSession(102473514)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.058--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1058907441
    [junit] [EL Finer]: 2024-04-17 17:54:26.058--ClientSession(1058907441)--Thread(Thread[main,5,main])--acquire unit of work: 1636506841
    [junit] [EL Finest]: 2024-04-17 17:54:26.058--UnitOfWork(1636506841)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.058--ServerSession(454071866)--Connection(164203510)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.058--ServerSession(454071866)--Connection(164203510)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.058--ServerSession(454071866)--Connection(192461896)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.058--ServerSession(454071866)--Connection(164203510)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.058--UnitOfWork(1636506841)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.058--UnitOfWork(1636506841)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.058--UnitOfWork(1636506841)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.058--UnitOfWork(1636506841)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:26.058--UnitOfWork(1636506841)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@60ca0605)
    [junit] [EL Finest]: 2024-04-17 17:54:26.058--ServerSession(454071866)--Connection(1808647622)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.058--ClientSession(1058907441)--Connection(1808647622)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.058--ClientSession(1058907441)--Connection(1808647622)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.058--ClientSession(1058907441)--Connection(1197382632)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [44, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:26.059--ClientSession(1058907441)--Connection(1197382632)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.059--ServerSession(454071866)--Connection(1808647622)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.059--UnitOfWork(1636506841)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.059--UnitOfWork(1636506841)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.059--UnitOfWork(1636506841)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.059--ClientSession(1058907441)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.059--UnitOfWork(1636506841)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.059--ClientSession(1058907441)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.059--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 526074148
    [junit] [EL Finer]: 2024-04-17 17:54:26.059--ClientSession(526074148)--Thread(Thread[main,5,main])--acquire unit of work: 448615676
    [junit] [EL Finest]: 2024-04-17 17:54:26.059--UnitOfWork(448615676)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.059--UnitOfWork(448615676)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.059--UnitOfWork(448615676)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@60ca0605)
    [junit] [EL Finest]: 2024-04-17 17:54:26.059--ServerSession(454071866)--Connection(2088186502)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.059--ClientSession(526074148)--Connection(2088186502)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.059--ClientSession(526074148)--Connection(2088186502)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.059--ClientSession(526074148)--Connection(970985037)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:26.06--ClientSession(526074148)--Connection(970985037)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.06--ServerSession(454071866)--Connection(2088186502)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.06--UnitOfWork(448615676)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.06--UnitOfWork(448615676)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.06--UnitOfWork(448615676)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.06--ClientSession(526074148)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.06--UnitOfWork(448615676)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.06--ClientSession(526074148)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.06--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 406327373
    [junit] [EL Finer]: 2024-04-17 17:54:26.06--ClientSession(406327373)--Thread(Thread[main,5,main])--acquire unit of work: 1562309326
    [junit] [EL Finest]: 2024-04-17 17:54:26.06--UnitOfWork(1562309326)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.06--ServerSession(454071866)--Connection(1681202502)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.06--ServerSession(454071866)--Connection(1681202502)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.06--ServerSession(454071866)--Connection(2023415174)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.061--ServerSession(454071866)--Connection(1681202502)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.061--UnitOfWork(1562309326)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.061--UnitOfWork(1562309326)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.061--UnitOfWork(1562309326)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.061--UnitOfWork(1562309326)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.061--UnitOfWork(1562309326)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.061--ClientSession(406327373)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.061--UnitOfWork(1562309326)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.061--ClientSession(406327373)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.061--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1754365553
    [junit] [EL Finer]: 2024-04-17 17:54:26.061--ClientSession(1754365553)--Thread(Thread[main,5,main])--acquire unit of work: 143396563
    [junit] [EL Finest]: 2024-04-17 17:54:26.061--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-17 17:54:26.061--ServerSession(454071866)--Connection(1392223399)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.061--ServerSession(454071866)--Connection(1392223399)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.061--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-17 17:54:26.061--ServerSession(454071866)--Connection(1392223399)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.062--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-17 17:54:26.062--UnitOfWork(143396563)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.062--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-17 17:54:26.062--ServerSession(454071866)--Connection(805717981)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.062--ClientSession(1754365553)--Connection(805717981)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.062--ClientSession(1754365553)--Connection(805717981)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.062--ClientSession(1754365553)--Connection(1348974809)--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-17 17:54:26.062--ClientSession(1754365553)--Connection(1348974809)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.062--ServerSession(454071866)--Connection(805717981)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.062--UnitOfWork(143396563)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.062--UnitOfWork(143396563)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.062--UnitOfWork(143396563)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.063--ClientSession(1754365553)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.063--UnitOfWork(143396563)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.063--ClientSession(1754365553)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.063--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 969458295
    [junit] [EL Finer]: 2024-04-17 17:54:26.063--ClientSession(969458295)--Thread(Thread[main,5,main])--acquire unit of work: 1005736508
    [junit] [EL Finest]: 2024-04-17 17:54:26.063--UnitOfWork(1005736508)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.063--ServerSession(454071866)--Connection(1446937835)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.063--ServerSession(454071866)--Connection(1446937835)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.063--ServerSession(454071866)--Connection(2136562453)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.063--ServerSession(454071866)--Connection(1446937835)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.063--UnitOfWork(1005736508)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.063--UnitOfWork(1005736508)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.063--UnitOfWork(1005736508)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@29372462)
    [junit] [EL Finest]: 2024-04-17 17:54:26.063--ServerSession(454071866)--Connection(1052280804)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.063--ClientSession(969458295)--Connection(1052280804)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.063--ClientSession(969458295)--Connection(1052280804)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.063--ClientSession(969458295)--Connection(1359327149)--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-17 17:54:26.064--ClientSession(969458295)--Connection(1359327149)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.064--ServerSession(454071866)--Connection(1052280804)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.064--UnitOfWork(1005736508)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.064--UnitOfWork(1005736508)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.064--UnitOfWork(1005736508)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.064--ClientSession(969458295)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.064--UnitOfWork(1005736508)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.064--ClientSession(969458295)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.064--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 759353060
    [junit] [EL Finer]: 2024-04-17 17:54:26.064--ClientSession(759353060)--Thread(Thread[main,5,main])--acquire unit of work: 1472195343
    [junit] [EL Finest]: 2024-04-17 17:54:26.064--UnitOfWork(1472195343)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.064--ServerSession(454071866)--Connection(733699730)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.064--ServerSession(454071866)--Connection(733699730)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.064--ServerSession(454071866)--Connection(1725507939)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.064--ServerSession(454071866)--Connection(733699730)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.065--UnitOfWork(1472195343)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.065--UnitOfWork(1472195343)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.065--UnitOfWork(1472195343)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@75988194)
    [junit] [EL Finest]: 2024-04-17 17:54:26.065--ServerSession(454071866)--Connection(723238317)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.065--ClientSession(759353060)--Connection(723238317)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.065--ClientSession(759353060)--Connection(723238317)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.065--ClientSession(759353060)--Connection(1239147538)--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-17 17:54:26.065--ClientSession(759353060)--Connection(1239147538)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.065--ServerSession(454071866)--Connection(723238317)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.065--UnitOfWork(1472195343)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.065--UnitOfWork(1472195343)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.065--UnitOfWork(1472195343)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.065--ClientSession(759353060)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.065--UnitOfWork(1472195343)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.065--ClientSession(759353060)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.065--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1285506094
    [junit] [EL Finer]: 2024-04-17 17:54:26.065--ClientSession(1285506094)--Thread(Thread[main,5,main])--acquire unit of work: 975138501
    [junit] [EL Finest]: 2024-04-17 17:54:26.066--UnitOfWork(975138501)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.066--ServerSession(454071866)--Connection(745727712)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.066--ServerSession(454071866)--Connection(745727712)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.066--ServerSession(454071866)--Connection(641921354)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.066--ServerSession(454071866)--Connection(745727712)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.066--UnitOfWork(975138501)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.066--UnitOfWork(975138501)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.066--UnitOfWork(975138501)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@51e24212)
    [junit] [EL Finest]: 2024-04-17 17:54:26.066--ServerSession(454071866)--Connection(1533382544)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.066--ClientSession(1285506094)--Connection(1533382544)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.066--ClientSession(1285506094)--Connection(1533382544)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.066--ClientSession(1285506094)--Connection(403738075)--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-17 17:54:26.067--ClientSession(1285506094)--Connection(403738075)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.067--ServerSession(454071866)--Connection(1533382544)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.067--UnitOfWork(975138501)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.067--UnitOfWork(975138501)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.067--UnitOfWork(975138501)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.067--ClientSession(1285506094)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.067--UnitOfWork(975138501)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.067--ClientSession(1285506094)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.067--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1458162670
    [junit] [EL Finer]: 2024-04-17 17:54:26.067--ClientSession(1458162670)--Thread(Thread[main,5,main])--acquire unit of work: 562550700
    [junit] [EL Finest]: 2024-04-17 17:54:26.067--UnitOfWork(562550700)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.067--ServerSession(454071866)--Connection(1038481426)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.067--ServerSession(454071866)--Connection(1038481426)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.067--ServerSession(454071866)--Connection(1801640129)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.067--ServerSession(454071866)--Connection(1038481426)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:26.076--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 104559317
    [junit] [EL Finer]: 2024-04-17 17:54:26.076--ClientSession(104559317)--Thread(Thread[main,5,main])--acquire unit of work: 1608690046
    [junit] [EL Finest]: 2024-04-17 17:54:26.076--UnitOfWork(1608690046)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.076--UnitOfWork(1608690046)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.076--UnitOfWork(1608690046)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3df53090)
    [junit] [EL Finest]: 2024-04-17 17:54:26.076--ServerSession(454071866)--Connection(1464386675)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.076--ClientSession(104559317)--Connection(1464386675)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.076--ClientSession(104559317)--Connection(1464386675)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.076--ClientSession(104559317)--Connection(497757885)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:26.076--ClientSession(104559317)--Connection(497757885)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.077--ServerSession(454071866)--Connection(1464386675)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.077--UnitOfWork(1608690046)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.077--UnitOfWork(1608690046)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.077--UnitOfWork(1608690046)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.077--ClientSession(104559317)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.077--UnitOfWork(1608690046)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.077--ClientSession(104559317)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.077--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1177042512
    [junit] [EL Finer]: 2024-04-17 17:54:26.077--ClientSession(1177042512)--Thread(Thread[main,5,main])--acquire unit of work: 1473384890
    [junit] [EL Finest]: 2024-04-17 17:54:26.077--UnitOfWork(1473384890)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.077--ServerSession(454071866)--Connection(331875131)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.077--ServerSession(454071866)--Connection(331875131)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.077--ServerSession(454071866)--Connection(1830355670)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.077--ServerSession(454071866)--Connection(331875131)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.077--UnitOfWork(1473384890)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.077--UnitOfWork(1473384890)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.077--UnitOfWork(1473384890)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.077--UnitOfWork(1473384890)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:26.077--UnitOfWork(1473384890)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2ddce8a8)
    [junit] [EL Finest]: 2024-04-17 17:54:26.077--ServerSession(454071866)--Connection(1542735180)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.078--ClientSession(1177042512)--Connection(1542735180)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.078--ClientSession(1177042512)--Connection(1542735180)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.078--ClientSession(1177042512)--Connection(304444682)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [51, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:26.078--ClientSession(1177042512)--Connection(304444682)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.078--ServerSession(454071866)--Connection(1542735180)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.078--UnitOfWork(1473384890)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.078--UnitOfWork(1473384890)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.078--UnitOfWork(1473384890)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.078--ClientSession(1177042512)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.078--UnitOfWork(1473384890)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.078--ClientSession(1177042512)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.078--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1360937932
    [junit] [EL Finer]: 2024-04-17 17:54:26.078--ClientSession(1360937932)--Thread(Thread[main,5,main])--acquire unit of work: 674865798
    [junit] [EL Finest]: 2024-04-17 17:54:26.078--UnitOfWork(674865798)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.078--UnitOfWork(674865798)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.078--UnitOfWork(674865798)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2ddce8a8)
    [junit] [EL Finest]: 2024-04-17 17:54:26.078--ServerSession(454071866)--Connection(2074345447)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.078--ClientSession(1360937932)--Connection(2074345447)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.078--ClientSession(1360937932)--Connection(2074345447)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.079--ClientSession(1360937932)--Connection(544832696)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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@44c1ef00, 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-17 17:54:26.079--ClientSession(1360937932)--Connection(544832696)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.079--ServerSession(454071866)--Connection(2074345447)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.079--UnitOfWork(674865798)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.079--UnitOfWork(674865798)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.079--UnitOfWork(674865798)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.08--ClientSession(1360937932)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.08--UnitOfWork(674865798)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.08--ClientSession(1360937932)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.08--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1271094553
    [junit] [EL Finer]: 2024-04-17 17:54:26.08--ClientSession(1271094553)--Thread(Thread[main,5,main])--acquire unit of work: 540308581
    [junit] [EL Finest]: 2024-04-17 17:54:26.08--UnitOfWork(540308581)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.08--ServerSession(454071866)--Connection(941054747)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.08--ServerSession(454071866)--Connection(941054747)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.08--ServerSession(454071866)--Connection(821143906)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.08--ServerSession(454071866)--Connection(941054747)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.08--UnitOfWork(540308581)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.08--UnitOfWork(540308581)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.08--UnitOfWork(540308581)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.08--UnitOfWork(540308581)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.08--UnitOfWork(540308581)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.08--ClientSession(1271094553)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.08--UnitOfWork(540308581)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.08--ClientSession(1271094553)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.08--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2019308874
    [junit] [EL Finer]: 2024-04-17 17:54:26.08--ClientSession(2019308874)--Thread(Thread[main,5,main])--acquire unit of work: 206260076
    [junit] [EL Finest]: 2024-04-17 17:54:26.08--UnitOfWork(206260076)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.08--ServerSession(454071866)--Connection(2099271054)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.081--ServerSession(454071866)--Connection(2099271054)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.081--ServerSession(454071866)--Connection(1498764364)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.081--ServerSession(454071866)--Connection(2099271054)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.081--UnitOfWork(206260076)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.081--UnitOfWork(206260076)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.081--UnitOfWork(206260076)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@161c8305)
    [junit] [EL Finest]: 2024-04-17 17:54:26.081--ServerSession(454071866)--Connection(1823533259)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.081--ClientSession(2019308874)--Connection(1823533259)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.081--ClientSession(2019308874)--Connection(1823533259)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.082--ClientSession(2019308874)--Connection(2045371748)--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-17 17:54:26.082--ClientSession(2019308874)--Connection(2045371748)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.082--ServerSession(454071866)--Connection(1823533259)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.082--UnitOfWork(206260076)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.082--UnitOfWork(206260076)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.082--UnitOfWork(206260076)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.082--ClientSession(2019308874)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.082--UnitOfWork(206260076)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.082--ClientSession(2019308874)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.082--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 350806217
    [junit] [EL Finer]: 2024-04-17 17:54:26.082--ClientSession(350806217)--Thread(Thread[main,5,main])--acquire unit of work: 2138420271
    [junit] [EL Finest]: 2024-04-17 17:54:26.082--UnitOfWork(2138420271)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.082--ServerSession(454071866)--Connection(1224846432)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.082--ServerSession(454071866)--Connection(1224846432)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.082--ServerSession(454071866)--Connection(1730312920)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.083--ServerSession(454071866)--Connection(1224846432)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.083--UnitOfWork(2138420271)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.083--UnitOfWork(2138420271)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.083--UnitOfWork(2138420271)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@66993e3d)
    [junit] [EL Finest]: 2024-04-17 17:54:26.083--ServerSession(454071866)--Connection(1764454536)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.083--ClientSession(350806217)--Connection(1764454536)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.083--ClientSession(350806217)--Connection(1764454536)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.083--ClientSession(350806217)--Connection(651038961)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET SERIALIZABLE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [[B@428fecb4, 3, 51, 2]
    [junit] [EL Finer]: 2024-04-17 17:54:26.083--ClientSession(350806217)--Connection(651038961)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.084--ServerSession(454071866)--Connection(1764454536)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.084--UnitOfWork(2138420271)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.084--UnitOfWork(2138420271)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.084--UnitOfWork(2138420271)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.084--ClientSession(350806217)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.084--UnitOfWork(2138420271)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.084--ClientSession(350806217)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.084--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1610410420
    [junit] [EL Finer]: 2024-04-17 17:54:26.084--ClientSession(1610410420)--Thread(Thread[main,5,main])--acquire unit of work: 165880610
    [junit] [EL Finest]: 2024-04-17 17:54:26.084--UnitOfWork(165880610)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.084--ServerSession(454071866)--Connection(1862717399)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.084--ServerSession(454071866)--Connection(1862717399)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.084--ServerSession(454071866)--Connection(1468918437)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.084--ServerSession(454071866)--Connection(1862717399)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.084--UnitOfWork(165880610)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.084--UnitOfWork(165880610)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.085--UnitOfWork(165880610)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7f6edc58)
    [junit] [EL Finest]: 2024-04-17 17:54:26.085--ServerSession(454071866)--Connection(1888800108)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.085--ClientSession(1610410420)--Connection(1888800108)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.085--ClientSession(1610410420)--Connection(1888800108)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.085--ClientSession(1610410420)--Connection(1184639304)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET SERIALIZABLE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [[B@549929fa, 4, 51, 3]
    [junit] [EL Finer]: 2024-04-17 17:54:26.15--ClientSession(1610410420)--Connection(1184639304)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.151--ServerSession(454071866)--Connection(1888800108)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.151--UnitOfWork(165880610)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.151--UnitOfWork(165880610)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.151--UnitOfWork(165880610)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.151--ClientSession(1610410420)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.151--UnitOfWork(165880610)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.151--ClientSession(1610410420)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.151--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2074691495
    [junit] [EL Finer]: 2024-04-17 17:54:26.151--ClientSession(2074691495)--Thread(Thread[main,5,main])--acquire unit of work: 1557719027
    [junit] [EL Finest]: 2024-04-17 17:54:26.151--UnitOfWork(1557719027)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.151--ServerSession(454071866)--Connection(897520232)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.151--ServerSession(454071866)--Connection(897520232)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.151--ServerSession(454071866)--Connection(1078718875)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.151--ServerSession(454071866)--Connection(897520232)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.152--UnitOfWork(1557719027)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.152--UnitOfWork(1557719027)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.152--UnitOfWork(1557719027)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6a1294eb)
    [junit] [EL Finest]: 2024-04-17 17:54:26.152--ServerSession(454071866)--Connection(364186184)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.152--ClientSession(2074691495)--Connection(364186184)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.152--ClientSession(2074691495)--Connection(364186184)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.152--ClientSession(2074691495)--Connection(982593931)--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-17 17:54:26.152--ClientSession(2074691495)--Connection(982593931)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.152--ServerSession(454071866)--Connection(364186184)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.152--UnitOfWork(1557719027)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.152--UnitOfWork(1557719027)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.152--UnitOfWork(1557719027)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.153--ClientSession(2074691495)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.153--UnitOfWork(1557719027)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.153--ClientSession(2074691495)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.153--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1207118351
    [junit] [EL Finer]: 2024-04-17 17:54:26.153--ClientSession(1207118351)--Thread(Thread[main,5,main])--acquire unit of work: 2049544179
    [junit] [EL Finest]: 2024-04-17 17:54:26.153--UnitOfWork(2049544179)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.153--ServerSession(454071866)--Connection(1233646676)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.153--ServerSession(454071866)--Connection(1233646676)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.153--ServerSession(454071866)--Connection(1153199039)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.153--ServerSession(454071866)--Connection(1233646676)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:26.162--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1567421713
    [junit] [EL Finer]: 2024-04-17 17:54:26.162--ClientSession(1567421713)--Thread(Thread[main,5,main])--acquire unit of work: 933282528
    [junit] [EL Finest]: 2024-04-17 17:54:26.162--UnitOfWork(933282528)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.162--UnitOfWork(933282528)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.162--UnitOfWork(933282528)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5673a62d)
    [junit] [EL Finest]: 2024-04-17 17:54:26.162--ServerSession(454071866)--Connection(1046162528)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.162--ClientSession(1567421713)--Connection(1046162528)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.162--ClientSession(1567421713)--Connection(1046162528)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.162--ClientSession(1567421713)--Connection(257773193)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:26.163--ClientSession(1567421713)--Connection(257773193)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.163--ServerSession(454071866)--Connection(1046162528)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.163--UnitOfWork(933282528)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.163--UnitOfWork(933282528)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.163--UnitOfWork(933282528)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.163--ClientSession(1567421713)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.163--UnitOfWork(933282528)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.163--ClientSession(1567421713)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.163--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1828034390
    [junit] [EL Finer]: 2024-04-17 17:54:26.163--ClientSession(1828034390)--Thread(Thread[main,5,main])--acquire unit of work: 195726980
    [junit] [EL Finest]: 2024-04-17 17:54:26.163--UnitOfWork(195726980)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.163--ServerSession(454071866)--Connection(1852219518)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.163--ServerSession(454071866)--Connection(1852219518)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.163--ServerSession(454071866)--Connection(214712056)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.164--ServerSession(454071866)--Connection(1852219518)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.164--UnitOfWork(195726980)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.164--UnitOfWork(195726980)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.164--UnitOfWork(195726980)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.164--UnitOfWork(195726980)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:26.164--UnitOfWork(195726980)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@13c23eb2)
    [junit] [EL Finest]: 2024-04-17 17:54:26.164--ServerSession(454071866)--Connection(623564269)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.164--ClientSession(1828034390)--Connection(623564269)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.164--ClientSession(1828034390)--Connection(623564269)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.164--ClientSession(1828034390)--Connection(1929903503)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [15, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:26.164--ClientSession(1828034390)--Connection(1929903503)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.165--ServerSession(454071866)--Connection(623564269)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.165--UnitOfWork(195726980)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.165--UnitOfWork(195726980)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.165--UnitOfWork(195726980)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.165--ClientSession(1828034390)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.165--UnitOfWork(195726980)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.165--ClientSession(1828034390)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.165--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1504312856
    [junit] [EL Finer]: 2024-04-17 17:54:26.165--ClientSession(1504312856)--Thread(Thread[main,5,main])--acquire unit of work: 710925693
    [junit] [EL Finest]: 2024-04-17 17:54:26.165--UnitOfWork(710925693)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.165--UnitOfWork(710925693)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.165--UnitOfWork(710925693)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@13c23eb2)
    [junit] [EL Finest]: 2024-04-17 17:54:26.165--ServerSession(454071866)--Connection(83832290)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.165--ClientSession(1504312856)--Connection(83832290)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.165--ClientSession(1504312856)--Connection(83832290)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.165--ClientSession(1504312856)--Connection(305158747)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:26.165--ClientSession(1504312856)--Connection(305158747)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.166--ServerSession(454071866)--Connection(83832290)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.166--UnitOfWork(710925693)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.166--UnitOfWork(710925693)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.166--UnitOfWork(710925693)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.166--ClientSession(1504312856)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.166--UnitOfWork(710925693)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.166--ClientSession(1504312856)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.166--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1698356981
    [junit] [EL Finer]: 2024-04-17 17:54:26.166--ClientSession(1698356981)--Thread(Thread[main,5,main])--acquire unit of work: 416771981
    [junit] [EL Finest]: 2024-04-17 17:54:26.166--UnitOfWork(416771981)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.166--ServerSession(454071866)--Connection(145038414)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.166--ServerSession(454071866)--Connection(145038414)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.166--ServerSession(454071866)--Connection(1216312958)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.166--ServerSession(454071866)--Connection(145038414)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.166--UnitOfWork(416771981)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.166--UnitOfWork(416771981)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.166--UnitOfWork(416771981)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.166--UnitOfWork(416771981)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.166--UnitOfWork(416771981)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.166--ClientSession(1698356981)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.166--UnitOfWork(416771981)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.166--ClientSession(1698356981)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.166--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1267794654
    [junit] [EL Finer]: 2024-04-17 17:54:26.166--ClientSession(1267794654)--Thread(Thread[main,5,main])--acquire unit of work: 1044543770
    [junit] [EL Finest]: 2024-04-17 17:54:26.167--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-17 17:54:26.167--ServerSession(454071866)--Connection(769681661)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.167--ServerSession(454071866)--Connection(769681661)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.167--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-17 17:54:26.167--ServerSession(454071866)--Connection(769681661)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.167--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 Finer]: 2024-04-17 17:54:26.167--UnitOfWork(1044543770)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.167--UnitOfWork(1044543770)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@49defb82)
    [junit] [EL Finest]: 2024-04-17 17:54:26.167--ServerSession(454071866)--Connection(134033405)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.167--ClientSession(1267794654)--Connection(134033405)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.167--ClientSession(1267794654)--Connection(134033405)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.167--ClientSession(1267794654)--Connection(960616043)--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-17 17:54:26.168--ClientSession(1267794654)--Connection(960616043)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.168--ServerSession(454071866)--Connection(134033405)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.168--UnitOfWork(1044543770)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.168--UnitOfWork(1044543770)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.168--UnitOfWork(1044543770)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.168--ClientSession(1267794654)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.168--UnitOfWork(1044543770)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.168--ClientSession(1267794654)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.168--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 319762122
    [junit] [EL Finer]: 2024-04-17 17:54:26.168--ClientSession(319762122)--Thread(Thread[main,5,main])--acquire unit of work: 2112055697
    [junit] [EL Finest]: 2024-04-17 17:54:26.168--UnitOfWork(2112055697)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.168--ServerSession(454071866)--Connection(1244011208)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.168--ServerSession(454071866)--Connection(1244011208)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.168--ServerSession(454071866)--Connection(549868595)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.168--ServerSession(454071866)--Connection(1244011208)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.169--UnitOfWork(2112055697)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.169--UnitOfWork(2112055697)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.169--UnitOfWork(2112055697)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2c1c10b5)
    [junit] [EL Finest]: 2024-04-17 17:54:26.169--ServerSession(454071866)--Connection(1155735177)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.169--ClientSession(319762122)--Connection(1155735177)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.169--ClientSession(319762122)--Connection(1155735177)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.169--ClientSession(319762122)--Connection(610979877)--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-17 17:54:26.169--ClientSession(319762122)--Connection(610979877)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.169--ServerSession(454071866)--Connection(1155735177)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.169--UnitOfWork(2112055697)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.169--UnitOfWork(2112055697)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.169--UnitOfWork(2112055697)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.169--ClientSession(319762122)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.169--UnitOfWork(2112055697)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.169--ClientSession(319762122)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.169--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 196549785
    [junit] [EL Finer]: 2024-04-17 17:54:26.17--ClientSession(196549785)--Thread(Thread[main,5,main])--acquire unit of work: 1476152368
    [junit] [EL Finest]: 2024-04-17 17:54:26.17--UnitOfWork(1476152368)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.17--ServerSession(454071866)--Connection(635782418)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.17--ServerSession(454071866)--Connection(635782418)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.17--ServerSession(454071866)--Connection(845192902)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.17--ServerSession(454071866)--Connection(635782418)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:26.178--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1299462716
    [junit] [EL Finer]: 2024-04-17 17:54:26.178--ClientSession(1299462716)--Thread(Thread[main,5,main])--acquire unit of work: 1759256840
    [junit] [EL Finest]: 2024-04-17 17:54:26.178--UnitOfWork(1759256840)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.178--UnitOfWork(1759256840)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.178--UnitOfWork(1759256840)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@49266f15)
    [junit] [EL Finest]: 2024-04-17 17:54:26.179--ServerSession(454071866)--Connection(1712213348)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.179--ClientSession(1299462716)--Connection(1712213348)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.179--ClientSession(1299462716)--Connection(1712213348)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.179--ClientSession(1299462716)--Connection(1876161740)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:26.179--ClientSession(1299462716)--Connection(1876161740)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.179--ServerSession(454071866)--Connection(1712213348)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.179--UnitOfWork(1759256840)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.179--UnitOfWork(1759256840)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.179--UnitOfWork(1759256840)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.18--ClientSession(1299462716)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.18--UnitOfWork(1759256840)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.18--ClientSession(1299462716)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.18--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 647878755
    [junit] [EL Finer]: 2024-04-17 17:54:26.18--ClientSession(647878755)--Thread(Thread[main,5,main])--acquire unit of work: 854381753
    [junit] [EL Finest]: 2024-04-17 17:54:26.18--UnitOfWork(854381753)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.18--ServerSession(454071866)--Connection(1114190780)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.18--ServerSession(454071866)--Connection(1114190780)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.18--ServerSession(454071866)--Connection(1815583573)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.18--ServerSession(454071866)--Connection(1114190780)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.18--UnitOfWork(854381753)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.18--UnitOfWork(854381753)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.18--UnitOfWork(854381753)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.18--UnitOfWork(854381753)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:26.18--UnitOfWork(854381753)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@70bc4941)
    [junit] [EL Finest]: 2024-04-17 17:54:26.18--ServerSession(454071866)--Connection(738107687)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.18--ClientSession(647878755)--Connection(738107687)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.18--ClientSession(647878755)--Connection(738107687)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.181--ClientSession(647878755)--Connection(129031840)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [33, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:26.181--ClientSession(647878755)--Connection(129031840)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.181--ServerSession(454071866)--Connection(738107687)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.181--UnitOfWork(854381753)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.181--UnitOfWork(854381753)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.181--UnitOfWork(854381753)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.181--ClientSession(647878755)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.181--UnitOfWork(854381753)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.181--ClientSession(647878755)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.181--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1970704765
    [junit] [EL Finer]: 2024-04-17 17:54:26.181--ClientSession(1970704765)--Thread(Thread[main,5,main])--acquire unit of work: 736096621
    [junit] [EL Finest]: 2024-04-17 17:54:26.181--UnitOfWork(736096621)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.181--UnitOfWork(736096621)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.181--UnitOfWork(736096621)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@70bc4941)
    [junit] [EL Finest]: 2024-04-17 17:54:26.181--ServerSession(454071866)--Connection(481541540)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.181--ClientSession(1970704765)--Connection(481541540)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.181--ClientSession(1970704765)--Connection(481541540)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.182--ClientSession(1970704765)--Connection(1569667638)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:26.182--ClientSession(1970704765)--Connection(1569667638)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.182--ServerSession(454071866)--Connection(481541540)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.182--UnitOfWork(736096621)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.182--UnitOfWork(736096621)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.182--UnitOfWork(736096621)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.182--ClientSession(1970704765)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.182--UnitOfWork(736096621)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.182--ClientSession(1970704765)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.182--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2015273493
    [junit] [EL Finer]: 2024-04-17 17:54:26.182--ClientSession(2015273493)--Thread(Thread[main,5,main])--acquire unit of work: 2042719791
    [junit] [EL Finest]: 2024-04-17 17:54:26.182--UnitOfWork(2042719791)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.182--ServerSession(454071866)--Connection(1564190123)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.182--ServerSession(454071866)--Connection(1564190123)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.183--ServerSession(454071866)--Connection(723629579)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.183--ServerSession(454071866)--Connection(1564190123)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.183--UnitOfWork(2042719791)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.183--UnitOfWork(2042719791)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.183--UnitOfWork(2042719791)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.183--UnitOfWork(2042719791)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.183--UnitOfWork(2042719791)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.183--ClientSession(2015273493)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.183--UnitOfWork(2042719791)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.183--ClientSession(2015273493)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.183--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1925284156
    [junit] [EL Finer]: 2024-04-17 17:54:26.183--ClientSession(1925284156)--Thread(Thread[main,5,main])--acquire unit of work: 1097576739
    [junit] [EL Finest]: 2024-04-17 17:54:26.183--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-17 17:54:26.183--ServerSession(454071866)--Connection(368285822)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.183--ServerSession(454071866)--Connection(368285822)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.183--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-17 17:54:26.184--ServerSession(454071866)--Connection(368285822)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.184--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-17 17:54:26.184--UnitOfWork(1097576739)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.184--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-17 17:54:26.184--ServerSession(454071866)--Connection(1458874887)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.184--ClientSession(1925284156)--Connection(1458874887)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.184--ClientSession(1925284156)--Connection(1458874887)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.184--ClientSession(1925284156)--Connection(561081788)--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-17 17:54:26.184--ClientSession(1925284156)--Connection(561081788)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.185--ServerSession(454071866)--Connection(1458874887)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.185--UnitOfWork(1097576739)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.185--UnitOfWork(1097576739)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.185--UnitOfWork(1097576739)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.185--ClientSession(1925284156)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.185--UnitOfWork(1097576739)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.185--ClientSession(1925284156)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.185--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2012906925
    [junit] [EL Finer]: 2024-04-17 17:54:26.185--ClientSession(2012906925)--Thread(Thread[main,5,main])--acquire unit of work: 78491079
    [junit] [EL Finest]: 2024-04-17 17:54:26.185--UnitOfWork(78491079)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.185--ServerSession(454071866)--Connection(781925475)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.185--ServerSession(454071866)--Connection(781925475)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.185--ServerSession(454071866)--Connection(1851589657)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.185--ServerSession(454071866)--Connection(781925475)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.185--UnitOfWork(78491079)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.185--UnitOfWork(78491079)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.185--UnitOfWork(78491079)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@24036c75)
    [junit] [EL Finest]: 2024-04-17 17:54:26.185--ServerSession(454071866)--Connection(1442291478)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.185--ClientSession(2012906925)--Connection(1442291478)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.185--ClientSession(2012906925)--Connection(1442291478)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.186--ClientSession(2012906925)--Connection(1371968393)--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-17 17:54:26.186--ClientSession(2012906925)--Connection(1371968393)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.186--ServerSession(454071866)--Connection(1442291478)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.186--UnitOfWork(78491079)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.186--UnitOfWork(78491079)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.186--UnitOfWork(78491079)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.186--ClientSession(2012906925)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.186--UnitOfWork(78491079)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.186--ClientSession(2012906925)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.186--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1552039365
    [junit] [EL Finer]: 2024-04-17 17:54:26.186--ClientSession(1552039365)--Thread(Thread[main,5,main])--acquire unit of work: 895751788
    [junit] [EL Finest]: 2024-04-17 17:54:26.186--UnitOfWork(895751788)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.186--ServerSession(454071866)--Connection(1356562834)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.186--ServerSession(454071866)--Connection(1356562834)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.186--ServerSession(454071866)--Connection(1997395876)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.187--ServerSession(454071866)--Connection(1356562834)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.187--UnitOfWork(895751788)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.187--UnitOfWork(895751788)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.187--UnitOfWork(895751788)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2f6e06ca)
    [junit] [EL Finest]: 2024-04-17 17:54:26.187--ServerSession(454071866)--Connection(974952081)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.187--ClientSession(1552039365)--Connection(974952081)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.187--ClientSession(1552039365)--Connection(974952081)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.187--ClientSession(1552039365)--Connection(1701519711)--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-17 17:54:26.187--ClientSession(1552039365)--Connection(1701519711)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.188--ServerSession(454071866)--Connection(974952081)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.188--UnitOfWork(895751788)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.188--UnitOfWork(895751788)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.188--UnitOfWork(895751788)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.188--ClientSession(1552039365)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.188--UnitOfWork(895751788)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.188--ClientSession(1552039365)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.188--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 930732386
    [junit] [EL Finer]: 2024-04-17 17:54:26.188--ClientSession(930732386)--Thread(Thread[main,5,main])--acquire unit of work: 1762621698
    [junit] [EL Finest]: 2024-04-17 17:54:26.188--UnitOfWork(1762621698)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.188--ServerSession(454071866)--Connection(1439878309)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.188--ServerSession(454071866)--Connection(1439878309)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.188--ServerSession(454071866)--Connection(251552306)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.188--ServerSession(454071866)--Connection(1439878309)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.188--UnitOfWork(1762621698)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.188--UnitOfWork(1762621698)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.188--UnitOfWork(1762621698)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@65e0b8cb)
    [junit] [EL Finest]: 2024-04-17 17:54:26.188--ServerSession(454071866)--Connection(1527184948)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.188--ClientSession(930732386)--Connection(1527184948)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.188--ClientSession(930732386)--Connection(1527184948)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.189--ClientSession(930732386)--Connection(70138426)--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-17 17:54:26.189--ClientSession(930732386)--Connection(70138426)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.189--ServerSession(454071866)--Connection(1527184948)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.189--UnitOfWork(1762621698)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.189--UnitOfWork(1762621698)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.189--UnitOfWork(1762621698)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.189--ClientSession(930732386)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.189--UnitOfWork(1762621698)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.189--ClientSession(930732386)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.189--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1707379320
    [junit] [EL Finer]: 2024-04-17 17:54:26.189--ClientSession(1707379320)--Thread(Thread[main,5,main])--acquire unit of work: 165625770
    [junit] [EL Finest]: 2024-04-17 17:54:26.189--UnitOfWork(165625770)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.189--ServerSession(454071866)--Connection(2085956417)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.189--ServerSession(454071866)--Connection(2085956417)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.189--ServerSession(454071866)--Connection(1610281987)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.19--ServerSession(454071866)--Connection(2085956417)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:26.198--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1291168534
    [junit] [EL Finer]: 2024-04-17 17:54:26.198--ClientSession(1291168534)--Thread(Thread[main,5,main])--acquire unit of work: 402834256
    [junit] [EL Finest]: 2024-04-17 17:54:26.198--UnitOfWork(402834256)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.198--UnitOfWork(402834256)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.199--UnitOfWork(402834256)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@792b67f1)
    [junit] [EL Finest]: 2024-04-17 17:54:26.199--ServerSession(454071866)--Connection(1420934487)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.254--ClientSession(1291168534)--Connection(1420934487)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.254--ClientSession(1291168534)--Connection(1420934487)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.255--ClientSession(1291168534)--Connection(1520958674)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:26.256--ClientSession(1291168534)--Connection(1520958674)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.256--ServerSession(454071866)--Connection(1420934487)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.256--UnitOfWork(402834256)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.256--UnitOfWork(402834256)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.256--UnitOfWork(402834256)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.256--ClientSession(1291168534)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.256--UnitOfWork(402834256)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.256--ClientSession(1291168534)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.256--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 626959450
    [junit] [EL Finer]: 2024-04-17 17:54:26.256--ClientSession(626959450)--Thread(Thread[main,5,main])--acquire unit of work: 2086465187
    [junit] [EL Finest]: 2024-04-17 17:54:26.256--UnitOfWork(2086465187)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.256--ServerSession(454071866)--Connection(435739798)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.256--ServerSession(454071866)--Connection(435739798)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.256--ServerSession(454071866)--Connection(1778251501)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.257--ServerSession(454071866)--Connection(435739798)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.257--UnitOfWork(2086465187)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.257--UnitOfWork(2086465187)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.257--UnitOfWork(2086465187)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.257--UnitOfWork(2086465187)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:26.257--UnitOfWork(2086465187)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@22e32b93)
    [junit] [EL Finest]: 2024-04-17 17:54:26.257--ServerSession(454071866)--Connection(2070713570)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.257--ClientSession(626959450)--Connection(2070713570)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.257--ClientSession(626959450)--Connection(2070713570)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.257--ClientSession(626959450)--Connection(1301567088)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [34, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:26.258--ClientSession(626959450)--Connection(1301567088)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.258--ServerSession(454071866)--Connection(2070713570)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.258--UnitOfWork(2086465187)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.258--UnitOfWork(2086465187)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.258--UnitOfWork(2086465187)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.258--ClientSession(626959450)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.258--UnitOfWork(2086465187)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.258--ClientSession(626959450)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.258--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 162984930
    [junit] [EL Finer]: 2024-04-17 17:54:26.258--ClientSession(162984930)--Thread(Thread[main,5,main])--acquire unit of work: 375565746
    [junit] [EL Finest]: 2024-04-17 17:54:26.258--UnitOfWork(375565746)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.258--UnitOfWork(375565746)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.258--UnitOfWork(375565746)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@22e32b93)
    [junit] [EL Finest]: 2024-04-17 17:54:26.258--ServerSession(454071866)--Connection(231804236)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.258--ClientSession(162984930)--Connection(231804236)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.258--ClientSession(162984930)--Connection(231804236)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.258--ClientSession(162984930)--Connection(868665079)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:26.259--ClientSession(162984930)--Connection(868665079)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.259--ServerSession(454071866)--Connection(231804236)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.259--UnitOfWork(375565746)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.259--UnitOfWork(375565746)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.259--UnitOfWork(375565746)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.259--ClientSession(162984930)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.259--UnitOfWork(375565746)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.259--ClientSession(162984930)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.259--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 465417823
    [junit] [EL Finer]: 2024-04-17 17:54:26.259--ClientSession(465417823)--Thread(Thread[main,5,main])--acquire unit of work: 511931145
    [junit] [EL Finest]: 2024-04-17 17:54:26.259--UnitOfWork(511931145)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.259--ServerSession(454071866)--Connection(460848976)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.26--ServerSession(454071866)--Connection(460848976)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.26--ServerSession(454071866)--Connection(2085278924)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.26--ServerSession(454071866)--Connection(460848976)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.26--UnitOfWork(511931145)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.26--UnitOfWork(511931145)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.26--UnitOfWork(511931145)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.26--UnitOfWork(511931145)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.26--UnitOfWork(511931145)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.26--ClientSession(465417823)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.26--UnitOfWork(511931145)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.26--ClientSession(465417823)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.26--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 21104114
    [junit] [EL Finer]: 2024-04-17 17:54:26.26--ClientSession(21104114)--Thread(Thread[main,5,main])--acquire unit of work: 389373604
    [junit] [EL Finest]: 2024-04-17 17:54:26.26--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-17 17:54:26.26--ServerSession(454071866)--Connection(1965229017)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.26--ServerSession(454071866)--Connection(1965229017)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.26--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-17 17:54:26.261--ServerSession(454071866)--Connection(1965229017)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.261--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-17 17:54:26.261--UnitOfWork(389373604)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.261--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-17 17:54:26.261--ServerSession(454071866)--Connection(1267539090)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.261--ClientSession(21104114)--Connection(1267539090)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.261--ClientSession(21104114)--Connection(1267539090)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.261--ClientSession(21104114)--Connection(1600194436)--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-17 17:54:26.262--ClientSession(21104114)--Connection(1600194436)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.262--ServerSession(454071866)--Connection(1267539090)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.262--UnitOfWork(389373604)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.262--UnitOfWork(389373604)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.262--UnitOfWork(389373604)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.262--ClientSession(21104114)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.262--UnitOfWork(389373604)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.262--ClientSession(21104114)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.262--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 308478736
    [junit] [EL Finer]: 2024-04-17 17:54:26.262--ClientSession(308478736)--Thread(Thread[main,5,main])--acquire unit of work: 833217602
    [junit] [EL Finest]: 2024-04-17 17:54:26.262--UnitOfWork(833217602)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.262--ServerSession(454071866)--Connection(1721993428)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.262--ServerSession(454071866)--Connection(1721993428)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.262--ServerSession(454071866)--Connection(2050792862)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.262--ServerSession(454071866)--Connection(1721993428)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.262--UnitOfWork(833217602)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.263--UnitOfWork(833217602)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.263--UnitOfWork(833217602)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@e381bf5)
    [junit] [EL Finest]: 2024-04-17 17:54:26.263--ServerSession(454071866)--Connection(1785296057)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.263--ClientSession(308478736)--Connection(1785296057)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.263--ClientSession(308478736)--Connection(1785296057)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.263--ClientSession(308478736)--Connection(1902988420)--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-17 17:54:26.263--ClientSession(308478736)--Connection(1902988420)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.263--ServerSession(454071866)--Connection(1785296057)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.263--UnitOfWork(833217602)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.263--UnitOfWork(833217602)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.263--UnitOfWork(833217602)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.263--ClientSession(308478736)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.263--UnitOfWork(833217602)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.263--ClientSession(308478736)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.264--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1972879214
    [junit] [EL Finer]: 2024-04-17 17:54:26.264--ClientSession(1972879214)--Thread(Thread[main,5,main])--acquire unit of work: 1425723865
    [junit] [EL Finest]: 2024-04-17 17:54:26.264--UnitOfWork(1425723865)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.264--ServerSession(454071866)--Connection(1332264622)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.264--ServerSession(454071866)--Connection(1332264622)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.264--ServerSession(454071866)--Connection(1342450386)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.264--ServerSession(454071866)--Connection(1332264622)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.264--UnitOfWork(1425723865)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.264--UnitOfWork(1425723865)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.264--UnitOfWork(1425723865)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1ad6edb7)
    [junit] [EL Finest]: 2024-04-17 17:54:26.264--ServerSession(454071866)--Connection(1642219517)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.264--ClientSession(1972879214)--Connection(1642219517)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.264--ClientSession(1972879214)--Connection(1642219517)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.264--ClientSession(1972879214)--Connection(2110090153)--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-17 17:54:26.265--ClientSession(1972879214)--Connection(2110090153)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.265--ServerSession(454071866)--Connection(1642219517)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.265--UnitOfWork(1425723865)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.265--UnitOfWork(1425723865)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.265--UnitOfWork(1425723865)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.265--ClientSession(1972879214)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.265--UnitOfWork(1425723865)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.265--ClientSession(1972879214)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.265--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1306781873
    [junit] [EL Finer]: 2024-04-17 17:54:26.265--ClientSession(1306781873)--Thread(Thread[main,5,main])--acquire unit of work: 1045271391
    [junit] [EL Finest]: 2024-04-17 17:54:26.265--UnitOfWork(1045271391)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.265--ServerSession(454071866)--Connection(1753427740)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.265--ServerSession(454071866)--Connection(1753427740)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.265--ServerSession(454071866)--Connection(608908525)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.266--ServerSession(454071866)--Connection(1753427740)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.266--UnitOfWork(1045271391)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.266--UnitOfWork(1045271391)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.266--UnitOfWork(1045271391)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@243a4456)
    [junit] [EL Finest]: 2024-04-17 17:54:26.266--ServerSession(454071866)--Connection(681692677)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.266--ClientSession(1306781873)--Connection(681692677)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.266--ClientSession(1306781873)--Connection(681692677)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.266--ClientSession(1306781873)--Connection(555880426)--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-17 17:54:26.266--ClientSession(1306781873)--Connection(555880426)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.266--ServerSession(454071866)--Connection(681692677)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.266--UnitOfWork(1045271391)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.266--UnitOfWork(1045271391)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.266--UnitOfWork(1045271391)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.267--ClientSession(1306781873)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.267--UnitOfWork(1045271391)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.267--ClientSession(1306781873)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.267--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 25823731
    [junit] [EL Finer]: 2024-04-17 17:54:26.267--ClientSession(25823731)--Thread(Thread[main,5,main])--acquire unit of work: 662519329
    [junit] [EL Finest]: 2024-04-17 17:54:26.267--UnitOfWork(662519329)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.267--ServerSession(454071866)--Connection(370227323)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.267--ServerSession(454071866)--Connection(370227323)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.267--ServerSession(454071866)--Connection(643222098)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.267--ServerSession(454071866)--Connection(370227323)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:26.276--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1595403770
    [junit] [EL Finer]: 2024-04-17 17:54:26.276--ClientSession(1595403770)--Thread(Thread[main,5,main])--acquire unit of work: 1918218676
    [junit] [EL Finest]: 2024-04-17 17:54:26.276--UnitOfWork(1918218676)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.276--UnitOfWork(1918218676)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.276--UnitOfWork(1918218676)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@24c50db8)
    [junit] [EL Finest]: 2024-04-17 17:54:26.276--ServerSession(454071866)--Connection(798568582)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.276--ClientSession(1595403770)--Connection(798568582)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.276--ClientSession(1595403770)--Connection(798568582)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.276--ClientSession(1595403770)--Connection(1881074896)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:26.276--ClientSession(1595403770)--Connection(1881074896)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.277--ServerSession(454071866)--Connection(798568582)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.277--UnitOfWork(1918218676)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.277--UnitOfWork(1918218676)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.277--UnitOfWork(1918218676)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.277--ClientSession(1595403770)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.277--UnitOfWork(1918218676)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.277--ClientSession(1595403770)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.277--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 949618932
    [junit] [EL Finer]: 2024-04-17 17:54:26.277--ClientSession(949618932)--Thread(Thread[main,5,main])--acquire unit of work: 1591808609
    [junit] [EL Finest]: 2024-04-17 17:54:26.277--UnitOfWork(1591808609)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.277--ServerSession(454071866)--Connection(1503530241)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.277--ServerSession(454071866)--Connection(1503530241)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.277--ServerSession(454071866)--Connection(1907435059)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.277--ServerSession(454071866)--Connection(1503530241)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.277--UnitOfWork(1591808609)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.277--UnitOfWork(1591808609)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.277--UnitOfWork(1591808609)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.277--UnitOfWork(1591808609)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:26.278--UnitOfWork(1591808609)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4fa02612)
    [junit] [EL Finest]: 2024-04-17 17:54:26.278--ServerSession(454071866)--Connection(503840432)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.278--ClientSession(949618932)--Connection(503840432)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.278--ClientSession(949618932)--Connection(503840432)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.278--ClientSession(949618932)--Connection(634554028)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [43, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:26.278--ClientSession(949618932)--Connection(634554028)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.278--ServerSession(454071866)--Connection(503840432)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.278--UnitOfWork(1591808609)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.278--UnitOfWork(1591808609)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.278--UnitOfWork(1591808609)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.278--ClientSession(949618932)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.278--UnitOfWork(1591808609)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.278--ClientSession(949618932)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.278--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1930198525
    [junit] [EL Finer]: 2024-04-17 17:54:26.278--ClientSession(1930198525)--Thread(Thread[main,5,main])--acquire unit of work: 1382018898
    [junit] [EL Finest]: 2024-04-17 17:54:26.278--UnitOfWork(1382018898)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.278--UnitOfWork(1382018898)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.278--UnitOfWork(1382018898)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4fa02612)
    [junit] [EL Finest]: 2024-04-17 17:54:26.278--ServerSession(454071866)--Connection(1840145844)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.278--ClientSession(1930198525)--Connection(1840145844)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.278--ClientSession(1930198525)--Connection(1840145844)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.279--ClientSession(1930198525)--Connection(1347771391)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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@7ddd0e69, 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-17 17:54:26.279--ClientSession(1930198525)--Connection(1347771391)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.279--ServerSession(454071866)--Connection(1840145844)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.279--UnitOfWork(1382018898)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.279--UnitOfWork(1382018898)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.279--UnitOfWork(1382018898)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.279--ClientSession(1930198525)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.279--UnitOfWork(1382018898)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.279--ClientSession(1930198525)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.279--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1657786161
    [junit] [EL Finer]: 2024-04-17 17:54:26.279--ClientSession(1657786161)--Thread(Thread[main,5,main])--acquire unit of work: 2012490567
    [junit] [EL Finest]: 2024-04-17 17:54:26.279--UnitOfWork(2012490567)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.279--ServerSession(454071866)--Connection(218373349)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.279--ServerSession(454071866)--Connection(218373349)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.28--ServerSession(454071866)--Connection(1695035353)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.28--ServerSession(454071866)--Connection(218373349)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.28--UnitOfWork(2012490567)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.28--UnitOfWork(2012490567)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.28--UnitOfWork(2012490567)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.28--UnitOfWork(2012490567)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.28--UnitOfWork(2012490567)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.28--ClientSession(1657786161)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.28--UnitOfWork(2012490567)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.28--ClientSession(1657786161)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.28--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 650523432
    [junit] [EL Finer]: 2024-04-17 17:54:26.28--ClientSession(650523432)--Thread(Thread[main,5,main])--acquire unit of work: 1234904908
    [junit] [EL Finest]: 2024-04-17 17:54:26.28--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-17 17:54:26.28--ServerSession(454071866)--Connection(901670657)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.28--ServerSession(454071866)--Connection(901670657)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.28--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-17 17:54:26.281--ServerSession(454071866)--Connection(901670657)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.281--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-17 17:54:26.281--UnitOfWork(1234904908)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.281--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-17 17:54:26.281--ServerSession(454071866)--Connection(989796714)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.281--ClientSession(650523432)--Connection(989796714)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.281--ClientSession(650523432)--Connection(989796714)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.281--ClientSession(650523432)--Connection(635724867)--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-17 17:54:26.281--ClientSession(650523432)--Connection(635724867)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.282--ServerSession(454071866)--Connection(989796714)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.282--UnitOfWork(1234904908)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.282--UnitOfWork(1234904908)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.282--UnitOfWork(1234904908)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.282--ClientSession(650523432)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.282--UnitOfWork(1234904908)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.282--ClientSession(650523432)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.282--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 115415387
    [junit] [EL Finer]: 2024-04-17 17:54:26.282--ClientSession(115415387)--Thread(Thread[main,5,main])--acquire unit of work: 1191319276
    [junit] [EL Finest]: 2024-04-17 17:54:26.282--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-17 17:54:26.282--ServerSession(454071866)--Connection(1103275059)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.282--ServerSession(454071866)--Connection(1103275059)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.282--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-17 17:54:26.282--ServerSession(454071866)--Connection(1103275059)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.282--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-17 17:54:26.282--UnitOfWork(1191319276)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.282--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-17 17:54:26.282--ServerSession(454071866)--Connection(1713883717)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.282--ClientSession(115415387)--Connection(1713883717)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.282--ClientSession(115415387)--Connection(1713883717)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.283--ClientSession(115415387)--Connection(307477490)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET PBA_BLOB = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [[B@7ddd0e69, 3, 43, 2]
    [junit] [EL Finer]: 2024-04-17 17:54:26.283--ClientSession(115415387)--Connection(307477490)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.283--ServerSession(454071866)--Connection(1713883717)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.283--UnitOfWork(1191319276)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.283--UnitOfWork(1191319276)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.283--UnitOfWork(1191319276)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.283--ClientSession(115415387)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.283--UnitOfWork(1191319276)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.283--ClientSession(115415387)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.283--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2022782464
    [junit] [EL Finer]: 2024-04-17 17:54:26.283--ClientSession(2022782464)--Thread(Thread[main,5,main])--acquire unit of work: 540847797
    [junit] [EL Finest]: 2024-04-17 17:54:26.283--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-17 17:54:26.283--ServerSession(454071866)--Connection(801054059)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.283--ServerSession(454071866)--Connection(801054059)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.283--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-17 17:54:26.284--ServerSession(454071866)--Connection(801054059)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.284--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 Finer]: 2024-04-17 17:54:26.284--UnitOfWork(540847797)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.284--UnitOfWork(540847797)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7b9624ed)
    [junit] [EL Finest]: 2024-04-17 17:54:26.284--ServerSession(454071866)--Connection(819041667)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.284--ClientSession(2022782464)--Connection(819041667)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.284--ClientSession(2022782464)--Connection(819041667)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.284--ClientSession(2022782464)--Connection(389615385)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET PBA_BLOB = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [[B@5dc2e900, 4, 43, 3]
    [junit] [EL Finer]: 2024-04-17 17:54:26.284--ClientSession(2022782464)--Connection(389615385)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.285--ServerSession(454071866)--Connection(819041667)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.285--UnitOfWork(540847797)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.285--UnitOfWork(540847797)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.285--UnitOfWork(540847797)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.285--ClientSession(2022782464)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.285--UnitOfWork(540847797)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.285--ClientSession(2022782464)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.285--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 784178620
    [junit] [EL Finer]: 2024-04-17 17:54:26.285--ClientSession(784178620)--Thread(Thread[main,5,main])--acquire unit of work: 1694362498
    [junit] [EL Finest]: 2024-04-17 17:54:26.285--UnitOfWork(1694362498)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.285--ServerSession(454071866)--Connection(1004757443)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.285--ServerSession(454071866)--Connection(1004757443)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.285--ServerSession(454071866)--Connection(1251045957)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.285--ServerSession(454071866)--Connection(1004757443)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.285--UnitOfWork(1694362498)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.285--UnitOfWork(1694362498)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.285--UnitOfWork(1694362498)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3a90dbf)
    [junit] [EL Finest]: 2024-04-17 17:54:26.285--ServerSession(454071866)--Connection(1655096323)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.285--ClientSession(784178620)--Connection(1655096323)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.285--ClientSession(784178620)--Connection(1655096323)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.286--ClientSession(784178620)--Connection(1887509351)--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-17 17:54:26.286--ClientSession(784178620)--Connection(1887509351)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.286--ServerSession(454071866)--Connection(1655096323)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.286--UnitOfWork(1694362498)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.286--UnitOfWork(1694362498)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.286--UnitOfWork(1694362498)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.286--ClientSession(784178620)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.286--UnitOfWork(1694362498)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.286--ClientSession(784178620)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.286--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1009128757
    [junit] [EL Finer]: 2024-04-17 17:54:26.286--ClientSession(1009128757)--Thread(Thread[main,5,main])--acquire unit of work: 1760839790
    [junit] [EL Finest]: 2024-04-17 17:54:26.286--UnitOfWork(1760839790)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.286--ServerSession(454071866)--Connection(282475572)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.286--ServerSession(454071866)--Connection(282475572)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.286--ServerSession(454071866)--Connection(1521704415)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.287--ServerSession(454071866)--Connection(282475572)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:26.295--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1962795156
    [junit] [EL Finer]: 2024-04-17 17:54:26.295--ClientSession(1962795156)--Thread(Thread[main,5,main])--acquire unit of work: 1189197130
    [junit] [EL Finest]: 2024-04-17 17:54:26.295--UnitOfWork(1189197130)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.295--UnitOfWork(1189197130)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.295--UnitOfWork(1189197130)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@16c2d6d2)
    [junit] [EL Finest]: 2024-04-17 17:54:26.295--ServerSession(454071866)--Connection(817851970)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.296--ClientSession(1962795156)--Connection(817851970)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.296--ClientSession(1962795156)--Connection(817851970)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.296--ClientSession(1962795156)--Connection(2067781370)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:26.296--ClientSession(1962795156)--Connection(2067781370)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.296--ServerSession(454071866)--Connection(817851970)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.359--UnitOfWork(1189197130)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.359--UnitOfWork(1189197130)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.359--UnitOfWork(1189197130)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.359--ClientSession(1962795156)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.359--UnitOfWork(1189197130)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.359--ClientSession(1962795156)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.359--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1044644903
    [junit] [EL Finer]: 2024-04-17 17:54:26.359--ClientSession(1044644903)--Thread(Thread[main,5,main])--acquire unit of work: 1975693523
    [junit] [EL Finest]: 2024-04-17 17:54:26.359--UnitOfWork(1975693523)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.359--ServerSession(454071866)--Connection(1892626583)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.359--ServerSession(454071866)--Connection(1892626583)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.36--ServerSession(454071866)--Connection(1425546788)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.36--ServerSession(454071866)--Connection(1892626583)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.36--UnitOfWork(1975693523)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.36--UnitOfWork(1975693523)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.36--UnitOfWork(1975693523)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.36--UnitOfWork(1975693523)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:26.36--UnitOfWork(1975693523)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2aa7280b)
    [junit] [EL Finest]: 2024-04-17 17:54:26.36--ServerSession(454071866)--Connection(939052342)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.36--ClientSession(1044644903)--Connection(939052342)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.36--ClientSession(1044644903)--Connection(939052342)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.361--ClientSession(1044644903)--Connection(1732667428)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [22, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:26.361--ClientSession(1044644903)--Connection(1732667428)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.361--ServerSession(454071866)--Connection(939052342)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.361--UnitOfWork(1975693523)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.361--UnitOfWork(1975693523)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.361--UnitOfWork(1975693523)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.361--ClientSession(1044644903)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.361--UnitOfWork(1975693523)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.361--ClientSession(1044644903)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.361--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2015954063
    [junit] [EL Finer]: 2024-04-17 17:54:26.361--ClientSession(2015954063)--Thread(Thread[main,5,main])--acquire unit of work: 155842497
    [junit] [EL Finest]: 2024-04-17 17:54:26.361--UnitOfWork(155842497)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.361--UnitOfWork(155842497)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.361--UnitOfWork(155842497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2aa7280b)
    [junit] [EL Finest]: 2024-04-17 17:54:26.361--ServerSession(454071866)--Connection(1054267099)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.362--ClientSession(2015954063)--Connection(1054267099)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.362--ClientSession(2015954063)--Connection(1054267099)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.362--ClientSession(2015954063)--Connection(241938674)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:26.362--ClientSession(2015954063)--Connection(241938674)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.362--ServerSession(454071866)--Connection(1054267099)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.362--UnitOfWork(155842497)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.362--UnitOfWork(155842497)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.362--UnitOfWork(155842497)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.362--ClientSession(2015954063)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.362--UnitOfWork(155842497)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.362--ClientSession(2015954063)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.362--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1082457863
    [junit] [EL Finer]: 2024-04-17 17:54:26.363--ClientSession(1082457863)--Thread(Thread[main,5,main])--acquire unit of work: 1223461314
    [junit] [EL Finest]: 2024-04-17 17:54:26.363--UnitOfWork(1223461314)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.363--ServerSession(454071866)--Connection(458447885)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.363--ServerSession(454071866)--Connection(458447885)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.363--ServerSession(454071866)--Connection(115141847)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.363--ServerSession(454071866)--Connection(458447885)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.363--UnitOfWork(1223461314)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.363--UnitOfWork(1223461314)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.363--UnitOfWork(1223461314)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.363--UnitOfWork(1223461314)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.363--UnitOfWork(1223461314)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.363--ClientSession(1082457863)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.363--UnitOfWork(1223461314)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.363--ClientSession(1082457863)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.363--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 765466931
    [junit] [EL Finer]: 2024-04-17 17:54:26.363--ClientSession(765466931)--Thread(Thread[main,5,main])--acquire unit of work: 1988280956
    [junit] [EL Finest]: 2024-04-17 17:54:26.363--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-17 17:54:26.363--ServerSession(454071866)--Connection(1883801755)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.363--ServerSession(454071866)--Connection(1883801755)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.364--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-17 17:54:26.364--ServerSession(454071866)--Connection(1883801755)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.364--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 Finer]: 2024-04-17 17:54:26.364--UnitOfWork(1988280956)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.364--UnitOfWork(1988280956)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2ee4446f)
    [junit] [EL Finest]: 2024-04-17 17:54:26.364--ServerSession(454071866)--Connection(1899449546)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.364--ClientSession(765466931)--Connection(1899449546)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.364--ClientSession(765466931)--Connection(1899449546)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.365--ClientSession(765466931)--Connection(486485804)--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-17 17:54:26.365--ClientSession(765466931)--Connection(486485804)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.366--ServerSession(454071866)--Connection(1899449546)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.366--UnitOfWork(1988280956)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.366--UnitOfWork(1988280956)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.366--UnitOfWork(1988280956)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.366--ClientSession(765466931)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.366--UnitOfWork(1988280956)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.366--ClientSession(765466931)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.366--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 766023430
    [junit] [EL Finer]: 2024-04-17 17:54:26.366--ClientSession(766023430)--Thread(Thread[main,5,main])--acquire unit of work: 463047620
    [junit] [EL Finest]: 2024-04-17 17:54:26.366--UnitOfWork(463047620)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.366--ServerSession(454071866)--Connection(2121945556)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.366--ServerSession(454071866)--Connection(2121945556)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.366--ServerSession(454071866)--Connection(235448939)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.366--ServerSession(454071866)--Connection(2121945556)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.367--UnitOfWork(463047620)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.367--UnitOfWork(463047620)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.367--UnitOfWork(463047620)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@30616c9a)
    [junit] [EL Finest]: 2024-04-17 17:54:26.367--ServerSession(454071866)--Connection(1470743997)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.367--ClientSession(766023430)--Connection(1470743997)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.367--ClientSession(766023430)--Connection(1470743997)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.367--ClientSession(766023430)--Connection(953649671)--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-17 17:54:26.368--ClientSession(766023430)--Connection(953649671)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.368--ServerSession(454071866)--Connection(1470743997)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.368--UnitOfWork(463047620)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.368--UnitOfWork(463047620)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.368--UnitOfWork(463047620)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.368--ClientSession(766023430)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.368--UnitOfWork(463047620)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.368--ClientSession(766023430)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.368--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1417316098
    [junit] [EL Finer]: 2024-04-17 17:54:26.368--ClientSession(1417316098)--Thread(Thread[main,5,main])--acquire unit of work: 1298605085
    [junit] [EL Finest]: 2024-04-17 17:54:26.368--UnitOfWork(1298605085)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.368--ServerSession(454071866)--Connection(1239681028)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.368--ServerSession(454071866)--Connection(1239681028)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.368--ServerSession(454071866)--Connection(65447423)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.369--ServerSession(454071866)--Connection(1239681028)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:26.378--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 183686195
    [junit] [EL Finer]: 2024-04-17 17:54:26.378--ClientSession(183686195)--Thread(Thread[main,5,main])--acquire unit of work: 1395948872
    [junit] [EL Finest]: 2024-04-17 17:54:26.378--UnitOfWork(1395948872)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.378--UnitOfWork(1395948872)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.378--UnitOfWork(1395948872)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@23c00c3b)
    [junit] [EL Finest]: 2024-04-17 17:54:26.378--ServerSession(454071866)--Connection(1483560826)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.378--ClientSession(183686195)--Connection(1483560826)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.378--ClientSession(183686195)--Connection(1483560826)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.378--ClientSession(183686195)--Connection(683917058)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:26.379--ClientSession(183686195)--Connection(683917058)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.379--ServerSession(454071866)--Connection(1483560826)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.379--UnitOfWork(1395948872)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.379--UnitOfWork(1395948872)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.379--UnitOfWork(1395948872)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.379--ClientSession(183686195)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.379--UnitOfWork(1395948872)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.379--ClientSession(183686195)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.379--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1571893460
    [junit] [EL Finer]: 2024-04-17 17:54:26.379--ClientSession(1571893460)--Thread(Thread[main,5,main])--acquire unit of work: 1867872927
    [junit] [EL Finest]: 2024-04-17 17:54:26.379--UnitOfWork(1867872927)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.379--ServerSession(454071866)--Connection(1515975640)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.379--ServerSession(454071866)--Connection(1515975640)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.379--ServerSession(454071866)--Connection(1600172289)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.38--ServerSession(454071866)--Connection(1515975640)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.38--UnitOfWork(1867872927)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.38--UnitOfWork(1867872927)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.38--UnitOfWork(1867872927)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.38--UnitOfWork(1867872927)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:26.38--UnitOfWork(1867872927)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4fc61fd4)
    [junit] [EL Finest]: 2024-04-17 17:54:26.38--ServerSession(454071866)--Connection(271890495)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.38--ClientSession(1571893460)--Connection(271890495)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.38--ClientSession(1571893460)--Connection(271890495)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.38--ClientSession(1571893460)--Connection(63541717)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [45, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:26.38--ClientSession(1571893460)--Connection(63541717)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.38--ServerSession(454071866)--Connection(271890495)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.38--UnitOfWork(1867872927)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.38--UnitOfWork(1867872927)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.38--UnitOfWork(1867872927)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.381--ClientSession(1571893460)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.381--UnitOfWork(1867872927)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.381--ClientSession(1571893460)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.381--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 24330569
    [junit] [EL Finer]: 2024-04-17 17:54:26.381--ClientSession(24330569)--Thread(Thread[main,5,main])--acquire unit of work: 875815960
    [junit] [EL Finest]: 2024-04-17 17:54:26.381--UnitOfWork(875815960)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.381--UnitOfWork(875815960)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.381--UnitOfWork(875815960)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4fc61fd4)
    [junit] [EL Finest]: 2024-04-17 17:54:26.381--ServerSession(454071866)--Connection(2005894652)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.381--ClientSession(24330569)--Connection(2005894652)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.381--ClientSession(24330569)--Connection(2005894652)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.381--ClientSession(24330569)--Connection(1827531597)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:26.381--ClientSession(24330569)--Connection(1827531597)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.382--ServerSession(454071866)--Connection(2005894652)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.382--UnitOfWork(875815960)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.382--UnitOfWork(875815960)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.382--UnitOfWork(875815960)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.382--ClientSession(24330569)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.382--UnitOfWork(875815960)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.382--ClientSession(24330569)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.382--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1613405560
    [junit] [EL Finer]: 2024-04-17 17:54:26.382--ClientSession(1613405560)--Thread(Thread[main,5,main])--acquire unit of work: 1795249380
    [junit] [EL Finest]: 2024-04-17 17:54:26.382--UnitOfWork(1795249380)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.382--ServerSession(454071866)--Connection(1748335946)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.382--ServerSession(454071866)--Connection(1748335946)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.382--ServerSession(454071866)--Connection(25594625)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.382--ServerSession(454071866)--Connection(1748335946)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.382--UnitOfWork(1795249380)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.382--UnitOfWork(1795249380)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.382--UnitOfWork(1795249380)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.382--UnitOfWork(1795249380)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.382--UnitOfWork(1795249380)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.382--ClientSession(1613405560)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.382--UnitOfWork(1795249380)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.382--ClientSession(1613405560)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.382--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 574846124
    [junit] [EL Finer]: 2024-04-17 17:54:26.382--ClientSession(574846124)--Thread(Thread[main,5,main])--acquire unit of work: 254123095
    [junit] [EL Finest]: 2024-04-17 17:54:26.382--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-17 17:54:26.382--ServerSession(454071866)--Connection(2113544970)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.382--ServerSession(454071866)--Connection(2113544970)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.383--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-17 17:54:26.383--ServerSession(454071866)--Connection(2113544970)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.383--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-17 17:54:26.383--UnitOfWork(254123095)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.383--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-17 17:54:26.383--ServerSession(454071866)--Connection(1665398865)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.383--ClientSession(574846124)--Connection(1665398865)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.383--ClientSession(574846124)--Connection(1665398865)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.383--ClientSession(574846124)--Connection(1739221762)--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-17 17:54:26.384--ClientSession(574846124)--Connection(1739221762)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.384--ServerSession(454071866)--Connection(1665398865)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.384--UnitOfWork(254123095)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.384--UnitOfWork(254123095)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.384--UnitOfWork(254123095)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.384--ClientSession(574846124)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.384--UnitOfWork(254123095)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.384--ClientSession(574846124)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.384--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2144965730
    [junit] [EL Finer]: 2024-04-17 17:54:26.384--ClientSession(2144965730)--Thread(Thread[main,5,main])--acquire unit of work: 1627727905
    [junit] [EL Finest]: 2024-04-17 17:54:26.384--UnitOfWork(1627727905)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.384--ServerSession(454071866)--Connection(1430502776)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.384--ServerSession(454071866)--Connection(1430502776)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.384--ServerSession(454071866)--Connection(1978562346)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.384--ServerSession(454071866)--Connection(1430502776)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.385--UnitOfWork(1627727905)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.385--UnitOfWork(1627727905)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.385--UnitOfWork(1627727905)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@eabfbb4)
    [junit] [EL Finest]: 2024-04-17 17:54:26.385--ServerSession(454071866)--Connection(1083856800)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.385--ClientSession(2144965730)--Connection(1083856800)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.385--ClientSession(2144965730)--Connection(1083856800)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.385--ClientSession(2144965730)--Connection(981261533)--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-17 17:54:26.385--ClientSession(2144965730)--Connection(981261533)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.385--ServerSession(454071866)--Connection(1083856800)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.385--UnitOfWork(1627727905)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.385--UnitOfWork(1627727905)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.385--UnitOfWork(1627727905)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.385--ClientSession(2144965730)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.385--UnitOfWork(1627727905)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.385--ClientSession(2144965730)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.385--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1962165373
    [junit] [EL Finer]: 2024-04-17 17:54:26.386--ClientSession(1962165373)--Thread(Thread[main,5,main])--acquire unit of work: 1715550740
    [junit] [EL Finest]: 2024-04-17 17:54:26.386--UnitOfWork(1715550740)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.386--ServerSession(454071866)--Connection(973572149)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.386--ServerSession(454071866)--Connection(973572149)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.386--ServerSession(454071866)--Connection(240908566)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.386--ServerSession(454071866)--Connection(973572149)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.386--UnitOfWork(1715550740)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.386--UnitOfWork(1715550740)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.386--UnitOfWork(1715550740)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@37249389)
    [junit] [EL Finest]: 2024-04-17 17:54:26.386--ServerSession(454071866)--Connection(1613115147)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.386--ClientSession(1962165373)--Connection(1613115147)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.386--ClientSession(1962165373)--Connection(1613115147)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.386--ClientSession(1962165373)--Connection(1818792672)--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-17 17:54:26.387--ClientSession(1962165373)--Connection(1818792672)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.387--ServerSession(454071866)--Connection(1613115147)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.387--UnitOfWork(1715550740)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.387--UnitOfWork(1715550740)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.387--UnitOfWork(1715550740)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.387--ClientSession(1962165373)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.387--UnitOfWork(1715550740)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.387--ClientSession(1962165373)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.387--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1764376460
    [junit] [EL Finer]: 2024-04-17 17:54:26.387--ClientSession(1764376460)--Thread(Thread[main,5,main])--acquire unit of work: 950340565
    [junit] [EL Finest]: 2024-04-17 17:54:26.387--UnitOfWork(950340565)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.387--ServerSession(454071866)--Connection(284320179)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.387--ServerSession(454071866)--Connection(284320179)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.387--ServerSession(454071866)--Connection(1890633094)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.387--ServerSession(454071866)--Connection(284320179)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.387--UnitOfWork(950340565)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.388--UnitOfWork(950340565)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.388--UnitOfWork(950340565)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5835032e)
    [junit] [EL Finest]: 2024-04-17 17:54:26.388--ServerSession(454071866)--Connection(765684840)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.388--ClientSession(1764376460)--Connection(765684840)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.388--ClientSession(1764376460)--Connection(765684840)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.388--ClientSession(1764376460)--Connection(391512005)--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-17 17:54:26.388--ClientSession(1764376460)--Connection(391512005)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.388--ServerSession(454071866)--Connection(765684840)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.388--UnitOfWork(950340565)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.388--UnitOfWork(950340565)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.388--UnitOfWork(950340565)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.388--ClientSession(1764376460)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.388--UnitOfWork(950340565)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.388--ClientSession(1764376460)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.388--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1956682495
    [junit] [EL Finer]: 2024-04-17 17:54:26.388--ClientSession(1956682495)--Thread(Thread[main,5,main])--acquire unit of work: 1112959023
    [junit] [EL Finest]: 2024-04-17 17:54:26.388--UnitOfWork(1112959023)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.388--ServerSession(454071866)--Connection(2051345527)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.388--ServerSession(454071866)--Connection(2051345527)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.389--ServerSession(454071866)--Connection(1349856127)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.389--ServerSession(454071866)--Connection(2051345527)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:26.399--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2104910980
    [junit] [EL Finer]: 2024-04-17 17:54:26.399--ClientSession(2104910980)--Thread(Thread[main,5,main])--acquire unit of work: 747930852
    [junit] [EL Finest]: 2024-04-17 17:54:26.399--UnitOfWork(747930852)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.399--UnitOfWork(747930852)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.399--UnitOfWork(747930852)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5a6c6ffc)
    [junit] [EL Finest]: 2024-04-17 17:54:26.399--ServerSession(454071866)--Connection(451399863)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.399--ClientSession(2104910980)--Connection(451399863)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.399--ClientSession(2104910980)--Connection(451399863)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.4--ClientSession(2104910980)--Connection(308069547)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:26.4--ClientSession(2104910980)--Connection(308069547)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.4--ServerSession(454071866)--Connection(451399863)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.4--UnitOfWork(747930852)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.4--UnitOfWork(747930852)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.4--UnitOfWork(747930852)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.4--ClientSession(2104910980)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.4--UnitOfWork(747930852)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.401--ClientSession(2104910980)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.401--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 559992585
    [junit] [EL Finer]: 2024-04-17 17:54:26.401--ClientSession(559992585)--Thread(Thread[main,5,main])--acquire unit of work: 86430202
    [junit] [EL Finest]: 2024-04-17 17:54:26.401--UnitOfWork(86430202)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.401--ServerSession(454071866)--Connection(1907041385)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.401--ServerSession(454071866)--Connection(1907041385)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.401--ServerSession(454071866)--Connection(1754319373)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.401--ServerSession(454071866)--Connection(1907041385)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.401--UnitOfWork(86430202)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.401--UnitOfWork(86430202)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.401--UnitOfWork(86430202)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.401--UnitOfWork(86430202)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:26.401--UnitOfWork(86430202)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7c35e98f)
    [junit] [EL Finest]: 2024-04-17 17:54:26.401--ServerSession(454071866)--Connection(985360945)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.401--ClientSession(559992585)--Connection(985360945)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.401--ClientSession(559992585)--Connection(985360945)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.402--ClientSession(559992585)--Connection(266683943)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [52, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:26.402--ClientSession(559992585)--Connection(266683943)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.402--ServerSession(454071866)--Connection(985360945)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.402--UnitOfWork(86430202)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.402--UnitOfWork(86430202)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.402--UnitOfWork(86430202)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.402--ClientSession(559992585)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.402--UnitOfWork(86430202)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.402--ClientSession(559992585)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.402--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 540431138
    [junit] [EL Finer]: 2024-04-17 17:54:26.402--ClientSession(540431138)--Thread(Thread[main,5,main])--acquire unit of work: 1102929911
    [junit] [EL Finest]: 2024-04-17 17:54:26.402--UnitOfWork(1102929911)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.402--UnitOfWork(1102929911)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.403--UnitOfWork(1102929911)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7c35e98f)
    [junit] [EL Finest]: 2024-04-17 17:54:26.403--ServerSession(454071866)--Connection(1172064082)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.403--ClientSession(540431138)--Connection(1172064082)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.403--ClientSession(540431138)--Connection(1172064082)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.403--ClientSession(540431138)--Connection(1474409352)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:26.403--ClientSession(540431138)--Connection(1474409352)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.404--ServerSession(454071866)--Connection(1172064082)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.404--UnitOfWork(1102929911)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.404--UnitOfWork(1102929911)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.404--UnitOfWork(1102929911)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.404--ClientSession(540431138)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.404--UnitOfWork(1102929911)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.404--ClientSession(540431138)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.404--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2141951561
    [junit] [EL Finer]: 2024-04-17 17:54:26.404--ClientSession(2141951561)--Thread(Thread[main,5,main])--acquire unit of work: 1483388985
    [junit] [EL Finest]: 2024-04-17 17:54:26.404--UnitOfWork(1483388985)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.404--ServerSession(454071866)--Connection(38612303)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.404--ServerSession(454071866)--Connection(38612303)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.404--ServerSession(454071866)--Connection(1041951326)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.404--ServerSession(454071866)--Connection(38612303)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.404--UnitOfWork(1483388985)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.404--UnitOfWork(1483388985)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.404--UnitOfWork(1483388985)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.404--UnitOfWork(1483388985)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.405--UnitOfWork(1483388985)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.405--ClientSession(2141951561)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.405--UnitOfWork(1483388985)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.405--ClientSession(2141951561)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.405--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 317448144
    [junit] [EL Finer]: 2024-04-17 17:54:26.405--ClientSession(317448144)--Thread(Thread[main,5,main])--acquire unit of work: 243750909
    [junit] [EL Finest]: 2024-04-17 17:54:26.405--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-17 17:54:26.405--ServerSession(454071866)--Connection(691113344)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.405--ServerSession(454071866)--Connection(691113344)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.405--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-17 17:54:26.405--ServerSession(454071866)--Connection(691113344)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.405--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 Finer]: 2024-04-17 17:54:26.405--UnitOfWork(243750909)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.405--UnitOfWork(243750909)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7e96fb67)
    [junit] [EL Finest]: 2024-04-17 17:54:26.406--ServerSession(454071866)--Connection(1566789241)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.406--ClientSession(317448144)--Connection(1566789241)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.406--ClientSession(317448144)--Connection(1566789241)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.406--ClientSession(317448144)--Connection(342346609)--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-17 17:54:26.465--ClientSession(317448144)--Connection(342346609)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.465--ServerSession(454071866)--Connection(1566789241)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.465--UnitOfWork(243750909)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.465--UnitOfWork(243750909)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.465--UnitOfWork(243750909)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.465--ClientSession(317448144)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.465--UnitOfWork(243750909)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.465--ClientSession(317448144)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.465--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 658638472
    [junit] [EL Finer]: 2024-04-17 17:54:26.465--ClientSession(658638472)--Thread(Thread[main,5,main])--acquire unit of work: 1612027039
    [junit] [EL Finest]: 2024-04-17 17:54:26.465--UnitOfWork(1612027039)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.465--ServerSession(454071866)--Connection(1241769903)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.465--ServerSession(454071866)--Connection(1241769903)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.465--ServerSession(454071866)--Connection(1203577760)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.466--ServerSession(454071866)--Connection(1241769903)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.466--UnitOfWork(1612027039)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.466--UnitOfWork(1612027039)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.466--UnitOfWork(1612027039)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3c81c875)
    [junit] [EL Finest]: 2024-04-17 17:54:26.466--ServerSession(454071866)--Connection(1197793387)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.466--ClientSession(658638472)--Connection(1197793387)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.466--ClientSession(658638472)--Connection(1197793387)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.467--ClientSession(658638472)--Connection(1473547229)--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-17 17:54:26.467--ClientSession(658638472)--Connection(1473547229)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.467--ServerSession(454071866)--Connection(1197793387)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.467--UnitOfWork(1612027039)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.467--UnitOfWork(1612027039)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.467--UnitOfWork(1612027039)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.467--ClientSession(658638472)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.467--UnitOfWork(1612027039)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.467--ClientSession(658638472)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.467--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1602385285
    [junit] [EL Finer]: 2024-04-17 17:54:26.467--ClientSession(1602385285)--Thread(Thread[main,5,main])--acquire unit of work: 1065722278
    [junit] [EL Finest]: 2024-04-17 17:54:26.467--UnitOfWork(1065722278)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.468--ServerSession(454071866)--Connection(1291603944)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.468--ServerSession(454071866)--Connection(1291603944)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.468--ServerSession(454071866)--Connection(142989558)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.468--ServerSession(454071866)--Connection(1291603944)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] Tests run: 41, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 1.506 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestBasicPropertyTypes
    [junit] [EL Finer]: 2024-04-17 17:54:26.484--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 985963771
    [junit] [EL Finer]: 2024-04-17 17:54:26.484--ClientSession(985963771)--Thread(Thread[main,5,main])--acquire unit of work: 664697547
    [junit] [EL Finest]: 2024-04-17 17:54:26.485--UnitOfWork(664697547)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.485--UnitOfWork(664697547)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.485--UnitOfWork(664697547)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@20391068)
    [junit] [EL Finest]: 2024-04-17 17:54:26.485--ServerSession(454071866)--Connection(2038458966)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.485--ClientSession(985963771)--Connection(2038458966)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.485--ClientSession(985963771)--Connection(2038458966)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.485--ClientSession(985963771)--Connection(765206415)--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-17 17:54:26.486--ClientSession(985963771)--Connection(765206415)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.486--ServerSession(454071866)--Connection(2038458966)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.486--UnitOfWork(664697547)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.486--UnitOfWork(664697547)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.486--UnitOfWork(664697547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.486--ClientSession(985963771)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.486--UnitOfWork(664697547)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.486--ClientSession(985963771)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.486--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1257520194
    [junit] [EL Finer]: 2024-04-17 17:54:26.486--ClientSession(1257520194)--Thread(Thread[main,5,main])--acquire unit of work: 819740048
    [junit] [EL Finest]: 2024-04-17 17:54:26.486--UnitOfWork(819740048)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.486--ServerSession(454071866)--Connection(2112957539)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.486--ServerSession(454071866)--Connection(2112957539)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.486--ServerSession(454071866)--Connection(1326267673)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.487--ServerSession(454071866)--Connection(2112957539)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.487--UnitOfWork(819740048)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.487--UnitOfWork(819740048)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.487--UnitOfWork(819740048)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.487--UnitOfWork(819740048)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.487--UnitOfWork(819740048)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.487--ClientSession(1257520194)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.487--UnitOfWork(819740048)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.487--ClientSession(1257520194)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.487--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 657731330
    [junit] [EL Finer]: 2024-04-17 17:54:26.487--ClientSession(657731330)--Thread(Thread[main,5,main])--acquire unit of work: 60068316
    [junit] [EL Finest]: 2024-04-17 17:54:26.487--UnitOfWork(60068316)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.487--ServerSession(454071866)--Connection(2051343924)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.487--ServerSession(454071866)--Connection(2051343924)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.487--ServerSession(454071866)--Connection(1114943363)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.488--ServerSession(454071866)--Connection(2051343924)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.488--UnitOfWork(60068316)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.488--UnitOfWork(60068316)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.488--UnitOfWork(60068316)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6383b7da)
    [junit] [EL Finest]: 2024-04-17 17:54:26.488--ServerSession(454071866)--Connection(1456128040)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.488--ClientSession(657731330)--Connection(1456128040)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.488--ClientSession(657731330)--Connection(1456128040)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.488--ClientSession(657731330)--Connection(1692473173)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET P_INT = ? WHERE (ID = ?)
    [junit] 	bind => [77, 5]
    [junit] [EL Finer]: 2024-04-17 17:54:26.489--ClientSession(657731330)--Connection(1692473173)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.489--ServerSession(454071866)--Connection(1456128040)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.489--UnitOfWork(60068316)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.489--UnitOfWork(60068316)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.489--UnitOfWork(60068316)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.489--ClientSession(657731330)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.489--UnitOfWork(60068316)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.489--ClientSession(657731330)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.489--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 13895601
    [junit] [EL Finer]: 2024-04-17 17:54:26.489--ClientSession(13895601)--Thread(Thread[main,5,main])--acquire unit of work: 10443779
    [junit] [EL Finest]: 2024-04-17 17:54:26.489--UnitOfWork(10443779)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.489--ServerSession(454071866)--Connection(1822996730)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.489--ServerSession(454071866)--Connection(1822996730)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.489--ServerSession(454071866)--Connection(1678343674)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.49--ServerSession(454071866)--Connection(1822996730)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:26.5--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 769777975
    [junit] [EL Finer]: 2024-04-17 17:54:26.5--ClientSession(769777975)--Thread(Thread[main,5,main])--acquire unit of work: 19906370
    [junit] [EL Finest]: 2024-04-17 17:54:26.5--UnitOfWork(19906370)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.5--UnitOfWork(19906370)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.5--UnitOfWork(19906370)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@11572e69)
    [junit] [EL Finest]: 2024-04-17 17:54:26.5--ServerSession(454071866)--Connection(1389853645)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.5--ClientSession(769777975)--Connection(1389853645)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.5--ClientSession(769777975)--Connection(1389853645)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.5--ClientSession(769777975)--Connection(780012410)--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-17 17:54:26.501--ClientSession(769777975)--Connection(780012410)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.501--ServerSession(454071866)--Connection(1389853645)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.501--UnitOfWork(19906370)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.501--UnitOfWork(19906370)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.501--UnitOfWork(19906370)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.501--ClientSession(769777975)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.501--UnitOfWork(19906370)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.501--ClientSession(769777975)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.501--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 416591888
    [junit] [EL Finer]: 2024-04-17 17:54:26.501--ClientSession(416591888)--Thread(Thread[main,5,main])--acquire unit of work: 1899280852
    [junit] [EL Finest]: 2024-04-17 17:54:26.501--UnitOfWork(1899280852)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.501--ServerSession(454071866)--Connection(802113875)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.501--ServerSession(454071866)--Connection(802113875)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.502--ServerSession(454071866)--Connection(994891660)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.502--ServerSession(454071866)--Connection(802113875)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.502--UnitOfWork(1899280852)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.502--UnitOfWork(1899280852)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.502--UnitOfWork(1899280852)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.502--UnitOfWork(1899280852)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:26.502--UnitOfWork(1899280852)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@520b57cc)
    [junit] [EL Finest]: 2024-04-17 17:54:26.502--ServerSession(454071866)--Connection(1526095583)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.502--ClientSession(416591888)--Connection(1526095583)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.502--ClientSession(416591888)--Connection(1526095583)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.503--ClientSession(416591888)--Connection(1902004952)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)
    [junit] 	bind => [48]
    [junit] [EL Finer]: 2024-04-17 17:54:26.503--ClientSession(416591888)--Connection(1902004952)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.503--ServerSession(454071866)--Connection(1526095583)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.503--UnitOfWork(1899280852)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.503--UnitOfWork(1899280852)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.503--UnitOfWork(1899280852)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.503--ClientSession(416591888)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.503--UnitOfWork(1899280852)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.503--ClientSession(416591888)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.503--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 640625482
    [junit] [EL Finer]: 2024-04-17 17:54:26.503--ClientSession(640625482)--Thread(Thread[main,5,main])--acquire unit of work: 1321699830
    [junit] [EL Finest]: 2024-04-17 17:54:26.503--UnitOfWork(1321699830)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.503--UnitOfWork(1321699830)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.503--UnitOfWork(1321699830)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@520b57cc)
    [junit] [EL Finest]: 2024-04-17 17:54:26.504--ServerSession(454071866)--Connection(720948827)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.504--ClientSession(640625482)--Connection(720948827)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.504--ClientSession(640625482)--Connection(720948827)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.504--ClientSession(640625482)--Connection(128481856)--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@75d2d535, null, null, null, null, null, null, null, null, null]
    [junit] [EL Finer]: 2024-04-17 17:54:26.504--ClientSession(640625482)--Connection(128481856)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.505--ServerSession(454071866)--Connection(720948827)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.505--UnitOfWork(1321699830)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.505--UnitOfWork(1321699830)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.505--UnitOfWork(1321699830)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.505--ClientSession(640625482)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.505--UnitOfWork(1321699830)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.505--ClientSession(640625482)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.505--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1186778685
    [junit] [EL Finer]: 2024-04-17 17:54:26.505--ClientSession(1186778685)--Thread(Thread[main,5,main])--acquire unit of work: 631554210
    [junit] [EL Finest]: 2024-04-17 17:54:26.505--UnitOfWork(631554210)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.505--ServerSession(454071866)--Connection(1637532716)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.505--ServerSession(454071866)--Connection(1637532716)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.505--ServerSession(454071866)--Connection(427926699)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.505--ServerSession(454071866)--Connection(1637532716)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.506--UnitOfWork(631554210)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.506--UnitOfWork(631554210)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.506--UnitOfWork(631554210)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.506--UnitOfWork(631554210)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.506--UnitOfWork(631554210)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.506--ClientSession(1186778685)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.506--UnitOfWork(631554210)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.506--ClientSession(1186778685)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.506--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 426933233
    [junit] [EL Finer]: 2024-04-17 17:54:26.506--ClientSession(426933233)--Thread(Thread[main,5,main])--acquire unit of work: 1109470211
    [junit] [EL Finest]: 2024-04-17 17:54:26.506--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-17 17:54:26.506--ServerSession(454071866)--Connection(158494426)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.506--ServerSession(454071866)--Connection(158494426)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.506--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-17 17:54:26.506--ServerSession(454071866)--Connection(158494426)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.506--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-17 17:54:26.506--UnitOfWork(1109470211)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.507--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-17 17:54:26.507--ServerSession(454071866)--Connection(1010602617)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.507--ClientSession(426933233)--Connection(1010602617)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.507--ClientSession(426933233)--Connection(1010602617)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.507--ClientSession(426933233)--Connection(2122145208)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WBA_BLOB = ? WHERE (ID = ?)
    [junit] 	bind => [null, 48]
    [junit] [EL Finer]: 2024-04-17 17:54:26.507--ClientSession(426933233)--Connection(2122145208)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.508--ServerSession(454071866)--Connection(1010602617)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.508--UnitOfWork(1109470211)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.508--UnitOfWork(1109470211)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.508--UnitOfWork(1109470211)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.508--ClientSession(426933233)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.508--UnitOfWork(1109470211)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.508--ClientSession(426933233)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.508--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 285990786
    [junit] [EL Finer]: 2024-04-17 17:54:26.508--ClientSession(285990786)--Thread(Thread[main,5,main])--acquire unit of work: 1241262208
    [junit] [EL Finest]: 2024-04-17 17:54:26.508--UnitOfWork(1241262208)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.508--ServerSession(454071866)--Connection(1576545434)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.508--ServerSession(454071866)--Connection(1576545434)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.508--ServerSession(454071866)--Connection(1040373358)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.508--ServerSession(454071866)--Connection(1576545434)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.508--UnitOfWork(1241262208)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.508--UnitOfWork(1241262208)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.509--UnitOfWork(1241262208)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@59aa777c)
    [junit] [EL Finest]: 2024-04-17 17:54:26.509--ServerSession(454071866)--Connection(1832059714)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.509--ClientSession(285990786)--Connection(1832059714)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.509--ClientSession(285990786)--Connection(1832059714)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.509--ClientSession(285990786)--Connection(1098585441)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WBA_BLOB = ? WHERE (ID = ?)
    [junit] 	bind => [[B@4b608ae6, 48]
    [junit] [EL Finer]: 2024-04-17 17:54:26.509--ClientSession(285990786)--Connection(1098585441)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.509--ServerSession(454071866)--Connection(1832059714)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.51--UnitOfWork(1241262208)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.51--UnitOfWork(1241262208)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.51--UnitOfWork(1241262208)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.51--ClientSession(285990786)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.51--UnitOfWork(1241262208)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.51--ClientSession(285990786)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.51--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 570000064
    [junit] [EL Finer]: 2024-04-17 17:54:26.51--ClientSession(570000064)--Thread(Thread[main,5,main])--acquire unit of work: 1845566371
    [junit] [EL Finest]: 2024-04-17 17:54:26.51--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-17 17:54:26.51--ServerSession(454071866)--Connection(2009651999)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.51--ServerSession(454071866)--Connection(2009651999)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.51--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-17 17:54:26.51--ServerSession(454071866)--Connection(2009651999)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.51--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 Finer]: 2024-04-17 17:54:26.51--UnitOfWork(1845566371)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.51--UnitOfWork(1845566371)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5bc553b)
    [junit] [EL Finest]: 2024-04-17 17:54:26.51--ServerSession(454071866)--Connection(501421544)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.511--ClientSession(570000064)--Connection(501421544)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.511--ClientSession(570000064)--Connection(501421544)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.511--ClientSession(570000064)--Connection(771188743)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WBA_BLOB = ? WHERE (ID = ?)
    [junit] 	bind => [[B@4a85e9e1, 48]
    [junit] [EL Finer]: 2024-04-17 17:54:26.511--ClientSession(570000064)--Connection(771188743)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.511--ServerSession(454071866)--Connection(501421544)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.511--UnitOfWork(1845566371)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.511--UnitOfWork(1845566371)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.512--UnitOfWork(1845566371)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.512--ClientSession(570000064)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.512--UnitOfWork(1845566371)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.512--ClientSession(570000064)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.512--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2009703442
    [junit] [EL Finer]: 2024-04-17 17:54:26.512--ClientSession(2009703442)--Thread(Thread[main,5,main])--acquire unit of work: 317100523
    [junit] [EL Finest]: 2024-04-17 17:54:26.512--UnitOfWork(317100523)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.512--ServerSession(454071866)--Connection(71791840)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.512--ServerSession(454071866)--Connection(71791840)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.512--ServerSession(454071866)--Connection(1932505292)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.512--ServerSession(454071866)--Connection(71791840)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.512--UnitOfWork(317100523)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.512--UnitOfWork(317100523)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.512--UnitOfWork(317100523)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6f33da82)
    [junit] [EL Finest]: 2024-04-17 17:54:26.512--ServerSession(454071866)--Connection(1590374641)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.512--ClientSession(2009703442)--Connection(1590374641)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.512--ClientSession(2009703442)--Connection(1590374641)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.513--ClientSession(2009703442)--Connection(1954660524)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WBA_BLOB = ? WHERE (ID = ?)
    [junit] 	bind => [null, 48]
    [junit] [EL Finer]: 2024-04-17 17:54:26.513--ClientSession(2009703442)--Connection(1954660524)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.513--ServerSession(454071866)--Connection(1590374641)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.513--UnitOfWork(317100523)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.513--UnitOfWork(317100523)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.513--UnitOfWork(317100523)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.513--ClientSession(2009703442)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.513--UnitOfWork(317100523)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.513--ClientSession(2009703442)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.513--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 928433141
    [junit] [EL Finer]: 2024-04-17 17:54:26.513--ClientSession(928433141)--Thread(Thread[main,5,main])--acquire unit of work: 815604054
    [junit] [EL Finest]: 2024-04-17 17:54:26.514--UnitOfWork(815604054)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.514--ServerSession(454071866)--Connection(1248002889)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.514--ServerSession(454071866)--Connection(1248002889)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.514--ServerSession(454071866)--Connection(1893057842)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.514--ServerSession(454071866)--Connection(1248002889)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:26.524--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1176641575
    [junit] [EL Finer]: 2024-04-17 17:54:26.524--ClientSession(1176641575)--Thread(Thread[main,5,main])--acquire unit of work: 1531124152
    [junit] [EL Finest]: 2024-04-17 17:54:26.524--UnitOfWork(1531124152)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.524--UnitOfWork(1531124152)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.524--UnitOfWork(1531124152)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@75055d)
    [junit] [EL Finest]: 2024-04-17 17:54:26.524--ServerSession(454071866)--Connection(103055357)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.524--ClientSession(1176641575)--Connection(103055357)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.524--ClientSession(1176641575)--Connection(103055357)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.525--ClientSession(1176641575)--Connection(1172912216)--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-17 17:54:26.525--ClientSession(1176641575)--Connection(1172912216)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.525--ServerSession(454071866)--Connection(103055357)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.525--UnitOfWork(1531124152)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.525--UnitOfWork(1531124152)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.525--UnitOfWork(1531124152)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.525--ClientSession(1176641575)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.526--UnitOfWork(1531124152)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.526--ClientSession(1176641575)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.526--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1055532544
    [junit] [EL Finer]: 2024-04-17 17:54:26.526--ClientSession(1055532544)--Thread(Thread[main,5,main])--acquire unit of work: 462712247
    [junit] [EL Finest]: 2024-04-17 17:54:26.526--UnitOfWork(462712247)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.526--ServerSession(454071866)--Connection(389262693)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.526--ServerSession(454071866)--Connection(389262693)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.526--ServerSession(454071866)--Connection(237378028)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.526--ServerSession(454071866)--Connection(389262693)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.526--UnitOfWork(462712247)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.526--UnitOfWork(462712247)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.526--UnitOfWork(462712247)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.526--UnitOfWork(462712247)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:26.526--UnitOfWork(462712247)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5952c45e)
    [junit] [EL Finest]: 2024-04-17 17:54:26.526--ServerSession(454071866)--Connection(1842845809)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.526--ClientSession(1055532544)--Connection(1842845809)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.527--ClientSession(1055532544)--Connection(1842845809)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.527--ClientSession(1055532544)--Connection(328872513)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)
    [junit] 	bind => [17]
    [junit] [EL Finer]: 2024-04-17 17:54:26.527--ClientSession(1055532544)--Connection(328872513)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.527--ServerSession(454071866)--Connection(1842845809)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.527--UnitOfWork(462712247)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.527--UnitOfWork(462712247)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.527--UnitOfWork(462712247)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.527--ClientSession(1055532544)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.527--UnitOfWork(462712247)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.527--ClientSession(1055532544)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.527--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 258099706
    [junit] [EL Finer]: 2024-04-17 17:54:26.527--ClientSession(258099706)--Thread(Thread[main,5,main])--acquire unit of work: 1579637879
    [junit] [EL Finest]: 2024-04-17 17:54:26.527--UnitOfWork(1579637879)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.527--UnitOfWork(1579637879)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.528--UnitOfWork(1579637879)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5952c45e)
    [junit] [EL Finest]: 2024-04-17 17:54:26.528--ServerSession(454071866)--Connection(1797080505)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.528--ClientSession(258099706)--Connection(1797080505)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.528--ClientSession(258099706)--Connection(1797080505)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.528--ClientSession(258099706)--Connection(1991113913)--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-17 17:54:26.528--ClientSession(258099706)--Connection(1991113913)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.529--ServerSession(454071866)--Connection(1797080505)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.529--UnitOfWork(1579637879)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.529--UnitOfWork(1579637879)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.529--UnitOfWork(1579637879)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.529--ClientSession(258099706)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.529--UnitOfWork(1579637879)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.529--ClientSession(258099706)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.529--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1706636883
    [junit] [EL Finer]: 2024-04-17 17:54:26.529--ClientSession(1706636883)--Thread(Thread[main,5,main])--acquire unit of work: 1678284752
    [junit] [EL Finest]: 2024-04-17 17:54:26.529--UnitOfWork(1678284752)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.529--ServerSession(454071866)--Connection(2111432668)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.529--ServerSession(454071866)--Connection(2111432668)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.529--ServerSession(454071866)--Connection(20928674)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.529--ServerSession(454071866)--Connection(2111432668)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.529--UnitOfWork(1678284752)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.568--UnitOfWork(1678284752)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.568--UnitOfWork(1678284752)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.568--UnitOfWork(1678284752)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.568--UnitOfWork(1678284752)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.568--ClientSession(1706636883)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.568--UnitOfWork(1678284752)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.568--ClientSession(1706636883)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.568--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1155140983
    [junit] [EL Finer]: 2024-04-17 17:54:26.569--ClientSession(1155140983)--Thread(Thread[main,5,main])--acquire unit of work: 784550841
    [junit] [EL Finest]: 2024-04-17 17:54:26.569--UnitOfWork(784550841)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.569--ServerSession(454071866)--Connection(1366991300)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.569--ServerSession(454071866)--Connection(1366991300)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.569--ServerSession(454071866)--Connection(855681925)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.569--ServerSession(454071866)--Connection(1366991300)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.57--UnitOfWork(784550841)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.57--UnitOfWork(784550841)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.57--UnitOfWork(784550841)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@138fb0e9)
    [junit] [EL Finest]: 2024-04-17 17:54:26.57--ServerSession(454071866)--Connection(555059764)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.57--ClientSession(1155140983)--Connection(555059764)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.57--ClientSession(1155140983)--Connection(555059764)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.57--ClientSession(1155140983)--Connection(737407904)--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-17 17:54:26.571--ClientSession(1155140983)--Connection(737407904)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.571--ServerSession(454071866)--Connection(555059764)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.571--UnitOfWork(784550841)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.571--UnitOfWork(784550841)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.571--UnitOfWork(784550841)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.571--ClientSession(1155140983)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.571--UnitOfWork(784550841)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.571--ClientSession(1155140983)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.571--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 674848783
    [junit] [EL Finer]: 2024-04-17 17:54:26.571--ClientSession(674848783)--Thread(Thread[main,5,main])--acquire unit of work: 636488470
    [junit] [EL Finest]: 2024-04-17 17:54:26.571--UnitOfWork(636488470)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.571--ServerSession(454071866)--Connection(287998715)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.571--ServerSession(454071866)--Connection(287998715)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.571--ServerSession(454071866)--Connection(2086985071)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.572--ServerSession(454071866)--Connection(287998715)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.572--UnitOfWork(636488470)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.572--UnitOfWork(636488470)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.572--UnitOfWork(636488470)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3a33f3ae)
    [junit] [EL Finest]: 2024-04-17 17:54:26.572--ServerSession(454071866)--Connection(631158378)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.572--ClientSession(674848783)--Connection(631158378)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.572--ClientSession(674848783)--Connection(631158378)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.572--ClientSession(674848783)--Connection(1305989246)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_FLOAT = ? WHERE (ID = ?)
    [junit] 	bind => [null, 17]
    [junit] [EL Finer]: 2024-04-17 17:54:26.573--ClientSession(674848783)--Connection(1305989246)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.573--ServerSession(454071866)--Connection(631158378)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.573--UnitOfWork(636488470)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.573--UnitOfWork(636488470)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.573--UnitOfWork(636488470)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.573--ClientSession(674848783)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.573--UnitOfWork(636488470)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.573--ClientSession(674848783)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.573--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1269719904
    [junit] [EL Finer]: 2024-04-17 17:54:26.573--ClientSession(1269719904)--Thread(Thread[main,5,main])--acquire unit of work: 466854297
    [junit] [EL Finest]: 2024-04-17 17:54:26.573--UnitOfWork(466854297)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.573--ServerSession(454071866)--Connection(1760876221)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.573--ServerSession(454071866)--Connection(1760876221)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.573--ServerSession(454071866)--Connection(1736445158)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.574--ServerSession(454071866)--Connection(1760876221)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:26.584--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1518982532
    [junit] [EL Finer]: 2024-04-17 17:54:26.585--ClientSession(1518982532)--Thread(Thread[main,5,main])--acquire unit of work: 595111234
    [junit] [EL Finest]: 2024-04-17 17:54:26.585--UnitOfWork(595111234)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.585--UnitOfWork(595111234)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.585--UnitOfWork(595111234)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@124c2028)
    [junit] [EL Finest]: 2024-04-17 17:54:26.585--ServerSession(454071866)--Connection(915674569)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.585--ClientSession(1518982532)--Connection(915674569)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.585--ClientSession(1518982532)--Connection(915674569)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.585--ClientSession(1518982532)--Connection(1356905700)--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-17 17:54:26.585--ClientSession(1518982532)--Connection(1356905700)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.586--ServerSession(454071866)--Connection(915674569)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.586--UnitOfWork(595111234)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.586--UnitOfWork(595111234)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.586--UnitOfWork(595111234)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.586--ClientSession(1518982532)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.586--UnitOfWork(595111234)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.586--ClientSession(1518982532)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.586--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 804816022
    [junit] [EL Finer]: 2024-04-17 17:54:26.586--ClientSession(804816022)--Thread(Thread[main,5,main])--acquire unit of work: 961869565
    [junit] [EL Finest]: 2024-04-17 17:54:26.586--UnitOfWork(961869565)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.586--ServerSession(454071866)--Connection(1812359855)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.586--ServerSession(454071866)--Connection(1812359855)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.586--ServerSession(454071866)--Connection(1003683716)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.587--ServerSession(454071866)--Connection(1812359855)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.587--UnitOfWork(961869565)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.587--UnitOfWork(961869565)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.587--UnitOfWork(961869565)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.587--UnitOfWork(961869565)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:26.587--UnitOfWork(961869565)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4e18e7b3)
    [junit] [EL Finest]: 2024-04-17 17:54:26.587--ServerSession(454071866)--Connection(1033264308)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.587--ClientSession(804816022)--Connection(1033264308)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.587--ClientSession(804816022)--Connection(1033264308)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.587--ClientSession(804816022)--Connection(1158237354)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)
    [junit] 	bind => [14]
    [junit] [EL Finer]: 2024-04-17 17:54:26.587--ClientSession(804816022)--Connection(1158237354)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.588--ServerSession(454071866)--Connection(1033264308)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.588--UnitOfWork(961869565)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.588--UnitOfWork(961869565)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.588--UnitOfWork(961869565)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.588--ClientSession(804816022)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.588--UnitOfWork(961869565)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.588--ClientSession(804816022)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.588--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2029726297
    [junit] [EL Finer]: 2024-04-17 17:54:26.588--ClientSession(2029726297)--Thread(Thread[main,5,main])--acquire unit of work: 1996990990
    [junit] [EL Finest]: 2024-04-17 17:54:26.588--UnitOfWork(1996990990)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.588--UnitOfWork(1996990990)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.588--UnitOfWork(1996990990)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4e18e7b3)
    [junit] [EL Finest]: 2024-04-17 17:54:26.588--ServerSession(454071866)--Connection(483602101)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.588--ClientSession(2029726297)--Connection(483602101)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.588--ClientSession(2029726297)--Connection(483602101)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.588--ClientSession(2029726297)--Connection(1037792916)--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-17 17:54:26.589--ClientSession(2029726297)--Connection(1037792916)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.589--ServerSession(454071866)--Connection(483602101)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.589--UnitOfWork(1996990990)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.589--UnitOfWork(1996990990)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.589--UnitOfWork(1996990990)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.589--ClientSession(2029726297)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.589--UnitOfWork(1996990990)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.589--ClientSession(2029726297)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.589--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 702455887
    [junit] [EL Finer]: 2024-04-17 17:54:26.589--ClientSession(702455887)--Thread(Thread[main,5,main])--acquire unit of work: 746423623
    [junit] [EL Finest]: 2024-04-17 17:54:26.589--UnitOfWork(746423623)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.589--ServerSession(454071866)--Connection(1257519498)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.589--ServerSession(454071866)--Connection(1257519498)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.59--ServerSession(454071866)--Connection(177579275)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.59--ServerSession(454071866)--Connection(1257519498)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.59--UnitOfWork(746423623)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.59--UnitOfWork(746423623)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.59--UnitOfWork(746423623)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.59--UnitOfWork(746423623)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.59--UnitOfWork(746423623)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.59--ClientSession(702455887)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.59--UnitOfWork(746423623)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.59--ClientSession(702455887)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.59--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1514884249
    [junit] [EL Finer]: 2024-04-17 17:54:26.59--ClientSession(1514884249)--Thread(Thread[main,5,main])--acquire unit of work: 564335822
    [junit] [EL Finest]: 2024-04-17 17:54:26.59--UnitOfWork(564335822)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.59--ServerSession(454071866)--Connection(623043964)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.59--ServerSession(454071866)--Connection(623043964)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.59--ServerSession(454071866)--Connection(1352176950)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.591--ServerSession(454071866)--Connection(623043964)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.591--UnitOfWork(564335822)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.591--UnitOfWork(564335822)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.591--UnitOfWork(564335822)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@698b4f94)
    [junit] [EL Finest]: 2024-04-17 17:54:26.591--ServerSession(454071866)--Connection(1335181737)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.591--ClientSession(1514884249)--Connection(1335181737)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.591--ClientSession(1514884249)--Connection(1335181737)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.591--ClientSession(1514884249)--Connection(644491927)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_SMALLINT = ? WHERE (ID = ?)
    [junit] 	bind => [2, 14]
    [junit] [EL Finer]: 2024-04-17 17:54:26.592--ClientSession(1514884249)--Connection(644491927)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.592--ServerSession(454071866)--Connection(1335181737)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.592--UnitOfWork(564335822)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.592--UnitOfWork(564335822)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.592--UnitOfWork(564335822)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.592--ClientSession(1514884249)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.592--UnitOfWork(564335822)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.592--ClientSession(1514884249)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.592--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1286724838
    [junit] [EL Finer]: 2024-04-17 17:54:26.592--ClientSession(1286724838)--Thread(Thread[main,5,main])--acquire unit of work: 701252816
    [junit] [EL Finest]: 2024-04-17 17:54:26.592--UnitOfWork(701252816)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.592--ServerSession(454071866)--Connection(1585839596)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.592--ServerSession(454071866)--Connection(1585839596)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.592--ServerSession(454071866)--Connection(989775651)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.593--ServerSession(454071866)--Connection(1585839596)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.593--UnitOfWork(701252816)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.593--UnitOfWork(701252816)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.593--UnitOfWork(701252816)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@334b4b6f)
    [junit] [EL Finest]: 2024-04-17 17:54:26.593--ServerSession(454071866)--Connection(240892625)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.593--ClientSession(1286724838)--Connection(240892625)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.593--ClientSession(1286724838)--Connection(240892625)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.593--ClientSession(1286724838)--Connection(625563830)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_SMALLINT = ? WHERE (ID = ?)
    [junit] 	bind => [null, 14]
    [junit] [EL Finer]: 2024-04-17 17:54:26.594--ClientSession(1286724838)--Connection(625563830)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.594--ServerSession(454071866)--Connection(240892625)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.594--UnitOfWork(701252816)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.594--UnitOfWork(701252816)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.594--UnitOfWork(701252816)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.594--ClientSession(1286724838)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.594--UnitOfWork(701252816)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.594--ClientSession(1286724838)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.594--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 200603568
    [junit] [EL Finer]: 2024-04-17 17:54:26.594--ClientSession(200603568)--Thread(Thread[main,5,main])--acquire unit of work: 1487554861
    [junit] [EL Finest]: 2024-04-17 17:54:26.594--UnitOfWork(1487554861)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.594--ServerSession(454071866)--Connection(927544934)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.594--ServerSession(454071866)--Connection(927544934)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.594--ServerSession(454071866)--Connection(2018250155)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.595--ServerSession(454071866)--Connection(927544934)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:26.605--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 804856636
    [junit] [EL Finer]: 2024-04-17 17:54:26.605--ClientSession(804856636)--Thread(Thread[main,5,main])--acquire unit of work: 1609896133
    [junit] [EL Finest]: 2024-04-17 17:54:26.605--UnitOfWork(1609896133)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.605--UnitOfWork(1609896133)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.605--UnitOfWork(1609896133)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@15326ef)
    [junit] [EL Finest]: 2024-04-17 17:54:26.605--ServerSession(454071866)--Connection(1313685064)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.605--ClientSession(804856636)--Connection(1313685064)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.605--ClientSession(804856636)--Connection(1313685064)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.605--ClientSession(804856636)--Connection(961113212)--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-17 17:54:26.606--ClientSession(804856636)--Connection(961113212)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.606--ServerSession(454071866)--Connection(1313685064)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.606--UnitOfWork(1609896133)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.606--UnitOfWork(1609896133)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.606--UnitOfWork(1609896133)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.606--ClientSession(804856636)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.606--UnitOfWork(1609896133)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.606--ClientSession(804856636)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.606--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1363878788
    [junit] [EL Finer]: 2024-04-17 17:54:26.606--ClientSession(1363878788)--Thread(Thread[main,5,main])--acquire unit of work: 1985210523
    [junit] [EL Finest]: 2024-04-17 17:54:26.606--UnitOfWork(1985210523)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.606--ServerSession(454071866)--Connection(76239009)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.606--ServerSession(454071866)--Connection(76239009)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.607--ServerSession(454071866)--Connection(263883701)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.607--ServerSession(454071866)--Connection(76239009)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.607--UnitOfWork(1985210523)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.607--UnitOfWork(1985210523)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.607--UnitOfWork(1985210523)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.607--UnitOfWork(1985210523)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:26.607--UnitOfWork(1985210523)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6e9bf992)
    [junit] [EL Finest]: 2024-04-17 17:54:26.607--ServerSession(454071866)--Connection(1802985527)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.607--ClientSession(1363878788)--Connection(1802985527)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.607--ClientSession(1363878788)--Connection(1802985527)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.608--ClientSession(1363878788)--Connection(1112344698)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)
    [junit] 	bind => [41]
    [junit] [EL Finer]: 2024-04-17 17:54:26.608--ClientSession(1363878788)--Connection(1112344698)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.608--ServerSession(454071866)--Connection(1802985527)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.608--UnitOfWork(1985210523)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.608--UnitOfWork(1985210523)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.608--UnitOfWork(1985210523)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.608--ClientSession(1363878788)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.608--UnitOfWork(1985210523)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.608--ClientSession(1363878788)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.608--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 513285223
    [junit] [EL Finer]: 2024-04-17 17:54:26.608--ClientSession(513285223)--Thread(Thread[main,5,main])--acquire unit of work: 1321115995
    [junit] [EL Finest]: 2024-04-17 17:54:26.608--UnitOfWork(1321115995)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.608--UnitOfWork(1321115995)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.608--UnitOfWork(1321115995)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6e9bf992)
    [junit] [EL Finest]: 2024-04-17 17:54:26.608--ServerSession(454071866)--Connection(1315819787)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.608--ClientSession(513285223)--Connection(1315819787)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.608--ClientSession(513285223)--Connection(1315819787)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.609--ClientSession(513285223)--Connection(734480558)--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@10489785, 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-17 17:54:26.609--ClientSession(513285223)--Connection(734480558)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.609--ServerSession(454071866)--Connection(1315819787)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.61--UnitOfWork(1321115995)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.61--UnitOfWork(1321115995)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.61--UnitOfWork(1321115995)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.61--ClientSession(513285223)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.61--UnitOfWork(1321115995)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.61--ClientSession(513285223)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.61--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1012848615
    [junit] [EL Finer]: 2024-04-17 17:54:26.61--ClientSession(1012848615)--Thread(Thread[main,5,main])--acquire unit of work: 1753127766
    [junit] [EL Finest]: 2024-04-17 17:54:26.61--UnitOfWork(1753127766)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.61--ServerSession(454071866)--Connection(2037202127)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.61--ServerSession(454071866)--Connection(2037202127)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.61--ServerSession(454071866)--Connection(946927516)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.61--ServerSession(454071866)--Connection(2037202127)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.61--UnitOfWork(1753127766)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.61--UnitOfWork(1753127766)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.61--UnitOfWork(1753127766)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.61--UnitOfWork(1753127766)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.611--UnitOfWork(1753127766)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.611--ClientSession(1012848615)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.611--UnitOfWork(1753127766)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.611--ClientSession(1012848615)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.611--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1091271103
    [junit] [EL Finer]: 2024-04-17 17:54:26.611--ClientSession(1091271103)--Thread(Thread[main,5,main])--acquire unit of work: 1820979242
    [junit] [EL Finest]: 2024-04-17 17:54:26.611--UnitOfWork(1820979242)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.611--ServerSession(454071866)--Connection(434269208)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.611--ServerSession(454071866)--Connection(434269208)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.611--ServerSession(454071866)--Connection(575573434)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.611--ServerSession(454071866)--Connection(434269208)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.611--UnitOfWork(1820979242)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.611--UnitOfWork(1820979242)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.611--UnitOfWork(1820979242)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1bb96155)
    [junit] [EL Finest]: 2024-04-17 17:54:26.611--ServerSession(454071866)--Connection(1195647047)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.612--ClientSession(1091271103)--Connection(1195647047)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.612--ClientSession(1091271103)--Connection(1195647047)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.612--ClientSession(1091271103)--Connection(1762585300)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PBA_BINARY = ? WHERE (ID = ?)
    [junit] 	bind => [null, 41]
    [junit] [EL Finer]: 2024-04-17 17:54:26.612--ClientSession(1091271103)--Connection(1762585300)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.612--ServerSession(454071866)--Connection(1195647047)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.612--UnitOfWork(1820979242)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.612--UnitOfWork(1820979242)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.612--UnitOfWork(1820979242)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.612--ClientSession(1091271103)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.613--UnitOfWork(1820979242)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.613--ClientSession(1091271103)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.613--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 572728110
    [junit] [EL Finer]: 2024-04-17 17:54:26.613--ClientSession(572728110)--Thread(Thread[main,5,main])--acquire unit of work: 1149466933
    [junit] [EL Finest]: 2024-04-17 17:54:26.613--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-17 17:54:26.613--ServerSession(454071866)--Connection(1514500923)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.613--ServerSession(454071866)--Connection(1514500923)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.613--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-17 17:54:26.613--ServerSession(454071866)--Connection(1514500923)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.613--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-17 17:54:26.613--UnitOfWork(1149466933)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.613--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-17 17:54:26.613--ServerSession(454071866)--Connection(618249375)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.613--ClientSession(572728110)--Connection(618249375)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.613--ClientSession(572728110)--Connection(618249375)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.614--ClientSession(572728110)--Connection(718992903)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PBA_BINARY = ? WHERE (ID = ?)
    [junit] 	bind => [[B@10489785, 41]
    [junit] [EL Finer]: 2024-04-17 17:54:26.614--ClientSession(572728110)--Connection(718992903)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.614--ServerSession(454071866)--Connection(618249375)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.614--UnitOfWork(1149466933)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.614--UnitOfWork(1149466933)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.614--UnitOfWork(1149466933)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.614--ClientSession(572728110)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.614--UnitOfWork(1149466933)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.614--ClientSession(572728110)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.615--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 817559852
    [junit] [EL Finer]: 2024-04-17 17:54:26.615--ClientSession(817559852)--Thread(Thread[main,5,main])--acquire unit of work: 1500415712
    [junit] [EL Finest]: 2024-04-17 17:54:26.615--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-17 17:54:26.615--ServerSession(454071866)--Connection(620312836)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.615--ServerSession(454071866)--Connection(620312836)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.615--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-17 17:54:26.615--ServerSession(454071866)--Connection(620312836)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.615--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 Finer]: 2024-04-17 17:54:26.615--UnitOfWork(1500415712)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.615--UnitOfWork(1500415712)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1ec96ae0)
    [junit] [EL Finest]: 2024-04-17 17:54:26.615--ServerSession(454071866)--Connection(1832690636)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.615--ClientSession(817559852)--Connection(1832690636)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.615--ClientSession(817559852)--Connection(1832690636)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.616--ClientSession(817559852)--Connection(1712018899)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PBA_BINARY = ? WHERE (ID = ?)
    [junit] 	bind => [[B@3340a731, 41]
    [junit] [EL Finer]: 2024-04-17 17:54:26.616--ClientSession(817559852)--Connection(1712018899)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.616--ServerSession(454071866)--Connection(1832690636)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.616--UnitOfWork(1500415712)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.616--UnitOfWork(1500415712)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.616--UnitOfWork(1500415712)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.616--ClientSession(817559852)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.616--UnitOfWork(1500415712)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.616--ClientSession(817559852)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.616--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 929317537
    [junit] [EL Finer]: 2024-04-17 17:54:26.616--ClientSession(929317537)--Thread(Thread[main,5,main])--acquire unit of work: 19599955
    [junit] [EL Finest]: 2024-04-17 17:54:26.616--UnitOfWork(19599955)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.616--ServerSession(454071866)--Connection(1026718312)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.616--ServerSession(454071866)--Connection(1026718312)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.617--ServerSession(454071866)--Connection(1997839637)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.617--ServerSession(454071866)--Connection(1026718312)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.617--UnitOfWork(19599955)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.617--UnitOfWork(19599955)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.617--UnitOfWork(19599955)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3b90978b)
    [junit] [EL Finest]: 2024-04-17 17:54:26.617--ServerSession(454071866)--Connection(1190166560)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.617--ClientSession(929317537)--Connection(1190166560)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.617--ClientSession(929317537)--Connection(1190166560)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.618--ClientSession(929317537)--Connection(556232890)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PBA_BINARY = ? WHERE (ID = ?)
    [junit] 	bind => [null, 41]
    [junit] [EL Finer]: 2024-04-17 17:54:26.618--ClientSession(929317537)--Connection(556232890)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.672--ServerSession(454071866)--Connection(1190166560)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.673--UnitOfWork(19599955)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.673--UnitOfWork(19599955)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.673--UnitOfWork(19599955)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.673--ClientSession(929317537)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.673--UnitOfWork(19599955)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.673--ClientSession(929317537)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.673--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1910052276
    [junit] [EL Finer]: 2024-04-17 17:54:26.673--ClientSession(1910052276)--Thread(Thread[main,5,main])--acquire unit of work: 862616111
    [junit] [EL Finest]: 2024-04-17 17:54:26.673--UnitOfWork(862616111)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.673--ServerSession(454071866)--Connection(693268056)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.673--ServerSession(454071866)--Connection(693268056)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.673--ServerSession(454071866)--Connection(325203711)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.673--ServerSession(454071866)--Connection(693268056)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:26.684--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1970835162
    [junit] [EL Finer]: 2024-04-17 17:54:26.684--ClientSession(1970835162)--Thread(Thread[main,5,main])--acquire unit of work: 735556216
    [junit] [EL Finest]: 2024-04-17 17:54:26.684--UnitOfWork(735556216)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.684--UnitOfWork(735556216)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.684--UnitOfWork(735556216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@eab4c7)
    [junit] [EL Finest]: 2024-04-17 17:54:26.684--ServerSession(454071866)--Connection(1257847451)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.684--ClientSession(1970835162)--Connection(1257847451)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.684--ClientSession(1970835162)--Connection(1257847451)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.684--ClientSession(1970835162)--Connection(1554712014)--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-17 17:54:26.685--ClientSession(1970835162)--Connection(1554712014)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.685--ServerSession(454071866)--Connection(1257847451)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.685--UnitOfWork(735556216)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.685--UnitOfWork(735556216)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.685--UnitOfWork(735556216)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.685--ClientSession(1970835162)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.685--UnitOfWork(735556216)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.685--ClientSession(1970835162)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.685--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1092058908
    [junit] [EL Finer]: 2024-04-17 17:54:26.685--ClientSession(1092058908)--Thread(Thread[main,5,main])--acquire unit of work: 1119467591
    [junit] [EL Finest]: 2024-04-17 17:54:26.685--UnitOfWork(1119467591)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.685--ServerSession(454071866)--Connection(1178095787)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.685--ServerSession(454071866)--Connection(1178095787)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.685--ServerSession(454071866)--Connection(1499841586)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.686--ServerSession(454071866)--Connection(1178095787)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.686--UnitOfWork(1119467591)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.686--UnitOfWork(1119467591)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.686--UnitOfWork(1119467591)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.686--UnitOfWork(1119467591)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:26.686--UnitOfWork(1119467591)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2c045034)
    [junit] [EL Finest]: 2024-04-17 17:54:26.686--ServerSession(454071866)--Connection(1603204454)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.686--ClientSession(1092058908)--Connection(1603204454)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.686--ClientSession(1092058908)--Connection(1603204454)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.687--ClientSession(1092058908)--Connection(2032416093)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)
    [junit] 	bind => [53]
    [junit] [EL Finer]: 2024-04-17 17:54:26.687--ClientSession(1092058908)--Connection(2032416093)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.687--ServerSession(454071866)--Connection(1603204454)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.687--UnitOfWork(1119467591)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.687--UnitOfWork(1119467591)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.687--UnitOfWork(1119467591)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.687--ClientSession(1092058908)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.687--UnitOfWork(1119467591)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.687--ClientSession(1092058908)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.687--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 810886151
    [junit] [EL Finer]: 2024-04-17 17:54:26.687--ClientSession(810886151)--Thread(Thread[main,5,main])--acquire unit of work: 416858798
    [junit] [EL Finest]: 2024-04-17 17:54:26.687--UnitOfWork(416858798)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.687--UnitOfWork(416858798)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.687--UnitOfWork(416858798)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2c045034)
    [junit] [EL Finest]: 2024-04-17 17:54:26.687--ServerSession(454071866)--Connection(1297215278)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.687--ClientSession(810886151)--Connection(1297215278)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.687--ClientSession(810886151)--Connection(1297215278)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.688--ClientSession(810886151)--Connection(1421709215)--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-17 17:54:26.688--ClientSession(810886151)--Connection(1421709215)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.688--ServerSession(454071866)--Connection(1297215278)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.688--UnitOfWork(416858798)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.688--UnitOfWork(416858798)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.689--UnitOfWork(416858798)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.689--ClientSession(810886151)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.689--UnitOfWork(416858798)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.689--ClientSession(810886151)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.689--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1048923726
    [junit] [EL Finer]: 2024-04-17 17:54:26.689--ClientSession(1048923726)--Thread(Thread[main,5,main])--acquire unit of work: 2087710255
    [junit] [EL Finest]: 2024-04-17 17:54:26.689--UnitOfWork(2087710255)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.689--ServerSession(454071866)--Connection(1150703434)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.689--ServerSession(454071866)--Connection(1150703434)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.689--ServerSession(454071866)--Connection(957705094)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.689--ServerSession(454071866)--Connection(1150703434)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.689--UnitOfWork(2087710255)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.689--UnitOfWork(2087710255)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.689--UnitOfWork(2087710255)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.689--UnitOfWork(2087710255)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.689--UnitOfWork(2087710255)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.689--ClientSession(1048923726)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.689--UnitOfWork(2087710255)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.689--ClientSession(1048923726)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.689--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1256857480
    [junit] [EL Finer]: 2024-04-17 17:54:26.69--ClientSession(1256857480)--Thread(Thread[main,5,main])--acquire unit of work: 1386924820
    [junit] [EL Finest]: 2024-04-17 17:54:26.69--UnitOfWork(1386924820)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.69--ServerSession(454071866)--Connection(628116642)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.69--ServerSession(454071866)--Connection(628116642)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.69--ServerSession(454071866)--Connection(1965245761)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.69--ServerSession(454071866)--Connection(628116642)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.69--UnitOfWork(1386924820)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.69--UnitOfWork(1386924820)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.69--UnitOfWork(1386924820)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6b5986b8)
    [junit] [EL Finest]: 2024-04-17 17:54:26.69--ServerSession(454071866)--Connection(596484028)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.69--ClientSession(1256857480)--Connection(596484028)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.69--ClientSession(1256857480)--Connection(596484028)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.691--ClientSession(1256857480)--Connection(883210093)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET ENUM_ORDINAL = ? WHERE (ID = ?)
    [junit] 	bind => [1, 53]
    [junit] [EL Finer]: 2024-04-17 17:54:26.691--ClientSession(1256857480)--Connection(883210093)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.691--ServerSession(454071866)--Connection(596484028)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.691--UnitOfWork(1386924820)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.691--UnitOfWork(1386924820)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.691--UnitOfWork(1386924820)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.691--ClientSession(1256857480)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.691--UnitOfWork(1386924820)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.691--ClientSession(1256857480)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.691--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 25647597
    [junit] [EL Finer]: 2024-04-17 17:54:26.691--ClientSession(25647597)--Thread(Thread[main,5,main])--acquire unit of work: 1320699422
    [junit] [EL Finest]: 2024-04-17 17:54:26.691--UnitOfWork(1320699422)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.692--ServerSession(454071866)--Connection(1597415291)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.692--ServerSession(454071866)--Connection(1597415291)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.692--ServerSession(454071866)--Connection(812552233)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.692--ServerSession(454071866)--Connection(1597415291)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.692--UnitOfWork(1320699422)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.692--UnitOfWork(1320699422)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.692--UnitOfWork(1320699422)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@719c023)
    [junit] [EL Finest]: 2024-04-17 17:54:26.692--ServerSession(454071866)--Connection(672424074)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.692--ClientSession(25647597)--Connection(672424074)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.692--ClientSession(25647597)--Connection(672424074)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.693--ClientSession(25647597)--Connection(1284651087)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET ENUM_ORDINAL = ? WHERE (ID = ?)
    [junit] 	bind => [null, 53]
    [junit] [EL Finer]: 2024-04-17 17:54:26.693--ClientSession(25647597)--Connection(1284651087)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.693--ServerSession(454071866)--Connection(672424074)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.693--UnitOfWork(1320699422)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.693--UnitOfWork(1320699422)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.693--UnitOfWork(1320699422)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.693--ClientSession(25647597)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.693--UnitOfWork(1320699422)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.693--ClientSession(25647597)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.693--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 322773976
    [junit] [EL Finer]: 2024-04-17 17:54:26.693--ClientSession(322773976)--Thread(Thread[main,5,main])--acquire unit of work: 413532421
    [junit] [EL Finest]: 2024-04-17 17:54:26.693--UnitOfWork(413532421)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.693--ServerSession(454071866)--Connection(1168835102)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.693--ServerSession(454071866)--Connection(1168835102)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.694--ServerSession(454071866)--Connection(1610318172)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.694--ServerSession(454071866)--Connection(1168835102)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:26.704--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 411227408
    [junit] [EL Finer]: 2024-04-17 17:54:26.704--ClientSession(411227408)--Thread(Thread[main,5,main])--acquire unit of work: 938785452
    [junit] [EL Finest]: 2024-04-17 17:54:26.704--UnitOfWork(938785452)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.704--UnitOfWork(938785452)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.704--UnitOfWork(938785452)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@eddc0f8)
    [junit] [EL Finest]: 2024-04-17 17:54:26.704--ServerSession(454071866)--Connection(1602089968)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.704--ClientSession(411227408)--Connection(1602089968)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.704--ClientSession(411227408)--Connection(1602089968)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.705--ClientSession(411227408)--Connection(1296962409)--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-17 17:54:26.705--ClientSession(411227408)--Connection(1296962409)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.705--ServerSession(454071866)--Connection(1602089968)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.705--UnitOfWork(938785452)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.706--UnitOfWork(938785452)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.706--UnitOfWork(938785452)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.706--ClientSession(411227408)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.706--UnitOfWork(938785452)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.706--ClientSession(411227408)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.706--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 805588606
    [junit] [EL Finer]: 2024-04-17 17:54:26.706--ClientSession(805588606)--Thread(Thread[main,5,main])--acquire unit of work: 14076413
    [junit] [EL Finest]: 2024-04-17 17:54:26.706--UnitOfWork(14076413)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.706--ServerSession(454071866)--Connection(1035884501)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.706--ServerSession(454071866)--Connection(1035884501)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.706--ServerSession(454071866)--Connection(918566218)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.706--ServerSession(454071866)--Connection(1035884501)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.706--UnitOfWork(14076413)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.706--UnitOfWork(14076413)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.707--UnitOfWork(14076413)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.707--UnitOfWork(14076413)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:26.707--UnitOfWork(14076413)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@128a560a)
    [junit] [EL Finest]: 2024-04-17 17:54:26.707--ServerSession(454071866)--Connection(1780006902)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.707--ClientSession(805588606)--Connection(1780006902)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.707--ClientSession(805588606)--Connection(1780006902)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.707--ClientSession(805588606)--Connection(1633955725)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)
    [junit] 	bind => [50]
    [junit] [EL Finer]: 2024-04-17 17:54:26.707--ClientSession(805588606)--Connection(1633955725)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.707--ServerSession(454071866)--Connection(1780006902)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.708--UnitOfWork(14076413)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.708--UnitOfWork(14076413)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.708--UnitOfWork(14076413)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.708--ClientSession(805588606)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.708--UnitOfWork(14076413)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.708--ClientSession(805588606)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.708--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1366337244
    [junit] [EL Finer]: 2024-04-17 17:54:26.708--ClientSession(1366337244)--Thread(Thread[main,5,main])--acquire unit of work: 2117616651
    [junit] [EL Finest]: 2024-04-17 17:54:26.708--UnitOfWork(2117616651)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.708--UnitOfWork(2117616651)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.708--UnitOfWork(2117616651)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@128a560a)
    [junit] [EL Finest]: 2024-04-17 17:54:26.708--ServerSession(454071866)--Connection(1876068112)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.708--ClientSession(1366337244)--Connection(1876068112)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.708--ClientSession(1366337244)--Connection(1876068112)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.708--ClientSession(1366337244)--Connection(994089584)--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-17 17:54:26.709--ClientSession(1366337244)--Connection(994089584)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.709--ServerSession(454071866)--Connection(1876068112)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.709--UnitOfWork(2117616651)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.709--UnitOfWork(2117616651)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.709--UnitOfWork(2117616651)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.709--ClientSession(1366337244)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.709--UnitOfWork(2117616651)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.709--ClientSession(1366337244)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.709--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 966421969
    [junit] [EL Finer]: 2024-04-17 17:54:26.709--ClientSession(966421969)--Thread(Thread[main,5,main])--acquire unit of work: 1108051957
    [junit] [EL Finest]: 2024-04-17 17:54:26.709--UnitOfWork(1108051957)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.709--ServerSession(454071866)--Connection(2108098270)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.709--ServerSession(454071866)--Connection(2108098270)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.709--ServerSession(454071866)--Connection(1579697284)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.71--ServerSession(454071866)--Connection(2108098270)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.71--UnitOfWork(1108051957)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.71--UnitOfWork(1108051957)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.71--UnitOfWork(1108051957)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.71--UnitOfWork(1108051957)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.71--UnitOfWork(1108051957)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.71--ClientSession(966421969)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.71--UnitOfWork(1108051957)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.71--ClientSession(966421969)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.71--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1943557211
    [junit] [EL Finer]: 2024-04-17 17:54:26.71--ClientSession(1943557211)--Thread(Thread[main,5,main])--acquire unit of work: 1964734883
    [junit] [EL Finest]: 2024-04-17 17:54:26.71--UnitOfWork(1964734883)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.71--ServerSession(454071866)--Connection(1037498674)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.71--ServerSession(454071866)--Connection(1037498674)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.71--ServerSession(454071866)--Connection(330964475)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.711--ServerSession(454071866)--Connection(1037498674)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.711--UnitOfWork(1964734883)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.711--UnitOfWork(1964734883)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.711--UnitOfWork(1964734883)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@c095ac7)
    [junit] [EL Finest]: 2024-04-17 17:54:26.711--ServerSession(454071866)--Connection(1166720480)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.711--ClientSession(1943557211)--Connection(1166720480)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.711--ClientSession(1943557211)--Connection(1166720480)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.711--ClientSession(1943557211)--Connection(1234578325)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WCA_CLOB = ? WHERE (ID = ?)
    [junit] 	bind => [null, 50]
    [junit] [EL Finer]: 2024-04-17 17:54:26.712--ClientSession(1943557211)--Connection(1234578325)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.712--ServerSession(454071866)--Connection(1166720480)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.712--UnitOfWork(1964734883)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.712--UnitOfWork(1964734883)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.712--UnitOfWork(1964734883)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.712--ClientSession(1943557211)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.712--UnitOfWork(1964734883)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.712--ClientSession(1943557211)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.712--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1343222554
    [junit] [EL Finer]: 2024-04-17 17:54:26.712--ClientSession(1343222554)--Thread(Thread[main,5,main])--acquire unit of work: 1391781729
    [junit] [EL Finest]: 2024-04-17 17:54:26.712--UnitOfWork(1391781729)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.712--ServerSession(454071866)--Connection(709276713)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.712--ServerSession(454071866)--Connection(709276713)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.712--ServerSession(454071866)--Connection(1815392161)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.713--ServerSession(454071866)--Connection(709276713)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.713--UnitOfWork(1391781729)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.713--UnitOfWork(1391781729)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.713--UnitOfWork(1391781729)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@36b62ef1)
    [junit] [EL Finest]: 2024-04-17 17:54:26.713--ServerSession(454071866)--Connection(1624164557)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.713--ClientSession(1343222554)--Connection(1624164557)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.713--ClientSession(1343222554)--Connection(1624164557)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.713--ClientSession(1343222554)--Connection(1137778236)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WCA_CLOB = ? WHERE (ID = ?)
    [junit] 	bind => [UNCHANGED, 50]
    [junit] [EL Finer]: 2024-04-17 17:54:26.714--ClientSession(1343222554)--Connection(1137778236)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.714--ServerSession(454071866)--Connection(1624164557)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.714--UnitOfWork(1391781729)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.714--UnitOfWork(1391781729)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.714--UnitOfWork(1391781729)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.714--ClientSession(1343222554)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.714--UnitOfWork(1391781729)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.714--ClientSession(1343222554)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.714--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 471768018
    [junit] [EL Finer]: 2024-04-17 17:54:26.714--ClientSession(471768018)--Thread(Thread[main,5,main])--acquire unit of work: 167813180
    [junit] [EL Finest]: 2024-04-17 17:54:26.714--UnitOfWork(167813180)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.714--ServerSession(454071866)--Connection(1097564094)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.714--ServerSession(454071866)--Connection(1097564094)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.714--ServerSession(454071866)--Connection(1040908651)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.715--ServerSession(454071866)--Connection(1097564094)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.715--UnitOfWork(167813180)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.715--UnitOfWork(167813180)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.715--UnitOfWork(167813180)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@59ad86db)
    [junit] [EL Finest]: 2024-04-17 17:54:26.715--ServerSession(454071866)--Connection(633849225)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.715--ClientSession(471768018)--Connection(633849225)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.715--ClientSession(471768018)--Connection(633849225)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.715--ClientSession(471768018)--Connection(1833421831)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WCA_CLOB = ? WHERE (ID = ?)
    [junit] 	bind => [XNCHANGED, 50]
    [junit] [EL Finer]: 2024-04-17 17:54:26.716--ClientSession(471768018)--Connection(1833421831)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.716--ServerSession(454071866)--Connection(633849225)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.716--UnitOfWork(167813180)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.716--UnitOfWork(167813180)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.716--UnitOfWork(167813180)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.716--ClientSession(471768018)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.716--UnitOfWork(167813180)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.716--ClientSession(471768018)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.716--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 396452996
    [junit] [EL Finer]: 2024-04-17 17:54:26.716--ClientSession(396452996)--Thread(Thread[main,5,main])--acquire unit of work: 206639220
    [junit] [EL Finest]: 2024-04-17 17:54:26.716--UnitOfWork(206639220)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.716--ServerSession(454071866)--Connection(1604702733)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.716--ServerSession(454071866)--Connection(1604702733)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.716--ServerSession(454071866)--Connection(1333613975)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.717--ServerSession(454071866)--Connection(1604702733)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.717--UnitOfWork(206639220)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.717--UnitOfWork(206639220)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.717--UnitOfWork(206639220)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@57b2e510)
    [junit] [EL Finest]: 2024-04-17 17:54:26.717--ServerSession(454071866)--Connection(58874101)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.717--ClientSession(396452996)--Connection(58874101)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.717--ClientSession(396452996)--Connection(58874101)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.717--ClientSession(396452996)--Connection(1962708064)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WCA_CLOB = ? WHERE (ID = ?)
    [junit] 	bind => [null, 50]
    [junit] [EL Finer]: 2024-04-17 17:54:26.717--ClientSession(396452996)--Connection(1962708064)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.718--ServerSession(454071866)--Connection(58874101)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.718--UnitOfWork(206639220)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.718--UnitOfWork(206639220)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.718--UnitOfWork(206639220)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.718--ClientSession(396452996)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.718--UnitOfWork(206639220)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.718--ClientSession(396452996)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.718--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 558364583
    [junit] [EL Finer]: 2024-04-17 17:54:26.718--ClientSession(558364583)--Thread(Thread[main,5,main])--acquire unit of work: 806573706
    [junit] [EL Finest]: 2024-04-17 17:54:26.718--UnitOfWork(806573706)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.718--ServerSession(454071866)--Connection(547115876)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.718--ServerSession(454071866)--Connection(547115876)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.718--ServerSession(454071866)--Connection(659632320)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.719--ServerSession(454071866)--Connection(547115876)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:26.727--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1494082957
    [junit] [EL Finer]: 2024-04-17 17:54:26.727--ClientSession(1494082957)--Thread(Thread[main,5,main])--acquire unit of work: 1744176741
    [junit] [EL Finest]: 2024-04-17 17:54:26.727--UnitOfWork(1744176741)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.727--UnitOfWork(1744176741)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.727--UnitOfWork(1744176741)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6bf035)
    [junit] [EL Finest]: 2024-04-17 17:54:26.728--ServerSession(454071866)--Connection(434049726)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.728--ClientSession(1494082957)--Connection(434049726)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.728--ClientSession(1494082957)--Connection(434049726)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.776--ClientSession(1494082957)--Connection(1322121934)--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-17 17:54:26.777--ClientSession(1494082957)--Connection(1322121934)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.777--ServerSession(454071866)--Connection(434049726)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.777--UnitOfWork(1744176741)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.777--UnitOfWork(1744176741)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.777--UnitOfWork(1744176741)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.777--ClientSession(1494082957)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.777--UnitOfWork(1744176741)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.777--ClientSession(1494082957)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.777--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2072035969
    [junit] [EL Finer]: 2024-04-17 17:54:26.777--ClientSession(2072035969)--Thread(Thread[main,5,main])--acquire unit of work: 439051693
    [junit] [EL Finest]: 2024-04-17 17:54:26.777--UnitOfWork(439051693)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.777--ServerSession(454071866)--Connection(999417772)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.777--ServerSession(454071866)--Connection(999417772)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.777--ServerSession(454071866)--Connection(1748046373)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.778--ServerSession(454071866)--Connection(999417772)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.778--UnitOfWork(439051693)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.778--UnitOfWork(439051693)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.778--UnitOfWork(439051693)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.778--UnitOfWork(439051693)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:26.778--UnitOfWork(439051693)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@541f4873)
    [junit] [EL Finest]: 2024-04-17 17:54:26.778--ServerSession(454071866)--Connection(13103044)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.778--ClientSession(2072035969)--Connection(13103044)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.778--ClientSession(2072035969)--Connection(13103044)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.778--ClientSession(2072035969)--Connection(1472445861)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)
    [junit] 	bind => [49]
    [junit] [EL Finer]: 2024-04-17 17:54:26.778--ClientSession(2072035969)--Connection(1472445861)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.779--ServerSession(454071866)--Connection(13103044)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.779--UnitOfWork(439051693)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.779--UnitOfWork(439051693)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.779--UnitOfWork(439051693)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.779--ClientSession(2072035969)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.779--UnitOfWork(439051693)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.779--ClientSession(2072035969)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.779--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 581164210
    [junit] [EL Finer]: 2024-04-17 17:54:26.779--ClientSession(581164210)--Thread(Thread[main,5,main])--acquire unit of work: 497401581
    [junit] [EL Finest]: 2024-04-17 17:54:26.779--UnitOfWork(497401581)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.779--UnitOfWork(497401581)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.779--UnitOfWork(497401581)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@541f4873)
    [junit] [EL Finest]: 2024-04-17 17:54:26.779--ServerSession(454071866)--Connection(668969380)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.779--ClientSession(581164210)--Connection(668969380)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.779--ClientSession(581164210)--Connection(668969380)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.779--ClientSession(581164210)--Connection(455452577)--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-17 17:54:26.78--ClientSession(581164210)--Connection(455452577)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.78--ServerSession(454071866)--Connection(668969380)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.78--UnitOfWork(497401581)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.78--UnitOfWork(497401581)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.78--UnitOfWork(497401581)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.78--ClientSession(581164210)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.78--UnitOfWork(497401581)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.78--ClientSession(581164210)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.78--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1961499057
    [junit] [EL Finer]: 2024-04-17 17:54:26.78--ClientSession(1961499057)--Thread(Thread[main,5,main])--acquire unit of work: 782371841
    [junit] [EL Finest]: 2024-04-17 17:54:26.78--UnitOfWork(782371841)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.78--ServerSession(454071866)--Connection(403484379)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.78--ServerSession(454071866)--Connection(403484379)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.78--ServerSession(454071866)--Connection(173977060)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.78--ServerSession(454071866)--Connection(403484379)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.781--UnitOfWork(782371841)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.781--UnitOfWork(782371841)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.781--UnitOfWork(782371841)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.781--UnitOfWork(782371841)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.781--UnitOfWork(782371841)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.781--ClientSession(1961499057)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.781--UnitOfWork(782371841)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.781--ClientSession(1961499057)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.781--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 308831781
    [junit] [EL Finer]: 2024-04-17 17:54:26.781--ClientSession(308831781)--Thread(Thread[main,5,main])--acquire unit of work: 1411850133
    [junit] [EL Finest]: 2024-04-17 17:54:26.781--UnitOfWork(1411850133)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.781--ServerSession(454071866)--Connection(1255288705)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.781--ServerSession(454071866)--Connection(1255288705)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.781--ServerSession(454071866)--Connection(286271652)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.781--ServerSession(454071866)--Connection(1255288705)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.781--UnitOfWork(1411850133)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.781--UnitOfWork(1411850133)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.781--UnitOfWork(1411850133)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2caf59cc)
    [junit] [EL Finest]: 2024-04-17 17:54:26.782--ServerSession(454071866)--Connection(1730123432)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.782--ClientSession(308831781)--Connection(1730123432)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.782--ClientSession(308831781)--Connection(1730123432)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.782--ClientSession(308831781)--Connection(1718171891)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WCA_VARCHAR = ? WHERE (ID = ?)
    [junit] 	bind => [null, 49]
    [junit] [EL Finer]: 2024-04-17 17:54:26.782--ClientSession(308831781)--Connection(1718171891)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.782--ServerSession(454071866)--Connection(1730123432)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.782--UnitOfWork(1411850133)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.782--UnitOfWork(1411850133)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.782--UnitOfWork(1411850133)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.782--ClientSession(308831781)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.782--UnitOfWork(1411850133)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.782--ClientSession(308831781)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.782--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 285880850
    [junit] [EL Finer]: 2024-04-17 17:54:26.782--ClientSession(285880850)--Thread(Thread[main,5,main])--acquire unit of work: 171662413
    [junit] [EL Finest]: 2024-04-17 17:54:26.782--UnitOfWork(171662413)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.782--ServerSession(454071866)--Connection(624579417)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.782--ServerSession(454071866)--Connection(624579417)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.782--ServerSession(454071866)--Connection(1723980561)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.783--ServerSession(454071866)--Connection(624579417)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.783--UnitOfWork(171662413)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.783--UnitOfWork(171662413)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.783--UnitOfWork(171662413)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@769216d3)
    [junit] [EL Finest]: 2024-04-17 17:54:26.783--ServerSession(454071866)--Connection(1773431209)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.783--ClientSession(285880850)--Connection(1773431209)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.783--ClientSession(285880850)--Connection(1773431209)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.783--ClientSession(285880850)--Connection(271397841)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WCA_VARCHAR = ? WHERE (ID = ?)
    [junit] 	bind => [UNCHANGED, 49]
    [junit] [EL Finer]: 2024-04-17 17:54:26.783--ClientSession(285880850)--Connection(271397841)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.784--ServerSession(454071866)--Connection(1773431209)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.784--UnitOfWork(171662413)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.784--UnitOfWork(171662413)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.784--UnitOfWork(171662413)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.784--ClientSession(285880850)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.784--UnitOfWork(171662413)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.784--ClientSession(285880850)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.784--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1578919340
    [junit] [EL Finer]: 2024-04-17 17:54:26.784--ClientSession(1578919340)--Thread(Thread[main,5,main])--acquire unit of work: 338671335
    [junit] [EL Finest]: 2024-04-17 17:54:26.784--UnitOfWork(338671335)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.784--ServerSession(454071866)--Connection(1835379720)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.784--ServerSession(454071866)--Connection(1835379720)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.784--ServerSession(454071866)--Connection(1742492142)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.784--ServerSession(454071866)--Connection(1835379720)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.784--UnitOfWork(338671335)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.784--UnitOfWork(338671335)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.784--UnitOfWork(338671335)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3321649f)
    [junit] [EL Finest]: 2024-04-17 17:54:26.785--ServerSession(454071866)--Connection(1983051708)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.785--ClientSession(1578919340)--Connection(1983051708)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.785--ClientSession(1578919340)--Connection(1983051708)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.785--ClientSession(1578919340)--Connection(796323167)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WCA_VARCHAR = ? WHERE (ID = ?)
    [junit] 	bind => [XNCHANGED, 49]
    [junit] [EL Finer]: 2024-04-17 17:54:26.785--ClientSession(1578919340)--Connection(796323167)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.785--ServerSession(454071866)--Connection(1983051708)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.785--UnitOfWork(338671335)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.785--UnitOfWork(338671335)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.785--UnitOfWork(338671335)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.785--ClientSession(1578919340)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.785--UnitOfWork(338671335)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.785--ClientSession(1578919340)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.785--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1084275767
    [junit] [EL Finer]: 2024-04-17 17:54:26.785--ClientSession(1084275767)--Thread(Thread[main,5,main])--acquire unit of work: 558771336
    [junit] [EL Finest]: 2024-04-17 17:54:26.785--UnitOfWork(558771336)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.785--ServerSession(454071866)--Connection(969548267)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.785--ServerSession(454071866)--Connection(969548267)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.785--ServerSession(454071866)--Connection(1967165825)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.786--ServerSession(454071866)--Connection(969548267)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.786--UnitOfWork(558771336)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.786--UnitOfWork(558771336)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.786--UnitOfWork(558771336)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@603e9af6)
    [junit] [EL Finest]: 2024-04-17 17:54:26.786--ServerSession(454071866)--Connection(2041474681)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.786--ClientSession(1084275767)--Connection(2041474681)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.786--ClientSession(1084275767)--Connection(2041474681)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.786--ClientSession(1084275767)--Connection(1865215836)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WCA_VARCHAR = ? WHERE (ID = ?)
    [junit] 	bind => [null, 49]
    [junit] [EL Finer]: 2024-04-17 17:54:26.786--ClientSession(1084275767)--Connection(1865215836)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.787--ServerSession(454071866)--Connection(2041474681)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.787--UnitOfWork(558771336)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.787--UnitOfWork(558771336)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.787--UnitOfWork(558771336)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.787--ClientSession(1084275767)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.787--UnitOfWork(558771336)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.787--ClientSession(1084275767)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.787--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1778404446
    [junit] [EL Finer]: 2024-04-17 17:54:26.787--ClientSession(1778404446)--Thread(Thread[main,5,main])--acquire unit of work: 1616329409
    [junit] [EL Finest]: 2024-04-17 17:54:26.787--UnitOfWork(1616329409)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.787--ServerSession(454071866)--Connection(1753841560)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.787--ServerSession(454071866)--Connection(1753841560)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.787--ServerSession(454071866)--Connection(446804469)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.787--ServerSession(454071866)--Connection(1753841560)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:26.796--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1566960083
    [junit] [EL Finer]: 2024-04-17 17:54:26.796--ClientSession(1566960083)--Thread(Thread[main,5,main])--acquire unit of work: 192625769
    [junit] [EL Finest]: 2024-04-17 17:54:26.796--UnitOfWork(192625769)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.796--UnitOfWork(192625769)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.796--UnitOfWork(192625769)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@204f3f48)
    [junit] [EL Finest]: 2024-04-17 17:54:26.796--ServerSession(454071866)--Connection(1476820428)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.796--ClientSession(1566960083)--Connection(1476820428)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.796--ClientSession(1566960083)--Connection(1476820428)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.796--ClientSession(1566960083)--Connection(181181137)--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-17 17:54:26.797--ClientSession(1566960083)--Connection(181181137)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.797--ServerSession(454071866)--Connection(1476820428)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.797--UnitOfWork(192625769)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.797--UnitOfWork(192625769)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.797--UnitOfWork(192625769)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.797--ClientSession(1566960083)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.797--UnitOfWork(192625769)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.797--ClientSession(1566960083)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.797--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 12427108
    [junit] [EL Finer]: 2024-04-17 17:54:26.797--ClientSession(12427108)--Thread(Thread[main,5,main])--acquire unit of work: 1799256738
    [junit] [EL Finest]: 2024-04-17 17:54:26.797--UnitOfWork(1799256738)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.797--ServerSession(454071866)--Connection(88764166)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.797--ServerSession(454071866)--Connection(88764166)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.797--ServerSession(454071866)--Connection(1421278137)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.798--ServerSession(454071866)--Connection(88764166)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.798--UnitOfWork(1799256738)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.798--UnitOfWork(1799256738)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.798--UnitOfWork(1799256738)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.798--UnitOfWork(1799256738)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.798--UnitOfWork(1799256738)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.798--ClientSession(12427108)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.798--UnitOfWork(1799256738)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.798--ClientSession(12427108)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.798--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 352559392
    [junit] [EL Finer]: 2024-04-17 17:54:26.798--ClientSession(352559392)--Thread(Thread[main,5,main])--acquire unit of work: 1291899100
    [junit] [EL Finest]: 2024-04-17 17:54:26.798--UnitOfWork(1291899100)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.798--ServerSession(454071866)--Connection(289546661)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.798--ServerSession(454071866)--Connection(289546661)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.798--ServerSession(454071866)--Connection(945536201)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.798--ServerSession(454071866)--Connection(289546661)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.798--UnitOfWork(1291899100)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.798--UnitOfWork(1291899100)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.798--UnitOfWork(1291899100)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7b14a0a4)
    [junit] [EL Finest]: 2024-04-17 17:54:26.799--ServerSession(454071866)--Connection(511950636)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.799--ClientSession(352559392)--Connection(511950636)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.799--ClientSession(352559392)--Connection(511950636)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.799--ClientSession(352559392)--Connection(1721794487)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET P_BYTE = ? WHERE (ID = ?)
    [junit] 	bind => [23, 2]
    [junit] [EL Finer]: 2024-04-17 17:54:26.799--ClientSession(352559392)--Connection(1721794487)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.799--ServerSession(454071866)--Connection(511950636)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.799--UnitOfWork(1291899100)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.799--UnitOfWork(1291899100)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.799--UnitOfWork(1291899100)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.799--ClientSession(352559392)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.799--UnitOfWork(1291899100)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.799--ClientSession(352559392)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.799--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 475749529
    [junit] [EL Finer]: 2024-04-17 17:54:26.799--ClientSession(475749529)--Thread(Thread[main,5,main])--acquire unit of work: 530770657
    [junit] [EL Finest]: 2024-04-17 17:54:26.799--UnitOfWork(530770657)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.799--ServerSession(454071866)--Connection(2056942437)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.799--ServerSession(454071866)--Connection(2056942437)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.8--ServerSession(454071866)--Connection(1025530795)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.8--ServerSession(454071866)--Connection(2056942437)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:26.808--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 760609226
    [junit] [EL Finer]: 2024-04-17 17:54:26.808--ClientSession(760609226)--Thread(Thread[main,5,main])--acquire unit of work: 104935193
    [junit] [EL Finest]: 2024-04-17 17:54:26.808--UnitOfWork(104935193)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.808--UnitOfWork(104935193)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.808--UnitOfWork(104935193)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@226ea84)
    [junit] [EL Finest]: 2024-04-17 17:54:26.808--ServerSession(454071866)--Connection(1275836859)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.808--ClientSession(760609226)--Connection(1275836859)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.808--ClientSession(760609226)--Connection(1275836859)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.808--ClientSession(760609226)--Connection(1136492228)--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-17 17:54:26.809--ClientSession(760609226)--Connection(1136492228)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.809--ServerSession(454071866)--Connection(1275836859)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.809--UnitOfWork(104935193)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.809--UnitOfWork(104935193)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.809--UnitOfWork(104935193)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.809--ClientSession(760609226)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.809--UnitOfWork(104935193)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.809--ClientSession(760609226)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.809--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 740462698
    [junit] [EL Finer]: 2024-04-17 17:54:26.809--ClientSession(740462698)--Thread(Thread[main,5,main])--acquire unit of work: 1031086644
    [junit] [EL Finest]: 2024-04-17 17:54:26.809--UnitOfWork(1031086644)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.809--ServerSession(454071866)--Connection(362164224)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.809--ServerSession(454071866)--Connection(362164224)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.809--ServerSession(454071866)--Connection(901482857)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.81--ServerSession(454071866)--Connection(362164224)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.81--UnitOfWork(1031086644)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.81--UnitOfWork(1031086644)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.81--UnitOfWork(1031086644)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.81--UnitOfWork(1031086644)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.81--UnitOfWork(1031086644)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.81--ClientSession(740462698)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.81--UnitOfWork(1031086644)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.81--ClientSession(740462698)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.81--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1417218664
    [junit] [EL Finer]: 2024-04-17 17:54:26.81--ClientSession(1417218664)--Thread(Thread[main,5,main])--acquire unit of work: 1311936477
    [junit] [EL Finest]: 2024-04-17 17:54:26.81--UnitOfWork(1311936477)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.81--ServerSession(454071866)--Connection(1193457348)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.81--ServerSession(454071866)--Connection(1193457348)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.81--ServerSession(454071866)--Connection(2073915664)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.81--ServerSession(454071866)--Connection(1193457348)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.81--UnitOfWork(1311936477)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.81--UnitOfWork(1311936477)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.81--UnitOfWork(1311936477)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3d3d390e)
    [junit] [EL Finest]: 2024-04-17 17:54:26.811--ServerSession(454071866)--Connection(2139014645)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.811--ClientSession(1417218664)--Connection(2139014645)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.811--ClientSession(1417218664)--Connection(2139014645)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.811--ClientSession(1417218664)--Connection(1075316061)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET P_CHAR = ? WHERE (ID = ?)
    [junit] 	bind => [B, 3]
    [junit] [EL Finer]: 2024-04-17 17:54:26.811--ClientSession(1417218664)--Connection(1075316061)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.811--ServerSession(454071866)--Connection(2139014645)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.811--UnitOfWork(1311936477)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.811--UnitOfWork(1311936477)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.811--UnitOfWork(1311936477)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.811--ClientSession(1417218664)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.811--UnitOfWork(1311936477)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.811--ClientSession(1417218664)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.811--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 580115329
    [junit] [EL Finer]: 2024-04-17 17:54:26.811--ClientSession(580115329)--Thread(Thread[main,5,main])--acquire unit of work: 734786379
    [junit] [EL Finest]: 2024-04-17 17:54:26.811--UnitOfWork(734786379)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.811--ServerSession(454071866)--Connection(729364866)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.812--ServerSession(454071866)--Connection(729364866)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.812--ServerSession(454071866)--Connection(1922167949)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.812--ServerSession(454071866)--Connection(729364866)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:26.82--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1180656113
    [junit] [EL Finer]: 2024-04-17 17:54:26.82--ClientSession(1180656113)--Thread(Thread[main,5,main])--acquire unit of work: 636228091
    [junit] [EL Finest]: 2024-04-17 17:54:26.82--UnitOfWork(636228091)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.82--UnitOfWork(636228091)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.82--UnitOfWork(636228091)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@27979cf9)
    [junit] [EL Finest]: 2024-04-17 17:54:26.82--ServerSession(454071866)--Connection(329790676)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.82--ClientSession(1180656113)--Connection(329790676)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.82--ClientSession(1180656113)--Connection(329790676)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.82--ClientSession(1180656113)--Connection(1443794067)--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-17 17:54:26.821--ClientSession(1180656113)--Connection(1443794067)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.821--ServerSession(454071866)--Connection(329790676)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.821--UnitOfWork(636228091)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.821--UnitOfWork(636228091)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.821--UnitOfWork(636228091)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.821--ClientSession(1180656113)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.821--UnitOfWork(636228091)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.821--ClientSession(1180656113)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.821--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1331857007
    [junit] [EL Finer]: 2024-04-17 17:54:26.821--ClientSession(1331857007)--Thread(Thread[main,5,main])--acquire unit of work: 498996675
    [junit] [EL Finest]: 2024-04-17 17:54:26.821--UnitOfWork(498996675)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.821--ServerSession(454071866)--Connection(1073117427)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.821--ServerSession(454071866)--Connection(1073117427)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.822--ServerSession(454071866)--Connection(1608828840)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.822--ServerSession(454071866)--Connection(1073117427)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.822--UnitOfWork(498996675)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.822--UnitOfWork(498996675)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.822--UnitOfWork(498996675)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.822--UnitOfWork(498996675)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.822--UnitOfWork(498996675)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.822--ClientSession(1331857007)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.822--UnitOfWork(498996675)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.822--ClientSession(1331857007)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.822--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 470741037
    [junit] [EL Finer]: 2024-04-17 17:54:26.822--ClientSession(470741037)--Thread(Thread[main,5,main])--acquire unit of work: 1804159010
    [junit] [EL Finest]: 2024-04-17 17:54:26.822--UnitOfWork(1804159010)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.822--ServerSession(454071866)--Connection(421325835)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.822--ServerSession(454071866)--Connection(421325835)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.823--ServerSession(454071866)--Connection(163012229)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.823--ServerSession(454071866)--Connection(421325835)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.823--UnitOfWork(1804159010)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.823--UnitOfWork(1804159010)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.823--UnitOfWork(1804159010)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@43bad436)
    [junit] [EL Finest]: 2024-04-17 17:54:26.823--ServerSession(454071866)--Connection(247998138)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.823--ClientSession(470741037)--Connection(247998138)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.823--ClientSession(470741037)--Connection(247998138)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.823--ClientSession(470741037)--Connection(1982057485)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET P_LONG = ? WHERE (ID = ?)
    [junit] 	bind => [77, 6]
    [junit] [EL Finer]: 2024-04-17 17:54:26.824--ClientSession(470741037)--Connection(1982057485)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.824--ServerSession(454071866)--Connection(247998138)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.824--UnitOfWork(1804159010)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.824--UnitOfWork(1804159010)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.824--UnitOfWork(1804159010)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.824--ClientSession(470741037)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.88--UnitOfWork(1804159010)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.88--ClientSession(470741037)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.88--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 516938484
    [junit] [EL Finer]: 2024-04-17 17:54:26.88--ClientSession(516938484)--Thread(Thread[main,5,main])--acquire unit of work: 1375584865
    [junit] [EL Finest]: 2024-04-17 17:54:26.88--UnitOfWork(1375584865)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.88--ServerSession(454071866)--Connection(961949687)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.88--ServerSession(454071866)--Connection(961949687)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.88--ServerSession(454071866)--Connection(932777011)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.881--ServerSession(454071866)--Connection(961949687)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:26.89--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1833266179
    [junit] [EL Finer]: 2024-04-17 17:54:26.89--ClientSession(1833266179)--Thread(Thread[main,5,main])--acquire unit of work: 1674165896
    [junit] [EL Finest]: 2024-04-17 17:54:26.89--UnitOfWork(1674165896)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.89--UnitOfWork(1674165896)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.89--UnitOfWork(1674165896)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5322727e)
    [junit] [EL Finest]: 2024-04-17 17:54:26.89--ServerSession(454071866)--Connection(1739267259)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.89--ClientSession(1833266179)--Connection(1739267259)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.89--ClientSession(1833266179)--Connection(1739267259)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.89--ClientSession(1833266179)--Connection(1236849464)--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-17 17:54:26.891--ClientSession(1833266179)--Connection(1236849464)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.891--ServerSession(454071866)--Connection(1739267259)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.891--UnitOfWork(1674165896)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.891--UnitOfWork(1674165896)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.891--UnitOfWork(1674165896)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.891--ClientSession(1833266179)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.891--UnitOfWork(1674165896)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.891--ClientSession(1833266179)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.891--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1781374686
    [junit] [EL Finer]: 2024-04-17 17:54:26.891--ClientSession(1781374686)--Thread(Thread[main,5,main])--acquire unit of work: 1432095204
    [junit] [EL Finest]: 2024-04-17 17:54:26.891--UnitOfWork(1432095204)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.891--ServerSession(454071866)--Connection(1525817700)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.891--ServerSession(454071866)--Connection(1525817700)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.891--ServerSession(454071866)--Connection(481484216)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.892--ServerSession(454071866)--Connection(1525817700)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.892--UnitOfWork(1432095204)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.892--UnitOfWork(1432095204)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.892--UnitOfWork(1432095204)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.892--UnitOfWork(1432095204)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:26.892--UnitOfWork(1432095204)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2fc9420e)
    [junit] [EL Finest]: 2024-04-17 17:54:26.892--ServerSession(454071866)--Connection(1856954792)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.892--ClientSession(1781374686)--Connection(1856954792)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.892--ClientSession(1781374686)--Connection(1856954792)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.893--ClientSession(1781374686)--Connection(268190824)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)
    [junit] 	bind => [23]
    [junit] [EL Finer]: 2024-04-17 17:54:26.893--ClientSession(1781374686)--Connection(268190824)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.893--ServerSession(454071866)--Connection(1856954792)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.893--UnitOfWork(1432095204)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.893--UnitOfWork(1432095204)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.893--UnitOfWork(1432095204)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.893--ClientSession(1781374686)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.893--UnitOfWork(1432095204)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.893--ClientSession(1781374686)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.893--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1400802142
    [junit] [EL Finer]: 2024-04-17 17:54:26.893--ClientSession(1400802142)--Thread(Thread[main,5,main])--acquire unit of work: 1246008120
    [junit] [EL Finest]: 2024-04-17 17:54:26.893--UnitOfWork(1246008120)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.893--UnitOfWork(1246008120)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.893--UnitOfWork(1246008120)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2fc9420e)
    [junit] [EL Finest]: 2024-04-17 17:54:26.893--ServerSession(454071866)--Connection(1219237551)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.893--ClientSession(1400802142)--Connection(1219237551)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.893--ClientSession(1400802142)--Connection(1219237551)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.894--ClientSession(1400802142)--Connection(1873760415)--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-17 17:54:26.894--ClientSession(1400802142)--Connection(1873760415)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.894--ServerSession(454071866)--Connection(1219237551)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.894--UnitOfWork(1246008120)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.894--UnitOfWork(1246008120)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.894--UnitOfWork(1246008120)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.894--ClientSession(1400802142)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.894--UnitOfWork(1246008120)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.894--ClientSession(1400802142)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.895--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 343379103
    [junit] [EL Finer]: 2024-04-17 17:54:26.895--ClientSession(343379103)--Thread(Thread[main,5,main])--acquire unit of work: 1019673040
    [junit] [EL Finest]: 2024-04-17 17:54:26.895--UnitOfWork(1019673040)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.895--ServerSession(454071866)--Connection(695758207)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.895--ServerSession(454071866)--Connection(695758207)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.895--ServerSession(454071866)--Connection(1310435226)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.895--ServerSession(454071866)--Connection(695758207)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.895--UnitOfWork(1019673040)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.895--UnitOfWork(1019673040)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.895--UnitOfWork(1019673040)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.895--UnitOfWork(1019673040)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.895--UnitOfWork(1019673040)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.895--ClientSession(343379103)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.895--UnitOfWork(1019673040)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.895--ClientSession(343379103)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.895--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 342781847
    [junit] [EL Finer]: 2024-04-17 17:54:26.895--ClientSession(342781847)--Thread(Thread[main,5,main])--acquire unit of work: 1952700913
    [junit] [EL Finest]: 2024-04-17 17:54:26.895--UnitOfWork(1952700913)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.895--ServerSession(454071866)--Connection(68558446)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.895--ServerSession(454071866)--Connection(68558446)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.896--ServerSession(454071866)--Connection(1390841674)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.896--ServerSession(454071866)--Connection(68558446)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.896--UnitOfWork(1952700913)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.896--UnitOfWork(1952700913)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.896--UnitOfWork(1952700913)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5fd5bb44)
    [junit] [EL Finest]: 2024-04-17 17:54:26.896--ServerSession(454071866)--Connection(226391371)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.896--ClientSession(342781847)--Connection(226391371)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.896--ClientSession(342781847)--Connection(226391371)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.896--ClientSession(342781847)--Connection(574657874)--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-17 17:54:26.897--ClientSession(342781847)--Connection(574657874)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.897--ServerSession(454071866)--Connection(226391371)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.897--UnitOfWork(1952700913)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.897--UnitOfWork(1952700913)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.897--UnitOfWork(1952700913)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.897--ClientSession(342781847)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.897--UnitOfWork(1952700913)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.897--ClientSession(342781847)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.897--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 439225767
    [junit] [EL Finer]: 2024-04-17 17:54:26.897--ClientSession(439225767)--Thread(Thread[main,5,main])--acquire unit of work: 1686435716
    [junit] [EL Finest]: 2024-04-17 17:54:26.897--UnitOfWork(1686435716)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.897--ServerSession(454071866)--Connection(1120408643)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.897--ServerSession(454071866)--Connection(1120408643)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.897--ServerSession(454071866)--Connection(2053317346)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.898--ServerSession(454071866)--Connection(1120408643)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.898--UnitOfWork(1686435716)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.898--UnitOfWork(1686435716)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.898--UnitOfWork(1686435716)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5331b666)
    [junit] [EL Finest]: 2024-04-17 17:54:26.898--ServerSession(454071866)--Connection(852395684)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.898--ClientSession(439225767)--Connection(852395684)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.898--ClientSession(439225767)--Connection(852395684)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.898--ClientSession(439225767)--Connection(1881127034)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET BIG_DECIMAL = ? WHERE (ID = ?)
    [junit] 	bind => [null, 23]
    [junit] [EL Finer]: 2024-04-17 17:54:26.898--ClientSession(439225767)--Connection(1881127034)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.898--ServerSession(454071866)--Connection(852395684)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.898--UnitOfWork(1686435716)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.898--UnitOfWork(1686435716)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.899--UnitOfWork(1686435716)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.899--ClientSession(439225767)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.899--UnitOfWork(1686435716)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.899--ClientSession(439225767)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.899--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 827788988
    [junit] [EL Finer]: 2024-04-17 17:54:26.899--ClientSession(827788988)--Thread(Thread[main,5,main])--acquire unit of work: 2003457428
    [junit] [EL Finest]: 2024-04-17 17:54:26.899--UnitOfWork(2003457428)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.899--ServerSession(454071866)--Connection(2059140971)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.899--ServerSession(454071866)--Connection(2059140971)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.899--ServerSession(454071866)--Connection(1239408079)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.899--ServerSession(454071866)--Connection(2059140971)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:26.908--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1209426161
    [junit] [EL Finer]: 2024-04-17 17:54:26.908--ClientSession(1209426161)--Thread(Thread[main,5,main])--acquire unit of work: 1964219019
    [junit] [EL Finest]: 2024-04-17 17:54:26.908--UnitOfWork(1964219019)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.908--UnitOfWork(1964219019)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.908--UnitOfWork(1964219019)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3bb2f0d7)
    [junit] [EL Finest]: 2024-04-17 17:54:26.908--ServerSession(454071866)--Connection(1454467538)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.908--ClientSession(1209426161)--Connection(1454467538)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.908--ClientSession(1209426161)--Connection(1454467538)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.908--ClientSession(1209426161)--Connection(1067415117)--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-17 17:54:26.909--ClientSession(1209426161)--Connection(1067415117)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.909--ServerSession(454071866)--Connection(1454467538)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.909--UnitOfWork(1964219019)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.909--UnitOfWork(1964219019)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.909--UnitOfWork(1964219019)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.909--ClientSession(1209426161)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.909--UnitOfWork(1964219019)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.909--ClientSession(1209426161)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.909--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1652976292
    [junit] [EL Finer]: 2024-04-17 17:54:26.909--ClientSession(1652976292)--Thread(Thread[main,5,main])--acquire unit of work: 1059352799
    [junit] [EL Finest]: 2024-04-17 17:54:26.909--UnitOfWork(1059352799)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.909--ServerSession(454071866)--Connection(2077054056)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.909--ServerSession(454071866)--Connection(2077054056)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.909--ServerSession(454071866)--Connection(1342746677)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.91--ServerSession(454071866)--Connection(2077054056)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.91--UnitOfWork(1059352799)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.91--UnitOfWork(1059352799)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.91--UnitOfWork(1059352799)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.91--UnitOfWork(1059352799)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.91--UnitOfWork(1059352799)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.91--ClientSession(1652976292)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.91--UnitOfWork(1059352799)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.91--ClientSession(1652976292)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.91--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 433582290
    [junit] [EL Finer]: 2024-04-17 17:54:26.91--ClientSession(433582290)--Thread(Thread[main,5,main])--acquire unit of work: 1225987265
    [junit] [EL Finest]: 2024-04-17 17:54:26.91--UnitOfWork(1225987265)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.91--ServerSession(454071866)--Connection(1951894838)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.91--ServerSession(454071866)--Connection(1951894838)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.91--ServerSession(454071866)--Connection(591928090)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.91--ServerSession(454071866)--Connection(1951894838)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.91--UnitOfWork(1225987265)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.911--UnitOfWork(1225987265)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.911--UnitOfWork(1225987265)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@545b97ab)
    [junit] [EL Finest]: 2024-04-17 17:54:26.911--ServerSession(454071866)--Connection(2136921711)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.911--ClientSession(433582290)--Connection(2136921711)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.911--ClientSession(433582290)--Connection(2136921711)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.911--ClientSession(433582290)--Connection(65746531)--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-17 17:54:26.911--ClientSession(433582290)--Connection(65746531)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.911--ServerSession(454071866)--Connection(2136921711)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.911--UnitOfWork(1225987265)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.911--UnitOfWork(1225987265)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.911--UnitOfWork(1225987265)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.911--ClientSession(433582290)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.911--UnitOfWork(1225987265)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.912--ClientSession(433582290)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.912--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2074678503
    [junit] [EL Finer]: 2024-04-17 17:54:26.912--ClientSession(2074678503)--Thread(Thread[main,5,main])--acquire unit of work: 1926060115
    [junit] [EL Finest]: 2024-04-17 17:54:26.912--UnitOfWork(1926060115)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.912--ServerSession(454071866)--Connection(684666951)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.912--ServerSession(454071866)--Connection(684666951)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.912--ServerSession(454071866)--Connection(185734379)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.912--ServerSession(454071866)--Connection(684666951)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:26.921--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 536939831
    [junit] [EL Finer]: 2024-04-17 17:54:26.921--ClientSession(536939831)--Thread(Thread[main,5,main])--acquire unit of work: 2025211938
    [junit] [EL Finest]: 2024-04-17 17:54:26.921--UnitOfWork(2025211938)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.921--UnitOfWork(2025211938)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.921--UnitOfWork(2025211938)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4fa84cdd)
    [junit] [EL Finest]: 2024-04-17 17:54:26.921--ServerSession(454071866)--Connection(607668078)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.921--ClientSession(536939831)--Connection(607668078)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.921--ClientSession(536939831)--Connection(607668078)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.921--ClientSession(536939831)--Connection(1845882003)--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-17 17:54:26.921--ClientSession(536939831)--Connection(1845882003)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.922--ServerSession(454071866)--Connection(607668078)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.922--UnitOfWork(2025211938)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.922--UnitOfWork(2025211938)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.922--UnitOfWork(2025211938)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.922--ClientSession(536939831)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.922--UnitOfWork(2025211938)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.922--ClientSession(536939831)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.922--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 724383538
    [junit] [EL Finer]: 2024-04-17 17:54:26.922--ClientSession(724383538)--Thread(Thread[main,5,main])--acquire unit of work: 1304958478
    [junit] [EL Finest]: 2024-04-17 17:54:26.922--UnitOfWork(1304958478)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.922--ServerSession(454071866)--Connection(208144976)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.922--ServerSession(454071866)--Connection(208144976)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.922--ServerSession(454071866)--Connection(1537265468)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.922--ServerSession(454071866)--Connection(208144976)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.922--UnitOfWork(1304958478)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.922--UnitOfWork(1304958478)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.923--UnitOfWork(1304958478)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.923--UnitOfWork(1304958478)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:26.923--UnitOfWork(1304958478)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1483fa8b)
    [junit] [EL Finest]: 2024-04-17 17:54:26.923--ServerSession(454071866)--Connection(99722716)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.923--ClientSession(724383538)--Connection(99722716)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.923--ClientSession(724383538)--Connection(99722716)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.923--ClientSession(724383538)--Connection(731378336)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)
    [junit] 	bind => [24]
    [junit] [EL Finer]: 2024-04-17 17:54:26.923--ClientSession(724383538)--Connection(731378336)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.923--ServerSession(454071866)--Connection(99722716)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.923--UnitOfWork(1304958478)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.923--UnitOfWork(1304958478)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.923--UnitOfWork(1304958478)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.923--ClientSession(724383538)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.923--UnitOfWork(1304958478)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.923--ClientSession(724383538)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.923--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1376449891
    [junit] [EL Finer]: 2024-04-17 17:54:26.924--ClientSession(1376449891)--Thread(Thread[main,5,main])--acquire unit of work: 1516070331
    [junit] [EL Finest]: 2024-04-17 17:54:26.924--UnitOfWork(1516070331)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.924--UnitOfWork(1516070331)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.924--UnitOfWork(1516070331)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1483fa8b)
    [junit] [EL Finest]: 2024-04-17 17:54:26.924--ServerSession(454071866)--Connection(913244506)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.924--ClientSession(1376449891)--Connection(913244506)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.924--ClientSession(1376449891)--Connection(913244506)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.924--ClientSession(1376449891)--Connection(868965145)--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-17 17:54:26.924--ClientSession(1376449891)--Connection(868965145)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.924--ServerSession(454071866)--Connection(913244506)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.925--UnitOfWork(1516070331)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.925--UnitOfWork(1516070331)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.925--UnitOfWork(1516070331)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.925--ClientSession(1376449891)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.925--UnitOfWork(1516070331)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.925--ClientSession(1376449891)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.925--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 270970891
    [junit] [EL Finer]: 2024-04-17 17:54:26.925--ClientSession(270970891)--Thread(Thread[main,5,main])--acquire unit of work: 1586304644
    [junit] [EL Finest]: 2024-04-17 17:54:26.925--UnitOfWork(1586304644)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.925--ServerSession(454071866)--Connection(930586079)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.925--ServerSession(454071866)--Connection(930586079)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.925--ServerSession(454071866)--Connection(1630057191)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.925--ServerSession(454071866)--Connection(930586079)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.925--UnitOfWork(1586304644)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.925--UnitOfWork(1586304644)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.925--UnitOfWork(1586304644)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.925--UnitOfWork(1586304644)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.925--UnitOfWork(1586304644)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.925--ClientSession(270970891)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.925--UnitOfWork(1586304644)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.925--ClientSession(270970891)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.925--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1563242419
    [junit] [EL Finer]: 2024-04-17 17:54:26.925--ClientSession(1563242419)--Thread(Thread[main,5,main])--acquire unit of work: 1176266447
    [junit] [EL Finest]: 2024-04-17 17:54:26.925--UnitOfWork(1176266447)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.925--ServerSession(454071866)--Connection(332735821)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.925--ServerSession(454071866)--Connection(332735821)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.926--ServerSession(454071866)--Connection(1510337434)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.926--ServerSession(454071866)--Connection(332735821)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.926--UnitOfWork(1176266447)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.926--UnitOfWork(1176266447)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.926--UnitOfWork(1176266447)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4b6e2ed3)
    [junit] [EL Finest]: 2024-04-17 17:54:26.926--ServerSession(454071866)--Connection(67631402)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.926--ClientSession(1563242419)--Connection(67631402)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.926--ClientSession(1563242419)--Connection(67631402)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.926--ClientSession(1563242419)--Connection(1648247187)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET BIG_INTEGER = ? WHERE (ID = ?)
    [junit] 	bind => [22, 24]
    [junit] [EL Finer]: 2024-04-17 17:54:26.927--ClientSession(1563242419)--Connection(1648247187)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.927--ServerSession(454071866)--Connection(67631402)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.927--UnitOfWork(1176266447)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.927--UnitOfWork(1176266447)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.927--UnitOfWork(1176266447)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.927--ClientSession(1563242419)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.927--UnitOfWork(1176266447)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.927--ClientSession(1563242419)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.927--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1974930281
    [junit] [EL Finer]: 2024-04-17 17:54:26.927--ClientSession(1974930281)--Thread(Thread[main,5,main])--acquire unit of work: 1312973404
    [junit] [EL Finest]: 2024-04-17 17:54:26.927--UnitOfWork(1312973404)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.927--ServerSession(454071866)--Connection(1591771358)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.927--ServerSession(454071866)--Connection(1591771358)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.927--ServerSession(454071866)--Connection(1633579480)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.927--ServerSession(454071866)--Connection(1591771358)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.928--UnitOfWork(1312973404)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.928--UnitOfWork(1312973404)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.928--UnitOfWork(1312973404)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@71721588)
    [junit] [EL Finest]: 2024-04-17 17:54:26.928--ServerSession(454071866)--Connection(965540104)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.928--ClientSession(1974930281)--Connection(965540104)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.928--ClientSession(1974930281)--Connection(965540104)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.928--ClientSession(1974930281)--Connection(1798802922)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET BIG_INTEGER = ? WHERE (ID = ?)
    [junit] 	bind => [null, 24]
    [junit] [EL Finer]: 2024-04-17 17:54:26.928--ClientSession(1974930281)--Connection(1798802922)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.984--ServerSession(454071866)--Connection(965540104)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.984--UnitOfWork(1312973404)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.984--UnitOfWork(1312973404)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.984--UnitOfWork(1312973404)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.984--ClientSession(1974930281)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.984--UnitOfWork(1312973404)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.984--ClientSession(1974930281)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.984--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1441919445
    [junit] [EL Finer]: 2024-04-17 17:54:26.984--ClientSession(1441919445)--Thread(Thread[main,5,main])--acquire unit of work: 191563482
    [junit] [EL Finest]: 2024-04-17 17:54:26.984--UnitOfWork(191563482)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.984--ServerSession(454071866)--Connection(1558483584)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.984--ServerSession(454071866)--Connection(1558483584)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.984--ServerSession(454071866)--Connection(377243854)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.985--ServerSession(454071866)--Connection(1558483584)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:26.994--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2099256757
    [junit] [EL Finer]: 2024-04-17 17:54:26.994--ClientSession(2099256757)--Thread(Thread[main,5,main])--acquire unit of work: 743488061
    [junit] [EL Finest]: 2024-04-17 17:54:26.994--UnitOfWork(743488061)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.994--UnitOfWork(743488061)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.994--UnitOfWork(743488061)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1b321a1a)
    [junit] [EL Finest]: 2024-04-17 17:54:26.994--ServerSession(454071866)--Connection(1640371193)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.994--ClientSession(2099256757)--Connection(1640371193)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.994--ClientSession(2099256757)--Connection(1640371193)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.994--ClientSession(2099256757)--Connection(1223609518)--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-17 17:54:26.995--ClientSession(2099256757)--Connection(1223609518)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.995--ServerSession(454071866)--Connection(1640371193)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.995--UnitOfWork(743488061)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.995--UnitOfWork(743488061)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.995--UnitOfWork(743488061)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.995--ClientSession(2099256757)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.995--UnitOfWork(743488061)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.995--ClientSession(2099256757)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.995--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1822228644
    [junit] [EL Finer]: 2024-04-17 17:54:26.995--ClientSession(1822228644)--Thread(Thread[main,5,main])--acquire unit of work: 1033211669
    [junit] [EL Finest]: 2024-04-17 17:54:26.995--UnitOfWork(1033211669)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.995--ServerSession(454071866)--Connection(60866485)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.995--ServerSession(454071866)--Connection(60866485)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.995--ServerSession(454071866)--Connection(2142283335)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.995--ServerSession(454071866)--Connection(60866485)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.996--UnitOfWork(1033211669)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.996--UnitOfWork(1033211669)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.996--UnitOfWork(1033211669)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.996--UnitOfWork(1033211669)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:26.996--UnitOfWork(1033211669)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6ad0c472)
    [junit] [EL Finest]: 2024-04-17 17:54:26.996--ServerSession(454071866)--Connection(376668882)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.996--ClientSession(1822228644)--Connection(376668882)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.996--ClientSession(1822228644)--Connection(376668882)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.996--ClientSession(1822228644)--Connection(231546000)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)
    [junit] 	bind => [18]
    [junit] [EL Finer]: 2024-04-17 17:54:26.996--ClientSession(1822228644)--Connection(231546000)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.996--ServerSession(454071866)--Connection(376668882)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.996--UnitOfWork(1033211669)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.996--UnitOfWork(1033211669)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.997--UnitOfWork(1033211669)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.997--ClientSession(1822228644)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.997--UnitOfWork(1033211669)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.997--ClientSession(1822228644)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.997--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1366647404
    [junit] [EL Finer]: 2024-04-17 17:54:26.997--ClientSession(1366647404)--Thread(Thread[main,5,main])--acquire unit of work: 1536823170
    [junit] [EL Finest]: 2024-04-17 17:54:26.997--UnitOfWork(1536823170)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:26.997--UnitOfWork(1536823170)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.997--UnitOfWork(1536823170)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6ad0c472)
    [junit] [EL Finest]: 2024-04-17 17:54:26.997--ServerSession(454071866)--Connection(1243674346)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.997--ClientSession(1366647404)--Connection(1243674346)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.997--ClientSession(1366647404)--Connection(1243674346)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.997--ClientSession(1366647404)--Connection(809278400)--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-17 17:54:26.997--ClientSession(1366647404)--Connection(809278400)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.998--ServerSession(454071866)--Connection(1243674346)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.998--UnitOfWork(1536823170)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.998--UnitOfWork(1536823170)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.998--UnitOfWork(1536823170)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.998--ClientSession(1366647404)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.998--UnitOfWork(1536823170)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.998--ClientSession(1366647404)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.998--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 813953940
    [junit] [EL Finer]: 2024-04-17 17:54:26.998--ClientSession(813953940)--Thread(Thread[main,5,main])--acquire unit of work: 2103039176
    [junit] [EL Finest]: 2024-04-17 17:54:26.998--UnitOfWork(2103039176)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.998--ServerSession(454071866)--Connection(695185976)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.998--ServerSession(454071866)--Connection(695185976)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.998--ServerSession(454071866)--Connection(422342907)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.998--ServerSession(454071866)--Connection(695185976)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.998--UnitOfWork(2103039176)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.998--UnitOfWork(2103039176)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.998--UnitOfWork(2103039176)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:26.998--UnitOfWork(2103039176)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.998--UnitOfWork(2103039176)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.998--ClientSession(813953940)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:26.998--UnitOfWork(2103039176)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:26.998--ClientSession(813953940)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:26.998--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 724289306
    [junit] [EL Finer]: 2024-04-17 17:54:26.998--ClientSession(724289306)--Thread(Thread[main,5,main])--acquire unit of work: 2081964433
    [junit] [EL Finest]: 2024-04-17 17:54:26.998--UnitOfWork(2081964433)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:26.998--ServerSession(454071866)--Connection(2069620854)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.999--ServerSession(454071866)--Connection(2069620854)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.999--ServerSession(454071866)--Connection(2085982213)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:26.999--ServerSession(454071866)--Connection(2069620854)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:26.999--UnitOfWork(2081964433)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:26.999--UnitOfWork(2081964433)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:26.999--UnitOfWork(2081964433)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@379957ec)
    [junit] [EL Finest]: 2024-04-17 17:54:26.999--ServerSession(454071866)--Connection(1126203128)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:26.999--ClientSession(724289306)--Connection(1126203128)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:26.999--ClientSession(724289306)--Connection(1126203128)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:26.999--ClientSession(724289306)--Connection(1448739461)--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-17 17:54:27.0--ClientSession(724289306)--Connection(1448739461)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.0--ServerSession(454071866)--Connection(1126203128)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.0--UnitOfWork(2081964433)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.0--UnitOfWork(2081964433)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.0--UnitOfWork(2081964433)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.0--ClientSession(724289306)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.0--UnitOfWork(2081964433)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.0--ClientSession(724289306)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.0--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 278313293
    [junit] [EL Finer]: 2024-04-17 17:54:27.0--ClientSession(278313293)--Thread(Thread[main,5,main])--acquire unit of work: 1342296601
    [junit] [EL Finest]: 2024-04-17 17:54:27.0--UnitOfWork(1342296601)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.0--ServerSession(454071866)--Connection(1447673014)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.0--ServerSession(454071866)--Connection(1447673014)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.0--ServerSession(454071866)--Connection(1973934667)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.0--ServerSession(454071866)--Connection(1447673014)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.001--UnitOfWork(1342296601)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.001--UnitOfWork(1342296601)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.001--UnitOfWork(1342296601)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@e91c86b)
    [junit] [EL Finest]: 2024-04-17 17:54:27.001--ServerSession(454071866)--Connection(1578671214)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.001--ClientSession(278313293)--Connection(1578671214)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.001--ClientSession(278313293)--Connection(1578671214)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.001--ClientSession(278313293)--Connection(2091864975)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_DOUBLE = ? WHERE (ID = ?)
    [junit] 	bind => [null, 18]
    [junit] [EL Finer]: 2024-04-17 17:54:27.001--ClientSession(278313293)--Connection(2091864975)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.001--ServerSession(454071866)--Connection(1578671214)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.001--UnitOfWork(1342296601)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.001--UnitOfWork(1342296601)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.001--UnitOfWork(1342296601)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.001--ClientSession(278313293)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.001--UnitOfWork(1342296601)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.001--ClientSession(278313293)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.001--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1513463308
    [junit] [EL Finer]: 2024-04-17 17:54:27.001--ClientSession(1513463308)--Thread(Thread[main,5,main])--acquire unit of work: 1087668936
    [junit] [EL Finest]: 2024-04-17 17:54:27.001--UnitOfWork(1087668936)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.002--ServerSession(454071866)--Connection(1180799606)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.002--ServerSession(454071866)--Connection(1180799606)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.002--ServerSession(454071866)--Connection(1384089181)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.002--ServerSession(454071866)--Connection(1180799606)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:27.011--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1959004179
    [junit] [EL Finer]: 2024-04-17 17:54:27.011--ClientSession(1959004179)--Thread(Thread[main,5,main])--acquire unit of work: 855388453
    [junit] [EL Finest]: 2024-04-17 17:54:27.011--UnitOfWork(855388453)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.011--UnitOfWork(855388453)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.011--UnitOfWork(855388453)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@732f3b2f)
    [junit] [EL Finest]: 2024-04-17 17:54:27.011--ServerSession(454071866)--Connection(765908459)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.011--ClientSession(1959004179)--Connection(765908459)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.011--ClientSession(1959004179)--Connection(765908459)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.011--ClientSession(1959004179)--Connection(2122366051)--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-17 17:54:27.011--ClientSession(1959004179)--Connection(2122366051)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.012--ServerSession(454071866)--Connection(765908459)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.012--UnitOfWork(855388453)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.012--UnitOfWork(855388453)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.012--UnitOfWork(855388453)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.012--ClientSession(1959004179)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.012--UnitOfWork(855388453)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.012--ClientSession(1959004179)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.012--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1001911016
    [junit] [EL Finer]: 2024-04-17 17:54:27.012--ClientSession(1001911016)--Thread(Thread[main,5,main])--acquire unit of work: 547709432
    [junit] [EL Finest]: 2024-04-17 17:54:27.012--UnitOfWork(547709432)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.012--ServerSession(454071866)--Connection(1539158571)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.012--ServerSession(454071866)--Connection(1539158571)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.012--ServerSession(454071866)--Connection(1331895677)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.012--ServerSession(454071866)--Connection(1539158571)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.013--UnitOfWork(547709432)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.013--UnitOfWork(547709432)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.013--UnitOfWork(547709432)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.013--UnitOfWork(547709432)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:27.013--UnitOfWork(547709432)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@406684fa)
    [junit] [EL Finest]: 2024-04-17 17:54:27.013--ServerSession(454071866)--Connection(564345200)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.013--ClientSession(1001911016)--Connection(564345200)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.013--ClientSession(1001911016)--Connection(564345200)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.013--ClientSession(1001911016)--Connection(1453687377)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)
    [junit] 	bind => [32]
    [junit] [EL Finer]: 2024-04-17 17:54:27.013--ClientSession(1001911016)--Connection(1453687377)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.013--ServerSession(454071866)--Connection(564345200)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.013--UnitOfWork(547709432)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.013--UnitOfWork(547709432)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.014--UnitOfWork(547709432)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.014--ClientSession(1001911016)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.014--UnitOfWork(547709432)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.014--ClientSession(1001911016)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.014--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 917096124
    [junit] [EL Finer]: 2024-04-17 17:54:27.014--ClientSession(917096124)--Thread(Thread[main,5,main])--acquire unit of work: 242815392
    [junit] [EL Finest]: 2024-04-17 17:54:27.014--UnitOfWork(242815392)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.014--UnitOfWork(242815392)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.014--UnitOfWork(242815392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@406684fa)
    [junit] [EL Finest]: 2024-04-17 17:54:27.014--ServerSession(454071866)--Connection(1391140684)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.014--ClientSession(917096124)--Connection(1391140684)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.014--ClientSession(917096124)--Connection(1391140684)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.014--ClientSession(917096124)--Connection(705675147)--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-17 17:54:27.014--ClientSession(917096124)--Connection(705675147)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.015--ServerSession(454071866)--Connection(1391140684)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.015--UnitOfWork(242815392)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.015--UnitOfWork(242815392)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.015--UnitOfWork(242815392)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.015--ClientSession(917096124)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.015--UnitOfWork(242815392)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.015--ClientSession(917096124)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.015--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1035047621
    [junit] [EL Finer]: 2024-04-17 17:54:27.015--ClientSession(1035047621)--Thread(Thread[main,5,main])--acquire unit of work: 925563712
    [junit] [EL Finest]: 2024-04-17 17:54:27.015--UnitOfWork(925563712)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.015--ServerSession(454071866)--Connection(1611594185)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.015--ServerSession(454071866)--Connection(1611594185)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.015--ServerSession(454071866)--Connection(1724818468)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.015--ServerSession(454071866)--Connection(1611594185)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.015--UnitOfWork(925563712)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.016--UnitOfWork(925563712)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.016--UnitOfWork(925563712)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.016--UnitOfWork(925563712)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.016--UnitOfWork(925563712)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.016--ClientSession(1035047621)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.016--UnitOfWork(925563712)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.016--ClientSession(1035047621)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.016--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 862141680
    [junit] [EL Finer]: 2024-04-17 17:54:27.016--ClientSession(862141680)--Thread(Thread[main,5,main])--acquire unit of work: 629271355
    [junit] [EL Finest]: 2024-04-17 17:54:27.016--UnitOfWork(629271355)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.016--ServerSession(454071866)--Connection(1402549741)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.016--ServerSession(454071866)--Connection(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.016--ServerSession(454071866)--Connection(155611542)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.016--ServerSession(454071866)--Connection(1402549741)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.016--UnitOfWork(629271355)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.016--UnitOfWork(629271355)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.016--UnitOfWork(629271355)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@91aa787)
    [junit] [EL Finest]: 2024-04-17 17:54:27.016--ServerSession(454071866)--Connection(700896309)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.016--ClientSession(862141680)--Connection(700896309)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.016--ClientSession(862141680)--Connection(700896309)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.017--ClientSession(862141680)--Connection(1208493623)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET UTIL_CALENDAR = ? WHERE (ID = ?)
    [junit] 	bind => [null, 32]
    [junit] [EL Finer]: 2024-04-17 17:54:27.017--ClientSession(862141680)--Connection(1208493623)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.017--ServerSession(454071866)--Connection(700896309)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.017--UnitOfWork(629271355)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.017--UnitOfWork(629271355)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.017--UnitOfWork(629271355)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.017--ClientSession(862141680)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.017--UnitOfWork(629271355)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.017--ClientSession(862141680)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.017--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 831109065
    [junit] [EL Finer]: 2024-04-17 17:54:27.017--ClientSession(831109065)--Thread(Thread[main,5,main])--acquire unit of work: 779205297
    [junit] [EL Finest]: 2024-04-17 17:54:27.017--UnitOfWork(779205297)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.017--ServerSession(454071866)--Connection(658577622)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.017--ServerSession(454071866)--Connection(658577622)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.018--ServerSession(454071866)--Connection(654457334)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.018--ServerSession(454071866)--Connection(658577622)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.018--UnitOfWork(779205297)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.018--UnitOfWork(779205297)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.018--UnitOfWork(779205297)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@78ce78da)
    [junit] [EL Finest]: 2024-04-17 17:54:27.018--ServerSession(454071866)--Connection(1629296174)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.018--ClientSession(831109065)--Connection(1629296174)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.018--ClientSession(831109065)--Connection(1629296174)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.018--ClientSession(831109065)--Connection(1978212296)--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-17 17:54:27.019--ClientSession(831109065)--Connection(1978212296)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.019--ServerSession(454071866)--Connection(1629296174)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.019--UnitOfWork(779205297)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.019--UnitOfWork(779205297)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.019--UnitOfWork(779205297)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.019--ClientSession(831109065)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.019--UnitOfWork(779205297)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.019--ClientSession(831109065)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.019--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 464268759
    [junit] [EL Finer]: 2024-04-17 17:54:27.019--ClientSession(464268759)--Thread(Thread[main,5,main])--acquire unit of work: 311026922
    [junit] [EL Finest]: 2024-04-17 17:54:27.019--UnitOfWork(311026922)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.019--ServerSession(454071866)--Connection(799260204)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.019--ServerSession(454071866)--Connection(799260204)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.019--ServerSession(454071866)--Connection(82493526)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.019--ServerSession(454071866)--Connection(799260204)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.02--UnitOfWork(311026922)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.02--UnitOfWork(311026922)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.02--UnitOfWork(311026922)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2321821d)
    [junit] [EL Finest]: 2024-04-17 17:54:27.02--ServerSession(454071866)--Connection(1132167317)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.02--ClientSession(464268759)--Connection(1132167317)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.02--ClientSession(464268759)--Connection(1132167317)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.02--ClientSession(464268759)--Connection(696236460)--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-17 17:54:27.02--ClientSession(464268759)--Connection(696236460)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.02--ServerSession(454071866)--Connection(1132167317)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.02--UnitOfWork(311026922)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.02--UnitOfWork(311026922)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.021--UnitOfWork(311026922)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.021--ClientSession(464268759)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.021--UnitOfWork(311026922)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.021--ClientSession(464268759)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.021--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 535666913
    [junit] [EL Finer]: 2024-04-17 17:54:27.021--ClientSession(535666913)--Thread(Thread[main,5,main])--acquire unit of work: 914593
    [junit] [EL Finest]: 2024-04-17 17:54:27.021--UnitOfWork(914593)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.021--ServerSession(454071866)--Connection(1424723925)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.021--ServerSession(454071866)--Connection(1424723925)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.021--ServerSession(454071866)--Connection(1572642027)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.021--ServerSession(454071866)--Connection(1424723925)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.021--UnitOfWork(914593)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.021--UnitOfWork(914593)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.021--UnitOfWork(914593)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@406384ac)
    [junit] [EL Finest]: 2024-04-17 17:54:27.021--ServerSession(454071866)--Connection(1897707634)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.021--ClientSession(535666913)--Connection(1897707634)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.021--ClientSession(535666913)--Connection(1897707634)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.022--ClientSession(535666913)--Connection(2023343913)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET UTIL_CALENDAR = ? WHERE (ID = ?)
    [junit] 	bind => [null, 32]
    [junit] [EL Finer]: 2024-04-17 17:54:27.022--ClientSession(535666913)--Connection(2023343913)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.022--ServerSession(454071866)--Connection(1897707634)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.022--UnitOfWork(914593)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.022--UnitOfWork(914593)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.022--UnitOfWork(914593)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.022--ClientSession(535666913)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.022--UnitOfWork(914593)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.022--ClientSession(535666913)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.022--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 490097694
    [junit] [EL Finer]: 2024-04-17 17:54:27.022--ClientSession(490097694)--Thread(Thread[main,5,main])--acquire unit of work: 167622882
    [junit] [EL Finest]: 2024-04-17 17:54:27.022--UnitOfWork(167622882)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.022--ServerSession(454071866)--Connection(1072404091)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.022--ServerSession(454071866)--Connection(1072404091)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.022--ServerSession(454071866)--Connection(305934)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.023--ServerSession(454071866)--Connection(1072404091)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:27.031--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1955876609
    [junit] [EL Finer]: 2024-04-17 17:54:27.031--ClientSession(1955876609)--Thread(Thread[main,5,main])--acquire unit of work: 477477839
    [junit] [EL Finest]: 2024-04-17 17:54:27.031--UnitOfWork(477477839)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.031--UnitOfWork(477477839)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.031--UnitOfWork(477477839)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1117486c)
    [junit] [EL Finest]: 2024-04-17 17:54:27.031--ServerSession(454071866)--Connection(1186741270)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.031--ClientSession(1955876609)--Connection(1186741270)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.031--ClientSession(1955876609)--Connection(1186741270)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.087--ClientSession(1955876609)--Connection(2007391437)--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-17 17:54:27.087--ClientSession(1955876609)--Connection(2007391437)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.088--ServerSession(454071866)--Connection(1186741270)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.088--UnitOfWork(477477839)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.088--UnitOfWork(477477839)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.088--UnitOfWork(477477839)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.088--ClientSession(1955876609)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.088--UnitOfWork(477477839)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.088--ClientSession(1955876609)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.088--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2026998963
    [junit] [EL Finer]: 2024-04-17 17:54:27.088--ClientSession(2026998963)--Thread(Thread[main,5,main])--acquire unit of work: 1596609331
    [junit] [EL Finest]: 2024-04-17 17:54:27.088--UnitOfWork(1596609331)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.088--ServerSession(454071866)--Connection(447691823)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.088--ServerSession(454071866)--Connection(447691823)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.088--ServerSession(454071866)--Connection(261112785)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.089--ServerSession(454071866)--Connection(447691823)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.089--UnitOfWork(1596609331)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.089--UnitOfWork(1596609331)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.089--UnitOfWork(1596609331)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.089--UnitOfWork(1596609331)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:27.089--UnitOfWork(1596609331)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@76ee8506)
    [junit] [EL Finest]: 2024-04-17 17:54:27.089--ServerSession(454071866)--Connection(406898194)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.089--ClientSession(2026998963)--Connection(406898194)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.089--ClientSession(2026998963)--Connection(406898194)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.089--ClientSession(2026998963)--Connection(1693991756)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)
    [junit] 	bind => [35]
    [junit] [EL Finer]: 2024-04-17 17:54:27.09--ClientSession(2026998963)--Connection(1693991756)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.09--ServerSession(454071866)--Connection(406898194)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.09--UnitOfWork(1596609331)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.09--UnitOfWork(1596609331)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.09--UnitOfWork(1596609331)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.09--ClientSession(2026998963)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.09--UnitOfWork(1596609331)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.09--ClientSession(2026998963)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.09--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1870364438
    [junit] [EL Finer]: 2024-04-17 17:54:27.09--ClientSession(1870364438)--Thread(Thread[main,5,main])--acquire unit of work: 1905611965
    [junit] [EL Finest]: 2024-04-17 17:54:27.09--UnitOfWork(1905611965)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.09--UnitOfWork(1905611965)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.09--UnitOfWork(1905611965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@76ee8506)
    [junit] [EL Finest]: 2024-04-17 17:54:27.09--ServerSession(454071866)--Connection(1351213638)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.09--ClientSession(1870364438)--Connection(1351213638)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.09--ClientSession(1870364438)--Connection(1351213638)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.09--ClientSession(1870364438)--Connection(1690215566)--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-17 17:54:27.091--ClientSession(1870364438)--Connection(1690215566)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.091--ServerSession(454071866)--Connection(1351213638)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.091--UnitOfWork(1905611965)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.091--UnitOfWork(1905611965)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.091--UnitOfWork(1905611965)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.091--ClientSession(1870364438)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.091--UnitOfWork(1905611965)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.091--ClientSession(1870364438)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.091--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1686120073
    [junit] [EL Finer]: 2024-04-17 17:54:27.091--ClientSession(1686120073)--Thread(Thread[main,5,main])--acquire unit of work: 2063885197
    [junit] [EL Finest]: 2024-04-17 17:54:27.091--UnitOfWork(2063885197)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.091--ServerSession(454071866)--Connection(1787765431)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.091--ServerSession(454071866)--Connection(1787765431)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.091--ServerSession(454071866)--Connection(2095885834)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.092--ServerSession(454071866)--Connection(1787765431)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.092--UnitOfWork(2063885197)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.092--UnitOfWork(2063885197)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.092--UnitOfWork(2063885197)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.092--UnitOfWork(2063885197)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.092--UnitOfWork(2063885197)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.092--ClientSession(1686120073)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.092--UnitOfWork(2063885197)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.092--ClientSession(1686120073)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.092--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1265699705
    [junit] [EL Finer]: 2024-04-17 17:54:27.092--ClientSession(1265699705)--Thread(Thread[main,5,main])--acquire unit of work: 962928540
    [junit] [EL Finest]: 2024-04-17 17:54:27.092--UnitOfWork(962928540)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.092--ServerSession(454071866)--Connection(334284930)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.092--ServerSession(454071866)--Connection(334284930)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.092--ServerSession(454071866)--Connection(1660410839)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.093--ServerSession(454071866)--Connection(334284930)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.093--UnitOfWork(962928540)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.093--UnitOfWork(962928540)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.093--UnitOfWork(962928540)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@30164c73)
    [junit] [EL Finest]: 2024-04-17 17:54:27.093--ServerSession(454071866)--Connection(431912998)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.093--ClientSession(1265699705)--Connection(431912998)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.093--ClientSession(1265699705)--Connection(431912998)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.093--ClientSession(1265699705)--Connection(1224848020)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SQL_TIMESTAMP = ? WHERE (ID = ?)
    [junit] 	bind => [null, 35]
    [junit] [EL Finer]: 2024-04-17 17:54:27.093--ClientSession(1265699705)--Connection(1224848020)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.094--ServerSession(454071866)--Connection(431912998)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.094--UnitOfWork(962928540)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.094--UnitOfWork(962928540)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.094--UnitOfWork(962928540)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.094--ClientSession(1265699705)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.094--UnitOfWork(962928540)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.094--ClientSession(1265699705)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.094--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1467022116
    [junit] [EL Finer]: 2024-04-17 17:54:27.094--ClientSession(1467022116)--Thread(Thread[main,5,main])--acquire unit of work: 1030084260
    [junit] [EL Finest]: 2024-04-17 17:54:27.094--UnitOfWork(1030084260)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.094--ServerSession(454071866)--Connection(2041857678)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.094--ServerSession(454071866)--Connection(2041857678)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.094--ServerSession(454071866)--Connection(48856361)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.094--ServerSession(454071866)--Connection(2041857678)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.094--UnitOfWork(1030084260)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.094--UnitOfWork(1030084260)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.094--UnitOfWork(1030084260)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4153239b)
    [junit] [EL Finest]: 2024-04-17 17:54:27.094--ServerSession(454071866)--Connection(1405201220)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.094--ClientSession(1467022116)--Connection(1405201220)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.094--ClientSession(1467022116)--Connection(1405201220)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.095--ClientSession(1467022116)--Connection(25135840)--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-17 17:54:27.095--ClientSession(1467022116)--Connection(25135840)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.095--ServerSession(454071866)--Connection(1405201220)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.095--UnitOfWork(1030084260)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.095--UnitOfWork(1030084260)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.095--UnitOfWork(1030084260)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.095--ClientSession(1467022116)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.095--UnitOfWork(1030084260)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.095--ClientSession(1467022116)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.095--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 123080782
    [junit] [EL Finer]: 2024-04-17 17:54:27.095--ClientSession(123080782)--Thread(Thread[main,5,main])--acquire unit of work: 1494421611
    [junit] [EL Finest]: 2024-04-17 17:54:27.095--UnitOfWork(1494421611)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.095--ServerSession(454071866)--Connection(617003299)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.095--ServerSession(454071866)--Connection(617003299)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.096--ServerSession(454071866)--Connection(1011054162)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.096--ServerSession(454071866)--Connection(617003299)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.096--UnitOfWork(1494421611)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.096--UnitOfWork(1494421611)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.096--UnitOfWork(1494421611)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4af11ca3)
    [junit] [EL Finest]: 2024-04-17 17:54:27.096--ServerSession(454071866)--Connection(2084157350)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.096--ClientSession(123080782)--Connection(2084157350)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.096--ClientSession(123080782)--Connection(2084157350)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.096--ClientSession(123080782)--Connection(1908130464)--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-17 17:54:27.097--ClientSession(123080782)--Connection(1908130464)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.097--ServerSession(454071866)--Connection(2084157350)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.097--UnitOfWork(1494421611)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.097--UnitOfWork(1494421611)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.097--UnitOfWork(1494421611)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.097--ClientSession(123080782)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.097--UnitOfWork(1494421611)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.097--ClientSession(123080782)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.097--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 360660321
    [junit] [EL Finer]: 2024-04-17 17:54:27.097--ClientSession(360660321)--Thread(Thread[main,5,main])--acquire unit of work: 608840943
    [junit] [EL Finest]: 2024-04-17 17:54:27.097--UnitOfWork(608840943)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.097--ServerSession(454071866)--Connection(197870596)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.097--ServerSession(454071866)--Connection(197870596)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.097--ServerSession(454071866)--Connection(1452934401)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.097--ServerSession(454071866)--Connection(197870596)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.097--UnitOfWork(608840943)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.098--UnitOfWork(608840943)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.098--UnitOfWork(608840943)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4f3ad071)
    [junit] [EL Finest]: 2024-04-17 17:54:27.098--ServerSession(454071866)--Connection(414509610)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.098--ClientSession(360660321)--Connection(414509610)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.098--ClientSession(360660321)--Connection(414509610)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.098--ClientSession(360660321)--Connection(932016420)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SQL_TIMESTAMP = ? WHERE (ID = ?)
    [junit] 	bind => [null, 35]
    [junit] [EL Finer]: 2024-04-17 17:54:27.098--ClientSession(360660321)--Connection(932016420)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.098--ServerSession(454071866)--Connection(414509610)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.098--UnitOfWork(608840943)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.098--UnitOfWork(608840943)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.098--UnitOfWork(608840943)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.098--ClientSession(360660321)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.098--UnitOfWork(608840943)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.098--ClientSession(360660321)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.098--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 847663673
    [junit] [EL Finer]: 2024-04-17 17:54:27.098--ClientSession(847663673)--Thread(Thread[main,5,main])--acquire unit of work: 224136185
    [junit] [EL Finest]: 2024-04-17 17:54:27.098--UnitOfWork(224136185)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.098--ServerSession(454071866)--Connection(1367629607)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.099--ServerSession(454071866)--Connection(1367629607)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.099--ServerSession(454071866)--Connection(324843917)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.099--ServerSession(454071866)--Connection(1367629607)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:27.108--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 604994827
    [junit] [EL Finer]: 2024-04-17 17:54:27.108--ClientSession(604994827)--Thread(Thread[main,5,main])--acquire unit of work: 1669094482
    [junit] [EL Finest]: 2024-04-17 17:54:27.108--UnitOfWork(1669094482)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.108--UnitOfWork(1669094482)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.108--UnitOfWork(1669094482)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5793a537)
    [junit] [EL Finest]: 2024-04-17 17:54:27.108--ServerSession(454071866)--Connection(1084147481)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.108--ClientSession(604994827)--Connection(1084147481)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.108--ClientSession(604994827)--Connection(1084147481)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.108--ClientSession(604994827)--Connection(1090620820)--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-17 17:54:27.108--ClientSession(604994827)--Connection(1090620820)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.109--ServerSession(454071866)--Connection(1084147481)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.109--UnitOfWork(1669094482)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.109--UnitOfWork(1669094482)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.109--UnitOfWork(1669094482)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.109--ClientSession(604994827)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.109--UnitOfWork(1669094482)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.109--ClientSession(604994827)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.109--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 617495997
    [junit] [EL Finer]: 2024-04-17 17:54:27.109--ClientSession(617495997)--Thread(Thread[main,5,main])--acquire unit of work: 308187186
    [junit] [EL Finest]: 2024-04-17 17:54:27.109--UnitOfWork(308187186)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.109--ServerSession(454071866)--Connection(1610535616)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.109--ServerSession(454071866)--Connection(1610535616)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.109--ServerSession(454071866)--Connection(1570336355)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.109--ServerSession(454071866)--Connection(1610535616)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.109--UnitOfWork(308187186)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.109--UnitOfWork(308187186)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.109--UnitOfWork(308187186)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.109--UnitOfWork(308187186)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:27.109--UnitOfWork(308187186)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6ed64d97)
    [junit] [EL Finest]: 2024-04-17 17:54:27.11--ServerSession(454071866)--Connection(1365995192)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.11--ClientSession(617495997)--Connection(1365995192)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.11--ClientSession(617495997)--Connection(1365995192)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.11--ClientSession(617495997)--Connection(627955054)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)
    [junit] 	bind => [11]
    [junit] [EL Finer]: 2024-04-17 17:54:27.11--ClientSession(617495997)--Connection(627955054)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.11--ServerSession(454071866)--Connection(1365995192)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.11--UnitOfWork(308187186)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.11--UnitOfWork(308187186)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.11--UnitOfWork(308187186)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.11--ClientSession(617495997)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.11--UnitOfWork(308187186)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.11--ClientSession(617495997)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.11--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 28755677
    [junit] [EL Finer]: 2024-04-17 17:54:27.11--ClientSession(28755677)--Thread(Thread[main,5,main])--acquire unit of work: 195192573
    [junit] [EL Finest]: 2024-04-17 17:54:27.11--UnitOfWork(195192573)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.11--UnitOfWork(195192573)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.11--UnitOfWork(195192573)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6ed64d97)
    [junit] [EL Finest]: 2024-04-17 17:54:27.11--ServerSession(454071866)--Connection(1710548080)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.11--ClientSession(28755677)--Connection(1710548080)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.111--ClientSession(28755677)--Connection(1710548080)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.111--ClientSession(28755677)--Connection(1380140605)--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-17 17:54:27.111--ClientSession(28755677)--Connection(1380140605)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.111--ServerSession(454071866)--Connection(1710548080)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.111--UnitOfWork(195192573)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.111--UnitOfWork(195192573)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.111--UnitOfWork(195192573)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.111--ClientSession(28755677)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.111--UnitOfWork(195192573)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.111--ClientSession(28755677)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.111--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1920681737
    [junit] [EL Finer]: 2024-04-17 17:54:27.111--ClientSession(1920681737)--Thread(Thread[main,5,main])--acquire unit of work: 812575314
    [junit] [EL Finest]: 2024-04-17 17:54:27.111--UnitOfWork(812575314)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.112--ServerSession(454071866)--Connection(2018783436)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.112--ServerSession(454071866)--Connection(2018783436)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.112--ServerSession(454071866)--Connection(1075490471)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.112--ServerSession(454071866)--Connection(2018783436)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.112--UnitOfWork(812575314)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.112--UnitOfWork(812575314)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.112--UnitOfWork(812575314)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.112--UnitOfWork(812575314)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.112--UnitOfWork(812575314)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.112--ClientSession(1920681737)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.112--UnitOfWork(812575314)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.112--ClientSession(1920681737)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.112--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1669054728
    [junit] [EL Finer]: 2024-04-17 17:54:27.112--ClientSession(1669054728)--Thread(Thread[main,5,main])--acquire unit of work: 79201071
    [junit] [EL Finest]: 2024-04-17 17:54:27.112--UnitOfWork(79201071)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.112--ServerSession(454071866)--Connection(2118386877)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.112--ServerSession(454071866)--Connection(2118386877)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.112--ServerSession(454071866)--Connection(26039154)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.113--ServerSession(454071866)--Connection(2118386877)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.113--UnitOfWork(79201071)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.113--UnitOfWork(79201071)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.113--UnitOfWork(79201071)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7c22ec96)
    [junit] [EL Finest]: 2024-04-17 17:54:27.113--ServerSession(454071866)--Connection(1231073185)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.113--ClientSession(1669054728)--Connection(1231073185)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.113--ClientSession(1669054728)--Connection(1231073185)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.113--ClientSession(1669054728)--Connection(1754045094)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_BOOLEAN = ? WHERE (ID = ?)
    [junit] 	bind => [false, 11]
    [junit] [EL Finer]: 2024-04-17 17:54:27.113--ClientSession(1669054728)--Connection(1754045094)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.114--ServerSession(454071866)--Connection(1231073185)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.114--UnitOfWork(79201071)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.114--UnitOfWork(79201071)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.114--UnitOfWork(79201071)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.114--ClientSession(1669054728)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.114--UnitOfWork(79201071)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.114--ClientSession(1669054728)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.114--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1250399292
    [junit] [EL Finer]: 2024-04-17 17:54:27.114--ClientSession(1250399292)--Thread(Thread[main,5,main])--acquire unit of work: 106313578
    [junit] [EL Finest]: 2024-04-17 17:54:27.114--UnitOfWork(106313578)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.114--ServerSession(454071866)--Connection(176407724)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.114--ServerSession(454071866)--Connection(176407724)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.114--ServerSession(454071866)--Connection(88500980)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.114--ServerSession(454071866)--Connection(176407724)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.115--UnitOfWork(106313578)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.115--UnitOfWork(106313578)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.115--UnitOfWork(106313578)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@44ccac6b)
    [junit] [EL Finest]: 2024-04-17 17:54:27.115--ServerSession(454071866)--Connection(1717135323)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.115--ClientSession(1250399292)--Connection(1717135323)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.115--ClientSession(1250399292)--Connection(1717135323)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.115--ClientSession(1250399292)--Connection(609035660)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_BOOLEAN = ? WHERE (ID = ?)
    [junit] 	bind => [null, 11]
    [junit] [EL Finer]: 2024-04-17 17:54:27.115--ClientSession(1250399292)--Connection(609035660)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.116--ServerSession(454071866)--Connection(1717135323)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.116--UnitOfWork(106313578)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.116--UnitOfWork(106313578)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.116--UnitOfWork(106313578)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.116--ClientSession(1250399292)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.116--UnitOfWork(106313578)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.116--ClientSession(1250399292)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.116--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 548357550
    [junit] [EL Finer]: 2024-04-17 17:54:27.116--ClientSession(548357550)--Thread(Thread[main,5,main])--acquire unit of work: 233150943
    [junit] [EL Finest]: 2024-04-17 17:54:27.116--UnitOfWork(233150943)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.116--ServerSession(454071866)--Connection(1086962858)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.116--ServerSession(454071866)--Connection(1086962858)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.116--ServerSession(454071866)--Connection(1589676419)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.116--ServerSession(454071866)--Connection(1086962858)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:27.127--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1806793275
    [junit] [EL Finer]: 2024-04-17 17:54:27.127--ClientSession(1806793275)--Thread(Thread[main,5,main])--acquire unit of work: 1775241847
    [junit] [EL Finest]: 2024-04-17 17:54:27.127--UnitOfWork(1775241847)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.127--UnitOfWork(1775241847)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.127--UnitOfWork(1775241847)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@66369c3)
    [junit] [EL Finest]: 2024-04-17 17:54:27.127--ServerSession(454071866)--Connection(1284099274)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.127--ClientSession(1806793275)--Connection(1284099274)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.127--ClientSession(1806793275)--Connection(1284099274)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.127--ClientSession(1806793275)--Connection(627303582)--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-17 17:54:27.128--ClientSession(1806793275)--Connection(627303582)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.128--ServerSession(454071866)--Connection(1284099274)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.128--UnitOfWork(1775241847)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.128--UnitOfWork(1775241847)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.128--UnitOfWork(1775241847)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.128--ClientSession(1806793275)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.128--UnitOfWork(1775241847)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.128--ClientSession(1806793275)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.128--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1558210515
    [junit] [EL Finer]: 2024-04-17 17:54:27.128--ClientSession(1558210515)--Thread(Thread[main,5,main])--acquire unit of work: 1586306841
    [junit] [EL Finest]: 2024-04-17 17:54:27.128--UnitOfWork(1586306841)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.128--ServerSession(454071866)--Connection(1685083970)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.128--ServerSession(454071866)--Connection(1685083970)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.128--ServerSession(454071866)--Connection(1096958176)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.129--ServerSession(454071866)--Connection(1685083970)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.129--UnitOfWork(1586306841)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.129--UnitOfWork(1586306841)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.129--UnitOfWork(1586306841)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.129--UnitOfWork(1586306841)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:27.129--UnitOfWork(1586306841)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2820c8f2)
    [junit] [EL Finest]: 2024-04-17 17:54:27.129--ServerSession(454071866)--Connection(498760850)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.129--ClientSession(1558210515)--Connection(498760850)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.129--ClientSession(1558210515)--Connection(498760850)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.129--ClientSession(1558210515)--Connection(403909308)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)
    [junit] 	bind => [47]
    [junit] [EL Finer]: 2024-04-17 17:54:27.129--ClientSession(1558210515)--Connection(403909308)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.13--ServerSession(454071866)--Connection(498760850)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.13--UnitOfWork(1586306841)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.13--UnitOfWork(1586306841)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.13--UnitOfWork(1586306841)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.13--ClientSession(1558210515)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.13--UnitOfWork(1586306841)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.13--ClientSession(1558210515)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.13--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 452838388
    [junit] [EL Finer]: 2024-04-17 17:54:27.13--ClientSession(452838388)--Thread(Thread[main,5,main])--acquire unit of work: 1416458965
    [junit] [EL Finest]: 2024-04-17 17:54:27.13--UnitOfWork(1416458965)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.13--UnitOfWork(1416458965)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.13--UnitOfWork(1416458965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2820c8f2)
    [junit] [EL Finest]: 2024-04-17 17:54:27.13--ServerSession(454071866)--Connection(858141241)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.13--ClientSession(452838388)--Connection(858141241)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.13--ClientSession(452838388)--Connection(858141241)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.191--ClientSession(452838388)--Connection(2020903971)--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@4730a5ca, null, null, null, null, null, null, null, null]
    [junit] [EL Finer]: 2024-04-17 17:54:27.191--ClientSession(452838388)--Connection(2020903971)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.191--ServerSession(454071866)--Connection(858141241)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.192--UnitOfWork(1416458965)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.192--UnitOfWork(1416458965)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.192--UnitOfWork(1416458965)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.192--ClientSession(452838388)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.192--UnitOfWork(1416458965)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.192--ClientSession(452838388)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.192--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2026393099
    [junit] [EL Finer]: 2024-04-17 17:54:27.192--ClientSession(2026393099)--Thread(Thread[main,5,main])--acquire unit of work: 974436909
    [junit] [EL Finest]: 2024-04-17 17:54:27.192--UnitOfWork(974436909)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.192--ServerSession(454071866)--Connection(1717386456)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.192--ServerSession(454071866)--Connection(1717386456)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.192--ServerSession(454071866)--Connection(1951800624)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.192--ServerSession(454071866)--Connection(1717386456)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.193--UnitOfWork(974436909)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.193--UnitOfWork(974436909)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.193--UnitOfWork(974436909)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.193--UnitOfWork(974436909)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.193--UnitOfWork(974436909)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.193--ClientSession(2026393099)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.193--UnitOfWork(974436909)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.193--ClientSession(2026393099)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.193--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 448907261
    [junit] [EL Finer]: 2024-04-17 17:54:27.193--ClientSession(448907261)--Thread(Thread[main,5,main])--acquire unit of work: 1897097367
    [junit] [EL Finest]: 2024-04-17 17:54:27.193--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-17 17:54:27.193--ServerSession(454071866)--Connection(1428539140)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.193--ServerSession(454071866)--Connection(1428539140)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.193--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-17 17:54:27.193--ServerSession(454071866)--Connection(1428539140)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.194--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-17 17:54:27.194--UnitOfWork(1897097367)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.194--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-17 17:54:27.194--ServerSession(454071866)--Connection(332456026)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.194--ClientSession(448907261)--Connection(332456026)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.194--ClientSession(448907261)--Connection(332456026)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.194--ClientSession(448907261)--Connection(464090216)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WBA_LONGVARBINARY = ? WHERE (ID = ?)
    [junit] 	bind => [null, 47]
    [junit] [EL Finer]: 2024-04-17 17:54:27.194--ClientSession(448907261)--Connection(464090216)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.195--ServerSession(454071866)--Connection(332456026)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.195--UnitOfWork(1897097367)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.195--UnitOfWork(1897097367)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.195--UnitOfWork(1897097367)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.195--ClientSession(448907261)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.195--UnitOfWork(1897097367)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.195--ClientSession(448907261)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.195--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1475780813
    [junit] [EL Finer]: 2024-04-17 17:54:27.195--ClientSession(1475780813)--Thread(Thread[main,5,main])--acquire unit of work: 1135630425
    [junit] [EL Finest]: 2024-04-17 17:54:27.195--UnitOfWork(1135630425)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.195--ServerSession(454071866)--Connection(325742195)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.195--ServerSession(454071866)--Connection(325742195)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.195--ServerSession(454071866)--Connection(1244600539)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.195--ServerSession(454071866)--Connection(325742195)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.196--UnitOfWork(1135630425)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.196--UnitOfWork(1135630425)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.196--UnitOfWork(1135630425)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@690ece45)
    [junit] [EL Finest]: 2024-04-17 17:54:27.196--ServerSession(454071866)--Connection(462164160)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.196--ClientSession(1475780813)--Connection(462164160)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.196--ClientSession(1475780813)--Connection(462164160)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.196--ClientSession(1475780813)--Connection(1172247103)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WBA_LONGVARBINARY = ? WHERE (ID = ?)
    [junit] 	bind => [[B@5abc83cb, 47]
    [junit] [EL Finer]: 2024-04-17 17:54:27.196--ClientSession(1475780813)--Connection(1172247103)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.197--ServerSession(454071866)--Connection(462164160)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.197--UnitOfWork(1135630425)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.197--UnitOfWork(1135630425)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.197--UnitOfWork(1135630425)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.197--ClientSession(1475780813)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.197--UnitOfWork(1135630425)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.197--ClientSession(1475780813)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.197--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 772709950
    [junit] [EL Finer]: 2024-04-17 17:54:27.197--ClientSession(772709950)--Thread(Thread[main,5,main])--acquire unit of work: 269673199
    [junit] [EL Finest]: 2024-04-17 17:54:27.197--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-17 17:54:27.197--ServerSession(454071866)--Connection(769741880)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.197--ServerSession(454071866)--Connection(769741880)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.197--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-17 17:54:27.197--ServerSession(454071866)--Connection(769741880)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.197--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 Finer]: 2024-04-17 17:54:27.197--UnitOfWork(269673199)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.198--UnitOfWork(269673199)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@59e2df32)
    [junit] [EL Finest]: 2024-04-17 17:54:27.198--ServerSession(454071866)--Connection(1421368051)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.198--ClientSession(772709950)--Connection(1421368051)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.198--ClientSession(772709950)--Connection(1421368051)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.198--ClientSession(772709950)--Connection(1200400906)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WBA_LONGVARBINARY = ? WHERE (ID = ?)
    [junit] 	bind => [[B@858ef7c, 47]
    [junit] [EL Finer]: 2024-04-17 17:54:27.198--ClientSession(772709950)--Connection(1200400906)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.198--ServerSession(454071866)--Connection(1421368051)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.198--UnitOfWork(269673199)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.199--UnitOfWork(269673199)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.199--UnitOfWork(269673199)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.199--ClientSession(772709950)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.199--UnitOfWork(269673199)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.199--ClientSession(772709950)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.199--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 128130371
    [junit] [EL Finer]: 2024-04-17 17:54:27.199--ClientSession(128130371)--Thread(Thread[main,5,main])--acquire unit of work: 1221538244
    [junit] [EL Finest]: 2024-04-17 17:54:27.199--UnitOfWork(1221538244)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.199--ServerSession(454071866)--Connection(1781603885)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.199--ServerSession(454071866)--Connection(1781603885)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.199--ServerSession(454071866)--Connection(775762264)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.199--ServerSession(454071866)--Connection(1781603885)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.199--UnitOfWork(1221538244)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.199--UnitOfWork(1221538244)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.199--UnitOfWork(1221538244)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1b2e21)
    [junit] [EL Finest]: 2024-04-17 17:54:27.199--ServerSession(454071866)--Connection(625590935)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.199--ClientSession(128130371)--Connection(625590935)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.199--ClientSession(128130371)--Connection(625590935)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.2--ClientSession(128130371)--Connection(1334762327)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WBA_LONGVARBINARY = ? WHERE (ID = ?)
    [junit] 	bind => [null, 47]
    [junit] [EL Finer]: 2024-04-17 17:54:27.2--ClientSession(128130371)--Connection(1334762327)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.2--ServerSession(454071866)--Connection(625590935)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.2--UnitOfWork(1221538244)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.2--UnitOfWork(1221538244)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.2--UnitOfWork(1221538244)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.2--ClientSession(128130371)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.2--UnitOfWork(1221538244)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.2--ClientSession(128130371)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.2--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 954803791
    [junit] [EL Finer]: 2024-04-17 17:54:27.2--ClientSession(954803791)--Thread(Thread[main,5,main])--acquire unit of work: 1407129279
    [junit] [EL Finest]: 2024-04-17 17:54:27.2--UnitOfWork(1407129279)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.2--ServerSession(454071866)--Connection(1790065648)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.201--ServerSession(454071866)--Connection(1790065648)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.201--ServerSession(454071866)--Connection(268466321)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.201--ServerSession(454071866)--Connection(1790065648)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:27.211--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 803224236
    [junit] [EL Finer]: 2024-04-17 17:54:27.211--ClientSession(803224236)--Thread(Thread[main,5,main])--acquire unit of work: 1783877201
    [junit] [EL Finest]: 2024-04-17 17:54:27.211--UnitOfWork(1783877201)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.211--UnitOfWork(1783877201)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.211--UnitOfWork(1783877201)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@12953bf1)
    [junit] [EL Finest]: 2024-04-17 17:54:27.212--ServerSession(454071866)--Connection(743801287)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.212--ClientSession(803224236)--Connection(743801287)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.212--ClientSession(803224236)--Connection(743801287)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.212--ClientSession(803224236)--Connection(1484841818)--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-17 17:54:27.212--ClientSession(803224236)--Connection(1484841818)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.213--ServerSession(454071866)--Connection(743801287)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.213--UnitOfWork(1783877201)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.213--UnitOfWork(1783877201)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.213--UnitOfWork(1783877201)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.213--ClientSession(803224236)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.213--UnitOfWork(1783877201)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.213--ClientSession(803224236)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.213--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 372874912
    [junit] [EL Finer]: 2024-04-17 17:54:27.213--ClientSession(372874912)--Thread(Thread[main,5,main])--acquire unit of work: 383942169
    [junit] [EL Finest]: 2024-04-17 17:54:27.213--UnitOfWork(383942169)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.213--ServerSession(454071866)--Connection(1235731884)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.213--ServerSession(454071866)--Connection(1235731884)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.213--ServerSession(454071866)--Connection(573928657)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.213--ServerSession(454071866)--Connection(1235731884)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.213--UnitOfWork(383942169)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.214--UnitOfWork(383942169)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.214--UnitOfWork(383942169)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.214--UnitOfWork(383942169)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:27.214--UnitOfWork(383942169)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7db49902)
    [junit] [EL Finest]: 2024-04-17 17:54:27.214--ServerSession(454071866)--Connection(55826393)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.214--ClientSession(372874912)--Connection(55826393)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.214--ClientSession(372874912)--Connection(55826393)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.214--ClientSession(372874912)--Connection(1652857712)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)
    [junit] 	bind => [21]
    [junit] [EL Finer]: 2024-04-17 17:54:27.214--ClientSession(372874912)--Connection(1652857712)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.215--ServerSession(454071866)--Connection(55826393)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.215--UnitOfWork(383942169)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.215--UnitOfWork(383942169)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.215--UnitOfWork(383942169)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.215--ClientSession(372874912)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.215--UnitOfWork(383942169)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.215--ClientSession(372874912)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.215--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2095226915
    [junit] [EL Finer]: 2024-04-17 17:54:27.215--ClientSession(2095226915)--Thread(Thread[main,5,main])--acquire unit of work: 1628589433
    [junit] [EL Finest]: 2024-04-17 17:54:27.215--UnitOfWork(1628589433)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.215--UnitOfWork(1628589433)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.215--UnitOfWork(1628589433)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7db49902)
    [junit] [EL Finest]: 2024-04-17 17:54:27.215--ServerSession(454071866)--Connection(395251520)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.215--ClientSession(2095226915)--Connection(395251520)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.215--ClientSession(2095226915)--Connection(395251520)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.215--ClientSession(2095226915)--Connection(2122667562)--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-17 17:54:27.216--ClientSession(2095226915)--Connection(2122667562)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.216--ServerSession(454071866)--Connection(395251520)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.216--UnitOfWork(1628589433)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.216--UnitOfWork(1628589433)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.216--UnitOfWork(1628589433)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.216--ClientSession(2095226915)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.216--UnitOfWork(1628589433)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.216--ClientSession(2095226915)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.216--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1926402834
    [junit] [EL Finer]: 2024-04-17 17:54:27.216--ClientSession(1926402834)--Thread(Thread[main,5,main])--acquire unit of work: 491284231
    [junit] [EL Finest]: 2024-04-17 17:54:27.216--UnitOfWork(491284231)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.216--ServerSession(454071866)--Connection(1235768962)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.216--ServerSession(454071866)--Connection(1235768962)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.216--ServerSession(454071866)--Connection(964685108)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.217--ServerSession(454071866)--Connection(1235768962)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.217--UnitOfWork(491284231)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.217--UnitOfWork(491284231)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.217--UnitOfWork(491284231)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.217--UnitOfWork(491284231)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.217--UnitOfWork(491284231)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.217--ClientSession(1926402834)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.217--UnitOfWork(491284231)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.217--ClientSession(1926402834)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.217--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1287292775
    [junit] [EL Finer]: 2024-04-17 17:54:27.217--ClientSession(1287292775)--Thread(Thread[main,5,main])--acquire unit of work: 238265865
    [junit] [EL Finest]: 2024-04-17 17:54:27.217--UnitOfWork(238265865)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.217--ServerSession(454071866)--Connection(1662918832)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.217--ServerSession(454071866)--Connection(1662918832)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.217--ServerSession(454071866)--Connection(1069742533)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.217--ServerSession(454071866)--Connection(1662918832)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.218--UnitOfWork(238265865)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.218--UnitOfWork(238265865)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.218--UnitOfWork(238265865)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@344b29e9)
    [junit] [EL Finest]: 2024-04-17 17:54:27.218--ServerSession(454071866)--Connection(249974188)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.218--ClientSession(1287292775)--Connection(249974188)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.218--ClientSession(1287292775)--Connection(249974188)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.218--ClientSession(1287292775)--Connection(2000906349)--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-17 17:54:27.218--ClientSession(1287292775)--Connection(2000906349)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.219--ServerSession(454071866)--Connection(249974188)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.219--UnitOfWork(238265865)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.219--UnitOfWork(238265865)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.219--UnitOfWork(238265865)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.219--ClientSession(1287292775)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.219--UnitOfWork(238265865)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.219--ClientSession(1287292775)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.219--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 679048492
    [junit] [EL Finer]: 2024-04-17 17:54:27.219--ClientSession(679048492)--Thread(Thread[main,5,main])--acquire unit of work: 349099682
    [junit] [EL Finest]: 2024-04-17 17:54:27.219--UnitOfWork(349099682)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.219--ServerSession(454071866)--Connection(2023937110)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.219--ServerSession(454071866)--Connection(2023937110)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.219--ServerSession(454071866)--Connection(853148196)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.219--ServerSession(454071866)--Connection(2023937110)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.219--UnitOfWork(349099682)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.219--UnitOfWork(349099682)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.219--UnitOfWork(349099682)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@33f0661f)
    [junit] [EL Finest]: 2024-04-17 17:54:27.219--ServerSession(454071866)--Connection(1060628198)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.22--ClientSession(679048492)--Connection(1060628198)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.22--ClientSession(679048492)--Connection(1060628198)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.22--ClientSession(679048492)--Connection(541811623)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET STRING_VC = ? WHERE (ID = ?)
    [junit] 	bind => [null, 21]
    [junit] [EL Finer]: 2024-04-17 17:54:27.22--ClientSession(679048492)--Connection(541811623)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.22--ServerSession(454071866)--Connection(1060628198)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.22--UnitOfWork(349099682)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.22--UnitOfWork(349099682)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.22--UnitOfWork(349099682)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.22--ClientSession(679048492)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.22--UnitOfWork(349099682)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.22--ClientSession(679048492)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.22--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1026165735
    [junit] [EL Finer]: 2024-04-17 17:54:27.22--ClientSession(1026165735)--Thread(Thread[main,5,main])--acquire unit of work: 1034607218
    [junit] [EL Finest]: 2024-04-17 17:54:27.221--UnitOfWork(1034607218)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.221--ServerSession(454071866)--Connection(1183301691)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.221--ServerSession(454071866)--Connection(1183301691)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.221--ServerSession(454071866)--Connection(255617925)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.221--ServerSession(454071866)--Connection(1183301691)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:27.231--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1790558058
    [junit] [EL Finer]: 2024-04-17 17:54:27.231--ClientSession(1790558058)--Thread(Thread[main,5,main])--acquire unit of work: 57402976
    [junit] [EL Finest]: 2024-04-17 17:54:27.231--UnitOfWork(57402976)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.231--UnitOfWork(57402976)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.231--UnitOfWork(57402976)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5818c9e9)
    [junit] [EL Finest]: 2024-04-17 17:54:27.231--ServerSession(454071866)--Connection(1330428417)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.231--ClientSession(1790558058)--Connection(1330428417)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.231--ClientSession(1790558058)--Connection(1330428417)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.232--ClientSession(1790558058)--Connection(331881838)--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-17 17:54:27.232--ClientSession(1790558058)--Connection(331881838)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.232--ServerSession(454071866)--Connection(1330428417)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.232--UnitOfWork(57402976)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.232--UnitOfWork(57402976)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.232--UnitOfWork(57402976)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.232--ClientSession(1790558058)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.232--UnitOfWork(57402976)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.232--ClientSession(1790558058)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.232--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 761050956
    [junit] [EL Finer]: 2024-04-17 17:54:27.232--ClientSession(761050956)--Thread(Thread[main,5,main])--acquire unit of work: 124423252
    [junit] [EL Finest]: 2024-04-17 17:54:27.232--UnitOfWork(124423252)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.233--ServerSession(454071866)--Connection(1411039930)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.233--ServerSession(454071866)--Connection(1411039930)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.233--ServerSession(454071866)--Connection(1473459063)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.233--ServerSession(454071866)--Connection(1411039930)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.233--UnitOfWork(124423252)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.233--UnitOfWork(124423252)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.233--UnitOfWork(124423252)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.233--UnitOfWork(124423252)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:27.233--UnitOfWork(124423252)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4c262f81)
    [junit] [EL Finest]: 2024-04-17 17:54:27.233--ServerSession(454071866)--Connection(3006852)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.233--ClientSession(761050956)--Connection(3006852)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.233--ClientSession(761050956)--Connection(3006852)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.234--ClientSession(761050956)--Connection(2011653167)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)
    [junit] 	bind => [46]
    [junit] [EL Finer]: 2024-04-17 17:54:27.234--ClientSession(761050956)--Connection(2011653167)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.234--ServerSession(454071866)--Connection(3006852)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.234--UnitOfWork(124423252)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.234--UnitOfWork(124423252)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.234--UnitOfWork(124423252)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.234--ClientSession(761050956)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.234--UnitOfWork(124423252)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.234--ClientSession(761050956)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.234--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 488715219
    [junit] [EL Finer]: 2024-04-17 17:54:27.234--ClientSession(488715219)--Thread(Thread[main,5,main])--acquire unit of work: 1919930418
    [junit] [EL Finest]: 2024-04-17 17:54:27.234--UnitOfWork(1919930418)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.234--UnitOfWork(1919930418)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.234--UnitOfWork(1919930418)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4c262f81)
    [junit] [EL Finest]: 2024-04-17 17:54:27.234--ServerSession(454071866)--Connection(873744218)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.234--ClientSession(488715219)--Connection(873744218)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.234--ClientSession(488715219)--Connection(873744218)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.235--ClientSession(488715219)--Connection(744357829)--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@20bf55a0, null, null, null, null, null, null, null, null, null, null]
    [junit] [EL Finer]: 2024-04-17 17:54:27.235--ClientSession(488715219)--Connection(744357829)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.235--ServerSession(454071866)--Connection(873744218)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.235--UnitOfWork(1919930418)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.235--UnitOfWork(1919930418)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.235--UnitOfWork(1919930418)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.236--ClientSession(488715219)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.236--UnitOfWork(1919930418)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.236--ClientSession(488715219)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.236--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 741636090
    [junit] [EL Finer]: 2024-04-17 17:54:27.236--ClientSession(741636090)--Thread(Thread[main,5,main])--acquire unit of work: 1996240265
    [junit] [EL Finest]: 2024-04-17 17:54:27.236--UnitOfWork(1996240265)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.236--ServerSession(454071866)--Connection(899440452)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.236--ServerSession(454071866)--Connection(899440452)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.236--ServerSession(454071866)--Connection(1762129784)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.236--ServerSession(454071866)--Connection(899440452)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.236--UnitOfWork(1996240265)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.236--UnitOfWork(1996240265)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.236--UnitOfWork(1996240265)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.236--UnitOfWork(1996240265)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.236--UnitOfWork(1996240265)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.236--ClientSession(741636090)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.236--UnitOfWork(1996240265)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.236--ClientSession(741636090)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.236--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1889497011
    [junit] [EL Finer]: 2024-04-17 17:54:27.236--ClientSession(1889497011)--Thread(Thread[main,5,main])--acquire unit of work: 148159563
    [junit] [EL Finest]: 2024-04-17 17:54:27.236--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-17 17:54:27.236--ServerSession(454071866)--Connection(1593814799)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.236--ServerSession(454071866)--Connection(1593814799)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.237--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-17 17:54:27.237--ServerSession(454071866)--Connection(1593814799)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.237--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-17 17:54:27.237--UnitOfWork(148159563)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.237--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-17 17:54:27.237--ServerSession(454071866)--Connection(336593050)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.237--ClientSession(1889497011)--Connection(336593050)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.237--ClientSession(1889497011)--Connection(336593050)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.238--ClientSession(1889497011)--Connection(285449121)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WBA_BINARY = ? WHERE (ID = ?)
    [junit] 	bind => [null, 46]
    [junit] [EL Finer]: 2024-04-17 17:54:27.238--ClientSession(1889497011)--Connection(285449121)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.294--ServerSession(454071866)--Connection(336593050)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.294--UnitOfWork(148159563)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.294--UnitOfWork(148159563)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.295--UnitOfWork(148159563)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.295--ClientSession(1889497011)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.295--UnitOfWork(148159563)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.295--ClientSession(1889497011)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.295--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 273791087
    [junit] [EL Finer]: 2024-04-17 17:54:27.295--ClientSession(273791087)--Thread(Thread[main,5,main])--acquire unit of work: 72445487
    [junit] [EL Finest]: 2024-04-17 17:54:27.295--UnitOfWork(72445487)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.295--ServerSession(454071866)--Connection(159527831)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.295--ServerSession(454071866)--Connection(159527831)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.295--ServerSession(454071866)--Connection(1652706039)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.295--ServerSession(454071866)--Connection(159527831)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.295--UnitOfWork(72445487)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.295--UnitOfWork(72445487)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.296--UnitOfWork(72445487)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@70222dd0)
    [junit] [EL Finest]: 2024-04-17 17:54:27.296--ServerSession(454071866)--Connection(411143385)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.296--ClientSession(273791087)--Connection(411143385)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.296--ClientSession(273791087)--Connection(411143385)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.296--ClientSession(273791087)--Connection(1855329823)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WBA_BINARY = ? WHERE (ID = ?)
    [junit] 	bind => [[B@f3bf685, 46]
    [junit] [EL Finer]: 2024-04-17 17:54:27.296--ClientSession(273791087)--Connection(1855329823)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.297--ServerSession(454071866)--Connection(411143385)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.297--UnitOfWork(72445487)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.297--UnitOfWork(72445487)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.297--UnitOfWork(72445487)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.297--ClientSession(273791087)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.297--UnitOfWork(72445487)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.297--ClientSession(273791087)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.297--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 926599191
    [junit] [EL Finer]: 2024-04-17 17:54:27.297--ClientSession(926599191)--Thread(Thread[main,5,main])--acquire unit of work: 1734713259
    [junit] [EL Finest]: 2024-04-17 17:54:27.297--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-17 17:54:27.297--ServerSession(454071866)--Connection(958221238)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.297--ServerSession(454071866)--Connection(958221238)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.297--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-17 17:54:27.297--ServerSession(454071866)--Connection(958221238)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.298--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 Finer]: 2024-04-17 17:54:27.298--UnitOfWork(1734713259)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.298--UnitOfWork(1734713259)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7b8bc429)
    [junit] [EL Finest]: 2024-04-17 17:54:27.298--ServerSession(454071866)--Connection(1711168274)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.298--ClientSession(926599191)--Connection(1711168274)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.298--ClientSession(926599191)--Connection(1711168274)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.298--ClientSession(926599191)--Connection(884456460)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WBA_BINARY = ? WHERE (ID = ?)
    [junit] 	bind => [[B@1138988e, 46]
    [junit] [EL Finer]: 2024-04-17 17:54:27.298--ClientSession(926599191)--Connection(884456460)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.299--ServerSession(454071866)--Connection(1711168274)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.299--UnitOfWork(1734713259)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.299--UnitOfWork(1734713259)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.299--UnitOfWork(1734713259)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.299--ClientSession(926599191)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.299--UnitOfWork(1734713259)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.299--ClientSession(926599191)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.299--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1224051814
    [junit] [EL Finer]: 2024-04-17 17:54:27.299--ClientSession(1224051814)--Thread(Thread[main,5,main])--acquire unit of work: 500994334
    [junit] [EL Finest]: 2024-04-17 17:54:27.299--UnitOfWork(500994334)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.299--ServerSession(454071866)--Connection(335677813)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.299--ServerSession(454071866)--Connection(335677813)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.299--ServerSession(454071866)--Connection(1751670624)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.299--ServerSession(454071866)--Connection(335677813)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.299--UnitOfWork(500994334)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.299--UnitOfWork(500994334)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.299--UnitOfWork(500994334)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@75375c4b)
    [junit] [EL Finest]: 2024-04-17 17:54:27.3--ServerSession(454071866)--Connection(1531148329)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.3--ClientSession(1224051814)--Connection(1531148329)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.3--ClientSession(1224051814)--Connection(1531148329)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.3--ClientSession(1224051814)--Connection(79948838)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WBA_BINARY = ? WHERE (ID = ?)
    [junit] 	bind => [null, 46]
    [junit] [EL Finer]: 2024-04-17 17:54:27.3--ClientSession(1224051814)--Connection(79948838)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.3--ServerSession(454071866)--Connection(1531148329)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.3--UnitOfWork(500994334)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.3--UnitOfWork(500994334)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.301--UnitOfWork(500994334)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.301--ClientSession(1224051814)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.301--UnitOfWork(500994334)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.301--ClientSession(1224051814)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.301--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1876360641
    [junit] [EL Finer]: 2024-04-17 17:54:27.301--ClientSession(1876360641)--Thread(Thread[main,5,main])--acquire unit of work: 798245410
    [junit] [EL Finest]: 2024-04-17 17:54:27.301--UnitOfWork(798245410)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.301--ServerSession(454071866)--Connection(875374890)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.301--ServerSession(454071866)--Connection(875374890)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.301--ServerSession(454071866)--Connection(907656427)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.301--ServerSession(454071866)--Connection(875374890)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:27.311--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1575158776
    [junit] [EL Finer]: 2024-04-17 17:54:27.311--ClientSession(1575158776)--Thread(Thread[main,5,main])--acquire unit of work: 1914594689
    [junit] [EL Finest]: 2024-04-17 17:54:27.311--UnitOfWork(1914594689)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.311--UnitOfWork(1914594689)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.311--UnitOfWork(1914594689)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2646f5b9)
    [junit] [EL Finest]: 2024-04-17 17:54:27.312--ServerSession(454071866)--Connection(2000467009)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.312--ClientSession(1575158776)--Connection(2000467009)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.312--ClientSession(1575158776)--Connection(2000467009)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.312--ClientSession(1575158776)--Connection(1980753226)--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-17 17:54:27.312--ClientSession(1575158776)--Connection(1980753226)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.313--ServerSession(454071866)--Connection(2000467009)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.313--UnitOfWork(1914594689)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.313--UnitOfWork(1914594689)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.313--UnitOfWork(1914594689)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.313--ClientSession(1575158776)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.313--UnitOfWork(1914594689)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.313--ClientSession(1575158776)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.313--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2030534806
    [junit] [EL Finer]: 2024-04-17 17:54:27.313--ClientSession(2030534806)--Thread(Thread[main,5,main])--acquire unit of work: 1795927371
    [junit] [EL Finest]: 2024-04-17 17:54:27.313--UnitOfWork(1795927371)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.313--ServerSession(454071866)--Connection(1646731477)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.313--ServerSession(454071866)--Connection(1646731477)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.313--ServerSession(454071866)--Connection(754246875)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.313--ServerSession(454071866)--Connection(1646731477)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.313--UnitOfWork(1795927371)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.313--UnitOfWork(1795927371)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.313--UnitOfWork(1795927371)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.314--UnitOfWork(1795927371)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.314--UnitOfWork(1795927371)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.314--ClientSession(2030534806)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.314--UnitOfWork(1795927371)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.314--ClientSession(2030534806)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.314--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 256251822
    [junit] [EL Finer]: 2024-04-17 17:54:27.314--ClientSession(256251822)--Thread(Thread[main,5,main])--acquire unit of work: 1889302911
    [junit] [EL Finest]: 2024-04-17 17:54:27.314--UnitOfWork(1889302911)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.314--ServerSession(454071866)--Connection(97995284)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.314--ServerSession(454071866)--Connection(97995284)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.314--ServerSession(454071866)--Connection(2122166861)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.314--ServerSession(454071866)--Connection(97995284)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.314--UnitOfWork(1889302911)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.314--UnitOfWork(1889302911)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.314--UnitOfWork(1889302911)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@527def92)
    [junit] [EL Finest]: 2024-04-17 17:54:27.314--ServerSession(454071866)--Connection(2117709836)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.314--ClientSession(256251822)--Connection(2117709836)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.314--ClientSession(256251822)--Connection(2117709836)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.315--ClientSession(256251822)--Connection(1979868649)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET P_BOOLEAN = ? WHERE (ID = ?)
    [junit] 	bind => [false, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:27.315--ClientSession(256251822)--Connection(1979868649)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.315--ServerSession(454071866)--Connection(2117709836)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.315--UnitOfWork(1889302911)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.315--UnitOfWork(1889302911)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.315--UnitOfWork(1889302911)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.315--ClientSession(256251822)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.315--UnitOfWork(1889302911)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.315--ClientSession(256251822)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.315--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 175839232
    [junit] [EL Finer]: 2024-04-17 17:54:27.315--ClientSession(175839232)--Thread(Thread[main,5,main])--acquire unit of work: 963735699
    [junit] [EL Finest]: 2024-04-17 17:54:27.315--UnitOfWork(963735699)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.315--ServerSession(454071866)--Connection(1555654521)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.316--ServerSession(454071866)--Connection(1555654521)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.316--ServerSession(454071866)--Connection(1737677071)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.316--ServerSession(454071866)--Connection(1555654521)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:27.326--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1163479764
    [junit] [EL Finer]: 2024-04-17 17:54:27.326--ClientSession(1163479764)--Thread(Thread[main,5,main])--acquire unit of work: 1263463656
    [junit] [EL Finest]: 2024-04-17 17:54:27.326--UnitOfWork(1263463656)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.326--UnitOfWork(1263463656)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.326--UnitOfWork(1263463656)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2c0c5687)
    [junit] [EL Finest]: 2024-04-17 17:54:27.326--ServerSession(454071866)--Connection(89732771)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.326--ClientSession(1163479764)--Connection(89732771)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.326--ClientSession(1163479764)--Connection(89732771)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.326--ClientSession(1163479764)--Connection(969712460)--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-17 17:54:27.327--ClientSession(1163479764)--Connection(969712460)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.327--ServerSession(454071866)--Connection(89732771)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.327--UnitOfWork(1263463656)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.327--UnitOfWork(1263463656)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.327--UnitOfWork(1263463656)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.327--ClientSession(1163479764)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.327--UnitOfWork(1263463656)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.327--ClientSession(1163479764)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.327--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 867258831
    [junit] [EL Finer]: 2024-04-17 17:54:27.327--ClientSession(867258831)--Thread(Thread[main,5,main])--acquire unit of work: 2131854644
    [junit] [EL Finest]: 2024-04-17 17:54:27.327--UnitOfWork(2131854644)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.327--ServerSession(454071866)--Connection(597397337)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.327--ServerSession(454071866)--Connection(597397337)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.328--ServerSession(454071866)--Connection(126953252)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.328--ServerSession(454071866)--Connection(597397337)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.328--UnitOfWork(2131854644)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.328--UnitOfWork(2131854644)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.328--UnitOfWork(2131854644)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.328--UnitOfWork(2131854644)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:27.328--UnitOfWork(2131854644)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4ddc2bf3)
    [junit] [EL Finest]: 2024-04-17 17:54:27.328--ServerSession(454071866)--Connection(1021586749)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.328--ClientSession(867258831)--Connection(1021586749)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.328--ClientSession(867258831)--Connection(1021586749)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.328--ClientSession(867258831)--Connection(998049072)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)
    [junit] 	bind => [42]
    [junit] [EL Finer]: 2024-04-17 17:54:27.329--ClientSession(867258831)--Connection(998049072)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.329--ServerSession(454071866)--Connection(1021586749)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.329--UnitOfWork(2131854644)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.329--UnitOfWork(2131854644)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.329--UnitOfWork(2131854644)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.329--ClientSession(867258831)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.329--UnitOfWork(2131854644)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.329--ClientSession(867258831)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.329--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 831845527
    [junit] [EL Finer]: 2024-04-17 17:54:27.329--ClientSession(831845527)--Thread(Thread[main,5,main])--acquire unit of work: 746895965
    [junit] [EL Finest]: 2024-04-17 17:54:27.329--UnitOfWork(746895965)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.329--UnitOfWork(746895965)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.329--UnitOfWork(746895965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4ddc2bf3)
    [junit] [EL Finest]: 2024-04-17 17:54:27.329--ServerSession(454071866)--Connection(2034727245)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.329--ClientSession(831845527)--Connection(2034727245)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.329--ClientSession(831845527)--Connection(2034727245)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.33--ClientSession(831845527)--Connection(1715344205)--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@6fe11abe, 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-17 17:54:27.33--ClientSession(831845527)--Connection(1715344205)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.33--ServerSession(454071866)--Connection(2034727245)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.33--UnitOfWork(746895965)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.33--UnitOfWork(746895965)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.33--UnitOfWork(746895965)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.33--ClientSession(831845527)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.33--UnitOfWork(746895965)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.33--ClientSession(831845527)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.33--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1088773445
    [junit] [EL Finer]: 2024-04-17 17:54:27.33--ClientSession(1088773445)--Thread(Thread[main,5,main])--acquire unit of work: 666278669
    [junit] [EL Finest]: 2024-04-17 17:54:27.33--UnitOfWork(666278669)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.331--ServerSession(454071866)--Connection(822366413)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.331--ServerSession(454071866)--Connection(822366413)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.331--ServerSession(454071866)--Connection(1710245632)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.336--ServerSession(454071866)--Connection(822366413)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.337--UnitOfWork(666278669)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.337--UnitOfWork(666278669)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.337--UnitOfWork(666278669)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.337--UnitOfWork(666278669)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.337--UnitOfWork(666278669)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.337--ClientSession(1088773445)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.337--UnitOfWork(666278669)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.337--ClientSession(1088773445)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.337--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1758894658
    [junit] [EL Finer]: 2024-04-17 17:54:27.337--ClientSession(1758894658)--Thread(Thread[main,5,main])--acquire unit of work: 1315557255
    [junit] [EL Finest]: 2024-04-17 17:54:27.337--UnitOfWork(1315557255)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.337--ServerSession(454071866)--Connection(397701109)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.337--ServerSession(454071866)--Connection(397701109)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.337--ServerSession(454071866)--Connection(1353541565)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.337--ServerSession(454071866)--Connection(397701109)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.337--UnitOfWork(1315557255)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.337--UnitOfWork(1315557255)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.337--UnitOfWork(1315557255)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@ce0008e)
    [junit] [EL Finest]: 2024-04-17 17:54:27.338--ServerSession(454071866)--Connection(53740801)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.338--ClientSession(1758894658)--Connection(53740801)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.338--ClientSession(1758894658)--Connection(53740801)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.338--ClientSession(1758894658)--Connection(544807140)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PBA_LONGVARBINARY = ? WHERE (ID = ?)
    [junit] 	bind => [null, 42]
    [junit] [EL Finer]: 2024-04-17 17:54:27.338--ClientSession(1758894658)--Connection(544807140)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.339--ServerSession(454071866)--Connection(53740801)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.339--UnitOfWork(1315557255)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.339--UnitOfWork(1315557255)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.339--UnitOfWork(1315557255)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.339--ClientSession(1758894658)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.339--UnitOfWork(1315557255)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.339--ClientSession(1758894658)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.339--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1814525610
    [junit] [EL Finer]: 2024-04-17 17:54:27.339--ClientSession(1814525610)--Thread(Thread[main,5,main])--acquire unit of work: 1327000098
    [junit] [EL Finest]: 2024-04-17 17:54:27.339--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-17 17:54:27.339--ServerSession(454071866)--Connection(659481885)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.339--ServerSession(454071866)--Connection(659481885)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.339--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-17 17:54:27.339--ServerSession(454071866)--Connection(659481885)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.339--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-17 17:54:27.339--UnitOfWork(1327000098)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.339--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-17 17:54:27.34--ServerSession(454071866)--Connection(1934609698)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.34--ClientSession(1814525610)--Connection(1934609698)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.34--ClientSession(1814525610)--Connection(1934609698)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.34--ClientSession(1814525610)--Connection(1989502981)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PBA_LONGVARBINARY = ? WHERE (ID = ?)
    [junit] 	bind => [[B@6fe11abe, 42]
    [junit] [EL Finer]: 2024-04-17 17:54:27.34--ClientSession(1814525610)--Connection(1989502981)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.34--ServerSession(454071866)--Connection(1934609698)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.34--UnitOfWork(1327000098)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.34--UnitOfWork(1327000098)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.34--UnitOfWork(1327000098)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.34--ClientSession(1814525610)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.341--UnitOfWork(1327000098)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.341--ClientSession(1814525610)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.341--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 365205076
    [junit] [EL Finer]: 2024-04-17 17:54:27.341--ClientSession(365205076)--Thread(Thread[main,5,main])--acquire unit of work: 409956115
    [junit] [EL Finest]: 2024-04-17 17:54:27.341--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-17 17:54:27.341--ServerSession(454071866)--Connection(1164437851)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.341--ServerSession(454071866)--Connection(1164437851)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.341--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-17 17:54:27.341--ServerSession(454071866)--Connection(1164437851)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.341--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 Finer]: 2024-04-17 17:54:27.341--UnitOfWork(409956115)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.341--UnitOfWork(409956115)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6fd717ad)
    [junit] [EL Finest]: 2024-04-17 17:54:27.342--ServerSession(454071866)--Connection(225722663)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.342--ClientSession(365205076)--Connection(225722663)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.342--ClientSession(365205076)--Connection(225722663)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.342--ClientSession(365205076)--Connection(1238326742)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PBA_LONGVARBINARY = ? WHERE (ID = ?)
    [junit] 	bind => [[B@1ef25bda, 42]
    [junit] [EL Finer]: 2024-04-17 17:54:27.342--ClientSession(365205076)--Connection(1238326742)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.342--ServerSession(454071866)--Connection(225722663)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.342--UnitOfWork(409956115)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.342--UnitOfWork(409956115)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.342--UnitOfWork(409956115)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.342--ClientSession(365205076)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.342--UnitOfWork(409956115)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.343--ClientSession(365205076)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.343--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1933149439
    [junit] [EL Finer]: 2024-04-17 17:54:27.343--ClientSession(1933149439)--Thread(Thread[main,5,main])--acquire unit of work: 2132356553
    [junit] [EL Finest]: 2024-04-17 17:54:27.343--UnitOfWork(2132356553)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.343--ServerSession(454071866)--Connection(1284238865)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.343--ServerSession(454071866)--Connection(1284238865)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.343--ServerSession(454071866)--Connection(1287204423)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.343--ServerSession(454071866)--Connection(1284238865)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.343--UnitOfWork(2132356553)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.343--UnitOfWork(2132356553)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.343--UnitOfWork(2132356553)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@45d9499c)
    [junit] [EL Finest]: 2024-04-17 17:54:27.343--ServerSession(454071866)--Connection(1400839127)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.343--ClientSession(1933149439)--Connection(1400839127)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.343--ClientSession(1933149439)--Connection(1400839127)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.344--ClientSession(1933149439)--Connection(1652321830)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PBA_LONGVARBINARY = ? WHERE (ID = ?)
    [junit] 	bind => [null, 42]
    [junit] [EL Finer]: 2024-04-17 17:54:27.344--ClientSession(1933149439)--Connection(1652321830)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.344--ServerSession(454071866)--Connection(1400839127)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.344--UnitOfWork(2132356553)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.344--UnitOfWork(2132356553)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.344--UnitOfWork(2132356553)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.344--ClientSession(1933149439)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.344--UnitOfWork(2132356553)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.344--ClientSession(1933149439)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.344--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 904776956
    [junit] [EL Finer]: 2024-04-17 17:54:27.344--ClientSession(904776956)--Thread(Thread[main,5,main])--acquire unit of work: 518506549
    [junit] [EL Finest]: 2024-04-17 17:54:27.344--UnitOfWork(518506549)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.344--ServerSession(454071866)--Connection(535529617)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.344--ServerSession(454071866)--Connection(535529617)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.345--ServerSession(454071866)--Connection(1084268958)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.345--ServerSession(454071866)--Connection(535529617)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:27.355--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 557734204
    [junit] [EL Finer]: 2024-04-17 17:54:27.355--ClientSession(557734204)--Thread(Thread[main,5,main])--acquire unit of work: 1563666281
    [junit] [EL Finest]: 2024-04-17 17:54:27.355--UnitOfWork(1563666281)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.355--UnitOfWork(1563666281)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.355--UnitOfWork(1563666281)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2b8e7f50)
    [junit] [EL Finest]: 2024-04-17 17:54:27.355--ServerSession(454071866)--Connection(1304148797)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.355--ClientSession(557734204)--Connection(1304148797)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.355--ClientSession(557734204)--Connection(1304148797)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.355--ClientSession(557734204)--Connection(225658124)--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-17 17:54:27.356--ClientSession(557734204)--Connection(225658124)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.356--ServerSession(454071866)--Connection(1304148797)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.356--UnitOfWork(1563666281)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.356--UnitOfWork(1563666281)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.356--UnitOfWork(1563666281)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.356--ClientSession(557734204)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.356--UnitOfWork(1563666281)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.356--ClientSession(557734204)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.356--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 882034675
    [junit] [EL Finer]: 2024-04-17 17:54:27.356--ClientSession(882034675)--Thread(Thread[main,5,main])--acquire unit of work: 618717199
    [junit] [EL Finest]: 2024-04-17 17:54:27.356--UnitOfWork(618717199)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.356--ServerSession(454071866)--Connection(858557114)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.356--ServerSession(454071866)--Connection(858557114)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.357--ServerSession(454071866)--Connection(413174901)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.357--ServerSession(454071866)--Connection(858557114)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.357--UnitOfWork(618717199)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.398--UnitOfWork(618717199)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.398--UnitOfWork(618717199)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.398--UnitOfWork(618717199)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:27.398--UnitOfWork(618717199)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@196c021f)
    [junit] [EL Finest]: 2024-04-17 17:54:27.398--ServerSession(454071866)--Connection(1386073163)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.398--ClientSession(882034675)--Connection(1386073163)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.398--ClientSession(882034675)--Connection(1386073163)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.398--ClientSession(882034675)--Connection(320668352)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)
    [junit] 	bind => [13]
    [junit] [EL Finer]: 2024-04-17 17:54:27.399--ClientSession(882034675)--Connection(320668352)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.399--ServerSession(454071866)--Connection(1386073163)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.399--UnitOfWork(618717199)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.399--UnitOfWork(618717199)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.399--UnitOfWork(618717199)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.399--ClientSession(882034675)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.399--UnitOfWork(618717199)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.399--ClientSession(882034675)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.399--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 898887013
    [junit] [EL Finer]: 2024-04-17 17:54:27.399--ClientSession(898887013)--Thread(Thread[main,5,main])--acquire unit of work: 156274696
    [junit] [EL Finest]: 2024-04-17 17:54:27.399--UnitOfWork(156274696)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.399--UnitOfWork(156274696)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.399--UnitOfWork(156274696)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@196c021f)
    [junit] [EL Finest]: 2024-04-17 17:54:27.399--ServerSession(454071866)--Connection(1554258500)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.399--ClientSession(898887013)--Connection(1554258500)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.399--ClientSession(898887013)--Connection(1554258500)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.4--ClientSession(898887013)--Connection(1987456112)--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-17 17:54:27.4--ClientSession(898887013)--Connection(1987456112)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.4--ServerSession(454071866)--Connection(1554258500)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.4--UnitOfWork(156274696)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.4--UnitOfWork(156274696)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.401--UnitOfWork(156274696)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.401--ClientSession(898887013)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.401--UnitOfWork(156274696)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.401--ClientSession(898887013)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.401--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 221954683
    [junit] [EL Finer]: 2024-04-17 17:54:27.401--ClientSession(221954683)--Thread(Thread[main,5,main])--acquire unit of work: 1899012002
    [junit] [EL Finest]: 2024-04-17 17:54:27.401--UnitOfWork(1899012002)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.401--ServerSession(454071866)--Connection(920795224)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.401--ServerSession(454071866)--Connection(920795224)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.401--ServerSession(454071866)--Connection(343446768)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.401--ServerSession(454071866)--Connection(920795224)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.401--UnitOfWork(1899012002)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.401--UnitOfWork(1899012002)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.402--UnitOfWork(1899012002)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.402--UnitOfWork(1899012002)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.402--UnitOfWork(1899012002)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.402--ClientSession(221954683)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.402--UnitOfWork(1899012002)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.402--ClientSession(221954683)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.402--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1304099190
    [junit] [EL Finer]: 2024-04-17 17:54:27.402--ClientSession(1304099190)--Thread(Thread[main,5,main])--acquire unit of work: 1468176266
    [junit] [EL Finest]: 2024-04-17 17:54:27.402--UnitOfWork(1468176266)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.402--ServerSession(454071866)--Connection(2062235606)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.402--ServerSession(454071866)--Connection(2062235606)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.402--ServerSession(454071866)--Connection(1315116478)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.402--ServerSession(454071866)--Connection(2062235606)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.402--UnitOfWork(1468176266)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.402--UnitOfWork(1468176266)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.402--UnitOfWork(1468176266)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@17f5d781)
    [junit] [EL Finest]: 2024-04-17 17:54:27.403--ServerSession(454071866)--Connection(1654336229)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.403--ClientSession(1304099190)--Connection(1654336229)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.403--ClientSession(1304099190)--Connection(1654336229)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.403--ClientSession(1304099190)--Connection(2007285927)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_CHARACTER = ? WHERE (ID = ?)
    [junit] 	bind => [B, 13]
    [junit] [EL Finer]: 2024-04-17 17:54:27.403--ClientSession(1304099190)--Connection(2007285927)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.403--ServerSession(454071866)--Connection(1654336229)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.403--UnitOfWork(1468176266)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.404--UnitOfWork(1468176266)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.404--UnitOfWork(1468176266)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.404--ClientSession(1304099190)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.404--UnitOfWork(1468176266)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.404--ClientSession(1304099190)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.404--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1656917150
    [junit] [EL Finer]: 2024-04-17 17:54:27.404--ClientSession(1656917150)--Thread(Thread[main,5,main])--acquire unit of work: 1496669729
    [junit] [EL Finest]: 2024-04-17 17:54:27.404--UnitOfWork(1496669729)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.404--ServerSession(454071866)--Connection(147135576)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.404--ServerSession(454071866)--Connection(147135576)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.404--ServerSession(454071866)--Connection(1681762685)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.404--ServerSession(454071866)--Connection(147135576)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.404--UnitOfWork(1496669729)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.404--UnitOfWork(1496669729)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.404--UnitOfWork(1496669729)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@61daff22)
    [junit] [EL Finest]: 2024-04-17 17:54:27.404--ServerSession(454071866)--Connection(1210197898)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.404--ClientSession(1656917150)--Connection(1210197898)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.404--ClientSession(1656917150)--Connection(1210197898)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.405--ClientSession(1656917150)--Connection(827229241)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_CHARACTER = ? WHERE (ID = ?)
    [junit] 	bind => [null, 13]
    [junit] [EL Finer]: 2024-04-17 17:54:27.405--ClientSession(1656917150)--Connection(827229241)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.405--ServerSession(454071866)--Connection(1210197898)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.405--UnitOfWork(1496669729)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.405--UnitOfWork(1496669729)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.405--UnitOfWork(1496669729)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.405--ClientSession(1656917150)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.405--UnitOfWork(1496669729)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.405--ClientSession(1656917150)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.405--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 787195739
    [junit] [EL Finer]: 2024-04-17 17:54:27.405--ClientSession(787195739)--Thread(Thread[main,5,main])--acquire unit of work: 1999424379
    [junit] [EL Finest]: 2024-04-17 17:54:27.405--UnitOfWork(1999424379)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.406--ServerSession(454071866)--Connection(847705835)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.406--ServerSession(454071866)--Connection(847705835)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.406--ServerSession(454071866)--Connection(1870031824)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.406--ServerSession(454071866)--Connection(847705835)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:27.416--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 202781303
    [junit] [EL Finer]: 2024-04-17 17:54:27.416--ClientSession(202781303)--Thread(Thread[main,5,main])--acquire unit of work: 99534812
    [junit] [EL Finest]: 2024-04-17 17:54:27.416--UnitOfWork(99534812)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.416--UnitOfWork(99534812)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.416--UnitOfWork(99534812)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3988474b)
    [junit] [EL Finest]: 2024-04-17 17:54:27.416--ServerSession(454071866)--Connection(1042990109)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.416--ClientSession(202781303)--Connection(1042990109)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.416--ClientSession(202781303)--Connection(1042990109)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.417--ClientSession(202781303)--Connection(1292444707)--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-17 17:54:27.417--ClientSession(202781303)--Connection(1292444707)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.417--ServerSession(454071866)--Connection(1042990109)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.417--UnitOfWork(99534812)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.417--UnitOfWork(99534812)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.418--UnitOfWork(99534812)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.418--ClientSession(202781303)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.418--UnitOfWork(99534812)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.418--ClientSession(202781303)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.418--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 588976983
    [junit] [EL Finer]: 2024-04-17 17:54:27.418--ClientSession(588976983)--Thread(Thread[main,5,main])--acquire unit of work: 1274618117
    [junit] [EL Finest]: 2024-04-17 17:54:27.418--UnitOfWork(1274618117)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.418--ServerSession(454071866)--Connection(1339374693)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.418--ServerSession(454071866)--Connection(1339374693)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.418--ServerSession(454071866)--Connection(2099364729)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.418--ServerSession(454071866)--Connection(1339374693)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.418--UnitOfWork(1274618117)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.418--UnitOfWork(1274618117)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.418--UnitOfWork(1274618117)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.418--UnitOfWork(1274618117)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:27.418--UnitOfWork(1274618117)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4a81ef6)
    [junit] [EL Finest]: 2024-04-17 17:54:27.418--ServerSession(454071866)--Connection(288428335)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.418--ClientSession(588976983)--Connection(288428335)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.419--ClientSession(588976983)--Connection(288428335)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.419--ClientSession(588976983)--Connection(1208096710)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)
    [junit] 	bind => [12]
    [junit] [EL Finer]: 2024-04-17 17:54:27.419--ClientSession(588976983)--Connection(1208096710)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.419--ServerSession(454071866)--Connection(288428335)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.419--UnitOfWork(1274618117)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.419--UnitOfWork(1274618117)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.419--UnitOfWork(1274618117)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.419--ClientSession(588976983)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.419--UnitOfWork(1274618117)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.419--ClientSession(588976983)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.419--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 790780579
    [junit] [EL Finer]: 2024-04-17 17:54:27.419--ClientSession(790780579)--Thread(Thread[main,5,main])--acquire unit of work: 906206721
    [junit] [EL Finest]: 2024-04-17 17:54:27.419--UnitOfWork(906206721)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.419--UnitOfWork(906206721)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.42--UnitOfWork(906206721)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4a81ef6)
    [junit] [EL Finest]: 2024-04-17 17:54:27.42--ServerSession(454071866)--Connection(767652989)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.42--ClientSession(790780579)--Connection(767652989)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.42--ClientSession(790780579)--Connection(767652989)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.42--ClientSession(790780579)--Connection(277595172)--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-17 17:54:27.42--ClientSession(790780579)--Connection(277595172)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.421--ServerSession(454071866)--Connection(767652989)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.421--UnitOfWork(906206721)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.421--UnitOfWork(906206721)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.421--UnitOfWork(906206721)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.421--ClientSession(790780579)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.421--UnitOfWork(906206721)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.421--ClientSession(790780579)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.421--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1828379083
    [junit] [EL Finer]: 2024-04-17 17:54:27.421--ClientSession(1828379083)--Thread(Thread[main,5,main])--acquire unit of work: 1253976757
    [junit] [EL Finest]: 2024-04-17 17:54:27.421--UnitOfWork(1253976757)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.421--ServerSession(454071866)--Connection(81423650)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.421--ServerSession(454071866)--Connection(81423650)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.421--ServerSession(454071866)--Connection(725225912)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.421--ServerSession(454071866)--Connection(81423650)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.421--UnitOfWork(1253976757)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.421--UnitOfWork(1253976757)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.421--UnitOfWork(1253976757)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.421--UnitOfWork(1253976757)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.421--UnitOfWork(1253976757)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.421--ClientSession(1828379083)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.422--UnitOfWork(1253976757)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.422--ClientSession(1828379083)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.422--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 114063454
    [junit] [EL Finer]: 2024-04-17 17:54:27.422--ClientSession(114063454)--Thread(Thread[main,5,main])--acquire unit of work: 843073803
    [junit] [EL Finest]: 2024-04-17 17:54:27.422--UnitOfWork(843073803)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.422--ServerSession(454071866)--Connection(1056703917)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.422--ServerSession(454071866)--Connection(1056703917)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.422--ServerSession(454071866)--Connection(1124968284)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.422--ServerSession(454071866)--Connection(1056703917)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.422--UnitOfWork(843073803)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.422--UnitOfWork(843073803)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.422--UnitOfWork(843073803)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@16de242d)
    [junit] [EL Finest]: 2024-04-17 17:54:27.422--ServerSession(454071866)--Connection(1716052775)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.422--ClientSession(114063454)--Connection(1716052775)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.422--ClientSession(114063454)--Connection(1716052775)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.423--ClientSession(114063454)--Connection(1903568756)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_BYTE = ? WHERE (ID = ?)
    [junit] 	bind => [18, 12]
    [junit] [EL Finer]: 2024-04-17 17:54:27.423--ClientSession(114063454)--Connection(1903568756)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.423--ServerSession(454071866)--Connection(1716052775)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.423--UnitOfWork(843073803)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.423--UnitOfWork(843073803)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.423--UnitOfWork(843073803)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.423--ClientSession(114063454)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.423--UnitOfWork(843073803)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.423--ClientSession(114063454)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.423--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1386914538
    [junit] [EL Finer]: 2024-04-17 17:54:27.423--ClientSession(1386914538)--Thread(Thread[main,5,main])--acquire unit of work: 1935286851
    [junit] [EL Finest]: 2024-04-17 17:54:27.423--UnitOfWork(1935286851)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.423--ServerSession(454071866)--Connection(869791451)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.423--ServerSession(454071866)--Connection(869791451)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.424--ServerSession(454071866)--Connection(1368034776)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.424--ServerSession(454071866)--Connection(869791451)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.424--UnitOfWork(1935286851)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.424--UnitOfWork(1935286851)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.424--UnitOfWork(1935286851)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@745ab04e)
    [junit] [EL Finest]: 2024-04-17 17:54:27.424--ServerSession(454071866)--Connection(2102806451)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.424--ClientSession(1386914538)--Connection(2102806451)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.424--ClientSession(1386914538)--Connection(2102806451)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.424--ClientSession(1386914538)--Connection(770797480)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_BYTE = ? WHERE (ID = ?)
    [junit] 	bind => [null, 12]
    [junit] [EL Finer]: 2024-04-17 17:54:27.425--ClientSession(1386914538)--Connection(770797480)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.425--ServerSession(454071866)--Connection(2102806451)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.425--UnitOfWork(1935286851)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.425--UnitOfWork(1935286851)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.425--UnitOfWork(1935286851)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.425--ClientSession(1386914538)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.425--UnitOfWork(1935286851)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.425--ClientSession(1386914538)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.425--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1274096712
    [junit] [EL Finer]: 2024-04-17 17:54:27.425--ClientSession(1274096712)--Thread(Thread[main,5,main])--acquire unit of work: 81101146
    [junit] [EL Finest]: 2024-04-17 17:54:27.425--UnitOfWork(81101146)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.425--ServerSession(454071866)--Connection(587149895)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.425--ServerSession(454071866)--Connection(587149895)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.425--ServerSession(454071866)--Connection(1831639090)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.426--ServerSession(454071866)--Connection(587149895)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:27.436--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1876681529
    [junit] [EL Finer]: 2024-04-17 17:54:27.436--ClientSession(1876681529)--Thread(Thread[main,5,main])--acquire unit of work: 1528743846
    [junit] [EL Finest]: 2024-04-17 17:54:27.436--UnitOfWork(1528743846)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.436--UnitOfWork(1528743846)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.436--UnitOfWork(1528743846)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3900e382)
    [junit] [EL Finest]: 2024-04-17 17:54:27.436--ServerSession(454071866)--Connection(1292985287)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.436--ClientSession(1876681529)--Connection(1292985287)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.436--ClientSession(1876681529)--Connection(1292985287)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.436--ClientSession(1876681529)--Connection(1612688948)--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-17 17:54:27.436--ClientSession(1876681529)--Connection(1612688948)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.437--ServerSession(454071866)--Connection(1292985287)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.437--UnitOfWork(1528743846)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.437--UnitOfWork(1528743846)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.437--UnitOfWork(1528743846)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.437--ClientSession(1876681529)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.437--UnitOfWork(1528743846)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.437--ClientSession(1876681529)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.437--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1058325285
    [junit] [EL Finer]: 2024-04-17 17:54:27.437--ClientSession(1058325285)--Thread(Thread[main,5,main])--acquire unit of work: 2036170843
    [junit] [EL Finest]: 2024-04-17 17:54:27.437--UnitOfWork(2036170843)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.437--ServerSession(454071866)--Connection(1680801610)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.437--ServerSession(454071866)--Connection(1680801610)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.437--ServerSession(454071866)--Connection(1355667940)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.437--ServerSession(454071866)--Connection(1680801610)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.438--UnitOfWork(2036170843)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.438--UnitOfWork(2036170843)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.438--UnitOfWork(2036170843)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.438--UnitOfWork(2036170843)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:27.438--UnitOfWork(2036170843)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5c933b0b)
    [junit] [EL Finest]: 2024-04-17 17:54:27.438--ServerSession(454071866)--Connection(1911073179)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.438--ClientSession(1058325285)--Connection(1911073179)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.438--ClientSession(1058325285)--Connection(1911073179)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.438--ClientSession(1058325285)--Connection(1897425464)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)
    [junit] 	bind => [16]
    [junit] [EL Finer]: 2024-04-17 17:54:27.438--ClientSession(1058325285)--Connection(1897425464)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.438--ServerSession(454071866)--Connection(1911073179)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.438--UnitOfWork(2036170843)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.438--UnitOfWork(2036170843)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.438--UnitOfWork(2036170843)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.438--ClientSession(1058325285)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.438--UnitOfWork(2036170843)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.439--ClientSession(1058325285)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.439--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1500806710
    [junit] [EL Finer]: 2024-04-17 17:54:27.439--ClientSession(1500806710)--Thread(Thread[main,5,main])--acquire unit of work: 1835315442
    [junit] [EL Finest]: 2024-04-17 17:54:27.439--UnitOfWork(1835315442)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.439--UnitOfWork(1835315442)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.439--UnitOfWork(1835315442)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5c933b0b)
    [junit] [EL Finest]: 2024-04-17 17:54:27.439--ServerSession(454071866)--Connection(1500275864)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.439--ClientSession(1500806710)--Connection(1500275864)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.439--ClientSession(1500806710)--Connection(1500275864)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.439--ClientSession(1500806710)--Connection(596849741)--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-17 17:54:27.439--ClientSession(1500806710)--Connection(596849741)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.439--ServerSession(454071866)--Connection(1500275864)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.44--UnitOfWork(1835315442)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.44--UnitOfWork(1835315442)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.44--UnitOfWork(1835315442)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.44--ClientSession(1500806710)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.44--UnitOfWork(1835315442)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.44--ClientSession(1500806710)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.44--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1316268408
    [junit] [EL Finer]: 2024-04-17 17:54:27.44--ClientSession(1316268408)--Thread(Thread[main,5,main])--acquire unit of work: 1954962570
    [junit] [EL Finest]: 2024-04-17 17:54:27.44--UnitOfWork(1954962570)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.44--ServerSession(454071866)--Connection(1317879563)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.44--ServerSession(454071866)--Connection(1317879563)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.44--ServerSession(454071866)--Connection(1652988604)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.44--ServerSession(454071866)--Connection(1317879563)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.44--UnitOfWork(1954962570)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.44--UnitOfWork(1954962570)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.44--UnitOfWork(1954962570)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.44--UnitOfWork(1954962570)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.44--UnitOfWork(1954962570)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.44--ClientSession(1316268408)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.44--UnitOfWork(1954962570)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.44--ClientSession(1316268408)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.44--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1050775553
    [junit] [EL Finer]: 2024-04-17 17:54:27.44--ClientSession(1050775553)--Thread(Thread[main,5,main])--acquire unit of work: 569076224
    [junit] [EL Finest]: 2024-04-17 17:54:27.44--UnitOfWork(569076224)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.44--ServerSession(454071866)--Connection(1537037787)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.44--ServerSession(454071866)--Connection(1537037787)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.441--ServerSession(454071866)--Connection(382890071)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.441--ServerSession(454071866)--Connection(1537037787)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.441--UnitOfWork(569076224)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.441--UnitOfWork(569076224)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.441--UnitOfWork(569076224)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5e801ee6)
    [junit] [EL Finest]: 2024-04-17 17:54:27.441--ServerSession(454071866)--Connection(1792486943)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.441--ClientSession(1050775553)--Connection(1792486943)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.441--ClientSession(1050775553)--Connection(1792486943)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.441--ClientSession(1050775553)--Connection(1080344890)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_LONG = ? WHERE (ID = ?)
    [junit] 	bind => [2, 16]
    [junit] [EL Finer]: 2024-04-17 17:54:27.442--ClientSession(1050775553)--Connection(1080344890)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.442--ServerSession(454071866)--Connection(1792486943)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.442--UnitOfWork(569076224)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.442--UnitOfWork(569076224)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.442--UnitOfWork(569076224)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.442--ClientSession(1050775553)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.442--UnitOfWork(569076224)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.442--ClientSession(1050775553)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.442--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1684988412
    [junit] [EL Finer]: 2024-04-17 17:54:27.442--ClientSession(1684988412)--Thread(Thread[main,5,main])--acquire unit of work: 932879544
    [junit] [EL Finest]: 2024-04-17 17:54:27.442--UnitOfWork(932879544)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.442--ServerSession(454071866)--Connection(1360127584)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.442--ServerSession(454071866)--Connection(1360127584)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.442--ServerSession(454071866)--Connection(598296268)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.442--ServerSession(454071866)--Connection(1360127584)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.442--UnitOfWork(932879544)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.443--UnitOfWork(932879544)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.443--UnitOfWork(932879544)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@534707bb)
    [junit] [EL Finest]: 2024-04-17 17:54:27.443--ServerSession(454071866)--Connection(1682796824)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.443--ClientSession(1684988412)--Connection(1682796824)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.443--ClientSession(1684988412)--Connection(1682796824)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.443--ClientSession(1684988412)--Connection(225261255)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_LONG = ? WHERE (ID = ?)
    [junit] 	bind => [null, 16]
    [junit] [EL Finer]: 2024-04-17 17:54:27.443--ClientSession(1684988412)--Connection(225261255)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.443--ServerSession(454071866)--Connection(1682796824)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.443--UnitOfWork(932879544)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.443--UnitOfWork(932879544)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.443--UnitOfWork(932879544)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.443--ClientSession(1684988412)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.501--UnitOfWork(932879544)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.502--ClientSession(1684988412)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.502--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 903778037
    [junit] [EL Finer]: 2024-04-17 17:54:27.502--ClientSession(903778037)--Thread(Thread[main,5,main])--acquire unit of work: 982842599
    [junit] [EL Finest]: 2024-04-17 17:54:27.502--UnitOfWork(982842599)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.502--ServerSession(454071866)--Connection(1588280956)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.502--ServerSession(454071866)--Connection(1588280956)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.502--ServerSession(454071866)--Connection(1556458325)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.502--ServerSession(454071866)--Connection(1588280956)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:27.511--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 39028120
    [junit] [EL Finer]: 2024-04-17 17:54:27.511--ClientSession(39028120)--Thread(Thread[main,5,main])--acquire unit of work: 508613009
    [junit] [EL Finest]: 2024-04-17 17:54:27.511--UnitOfWork(508613009)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.511--UnitOfWork(508613009)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.511--UnitOfWork(508613009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@79423ae4)
    [junit] [EL Finest]: 2024-04-17 17:54:27.512--ServerSession(454071866)--Connection(88071124)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.512--ClientSession(39028120)--Connection(88071124)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.512--ClientSession(39028120)--Connection(88071124)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.512--ClientSession(39028120)--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 => [0, 42.42, 77, 1, HUGO, 1, true, [B@19a7e35a, [B@62bd6ac1, [B@2574eeab, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@66a6e9fd, 2005-09-08, 10:49: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@40bd6b40, [B@49dffaf4, [B@4bdc44d2, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2]
    [junit] [EL Finer]: 2024-04-17 17:54:27.513--ClientSession(39028120)--Connection(442803541)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.513--ServerSession(454071866)--Connection(88071124)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.513--UnitOfWork(508613009)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.513--UnitOfWork(508613009)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.513--UnitOfWork(508613009)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.513--ClientSession(39028120)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.513--UnitOfWork(508613009)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.513--ClientSession(39028120)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.513--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 776290381
    [junit] [EL Finer]: 2024-04-17 17:54:27.513--ClientSession(776290381)--Thread(Thread[main,5,main])--acquire unit of work: 288622301
    [junit] [EL Finest]: 2024-04-17 17:54:27.513--UnitOfWork(288622301)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.513--ServerSession(454071866)--Connection(1639794547)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.514--ServerSession(454071866)--Connection(1639794547)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.514--ServerSession(454071866)--Connection(1433050843)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.514--ServerSession(454071866)--Connection(1639794547)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:27.523--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 155706298
    [junit] [EL Finer]: 2024-04-17 17:54:27.523--ClientSession(155706298)--Thread(Thread[main,5,main])--acquire unit of work: 948532743
    [junit] [EL Finest]: 2024-04-17 17:54:27.523--UnitOfWork(948532743)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.523--UnitOfWork(948532743)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.523--UnitOfWork(948532743)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@456b60a0)
    [junit] [EL Finest]: 2024-04-17 17:54:27.523--ServerSession(454071866)--Connection(13155908)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.523--ClientSession(155706298)--Connection(13155908)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.523--ClientSession(155706298)--Connection(13155908)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.523--ClientSession(155706298)--Connection(1937950996)--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-17 17:54:27.524--ClientSession(155706298)--Connection(1937950996)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.524--ServerSession(454071866)--Connection(13155908)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.524--UnitOfWork(948532743)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.524--UnitOfWork(948532743)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.524--UnitOfWork(948532743)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.524--ClientSession(155706298)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.524--UnitOfWork(948532743)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.524--ClientSession(155706298)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.524--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2110681482
    [junit] [EL Finer]: 2024-04-17 17:54:27.524--ClientSession(2110681482)--Thread(Thread[main,5,main])--acquire unit of work: 951180009
    [junit] [EL Finest]: 2024-04-17 17:54:27.524--UnitOfWork(951180009)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.524--ServerSession(454071866)--Connection(1562279554)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.524--ServerSession(454071866)--Connection(1562279554)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.524--ServerSession(454071866)--Connection(643474284)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.524--ServerSession(454071866)--Connection(1562279554)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.525--UnitOfWork(951180009)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.525--UnitOfWork(951180009)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.525--UnitOfWork(951180009)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.525--UnitOfWork(951180009)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:27.525--UnitOfWork(951180009)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1ec63575)
    [junit] [EL Finest]: 2024-04-17 17:54:27.525--ServerSession(454071866)--Connection(1127229182)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.525--ClientSession(2110681482)--Connection(1127229182)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.525--ClientSession(2110681482)--Connection(1127229182)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.525--ClientSession(2110681482)--Connection(1570286640)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)
    [junit] 	bind => [31]
    [junit] [EL Finer]: 2024-04-17 17:54:27.525--ClientSession(2110681482)--Connection(1570286640)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.525--ServerSession(454071866)--Connection(1127229182)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.525--UnitOfWork(951180009)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.525--UnitOfWork(951180009)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.525--UnitOfWork(951180009)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.526--ClientSession(2110681482)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.526--UnitOfWork(951180009)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.526--ClientSession(2110681482)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.526--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1475310539
    [junit] [EL Finer]: 2024-04-17 17:54:27.526--ClientSession(1475310539)--Thread(Thread[main,5,main])--acquire unit of work: 363509790
    [junit] [EL Finest]: 2024-04-17 17:54:27.526--UnitOfWork(363509790)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.526--UnitOfWork(363509790)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.526--UnitOfWork(363509790)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1ec63575)
    [junit] [EL Finest]: 2024-04-17 17:54:27.526--ServerSession(454071866)--Connection(755667050)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.526--ClientSession(1475310539)--Connection(755667050)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.526--ClientSession(1475310539)--Connection(755667050)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.526--ClientSession(1475310539)--Connection(30920491)--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-17 17:54:27.526--ClientSession(1475310539)--Connection(30920491)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.527--ServerSession(454071866)--Connection(755667050)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.527--UnitOfWork(363509790)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.527--UnitOfWork(363509790)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.527--UnitOfWork(363509790)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.527--ClientSession(1475310539)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.527--UnitOfWork(363509790)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.527--ClientSession(1475310539)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.527--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 387777560
    [junit] [EL Finer]: 2024-04-17 17:54:27.527--ClientSession(387777560)--Thread(Thread[main,5,main])--acquire unit of work: 1861046097
    [junit] [EL Finest]: 2024-04-17 17:54:27.527--UnitOfWork(1861046097)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.527--ServerSession(454071866)--Connection(1367112496)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.527--ServerSession(454071866)--Connection(1367112496)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.527--ServerSession(454071866)--Connection(2135237533)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.527--ServerSession(454071866)--Connection(1367112496)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.527--UnitOfWork(1861046097)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.527--UnitOfWork(1861046097)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.527--UnitOfWork(1861046097)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.527--UnitOfWork(1861046097)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.527--UnitOfWork(1861046097)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.527--ClientSession(387777560)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.527--UnitOfWork(1861046097)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.528--ClientSession(387777560)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.528--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1619808240
    [junit] [EL Finer]: 2024-04-17 17:54:27.528--ClientSession(1619808240)--Thread(Thread[main,5,main])--acquire unit of work: 1578656965
    [junit] [EL Finest]: 2024-04-17 17:54:27.528--UnitOfWork(1578656965)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.528--ServerSession(454071866)--Connection(2114273220)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.528--ServerSession(454071866)--Connection(2114273220)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.528--ServerSession(454071866)--Connection(1458930585)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.528--ServerSession(454071866)--Connection(2114273220)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.528--UnitOfWork(1578656965)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.528--UnitOfWork(1578656965)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.528--UnitOfWork(1578656965)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@49a7cd71)
    [junit] [EL Finest]: 2024-04-17 17:54:27.528--ServerSession(454071866)--Connection(1687720349)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.528--ClientSession(1619808240)--Connection(1687720349)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.528--ClientSession(1619808240)--Connection(1687720349)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.529--ClientSession(1619808240)--Connection(356931331)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET UTIL_DATE = ? WHERE (ID = ?)
    [junit] 	bind => [null, 31]
    [junit] [EL Finer]: 2024-04-17 17:54:27.529--ClientSession(1619808240)--Connection(356931331)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.529--ServerSession(454071866)--Connection(1687720349)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.529--UnitOfWork(1578656965)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.529--UnitOfWork(1578656965)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.529--UnitOfWork(1578656965)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.529--ClientSession(1619808240)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.529--UnitOfWork(1578656965)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.529--ClientSession(1619808240)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.529--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 624234382
    [junit] [EL Finer]: 2024-04-17 17:54:27.529--ClientSession(624234382)--Thread(Thread[main,5,main])--acquire unit of work: 83977932
    [junit] [EL Finest]: 2024-04-17 17:54:27.529--UnitOfWork(83977932)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.529--ServerSession(454071866)--Connection(576247584)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.529--ServerSession(454071866)--Connection(576247584)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.529--ServerSession(454071866)--Connection(785247936)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.53--ServerSession(454071866)--Connection(576247584)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.53--UnitOfWork(83977932)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.53--UnitOfWork(83977932)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.53--UnitOfWork(83977932)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2d30f843)
    [junit] [EL Finest]: 2024-04-17 17:54:27.53--ServerSession(454071866)--Connection(139433738)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.53--ClientSession(624234382)--Connection(139433738)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.53--ClientSession(624234382)--Connection(139433738)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.53--ClientSession(624234382)--Connection(1699020150)--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-17 17:54:27.53--ClientSession(624234382)--Connection(1699020150)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.531--ServerSession(454071866)--Connection(139433738)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.531--UnitOfWork(83977932)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.531--UnitOfWork(83977932)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.531--UnitOfWork(83977932)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.531--ClientSession(624234382)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.531--UnitOfWork(83977932)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.531--ClientSession(624234382)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.531--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 680971479
    [junit] [EL Finer]: 2024-04-17 17:54:27.531--ClientSession(680971479)--Thread(Thread[main,5,main])--acquire unit of work: 1553332488
    [junit] [EL Finest]: 2024-04-17 17:54:27.531--UnitOfWork(1553332488)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.531--ServerSession(454071866)--Connection(511180961)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.531--ServerSession(454071866)--Connection(511180961)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.531--ServerSession(454071866)--Connection(911712024)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.531--ServerSession(454071866)--Connection(511180961)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.531--UnitOfWork(1553332488)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.531--UnitOfWork(1553332488)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.531--UnitOfWork(1553332488)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5b17ecc7)
    [junit] [EL Finest]: 2024-04-17 17:54:27.531--ServerSession(454071866)--Connection(252797677)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.531--ClientSession(680971479)--Connection(252797677)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.531--ClientSession(680971479)--Connection(252797677)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.532--ClientSession(680971479)--Connection(1872962795)--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-17 17:54:27.532--ClientSession(680971479)--Connection(1872962795)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.532--ServerSession(454071866)--Connection(252797677)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.532--UnitOfWork(1553332488)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.532--UnitOfWork(1553332488)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.532--UnitOfWork(1553332488)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.532--ClientSession(680971479)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.532--UnitOfWork(1553332488)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.532--ClientSession(680971479)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.532--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 716393364
    [junit] [EL Finer]: 2024-04-17 17:54:27.532--ClientSession(716393364)--Thread(Thread[main,5,main])--acquire unit of work: 774980133
    [junit] [EL Finest]: 2024-04-17 17:54:27.532--UnitOfWork(774980133)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.532--ServerSession(454071866)--Connection(1489219444)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.532--ServerSession(454071866)--Connection(1489219444)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.532--ServerSession(454071866)--Connection(1739230860)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.533--ServerSession(454071866)--Connection(1489219444)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.533--UnitOfWork(774980133)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.533--UnitOfWork(774980133)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.533--UnitOfWork(774980133)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@73f1d6b7)
    [junit] [EL Finest]: 2024-04-17 17:54:27.533--ServerSession(454071866)--Connection(90261761)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.533--ClientSession(716393364)--Connection(90261761)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.533--ClientSession(716393364)--Connection(90261761)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.533--ClientSession(716393364)--Connection(2128558621)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET UTIL_DATE = ? WHERE (ID = ?)
    [junit] 	bind => [null, 31]
    [junit] [EL Finer]: 2024-04-17 17:54:27.534--ClientSession(716393364)--Connection(2128558621)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.534--ServerSession(454071866)--Connection(90261761)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.534--UnitOfWork(774980133)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.534--UnitOfWork(774980133)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.534--UnitOfWork(774980133)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.534--ClientSession(716393364)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.534--UnitOfWork(774980133)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.534--ClientSession(716393364)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.534--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1455587646
    [junit] [EL Finer]: 2024-04-17 17:54:27.534--ClientSession(1455587646)--Thread(Thread[main,5,main])--acquire unit of work: 1508172710
    [junit] [EL Finest]: 2024-04-17 17:54:27.534--UnitOfWork(1508172710)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.534--ServerSession(454071866)--Connection(1584149845)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.534--ServerSession(454071866)--Connection(1584149845)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.534--ServerSession(454071866)--Connection(1833031520)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.535--ServerSession(454071866)--Connection(1584149845)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:27.544--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1612955350
    [junit] [EL Finer]: 2024-04-17 17:54:27.544--ClientSession(1612955350)--Thread(Thread[main,5,main])--acquire unit of work: 2020295056
    [junit] [EL Finest]: 2024-04-17 17:54:27.544--UnitOfWork(2020295056)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.544--UnitOfWork(2020295056)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.544--UnitOfWork(2020295056)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2a9404b6)
    [junit] [EL Finest]: 2024-04-17 17:54:27.544--ServerSession(454071866)--Connection(600675723)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.544--ClientSession(1612955350)--Connection(600675723)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.544--ClientSession(1612955350)--Connection(600675723)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.544--ClientSession(1612955350)--Connection(17315747)--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-17 17:54:27.544--ClientSession(1612955350)--Connection(17315747)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.545--ServerSession(454071866)--Connection(600675723)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.545--UnitOfWork(2020295056)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.545--UnitOfWork(2020295056)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.545--UnitOfWork(2020295056)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.545--ClientSession(1612955350)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.545--UnitOfWork(2020295056)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.545--ClientSession(1612955350)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.545--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2131646292
    [junit] [EL Finer]: 2024-04-17 17:54:27.545--ClientSession(2131646292)--Thread(Thread[main,5,main])--acquire unit of work: 807466227
    [junit] [EL Finest]: 2024-04-17 17:54:27.545--UnitOfWork(807466227)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.545--ServerSession(454071866)--Connection(1884645499)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.545--ServerSession(454071866)--Connection(1884645499)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.545--ServerSession(454071866)--Connection(1658909651)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.545--ServerSession(454071866)--Connection(1884645499)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.545--UnitOfWork(807466227)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.546--UnitOfWork(807466227)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.546--UnitOfWork(807466227)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.546--UnitOfWork(807466227)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.546--UnitOfWork(807466227)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.546--ClientSession(2131646292)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.546--UnitOfWork(807466227)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.546--ClientSession(2131646292)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.546--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1715462722
    [junit] [EL Finer]: 2024-04-17 17:54:27.546--ClientSession(1715462722)--Thread(Thread[main,5,main])--acquire unit of work: 1143282277
    [junit] [EL Finest]: 2024-04-17 17:54:27.546--UnitOfWork(1143282277)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.546--ServerSession(454071866)--Connection(1452061475)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.546--ServerSession(454071866)--Connection(1452061475)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.546--ServerSession(454071866)--Connection(1924179691)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.546--ServerSession(454071866)--Connection(1452061475)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.546--UnitOfWork(1143282277)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.546--UnitOfWork(1143282277)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.546--UnitOfWork(1143282277)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@79eae3a)
    [junit] [EL Finest]: 2024-04-17 17:54:27.546--ServerSession(454071866)--Connection(1128824787)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.546--ClientSession(1715462722)--Connection(1128824787)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.546--ClientSession(1715462722)--Connection(1128824787)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.547--ClientSession(1715462722)--Connection(188531880)--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-17 17:54:27.547--ClientSession(1715462722)--Connection(188531880)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.547--ServerSession(454071866)--Connection(1128824787)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.547--UnitOfWork(1143282277)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.547--UnitOfWork(1143282277)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.547--UnitOfWork(1143282277)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.547--ClientSession(1715462722)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.547--UnitOfWork(1143282277)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.547--ClientSession(1715462722)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.547--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 225405430
    [junit] [EL Finer]: 2024-04-17 17:54:27.547--ClientSession(225405430)--Thread(Thread[main,5,main])--acquire unit of work: 223947119
    [junit] [EL Finest]: 2024-04-17 17:54:27.547--UnitOfWork(223947119)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.547--ServerSession(454071866)--Connection(1621997032)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.547--ServerSession(454071866)--Connection(1621997032)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.547--ServerSession(454071866)--Connection(333160570)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.548--ServerSession(454071866)--Connection(1621997032)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:27.556--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1864306821
    [junit] [EL Finer]: 2024-04-17 17:54:27.556--ClientSession(1864306821)--Thread(Thread[main,5,main])--acquire unit of work: 1265117125
    [junit] [EL Finest]: 2024-04-17 17:54:27.556--UnitOfWork(1265117125)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.556--UnitOfWork(1265117125)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.556--UnitOfWork(1265117125)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2d26708a)
    [junit] [EL Finest]: 2024-04-17 17:54:27.556--ServerSession(454071866)--Connection(1312794529)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.556--ClientSession(1864306821)--Connection(1312794529)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.556--ClientSession(1864306821)--Connection(1312794529)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.556--ClientSession(1864306821)--Connection(1147398060)--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-17 17:54:27.557--ClientSession(1864306821)--Connection(1147398060)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.557--ServerSession(454071866)--Connection(1312794529)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.557--UnitOfWork(1265117125)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.557--UnitOfWork(1265117125)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.557--UnitOfWork(1265117125)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.557--ClientSession(1864306821)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.557--UnitOfWork(1265117125)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.557--ClientSession(1864306821)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.557--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 458519460
    [junit] [EL Finer]: 2024-04-17 17:54:27.557--ClientSession(458519460)--Thread(Thread[main,5,main])--acquire unit of work: 677764544
    [junit] [EL Finest]: 2024-04-17 17:54:27.557--UnitOfWork(677764544)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.557--ServerSession(454071866)--Connection(1944060391)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.557--ServerSession(454071866)--Connection(1944060391)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.557--ServerSession(454071866)--Connection(1391624508)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.558--ServerSession(454071866)--Connection(1944060391)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.558--UnitOfWork(677764544)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.558--UnitOfWork(677764544)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.558--UnitOfWork(677764544)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.558--UnitOfWork(677764544)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.558--UnitOfWork(677764544)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.558--ClientSession(458519460)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.558--UnitOfWork(677764544)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.558--ClientSession(458519460)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.558--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1496254520
    [junit] [EL Finer]: 2024-04-17 17:54:27.558--ClientSession(1496254520)--Thread(Thread[main,5,main])--acquire unit of work: 735225137
    [junit] [EL Finest]: 2024-04-17 17:54:27.558--UnitOfWork(735225137)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.558--ServerSession(454071866)--Connection(898949641)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.558--ServerSession(454071866)--Connection(898949641)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.558--ServerSession(454071866)--Connection(1048691605)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.558--ServerSession(454071866)--Connection(898949641)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.558--UnitOfWork(735225137)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.607--UnitOfWork(735225137)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.607--UnitOfWork(735225137)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@210ba740)
    [junit] [EL Finest]: 2024-04-17 17:54:27.607--ServerSession(454071866)--Connection(53509455)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.607--ClientSession(1496254520)--Connection(53509455)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.607--ClientSession(1496254520)--Connection(53509455)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.607--ClientSession(1496254520)--Connection(1871178838)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET P_SHORT = ? WHERE (ID = ?)
    [junit] 	bind => [45, 4]
    [junit] [EL Finer]: 2024-04-17 17:54:27.608--ClientSession(1496254520)--Connection(1871178838)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.608--ServerSession(454071866)--Connection(53509455)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.608--UnitOfWork(735225137)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.608--UnitOfWork(735225137)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.608--UnitOfWork(735225137)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.608--ClientSession(1496254520)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.608--UnitOfWork(735225137)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.608--ClientSession(1496254520)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.608--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1290148711
    [junit] [EL Finer]: 2024-04-17 17:54:27.608--ClientSession(1290148711)--Thread(Thread[main,5,main])--acquire unit of work: 1287441841
    [junit] [EL Finest]: 2024-04-17 17:54:27.608--UnitOfWork(1287441841)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.608--ServerSession(454071866)--Connection(478768428)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.608--ServerSession(454071866)--Connection(478768428)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.608--ServerSession(454071866)--Connection(1555689875)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.609--ServerSession(454071866)--Connection(478768428)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:27.617--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 430297864
    [junit] [EL Finer]: 2024-04-17 17:54:27.617--ClientSession(430297864)--Thread(Thread[main,5,main])--acquire unit of work: 1260372132
    [junit] [EL Finest]: 2024-04-17 17:54:27.617--UnitOfWork(1260372132)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.617--UnitOfWork(1260372132)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.617--UnitOfWork(1260372132)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@34420ce2)
    [junit] [EL Finest]: 2024-04-17 17:54:27.617--ServerSession(454071866)--Connection(1557572235)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.617--ClientSession(430297864)--Connection(1557572235)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.617--ClientSession(430297864)--Connection(1557572235)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.618--ClientSession(430297864)--Connection(1777945429)--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-17 17:54:27.618--ClientSession(430297864)--Connection(1777945429)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.618--ServerSession(454071866)--Connection(1557572235)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.618--UnitOfWork(1260372132)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.618--UnitOfWork(1260372132)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.618--UnitOfWork(1260372132)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.618--ClientSession(430297864)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.618--UnitOfWork(1260372132)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.618--ClientSession(430297864)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.618--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1189355521
    [junit] [EL Finer]: 2024-04-17 17:54:27.618--ClientSession(1189355521)--Thread(Thread[main,5,main])--acquire unit of work: 789530788
    [junit] [EL Finest]: 2024-04-17 17:54:27.618--UnitOfWork(789530788)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.619--ServerSession(454071866)--Connection(210705907)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.619--ServerSession(454071866)--Connection(210705907)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.619--ServerSession(454071866)--Connection(33900345)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.619--ServerSession(454071866)--Connection(210705907)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.619--UnitOfWork(789530788)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.619--UnitOfWork(789530788)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.619--UnitOfWork(789530788)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.619--UnitOfWork(789530788)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:27.619--UnitOfWork(789530788)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3099b53c)
    [junit] [EL Finest]: 2024-04-17 17:54:27.619--ServerSession(454071866)--Connection(1822031214)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.619--ClientSession(1189355521)--Connection(1822031214)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.619--ClientSession(1189355521)--Connection(1822031214)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.619--ClientSession(1189355521)--Connection(1024731062)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)
    [junit] 	bind => [44]
    [junit] [EL Finer]: 2024-04-17 17:54:27.62--ClientSession(1189355521)--Connection(1024731062)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.62--ServerSession(454071866)--Connection(1822031214)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.62--UnitOfWork(789530788)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.62--UnitOfWork(789530788)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.62--UnitOfWork(789530788)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.62--ClientSession(1189355521)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.62--UnitOfWork(789530788)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.62--ClientSession(1189355521)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.62--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1850277025
    [junit] [EL Finer]: 2024-04-17 17:54:27.62--ClientSession(1850277025)--Thread(Thread[main,5,main])--acquire unit of work: 1293491851
    [junit] [EL Finest]: 2024-04-17 17:54:27.62--UnitOfWork(1293491851)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.62--UnitOfWork(1293491851)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.62--UnitOfWork(1293491851)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3099b53c)
    [junit] [EL Finest]: 2024-04-17 17:54:27.62--ServerSession(454071866)--Connection(1540680940)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.62--ClientSession(1850277025)--Connection(1540680940)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.62--ClientSession(1850277025)--Connection(1540680940)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.62--ClientSession(1850277025)--Connection(1926278851)--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-17 17:54:27.621--ClientSession(1850277025)--Connection(1926278851)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.621--ServerSession(454071866)--Connection(1540680940)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.621--UnitOfWork(1293491851)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.621--UnitOfWork(1293491851)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.621--UnitOfWork(1293491851)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.621--ClientSession(1850277025)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.621--UnitOfWork(1293491851)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.621--ClientSession(1850277025)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.621--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1130893387
    [junit] [EL Finer]: 2024-04-17 17:54:27.621--ClientSession(1130893387)--Thread(Thread[main,5,main])--acquire unit of work: 1067923270
    [junit] [EL Finest]: 2024-04-17 17:54:27.621--UnitOfWork(1067923270)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.621--ServerSession(454071866)--Connection(1224093895)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.621--ServerSession(454071866)--Connection(1224093895)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.621--ServerSession(454071866)--Connection(2133061670)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.622--ServerSession(454071866)--Connection(1224093895)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.622--UnitOfWork(1067923270)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.622--UnitOfWork(1067923270)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.622--UnitOfWork(1067923270)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.622--UnitOfWork(1067923270)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.622--UnitOfWork(1067923270)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.622--ClientSession(1130893387)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.622--UnitOfWork(1067923270)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.622--ClientSession(1130893387)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.622--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1662672145
    [junit] [EL Finer]: 2024-04-17 17:54:27.622--ClientSession(1662672145)--Thread(Thread[main,5,main])--acquire unit of work: 1292902646
    [junit] [EL Finest]: 2024-04-17 17:54:27.622--UnitOfWork(1292902646)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.622--ServerSession(454071866)--Connection(1030830157)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.622--ServerSession(454071866)--Connection(1030830157)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.622--ServerSession(454071866)--Connection(2132235424)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.622--ServerSession(454071866)--Connection(1030830157)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.622--UnitOfWork(1292902646)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.622--UnitOfWork(1292902646)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.622--UnitOfWork(1292902646)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@28ff23a)
    [junit] [EL Finest]: 2024-04-17 17:54:27.623--ServerSession(454071866)--Connection(1937764675)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.623--ClientSession(1662672145)--Connection(1937764675)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.623--ClientSession(1662672145)--Connection(1937764675)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.623--ClientSession(1662672145)--Connection(513971174)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PCA_VARCHAR = ? WHERE (ID = ?)
    [junit] 	bind => [null, 44]
    [junit] [EL Finer]: 2024-04-17 17:54:27.623--ClientSession(1662672145)--Connection(513971174)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.623--ServerSession(454071866)--Connection(1937764675)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.623--UnitOfWork(1292902646)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.623--UnitOfWork(1292902646)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.623--UnitOfWork(1292902646)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.623--ClientSession(1662672145)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.623--UnitOfWork(1292902646)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.623--ClientSession(1662672145)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.623--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 355762821
    [junit] [EL Finer]: 2024-04-17 17:54:27.623--ClientSession(355762821)--Thread(Thread[main,5,main])--acquire unit of work: 432905353
    [junit] [EL Finest]: 2024-04-17 17:54:27.623--UnitOfWork(432905353)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.623--ServerSession(454071866)--Connection(335151605)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.623--ServerSession(454071866)--Connection(335151605)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.623--ServerSession(454071866)--Connection(2100584284)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.624--ServerSession(454071866)--Connection(335151605)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.624--UnitOfWork(432905353)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.624--UnitOfWork(432905353)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.624--UnitOfWork(432905353)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@39f93e1c)
    [junit] [EL Finest]: 2024-04-17 17:54:27.624--ServerSession(454071866)--Connection(635308997)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.624--ClientSession(355762821)--Connection(635308997)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.624--ClientSession(355762821)--Connection(635308997)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.624--ClientSession(355762821)--Connection(1196367577)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PCA_VARCHAR = ? WHERE (ID = ?)
    [junit] 	bind => [UNCHANGED, 44]
    [junit] [EL Finer]: 2024-04-17 17:54:27.624--ClientSession(355762821)--Connection(1196367577)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.625--ServerSession(454071866)--Connection(635308997)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.625--UnitOfWork(432905353)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.625--UnitOfWork(432905353)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.625--UnitOfWork(432905353)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.625--ClientSession(355762821)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.625--UnitOfWork(432905353)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.625--ClientSession(355762821)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.625--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 911421158
    [junit] [EL Finer]: 2024-04-17 17:54:27.625--ClientSession(911421158)--Thread(Thread[main,5,main])--acquire unit of work: 1669761994
    [junit] [EL Finest]: 2024-04-17 17:54:27.625--UnitOfWork(1669761994)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.625--ServerSession(454071866)--Connection(1543563445)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.625--ServerSession(454071866)--Connection(1543563445)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.625--ServerSession(454071866)--Connection(1572375446)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.625--ServerSession(454071866)--Connection(1543563445)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.625--UnitOfWork(1669761994)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.625--UnitOfWork(1669761994)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.625--UnitOfWork(1669761994)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@25bca78e)
    [junit] [EL Finest]: 2024-04-17 17:54:27.625--ServerSession(454071866)--Connection(1734309557)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.625--ClientSession(911421158)--Connection(1734309557)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.625--ClientSession(911421158)--Connection(1734309557)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.626--ClientSession(911421158)--Connection(148209125)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PCA_VARCHAR = ? WHERE (ID = ?)
    [junit] 	bind => [XNCHANGED, 44]
    [junit] [EL Finer]: 2024-04-17 17:54:27.626--ClientSession(911421158)--Connection(148209125)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.626--ServerSession(454071866)--Connection(1734309557)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.626--UnitOfWork(1669761994)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.626--UnitOfWork(1669761994)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.626--UnitOfWork(1669761994)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.626--ClientSession(911421158)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.626--UnitOfWork(1669761994)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.626--ClientSession(911421158)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.626--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 594174142
    [junit] [EL Finer]: 2024-04-17 17:54:27.626--ClientSession(594174142)--Thread(Thread[main,5,main])--acquire unit of work: 1058820280
    [junit] [EL Finest]: 2024-04-17 17:54:27.626--UnitOfWork(1058820280)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.626--ServerSession(454071866)--Connection(470100203)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.626--ServerSession(454071866)--Connection(470100203)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.626--ServerSession(454071866)--Connection(2108455110)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.627--ServerSession(454071866)--Connection(470100203)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.627--UnitOfWork(1058820280)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.627--UnitOfWork(1058820280)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.627--UnitOfWork(1058820280)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@507780c3)
    [junit] [EL Finest]: 2024-04-17 17:54:27.627--ServerSession(454071866)--Connection(2079622760)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.627--ClientSession(594174142)--Connection(2079622760)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.627--ClientSession(594174142)--Connection(2079622760)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.627--ClientSession(594174142)--Connection(1788086315)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PCA_VARCHAR = ? WHERE (ID = ?)
    [junit] 	bind => [null, 44]
    [junit] [EL Finer]: 2024-04-17 17:54:27.627--ClientSession(594174142)--Connection(1788086315)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.627--ServerSession(454071866)--Connection(2079622760)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.628--UnitOfWork(1058820280)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.628--UnitOfWork(1058820280)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.628--UnitOfWork(1058820280)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.628--ClientSession(594174142)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.628--UnitOfWork(1058820280)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.628--ClientSession(594174142)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.628--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1722529469
    [junit] [EL Finer]: 2024-04-17 17:54:27.628--ClientSession(1722529469)--Thread(Thread[main,5,main])--acquire unit of work: 959691718
    [junit] [EL Finest]: 2024-04-17 17:54:27.628--UnitOfWork(959691718)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.628--ServerSession(454071866)--Connection(1932278171)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.628--ServerSession(454071866)--Connection(1932278171)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.628--ServerSession(454071866)--Connection(982364960)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.628--ServerSession(454071866)--Connection(1932278171)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:27.636--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1162282738
    [junit] [EL Finer]: 2024-04-17 17:54:27.637--ClientSession(1162282738)--Thread(Thread[main,5,main])--acquire unit of work: 826071985
    [junit] [EL Finest]: 2024-04-17 17:54:27.637--UnitOfWork(826071985)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.637--UnitOfWork(826071985)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.637--UnitOfWork(826071985)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@114b28ee)
    [junit] [EL Finest]: 2024-04-17 17:54:27.637--ServerSession(454071866)--Connection(1844486067)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.637--ClientSession(1162282738)--Connection(1844486067)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.637--ClientSession(1162282738)--Connection(1844486067)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.637--ClientSession(1162282738)--Connection(986063087)--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-17 17:54:27.637--ClientSession(1162282738)--Connection(986063087)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.638--ServerSession(454071866)--Connection(1844486067)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.638--UnitOfWork(826071985)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.638--UnitOfWork(826071985)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.638--UnitOfWork(826071985)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.638--ClientSession(1162282738)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.638--UnitOfWork(826071985)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.638--ClientSession(1162282738)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.638--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 156951858
    [junit] [EL Finer]: 2024-04-17 17:54:27.638--ClientSession(156951858)--Thread(Thread[main,5,main])--acquire unit of work: 1623125677
    [junit] [EL Finest]: 2024-04-17 17:54:27.638--UnitOfWork(1623125677)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.638--ServerSession(454071866)--Connection(1811180301)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.638--ServerSession(454071866)--Connection(1811180301)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.638--ServerSession(454071866)--Connection(177149721)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.638--ServerSession(454071866)--Connection(1811180301)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.638--UnitOfWork(1623125677)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.638--UnitOfWork(1623125677)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.638--UnitOfWork(1623125677)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.638--UnitOfWork(1623125677)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:27.638--UnitOfWork(1623125677)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@43fe47a0)
    [junit] [EL Finest]: 2024-04-17 17:54:27.639--ServerSession(454071866)--Connection(2044664164)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.639--ClientSession(156951858)--Connection(2044664164)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.639--ClientSession(156951858)--Connection(2044664164)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.639--ClientSession(156951858)--Connection(1035590712)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)
    [junit] 	bind => [51]
    [junit] [EL Finer]: 2024-04-17 17:54:27.639--ClientSession(156951858)--Connection(1035590712)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.639--ServerSession(454071866)--Connection(2044664164)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.639--UnitOfWork(1623125677)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.639--UnitOfWork(1623125677)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.639--UnitOfWork(1623125677)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.639--ClientSession(156951858)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.639--UnitOfWork(1623125677)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.639--ClientSession(156951858)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.639--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1351301704
    [junit] [EL Finer]: 2024-04-17 17:54:27.639--ClientSession(1351301704)--Thread(Thread[main,5,main])--acquire unit of work: 1360928004
    [junit] [EL Finest]: 2024-04-17 17:54:27.639--UnitOfWork(1360928004)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.639--UnitOfWork(1360928004)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.639--UnitOfWork(1360928004)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@43fe47a0)
    [junit] [EL Finest]: 2024-04-17 17:54:27.639--ServerSession(454071866)--Connection(1960011810)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.639--ClientSession(1351301704)--Connection(1960011810)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.639--ClientSession(1351301704)--Connection(1960011810)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.64--ClientSession(1351301704)--Connection(990649349)--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@5471fcd1, 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-17 17:54:27.64--ClientSession(1351301704)--Connection(990649349)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.64--ServerSession(454071866)--Connection(1960011810)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.64--UnitOfWork(1360928004)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.64--UnitOfWork(1360928004)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.64--UnitOfWork(1360928004)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.64--ClientSession(1351301704)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.64--UnitOfWork(1360928004)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.64--ClientSession(1351301704)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.64--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2133625040
    [junit] [EL Finer]: 2024-04-17 17:54:27.64--ClientSession(2133625040)--Thread(Thread[main,5,main])--acquire unit of work: 605769476
    [junit] [EL Finest]: 2024-04-17 17:54:27.64--UnitOfWork(605769476)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.641--ServerSession(454071866)--Connection(1571383573)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.641--ServerSession(454071866)--Connection(1571383573)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.641--ServerSession(454071866)--Connection(2056375038)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.641--ServerSession(454071866)--Connection(1571383573)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.641--UnitOfWork(605769476)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.641--UnitOfWork(605769476)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.641--UnitOfWork(605769476)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.641--UnitOfWork(605769476)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.641--UnitOfWork(605769476)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.641--ClientSession(2133625040)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.641--UnitOfWork(605769476)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.641--ClientSession(2133625040)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.641--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1806815749
    [junit] [EL Finer]: 2024-04-17 17:54:27.641--ClientSession(1806815749)--Thread(Thread[main,5,main])--acquire unit of work: 910569775
    [junit] [EL Finest]: 2024-04-17 17:54:27.641--UnitOfWork(910569775)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.641--ServerSession(454071866)--Connection(135254299)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.641--ServerSession(454071866)--Connection(135254299)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.641--ServerSession(454071866)--Connection(746415297)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.642--ServerSession(454071866)--Connection(135254299)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.642--UnitOfWork(910569775)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.642--UnitOfWork(910569775)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.642--UnitOfWork(910569775)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4e7125e0)
    [junit] [EL Finest]: 2024-04-17 17:54:27.642--ServerSession(454071866)--Connection(1130418922)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.642--ClientSession(1806815749)--Connection(1130418922)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.642--ClientSession(1806815749)--Connection(1130418922)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.642--ClientSession(1806815749)--Connection(375548603)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SERIALIZABLE = ? WHERE (ID = ?)
    [junit] 	bind => [null, 51]
    [junit] [EL Finer]: 2024-04-17 17:54:27.643--ClientSession(1806815749)--Connection(375548603)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.643--ServerSession(454071866)--Connection(1130418922)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.643--UnitOfWork(910569775)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.643--UnitOfWork(910569775)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.643--UnitOfWork(910569775)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.643--ClientSession(1806815749)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.643--UnitOfWork(910569775)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.643--ClientSession(1806815749)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.643--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 367523800
    [junit] [EL Finer]: 2024-04-17 17:54:27.643--ClientSession(367523800)--Thread(Thread[main,5,main])--acquire unit of work: 1356173324
    [junit] [EL Finest]: 2024-04-17 17:54:27.643--UnitOfWork(1356173324)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.643--ServerSession(454071866)--Connection(1441210143)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.643--ServerSession(454071866)--Connection(1441210143)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.643--ServerSession(454071866)--Connection(1771071969)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.643--ServerSession(454071866)--Connection(1441210143)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.644--UnitOfWork(1356173324)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.644--UnitOfWork(1356173324)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.644--UnitOfWork(1356173324)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3fcab7ac)
    [junit] [EL Finest]: 2024-04-17 17:54:27.644--ServerSession(454071866)--Connection(420762376)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.644--ClientSession(367523800)--Connection(420762376)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.644--ClientSession(367523800)--Connection(420762376)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.644--ClientSession(367523800)--Connection(135412047)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SERIALIZABLE = ? WHERE (ID = ?)
    [junit] 	bind => [[B@4e2d927c, 51]
    [junit] [EL Finer]: 2024-04-17 17:54:27.644--ClientSession(367523800)--Connection(135412047)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.644--ServerSession(454071866)--Connection(420762376)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.644--UnitOfWork(1356173324)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.644--UnitOfWork(1356173324)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.644--UnitOfWork(1356173324)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.644--ClientSession(367523800)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.645--UnitOfWork(1356173324)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.645--ClientSession(367523800)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.645--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1350317899
    [junit] [EL Finer]: 2024-04-17 17:54:27.645--ClientSession(1350317899)--Thread(Thread[main,5,main])--acquire unit of work: 1228780618
    [junit] [EL Finest]: 2024-04-17 17:54:27.645--UnitOfWork(1228780618)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.645--ServerSession(454071866)--Connection(998359270)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.645--ServerSession(454071866)--Connection(998359270)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.645--ServerSession(454071866)--Connection(1312600610)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.645--ServerSession(454071866)--Connection(998359270)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.645--UnitOfWork(1228780618)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.645--UnitOfWork(1228780618)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.645--UnitOfWork(1228780618)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5bf06696)
    [junit] [EL Finest]: 2024-04-17 17:54:27.645--ServerSession(454071866)--Connection(1562210313)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.645--ClientSession(1350317899)--Connection(1562210313)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.645--ClientSession(1350317899)--Connection(1562210313)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.646--ClientSession(1350317899)--Connection(1342220328)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SERIALIZABLE = ? WHERE (ID = ?)
    [junit] 	bind => [[B@fee710a, 51]
    [junit] [EL Finer]: 2024-04-17 17:54:27.646--ClientSession(1350317899)--Connection(1342220328)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.711--ServerSession(454071866)--Connection(1562210313)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.711--UnitOfWork(1228780618)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.711--UnitOfWork(1228780618)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.711--UnitOfWork(1228780618)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.711--ClientSession(1350317899)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.711--UnitOfWork(1228780618)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.711--ClientSession(1350317899)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.711--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 633846010
    [junit] [EL Finer]: 2024-04-17 17:54:27.711--ClientSession(633846010)--Thread(Thread[main,5,main])--acquire unit of work: 1892881794
    [junit] [EL Finest]: 2024-04-17 17:54:27.711--UnitOfWork(1892881794)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.711--ServerSession(454071866)--Connection(756639961)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.711--ServerSession(454071866)--Connection(756639961)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.711--ServerSession(454071866)--Connection(458568628)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.712--ServerSession(454071866)--Connection(756639961)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.712--UnitOfWork(1892881794)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.712--UnitOfWork(1892881794)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.712--UnitOfWork(1892881794)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6bda22a2)
    [junit] [EL Finest]: 2024-04-17 17:54:27.712--ServerSession(454071866)--Connection(667226874)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.712--ClientSession(633846010)--Connection(667226874)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.712--ClientSession(633846010)--Connection(667226874)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.712--ClientSession(633846010)--Connection(421410340)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SERIALIZABLE = ? WHERE (ID = ?)
    [junit] 	bind => [null, 51]
    [junit] [EL Finer]: 2024-04-17 17:54:27.713--ClientSession(633846010)--Connection(421410340)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.713--ServerSession(454071866)--Connection(667226874)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.713--UnitOfWork(1892881794)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.713--UnitOfWork(1892881794)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.713--UnitOfWork(1892881794)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.713--ClientSession(633846010)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.713--UnitOfWork(1892881794)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.713--ClientSession(633846010)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.713--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 841126926
    [junit] [EL Finer]: 2024-04-17 17:54:27.713--ClientSession(841126926)--Thread(Thread[main,5,main])--acquire unit of work: 1040126578
    [junit] [EL Finest]: 2024-04-17 17:54:27.713--UnitOfWork(1040126578)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.713--ServerSession(454071866)--Connection(1429777663)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.713--ServerSession(454071866)--Connection(1429777663)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.713--ServerSession(454071866)--Connection(1142653119)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.714--ServerSession(454071866)--Connection(1429777663)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:27.722--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 239439496
    [junit] [EL Finer]: 2024-04-17 17:54:27.722--ClientSession(239439496)--Thread(Thread[main,5,main])--acquire unit of work: 1671972606
    [junit] [EL Finest]: 2024-04-17 17:54:27.722--UnitOfWork(1671972606)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.722--UnitOfWork(1671972606)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.722--UnitOfWork(1671972606)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@a9a9fd6)
    [junit] [EL Finest]: 2024-04-17 17:54:27.723--ServerSession(454071866)--Connection(1111329530)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.723--ClientSession(239439496)--Connection(1111329530)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.723--ClientSession(239439496)--Connection(1111329530)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.723--ClientSession(239439496)--Connection(1669577717)--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-17 17:54:27.723--ClientSession(239439496)--Connection(1669577717)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.723--ServerSession(454071866)--Connection(1111329530)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.723--UnitOfWork(1671972606)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.723--UnitOfWork(1671972606)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.723--UnitOfWork(1671972606)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.724--ClientSession(239439496)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.724--UnitOfWork(1671972606)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.724--ClientSession(239439496)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.724--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 784968019
    [junit] [EL Finer]: 2024-04-17 17:54:27.724--ClientSession(784968019)--Thread(Thread[main,5,main])--acquire unit of work: 9276458
    [junit] [EL Finest]: 2024-04-17 17:54:27.724--UnitOfWork(9276458)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.724--ServerSession(454071866)--Connection(2117063645)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.724--ServerSession(454071866)--Connection(2117063645)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.724--ServerSession(454071866)--Connection(210176616)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.724--ServerSession(454071866)--Connection(2117063645)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.724--UnitOfWork(9276458)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.724--UnitOfWork(9276458)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.724--UnitOfWork(9276458)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.724--UnitOfWork(9276458)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:27.724--UnitOfWork(9276458)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3e79490)
    [junit] [EL Finest]: 2024-04-17 17:54:27.724--ServerSession(454071866)--Connection(934707266)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.724--ClientSession(784968019)--Connection(934707266)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.724--ClientSession(784968019)--Connection(934707266)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.725--ClientSession(784968019)--Connection(1699726407)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)
    [junit] 	bind => [15]
    [junit] [EL Finer]: 2024-04-17 17:54:27.725--ClientSession(784968019)--Connection(1699726407)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.725--ServerSession(454071866)--Connection(934707266)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.725--UnitOfWork(9276458)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.725--UnitOfWork(9276458)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.725--UnitOfWork(9276458)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.725--ClientSession(784968019)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.725--UnitOfWork(9276458)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.725--ClientSession(784968019)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.725--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1764129896
    [junit] [EL Finer]: 2024-04-17 17:54:27.725--ClientSession(1764129896)--Thread(Thread[main,5,main])--acquire unit of work: 1779520926
    [junit] [EL Finest]: 2024-04-17 17:54:27.725--UnitOfWork(1779520926)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.725--UnitOfWork(1779520926)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.725--UnitOfWork(1779520926)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3e79490)
    [junit] [EL Finest]: 2024-04-17 17:54:27.725--ServerSession(454071866)--Connection(938033390)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.725--ClientSession(1764129896)--Connection(938033390)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.725--ClientSession(1764129896)--Connection(938033390)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.725--ClientSession(1764129896)--Connection(1836498759)--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-17 17:54:27.726--ClientSession(1764129896)--Connection(1836498759)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.726--ServerSession(454071866)--Connection(938033390)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.726--UnitOfWork(1779520926)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.726--UnitOfWork(1779520926)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.726--UnitOfWork(1779520926)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.726--ClientSession(1764129896)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.726--UnitOfWork(1779520926)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.726--ClientSession(1764129896)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.726--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1120429793
    [junit] [EL Finer]: 2024-04-17 17:54:27.726--ClientSession(1120429793)--Thread(Thread[main,5,main])--acquire unit of work: 1062973542
    [junit] [EL Finest]: 2024-04-17 17:54:27.726--UnitOfWork(1062973542)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.726--ServerSession(454071866)--Connection(1729084493)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.726--ServerSession(454071866)--Connection(1729084493)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.726--ServerSession(454071866)--Connection(933390148)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.727--ServerSession(454071866)--Connection(1729084493)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.727--UnitOfWork(1062973542)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.727--UnitOfWork(1062973542)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.727--UnitOfWork(1062973542)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.727--UnitOfWork(1062973542)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.727--UnitOfWork(1062973542)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.727--ClientSession(1120429793)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.727--UnitOfWork(1062973542)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.727--ClientSession(1120429793)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.727--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1781357510
    [junit] [EL Finer]: 2024-04-17 17:54:27.727--ClientSession(1781357510)--Thread(Thread[main,5,main])--acquire unit of work: 992023460
    [junit] [EL Finest]: 2024-04-17 17:54:27.727--UnitOfWork(992023460)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.727--ServerSession(454071866)--Connection(1515601132)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.727--ServerSession(454071866)--Connection(1515601132)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.727--ServerSession(454071866)--Connection(418212612)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.727--ServerSession(454071866)--Connection(1515601132)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.727--UnitOfWork(992023460)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.727--UnitOfWork(992023460)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.728--UnitOfWork(992023460)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2b917c20)
    [junit] [EL Finest]: 2024-04-17 17:54:27.728--ServerSession(454071866)--Connection(856519348)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.728--ClientSession(1781357510)--Connection(856519348)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.728--ClientSession(1781357510)--Connection(856519348)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.728--ClientSession(1781357510)--Connection(1551478577)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_INTEGER = ? WHERE (ID = ?)
    [junit] 	bind => [2, 15]
    [junit] [EL Finer]: 2024-04-17 17:54:27.728--ClientSession(1781357510)--Connection(1551478577)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.728--ServerSession(454071866)--Connection(856519348)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.728--UnitOfWork(992023460)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.728--UnitOfWork(992023460)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.728--UnitOfWork(992023460)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.728--ClientSession(1781357510)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.728--UnitOfWork(992023460)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.728--ClientSession(1781357510)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.728--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1616469777
    [junit] [EL Finer]: 2024-04-17 17:54:27.728--ClientSession(1616469777)--Thread(Thread[main,5,main])--acquire unit of work: 941169020
    [junit] [EL Finest]: 2024-04-17 17:54:27.728--UnitOfWork(941169020)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.728--ServerSession(454071866)--Connection(696789353)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.729--ServerSession(454071866)--Connection(696789353)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.729--ServerSession(454071866)--Connection(416774658)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.729--ServerSession(454071866)--Connection(696789353)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.729--UnitOfWork(941169020)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.729--UnitOfWork(941169020)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.729--UnitOfWork(941169020)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@427e3200)
    [junit] [EL Finest]: 2024-04-17 17:54:27.729--ServerSession(454071866)--Connection(166850677)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.729--ClientSession(1616469777)--Connection(166850677)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.729--ClientSession(1616469777)--Connection(166850677)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.73--ClientSession(1616469777)--Connection(1526807674)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_INTEGER = ? WHERE (ID = ?)
    [junit] 	bind => [null, 15]
    [junit] [EL Finer]: 2024-04-17 17:54:27.73--ClientSession(1616469777)--Connection(1526807674)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.73--ServerSession(454071866)--Connection(166850677)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.73--UnitOfWork(941169020)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.73--UnitOfWork(941169020)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.73--UnitOfWork(941169020)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.73--ClientSession(1616469777)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.73--UnitOfWork(941169020)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.73--ClientSession(1616469777)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.73--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1858945476
    [junit] [EL Finer]: 2024-04-17 17:54:27.73--ClientSession(1858945476)--Thread(Thread[main,5,main])--acquire unit of work: 1748596272
    [junit] [EL Finest]: 2024-04-17 17:54:27.73--UnitOfWork(1748596272)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.73--ServerSession(454071866)--Connection(973698465)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.73--ServerSession(454071866)--Connection(973698465)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.731--ServerSession(454071866)--Connection(889412723)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.731--ServerSession(454071866)--Connection(973698465)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:27.741--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1648272047
    [junit] [EL Finer]: 2024-04-17 17:54:27.741--ClientSession(1648272047)--Thread(Thread[main,5,main])--acquire unit of work: 495848700
    [junit] [EL Finest]: 2024-04-17 17:54:27.741--UnitOfWork(495848700)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.741--UnitOfWork(495848700)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.741--UnitOfWork(495848700)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@217cbcdd)
    [junit] [EL Finest]: 2024-04-17 17:54:27.741--ServerSession(454071866)--Connection(553112623)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.741--ClientSession(1648272047)--Connection(553112623)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.741--ClientSession(1648272047)--Connection(553112623)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.742--ClientSession(1648272047)--Connection(1299436833)--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-17 17:54:27.742--ClientSession(1648272047)--Connection(1299436833)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.742--ServerSession(454071866)--Connection(553112623)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.742--UnitOfWork(495848700)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.742--UnitOfWork(495848700)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.742--UnitOfWork(495848700)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.743--ClientSession(1648272047)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.743--UnitOfWork(495848700)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.743--ClientSession(1648272047)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.743--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1729461819
    [junit] [EL Finer]: 2024-04-17 17:54:27.743--ClientSession(1729461819)--Thread(Thread[main,5,main])--acquire unit of work: 2044561498
    [junit] [EL Finest]: 2024-04-17 17:54:27.743--UnitOfWork(2044561498)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.743--ServerSession(454071866)--Connection(718573725)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.743--ServerSession(454071866)--Connection(718573725)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.743--ServerSession(454071866)--Connection(1267206883)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.743--ServerSession(454071866)--Connection(718573725)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.743--UnitOfWork(2044561498)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.743--UnitOfWork(2044561498)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.743--UnitOfWork(2044561498)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.743--UnitOfWork(2044561498)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:27.743--UnitOfWork(2044561498)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@122a96f9)
    [junit] [EL Finest]: 2024-04-17 17:54:27.743--ServerSession(454071866)--Connection(396386870)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.743--ClientSession(1729461819)--Connection(396386870)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.744--ClientSession(1729461819)--Connection(396386870)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.744--ClientSession(1729461819)--Connection(311255524)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)
    [junit] 	bind => [33]
    [junit] [EL Finer]: 2024-04-17 17:54:27.744--ClientSession(1729461819)--Connection(311255524)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.744--ServerSession(454071866)--Connection(396386870)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.744--UnitOfWork(2044561498)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.744--UnitOfWork(2044561498)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.744--UnitOfWork(2044561498)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.744--ClientSession(1729461819)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.744--UnitOfWork(2044561498)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.745--ClientSession(1729461819)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.745--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1836697781
    [junit] [EL Finer]: 2024-04-17 17:54:27.745--ClientSession(1836697781)--Thread(Thread[main,5,main])--acquire unit of work: 2044503806
    [junit] [EL Finest]: 2024-04-17 17:54:27.745--UnitOfWork(2044503806)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.745--UnitOfWork(2044503806)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.745--UnitOfWork(2044503806)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@122a96f9)
    [junit] [EL Finest]: 2024-04-17 17:54:27.745--ServerSession(454071866)--Connection(1636830278)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.745--ClientSession(1836697781)--Connection(1636830278)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.745--ClientSession(1836697781)--Connection(1636830278)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.745--ClientSession(1836697781)--Connection(1108298913)--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-17 17:54:27.746--ClientSession(1836697781)--Connection(1108298913)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.746--ServerSession(454071866)--Connection(1636830278)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.746--UnitOfWork(2044503806)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.746--UnitOfWork(2044503806)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.746--UnitOfWork(2044503806)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.746--ClientSession(1836697781)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.746--UnitOfWork(2044503806)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.746--ClientSession(1836697781)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.746--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1698167949
    [junit] [EL Finer]: 2024-04-17 17:54:27.746--ClientSession(1698167949)--Thread(Thread[main,5,main])--acquire unit of work: 77868625
    [junit] [EL Finest]: 2024-04-17 17:54:27.746--UnitOfWork(77868625)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.746--ServerSession(454071866)--Connection(1022758944)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.746--ServerSession(454071866)--Connection(1022758944)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.746--ServerSession(454071866)--Connection(626854991)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.747--ServerSession(454071866)--Connection(1022758944)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.747--UnitOfWork(77868625)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.747--UnitOfWork(77868625)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.747--UnitOfWork(77868625)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.747--UnitOfWork(77868625)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.747--UnitOfWork(77868625)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.747--ClientSession(1698167949)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.747--UnitOfWork(77868625)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.747--ClientSession(1698167949)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.747--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 464395636
    [junit] [EL Finer]: 2024-04-17 17:54:27.747--ClientSession(464395636)--Thread(Thread[main,5,main])--acquire unit of work: 1188594251
    [junit] [EL Finest]: 2024-04-17 17:54:27.747--UnitOfWork(1188594251)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.747--ServerSession(454071866)--Connection(630921936)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.747--ServerSession(454071866)--Connection(630921936)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.747--ServerSession(454071866)--Connection(286775819)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.748--ServerSession(454071866)--Connection(630921936)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.748--UnitOfWork(1188594251)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.748--UnitOfWork(1188594251)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.748--UnitOfWork(1188594251)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@78713f36)
    [junit] [EL Finest]: 2024-04-17 17:54:27.748--ServerSession(454071866)--Connection(707375683)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.748--ClientSession(464395636)--Connection(707375683)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.748--ClientSession(464395636)--Connection(707375683)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.748--ClientSession(464395636)--Connection(430189014)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SQL_DATE = ? WHERE (ID = ?)
    [junit] 	bind => [null, 33]
    [junit] [EL Finer]: 2024-04-17 17:54:27.749--ClientSession(464395636)--Connection(430189014)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.749--ServerSession(454071866)--Connection(707375683)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.749--UnitOfWork(1188594251)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.749--UnitOfWork(1188594251)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.749--UnitOfWork(1188594251)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.749--ClientSession(464395636)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.749--UnitOfWork(1188594251)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.749--ClientSession(464395636)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.749--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1655553349
    [junit] [EL Finer]: 2024-04-17 17:54:27.749--ClientSession(1655553349)--Thread(Thread[main,5,main])--acquire unit of work: 99725561
    [junit] [EL Finest]: 2024-04-17 17:54:27.749--UnitOfWork(99725561)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.749--ServerSession(454071866)--Connection(1034142472)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.749--ServerSession(454071866)--Connection(1034142472)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.749--ServerSession(454071866)--Connection(1008010754)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.75--ServerSession(454071866)--Connection(1034142472)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.75--UnitOfWork(99725561)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.75--UnitOfWork(99725561)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.75--UnitOfWork(99725561)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3b23cbaa)
    [junit] [EL Finest]: 2024-04-17 17:54:27.75--ServerSession(454071866)--Connection(210424918)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.75--ClientSession(1655553349)--Connection(210424918)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.75--ClientSession(1655553349)--Connection(210424918)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.75--ClientSession(1655553349)--Connection(1368441284)--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-17 17:54:27.75--ClientSession(1655553349)--Connection(1368441284)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.751--ServerSession(454071866)--Connection(210424918)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.751--UnitOfWork(99725561)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.751--UnitOfWork(99725561)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.751--UnitOfWork(99725561)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.751--ClientSession(1655553349)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.751--UnitOfWork(99725561)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.751--ClientSession(1655553349)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.751--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 857040327
    [junit] [EL Finer]: 2024-04-17 17:54:27.751--ClientSession(857040327)--Thread(Thread[main,5,main])--acquire unit of work: 1768370071
    [junit] [EL Finest]: 2024-04-17 17:54:27.751--UnitOfWork(1768370071)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.751--ServerSession(454071866)--Connection(1043226014)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.751--ServerSession(454071866)--Connection(1043226014)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.751--ServerSession(454071866)--Connection(331276682)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.751--ServerSession(454071866)--Connection(1043226014)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.751--UnitOfWork(1768370071)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.752--UnitOfWork(1768370071)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.752--UnitOfWork(1768370071)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5b561804)
    [junit] [EL Finest]: 2024-04-17 17:54:27.752--ServerSession(454071866)--Connection(1938713997)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.752--ClientSession(857040327)--Connection(1938713997)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.752--ClientSession(857040327)--Connection(1938713997)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.752--ClientSession(857040327)--Connection(350185526)--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-17 17:54:27.752--ClientSession(857040327)--Connection(350185526)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.752--ServerSession(454071866)--Connection(1938713997)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.752--UnitOfWork(1768370071)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.753--UnitOfWork(1768370071)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.753--UnitOfWork(1768370071)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.753--ClientSession(857040327)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.753--UnitOfWork(1768370071)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.753--ClientSession(857040327)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.753--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 726463916
    [junit] [EL Finer]: 2024-04-17 17:54:27.753--ClientSession(726463916)--Thread(Thread[main,5,main])--acquire unit of work: 724436813
    [junit] [EL Finest]: 2024-04-17 17:54:27.753--UnitOfWork(724436813)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.753--ServerSession(454071866)--Connection(1147094214)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.753--ServerSession(454071866)--Connection(1147094214)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.753--ServerSession(454071866)--Connection(758158992)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.753--ServerSession(454071866)--Connection(1147094214)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.753--UnitOfWork(724436813)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.753--UnitOfWork(724436813)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.753--UnitOfWork(724436813)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3a52800e)
    [junit] [EL Finest]: 2024-04-17 17:54:27.753--ServerSession(454071866)--Connection(758651122)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.753--ClientSession(726463916)--Connection(758651122)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.753--ClientSession(726463916)--Connection(758651122)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.754--ClientSession(726463916)--Connection(588490693)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SQL_DATE = ? WHERE (ID = ?)
    [junit] 	bind => [null, 33]
    [junit] [EL Finer]: 2024-04-17 17:54:27.754--ClientSession(726463916)--Connection(588490693)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.754--ServerSession(454071866)--Connection(758651122)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.754--UnitOfWork(724436813)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.754--UnitOfWork(724436813)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.754--UnitOfWork(724436813)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.754--ClientSession(726463916)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.754--UnitOfWork(724436813)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.754--ClientSession(726463916)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.754--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 629532712
    [junit] [EL Finer]: 2024-04-17 17:54:27.754--ClientSession(629532712)--Thread(Thread[main,5,main])--acquire unit of work: 1217895394
    [junit] [EL Finest]: 2024-04-17 17:54:27.754--UnitOfWork(1217895394)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.755--ServerSession(454071866)--Connection(1979982010)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.755--ServerSession(454071866)--Connection(1979982010)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.755--ServerSession(454071866)--Connection(51675882)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.755--ServerSession(454071866)--Connection(1979982010)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:27.765--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 506386263
    [junit] [EL Finer]: 2024-04-17 17:54:27.765--ClientSession(506386263)--Thread(Thread[main,5,main])--acquire unit of work: 1300437367
    [junit] [EL Finest]: 2024-04-17 17:54:27.765--UnitOfWork(1300437367)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.765--UnitOfWork(1300437367)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.765--UnitOfWork(1300437367)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@117fa1ca)
    [junit] [EL Finest]: 2024-04-17 17:54:27.765--ServerSession(454071866)--Connection(1160842846)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.765--ClientSession(506386263)--Connection(1160842846)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.765--ClientSession(506386263)--Connection(1160842846)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.814--ClientSession(506386263)--Connection(279772974)--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-17 17:54:27.815--ClientSession(506386263)--Connection(279772974)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.815--ServerSession(454071866)--Connection(1160842846)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.815--UnitOfWork(1300437367)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.815--UnitOfWork(1300437367)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.815--UnitOfWork(1300437367)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.815--ClientSession(506386263)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.815--UnitOfWork(1300437367)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.816--ClientSession(506386263)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.816--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1043870161
    [junit] [EL Finer]: 2024-04-17 17:54:27.816--ClientSession(1043870161)--Thread(Thread[main,5,main])--acquire unit of work: 1932954550
    [junit] [EL Finest]: 2024-04-17 17:54:27.816--UnitOfWork(1932954550)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.816--ServerSession(454071866)--Connection(68444017)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.816--ServerSession(454071866)--Connection(68444017)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.816--ServerSession(454071866)--Connection(1941601166)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.816--ServerSession(454071866)--Connection(68444017)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.816--UnitOfWork(1932954550)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.816--UnitOfWork(1932954550)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.816--UnitOfWork(1932954550)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.817--UnitOfWork(1932954550)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:27.817--UnitOfWork(1932954550)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4b5f3b82)
    [junit] [EL Finest]: 2024-04-17 17:54:27.817--ServerSession(454071866)--Connection(1297119848)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.817--ClientSession(1043870161)--Connection(1297119848)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.817--ClientSession(1043870161)--Connection(1297119848)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.817--ClientSession(1043870161)--Connection(1516254897)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)
    [junit] 	bind => [34]
    [junit] [EL Finer]: 2024-04-17 17:54:27.817--ClientSession(1043870161)--Connection(1516254897)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.817--ServerSession(454071866)--Connection(1297119848)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.817--UnitOfWork(1932954550)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.818--UnitOfWork(1932954550)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.818--UnitOfWork(1932954550)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.818--ClientSession(1043870161)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.818--UnitOfWork(1932954550)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.818--ClientSession(1043870161)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.818--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 902315619
    [junit] [EL Finer]: 2024-04-17 17:54:27.818--ClientSession(902315619)--Thread(Thread[main,5,main])--acquire unit of work: 2072347016
    [junit] [EL Finest]: 2024-04-17 17:54:27.818--UnitOfWork(2072347016)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.818--UnitOfWork(2072347016)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.818--UnitOfWork(2072347016)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4b5f3b82)
    [junit] [EL Finest]: 2024-04-17 17:54:27.818--ServerSession(454071866)--Connection(1142173591)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.818--ClientSession(902315619)--Connection(1142173591)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.818--ClientSession(902315619)--Connection(1142173591)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.818--ClientSession(902315619)--Connection(811285072)--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-17 17:54:27.819--ClientSession(902315619)--Connection(811285072)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.819--ServerSession(454071866)--Connection(1142173591)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.819--UnitOfWork(2072347016)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.819--UnitOfWork(2072347016)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.819--UnitOfWork(2072347016)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.819--ClientSession(902315619)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.819--UnitOfWork(2072347016)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.819--ClientSession(902315619)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.819--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 408813896
    [junit] [EL Finer]: 2024-04-17 17:54:27.819--ClientSession(408813896)--Thread(Thread[main,5,main])--acquire unit of work: 2111040835
    [junit] [EL Finest]: 2024-04-17 17:54:27.819--UnitOfWork(2111040835)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.819--ServerSession(454071866)--Connection(347328787)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.819--ServerSession(454071866)--Connection(347328787)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.819--ServerSession(454071866)--Connection(1490715251)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.82--ServerSession(454071866)--Connection(347328787)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.82--UnitOfWork(2111040835)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.82--UnitOfWork(2111040835)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.82--UnitOfWork(2111040835)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.82--UnitOfWork(2111040835)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.82--UnitOfWork(2111040835)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.82--ClientSession(408813896)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.82--UnitOfWork(2111040835)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.82--ClientSession(408813896)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.82--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1422489278
    [junit] [EL Finer]: 2024-04-17 17:54:27.82--ClientSession(1422489278)--Thread(Thread[main,5,main])--acquire unit of work: 1355345362
    [junit] [EL Finest]: 2024-04-17 17:54:27.82--UnitOfWork(1355345362)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.82--ServerSession(454071866)--Connection(1828676238)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.82--ServerSession(454071866)--Connection(1828676238)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.82--ServerSession(454071866)--Connection(1362664281)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.821--ServerSession(454071866)--Connection(1828676238)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.821--UnitOfWork(1355345362)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.821--UnitOfWork(1355345362)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.821--UnitOfWork(1355345362)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@59eab922)
    [junit] [EL Finest]: 2024-04-17 17:54:27.821--ServerSession(454071866)--Connection(1533141851)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.821--ClientSession(1422489278)--Connection(1533141851)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.821--ClientSession(1422489278)--Connection(1533141851)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.821--ClientSession(1422489278)--Connection(1324687930)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SQL_TIME = ? WHERE (ID = ?)
    [junit] 	bind => [null, 34]
    [junit] [EL Finer]: 2024-04-17 17:54:27.822--ClientSession(1422489278)--Connection(1324687930)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.822--ServerSession(454071866)--Connection(1533141851)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.822--UnitOfWork(1355345362)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.822--UnitOfWork(1355345362)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.822--UnitOfWork(1355345362)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.822--ClientSession(1422489278)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.822--UnitOfWork(1355345362)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.822--ClientSession(1422489278)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.822--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1055699172
    [junit] [EL Finer]: 2024-04-17 17:54:27.822--ClientSession(1055699172)--Thread(Thread[main,5,main])--acquire unit of work: 1791227737
    [junit] [EL Finest]: 2024-04-17 17:54:27.822--UnitOfWork(1791227737)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.822--ServerSession(454071866)--Connection(230747337)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.822--ServerSession(454071866)--Connection(230747337)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.822--ServerSession(454071866)--Connection(445019591)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.823--ServerSession(454071866)--Connection(230747337)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.823--UnitOfWork(1791227737)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.823--UnitOfWork(1791227737)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.823--UnitOfWork(1791227737)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@34bac3b3)
    [junit] [EL Finest]: 2024-04-17 17:54:27.823--ServerSession(454071866)--Connection(387429649)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.823--ClientSession(1055699172)--Connection(387429649)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.823--ClientSession(1055699172)--Connection(387429649)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.823--ClientSession(1055699172)--Connection(1648065429)--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-17 17:54:27.823--ClientSession(1055699172)--Connection(1648065429)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.824--ServerSession(454071866)--Connection(387429649)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.824--UnitOfWork(1791227737)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.824--UnitOfWork(1791227737)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.824--UnitOfWork(1791227737)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.824--ClientSession(1055699172)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.824--UnitOfWork(1791227737)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.824--ClientSession(1055699172)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.824--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 140130547
    [junit] [EL Finer]: 2024-04-17 17:54:27.824--ClientSession(140130547)--Thread(Thread[main,5,main])--acquire unit of work: 584039380
    [junit] [EL Finest]: 2024-04-17 17:54:27.824--UnitOfWork(584039380)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.824--ServerSession(454071866)--Connection(454134731)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.824--ServerSession(454071866)--Connection(454134731)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.824--ServerSession(454071866)--Connection(1866654936)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.824--ServerSession(454071866)--Connection(454134731)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.825--UnitOfWork(584039380)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.825--UnitOfWork(584039380)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.825--UnitOfWork(584039380)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6948c86c)
    [junit] [EL Finest]: 2024-04-17 17:54:27.825--ServerSession(454071866)--Connection(109839987)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.825--ClientSession(140130547)--Connection(109839987)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.825--ClientSession(140130547)--Connection(109839987)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.825--ClientSession(140130547)--Connection(111767309)--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-17 17:54:27.825--ClientSession(140130547)--Connection(111767309)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.826--ServerSession(454071866)--Connection(109839987)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.826--UnitOfWork(584039380)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.826--UnitOfWork(584039380)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.826--UnitOfWork(584039380)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.826--ClientSession(140130547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.826--UnitOfWork(584039380)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.826--ClientSession(140130547)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.826--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1428923073
    [junit] [EL Finer]: 2024-04-17 17:54:27.826--ClientSession(1428923073)--Thread(Thread[main,5,main])--acquire unit of work: 871537033
    [junit] [EL Finest]: 2024-04-17 17:54:27.826--UnitOfWork(871537033)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.826--ServerSession(454071866)--Connection(2129549821)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.826--ServerSession(454071866)--Connection(2129549821)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.826--ServerSession(454071866)--Connection(960792320)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.826--ServerSession(454071866)--Connection(2129549821)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.826--UnitOfWork(871537033)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.827--UnitOfWork(871537033)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.827--UnitOfWork(871537033)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@16e8ee25)
    [junit] [EL Finest]: 2024-04-17 17:54:27.827--ServerSession(454071866)--Connection(128222315)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.827--ClientSession(1428923073)--Connection(128222315)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.827--ClientSession(1428923073)--Connection(128222315)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.827--ClientSession(1428923073)--Connection(1054265555)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SQL_TIME = ? WHERE (ID = ?)
    [junit] 	bind => [null, 34]
    [junit] [EL Finer]: 2024-04-17 17:54:27.827--ClientSession(1428923073)--Connection(1054265555)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.827--ServerSession(454071866)--Connection(128222315)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.827--UnitOfWork(871537033)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.828--UnitOfWork(871537033)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.828--UnitOfWork(871537033)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.828--ClientSession(1428923073)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.828--UnitOfWork(871537033)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.828--ClientSession(1428923073)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.828--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1586493793
    [junit] [EL Finer]: 2024-04-17 17:54:27.828--ClientSession(1586493793)--Thread(Thread[main,5,main])--acquire unit of work: 2108406023
    [junit] [EL Finest]: 2024-04-17 17:54:27.828--UnitOfWork(2108406023)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.828--ServerSession(454071866)--Connection(1978904105)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.828--ServerSession(454071866)--Connection(1978904105)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.828--ServerSession(454071866)--Connection(1848717749)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.828--ServerSession(454071866)--Connection(1978904105)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:27.839--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1640691183
    [junit] [EL Finer]: 2024-04-17 17:54:27.839--ClientSession(1640691183)--Thread(Thread[main,5,main])--acquire unit of work: 1608679377
    [junit] [EL Finest]: 2024-04-17 17:54:27.839--UnitOfWork(1608679377)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.839--UnitOfWork(1608679377)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.839--UnitOfWork(1608679377)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@93686b5)
    [junit] [EL Finest]: 2024-04-17 17:54:27.839--ServerSession(454071866)--Connection(2137661823)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.839--ClientSession(1640691183)--Connection(2137661823)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.839--ClientSession(1640691183)--Connection(2137661823)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.839--ClientSession(1640691183)--Connection(867882420)--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-17 17:54:27.84--ClientSession(1640691183)--Connection(867882420)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.84--ServerSession(454071866)--Connection(2137661823)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.84--UnitOfWork(1608679377)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.84--UnitOfWork(1608679377)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.84--UnitOfWork(1608679377)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.84--ClientSession(1640691183)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.84--UnitOfWork(1608679377)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.84--ClientSession(1640691183)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.84--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 163272610
    [junit] [EL Finer]: 2024-04-17 17:54:27.84--ClientSession(163272610)--Thread(Thread[main,5,main])--acquire unit of work: 661978675
    [junit] [EL Finest]: 2024-04-17 17:54:27.84--UnitOfWork(661978675)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.84--ServerSession(454071866)--Connection(1116117020)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.84--ServerSession(454071866)--Connection(1116117020)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.84--ServerSession(454071866)--Connection(1809401898)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.841--ServerSession(454071866)--Connection(1116117020)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.841--UnitOfWork(661978675)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.841--UnitOfWork(661978675)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.841--UnitOfWork(661978675)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.841--UnitOfWork(661978675)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:27.841--UnitOfWork(661978675)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3889e0f0)
    [junit] [EL Finest]: 2024-04-17 17:54:27.841--ServerSession(454071866)--Connection(1862287472)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.841--ClientSession(163272610)--Connection(1862287472)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.841--ClientSession(163272610)--Connection(1862287472)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.841--ClientSession(163272610)--Connection(938561664)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)
    [junit] 	bind => [43]
    [junit] [EL Finer]: 2024-04-17 17:54:27.842--ClientSession(163272610)--Connection(938561664)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.842--ServerSession(454071866)--Connection(1862287472)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.842--UnitOfWork(661978675)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.842--UnitOfWork(661978675)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.842--UnitOfWork(661978675)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.842--ClientSession(163272610)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.842--UnitOfWork(661978675)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.842--ClientSession(163272610)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.842--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1081947291
    [junit] [EL Finer]: 2024-04-17 17:54:27.842--ClientSession(1081947291)--Thread(Thread[main,5,main])--acquire unit of work: 764669732
    [junit] [EL Finest]: 2024-04-17 17:54:27.842--UnitOfWork(764669732)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.842--UnitOfWork(764669732)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.842--UnitOfWork(764669732)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3889e0f0)
    [junit] [EL Finest]: 2024-04-17 17:54:27.842--ServerSession(454071866)--Connection(353491563)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.842--ClientSession(1081947291)--Connection(353491563)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.842--ClientSession(1081947291)--Connection(353491563)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.842--ClientSession(1081947291)--Connection(247058377)--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@3ce1edbe, 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-17 17:54:27.843--ClientSession(1081947291)--Connection(247058377)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.843--ServerSession(454071866)--Connection(353491563)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.843--UnitOfWork(764669732)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.843--UnitOfWork(764669732)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.843--UnitOfWork(764669732)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.843--ClientSession(1081947291)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.843--UnitOfWork(764669732)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.843--ClientSession(1081947291)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.843--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1536149588
    [junit] [EL Finer]: 2024-04-17 17:54:27.843--ClientSession(1536149588)--Thread(Thread[main,5,main])--acquire unit of work: 1747993222
    [junit] [EL Finest]: 2024-04-17 17:54:27.843--UnitOfWork(1747993222)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.844--ServerSession(454071866)--Connection(683089870)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.844--ServerSession(454071866)--Connection(683089870)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.844--ServerSession(454071866)--Connection(1552966087)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.844--ServerSession(454071866)--Connection(683089870)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.844--UnitOfWork(1747993222)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.844--UnitOfWork(1747993222)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.844--UnitOfWork(1747993222)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.844--UnitOfWork(1747993222)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.844--UnitOfWork(1747993222)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.844--ClientSession(1536149588)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.844--UnitOfWork(1747993222)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.844--ClientSession(1536149588)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.844--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1554933142
    [junit] [EL Finer]: 2024-04-17 17:54:27.844--ClientSession(1554933142)--Thread(Thread[main,5,main])--acquire unit of work: 1662151405
    [junit] [EL Finest]: 2024-04-17 17:54:27.844--UnitOfWork(1662151405)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.844--ServerSession(454071866)--Connection(1152807867)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.844--ServerSession(454071866)--Connection(1152807867)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.844--ServerSession(454071866)--Connection(976493890)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.845--ServerSession(454071866)--Connection(1152807867)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.845--UnitOfWork(1662151405)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.845--UnitOfWork(1662151405)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.845--UnitOfWork(1662151405)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@652c081b)
    [junit] [EL Finest]: 2024-04-17 17:54:27.845--ServerSession(454071866)--Connection(137643455)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.845--ClientSession(1554933142)--Connection(137643455)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.845--ClientSession(1554933142)--Connection(137643455)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.845--ClientSession(1554933142)--Connection(1461207707)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PBA_BLOB = ? WHERE (ID = ?)
    [junit] 	bind => [null, 43]
    [junit] [EL Finer]: 2024-04-17 17:54:27.846--ClientSession(1554933142)--Connection(1461207707)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.846--ServerSession(454071866)--Connection(137643455)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.846--UnitOfWork(1662151405)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.846--UnitOfWork(1662151405)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.846--UnitOfWork(1662151405)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.846--ClientSession(1554933142)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.846--UnitOfWork(1662151405)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.846--ClientSession(1554933142)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.846--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1152573351
    [junit] [EL Finer]: 2024-04-17 17:54:27.846--ClientSession(1152573351)--Thread(Thread[main,5,main])--acquire unit of work: 1853973299
    [junit] [EL Finest]: 2024-04-17 17:54:27.846--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-17 17:54:27.846--ServerSession(454071866)--Connection(2073618658)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.846--ServerSession(454071866)--Connection(2073618658)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.846--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-17 17:54:27.847--ServerSession(454071866)--Connection(2073618658)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.847--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-17 17:54:27.847--UnitOfWork(1853973299)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.847--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-17 17:54:27.847--ServerSession(454071866)--Connection(89225826)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.847--ClientSession(1152573351)--Connection(89225826)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.847--ClientSession(1152573351)--Connection(89225826)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.847--ClientSession(1152573351)--Connection(307555079)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PBA_BLOB = ? WHERE (ID = ?)
    [junit] 	bind => [[B@3ce1edbe, 43]
    [junit] [EL Finer]: 2024-04-17 17:54:27.848--ClientSession(1152573351)--Connection(307555079)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.848--ServerSession(454071866)--Connection(89225826)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.848--UnitOfWork(1853973299)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.848--UnitOfWork(1853973299)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.848--UnitOfWork(1853973299)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.848--ClientSession(1152573351)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.848--UnitOfWork(1853973299)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.848--ClientSession(1152573351)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.848--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 935016213
    [junit] [EL Finer]: 2024-04-17 17:54:27.848--ClientSession(935016213)--Thread(Thread[main,5,main])--acquire unit of work: 968346090
    [junit] [EL Finest]: 2024-04-17 17:54:27.848--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-17 17:54:27.848--ServerSession(454071866)--Connection(210637064)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.848--ServerSession(454071866)--Connection(210637064)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.848--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-17 17:54:27.849--ServerSession(454071866)--Connection(210637064)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.849--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 Finer]: 2024-04-17 17:54:27.849--UnitOfWork(968346090)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.849--UnitOfWork(968346090)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2c4e41f9)
    [junit] [EL Finest]: 2024-04-17 17:54:27.849--ServerSession(454071866)--Connection(1883640379)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.849--ClientSession(935016213)--Connection(1883640379)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.849--ClientSession(935016213)--Connection(1883640379)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.849--ClientSession(935016213)--Connection(207984053)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PBA_BLOB = ? WHERE (ID = ?)
    [junit] 	bind => [[B@52fa479a, 43]
    [junit] [EL Finer]: 2024-04-17 17:54:27.849--ClientSession(935016213)--Connection(207984053)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.85--ServerSession(454071866)--Connection(1883640379)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.85--UnitOfWork(968346090)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.85--UnitOfWork(968346090)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.85--UnitOfWork(968346090)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.85--ClientSession(935016213)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.85--UnitOfWork(968346090)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.85--ClientSession(935016213)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.85--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1018159149
    [junit] [EL Finer]: 2024-04-17 17:54:27.85--ClientSession(1018159149)--Thread(Thread[main,5,main])--acquire unit of work: 1013561013
    [junit] [EL Finest]: 2024-04-17 17:54:27.85--UnitOfWork(1013561013)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.85--ServerSession(454071866)--Connection(478233776)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.85--ServerSession(454071866)--Connection(478233776)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.85--ServerSession(454071866)--Connection(663799633)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.85--ServerSession(454071866)--Connection(478233776)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.85--UnitOfWork(1013561013)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.85--UnitOfWork(1013561013)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.85--UnitOfWork(1013561013)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@15d02b22)
    [junit] [EL Finest]: 2024-04-17 17:54:27.85--ServerSession(454071866)--Connection(585739422)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.851--ClientSession(1018159149)--Connection(585739422)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.851--ClientSession(1018159149)--Connection(585739422)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.851--ClientSession(1018159149)--Connection(691513344)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PBA_BLOB = ? WHERE (ID = ?)
    [junit] 	bind => [null, 43]
    [junit] [EL Finer]: 2024-04-17 17:54:27.851--ClientSession(1018159149)--Connection(691513344)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.851--ServerSession(454071866)--Connection(585739422)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.851--UnitOfWork(1013561013)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.851--UnitOfWork(1013561013)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.851--UnitOfWork(1013561013)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.851--ClientSession(1018159149)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.851--UnitOfWork(1013561013)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.852--ClientSession(1018159149)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.852--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 748063839
    [junit] [EL Finer]: 2024-04-17 17:54:27.852--ClientSession(748063839)--Thread(Thread[main,5,main])--acquire unit of work: 1140086799
    [junit] [EL Finest]: 2024-04-17 17:54:27.852--UnitOfWork(1140086799)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.852--ServerSession(454071866)--Connection(1469554649)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.852--ServerSession(454071866)--Connection(1469554649)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.852--ServerSession(454071866)--Connection(984195555)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.918--ServerSession(454071866)--Connection(1469554649)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:27.929--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1772108777
    [junit] [EL Finer]: 2024-04-17 17:54:27.929--ClientSession(1772108777)--Thread(Thread[main,5,main])--acquire unit of work: 1953721918
    [junit] [EL Finest]: 2024-04-17 17:54:27.929--UnitOfWork(1953721918)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.929--UnitOfWork(1953721918)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.929--UnitOfWork(1953721918)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5f1164b)
    [junit] [EL Finest]: 2024-04-17 17:54:27.929--ServerSession(454071866)--Connection(1965301399)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.929--ClientSession(1772108777)--Connection(1965301399)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.929--ClientSession(1772108777)--Connection(1965301399)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.929--ClientSession(1772108777)--Connection(449420435)--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-17 17:54:27.93--ClientSession(1772108777)--Connection(449420435)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.93--ServerSession(454071866)--Connection(1965301399)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.93--UnitOfWork(1953721918)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.93--UnitOfWork(1953721918)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.93--UnitOfWork(1953721918)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.93--ClientSession(1772108777)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.93--UnitOfWork(1953721918)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.93--ClientSession(1772108777)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.93--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 305948493
    [junit] [EL Finer]: 2024-04-17 17:54:27.93--ClientSession(305948493)--Thread(Thread[main,5,main])--acquire unit of work: 1194918715
    [junit] [EL Finest]: 2024-04-17 17:54:27.93--UnitOfWork(1194918715)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.931--ServerSession(454071866)--Connection(289546827)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.931--ServerSession(454071866)--Connection(289546827)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.931--ServerSession(454071866)--Connection(980998982)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.931--ServerSession(454071866)--Connection(289546827)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.931--UnitOfWork(1194918715)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.931--UnitOfWork(1194918715)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.931--UnitOfWork(1194918715)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.931--UnitOfWork(1194918715)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:27.931--UnitOfWork(1194918715)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@44a027ca)
    [junit] [EL Finest]: 2024-04-17 17:54:27.931--ServerSession(454071866)--Connection(950944860)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.931--ClientSession(305948493)--Connection(950944860)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.931--ClientSession(305948493)--Connection(950944860)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.932--ClientSession(305948493)--Connection(222194575)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)
    [junit] 	bind => [22]
    [junit] [EL Finer]: 2024-04-17 17:54:27.932--ClientSession(305948493)--Connection(222194575)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.932--ServerSession(454071866)--Connection(950944860)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.932--UnitOfWork(1194918715)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.932--UnitOfWork(1194918715)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.932--UnitOfWork(1194918715)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.932--ClientSession(305948493)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.932--UnitOfWork(1194918715)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.932--ClientSession(305948493)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.932--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 209366171
    [junit] [EL Finer]: 2024-04-17 17:54:27.933--ClientSession(209366171)--Thread(Thread[main,5,main])--acquire unit of work: 1186764268
    [junit] [EL Finest]: 2024-04-17 17:54:27.933--UnitOfWork(1186764268)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.933--UnitOfWork(1186764268)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.933--UnitOfWork(1186764268)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@44a027ca)
    [junit] [EL Finest]: 2024-04-17 17:54:27.933--ServerSession(454071866)--Connection(1555933469)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.933--ClientSession(209366171)--Connection(1555933469)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.933--ClientSession(209366171)--Connection(1555933469)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.933--ClientSession(209366171)--Connection(100325477)--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-17 17:54:27.933--ClientSession(209366171)--Connection(100325477)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.934--ServerSession(454071866)--Connection(1555933469)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.934--UnitOfWork(1186764268)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.934--UnitOfWork(1186764268)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.934--UnitOfWork(1186764268)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.934--ClientSession(209366171)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.934--UnitOfWork(1186764268)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.934--ClientSession(209366171)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.934--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 405879641
    [junit] [EL Finer]: 2024-04-17 17:54:27.934--ClientSession(405879641)--Thread(Thread[main,5,main])--acquire unit of work: 703962115
    [junit] [EL Finest]: 2024-04-17 17:54:27.934--UnitOfWork(703962115)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.934--ServerSession(454071866)--Connection(2057257128)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.934--ServerSession(454071866)--Connection(2057257128)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.934--ServerSession(454071866)--Connection(81581070)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.934--ServerSession(454071866)--Connection(2057257128)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.935--UnitOfWork(703962115)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.935--UnitOfWork(703962115)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.935--UnitOfWork(703962115)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.935--UnitOfWork(703962115)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.935--UnitOfWork(703962115)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.935--ClientSession(405879641)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.935--UnitOfWork(703962115)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.935--ClientSession(405879641)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.935--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1915886861
    [junit] [EL Finer]: 2024-04-17 17:54:27.935--ClientSession(1915886861)--Thread(Thread[main,5,main])--acquire unit of work: 1364619328
    [junit] [EL Finest]: 2024-04-17 17:54:27.935--UnitOfWork(1364619328)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.935--ServerSession(454071866)--Connection(1933188041)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.935--ServerSession(454071866)--Connection(1933188041)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.935--ServerSession(454071866)--Connection(98423627)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.935--ServerSession(454071866)--Connection(1933188041)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.935--UnitOfWork(1364619328)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.935--UnitOfWork(1364619328)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.936--UnitOfWork(1364619328)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5d3d454)
    [junit] [EL Finest]: 2024-04-17 17:54:27.936--ServerSession(454071866)--Connection(1295563622)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.936--ClientSession(1915886861)--Connection(1295563622)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.936--ClientSession(1915886861)--Connection(1295563622)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.936--ClientSession(1915886861)--Connection(32837493)--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-17 17:54:27.936--ClientSession(1915886861)--Connection(32837493)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.936--ServerSession(454071866)--Connection(1295563622)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.937--UnitOfWork(1364619328)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.937--UnitOfWork(1364619328)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.937--UnitOfWork(1364619328)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.937--ClientSession(1915886861)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.937--UnitOfWork(1364619328)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.937--ClientSession(1915886861)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.937--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 529880479
    [junit] [EL Finer]: 2024-04-17 17:54:27.937--ClientSession(529880479)--Thread(Thread[main,5,main])--acquire unit of work: 402534016
    [junit] [EL Finest]: 2024-04-17 17:54:27.937--UnitOfWork(402534016)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.937--ServerSession(454071866)--Connection(1054410157)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.937--ServerSession(454071866)--Connection(1054410157)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.937--ServerSession(454071866)--Connection(1559694415)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.937--ServerSession(454071866)--Connection(1054410157)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.937--UnitOfWork(402534016)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.937--UnitOfWork(402534016)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.937--UnitOfWork(402534016)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@f973a72)
    [junit] [EL Finest]: 2024-04-17 17:54:27.937--ServerSession(454071866)--Connection(501501017)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.937--ClientSession(529880479)--Connection(501501017)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.938--ClientSession(529880479)--Connection(501501017)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.938--ClientSession(529880479)--Connection(674574493)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET STRING_CLOB = ? WHERE (ID = ?)
    [junit] 	bind => [null, 22]
    [junit] [EL Finer]: 2024-04-17 17:54:27.938--ClientSession(529880479)--Connection(674574493)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.938--ServerSession(454071866)--Connection(501501017)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.938--UnitOfWork(402534016)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.938--UnitOfWork(402534016)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.938--UnitOfWork(402534016)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.938--ClientSession(529880479)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.938--UnitOfWork(402534016)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.938--ClientSession(529880479)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.938--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1242852729
    [junit] [EL Finer]: 2024-04-17 17:54:27.938--ClientSession(1242852729)--Thread(Thread[main,5,main])--acquire unit of work: 1974298342
    [junit] [EL Finest]: 2024-04-17 17:54:27.939--UnitOfWork(1974298342)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.939--ServerSession(454071866)--Connection(1956446486)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.939--ServerSession(454071866)--Connection(1956446486)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.939--ServerSession(454071866)--Connection(1411432709)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.939--ServerSession(454071866)--Connection(1956446486)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:27.949--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 920129634
    [junit] [EL Finer]: 2024-04-17 17:54:27.949--ClientSession(920129634)--Thread(Thread[main,5,main])--acquire unit of work: 1330819001
    [junit] [EL Finest]: 2024-04-17 17:54:27.949--UnitOfWork(1330819001)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.949--UnitOfWork(1330819001)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.949--UnitOfWork(1330819001)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2c358728)
    [junit] [EL Finest]: 2024-04-17 17:54:27.949--ServerSession(454071866)--Connection(1374552664)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.95--ClientSession(920129634)--Connection(1374552664)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.95--ClientSession(920129634)--Connection(1374552664)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.95--ClientSession(920129634)--Connection(194728123)--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-17 17:54:27.95--ClientSession(920129634)--Connection(194728123)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.95--ServerSession(454071866)--Connection(1374552664)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.951--UnitOfWork(1330819001)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.951--UnitOfWork(1330819001)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.951--UnitOfWork(1330819001)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.951--ClientSession(920129634)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.951--UnitOfWork(1330819001)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.951--ClientSession(920129634)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.951--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 914877274
    [junit] [EL Finer]: 2024-04-17 17:54:27.951--ClientSession(914877274)--Thread(Thread[main,5,main])--acquire unit of work: 400216848
    [junit] [EL Finest]: 2024-04-17 17:54:27.951--UnitOfWork(400216848)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.951--ServerSession(454071866)--Connection(1184192472)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.951--ServerSession(454071866)--Connection(1184192472)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.951--ServerSession(454071866)--Connection(1902427039)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.951--ServerSession(454071866)--Connection(1184192472)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.951--UnitOfWork(400216848)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.951--UnitOfWork(400216848)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.951--UnitOfWork(400216848)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.951--UnitOfWork(400216848)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:27.951--UnitOfWork(400216848)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@39b34d87)
    [junit] [EL Finest]: 2024-04-17 17:54:27.952--ServerSession(454071866)--Connection(18352028)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.952--ClientSession(914877274)--Connection(18352028)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.952--ClientSession(914877274)--Connection(18352028)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.952--ClientSession(914877274)--Connection(2077026990)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)
    [junit] 	bind => [45]
    [junit] [EL Finer]: 2024-04-17 17:54:27.952--ClientSession(914877274)--Connection(2077026990)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.952--ServerSession(454071866)--Connection(18352028)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.952--UnitOfWork(400216848)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.952--UnitOfWork(400216848)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.952--UnitOfWork(400216848)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.952--ClientSession(914877274)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.952--UnitOfWork(400216848)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.952--ClientSession(914877274)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.952--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 704713163
    [junit] [EL Finer]: 2024-04-17 17:54:27.952--ClientSession(704713163)--Thread(Thread[main,5,main])--acquire unit of work: 1810155504
    [junit] [EL Finest]: 2024-04-17 17:54:27.953--UnitOfWork(1810155504)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.953--UnitOfWork(1810155504)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.953--UnitOfWork(1810155504)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@39b34d87)
    [junit] [EL Finest]: 2024-04-17 17:54:27.953--ServerSession(454071866)--Connection(762505494)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.953--ClientSession(704713163)--Connection(762505494)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.953--ClientSession(704713163)--Connection(762505494)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.953--ClientSession(704713163)--Connection(257894970)--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-17 17:54:27.953--ClientSession(704713163)--Connection(257894970)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.954--ServerSession(454071866)--Connection(762505494)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.954--UnitOfWork(1810155504)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.954--UnitOfWork(1810155504)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.954--UnitOfWork(1810155504)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.954--ClientSession(704713163)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.954--UnitOfWork(1810155504)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.954--ClientSession(704713163)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.954--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1000086158
    [junit] [EL Finer]: 2024-04-17 17:54:27.954--ClientSession(1000086158)--Thread(Thread[main,5,main])--acquire unit of work: 18644658
    [junit] [EL Finest]: 2024-04-17 17:54:27.954--UnitOfWork(18644658)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.954--ServerSession(454071866)--Connection(2003081809)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.954--ServerSession(454071866)--Connection(2003081809)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.954--ServerSession(454071866)--Connection(2014961996)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.954--ServerSession(454071866)--Connection(2003081809)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.954--UnitOfWork(18644658)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.954--UnitOfWork(18644658)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.955--UnitOfWork(18644658)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.955--UnitOfWork(18644658)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.955--UnitOfWork(18644658)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.955--ClientSession(1000086158)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.955--UnitOfWork(18644658)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.955--ClientSession(1000086158)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.955--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 633402212
    [junit] [EL Finer]: 2024-04-17 17:54:27.955--ClientSession(633402212)--Thread(Thread[main,5,main])--acquire unit of work: 1356504291
    [junit] [EL Finest]: 2024-04-17 17:54:27.955--UnitOfWork(1356504291)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.955--ServerSession(454071866)--Connection(535331985)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.955--ServerSession(454071866)--Connection(535331985)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.955--ServerSession(454071866)--Connection(782411714)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.955--ServerSession(454071866)--Connection(535331985)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.955--UnitOfWork(1356504291)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.955--UnitOfWork(1356504291)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.955--UnitOfWork(1356504291)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@8e2824d)
    [junit] [EL Finest]: 2024-04-17 17:54:27.955--ServerSession(454071866)--Connection(1758622407)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.955--ClientSession(633402212)--Connection(1758622407)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.955--ClientSession(633402212)--Connection(1758622407)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.956--ClientSession(633402212)--Connection(1032442702)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PCA_CLOB = ? WHERE (ID = ?)
    [junit] 	bind => [null, 45]
    [junit] [EL Finer]: 2024-04-17 17:54:27.956--ClientSession(633402212)--Connection(1032442702)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.956--ServerSession(454071866)--Connection(1758622407)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.956--UnitOfWork(1356504291)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.956--UnitOfWork(1356504291)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.956--UnitOfWork(1356504291)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.956--ClientSession(633402212)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.956--UnitOfWork(1356504291)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.956--ClientSession(633402212)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.956--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1484227227
    [junit] [EL Finer]: 2024-04-17 17:54:27.957--ClientSession(1484227227)--Thread(Thread[main,5,main])--acquire unit of work: 591955736
    [junit] [EL Finest]: 2024-04-17 17:54:27.957--UnitOfWork(591955736)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.957--ServerSession(454071866)--Connection(1344811932)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.957--ServerSession(454071866)--Connection(1344811932)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.957--ServerSession(454071866)--Connection(1597022415)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.957--ServerSession(454071866)--Connection(1344811932)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.957--UnitOfWork(591955736)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.957--UnitOfWork(591955736)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.957--UnitOfWork(591955736)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5ca0b2c1)
    [junit] [EL Finest]: 2024-04-17 17:54:27.957--ServerSession(454071866)--Connection(392772013)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.957--ClientSession(1484227227)--Connection(392772013)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.957--ClientSession(1484227227)--Connection(392772013)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.958--ClientSession(1484227227)--Connection(273570154)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PCA_CLOB = ? WHERE (ID = ?)
    [junit] 	bind => [UNCHANGED, 45]
    [junit] [EL Finer]: 2024-04-17 17:54:27.958--ClientSession(1484227227)--Connection(273570154)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.958--ServerSession(454071866)--Connection(392772013)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.958--UnitOfWork(591955736)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.958--UnitOfWork(591955736)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.958--UnitOfWork(591955736)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.958--ClientSession(1484227227)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.958--UnitOfWork(591955736)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.958--ClientSession(1484227227)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.958--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 716645672
    [junit] [EL Finer]: 2024-04-17 17:54:27.958--ClientSession(716645672)--Thread(Thread[main,5,main])--acquire unit of work: 1951253890
    [junit] [EL Finest]: 2024-04-17 17:54:27.958--UnitOfWork(1951253890)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.958--ServerSession(454071866)--Connection(371873640)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.958--ServerSession(454071866)--Connection(371873640)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.958--ServerSession(454071866)--Connection(1374964658)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.959--ServerSession(454071866)--Connection(371873640)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.959--UnitOfWork(1951253890)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.959--UnitOfWork(1951253890)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.959--UnitOfWork(1951253890)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@588206d9)
    [junit] [EL Finest]: 2024-04-17 17:54:27.959--ServerSession(454071866)--Connection(1871575637)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.959--ClientSession(716645672)--Connection(1871575637)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.959--ClientSession(716645672)--Connection(1871575637)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.959--ClientSession(716645672)--Connection(1621981895)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PCA_CLOB = ? WHERE (ID = ?)
    [junit] 	bind => [XNCHANGED, 45]
    [junit] [EL Finer]: 2024-04-17 17:54:27.96--ClientSession(716645672)--Connection(1621981895)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.96--ServerSession(454071866)--Connection(1871575637)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.96--UnitOfWork(1951253890)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.96--UnitOfWork(1951253890)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.96--UnitOfWork(1951253890)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.96--ClientSession(716645672)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.96--UnitOfWork(1951253890)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.96--ClientSession(716645672)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.96--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 150681666
    [junit] [EL Finer]: 2024-04-17 17:54:27.96--ClientSession(150681666)--Thread(Thread[main,5,main])--acquire unit of work: 144974938
    [junit] [EL Finest]: 2024-04-17 17:54:27.96--UnitOfWork(144974938)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.96--ServerSession(454071866)--Connection(64228555)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.96--ServerSession(454071866)--Connection(64228555)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.96--ServerSession(454071866)--Connection(591597392)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.961--ServerSession(454071866)--Connection(64228555)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.961--UnitOfWork(144974938)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:27.961--UnitOfWork(144974938)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.961--UnitOfWork(144974938)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5b0466b9)
    [junit] [EL Finest]: 2024-04-17 17:54:27.961--ServerSession(454071866)--Connection(1133982347)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.961--ClientSession(150681666)--Connection(1133982347)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.961--ClientSession(150681666)--Connection(1133982347)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.961--ClientSession(150681666)--Connection(1766086945)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PCA_CLOB = ? WHERE (ID = ?)
    [junit] 	bind => [null, 45]
    [junit] [EL Finer]: 2024-04-17 17:54:27.961--ClientSession(150681666)--Connection(1766086945)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.962--ServerSession(454071866)--Connection(1133982347)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.962--UnitOfWork(144974938)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:27.962--UnitOfWork(144974938)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.962--UnitOfWork(144974938)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.962--ClientSession(150681666)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:27.962--UnitOfWork(144974938)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:27.962--ClientSession(150681666)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:27.962--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1167474114
    [junit] [EL Finer]: 2024-04-17 17:54:27.962--ClientSession(1167474114)--Thread(Thread[main,5,main])--acquire unit of work: 1072651409
    [junit] [EL Finest]: 2024-04-17 17:54:27.962--UnitOfWork(1072651409)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:27.962--ServerSession(454071866)--Connection(1957267228)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:27.962--ServerSession(454071866)--Connection(1957267228)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:27.962--ServerSession(454071866)--Connection(193193916)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:27.962--ServerSession(454071866)--Connection(1957267228)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:27.972--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1679717484
    [junit] [EL Finer]: 2024-04-17 17:54:27.972--ClientSession(1679717484)--Thread(Thread[main,5,main])--acquire unit of work: 1153960681
    [junit] [EL Finest]: 2024-04-17 17:54:27.972--UnitOfWork(1153960681)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:27.972--UnitOfWork(1153960681)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:27.972--UnitOfWork(1153960681)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@31058a94)
    [junit] [EL Finest]: 2024-04-17 17:54:27.972--ServerSession(454071866)--Connection(1327269708)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:27.972--ClientSession(1679717484)--Connection(1327269708)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:27.972--ClientSession(1679717484)--Connection(1327269708)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.021--ClientSession(1679717484)--Connection(1267159812)--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-17 17:54:28.022--ClientSession(1679717484)--Connection(1267159812)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.022--ServerSession(454071866)--Connection(1327269708)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.022--UnitOfWork(1153960681)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.022--UnitOfWork(1153960681)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.022--UnitOfWork(1153960681)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.022--ClientSession(1679717484)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.022--UnitOfWork(1153960681)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.023--ClientSession(1679717484)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.023--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1060999444
    [junit] [EL Finer]: 2024-04-17 17:54:28.023--ClientSession(1060999444)--Thread(Thread[main,5,main])--acquire unit of work: 347101016
    [junit] [EL Finest]: 2024-04-17 17:54:28.023--UnitOfWork(347101016)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.023--ServerSession(454071866)--Connection(1709058489)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.023--ServerSession(454071866)--Connection(1709058489)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.023--ServerSession(454071866)--Connection(1779696057)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.023--ServerSession(454071866)--Connection(1709058489)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.023--UnitOfWork(347101016)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.023--UnitOfWork(347101016)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:28.023--UnitOfWork(347101016)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.023--UnitOfWork(347101016)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:28.023--UnitOfWork(347101016)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2f6e023f)
    [junit] [EL Finest]: 2024-04-17 17:54:28.023--ServerSession(454071866)--Connection(1899668103)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.024--ClientSession(1060999444)--Connection(1899668103)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.024--ClientSession(1060999444)--Connection(1899668103)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.024--ClientSession(1060999444)--Connection(1545854982)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)
    [junit] 	bind => [52]
    [junit] [EL Finer]: 2024-04-17 17:54:28.024--ClientSession(1060999444)--Connection(1545854982)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.024--ServerSession(454071866)--Connection(1899668103)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.024--UnitOfWork(347101016)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.024--UnitOfWork(347101016)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.024--UnitOfWork(347101016)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.024--ClientSession(1060999444)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.024--UnitOfWork(347101016)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.024--ClientSession(1060999444)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.024--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1941343880
    [junit] [EL Finer]: 2024-04-17 17:54:28.024--ClientSession(1941343880)--Thread(Thread[main,5,main])--acquire unit of work: 1463563491
    [junit] [EL Finest]: 2024-04-17 17:54:28.025--UnitOfWork(1463563491)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:28.025--UnitOfWork(1463563491)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.025--UnitOfWork(1463563491)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2f6e023f)
    [junit] [EL Finest]: 2024-04-17 17:54:28.025--ServerSession(454071866)--Connection(204826696)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.025--ClientSession(1941343880)--Connection(204826696)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.025--ClientSession(1941343880)--Connection(204826696)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.025--ClientSession(1941343880)--Connection(1261462920)--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-17 17:54:28.025--ClientSession(1941343880)--Connection(1261462920)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.026--ServerSession(454071866)--Connection(204826696)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.026--UnitOfWork(1463563491)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.026--UnitOfWork(1463563491)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.026--UnitOfWork(1463563491)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.026--ClientSession(1941343880)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.026--UnitOfWork(1463563491)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.026--ClientSession(1941343880)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.026--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 257764109
    [junit] [EL Finer]: 2024-04-17 17:54:28.026--ClientSession(257764109)--Thread(Thread[main,5,main])--acquire unit of work: 680355206
    [junit] [EL Finest]: 2024-04-17 17:54:28.026--UnitOfWork(680355206)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.026--ServerSession(454071866)--Connection(1624856890)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.026--ServerSession(454071866)--Connection(1624856890)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.026--ServerSession(454071866)--Connection(1930318531)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.026--ServerSession(454071866)--Connection(1624856890)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.027--UnitOfWork(680355206)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.027--UnitOfWork(680355206)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.027--UnitOfWork(680355206)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.027--UnitOfWork(680355206)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.027--UnitOfWork(680355206)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.027--ClientSession(257764109)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.027--UnitOfWork(680355206)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.027--ClientSession(257764109)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.027--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2108470015
    [junit] [EL Finer]: 2024-04-17 17:54:28.027--ClientSession(2108470015)--Thread(Thread[main,5,main])--acquire unit of work: 7040476
    [junit] [EL Finest]: 2024-04-17 17:54:28.027--UnitOfWork(7040476)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.027--ServerSession(454071866)--Connection(699001407)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.027--ServerSession(454071866)--Connection(699001407)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.027--ServerSession(454071866)--Connection(2117388805)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.027--ServerSession(454071866)--Connection(699001407)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.027--UnitOfWork(7040476)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.027--UnitOfWork(7040476)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.027--UnitOfWork(7040476)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3d4920f5)
    [junit] [EL Finest]: 2024-04-17 17:54:28.028--ServerSession(454071866)--Connection(57364732)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.028--ClientSession(2108470015)--Connection(57364732)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.028--ClientSession(2108470015)--Connection(57364732)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.028--ClientSession(2108470015)--Connection(1476718835)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET ENUM_STRING = ? WHERE (ID = ?)
    [junit] 	bind => [EMIL, 52]
    [junit] [EL Finer]: 2024-04-17 17:54:28.028--ClientSession(2108470015)--Connection(1476718835)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.028--ServerSession(454071866)--Connection(57364732)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.028--UnitOfWork(7040476)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.028--UnitOfWork(7040476)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.029--UnitOfWork(7040476)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.029--ClientSession(2108470015)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.029--UnitOfWork(7040476)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.029--ClientSession(2108470015)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.029--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1239925053
    [junit] [EL Finer]: 2024-04-17 17:54:28.029--ClientSession(1239925053)--Thread(Thread[main,5,main])--acquire unit of work: 273843277
    [junit] [EL Finest]: 2024-04-17 17:54:28.029--UnitOfWork(273843277)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.029--ServerSession(454071866)--Connection(1865317852)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.029--ServerSession(454071866)--Connection(1865317852)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.029--ServerSession(454071866)--Connection(841089002)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.029--ServerSession(454071866)--Connection(1865317852)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.029--UnitOfWork(273843277)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.029--UnitOfWork(273843277)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.029--UnitOfWork(273843277)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@414cbabc)
    [junit] [EL Finest]: 2024-04-17 17:54:28.029--ServerSession(454071866)--Connection(1626576163)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.029--ClientSession(1239925053)--Connection(1626576163)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.029--ClientSession(1239925053)--Connection(1626576163)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.03--ClientSession(1239925053)--Connection(1681537657)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET ENUM_STRING = ? WHERE (ID = ?)
    [junit] 	bind => [null, 52]
    [junit] [EL Finer]: 2024-04-17 17:54:28.03--ClientSession(1239925053)--Connection(1681537657)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.03--ServerSession(454071866)--Connection(1626576163)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.03--UnitOfWork(273843277)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.03--UnitOfWork(273843277)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.03--UnitOfWork(273843277)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.03--ClientSession(1239925053)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.03--UnitOfWork(273843277)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.03--ClientSession(1239925053)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.03--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 447962259
    [junit] [EL Finer]: 2024-04-17 17:54:28.03--ClientSession(447962259)--Thread(Thread[main,5,main])--acquire unit of work: 1721079915
    [junit] [EL Finest]: 2024-04-17 17:54:28.03--UnitOfWork(1721079915)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.03--ServerSession(454071866)--Connection(1405722418)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.03--ServerSession(454071866)--Connection(1405722418)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.031--ServerSession(454071866)--Connection(748261222)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.031--ServerSession(454071866)--Connection(1405722418)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] Tests run: 41, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 1.558 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestEmbeddedField
    [junit] [EL Finer]: 2024-04-17 17:54:28.045--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1770090124
    [junit] [EL Finer]: 2024-04-17 17:54:28.045--ClientSession(1770090124)--Thread(Thread[main,5,main])--acquire unit of work: 457844387
    [junit] [EL Finest]: 2024-04-17 17:54:28.045--UnitOfWork(457844387)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:28.045--UnitOfWork(457844387)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:28.046--UnitOfWork(457844387)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.046--UnitOfWork(457844387)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b)
    [junit] [EL Finest]: 2024-04-17 17:54:28.046--ServerSession(454071866)--Connection(2053552262)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.046--ClientSession(1770090124)--Connection(2053552262)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.046--ClientSession(1770090124)--Connection(2053552262)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:28.046--UnitOfWork(457844387)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@453db8e3)
    [junit] [EL Fine]: 2024-04-17 17:54:28.046--ClientSession(1770090124)--Connection(266811495)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] 	bind => [11, R&D, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:28.046--ClientSession(1770090124)--Connection(266811495)--Thread(Thread[main,5,main])--INSERT INTO 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-17 17:54:28.0, null, 11, null, null, null, null, null]
    [junit] [EL Finer]: 2024-04-17 17:54:28.047--ClientSession(1770090124)--Connection(266811495)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.047--ServerSession(454071866)--Connection(2053552262)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.047--UnitOfWork(457844387)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.047--UnitOfWork(457844387)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.047--UnitOfWork(457844387)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.047--ClientSession(1770090124)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.047--UnitOfWork(457844387)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.047--ClientSession(1770090124)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.047--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 552606102
    [junit] [EL Finer]: 2024-04-17 17:54:28.047--ClientSession(552606102)--Thread(Thread[main,5,main])--acquire unit of work: 375532015
    [junit] [EL Finest]: 2024-04-17 17:54:28.047--UnitOfWork(375532015)--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-17 17:54:28.047--UnitOfWork(375532015)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d4fa89d
    [junit] [EL Finest]: 2024-04-17 17:54:28.047--UnitOfWork(375532015)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b
    [junit] [EL Finest]: 2024-04-17 17:54:28.047--UnitOfWork(375532015)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))")
    [junit] [EL Finest]: 2024-04-17 17:54:28.047--ServerSession(454071866)--Connection(707925561)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.047--ServerSession(454071866)--Connection(707925561)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.048--ServerSession(454071866)--Connection(403711672)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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-17 17:54:28.048--ServerSession(454071866)--Connection(707925561)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:28.048--UnitOfWork(375532015)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.048--UnitOfWork(375532015)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6c9154bb)
    [junit] [EL Finest]: 2024-04-17 17:54:28.048--ServerSession(454071866)--Connection(1430740187)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.048--ClientSession(552606102)--Connection(1430740187)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.048--ClientSession(552606102)--Connection(1430740187)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.049--ClientSession(552606102)--Connection(1273395031)--Thread(Thread[main,5,main])--UPDATE TMP_EMP SET EMP_START = ? WHERE (ID = ?)
    [junit] 	bind => [2024-04-17 17:54:29.0, 27]
    [junit] [EL Finer]: 2024-04-17 17:54:28.049--ClientSession(552606102)--Connection(1273395031)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.049--ServerSession(454071866)--Connection(1430740187)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.049--UnitOfWork(375532015)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.049--UnitOfWork(375532015)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.049--UnitOfWork(375532015)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.05--ClientSession(552606102)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.05--UnitOfWork(375532015)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.05--ClientSession(552606102)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.05--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 132400326
    [junit] [EL Finer]: 2024-04-17 17:54:28.05--ClientSession(132400326)--Thread(Thread[main,5,main])--acquire unit of work: 1755996517
    [junit] [EL Finest]: 2024-04-17 17:54:28.05--UnitOfWork(1755996517)--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-17 17:54:28.05--UnitOfWork(1755996517)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d4fa89d
    [junit] [EL Finest]: 2024-04-17 17:54:28.05--UnitOfWork(1755996517)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b
    [junit] [EL Finest]: 2024-04-17 17:54:28.05--UnitOfWork(1755996517)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))")
    [junit] [EL Finest]: 2024-04-17 17:54:28.05--ServerSession(454071866)--Connection(691668601)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.05--ServerSession(454071866)--Connection(691668601)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.05--ServerSession(454071866)--Connection(304147314)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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-17 17:54:28.05--ServerSession(454071866)--Connection(691668601)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.05--UnitOfWork(1755996517)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6c9154bb
    [junit] [EL Finest]: 2024-04-17 17:54:28.051--UnitOfWork(1755996517)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:28.051--UnitOfWork(1755996517)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b
    [junit] [EL Finest]: 2024-04-17 17:54:28.051--UnitOfWork(1755996517)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:28.051--UnitOfWork(1755996517)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.051--UnitOfWork(1755996517)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee )
    [junit] [EL Finest]: 2024-04-17 17:54:28.051--UnitOfWork(1755996517)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:28.051--UnitOfWork(1755996517)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="bicycles" sql="DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.051--ServerSession(454071866)--Connection(717012792)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.051--ClientSession(132400326)--Connection(717012792)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.051--ClientSession(132400326)--Connection(717012792)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:28.051--UnitOfWork(1755996517)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?)")
    [junit] [EL Fine]: 2024-04-17 17:54:28.051--ClientSession(132400326)--Connection(1131482348)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?)
    [junit] 	bind => [27]
    [junit] [EL Finest]: 2024-04-17 17:54:28.051--UnitOfWork(1755996517)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?)")
    [junit] [EL Fine]: 2024-04-17 17:54:28.051--ClientSession(132400326)--Connection(1131482348)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?)
    [junit] 	bind => [27]
    [junit] [EL Finest]: 2024-04-17 17:54:28.052--UnitOfWork(1755996517)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?)")
    [junit] [EL Fine]: 2024-04-17 17:54:28.052--ClientSession(132400326)--Connection(1131482348)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?)
    [junit] 	bind => [27]
    [junit] [EL Finest]: 2024-04-17 17:54:28.052--UnitOfWork(1755996517)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?)")
    [junit] [EL Fine]: 2024-04-17 17:54:28.052--ClientSession(132400326)--Connection(1131482348)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?)
    [junit] 	bind => [27]
    [junit] [EL Finest]: 2024-04-17 17:54:28.052--UnitOfWork(1755996517)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?)")
    [junit] [EL Fine]: 2024-04-17 17:54:28.052--ClientSession(132400326)--Connection(1131482348)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?)
    [junit] 	bind => [27]
    [junit] [EL Finest]: 2024-04-17 17:54:28.052--UnitOfWork(1755996517)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@100eefe8)
    [junit] [EL Fine]: 2024-04-17 17:54:28.052--ClientSession(132400326)--Connection(1131482348)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?)
    [junit] 	bind => [27]
    [junit] [EL Finest]: 2024-04-17 17:54:28.053--UnitOfWork(1755996517)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b)
    [junit] [EL Fine]: 2024-04-17 17:54:28.053--ClientSession(132400326)--Connection(1131482348)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (ID = ?)
    [junit] 	bind => [27]
    [junit] [EL Fine]: 2024-04-17 17:54:28.053--ClientSession(132400326)--Connection(1131482348)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [11, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:28.053--ClientSession(132400326)--Connection(1131482348)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.053--ServerSession(454071866)--Connection(717012792)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.054--UnitOfWork(1755996517)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.054--UnitOfWork(1755996517)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.054--UnitOfWork(1755996517)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.054--ClientSession(132400326)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.054--UnitOfWork(1755996517)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.054--ClientSession(132400326)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.063--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 943910452
    [junit] [EL Finer]: 2024-04-17 17:54:28.063--ClientSession(943910452)--Thread(Thread[main,5,main])--acquire unit of work: 2112732354
    [junit] [EL Finest]: 2024-04-17 17:54:28.063--UnitOfWork(2112732354)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:28.063--UnitOfWork(2112732354)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:28.063--UnitOfWork(2112732354)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.063--UnitOfWork(2112732354)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a)
    [junit] [EL Finest]: 2024-04-17 17:54:28.063--ServerSession(454071866)--Connection(1207052505)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.063--ClientSession(943910452)--Connection(1207052505)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.063--ClientSession(943910452)--Connection(1207052505)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:28.063--UnitOfWork(2112732354)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@174c6840)
    [junit] [EL Fine]: 2024-04-17 17:54:28.064--ClientSession(943910452)--Connection(856184335)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] 	bind => [10, R&D, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:28.064--ClientSession(943910452)--Connection(856184335)--Thread(Thread[main,5,main])--INSERT INTO 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-17 17:54:28.064--ClientSession(943910452)--Connection(856184335)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.064--ServerSession(454071866)--Connection(1207052505)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.064--UnitOfWork(2112732354)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.064--UnitOfWork(2112732354)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.065--UnitOfWork(2112732354)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.065--ClientSession(943910452)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.065--UnitOfWork(2112732354)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.065--ClientSession(943910452)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.065--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 683610627
    [junit] [EL Finer]: 2024-04-17 17:54:28.065--ClientSession(683610627)--Thread(Thread[main,5,main])--acquire unit of work: 1500942645
    [junit] [EL Finest]: 2024-04-17 17:54:28.065--UnitOfWork(1500942645)--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-17 17:54:28.065--UnitOfWork(1500942645)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b88bff8
    [junit] [EL Finest]: 2024-04-17 17:54:28.065--UnitOfWork(1500942645)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a
    [junit] [EL Finest]: 2024-04-17 17:54:28.065--UnitOfWork(1500942645)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))")
    [junit] [EL Finest]: 2024-04-17 17:54:28.065--ServerSession(454071866)--Connection(1663436849)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.065--ServerSession(454071866)--Connection(1663436849)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.065--ServerSession(454071866)--Connection(246727257)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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-17 17:54:28.065--ServerSession(454071866)--Connection(1663436849)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:28.065--UnitOfWork(1500942645)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.065--UnitOfWork(1500942645)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@27df6c88)
    [junit] [EL Finest]: 2024-04-17 17:54:28.066--ServerSession(454071866)--Connection(1686855890)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.066--ClientSession(683610627)--Connection(1686855890)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.066--ClientSession(683610627)--Connection(1686855890)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.066--ClientSession(683610627)--Connection(1879029586)--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-17 17:54:28.066--ClientSession(683610627)--Connection(1879029586)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.066--ServerSession(454071866)--Connection(1686855890)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.066--UnitOfWork(1500942645)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.066--UnitOfWork(1500942645)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.066--UnitOfWork(1500942645)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.067--ClientSession(683610627)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.067--UnitOfWork(1500942645)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.067--ClientSession(683610627)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.067--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1954343308
    [junit] [EL Finer]: 2024-04-17 17:54:28.067--ClientSession(1954343308)--Thread(Thread[main,5,main])--acquire unit of work: 1263438369
    [junit] [EL Finest]: 2024-04-17 17:54:28.067--UnitOfWork(1263438369)--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-17 17:54:28.067--UnitOfWork(1263438369)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b88bff8
    [junit] [EL Finest]: 2024-04-17 17:54:28.067--UnitOfWork(1263438369)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a
    [junit] [EL Finest]: 2024-04-17 17:54:28.067--UnitOfWork(1263438369)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))")
    [junit] [EL Finest]: 2024-04-17 17:54:28.067--ServerSession(454071866)--Connection(1187351902)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.067--ServerSession(454071866)--Connection(1187351902)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.067--ServerSession(454071866)--Connection(1346571442)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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-17 17:54:28.067--ServerSession(454071866)--Connection(1187351902)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.067--UnitOfWork(1263438369)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:28.067--UnitOfWork(1263438369)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a
    [junit] [EL Finest]: 2024-04-17 17:54:28.067--UnitOfWork(1263438369)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:28.067--UnitOfWork(1263438369)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.068--UnitOfWork(1263438369)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:28.068--UnitOfWork(1263438369)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee )
    [junit] [EL Finest]: 2024-04-17 17:54:28.068--UnitOfWork(1263438369)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="bicycles" sql="DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.068--ServerSession(454071866)--Connection(2042701477)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.068--ClientSession(1954343308)--Connection(2042701477)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.068--ClientSession(1954343308)--Connection(2042701477)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:28.068--UnitOfWork(1263438369)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?)")
    [junit] [EL Fine]: 2024-04-17 17:54:28.068--ClientSession(1954343308)--Connection(19736231)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?)
    [junit] 	bind => [26]
    [junit] [EL Finest]: 2024-04-17 17:54:28.068--UnitOfWork(1263438369)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?)")
    [junit] [EL Fine]: 2024-04-17 17:54:28.068--ClientSession(1954343308)--Connection(19736231)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?)
    [junit] 	bind => [26]
    [junit] [EL Finest]: 2024-04-17 17:54:28.068--UnitOfWork(1263438369)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?)")
    [junit] [EL Fine]: 2024-04-17 17:54:28.068--ClientSession(1954343308)--Connection(19736231)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?)
    [junit] 	bind => [26]
    [junit] [EL Finest]: 2024-04-17 17:54:28.069--UnitOfWork(1263438369)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?)")
    [junit] [EL Fine]: 2024-04-17 17:54:28.069--ClientSession(1954343308)--Connection(19736231)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?)
    [junit] 	bind => [26]
    [junit] [EL Finest]: 2024-04-17 17:54:28.069--UnitOfWork(1263438369)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?)")
    [junit] [EL Fine]: 2024-04-17 17:54:28.069--ClientSession(1954343308)--Connection(19736231)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?)
    [junit] 	bind => [26]
    [junit] [EL Finest]: 2024-04-17 17:54:28.069--UnitOfWork(1263438369)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ac6ab9c)
    [junit] [EL Fine]: 2024-04-17 17:54:28.069--ClientSession(1954343308)--Connection(19736231)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?)
    [junit] 	bind => [26]
    [junit] [EL Finest]: 2024-04-17 17:54:28.069--UnitOfWork(1263438369)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a)
    [junit] [EL Fine]: 2024-04-17 17:54:28.069--ClientSession(1954343308)--Connection(19736231)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (ID = ?)
    [junit] 	bind => [26]
    [junit] [EL Fine]: 2024-04-17 17:54:28.07--ClientSession(1954343308)--Connection(19736231)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [10, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:28.07--ClientSession(1954343308)--Connection(19736231)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.07--ServerSession(454071866)--Connection(2042701477)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.07--UnitOfWork(1263438369)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.07--UnitOfWork(1263438369)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.07--UnitOfWork(1263438369)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.07--ClientSession(1954343308)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.07--UnitOfWork(1263438369)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.07--ClientSession(1954343308)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.08--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1052251218
    [junit] [EL Finer]: 2024-04-17 17:54:28.08--ClientSession(1052251218)--Thread(Thread[main,5,main])--acquire unit of work: 424908593
    [junit] [EL Finest]: 2024-04-17 17:54:28.08--UnitOfWork(424908593)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:28.08--UnitOfWork(424908593)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:28.08--UnitOfWork(424908593)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.08--UnitOfWork(424908593)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9)
    [junit] [EL Finest]: 2024-04-17 17:54:28.08--ServerSession(454071866)--Connection(470402998)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.08--ClientSession(1052251218)--Connection(470402998)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.08--ClientSession(1052251218)--Connection(470402998)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:28.08--UnitOfWork(424908593)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5dea8ad6)
    [junit] [EL Fine]: 2024-04-17 17:54:28.08--ClientSession(1052251218)--Connection(1328107629)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?)
    [junit] 	bind => [9, R&D, 1]
    [junit] [EL Fine]: 2024-04-17 17:54:28.08--ClientSession(1052251218)--Connection(1328107629)--Thread(Thread[main,5,main])--INSERT INTO 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-17 17:54:28.0, null, 9, null, null, null, null, null]
    [junit] [EL Finer]: 2024-04-17 17:54:28.081--ClientSession(1052251218)--Connection(1328107629)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.081--ServerSession(454071866)--Connection(470402998)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.081--UnitOfWork(424908593)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.081--UnitOfWork(424908593)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.081--UnitOfWork(424908593)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.081--ClientSession(1052251218)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.081--UnitOfWork(424908593)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.081--ClientSession(1052251218)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.081--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1134883945
    [junit] [EL Finer]: 2024-04-17 17:54:28.081--ClientSession(1134883945)--Thread(Thread[main,5,main])--acquire unit of work: 1175158344
    [junit] [EL Finest]: 2024-04-17 17:54:28.081--UnitOfWork(1175158344)--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-17 17:54:28.081--UnitOfWork(1175158344)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1546799c
    [junit] [EL Finest]: 2024-04-17 17:54:28.082--UnitOfWork(1175158344)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9
    [junit] [EL Finest]: 2024-04-17 17:54:28.082--UnitOfWork(1175158344)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))")
    [junit] [EL Finest]: 2024-04-17 17:54:28.082--ServerSession(454071866)--Connection(1317527214)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.082--ServerSession(454071866)--Connection(1317527214)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.082--ServerSession(454071866)--Connection(987449175)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID 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-17 17:54:28.082--ServerSession(454071866)--Connection(1317527214)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.082--UnitOfWork(1175158344)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finest]: 2024-04-17 17:54:28.082--UnitOfWork(1175158344)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9
    [junit] [EL Finest]: 2024-04-17 17:54:28.082--UnitOfWork(1175158344)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:28.082--UnitOfWork(1175158344)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.082--UnitOfWork(1175158344)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee )
    [junit] [EL Finest]: 2024-04-17 17:54:28.082--UnitOfWork(1175158344)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department )
    [junit] [EL Finest]: 2024-04-17 17:54:28.082--UnitOfWork(1175158344)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="bicycles" sql="DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.083--ServerSession(454071866)--Connection(1667266263)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.083--ClientSession(1134883945)--Connection(1667266263)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.083--ClientSession(1134883945)--Connection(1667266263)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Finest]: 2024-04-17 17:54:28.083--UnitOfWork(1175158344)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?)")
    [junit] [EL Fine]: 2024-04-17 17:54:28.083--ClientSession(1134883945)--Connection(1452291587)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?)
    [junit] 	bind => [25]
    [junit] [EL Finest]: 2024-04-17 17:54:28.083--UnitOfWork(1175158344)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?)")
    [junit] [EL Fine]: 2024-04-17 17:54:28.083--ClientSession(1134883945)--Connection(1452291587)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?)
    [junit] 	bind => [25]
    [junit] [EL Finest]: 2024-04-17 17:54:28.083--UnitOfWork(1175158344)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?)")
    [junit] [EL Fine]: 2024-04-17 17:54:28.083--ClientSession(1134883945)--Connection(1452291587)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?)
    [junit] 	bind => [25]
    [junit] [EL Finest]: 2024-04-17 17:54:28.083--UnitOfWork(1175158344)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?)")
    [junit] [EL Fine]: 2024-04-17 17:54:28.083--ClientSession(1134883945)--Connection(1452291587)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?)
    [junit] 	bind => [25]
    [junit] [EL Finest]: 2024-04-17 17:54:28.084--UnitOfWork(1175158344)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?)")
    [junit] [EL Fine]: 2024-04-17 17:54:28.084--ClientSession(1134883945)--Connection(1452291587)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?)
    [junit] 	bind => [25]
    [junit] [EL Finest]: 2024-04-17 17:54:28.084--UnitOfWork(1175158344)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@75cf1971)
    [junit] [EL Fine]: 2024-04-17 17:54:28.084--ClientSession(1134883945)--Connection(1452291587)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?)
    [junit] 	bind => [25]
    [junit] [EL Finest]: 2024-04-17 17:54:28.084--UnitOfWork(1175158344)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9)
    [junit] [EL Fine]: 2024-04-17 17:54:28.084--ClientSession(1134883945)--Connection(1452291587)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (ID = ?)
    [junit] 	bind => [25]
    [junit] [EL Fine]: 2024-04-17 17:54:28.085--ClientSession(1134883945)--Connection(1452291587)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [9, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:28.085--ClientSession(1134883945)--Connection(1452291587)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.085--ServerSession(454071866)--Connection(1667266263)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.085--UnitOfWork(1175158344)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.085--UnitOfWork(1175158344)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.085--UnitOfWork(1175158344)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.085--ClientSession(1134883945)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.085--UnitOfWork(1175158344)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.085--ClientSession(1134883945)--Thread(Thread[main,5,main])--client released
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestPrimaryKeyTypes
    [junit] [EL Finer]: 2024-04-17 17:54:28.099--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1891008275
    [junit] [EL Finer]: 2024-04-17 17:54:28.099--ClientSession(1891008275)--Thread(Thread[main,5,main])--acquire unit of work: 1608864285
    [junit] [EL Finest]: 2024-04-17 17:54:28.099--UnitOfWork(1608864285)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:28.099--UnitOfWork(1608864285)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.099--UnitOfWork(1608864285)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess@222ede10)
    [junit] [EL Finest]: 2024-04-17 17:54:28.1--ServerSession(454071866)--Connection(317916919)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.1--ClientSession(1891008275)--Connection(317916919)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.1--ClientSession(1891008275)--Connection(317916919)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.1--ClientSession(1891008275)--Connection(1735641870)--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-17 17:54:28.1--ClientSession(1891008275)--Connection(1735641870)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.101--ServerSession(454071866)--Connection(317916919)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.101--UnitOfWork(1608864285)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.101--UnitOfWork(1608864285)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.101--UnitOfWork(1608864285)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.101--ClientSession(1891008275)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.101--UnitOfWork(1608864285)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.101--ClientSession(1891008275)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.101--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 386548520
    [junit] [EL Finer]: 2024-04-17 17:54:28.101--ClientSession(386548520)--Thread(Thread[main,5,main])--acquire unit of work: 491006848
    [junit] [EL Finest]: 2024-04-17 17:54:28.101--UnitOfWork(491006848)--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-17 17:54:28.101--ServerSession(454071866)--Connection(1679210653)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.101--ServerSession(454071866)--Connection(1679210653)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.101--ServerSession(454071866)--Connection(489412502)--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-17 17:54:28.101--ServerSession(454071866)--Connection(1679210653)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.102--UnitOfWork(491006848)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:28.102--UnitOfWork(491006848)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.102--UnitOfWork(491006848)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=TemporalTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:28.102--UnitOfWork(491006848)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess@64d9ecac)
    [junit] [EL Finest]: 2024-04-17 17:54:28.102--ServerSession(454071866)--Connection(1980662960)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.102--ClientSession(386548520)--Connection(1980662960)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.102--ClientSession(386548520)--Connection(1980662960)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.125--ClientSession(386548520)--Connection(1088770925)--Thread(Thread[main,5,main])--DELETE FROM TMP_TEMPORAL_FA WHERE (ID = ?)
    [junit] 	bind => [1234567890123456789]
    [junit] [EL Finer]: 2024-04-17 17:54:28.126--ClientSession(386548520)--Connection(1088770925)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.126--ServerSession(454071866)--Connection(1980662960)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.126--UnitOfWork(491006848)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.126--UnitOfWork(491006848)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.126--UnitOfWork(491006848)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.126--ClientSession(386548520)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.126--UnitOfWork(491006848)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.126--ClientSession(386548520)--Thread(Thread[main,5,main])--client released
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestTemporalFieldTypes
    [junit] [EL Finer]: 2024-04-17 17:54:28.141--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1646244
    [junit] [EL Finer]: 2024-04-17 17:54:28.141--ClientSession(1646244)--Thread(Thread[main,5,main])--acquire unit of work: 346032435
    [junit] [EL Finest]: 2024-04-17 17:54:28.141--UnitOfWork(346032435)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:28.141--UnitOfWork(346032435)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.141--UnitOfWork(346032435)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@648640c0)
    [junit] [EL Finest]: 2024-04-17 17:54:28.141--ServerSession(454071866)--Connection(1427097589)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.141--ClientSession(1646244)--Connection(1427097589)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.141--ClientSession(1646244)--Connection(1427097589)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.142--ClientSession(1646244)--Connection(1106425334)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:28.142--ClientSession(1646244)--Connection(1106425334)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.143--ServerSession(454071866)--Connection(1427097589)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.143--UnitOfWork(346032435)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.143--UnitOfWork(346032435)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.143--UnitOfWork(346032435)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.143--ClientSession(1646244)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.143--UnitOfWork(346032435)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.143--ClientSession(1646244)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.143--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1383867424
    [junit] [EL Finer]: 2024-04-17 17:54:28.143--ClientSession(1383867424)--Thread(Thread[main,5,main])--acquire unit of work: 2036822517
    [junit] [EL Finest]: 2024-04-17 17:54:28.143--UnitOfWork(2036822517)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.143--ServerSession(454071866)--Connection(770582058)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.143--ServerSession(454071866)--Connection(770582058)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.143--ServerSession(454071866)--Connection(420757730)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.143--ServerSession(454071866)--Connection(770582058)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.144--UnitOfWork(2036822517)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.144--UnitOfWork(2036822517)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:28.144--UnitOfWork(2036822517)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.144--UnitOfWork(2036822517)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:28.144--UnitOfWork(2036822517)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@68501eb7)
    [junit] [EL Finest]: 2024-04-17 17:54:28.144--ServerSession(454071866)--Connection(268169177)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.144--ClientSession(1383867424)--Connection(268169177)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.144--ClientSession(1383867424)--Connection(268169177)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.144--ClientSession(1383867424)--Connection(1957480696)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [2, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:28.144--ClientSession(1383867424)--Connection(1957480696)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.144--ServerSession(454071866)--Connection(268169177)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.144--UnitOfWork(2036822517)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.144--UnitOfWork(2036822517)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.144--UnitOfWork(2036822517)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.145--ClientSession(1383867424)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.145--UnitOfWork(2036822517)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.145--ClientSession(1383867424)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.145--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 902586547
    [junit] [EL Finer]: 2024-04-17 17:54:28.145--ClientSession(902586547)--Thread(Thread[main,5,main])--acquire unit of work: 1696187636
    [junit] [EL Finest]: 2024-04-17 17:54:28.145--UnitOfWork(1696187636)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:28.145--UnitOfWork(1696187636)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.145--UnitOfWork(1696187636)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@68501eb7)
    [junit] [EL Finest]: 2024-04-17 17:54:28.145--ServerSession(454071866)--Connection(1698220546)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.145--ClientSession(902586547)--Connection(1698220546)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.145--ClientSession(902586547)--Connection(1698220546)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.145--ClientSession(902586547)--Connection(866645998)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:28.145--ClientSession(902586547)--Connection(866645998)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.146--ServerSession(454071866)--Connection(1698220546)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.146--UnitOfWork(1696187636)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.146--UnitOfWork(1696187636)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.146--UnitOfWork(1696187636)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.146--ClientSession(902586547)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.146--UnitOfWork(1696187636)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.146--ClientSession(902586547)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.146--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1861850808
    [junit] [EL Finer]: 2024-04-17 17:54:28.146--ClientSession(1861850808)--Thread(Thread[main,5,main])--acquire unit of work: 1295133119
    [junit] [EL Finest]: 2024-04-17 17:54:28.146--UnitOfWork(1295133119)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.146--ServerSession(454071866)--Connection(1093054320)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.146--ServerSession(454071866)--Connection(1093054320)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.146--ServerSession(454071866)--Connection(1279338149)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.146--ServerSession(454071866)--Connection(1093054320)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.147--UnitOfWork(1295133119)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.147--UnitOfWork(1295133119)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.147--UnitOfWork(1295133119)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.147--UnitOfWork(1295133119)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.147--UnitOfWork(1295133119)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.147--ClientSession(1861850808)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.147--UnitOfWork(1295133119)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.147--ClientSession(1861850808)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.147--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 60067865
    [junit] [EL Finer]: 2024-04-17 17:54:28.147--ClientSession(60067865)--Thread(Thread[main,5,main])--acquire unit of work: 335686805
    [junit] [EL Finest]: 2024-04-17 17:54:28.147--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-17 17:54:28.147--ServerSession(454071866)--Connection(1122752299)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.147--ServerSession(454071866)--Connection(1122752299)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.147--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-17 17:54:28.147--ServerSession(454071866)--Connection(1122752299)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.147--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-17 17:54:28.147--UnitOfWork(335686805)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.147--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-17 17:54:28.147--ServerSession(454071866)--Connection(533633712)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.147--ClientSession(60067865)--Connection(533633712)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.147--ClientSession(60067865)--Connection(533633712)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.148--ClientSession(60067865)--Connection(95127742)--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-17 17:54:28.148--ClientSession(60067865)--Connection(95127742)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.148--ServerSession(454071866)--Connection(533633712)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.148--UnitOfWork(335686805)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.148--UnitOfWork(335686805)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.148--UnitOfWork(335686805)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.148--ClientSession(60067865)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.148--UnitOfWork(335686805)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.148--ClientSession(60067865)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.148--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 702410165
    [junit] [EL Finer]: 2024-04-17 17:54:28.148--ClientSession(702410165)--Thread(Thread[main,5,main])--acquire unit of work: 1867111823
    [junit] [EL Finest]: 2024-04-17 17:54:28.148--UnitOfWork(1867111823)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.149--ServerSession(454071866)--Connection(922633888)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.149--ServerSession(454071866)--Connection(922633888)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.149--ServerSession(454071866)--Connection(459045761)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.149--ServerSession(454071866)--Connection(922633888)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.149--UnitOfWork(1867111823)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.149--UnitOfWork(1867111823)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.149--UnitOfWork(1867111823)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7cae9695)
    [junit] [EL Finest]: 2024-04-17 17:54:28.149--ServerSession(454071866)--Connection(1088024576)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.149--ClientSession(702410165)--Connection(1088024576)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.149--ClientSession(702410165)--Connection(1088024576)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.149--ClientSession(702410165)--Connection(1225979740)--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-17 17:54:28.15--ClientSession(702410165)--Connection(1225979740)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.15--ServerSession(454071866)--Connection(1088024576)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.15--UnitOfWork(1867111823)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.15--UnitOfWork(1867111823)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.15--UnitOfWork(1867111823)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.15--ClientSession(702410165)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.15--UnitOfWork(1867111823)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.15--ClientSession(702410165)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.15--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1899393079
    [junit] [EL Finer]: 2024-04-17 17:54:28.15--ClientSession(1899393079)--Thread(Thread[main,5,main])--acquire unit of work: 2120271841
    [junit] [EL Finest]: 2024-04-17 17:54:28.15--UnitOfWork(2120271841)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.15--ServerSession(454071866)--Connection(538339174)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.15--ServerSession(454071866)--Connection(538339174)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.15--ServerSession(454071866)--Connection(1736918979)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.151--ServerSession(454071866)--Connection(538339174)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.151--UnitOfWork(2120271841)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.151--UnitOfWork(2120271841)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.151--UnitOfWork(2120271841)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5dd5a04c)
    [junit] [EL Finest]: 2024-04-17 17:54:28.151--ServerSession(454071866)--Connection(319762070)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.151--ClientSession(1899393079)--Connection(319762070)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.151--ClientSession(1899393079)--Connection(319762070)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.151--ClientSession(1899393079)--Connection(661601407)--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-17 17:54:28.151--ClientSession(1899393079)--Connection(661601407)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.151--ServerSession(454071866)--Connection(319762070)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.151--UnitOfWork(2120271841)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.151--UnitOfWork(2120271841)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.152--UnitOfWork(2120271841)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.152--ClientSession(1899393079)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.152--UnitOfWork(2120271841)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.152--ClientSession(1899393079)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.152--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1195194841
    [junit] [EL Finer]: 2024-04-17 17:54:28.152--ClientSession(1195194841)--Thread(Thread[main,5,main])--acquire unit of work: 757912630
    [junit] [EL Finest]: 2024-04-17 17:54:28.152--UnitOfWork(757912630)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.152--ServerSession(454071866)--Connection(1946065192)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.152--ServerSession(454071866)--Connection(1946065192)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.152--ServerSession(454071866)--Connection(1700296854)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.152--ServerSession(454071866)--Connection(1946065192)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.152--UnitOfWork(757912630)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.152--UnitOfWork(757912630)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.152--UnitOfWork(757912630)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@c38627)
    [junit] [EL Finest]: 2024-04-17 17:54:28.152--ServerSession(454071866)--Connection(566832254)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.152--ClientSession(1195194841)--Connection(566832254)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.152--ClientSession(1195194841)--Connection(566832254)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.153--ClientSession(1195194841)--Connection(1100792732)--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-17 17:54:28.153--ClientSession(1195194841)--Connection(1100792732)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.153--ServerSession(454071866)--Connection(566832254)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.153--UnitOfWork(757912630)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.153--UnitOfWork(757912630)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.153--UnitOfWork(757912630)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.153--ClientSession(1195194841)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.153--UnitOfWork(757912630)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.153--ClientSession(1195194841)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.153--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1096524110
    [junit] [EL Finer]: 2024-04-17 17:54:28.153--ClientSession(1096524110)--Thread(Thread[main,5,main])--acquire unit of work: 689557447
    [junit] [EL Finest]: 2024-04-17 17:54:28.153--UnitOfWork(689557447)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.153--ServerSession(454071866)--Connection(247359835)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.153--ServerSession(454071866)--Connection(247359835)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.153--ServerSession(454071866)--Connection(1195148445)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.154--ServerSession(454071866)--Connection(247359835)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:28.164--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2044711780
    [junit] [EL Finer]: 2024-04-17 17:54:28.164--ClientSession(2044711780)--Thread(Thread[main,5,main])--acquire unit of work: 2095067392
    [junit] [EL Finest]: 2024-04-17 17:54:28.164--UnitOfWork(2095067392)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:28.164--UnitOfWork(2095067392)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.164--UnitOfWork(2095067392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@295da422)
    [junit] [EL Finest]: 2024-04-17 17:54:28.164--ServerSession(454071866)--Connection(1998887538)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.164--ClientSession(2044711780)--Connection(1998887538)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.164--ClientSession(2044711780)--Connection(1998887538)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.164--ClientSession(2044711780)--Connection(171040167)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:28.165--ClientSession(2044711780)--Connection(171040167)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.165--ServerSession(454071866)--Connection(1998887538)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.165--UnitOfWork(2095067392)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.165--UnitOfWork(2095067392)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.165--UnitOfWork(2095067392)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.165--ClientSession(2044711780)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.165--UnitOfWork(2095067392)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.165--ClientSession(2044711780)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.165--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 129502884
    [junit] [EL Finer]: 2024-04-17 17:54:28.165--ClientSession(129502884)--Thread(Thread[main,5,main])--acquire unit of work: 1419567915
    [junit] [EL Finest]: 2024-04-17 17:54:28.165--UnitOfWork(1419567915)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.165--ServerSession(454071866)--Connection(1346687226)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.165--ServerSession(454071866)--Connection(1346687226)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.166--ServerSession(454071866)--Connection(1458064441)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.166--ServerSession(454071866)--Connection(1346687226)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.166--UnitOfWork(1419567915)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.166--UnitOfWork(1419567915)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:28.166--UnitOfWork(1419567915)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.166--UnitOfWork(1419567915)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:28.166--UnitOfWork(1419567915)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@225499d2)
    [junit] [EL Finest]: 2024-04-17 17:54:28.166--ServerSession(454071866)--Connection(1090279747)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.166--ClientSession(129502884)--Connection(1090279747)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.166--ClientSession(129502884)--Connection(1090279747)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.167--ClientSession(129502884)--Connection(1152470519)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [7, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:28.167--ClientSession(129502884)--Connection(1152470519)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.167--ServerSession(454071866)--Connection(1090279747)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.167--UnitOfWork(1419567915)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.167--UnitOfWork(1419567915)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.167--UnitOfWork(1419567915)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.167--ClientSession(129502884)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.167--UnitOfWork(1419567915)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.167--ClientSession(129502884)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.167--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 484545219
    [junit] [EL Finer]: 2024-04-17 17:54:28.167--ClientSession(484545219)--Thread(Thread[main,5,main])--acquire unit of work: 1056306781
    [junit] [EL Finest]: 2024-04-17 17:54:28.167--UnitOfWork(1056306781)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:28.167--UnitOfWork(1056306781)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.167--UnitOfWork(1056306781)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@225499d2)
    [junit] [EL Finest]: 2024-04-17 17:54:28.168--ServerSession(454071866)--Connection(1548868129)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.168--ClientSession(484545219)--Connection(1548868129)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.168--ClientSession(484545219)--Connection(1548868129)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.168--ClientSession(484545219)--Connection(1287011554)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:28.168--ClientSession(484545219)--Connection(1287011554)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.169--ServerSession(454071866)--Connection(1548868129)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.169--UnitOfWork(1056306781)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.169--UnitOfWork(1056306781)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.169--UnitOfWork(1056306781)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.169--ClientSession(484545219)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.169--UnitOfWork(1056306781)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.169--ClientSession(484545219)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.169--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 51320008
    [junit] [EL Finer]: 2024-04-17 17:54:28.169--ClientSession(51320008)--Thread(Thread[main,5,main])--acquire unit of work: 1373455962
    [junit] [EL Finest]: 2024-04-17 17:54:28.169--UnitOfWork(1373455962)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.169--ServerSession(454071866)--Connection(745615791)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.169--ServerSession(454071866)--Connection(745615791)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.169--ServerSession(454071866)--Connection(1924035010)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.169--ServerSession(454071866)--Connection(745615791)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.169--UnitOfWork(1373455962)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.17--UnitOfWork(1373455962)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.17--UnitOfWork(1373455962)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.17--UnitOfWork(1373455962)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.17--UnitOfWork(1373455962)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.17--ClientSession(51320008)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.17--UnitOfWork(1373455962)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.17--ClientSession(51320008)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.17--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 374344214
    [junit] [EL Finer]: 2024-04-17 17:54:28.17--ClientSession(374344214)--Thread(Thread[main,5,main])--acquire unit of work: 2077310493
    [junit] [EL Finest]: 2024-04-17 17:54:28.17--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-17 17:54:28.17--ServerSession(454071866)--Connection(240870453)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.17--ServerSession(454071866)--Connection(240870453)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.17--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-17 17:54:28.17--ServerSession(454071866)--Connection(240870453)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.17--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-17 17:54:28.17--UnitOfWork(2077310493)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.17--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-17 17:54:28.171--ServerSession(454071866)--Connection(23349203)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.171--ClientSession(374344214)--Connection(23349203)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.171--ClientSession(374344214)--Connection(23349203)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.171--ClientSession(374344214)--Connection(846165862)--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-17 17:54:28.171--ClientSession(374344214)--Connection(846165862)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.172--ServerSession(454071866)--Connection(23349203)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.172--UnitOfWork(2077310493)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.172--UnitOfWork(2077310493)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.172--UnitOfWork(2077310493)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.172--ClientSession(374344214)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.172--UnitOfWork(2077310493)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.172--ClientSession(374344214)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.172--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 618427061
    [junit] [EL Finer]: 2024-04-17 17:54:28.172--ClientSession(618427061)--Thread(Thread[main,5,main])--acquire unit of work: 119927586
    [junit] [EL Finest]: 2024-04-17 17:54:28.172--UnitOfWork(119927586)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.172--ServerSession(454071866)--Connection(1320710375)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.172--ServerSession(454071866)--Connection(1320710375)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.172--ServerSession(454071866)--Connection(2015013634)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.172--ServerSession(454071866)--Connection(1320710375)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.172--UnitOfWork(119927586)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.172--UnitOfWork(119927586)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.172--UnitOfWork(119927586)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@17807f5d)
    [junit] [EL Finest]: 2024-04-17 17:54:28.173--ServerSession(454071866)--Connection(928903405)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.173--ClientSession(618427061)--Connection(928903405)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.173--ClientSession(618427061)--Connection(928903405)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.173--ClientSession(618427061)--Connection(694980143)--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-17 17:54:28.173--ClientSession(618427061)--Connection(694980143)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.173--ServerSession(454071866)--Connection(928903405)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.173--UnitOfWork(119927586)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.173--UnitOfWork(119927586)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.174--UnitOfWork(119927586)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.174--ClientSession(618427061)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.174--UnitOfWork(119927586)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.174--ClientSession(618427061)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.174--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 929732976
    [junit] [EL Finer]: 2024-04-17 17:54:28.174--ClientSession(929732976)--Thread(Thread[main,5,main])--acquire unit of work: 1877532136
    [junit] [EL Finest]: 2024-04-17 17:54:28.174--UnitOfWork(1877532136)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.174--ServerSession(454071866)--Connection(574110668)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.174--ServerSession(454071866)--Connection(574110668)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.174--ServerSession(454071866)--Connection(203599221)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.174--ServerSession(454071866)--Connection(574110668)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.174--UnitOfWork(1877532136)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.174--UnitOfWork(1877532136)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.174--UnitOfWork(1877532136)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@46ce8311)
    [junit] [EL Finest]: 2024-04-17 17:54:28.23--ServerSession(454071866)--Connection(1008434822)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.23--ClientSession(929732976)--Connection(1008434822)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.23--ClientSession(929732976)--Connection(1008434822)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.23--ClientSession(929732976)--Connection(1395714377)--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-17 17:54:28.23--ClientSession(929732976)--Connection(1395714377)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.231--ServerSession(454071866)--Connection(1008434822)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.231--UnitOfWork(1877532136)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.231--UnitOfWork(1877532136)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.231--UnitOfWork(1877532136)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.231--ClientSession(929732976)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.231--UnitOfWork(1877532136)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.231--ClientSession(929732976)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.231--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 491849118
    [junit] [EL Finer]: 2024-04-17 17:54:28.231--ClientSession(491849118)--Thread(Thread[main,5,main])--acquire unit of work: 2052696060
    [junit] [EL Finest]: 2024-04-17 17:54:28.231--UnitOfWork(2052696060)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.231--ServerSession(454071866)--Connection(787964767)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.231--ServerSession(454071866)--Connection(787964767)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.231--ServerSession(454071866)--Connection(1846727970)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.232--ServerSession(454071866)--Connection(787964767)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.232--UnitOfWork(2052696060)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.232--UnitOfWork(2052696060)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.232--UnitOfWork(2052696060)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4cab6e4f)
    [junit] [EL Finest]: 2024-04-17 17:54:28.232--ServerSession(454071866)--Connection(554726595)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.232--ClientSession(491849118)--Connection(554726595)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.232--ClientSession(491849118)--Connection(554726595)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.232--ClientSession(491849118)--Connection(138905202)--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-17 17:54:28.233--ClientSession(491849118)--Connection(138905202)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.233--ServerSession(454071866)--Connection(554726595)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.233--UnitOfWork(2052696060)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.233--UnitOfWork(2052696060)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.233--UnitOfWork(2052696060)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.233--ClientSession(491849118)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.233--UnitOfWork(2052696060)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.233--ClientSession(491849118)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.233--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1586753837
    [junit] [EL Finer]: 2024-04-17 17:54:28.233--ClientSession(1586753837)--Thread(Thread[main,5,main])--acquire unit of work: 2080841808
    [junit] [EL Finest]: 2024-04-17 17:54:28.233--UnitOfWork(2080841808)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.233--ServerSession(454071866)--Connection(1212632500)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.233--ServerSession(454071866)--Connection(1212632500)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.233--ServerSession(454071866)--Connection(500882639)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.234--ServerSession(454071866)--Connection(1212632500)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:28.244--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 397753053
    [junit] [EL Finer]: 2024-04-17 17:54:28.244--ClientSession(397753053)--Thread(Thread[main,5,main])--acquire unit of work: 419875119
    [junit] [EL Finest]: 2024-04-17 17:54:28.244--UnitOfWork(419875119)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:28.245--UnitOfWork(419875119)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.245--UnitOfWork(419875119)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@10b0d962)
    [junit] [EL Finest]: 2024-04-17 17:54:28.245--ServerSession(454071866)--Connection(1777826930)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.245--ClientSession(397753053)--Connection(1777826930)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.245--ClientSession(397753053)--Connection(1777826930)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.245--ClientSession(397753053)--Connection(1184341970)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:28.245--ClientSession(397753053)--Connection(1184341970)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.246--ServerSession(454071866)--Connection(1777826930)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.246--UnitOfWork(419875119)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.246--UnitOfWork(419875119)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.246--UnitOfWork(419875119)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.246--ClientSession(397753053)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.246--UnitOfWork(419875119)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.246--ClientSession(397753053)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.246--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1374502443
    [junit] [EL Finer]: 2024-04-17 17:54:28.246--ClientSession(1374502443)--Thread(Thread[main,5,main])--acquire unit of work: 61594760
    [junit] [EL Finest]: 2024-04-17 17:54:28.246--UnitOfWork(61594760)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.246--ServerSession(454071866)--Connection(2042145312)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.246--ServerSession(454071866)--Connection(2042145312)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.246--ServerSession(454071866)--Connection(2028900305)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.247--ServerSession(454071866)--Connection(2042145312)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.247--UnitOfWork(61594760)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.247--UnitOfWork(61594760)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:28.247--UnitOfWork(61594760)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.247--UnitOfWork(61594760)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:28.247--UnitOfWork(61594760)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1dd8319c)
    [junit] [EL Finest]: 2024-04-17 17:54:28.247--ServerSession(454071866)--Connection(756146778)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.247--ClientSession(1374502443)--Connection(756146778)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.247--ClientSession(1374502443)--Connection(756146778)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.247--ClientSession(1374502443)--Connection(974658459)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [3, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:28.248--ClientSession(1374502443)--Connection(974658459)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.248--ServerSession(454071866)--Connection(756146778)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.248--UnitOfWork(61594760)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.248--UnitOfWork(61594760)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.248--UnitOfWork(61594760)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.248--ClientSession(1374502443)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.248--UnitOfWork(61594760)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.248--ClientSession(1374502443)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.248--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 752524531
    [junit] [EL Finer]: 2024-04-17 17:54:28.248--ClientSession(752524531)--Thread(Thread[main,5,main])--acquire unit of work: 242989056
    [junit] [EL Finest]: 2024-04-17 17:54:28.248--UnitOfWork(242989056)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:28.248--UnitOfWork(242989056)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.248--UnitOfWork(242989056)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1dd8319c)
    [junit] [EL Finest]: 2024-04-17 17:54:28.248--ServerSession(454071866)--Connection(377179579)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.248--ClientSession(752524531)--Connection(377179579)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.248--ClientSession(752524531)--Connection(377179579)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.249--ClientSession(752524531)--Connection(1849587331)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:28.249--ClientSession(752524531)--Connection(1849587331)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.249--ServerSession(454071866)--Connection(377179579)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.249--UnitOfWork(242989056)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.249--UnitOfWork(242989056)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.249--UnitOfWork(242989056)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.249--ClientSession(752524531)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.249--UnitOfWork(242989056)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.249--ClientSession(752524531)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.249--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1681840327
    [junit] [EL Finer]: 2024-04-17 17:54:28.249--ClientSession(1681840327)--Thread(Thread[main,5,main])--acquire unit of work: 686053230
    [junit] [EL Finest]: 2024-04-17 17:54:28.249--UnitOfWork(686053230)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.249--ServerSession(454071866)--Connection(905160351)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.249--ServerSession(454071866)--Connection(905160351)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.25--ServerSession(454071866)--Connection(996976965)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.25--ServerSession(454071866)--Connection(905160351)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.25--UnitOfWork(686053230)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.25--UnitOfWork(686053230)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.25--UnitOfWork(686053230)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.25--UnitOfWork(686053230)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.25--UnitOfWork(686053230)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.25--ClientSession(1681840327)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.25--UnitOfWork(686053230)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.25--ClientSession(1681840327)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.25--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1438969966
    [junit] [EL Finer]: 2024-04-17 17:54:28.25--ClientSession(1438969966)--Thread(Thread[main,5,main])--acquire unit of work: 1240371735
    [junit] [EL Finest]: 2024-04-17 17:54:28.25--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-17 17:54:28.25--ServerSession(454071866)--Connection(1952151719)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.25--ServerSession(454071866)--Connection(1952151719)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.25--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-17 17:54:28.251--ServerSession(454071866)--Connection(1952151719)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.251--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-17 17:54:28.251--UnitOfWork(1240371735)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.251--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-17 17:54:28.251--ServerSession(454071866)--Connection(571081774)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.251--ClientSession(1438969966)--Connection(571081774)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.251--ClientSession(1438969966)--Connection(571081774)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.251--ClientSession(1438969966)--Connection(94384188)--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-17 17:54:28.252--ClientSession(1438969966)--Connection(94384188)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.252--ServerSession(454071866)--Connection(571081774)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.252--UnitOfWork(1240371735)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.252--UnitOfWork(1240371735)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.252--UnitOfWork(1240371735)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.252--ClientSession(1438969966)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.252--UnitOfWork(1240371735)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.252--ClientSession(1438969966)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.252--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1918427165
    [junit] [EL Finer]: 2024-04-17 17:54:28.252--ClientSession(1918427165)--Thread(Thread[main,5,main])--acquire unit of work: 1941174266
    [junit] [EL Finest]: 2024-04-17 17:54:28.252--UnitOfWork(1941174266)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.252--ServerSession(454071866)--Connection(2006321248)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.252--ServerSession(454071866)--Connection(2006321248)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.252--ServerSession(454071866)--Connection(2053171778)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.252--ServerSession(454071866)--Connection(2006321248)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.252--UnitOfWork(1941174266)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.252--UnitOfWork(1941174266)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.253--UnitOfWork(1941174266)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@23ed9727)
    [junit] [EL Finest]: 2024-04-17 17:54:28.253--ServerSession(454071866)--Connection(422615573)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.253--ClientSession(1918427165)--Connection(422615573)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.253--ClientSession(1918427165)--Connection(422615573)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.253--ClientSession(1918427165)--Connection(1001898325)--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-17 17:54:28.253--ClientSession(1918427165)--Connection(1001898325)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.253--ServerSession(454071866)--Connection(422615573)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.253--UnitOfWork(1941174266)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.253--UnitOfWork(1941174266)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.253--UnitOfWork(1941174266)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.253--ClientSession(1918427165)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.253--UnitOfWork(1941174266)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.253--ClientSession(1918427165)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.254--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1782342610
    [junit] [EL Finer]: 2024-04-17 17:54:28.254--ClientSession(1782342610)--Thread(Thread[main,5,main])--acquire unit of work: 2000792754
    [junit] [EL Finest]: 2024-04-17 17:54:28.254--UnitOfWork(2000792754)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.254--ServerSession(454071866)--Connection(1928951398)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.254--ServerSession(454071866)--Connection(1928951398)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.254--ServerSession(454071866)--Connection(1739443431)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.254--ServerSession(454071866)--Connection(1928951398)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.254--UnitOfWork(2000792754)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.254--UnitOfWork(2000792754)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.254--UnitOfWork(2000792754)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@14d8046d)
    [junit] [EL Finest]: 2024-04-17 17:54:28.254--ServerSession(454071866)--Connection(610804064)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.254--ClientSession(1782342610)--Connection(610804064)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.254--ClientSession(1782342610)--Connection(610804064)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.254--ClientSession(1782342610)--Connection(2050564935)--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-17 17:54:28.255--ClientSession(1782342610)--Connection(2050564935)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.255--ServerSession(454071866)--Connection(610804064)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.255--UnitOfWork(2000792754)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.255--UnitOfWork(2000792754)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.255--UnitOfWork(2000792754)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.255--ClientSession(1782342610)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.255--UnitOfWork(2000792754)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.255--ClientSession(1782342610)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.255--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1528752559
    [junit] [EL Finer]: 2024-04-17 17:54:28.255--ClientSession(1528752559)--Thread(Thread[main,5,main])--acquire unit of work: 1050189965
    [junit] [EL Finest]: 2024-04-17 17:54:28.255--UnitOfWork(1050189965)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.255--ServerSession(454071866)--Connection(218664706)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.255--ServerSession(454071866)--Connection(218664706)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.255--ServerSession(454071866)--Connection(383611665)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.256--ServerSession(454071866)--Connection(218664706)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.256--UnitOfWork(1050189965)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.256--UnitOfWork(1050189965)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.256--UnitOfWork(1050189965)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@41c5f0f5)
    [junit] [EL Finest]: 2024-04-17 17:54:28.256--ServerSession(454071866)--Connection(1975822501)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.256--ClientSession(1528752559)--Connection(1975822501)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.256--ClientSession(1528752559)--Connection(1975822501)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.256--ClientSession(1528752559)--Connection(1524013290)--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-17 17:54:28.256--ClientSession(1528752559)--Connection(1524013290)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.257--ServerSession(454071866)--Connection(1975822501)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.257--UnitOfWork(1050189965)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.257--UnitOfWork(1050189965)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.257--UnitOfWork(1050189965)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.257--ClientSession(1528752559)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.257--UnitOfWork(1050189965)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.257--ClientSession(1528752559)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.257--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1549033029
    [junit] [EL Finer]: 2024-04-17 17:54:28.257--ClientSession(1549033029)--Thread(Thread[main,5,main])--acquire unit of work: 210060522
    [junit] [EL Finest]: 2024-04-17 17:54:28.257--UnitOfWork(210060522)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.257--ServerSession(454071866)--Connection(1652198488)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.257--ServerSession(454071866)--Connection(1652198488)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.257--ServerSession(454071866)--Connection(36197227)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.257--ServerSession(454071866)--Connection(1652198488)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:28.266--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1927581672
    [junit] [EL Finer]: 2024-04-17 17:54:28.266--ClientSession(1927581672)--Thread(Thread[main,5,main])--acquire unit of work: 1760966565
    [junit] [EL Finest]: 2024-04-17 17:54:28.266--UnitOfWork(1760966565)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:28.266--UnitOfWork(1760966565)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.266--UnitOfWork(1760966565)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6edd063d)
    [junit] [EL Finest]: 2024-04-17 17:54:28.266--ServerSession(454071866)--Connection(1685449245)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.266--ClientSession(1927581672)--Connection(1685449245)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.266--ClientSession(1927581672)--Connection(1685449245)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.266--ClientSession(1927581672)--Connection(1038590505)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:28.267--ClientSession(1927581672)--Connection(1038590505)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.267--ServerSession(454071866)--Connection(1685449245)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.267--UnitOfWork(1760966565)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.267--UnitOfWork(1760966565)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.267--UnitOfWork(1760966565)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.267--ClientSession(1927581672)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.267--UnitOfWork(1760966565)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.267--ClientSession(1927581672)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.267--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1275136778
    [junit] [EL Finer]: 2024-04-17 17:54:28.267--ClientSession(1275136778)--Thread(Thread[main,5,main])--acquire unit of work: 124728725
    [junit] [EL Finest]: 2024-04-17 17:54:28.267--UnitOfWork(124728725)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.267--ServerSession(454071866)--Connection(127482299)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.267--ServerSession(454071866)--Connection(127482299)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.267--ServerSession(454071866)--Connection(1375242649)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.268--ServerSession(454071866)--Connection(127482299)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.268--UnitOfWork(124728725)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.268--UnitOfWork(124728725)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:28.268--UnitOfWork(124728725)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.268--UnitOfWork(124728725)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:28.268--UnitOfWork(124728725)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6b58cd53)
    [junit] [EL Finest]: 2024-04-17 17:54:28.268--ServerSession(454071866)--Connection(820216850)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.268--ClientSession(1275136778)--Connection(820216850)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.268--ClientSession(1275136778)--Connection(820216850)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.268--ClientSession(1275136778)--Connection(154161616)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [4, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:28.268--ClientSession(1275136778)--Connection(154161616)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.269--ServerSession(454071866)--Connection(820216850)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.269--UnitOfWork(124728725)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.269--UnitOfWork(124728725)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.269--UnitOfWork(124728725)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.269--ClientSession(1275136778)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.269--UnitOfWork(124728725)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.269--ClientSession(1275136778)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.269--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 317730658
    [junit] [EL Finer]: 2024-04-17 17:54:28.269--ClientSession(317730658)--Thread(Thread[main,5,main])--acquire unit of work: 1050671674
    [junit] [EL Finest]: 2024-04-17 17:54:28.269--UnitOfWork(1050671674)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:28.269--UnitOfWork(1050671674)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.269--UnitOfWork(1050671674)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6b58cd53)
    [junit] [EL Finest]: 2024-04-17 17:54:28.269--ServerSession(454071866)--Connection(1759978266)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.269--ClientSession(317730658)--Connection(1759978266)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.269--ClientSession(317730658)--Connection(1759978266)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.269--ClientSession(317730658)--Connection(2080348763)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:28.27--ClientSession(317730658)--Connection(2080348763)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.27--ServerSession(454071866)--Connection(1759978266)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.27--UnitOfWork(1050671674)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.27--UnitOfWork(1050671674)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.27--UnitOfWork(1050671674)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.27--ClientSession(317730658)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.27--UnitOfWork(1050671674)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.27--ClientSession(317730658)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.27--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1529612608
    [junit] [EL Finer]: 2024-04-17 17:54:28.27--ClientSession(1529612608)--Thread(Thread[main,5,main])--acquire unit of work: 176295628
    [junit] [EL Finest]: 2024-04-17 17:54:28.27--UnitOfWork(176295628)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.27--ServerSession(454071866)--Connection(229138565)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.27--ServerSession(454071866)--Connection(229138565)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.27--ServerSession(454071866)--Connection(812439877)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.27--ServerSession(454071866)--Connection(229138565)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.271--UnitOfWork(176295628)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.271--UnitOfWork(176295628)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.271--UnitOfWork(176295628)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.271--UnitOfWork(176295628)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.271--UnitOfWork(176295628)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.271--ClientSession(1529612608)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.271--UnitOfWork(176295628)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.271--ClientSession(1529612608)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.271--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 164467040
    [junit] [EL Finer]: 2024-04-17 17:54:28.271--ClientSession(164467040)--Thread(Thread[main,5,main])--acquire unit of work: 268081632
    [junit] [EL Finest]: 2024-04-17 17:54:28.271--UnitOfWork(268081632)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.271--ServerSession(454071866)--Connection(1737689817)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.271--ServerSession(454071866)--Connection(1737689817)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.271--ServerSession(454071866)--Connection(1450575693)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.271--ServerSession(454071866)--Connection(1737689817)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.271--UnitOfWork(268081632)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.271--UnitOfWork(268081632)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.271--UnitOfWork(268081632)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@683b7061)
    [junit] [EL Finest]: 2024-04-17 17:54:28.271--ServerSession(454071866)--Connection(1898662847)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.271--ClientSession(164467040)--Connection(1898662847)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.271--ClientSession(164467040)--Connection(1898662847)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.272--ClientSession(164467040)--Connection(1815091634)--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-17 17:54:28.272--ClientSession(164467040)--Connection(1815091634)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.272--ServerSession(454071866)--Connection(1898662847)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.272--UnitOfWork(268081632)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.272--UnitOfWork(268081632)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.272--UnitOfWork(268081632)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.272--ClientSession(164467040)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.272--UnitOfWork(268081632)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.272--ClientSession(164467040)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.272--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1140133669
    [junit] [EL Finer]: 2024-04-17 17:54:28.272--ClientSession(1140133669)--Thread(Thread[main,5,main])--acquire unit of work: 1755890263
    [junit] [EL Finest]: 2024-04-17 17:54:28.272--UnitOfWork(1755890263)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.272--ServerSession(454071866)--Connection(79281017)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.272--ServerSession(454071866)--Connection(79281017)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.272--ServerSession(454071866)--Connection(86117759)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.273--ServerSession(454071866)--Connection(79281017)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.273--UnitOfWork(1755890263)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.273--UnitOfWork(1755890263)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.273--UnitOfWork(1755890263)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@40d17b3c)
    [junit] [EL Finest]: 2024-04-17 17:54:28.273--ServerSession(454071866)--Connection(480698265)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.273--ClientSession(1140133669)--Connection(480698265)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.273--ClientSession(1140133669)--Connection(480698265)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.273--ClientSession(1140133669)--Connection(1595331002)--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-17 17:54:28.273--ClientSession(1140133669)--Connection(1595331002)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.274--ServerSession(454071866)--Connection(480698265)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.274--UnitOfWork(1755890263)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.274--UnitOfWork(1755890263)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.274--UnitOfWork(1755890263)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.274--ClientSession(1140133669)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.274--UnitOfWork(1755890263)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.274--ClientSession(1140133669)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.274--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1315189323
    [junit] [EL Finer]: 2024-04-17 17:54:28.274--ClientSession(1315189323)--Thread(Thread[main,5,main])--acquire unit of work: 1687451145
    [junit] [EL Finest]: 2024-04-17 17:54:28.274--UnitOfWork(1687451145)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.274--ServerSession(454071866)--Connection(233238560)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.274--ServerSession(454071866)--Connection(233238560)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.274--ServerSession(454071866)--Connection(859986642)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.274--ServerSession(454071866)--Connection(233238560)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.274--UnitOfWork(1687451145)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.274--UnitOfWork(1687451145)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.274--UnitOfWork(1687451145)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1bb8d137)
    [junit] [EL Finest]: 2024-04-17 17:54:28.274--ServerSession(454071866)--Connection(13639604)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.274--ClientSession(1315189323)--Connection(13639604)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.274--ClientSession(1315189323)--Connection(13639604)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.275--ClientSession(1315189323)--Connection(42813501)--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-17 17:54:28.335--ClientSession(1315189323)--Connection(42813501)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.335--ServerSession(454071866)--Connection(13639604)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.335--UnitOfWork(1687451145)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.335--UnitOfWork(1687451145)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.336--UnitOfWork(1687451145)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.336--ClientSession(1315189323)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.336--UnitOfWork(1687451145)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.336--ClientSession(1315189323)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.336--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1411614603
    [junit] [EL Finer]: 2024-04-17 17:54:28.336--ClientSession(1411614603)--Thread(Thread[main,5,main])--acquire unit of work: 1418596100
    [junit] [EL Finest]: 2024-04-17 17:54:28.336--UnitOfWork(1418596100)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.336--ServerSession(454071866)--Connection(1009412360)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.336--ServerSession(454071866)--Connection(1009412360)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.336--ServerSession(454071866)--Connection(1797099071)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.336--ServerSession(454071866)--Connection(1009412360)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.336--UnitOfWork(1418596100)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.336--UnitOfWork(1418596100)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.337--UnitOfWork(1418596100)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7188e5a)
    [junit] [EL Finest]: 2024-04-17 17:54:28.337--ServerSession(454071866)--Connection(1878971091)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.337--ClientSession(1411614603)--Connection(1878971091)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.337--ClientSession(1411614603)--Connection(1878971091)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.337--ClientSession(1411614603)--Connection(517803559)--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-17 17:54:28.337--ClientSession(1411614603)--Connection(517803559)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.338--ServerSession(454071866)--Connection(1878971091)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.338--UnitOfWork(1418596100)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.338--UnitOfWork(1418596100)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.338--UnitOfWork(1418596100)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.338--ClientSession(1411614603)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.338--UnitOfWork(1418596100)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.338--ClientSession(1411614603)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.338--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 453746379
    [junit] [EL Finer]: 2024-04-17 17:54:28.338--ClientSession(453746379)--Thread(Thread[main,5,main])--acquire unit of work: 49983283
    [junit] [EL Finest]: 2024-04-17 17:54:28.338--UnitOfWork(49983283)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.338--ServerSession(454071866)--Connection(1948267901)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.338--ServerSession(454071866)--Connection(1948267901)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.338--ServerSession(454071866)--Connection(149383656)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.339--ServerSession(454071866)--Connection(1948267901)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:28.358--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1635501075
    [junit] [EL Finer]: 2024-04-17 17:54:28.358--ClientSession(1635501075)--Thread(Thread[main,5,main])--acquire unit of work: 1722550739
    [junit] [EL Finest]: 2024-04-17 17:54:28.358--UnitOfWork(1722550739)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:28.359--UnitOfWork(1722550739)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.359--UnitOfWork(1722550739)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3795f6d7)
    [junit] [EL Finest]: 2024-04-17 17:54:28.359--ServerSession(454071866)--Connection(1516349394)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.359--ClientSession(1635501075)--Connection(1516349394)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.359--ClientSession(1635501075)--Connection(1516349394)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.359--ClientSession(1635501075)--Connection(1543884764)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:28.359--ClientSession(1635501075)--Connection(1543884764)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.36--ServerSession(454071866)--Connection(1516349394)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.36--UnitOfWork(1722550739)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.36--UnitOfWork(1722550739)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.36--UnitOfWork(1722550739)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.36--ClientSession(1635501075)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.36--UnitOfWork(1722550739)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.36--ClientSession(1635501075)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.36--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 202510635
    [junit] [EL Finer]: 2024-04-17 17:54:28.36--ClientSession(202510635)--Thread(Thread[main,5,main])--acquire unit of work: 1536845900
    [junit] [EL Finest]: 2024-04-17 17:54:28.36--UnitOfWork(1536845900)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.36--ServerSession(454071866)--Connection(697513932)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.36--ServerSession(454071866)--Connection(697513932)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.36--ServerSession(454071866)--Connection(408077242)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.361--ServerSession(454071866)--Connection(697513932)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.361--UnitOfWork(1536845900)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.361--UnitOfWork(1536845900)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:28.361--UnitOfWork(1536845900)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.361--UnitOfWork(1536845900)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:28.361--UnitOfWork(1536845900)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@c85c20c)
    [junit] [EL Finest]: 2024-04-17 17:54:28.361--ServerSession(454071866)--Connection(844755501)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.361--ClientSession(202510635)--Connection(844755501)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.361--ClientSession(202510635)--Connection(844755501)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.361--ClientSession(202510635)--Connection(515290406)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [5, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:28.362--ClientSession(202510635)--Connection(515290406)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.362--ServerSession(454071866)--Connection(844755501)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.362--UnitOfWork(1536845900)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.362--UnitOfWork(1536845900)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.362--UnitOfWork(1536845900)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.362--ClientSession(202510635)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.362--UnitOfWork(1536845900)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.362--ClientSession(202510635)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.362--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1168693080
    [junit] [EL Finer]: 2024-04-17 17:54:28.362--ClientSession(1168693080)--Thread(Thread[main,5,main])--acquire unit of work: 941464922
    [junit] [EL Finest]: 2024-04-17 17:54:28.362--UnitOfWork(941464922)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:28.362--UnitOfWork(941464922)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.362--UnitOfWork(941464922)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@c85c20c)
    [junit] [EL Finest]: 2024-04-17 17:54:28.362--ServerSession(454071866)--Connection(588441760)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.362--ClientSession(1168693080)--Connection(588441760)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.362--ClientSession(1168693080)--Connection(588441760)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.363--ClientSession(1168693080)--Connection(545515917)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:28.363--ClientSession(1168693080)--Connection(545515917)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.363--ServerSession(454071866)--Connection(588441760)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.363--UnitOfWork(941464922)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.363--UnitOfWork(941464922)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.363--UnitOfWork(941464922)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.363--ClientSession(1168693080)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.363--UnitOfWork(941464922)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.363--ClientSession(1168693080)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.363--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 794113844
    [junit] [EL Finer]: 2024-04-17 17:54:28.363--ClientSession(794113844)--Thread(Thread[main,5,main])--acquire unit of work: 464948630
    [junit] [EL Finest]: 2024-04-17 17:54:28.363--UnitOfWork(464948630)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.364--ServerSession(454071866)--Connection(617009388)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.364--ServerSession(454071866)--Connection(617009388)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.364--ServerSession(454071866)--Connection(1378672617)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.364--ServerSession(454071866)--Connection(617009388)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.364--UnitOfWork(464948630)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.364--UnitOfWork(464948630)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.364--UnitOfWork(464948630)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.364--UnitOfWork(464948630)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.364--UnitOfWork(464948630)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.364--ClientSession(794113844)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.364--UnitOfWork(464948630)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.364--ClientSession(794113844)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.364--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1569186884
    [junit] [EL Finer]: 2024-04-17 17:54:28.364--ClientSession(1569186884)--Thread(Thread[main,5,main])--acquire unit of work: 1011912509
    [junit] [EL Finest]: 2024-04-17 17:54:28.364--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-17 17:54:28.364--ServerSession(454071866)--Connection(1570472360)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.364--ServerSession(454071866)--Connection(1570472360)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.365--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-17 17:54:28.365--ServerSession(454071866)--Connection(1570472360)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.365--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-17 17:54:28.365--UnitOfWork(1011912509)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.365--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-17 17:54:28.365--ServerSession(454071866)--Connection(865966599)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.365--ClientSession(1569186884)--Connection(865966599)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.365--ClientSession(1569186884)--Connection(865966599)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.366--ClientSession(1569186884)--Connection(359856474)--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-17 17:54:28.366--ClientSession(1569186884)--Connection(359856474)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.366--ServerSession(454071866)--Connection(865966599)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.366--UnitOfWork(1011912509)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.366--UnitOfWork(1011912509)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.366--UnitOfWork(1011912509)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.366--ClientSession(1569186884)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.366--UnitOfWork(1011912509)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.366--ClientSession(1569186884)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.366--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 671874913
    [junit] [EL Finer]: 2024-04-17 17:54:28.366--ClientSession(671874913)--Thread(Thread[main,5,main])--acquire unit of work: 1998128581
    [junit] [EL Finest]: 2024-04-17 17:54:28.366--UnitOfWork(1998128581)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.366--ServerSession(454071866)--Connection(1965263445)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.366--ServerSession(454071866)--Connection(1965263445)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.367--ServerSession(454071866)--Connection(1918531854)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.367--ServerSession(454071866)--Connection(1965263445)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.367--UnitOfWork(1998128581)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.367--UnitOfWork(1998128581)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.367--UnitOfWork(1998128581)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3a557a90)
    [junit] [EL Finest]: 2024-04-17 17:54:28.367--ServerSession(454071866)--Connection(1929297859)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.367--ClientSession(671874913)--Connection(1929297859)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.367--ClientSession(671874913)--Connection(1929297859)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.367--ClientSession(671874913)--Connection(474682039)--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-17 17:54:28.368--ClientSession(671874913)--Connection(474682039)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.368--ServerSession(454071866)--Connection(1929297859)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.368--UnitOfWork(1998128581)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.368--UnitOfWork(1998128581)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.368--UnitOfWork(1998128581)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.368--ClientSession(671874913)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.368--UnitOfWork(1998128581)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.368--ClientSession(671874913)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.368--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 928580884
    [junit] [EL Finer]: 2024-04-17 17:54:28.368--ClientSession(928580884)--Thread(Thread[main,5,main])--acquire unit of work: 819897499
    [junit] [EL Finest]: 2024-04-17 17:54:28.368--UnitOfWork(819897499)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.368--ServerSession(454071866)--Connection(1959052957)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.368--ServerSession(454071866)--Connection(1959052957)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.368--ServerSession(454071866)--Connection(580623243)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.369--ServerSession(454071866)--Connection(1959052957)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.369--UnitOfWork(819897499)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.369--UnitOfWork(819897499)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.369--UnitOfWork(819897499)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@18aad62c)
    [junit] [EL Finest]: 2024-04-17 17:54:28.369--ServerSession(454071866)--Connection(875660931)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.369--ClientSession(928580884)--Connection(875660931)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.369--ClientSession(928580884)--Connection(875660931)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.369--ClientSession(928580884)--Connection(1124621695)--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-17 17:54:28.37--ClientSession(928580884)--Connection(1124621695)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.37--ServerSession(454071866)--Connection(875660931)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.37--UnitOfWork(819897499)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.37--UnitOfWork(819897499)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.37--UnitOfWork(819897499)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.37--ClientSession(928580884)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.37--UnitOfWork(819897499)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.37--ClientSession(928580884)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.37--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 117700350
    [junit] [EL Finer]: 2024-04-17 17:54:28.37--ClientSession(117700350)--Thread(Thread[main,5,main])--acquire unit of work: 1069448451
    [junit] [EL Finest]: 2024-04-17 17:54:28.37--UnitOfWork(1069448451)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.37--ServerSession(454071866)--Connection(1054620718)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.37--ServerSession(454071866)--Connection(1054620718)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.37--ServerSession(454071866)--Connection(1554512569)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.371--ServerSession(454071866)--Connection(1054620718)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.371--UnitOfWork(1069448451)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.371--UnitOfWork(1069448451)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.371--UnitOfWork(1069448451)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@8116822)
    [junit] [EL Finest]: 2024-04-17 17:54:28.371--ServerSession(454071866)--Connection(887247399)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.371--ClientSession(117700350)--Connection(887247399)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.371--ClientSession(117700350)--Connection(887247399)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.371--ClientSession(117700350)--Connection(719960725)--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-17 17:54:28.371--ClientSession(117700350)--Connection(719960725)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.372--ServerSession(454071866)--Connection(887247399)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.372--UnitOfWork(1069448451)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.372--UnitOfWork(1069448451)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.372--UnitOfWork(1069448451)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.372--ClientSession(117700350)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.372--UnitOfWork(1069448451)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.372--ClientSession(117700350)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.372--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1724169215
    [junit] [EL Finer]: 2024-04-17 17:54:28.372--ClientSession(1724169215)--Thread(Thread[main,5,main])--acquire unit of work: 1083289194
    [junit] [EL Finest]: 2024-04-17 17:54:28.372--UnitOfWork(1083289194)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.372--ServerSession(454071866)--Connection(667650559)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.372--ServerSession(454071866)--Connection(667650559)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.372--ServerSession(454071866)--Connection(1513131155)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.372--ServerSession(454071866)--Connection(667650559)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:28.383--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1215827265
    [junit] [EL Finer]: 2024-04-17 17:54:28.383--ClientSession(1215827265)--Thread(Thread[main,5,main])--acquire unit of work: 291272992
    [junit] [EL Finest]: 2024-04-17 17:54:28.383--UnitOfWork(291272992)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:28.383--UnitOfWork(291272992)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.383--UnitOfWork(291272992)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7ac363d6)
    [junit] [EL Finest]: 2024-04-17 17:54:28.383--ServerSession(454071866)--Connection(835193783)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.383--ClientSession(1215827265)--Connection(835193783)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.383--ClientSession(1215827265)--Connection(835193783)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.383--ClientSession(1215827265)--Connection(1127211479)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:28.384--ClientSession(1215827265)--Connection(1127211479)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.384--ServerSession(454071866)--Connection(835193783)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.384--UnitOfWork(291272992)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.384--UnitOfWork(291272992)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.384--UnitOfWork(291272992)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.384--ClientSession(1215827265)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.384--UnitOfWork(291272992)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.384--ClientSession(1215827265)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.384--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 196521071
    [junit] [EL Finer]: 2024-04-17 17:54:28.384--ClientSession(196521071)--Thread(Thread[main,5,main])--acquire unit of work: 2052229917
    [junit] [EL Finest]: 2024-04-17 17:54:28.384--UnitOfWork(2052229917)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.384--ServerSession(454071866)--Connection(1179647193)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.384--ServerSession(454071866)--Connection(1179647193)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.385--ServerSession(454071866)--Connection(2069661176)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.385--ServerSession(454071866)--Connection(1179647193)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.385--UnitOfWork(2052229917)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.385--UnitOfWork(2052229917)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:28.385--UnitOfWork(2052229917)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.385--UnitOfWork(2052229917)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:28.385--UnitOfWork(2052229917)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2bd3faf0)
    [junit] [EL Finest]: 2024-04-17 17:54:28.385--ServerSession(454071866)--Connection(229594770)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.385--ClientSession(196521071)--Connection(229594770)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.385--ClientSession(196521071)--Connection(229594770)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.386--ClientSession(196521071)--Connection(1958273732)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [6, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:28.386--ClientSession(196521071)--Connection(1958273732)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.386--ServerSession(454071866)--Connection(229594770)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.386--UnitOfWork(2052229917)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.386--UnitOfWork(2052229917)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.386--UnitOfWork(2052229917)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.386--ClientSession(196521071)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.386--UnitOfWork(2052229917)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.386--ClientSession(196521071)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.386--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1230078181
    [junit] [EL Finer]: 2024-04-17 17:54:28.386--ClientSession(1230078181)--Thread(Thread[main,5,main])--acquire unit of work: 1052595355
    [junit] [EL Finest]: 2024-04-17 17:54:28.386--UnitOfWork(1052595355)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:28.386--UnitOfWork(1052595355)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.386--UnitOfWork(1052595355)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2bd3faf0)
    [junit] [EL Finest]: 2024-04-17 17:54:28.386--ServerSession(454071866)--Connection(154823293)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.386--ClientSession(1230078181)--Connection(154823293)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.387--ClientSession(1230078181)--Connection(154823293)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.387--ClientSession(1230078181)--Connection(1286178071)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:28.387--ClientSession(1230078181)--Connection(1286178071)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.388--ServerSession(454071866)--Connection(154823293)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.388--UnitOfWork(1052595355)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.388--UnitOfWork(1052595355)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.388--UnitOfWork(1052595355)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.388--ClientSession(1230078181)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.388--UnitOfWork(1052595355)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.388--ClientSession(1230078181)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.388--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 338837436
    [junit] [EL Finer]: 2024-04-17 17:54:28.388--ClientSession(338837436)--Thread(Thread[main,5,main])--acquire unit of work: 1308739269
    [junit] [EL Finest]: 2024-04-17 17:54:28.388--UnitOfWork(1308739269)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.388--ServerSession(454071866)--Connection(1317036847)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.388--ServerSession(454071866)--Connection(1317036847)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.388--ServerSession(454071866)--Connection(1989207003)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.388--ServerSession(454071866)--Connection(1317036847)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.388--UnitOfWork(1308739269)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.388--UnitOfWork(1308739269)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.388--UnitOfWork(1308739269)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.388--UnitOfWork(1308739269)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.389--UnitOfWork(1308739269)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.389--ClientSession(338837436)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.389--UnitOfWork(1308739269)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.389--ClientSession(338837436)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.389--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 252052564
    [junit] [EL Finer]: 2024-04-17 17:54:28.389--ClientSession(252052564)--Thread(Thread[main,5,main])--acquire unit of work: 722704739
    [junit] [EL Finest]: 2024-04-17 17:54:28.389--UnitOfWork(722704739)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.389--ServerSession(454071866)--Connection(1907690065)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.389--ServerSession(454071866)--Connection(1907690065)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.389--ServerSession(454071866)--Connection(1108109562)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.389--ServerSession(454071866)--Connection(1907690065)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.389--UnitOfWork(722704739)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.389--UnitOfWork(722704739)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.389--UnitOfWork(722704739)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4a78a61b)
    [junit] [EL Finest]: 2024-04-17 17:54:28.389--ServerSession(454071866)--Connection(841759677)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.389--ClientSession(252052564)--Connection(841759677)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.389--ClientSession(252052564)--Connection(841759677)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.39--ClientSession(252052564)--Connection(1895534619)--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-17 17:54:28.39--ClientSession(252052564)--Connection(1895534619)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.39--ServerSession(454071866)--Connection(841759677)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.39--UnitOfWork(722704739)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.39--UnitOfWork(722704739)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.39--UnitOfWork(722704739)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.39--ClientSession(252052564)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.39--UnitOfWork(722704739)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.39--ClientSession(252052564)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.39--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1519114227
    [junit] [EL Finer]: 2024-04-17 17:54:28.39--ClientSession(1519114227)--Thread(Thread[main,5,main])--acquire unit of work: 162131660
    [junit] [EL Finest]: 2024-04-17 17:54:28.39--UnitOfWork(162131660)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.39--ServerSession(454071866)--Connection(629071018)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.39--ServerSession(454071866)--Connection(629071018)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.39--ServerSession(454071866)--Connection(1058740164)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.391--ServerSession(454071866)--Connection(629071018)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.391--UnitOfWork(162131660)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.391--UnitOfWork(162131660)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.391--UnitOfWork(162131660)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7d322dac)
    [junit] [EL Finest]: 2024-04-17 17:54:28.391--ServerSession(454071866)--Connection(1228448256)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.391--ClientSession(1519114227)--Connection(1228448256)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.391--ClientSession(1519114227)--Connection(1228448256)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.391--ClientSession(1519114227)--Connection(690978591)--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-17 17:54:28.391--ClientSession(1519114227)--Connection(690978591)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.392--ServerSession(454071866)--Connection(1228448256)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.392--UnitOfWork(162131660)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.392--UnitOfWork(162131660)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.392--UnitOfWork(162131660)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.392--ClientSession(1519114227)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.392--UnitOfWork(162131660)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.392--ClientSession(1519114227)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.392--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 976254481
    [junit] [EL Finer]: 2024-04-17 17:54:28.392--ClientSession(976254481)--Thread(Thread[main,5,main])--acquire unit of work: 915733493
    [junit] [EL Finest]: 2024-04-17 17:54:28.392--UnitOfWork(915733493)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.392--ServerSession(454071866)--Connection(1678884287)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.392--ServerSession(454071866)--Connection(1678884287)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.392--ServerSession(454071866)--Connection(1122880342)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.392--ServerSession(454071866)--Connection(1678884287)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.392--UnitOfWork(915733493)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.392--UnitOfWork(915733493)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.392--UnitOfWork(915733493)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6a8eba38)
    [junit] [EL Finest]: 2024-04-17 17:54:28.393--ServerSession(454071866)--Connection(788579037)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.393--ClientSession(976254481)--Connection(788579037)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.393--ClientSession(976254481)--Connection(788579037)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.393--ClientSession(976254481)--Connection(1902502228)--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-17 17:54:28.44--ClientSession(976254481)--Connection(1902502228)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.441--ServerSession(454071866)--Connection(788579037)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.441--UnitOfWork(915733493)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.441--UnitOfWork(915733493)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.441--UnitOfWork(915733493)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.441--ClientSession(976254481)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.441--UnitOfWork(915733493)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.441--ClientSession(976254481)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.441--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 898711291
    [junit] [EL Finer]: 2024-04-17 17:54:28.441--ClientSession(898711291)--Thread(Thread[main,5,main])--acquire unit of work: 472782014
    [junit] [EL Finest]: 2024-04-17 17:54:28.441--UnitOfWork(472782014)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.441--ServerSession(454071866)--Connection(1109342510)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.441--ServerSession(454071866)--Connection(1109342510)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.441--ServerSession(454071866)--Connection(36396877)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.441--ServerSession(454071866)--Connection(1109342510)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.442--UnitOfWork(472782014)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.442--UnitOfWork(472782014)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.442--UnitOfWork(472782014)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5296b781)
    [junit] [EL Finest]: 2024-04-17 17:54:28.442--ServerSession(454071866)--Connection(829610481)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.442--ClientSession(898711291)--Connection(829610481)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.442--ClientSession(898711291)--Connection(829610481)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.442--ClientSession(898711291)--Connection(21705149)--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-17 17:54:28.442--ClientSession(898711291)--Connection(21705149)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.443--ServerSession(454071866)--Connection(829610481)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.443--UnitOfWork(472782014)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.443--UnitOfWork(472782014)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.443--UnitOfWork(472782014)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.443--ClientSession(898711291)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.443--UnitOfWork(472782014)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.443--ClientSession(898711291)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.443--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1448662092
    [junit] [EL Finer]: 2024-04-17 17:54:28.443--ClientSession(1448662092)--Thread(Thread[main,5,main])--acquire unit of work: 1908548135
    [junit] [EL Finest]: 2024-04-17 17:54:28.443--UnitOfWork(1908548135)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.443--ServerSession(454071866)--Connection(693904251)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.443--ServerSession(454071866)--Connection(693904251)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.443--ServerSession(454071866)--Connection(2049728782)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.443--ServerSession(454071866)--Connection(693904251)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:28.452--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1427041227
    [junit] [EL Finer]: 2024-04-17 17:54:28.452--ClientSession(1427041227)--Thread(Thread[main,5,main])--acquire unit of work: 755516301
    [junit] [EL Finest]: 2024-04-17 17:54:28.452--UnitOfWork(755516301)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:28.452--UnitOfWork(755516301)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.452--UnitOfWork(755516301)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@44d5719d)
    [junit] [EL Finest]: 2024-04-17 17:54:28.452--ServerSession(454071866)--Connection(178284655)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.452--ClientSession(1427041227)--Connection(178284655)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.452--ClientSession(1427041227)--Connection(178284655)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.452--ClientSession(1427041227)--Connection(1708873373)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:28.453--ClientSession(1427041227)--Connection(1708873373)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.453--ServerSession(454071866)--Connection(178284655)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.453--UnitOfWork(755516301)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.453--UnitOfWork(755516301)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.453--UnitOfWork(755516301)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.453--ClientSession(1427041227)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.453--UnitOfWork(755516301)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.453--ClientSession(1427041227)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.453--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 921952148
    [junit] [EL Finer]: 2024-04-17 17:54:28.453--ClientSession(921952148)--Thread(Thread[main,5,main])--acquire unit of work: 1058617909
    [junit] [EL Finest]: 2024-04-17 17:54:28.453--UnitOfWork(1058617909)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.453--ServerSession(454071866)--Connection(13237493)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.453--ServerSession(454071866)--Connection(13237493)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.454--ServerSession(454071866)--Connection(1720928836)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.454--ServerSession(454071866)--Connection(13237493)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.454--UnitOfWork(1058617909)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.454--UnitOfWork(1058617909)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:28.454--UnitOfWork(1058617909)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.454--UnitOfWork(1058617909)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:28.454--UnitOfWork(1058617909)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@380a650c)
    [junit] [EL Finest]: 2024-04-17 17:54:28.454--ServerSession(454071866)--Connection(190233967)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.454--ClientSession(921952148)--Connection(190233967)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.454--ClientSession(921952148)--Connection(190233967)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.455--ClientSession(921952148)--Connection(1690203558)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [9, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:28.455--ClientSession(921952148)--Connection(1690203558)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.455--ServerSession(454071866)--Connection(190233967)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.455--UnitOfWork(1058617909)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.455--UnitOfWork(1058617909)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.455--UnitOfWork(1058617909)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.455--ClientSession(921952148)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.455--UnitOfWork(1058617909)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.455--ClientSession(921952148)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.455--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 544639250
    [junit] [EL Finer]: 2024-04-17 17:54:28.455--ClientSession(544639250)--Thread(Thread[main,5,main])--acquire unit of work: 519435702
    [junit] [EL Finest]: 2024-04-17 17:54:28.455--UnitOfWork(519435702)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:28.455--UnitOfWork(519435702)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.455--UnitOfWork(519435702)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@380a650c)
    [junit] [EL Finest]: 2024-04-17 17:54:28.455--ServerSession(454071866)--Connection(1019357443)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.455--ClientSession(544639250)--Connection(1019357443)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.456--ClientSession(544639250)--Connection(1019357443)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.456--ClientSession(544639250)--Connection(677906832)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:28.456--ClientSession(544639250)--Connection(677906832)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.456--ServerSession(454071866)--Connection(1019357443)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.457--UnitOfWork(519435702)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.457--UnitOfWork(519435702)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.457--UnitOfWork(519435702)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.457--ClientSession(544639250)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.457--UnitOfWork(519435702)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.457--ClientSession(544639250)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.457--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 502304557
    [junit] [EL Finer]: 2024-04-17 17:54:28.457--ClientSession(502304557)--Thread(Thread[main,5,main])--acquire unit of work: 811022241
    [junit] [EL Finest]: 2024-04-17 17:54:28.457--UnitOfWork(811022241)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.457--ServerSession(454071866)--Connection(1486593202)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.457--ServerSession(454071866)--Connection(1486593202)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.457--ServerSession(454071866)--Connection(1224768702)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.457--ServerSession(454071866)--Connection(1486593202)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.457--UnitOfWork(811022241)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.457--UnitOfWork(811022241)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.457--UnitOfWork(811022241)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.457--UnitOfWork(811022241)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.457--UnitOfWork(811022241)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.457--ClientSession(502304557)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.457--UnitOfWork(811022241)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.458--ClientSession(502304557)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.458--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 388419531
    [junit] [EL Finer]: 2024-04-17 17:54:28.458--ClientSession(388419531)--Thread(Thread[main,5,main])--acquire unit of work: 1203514576
    [junit] [EL Finest]: 2024-04-17 17:54:28.458--UnitOfWork(1203514576)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.458--ServerSession(454071866)--Connection(3044731)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.458--ServerSession(454071866)--Connection(3044731)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.458--ServerSession(454071866)--Connection(274594651)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.458--ServerSession(454071866)--Connection(3044731)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.458--UnitOfWork(1203514576)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.458--UnitOfWork(1203514576)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.458--UnitOfWork(1203514576)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@17d84654)
    [junit] [EL Finest]: 2024-04-17 17:54:28.458--ServerSession(454071866)--Connection(467063956)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.458--ClientSession(388419531)--Connection(467063956)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.458--ClientSession(388419531)--Connection(467063956)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.459--ClientSession(388419531)--Connection(189928884)--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-17 17:54:28.459--ClientSession(388419531)--Connection(189928884)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.459--ServerSession(454071866)--Connection(467063956)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.459--UnitOfWork(1203514576)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.459--UnitOfWork(1203514576)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.459--UnitOfWork(1203514576)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.459--ClientSession(388419531)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.459--UnitOfWork(1203514576)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.459--ClientSession(388419531)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.459--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1228368508
    [junit] [EL Finer]: 2024-04-17 17:54:28.459--ClientSession(1228368508)--Thread(Thread[main,5,main])--acquire unit of work: 1692951994
    [junit] [EL Finest]: 2024-04-17 17:54:28.459--UnitOfWork(1692951994)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.459--ServerSession(454071866)--Connection(2139894566)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.46--ServerSession(454071866)--Connection(2139894566)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.46--ServerSession(454071866)--Connection(1234496195)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.46--ServerSession(454071866)--Connection(2139894566)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.46--UnitOfWork(1692951994)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.46--UnitOfWork(1692951994)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.46--UnitOfWork(1692951994)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1c606a68)
    [junit] [EL Finest]: 2024-04-17 17:54:28.46--ServerSession(454071866)--Connection(1825001405)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.46--ClientSession(1228368508)--Connection(1825001405)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.46--ClientSession(1228368508)--Connection(1825001405)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.461--ClientSession(1228368508)--Connection(1191615751)--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-17 17:54:28.461--ClientSession(1228368508)--Connection(1191615751)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.461--ServerSession(454071866)--Connection(1825001405)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.461--UnitOfWork(1692951994)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.461--UnitOfWork(1692951994)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.461--UnitOfWork(1692951994)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.461--ClientSession(1228368508)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.461--UnitOfWork(1692951994)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.461--ClientSession(1228368508)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.461--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 23520534
    [junit] [EL Finer]: 2024-04-17 17:54:28.461--ClientSession(23520534)--Thread(Thread[main,5,main])--acquire unit of work: 1460332576
    [junit] [EL Finest]: 2024-04-17 17:54:28.461--UnitOfWork(1460332576)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.461--ServerSession(454071866)--Connection(605530467)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.461--ServerSession(454071866)--Connection(605530467)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.462--ServerSession(454071866)--Connection(676611824)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.462--ServerSession(454071866)--Connection(605530467)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.462--UnitOfWork(1460332576)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.462--UnitOfWork(1460332576)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.462--UnitOfWork(1460332576)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1ee7e8a4)
    [junit] [EL Finest]: 2024-04-17 17:54:28.462--ServerSession(454071866)--Connection(231449448)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.462--ClientSession(23520534)--Connection(231449448)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.462--ClientSession(23520534)--Connection(231449448)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.462--ClientSession(23520534)--Connection(1902037992)--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-17 17:54:28.463--ClientSession(23520534)--Connection(1902037992)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.463--ServerSession(454071866)--Connection(231449448)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.463--UnitOfWork(1460332576)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.463--UnitOfWork(1460332576)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.463--UnitOfWork(1460332576)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.463--ClientSession(23520534)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.463--UnitOfWork(1460332576)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.463--ClientSession(23520534)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.463--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1197302856
    [junit] [EL Finer]: 2024-04-17 17:54:28.463--ClientSession(1197302856)--Thread(Thread[main,5,main])--acquire unit of work: 400383784
    [junit] [EL Finest]: 2024-04-17 17:54:28.463--UnitOfWork(400383784)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.463--ServerSession(454071866)--Connection(274454448)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.463--ServerSession(454071866)--Connection(274454448)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.463--ServerSession(454071866)--Connection(759608003)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.464--ServerSession(454071866)--Connection(274454448)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.464--UnitOfWork(400383784)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.464--UnitOfWork(400383784)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.464--UnitOfWork(400383784)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7c4cc702)
    [junit] [EL Finest]: 2024-04-17 17:54:28.464--ServerSession(454071866)--Connection(707528025)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.464--ClientSession(1197302856)--Connection(707528025)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.464--ClientSession(1197302856)--Connection(707528025)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.464--ClientSession(1197302856)--Connection(83304911)--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-17 17:54:28.465--ClientSession(1197302856)--Connection(83304911)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.465--ServerSession(454071866)--Connection(707528025)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.465--UnitOfWork(400383784)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.465--UnitOfWork(400383784)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.465--UnitOfWork(400383784)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.465--ClientSession(1197302856)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.465--UnitOfWork(400383784)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.465--ClientSession(1197302856)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.465--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 262649634
    [junit] [EL Finer]: 2024-04-17 17:54:28.465--ClientSession(262649634)--Thread(Thread[main,5,main])--acquire unit of work: 1173060930
    [junit] [EL Finest]: 2024-04-17 17:54:28.465--UnitOfWork(1173060930)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.465--ServerSession(454071866)--Connection(2024789353)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.465--ServerSession(454071866)--Connection(2024789353)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.465--ServerSession(454071866)--Connection(720430426)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.466--ServerSession(454071866)--Connection(2024789353)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:28.476--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1512815694
    [junit] [EL Finer]: 2024-04-17 17:54:28.476--ClientSession(1512815694)--Thread(Thread[main,5,main])--acquire unit of work: 1835305943
    [junit] [EL Finest]: 2024-04-17 17:54:28.476--UnitOfWork(1835305943)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:28.476--UnitOfWork(1835305943)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.476--UnitOfWork(1835305943)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@a843705)
    [junit] [EL Finest]: 2024-04-17 17:54:28.476--ServerSession(454071866)--Connection(1703555610)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.476--ClientSession(1512815694)--Connection(1703555610)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.476--ClientSession(1512815694)--Connection(1703555610)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.476--ClientSession(1512815694)--Connection(746141519)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:28.477--ClientSession(1512815694)--Connection(746141519)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.477--ServerSession(454071866)--Connection(1703555610)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.477--UnitOfWork(1835305943)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.477--UnitOfWork(1835305943)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.477--UnitOfWork(1835305943)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.477--ClientSession(1512815694)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.477--UnitOfWork(1835305943)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.477--ClientSession(1512815694)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.477--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1152889036
    [junit] [EL Finer]: 2024-04-17 17:54:28.477--ClientSession(1152889036)--Thread(Thread[main,5,main])--acquire unit of work: 1889095842
    [junit] [EL Finest]: 2024-04-17 17:54:28.477--UnitOfWork(1889095842)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.477--ServerSession(454071866)--Connection(356500145)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.477--ServerSession(454071866)--Connection(356500145)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.477--ServerSession(454071866)--Connection(1655234845)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.478--ServerSession(454071866)--Connection(356500145)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.478--UnitOfWork(1889095842)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.478--UnitOfWork(1889095842)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:28.478--UnitOfWork(1889095842)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.478--UnitOfWork(1889095842)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:28.478--UnitOfWork(1889095842)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@21c653ca)
    [junit] [EL Finest]: 2024-04-17 17:54:28.478--ServerSession(454071866)--Connection(1870829389)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.478--ClientSession(1152889036)--Connection(1870829389)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.478--ClientSession(1152889036)--Connection(1870829389)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.478--ClientSession(1152889036)--Connection(1947935829)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [8, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:28.479--ClientSession(1152889036)--Connection(1947935829)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.479--ServerSession(454071866)--Connection(1870829389)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.479--UnitOfWork(1889095842)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.479--UnitOfWork(1889095842)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.479--UnitOfWork(1889095842)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.479--ClientSession(1152889036)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.479--UnitOfWork(1889095842)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.479--ClientSession(1152889036)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.479--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 345816451
    [junit] [EL Finer]: 2024-04-17 17:54:28.479--ClientSession(345816451)--Thread(Thread[main,5,main])--acquire unit of work: 1876912290
    [junit] [EL Finest]: 2024-04-17 17:54:28.479--UnitOfWork(1876912290)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:28.479--UnitOfWork(1876912290)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.479--UnitOfWork(1876912290)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@21c653ca)
    [junit] [EL Finest]: 2024-04-17 17:54:28.479--ServerSession(454071866)--Connection(653760863)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.479--ClientSession(345816451)--Connection(653760863)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.479--ClientSession(345816451)--Connection(653760863)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.479--ClientSession(345816451)--Connection(1475758247)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:28.48--ClientSession(345816451)--Connection(1475758247)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.48--ServerSession(454071866)--Connection(653760863)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.48--UnitOfWork(1876912290)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.48--UnitOfWork(1876912290)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.48--UnitOfWork(1876912290)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.48--ClientSession(345816451)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.48--UnitOfWork(1876912290)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.48--ClientSession(345816451)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.48--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1596696492
    [junit] [EL Finer]: 2024-04-17 17:54:28.48--ClientSession(1596696492)--Thread(Thread[main,5,main])--acquire unit of work: 1166860407
    [junit] [EL Finest]: 2024-04-17 17:54:28.48--UnitOfWork(1166860407)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.48--ServerSession(454071866)--Connection(551168785)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.48--ServerSession(454071866)--Connection(551168785)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.481--ServerSession(454071866)--Connection(639695665)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.481--ServerSession(454071866)--Connection(551168785)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.481--UnitOfWork(1166860407)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.481--UnitOfWork(1166860407)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.481--UnitOfWork(1166860407)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.481--UnitOfWork(1166860407)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.481--UnitOfWork(1166860407)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.481--ClientSession(1596696492)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.481--UnitOfWork(1166860407)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.481--ClientSession(1596696492)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.481--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1446136041
    [junit] [EL Finer]: 2024-04-17 17:54:28.481--ClientSession(1446136041)--Thread(Thread[main,5,main])--acquire unit of work: 1408715887
    [junit] [EL Finest]: 2024-04-17 17:54:28.481--UnitOfWork(1408715887)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.481--ServerSession(454071866)--Connection(449770467)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.481--ServerSession(454071866)--Connection(449770467)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.481--ServerSession(454071866)--Connection(996639872)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.482--ServerSession(454071866)--Connection(449770467)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.482--UnitOfWork(1408715887)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.482--UnitOfWork(1408715887)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.482--UnitOfWork(1408715887)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@16ab59b4)
    [junit] [EL Finest]: 2024-04-17 17:54:28.482--ServerSession(454071866)--Connection(2085828879)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.482--ClientSession(1446136041)--Connection(2085828879)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.482--ClientSession(1446136041)--Connection(2085828879)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.482--ClientSession(1446136041)--Connection(880615006)--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-17 17:54:28.483--ClientSession(1446136041)--Connection(880615006)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.483--ServerSession(454071866)--Connection(2085828879)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.483--UnitOfWork(1408715887)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.483--UnitOfWork(1408715887)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.483--UnitOfWork(1408715887)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.483--ClientSession(1446136041)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.483--UnitOfWork(1408715887)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.483--ClientSession(1446136041)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.483--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1007631702
    [junit] [EL Finer]: 2024-04-17 17:54:28.483--ClientSession(1007631702)--Thread(Thread[main,5,main])--acquire unit of work: 1509023897
    [junit] [EL Finest]: 2024-04-17 17:54:28.483--UnitOfWork(1509023897)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.483--ServerSession(454071866)--Connection(94538263)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.483--ServerSession(454071866)--Connection(94538263)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.483--ServerSession(454071866)--Connection(1091409496)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.483--ServerSession(454071866)--Connection(94538263)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.484--UnitOfWork(1509023897)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.484--UnitOfWork(1509023897)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.484--UnitOfWork(1509023897)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@528e2b86)
    [junit] [EL Finest]: 2024-04-17 17:54:28.484--ServerSession(454071866)--Connection(1853821057)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.484--ClientSession(1007631702)--Connection(1853821057)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.484--ClientSession(1007631702)--Connection(1853821057)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.484--ClientSession(1007631702)--Connection(84730634)--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-17 17:54:28.484--ClientSession(1007631702)--Connection(84730634)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.485--ServerSession(454071866)--Connection(1853821057)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.485--UnitOfWork(1509023897)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.485--UnitOfWork(1509023897)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.485--UnitOfWork(1509023897)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.485--ClientSession(1007631702)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.485--UnitOfWork(1509023897)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.485--ClientSession(1007631702)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.485--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 171130218
    [junit] [EL Finer]: 2024-04-17 17:54:28.485--ClientSession(171130218)--Thread(Thread[main,5,main])--acquire unit of work: 475975605
    [junit] [EL Finest]: 2024-04-17 17:54:28.485--UnitOfWork(475975605)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.485--ServerSession(454071866)--Connection(2116578183)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.485--ServerSession(454071866)--Connection(2116578183)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.485--ServerSession(454071866)--Connection(827052782)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.485--ServerSession(454071866)--Connection(2116578183)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.485--UnitOfWork(475975605)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.485--UnitOfWork(475975605)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.485--UnitOfWork(475975605)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@48492142)
    [junit] [EL Finest]: 2024-04-17 17:54:28.486--ServerSession(454071866)--Connection(447971187)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.486--ClientSession(171130218)--Connection(447971187)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.486--ClientSession(171130218)--Connection(447971187)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.486--ClientSession(171130218)--Connection(991724420)--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-17 17:54:28.544--ClientSession(171130218)--Connection(991724420)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.545--ServerSession(454071866)--Connection(447971187)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.545--UnitOfWork(475975605)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.545--UnitOfWork(475975605)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.545--UnitOfWork(475975605)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.545--ClientSession(171130218)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.545--UnitOfWork(475975605)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.545--ClientSession(171130218)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.545--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1339554487
    [junit] [EL Finer]: 2024-04-17 17:54:28.545--ClientSession(1339554487)--Thread(Thread[main,5,main])--acquire unit of work: 1318997209
    [junit] [EL Finest]: 2024-04-17 17:54:28.545--UnitOfWork(1318997209)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.545--ServerSession(454071866)--Connection(297924141)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.545--ServerSession(454071866)--Connection(297924141)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.545--ServerSession(454071866)--Connection(1558595783)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.546--ServerSession(454071866)--Connection(297924141)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.546--UnitOfWork(1318997209)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.546--UnitOfWork(1318997209)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.546--UnitOfWork(1318997209)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@10507a61)
    [junit] [EL Finest]: 2024-04-17 17:54:28.546--ServerSession(454071866)--Connection(1617975224)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.546--ClientSession(1339554487)--Connection(1617975224)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.546--ClientSession(1339554487)--Connection(1617975224)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.546--ClientSession(1339554487)--Connection(1819652459)--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-17 17:54:28.546--ClientSession(1339554487)--Connection(1819652459)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.547--ServerSession(454071866)--Connection(1617975224)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.547--UnitOfWork(1318997209)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.547--UnitOfWork(1318997209)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.547--UnitOfWork(1318997209)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.547--ClientSession(1339554487)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.547--UnitOfWork(1318997209)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.547--ClientSession(1339554487)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.547--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 85396628
    [junit] [EL Finer]: 2024-04-17 17:54:28.547--ClientSession(85396628)--Thread(Thread[main,5,main])--acquire unit of work: 1740129817
    [junit] [EL Finest]: 2024-04-17 17:54:28.547--UnitOfWork(1740129817)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.547--ServerSession(454071866)--Connection(646401388)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.547--ServerSession(454071866)--Connection(646401388)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.547--ServerSession(454071866)--Connection(1935195831)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.547--ServerSession(454071866)--Connection(646401388)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: 2024-04-17 17:54:28.558--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1729148898
    [junit] [EL Finer]: 2024-04-17 17:54:28.558--ClientSession(1729148898)--Thread(Thread[main,5,main])--acquire unit of work: 2130153993
    [junit] [EL Finest]: 2024-04-17 17:54:28.558--UnitOfWork(2130153993)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:28.558--UnitOfWork(2130153993)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.558--UnitOfWork(2130153993)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@25d2edc6)
    [junit] [EL Finest]: 2024-04-17 17:54:28.558--ServerSession(454071866)--Connection(535344620)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.558--ClientSession(1729148898)--Connection(535344620)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.558--ClientSession(1729148898)--Connection(535344620)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.558--ClientSession(1729148898)--Connection(1573723074)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:28.559--ClientSession(1729148898)--Connection(1573723074)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.559--ServerSession(454071866)--Connection(535344620)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.559--UnitOfWork(2130153993)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.559--UnitOfWork(2130153993)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.559--UnitOfWork(2130153993)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.559--ClientSession(1729148898)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.559--UnitOfWork(2130153993)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.559--ClientSession(1729148898)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.559--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1067844575
    [junit] [EL Finer]: 2024-04-17 17:54:28.559--ClientSession(1067844575)--Thread(Thread[main,5,main])--acquire unit of work: 1698403858
    [junit] [EL Finest]: 2024-04-17 17:54:28.559--UnitOfWork(1698403858)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.559--ServerSession(454071866)--Connection(1352503932)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.559--ServerSession(454071866)--Connection(1352503932)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.56--ServerSession(454071866)--Connection(606155118)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.56--ServerSession(454071866)--Connection(1352503932)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.56--UnitOfWork(1698403858)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.56--UnitOfWork(1698403858)--Thread(Thread[main,5,main])--deleting_object (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:28.56--UnitOfWork(1698403858)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.56--UnitOfWork(1698403858)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess )
    [junit] [EL Finest]: 2024-04-17 17:54:28.56--UnitOfWork(1698403858)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1224fea8)
    [junit] [EL Finest]: 2024-04-17 17:54:28.56--ServerSession(454071866)--Connection(51478047)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.56--ClientSession(1067844575)--Connection(51478047)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.56--ClientSession(1067844575)--Connection(51478047)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.561--ClientSession(1067844575)--Connection(464079029)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [1, 1]
    [junit] [EL Finer]: 2024-04-17 17:54:28.561--ClientSession(1067844575)--Connection(464079029)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.561--ServerSession(454071866)--Connection(51478047)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.561--UnitOfWork(1698403858)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.561--UnitOfWork(1698403858)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.561--UnitOfWork(1698403858)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.561--ClientSession(1067844575)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.561--UnitOfWork(1698403858)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.561--ClientSession(1067844575)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.561--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 885399661
    [junit] [EL Finer]: 2024-04-17 17:54:28.561--ClientSession(885399661)--Thread(Thread[main,5,main])--acquire unit of work: 1009729900
    [junit] [EL Finest]: 2024-04-17 17:54:28.561--UnitOfWork(1009729900)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: 2024-04-17 17:54:28.561--UnitOfWork(1009729900)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.561--UnitOfWork(1009729900)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1224fea8)
    [junit] [EL Finest]: 2024-04-17 17:54:28.561--ServerSession(454071866)--Connection(717142092)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.561--ClientSession(885399661)--Connection(717142092)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.561--ClientSession(885399661)--Connection(717142092)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.562--ClientSession(885399661)--Connection(796799038)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_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-17 17:54:28.562--ClientSession(885399661)--Connection(796799038)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.562--ServerSession(454071866)--Connection(717142092)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.563--UnitOfWork(1009729900)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.563--UnitOfWork(1009729900)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.563--UnitOfWork(1009729900)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.563--ClientSession(885399661)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.563--UnitOfWork(1009729900)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.563--ClientSession(885399661)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.563--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 371478697
    [junit] [EL Finer]: 2024-04-17 17:54:28.563--ClientSession(371478697)--Thread(Thread[main,5,main])--acquire unit of work: 1233643257
    [junit] [EL Finest]: 2024-04-17 17:54:28.563--UnitOfWork(1233643257)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.563--ServerSession(454071866)--Connection(396808247)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.563--ServerSession(454071866)--Connection(396808247)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.563--ServerSession(454071866)--Connection(532056719)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.563--ServerSession(454071866)--Connection(396808247)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.563--UnitOfWork(1233643257)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.563--UnitOfWork(1233643257)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.563--UnitOfWork(1233643257)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.563--UnitOfWork(1233643257)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.563--UnitOfWork(1233643257)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.563--ClientSession(371478697)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.563--UnitOfWork(1233643257)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.563--ClientSession(371478697)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.563--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1470820473
    [junit] [EL Finer]: 2024-04-17 17:54:28.564--ClientSession(1470820473)--Thread(Thread[main,5,main])--acquire unit of work: 1698545460
    [junit] [EL Finest]: 2024-04-17 17:54:28.564--UnitOfWork(1698545460)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.564--ServerSession(454071866)--Connection(359919131)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.564--ServerSession(454071866)--Connection(359919131)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.564--ServerSession(454071866)--Connection(1989102594)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.564--ServerSession(454071866)--Connection(359919131)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.564--UnitOfWork(1698545460)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.564--UnitOfWork(1698545460)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.564--UnitOfWork(1698545460)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7e6a967d)
    [junit] [EL Finest]: 2024-04-17 17:54:28.564--ServerSession(454071866)--Connection(2013270351)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.564--ClientSession(1470820473)--Connection(2013270351)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.564--ClientSession(1470820473)--Connection(2013270351)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.565--ClientSession(1470820473)--Connection(1014953742)--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-17 17:54:28.565--ClientSession(1470820473)--Connection(1014953742)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.565--ServerSession(454071866)--Connection(2013270351)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.565--UnitOfWork(1698545460)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.565--UnitOfWork(1698545460)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.565--UnitOfWork(1698545460)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.565--ClientSession(1470820473)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.565--UnitOfWork(1698545460)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.565--ClientSession(1470820473)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.565--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 2137233034
    [junit] [EL Finer]: 2024-04-17 17:54:28.565--ClientSession(2137233034)--Thread(Thread[main,5,main])--acquire unit of work: 126974528
    [junit] [EL Finest]: 2024-04-17 17:54:28.565--UnitOfWork(126974528)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.565--ServerSession(454071866)--Connection(1285307195)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.565--ServerSession(454071866)--Connection(1285307195)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.566--ServerSession(454071866)--Connection(819057773)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.566--ServerSession(454071866)--Connection(1285307195)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.566--UnitOfWork(126974528)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.566--UnitOfWork(126974528)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.566--UnitOfWork(126974528)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5faaf06d)
    [junit] [EL Finest]: 2024-04-17 17:54:28.566--ServerSession(454071866)--Connection(1276026313)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.566--ClientSession(2137233034)--Connection(1276026313)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.566--ClientSession(2137233034)--Connection(1276026313)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.566--ClientSession(2137233034)--Connection(823128936)--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-17 17:54:28.567--ClientSession(2137233034)--Connection(823128936)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.567--ServerSession(454071866)--Connection(1276026313)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.567--UnitOfWork(126974528)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.567--UnitOfWork(126974528)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.567--UnitOfWork(126974528)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.567--ClientSession(2137233034)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.567--UnitOfWork(126974528)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.567--ClientSession(2137233034)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.567--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 1508292228
    [junit] [EL Finer]: 2024-04-17 17:54:28.567--ClientSession(1508292228)--Thread(Thread[main,5,main])--acquire unit of work: 1631488164
    [junit] [EL Finest]: 2024-04-17 17:54:28.567--UnitOfWork(1631488164)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.567--ServerSession(454071866)--Connection(803513176)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.567--ServerSession(454071866)--Connection(803513176)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.567--ServerSession(454071866)--Connection(1688504764)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.568--ServerSession(454071866)--Connection(803513176)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.568--UnitOfWork(1631488164)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.568--UnitOfWork(1631488164)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.568--UnitOfWork(1631488164)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1d749325)
    [junit] [EL Finest]: 2024-04-17 17:54:28.568--ServerSession(454071866)--Connection(1470730133)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.568--ClientSession(1508292228)--Connection(1470730133)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.568--ClientSession(1508292228)--Connection(1470730133)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.568--ClientSession(1508292228)--Connection(232785883)--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-17 17:54:28.569--ClientSession(1508292228)--Connection(232785883)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.569--ServerSession(454071866)--Connection(1470730133)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.569--UnitOfWork(1631488164)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.569--UnitOfWork(1631488164)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.569--UnitOfWork(1631488164)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.569--ClientSession(1508292228)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.569--UnitOfWork(1631488164)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.569--ClientSession(1508292228)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.569--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 592324178
    [junit] [EL Finer]: 2024-04-17 17:54:28.569--ClientSession(592324178)--Thread(Thread[main,5,main])--acquire unit of work: 939577481
    [junit] [EL Finest]: 2024-04-17 17:54:28.569--UnitOfWork(939577481)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.569--ServerSession(454071866)--Connection(894682765)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.569--ServerSession(454071866)--Connection(894682765)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.569--ServerSession(454071866)--Connection(595000150)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.57--ServerSession(454071866)--Connection(894682765)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.57--UnitOfWork(939577481)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, 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-17 17:54:28.57--UnitOfWork(939577481)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: 2024-04-17 17:54:28.57--UnitOfWork(939577481)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4f6227e6)
    [junit] [EL Finest]: 2024-04-17 17:54:28.57--ServerSession(454071866)--Connection(1880497313)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.57--ClientSession(592324178)--Connection(1880497313)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.57--ClientSession(592324178)--Connection(1880497313)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.57--ClientSession(592324178)--Connection(1079030202)--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-17 17:54:28.57--ClientSession(592324178)--Connection(1079030202)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: 2024-04-17 17:54:28.571--ServerSession(454071866)--Connection(1880497313)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: 2024-04-17 17:54:28.571--UnitOfWork(939577481)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: 2024-04-17 17:54:28.571--UnitOfWork(939577481)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.571--UnitOfWork(939577481)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.571--ClientSession(592324178)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: 2024-04-17 17:54:28.571--UnitOfWork(939577481)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: 2024-04-17 17:54:28.571--ClientSession(592324178)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: 2024-04-17 17:54:28.571--ServerSession(454071866)--Thread(Thread[main,5,main])--client acquired: 223856653
    [junit] [EL Finer]: 2024-04-17 17:54:28.571--ClientSession(223856653)--Thread(Thread[main,5,main])--acquire unit of work: 1306799634
    [junit] [EL Finest]: 2024-04-17 17:54:28.571--UnitOfWork(1306799634)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)")
    [junit] [EL Finest]: 2024-04-17 17:54:28.571--ServerSession(454071866)--Connection(142383989)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: 2024-04-17 17:54:28.571--ServerSession(454071866)--Connection(142383989)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: 2024-04-17 17:54:28.571--ServerSession(454071866)--Connection(154417360)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_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-17 17:54:28.571--ServerSession(454071866)--Connection(142383989)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.442 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa2.embeddable.TestEmbeddingWithMixedAccess
    [junit] [EL Fine]: 2024-04-17 17:54:28.581--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@7adbd7f3
    [junit] [EL Finer]: 2024-04-17 17:54:28.582--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa2testmodel.
    [junit] [EL Finest]: properties: 2024-04-17 17:54:28.582--ServerSession(524243789)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: properties: 2024-04-17 17:54:28.582--ServerSession(524243789)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Fine]: server: 2024-04-17 17:54:28.582--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
    [junit] [EL Finest]: jpa: 2024-04-17 17:54:28.582--ServerSession(524243789)--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-17 17:54:28.582--ServerSession(524243789)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true
    [junit] [EL Finest]: properties: 2024-04-17 17:54:28.582--ServerSession(524243789)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true
    [junit] [EL Finest]: properties: 2024-04-17 17:54:28.582--ServerSession(524243789)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false
    [junit] [EL Finer]: metadata: 2024-04-17 17:54:28.583--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-17 17:54:28.583--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-17 17:54:28.585--ServerSession(524243789)--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-17 17:54:28.586--ServerSession(524243789)--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-17 17:54:28.586--ServerSession(524243789)--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-17 17:54:28.586--ServerSession(524243789)--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-17 17:54:28.586--ServerSession(524243789)--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-17 17:54:28.586--ServerSession(524243789)--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-17 17:54:28.586--ServerSession(524243789)--Thread(Thread[main,5,main])--The element [field vendor] is being defaulted to a one to one mapping.
    [junit] [EL Config]: metadata: 2024-04-17 17:54:28.586--ServerSession(524243789)--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-17 17:54:28.586--ServerSession(524243789)--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-17 17:54:28.586--ServerSession(524243789)--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-17 17:54:28.586--ServerSession(524243789)--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-17 17:54:28.586--ServerSession(524243789)--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-17 17:54:28.587--ServerSession(524243789)--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-17 17:54:28.587--ServerSession(524243789)--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-17 17:54:28.587--ServerSession(524243789)--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-17 17:54:28.587--ServerSession(524243789)--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-17 17:54:28.587--ServerSession(524243789)--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-17 17:54:28.587--ServerSession(524243789)--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-17 17:54:28.587--ServerSession(524243789)--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-17 17:54:28.587--ServerSession(524243789)--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-17 17:54:28.587--ServerSession(524243789)--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-17 17:54:28.587--ServerSession(524243789)--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-17 17:54:28.587--ServerSession(524243789)--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-17 17:54:28.588--ServerSession(524243789)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: metadata: 2024-04-17 17:54:28.588--ServerSession(524243789)--Thread(Thread[main,5,main])--The column name for element [deptno] is being defaulted to: DEPTNO.
    [junit] [EL Config]: metadata: 2024-04-17 17:54:28.588--ServerSession(524243789)--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-17 17:54:28.588--ServerSession(524243789)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: metadata: 2024-04-17 17:54:28.588--ServerSession(524243789)--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-17 17:54:28.588--ServerSession(524243789)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: metadata: 2024-04-17 17:54:28.588--ServerSession(524243789)--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-17 17:54:28.588--ServerSession(524243789)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: metadata: 2024-04-17 17:54:28.588--ServerSession(524243789)--Thread(Thread[main,5,main])--The column name for element [productType] is being defaulted to: PRODUCTTYPE.
    [junit] [EL Config]: metadata: 2024-04-17 17:54:28.588--ServerSession(524243789)--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-17 17:54:28.588--ServerSession(524243789)--Thread(Thread[main,5,main])--The column name for element [serialNumber] is being defaulted to: SERIALNUMBER.
    [junit] [EL Config]: metadata: 2024-04-17 17:54:28.588--ServerSession(524243789)--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-17 17:54:28.588--ServerSession(524243789)--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-17 17:54:28.588--ServerSession(524243789)--Thread(Thread[main,5,main])--The column name for element [passengers] is being defaulted to: PASSENGERS.
    [junit] [EL Config]: metadata: 2024-04-17 17:54:28.588--ServerSession(524243789)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: metadata: 2024-04-17 17:54:28.588--ServerSession(524243789)--Thread(Thread[main,5,main])--The column name for element [ssn] is being defaulted to: SSN.
    [junit] [EL Config]: metadata: 2024-04-17 17:54:28.588--ServerSession(524243789)--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-17 17:54:28.588--ServerSession(524243789)--Thread(Thread[main,5,main])--The column name for element [data] is being defaulted to: DATA.
    [junit] [EL Config]: metadata: 2024-04-17 17:54:28.588--ServerSession(524243789)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA.
    [junit] [EL Config]: metadata: 2024-04-17 17:54:28.588--ServerSession(524243789)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: metadata: 2024-04-17 17:54:28.588--ServerSession(524243789)--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-17 17:54:28.588--ServerSession(524243789)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
    [junit] [EL Config]: metadata: 2024-04-17 17:54:28.588--ServerSession(524243789)--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-17 17:54:28.589--ServerSession(524243789)--Thread(Thread[main,5,main])--The column name for element [shoesize] is being defaulted to: SHOESIZE.
    [junit] [EL Config]: metadata: 2024-04-17 17:54:28.589--ServerSession(524243789)--Thread(Thread[main,5,main])--The column name for element [zipcode] is being defaulted to: ZIPCODE.
    [junit] [EL Config]: metadata: 2024-04-17 17:54:28.589--ServerSession(524243789)--Thread(Thread[main,5,main])--The column name for element [street] is being defaulted to: STREET.
    [junit] [EL Config]: metadata: 2024-04-17 17:54:28.589--ServerSession(524243789)--Thread(Thread[main,5,main])--The column name for element [county] is being defaulted to: COUNTY.
    [junit] [EL Config]: metadata: 2024-04-17 17:54:28.589--ServerSession(524243789)--Thread(Thread[main,5,main])--The column name for element [state] is being defaulted to: STATE.
    [junit] [EL Config]: metadata: 2024-04-17 17:54:28.589--ServerSession(524243789)--Thread(Thread[main,5,main])--The column name for element [salutation] is being defaulted to: SALUTATION.
    [junit] [EL Config]: metadata: 2024-04-17 17:54:28.589--ServerSession(524243789)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY.
    [junit] [EL Config]: metadata: 2024-04-17 17:54:28.589--ServerSession(524243789)--Thread(Thread[main,5,main])--The column name for element [annualMiles] is being defaulted to: ANNUALMILES.
    [junit] [EL Config]: metadata: 2024-04-17 17:54:28.589--ServerSession(524243789)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME.
    [junit] [EL Config]: metadata: 2024-04-17 17:54:28.589--ServerSession(524243789)--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-17 17:54:28.589--ServerSession(524243789)--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-17 17:54:28.589--ServerSession(524243789)--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-17 17:54:28.589--ServerSession(524243789)--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-17 17:54:28.589--ServerSession(524243789)--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-17 17:54:28.589--ServerSession(524243789)--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-17 17:54:28.589--ServerSession(524243789)--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-17 17:54:28.589--ServerSession(524243789)--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-17 17:54:28.589--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null.
    [junit] [EL Finest]: jpa: 2024-04-17 17:54:28.589--ServerSession(524243789)--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-17 17:54:28.59--ServerSession(524243789)--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-17 17:54:28.59--ServerSession(524243789)--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-17 17:54:28.59--ServerSession(524243789)--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-17 17:54:28.59--ServerSession(524243789)--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-17 17:54:28.59--ServerSession(524243789)--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-17 17:54:28.59--ServerSession(524243789)--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-17 17:54:28.59--ServerSession(524243789)--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-17 17:54:28.59--ServerSession(524243789)--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-17 17:54:28.59--ServerSession(524243789)--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-17 17:54:28.59--ServerSession(524243789)--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-17 17:54:28.59--ServerSession(524243789)--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-17 17:54:28.59--ServerSession(524243789)--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-17 17:54:28.59--ServerSession(524243789)--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-17 17:54:28.59--ServerSession(524243789)--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-17 17:54:28.591--ServerSession(524243789)--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-17 17:54:28.591--ServerSession(524243789)--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-17 17:54:28.591--ServerSession(524243789)--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-17 17:54:28.591--ServerSession(524243789)--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-17 17:54:28.591--ServerSession(524243789)--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-17 17:54:28.591--ServerSession(524243789)--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-17 17:54:28.594--ServerSession(524243789)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation].
    [junit] [EL Finest]: properties: 2024-04-17 17:54:28.594--ServerSession(524243789)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: properties: 2024-04-17 17:54:28.594--ServerSession(524243789)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: properties: 2024-04-17 17:54:28.594--ServerSession(524243789)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform
    [junit] [EL Finest]: properties: 2024-04-17 17:54:28.594--ServerSession(524243789)--Thread(Thread[main,5,main])--property=javax.persistence.nonJtaDataSource; value=org.eclipse.persistence.testing.framework.wdf.PooledDataSource@2d1dee39
    [junit] [EL Warning]: transaction: 2024-04-17 17:54:28.594--ServerSession(524243789)--Thread(Thread[main,5,main])--PersistenceUnitInfo jpa2testmodel has transactionType RESOURCE_LOCAL and therefore jtaDataSource will be ignored
    [junit] [EL Finest]: properties: 2024-04-17 17:54:28.594--ServerSession(524243789)--Thread(Thread[main,5,main])--property=eclipselink.cache.shared.default; value=false; translated value=false
    [junit] [EL Finest]: properties: 2024-04-17 17:54:28.594--ServerSession(524243789)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true
    [junit] [EL Info]: 2024-04-17 17:54:28.594--ServerSession(524243789)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Fine]: connection: 2024-04-17 17:54:28.594--ServerSession(524243789)--Connection(1930025253)--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-17 17:54:28.595--ServerSession(524243789)--Connection(41824589)--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-17 17:54:28.595--ServerSession(524243789)--Connection(1561974083)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.595--ServerSession(524243789)--Connection(1561974083)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Fine]: connection: 2024-04-17 17:54:28.595--ServerSession(524243789)--Connection(1617227572)--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-17 17:54:28.595--ServerSession(524243789)--Connection(326317408)--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-17 17:54:28.598--ServerSession(524243789)--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-17 17:54:28.598--ServerSession(524243789)--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-17 17:54:28.598--ServerSession(524243789)--Connection(1630857843)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.598--ServerSession(524243789)--Connection(1630857843)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.598--ServerSession(524243789)--Connection(1282811268)--Thread(Thread[main,5,main])--ALTER TABLE TMP2_PERSON DROP FOREIGN KEY FK_TMP2_PERSON_SPOUSE_SSN
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.599--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.599--ServerSession(524243789)--Connection(1630857843)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.599--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.599--ServerSession(524243789)--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-17 17:54:28.599--ServerSession(524243789)--Connection(637354740)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.599--ServerSession(524243789)--Connection(637354740)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.6--ServerSession(524243789)--Connection(1675379530)--Thread(Thread[main,5,main])--ALTER TABLE TMP2_PERSON DROP FOREIGN KEY FK_TMP2_PERSON_DEPARTMENT_DEPTNO
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.648--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.648--ServerSession(524243789)--Connection(637354740)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.649--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.649--ServerSession(524243789)--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-17 17:54:28.649--ServerSession(524243789)--Connection(708581090)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.649--ServerSession(524243789)--Connection(708581090)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.649--ServerSession(524243789)--Connection(1704528819)--Thread(Thread[main,5,main])--ALTER TABLE TMP2_PHONE DROP FOREIGN KEY FK_TMP2_PHONE_VENDOR_NAME
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.649--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.649--ServerSession(524243789)--Connection(708581090)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.65--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.65--ServerSession(524243789)--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-17 17:54:28.65--ServerSession(524243789)--Connection(585539810)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.65--ServerSession(524243789)--Connection(585539810)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.65--ServerSession(524243789)--Connection(1747401050)--Thread(Thread[main,5,main])--ALTER TABLE TMP2_CONNECTION DROP FOREIGN KEY FK_TMP2_CONNECTION_CARRIER_ID
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.65--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.65--ServerSession(524243789)--Connection(585539810)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.65--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.65--ServerSession(524243789)--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-17 17:54:28.65--ServerSession(524243789)--Connection(1469066644)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.651--ServerSession(524243789)--Connection(1469066644)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.651--ServerSession(524243789)--Connection(1088841268)--Thread(Thread[main,5,main])--ALTER TABLE TMP2_FLIGHT DROP FOREIGN KEY FK_TMP2_FLIGHT_CARRIER_ID
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.651--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.651--ServerSession(524243789)--Connection(1469066644)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.651--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.651--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_DEPARTMENT")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.651--ServerSession(524243789)--Connection(658091613)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.651--ServerSession(524243789)--Connection(658091613)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.651--ServerSession(524243789)--Connection(1905515427)--Thread(Thread[main,5,main])--DROP TABLE TMP2_DEPARTMENT
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.652--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.652--ServerSession(524243789)--Connection(658091613)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.652--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.652--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PERSON")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.652--ServerSession(524243789)--Connection(1090254860)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.652--ServerSession(524243789)--Connection(1090254860)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.652--ServerSession(524243789)--Connection(710606088)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PERSON
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.653--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.653--ServerSession(524243789)--Connection(1090254860)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.653--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.653--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PHONE")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.653--ServerSession(524243789)--Connection(2035524899)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.653--ServerSession(524243789)--Connection(2035524899)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.653--ServerSession(524243789)--Connection(1727469981)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PHONE
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.654--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.654--ServerSession(524243789)--Connection(2035524899)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.654--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.654--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PRODUCT")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.654--ServerSession(524243789)--Connection(91535055)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.654--ServerSession(524243789)--Connection(91535055)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.654--ServerSession(524243789)--Connection(1634361855)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PRODUCT
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.655--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.655--ServerSession(524243789)--Connection(91535055)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.655--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.655--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_VENDOR")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.655--ServerSession(524243789)--Connection(1690039571)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.655--ServerSession(524243789)--Connection(1690039571)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.655--ServerSession(524243789)--Connection(1146742149)--Thread(Thread[main,5,main])--DROP TABLE TMP2_VENDOR
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.656--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.656--ServerSession(524243789)--Connection(1690039571)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.656--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.656--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_FA")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.656--ServerSession(524243789)--Connection(889092672)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.656--ServerSession(524243789)--Connection(889092672)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.656--ServerSession(524243789)--Connection(265683617)--Thread(Thread[main,5,main])--DROP TABLE TMP2_EMBEDD_FA
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.656--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.657--ServerSession(524243789)--Connection(889092672)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.657--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.657--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_PA")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.657--ServerSession(524243789)--Connection(36405167)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.657--ServerSession(524243789)--Connection(36405167)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.657--ServerSession(524243789)--Connection(1170221520)--Thread(Thread[main,5,main])--DROP TABLE TMP2_EMBEDD_PA
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.657--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.658--ServerSession(524243789)--Connection(36405167)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.658--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.658--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_CARRIER")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.658--ServerSession(524243789)--Connection(999138468)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.658--ServerSession(524243789)--Connection(999138468)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.658--ServerSession(524243789)--Connection(1644327549)--Thread(Thread[main,5,main])--DROP TABLE TMP2_CARRIER
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.658--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.658--ServerSession(524243789)--Connection(999138468)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.658--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.658--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_CONNECTION")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.658--ServerSession(524243789)--Connection(1001379758)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.658--ServerSession(524243789)--Connection(1001379758)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.659--ServerSession(524243789)--Connection(1834089723)--Thread(Thread[main,5,main])--DROP TABLE TMP2_CONNECTION
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.659--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.659--ServerSession(524243789)--Connection(1001379758)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.659--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.659--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_FLIGHT")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.659--ServerSession(524243789)--Connection(2027356701)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.659--ServerSession(524243789)--Connection(2027356701)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.659--ServerSession(524243789)--Connection(1031841806)--Thread(Thread[main,5,main])--DROP TABLE TMP2_FLIGHT
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.66--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.66--ServerSession(524243789)--Connection(2027356701)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.66--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.66--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_DEPARTMENT")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.66--ServerSession(524243789)--Connection(1277364327)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.66--ServerSession(524243789)--Connection(1277364327)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.66--ServerSession(524243789)--Connection(212089876)--Thread(Thread[main,5,main])--DROP TABLE TMP2_DEPARTMENT
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.661--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.661--ServerSession(524243789)--Connection(1277364327)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.661--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.661--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PERSON")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.661--ServerSession(524243789)--Connection(1251846537)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.661--ServerSession(524243789)--Connection(1251846537)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.661--ServerSession(524243789)--Connection(506060941)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PERSON
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.662--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.662--ServerSession(524243789)--Connection(1251846537)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.662--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.662--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PHONE")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.662--ServerSession(524243789)--Connection(1717821035)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.662--ServerSession(524243789)--Connection(1717821035)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.662--ServerSession(524243789)--Connection(1100341967)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PHONE
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.663--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.663--ServerSession(524243789)--Connection(1717821035)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.663--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.663--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PRODUCT")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.663--ServerSession(524243789)--Connection(574973982)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.663--ServerSession(524243789)--Connection(574973982)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.663--ServerSession(524243789)--Connection(1521314491)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PRODUCT
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.664--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.664--ServerSession(524243789)--Connection(574973982)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.664--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.664--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_VENDOR")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.664--ServerSession(524243789)--Connection(1846310740)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.664--ServerSession(524243789)--Connection(1846310740)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.664--ServerSession(524243789)--Connection(1736501011)--Thread(Thread[main,5,main])--DROP TABLE TMP2_VENDOR
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.664--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.665--ServerSession(524243789)--Connection(1846310740)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.665--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.665--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_FA")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.665--ServerSession(524243789)--Connection(1635487288)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.665--ServerSession(524243789)--Connection(1635487288)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.665--ServerSession(524243789)--Connection(1824580500)--Thread(Thread[main,5,main])--DROP TABLE TMP2_EMBEDD_FA
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.665--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.666--ServerSession(524243789)--Connection(1635487288)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.666--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.666--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_PA")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.666--ServerSession(524243789)--Connection(398827512)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.666--ServerSession(524243789)--Connection(398827512)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.666--ServerSession(524243789)--Connection(712165750)--Thread(Thread[main,5,main])--DROP TABLE TMP2_EMBEDD_PA
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.666--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.666--ServerSession(524243789)--Connection(398827512)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.666--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.666--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_CARRIER")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.666--ServerSession(524243789)--Connection(207331742)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.666--ServerSession(524243789)--Connection(207331742)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.667--ServerSession(524243789)--Connection(937084338)--Thread(Thread[main,5,main])--DROP TABLE TMP2_CARRIER
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.667--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.667--ServerSession(524243789)--Connection(207331742)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.667--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.667--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_CONNECTION")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.667--ServerSession(524243789)--Connection(1617880041)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.667--ServerSession(524243789)--Connection(1617880041)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.667--ServerSession(524243789)--Connection(837347627)--Thread(Thread[main,5,main])--DROP TABLE TMP2_CONNECTION
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.668--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.668--ServerSession(524243789)--Connection(1617880041)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.668--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.668--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_FLIGHT")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.668--ServerSession(524243789)--Connection(659300635)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.668--ServerSession(524243789)--Connection(659300635)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.668--ServerSession(524243789)--Connection(808124336)--Thread(Thread[main,5,main])--DROP TABLE TMP2_FLIGHT
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.669--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.669--ServerSession(524243789)--Connection(659300635)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.669--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.669--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_DEPARTMENT")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.669--ServerSession(524243789)--Connection(1691268548)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.669--ServerSession(524243789)--Connection(1691268548)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.669--ServerSession(524243789)--Connection(583799999)--Thread(Thread[main,5,main])--DROP TABLE TMP2_DEPARTMENT
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.67--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.67--ServerSession(524243789)--Connection(1691268548)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.67--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.67--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PERSON")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.67--ServerSession(524243789)--Connection(1818301752)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.67--ServerSession(524243789)--Connection(1818301752)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.67--ServerSession(524243789)--Connection(2106654181)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PERSON
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.67--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.671--ServerSession(524243789)--Connection(1818301752)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.671--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.671--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PHONE")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.671--ServerSession(524243789)--Connection(522632490)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.671--ServerSession(524243789)--Connection(522632490)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.671--ServerSession(524243789)--Connection(2064298787)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PHONE
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.671--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.671--ServerSession(524243789)--Connection(522632490)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.671--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.671--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PRODUCT")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.672--ServerSession(524243789)--Connection(1701368336)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.672--ServerSession(524243789)--Connection(1701368336)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.672--ServerSession(524243789)--Connection(1326312570)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PRODUCT
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.672--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.672--ServerSession(524243789)--Connection(1701368336)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.672--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.672--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_VENDOR")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.672--ServerSession(524243789)--Connection(410348497)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.672--ServerSession(524243789)--Connection(410348497)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.672--ServerSession(524243789)--Connection(992924317)--Thread(Thread[main,5,main])--DROP TABLE TMP2_VENDOR
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.673--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.673--ServerSession(524243789)--Connection(410348497)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.673--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.673--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_FA")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.673--ServerSession(524243789)--Connection(2095028612)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.673--ServerSession(524243789)--Connection(2095028612)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.673--ServerSession(524243789)--Connection(1338461741)--Thread(Thread[main,5,main])--DROP TABLE TMP2_EMBEDD_FA
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.674--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.674--ServerSession(524243789)--Connection(2095028612)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.674--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.674--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_PA")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.674--ServerSession(524243789)--Connection(494071293)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.674--ServerSession(524243789)--Connection(494071293)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.674--ServerSession(524243789)--Connection(492917870)--Thread(Thread[main,5,main])--DROP TABLE TMP2_EMBEDD_PA
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.675--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.675--ServerSession(524243789)--Connection(494071293)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.675--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.675--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_CARRIER")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.675--ServerSession(524243789)--Connection(1823282936)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.675--ServerSession(524243789)--Connection(1823282936)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.675--ServerSession(524243789)--Connection(1723466645)--Thread(Thread[main,5,main])--DROP TABLE TMP2_CARRIER
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.676--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.676--ServerSession(524243789)--Connection(1823282936)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.676--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.676--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_CONNECTION")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.676--ServerSession(524243789)--Connection(252572771)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.676--ServerSession(524243789)--Connection(252572771)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.676--ServerSession(524243789)--Connection(185805228)--Thread(Thread[main,5,main])--DROP TABLE TMP2_CONNECTION
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.676--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.677--ServerSession(524243789)--Connection(252572771)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.677--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.677--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_FLIGHT")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.677--ServerSession(524243789)--Connection(858406129)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.677--ServerSession(524243789)--Connection(858406129)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.677--ServerSession(524243789)--Connection(1399089179)--Thread(Thread[main,5,main])--DROP TABLE TMP2_FLIGHT
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.677--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.677--ServerSession(524243789)--Connection(858406129)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.677--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.677--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_DEPARTMENT")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.677--ServerSession(524243789)--Connection(1705010418)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.677--ServerSession(524243789)--Connection(1705010418)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.677--ServerSession(524243789)--Connection(126816515)--Thread(Thread[main,5,main])--DROP TABLE TMP2_DEPARTMENT
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.678--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.678--ServerSession(524243789)--Connection(1705010418)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.678--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.678--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PERSON")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.678--ServerSession(524243789)--Connection(1969089237)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.678--ServerSession(524243789)--Connection(1969089237)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.678--ServerSession(524243789)--Connection(331122552)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PERSON
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.679--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.679--ServerSession(524243789)--Connection(1969089237)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.679--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.679--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PHONE")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.679--ServerSession(524243789)--Connection(1193196169)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.679--ServerSession(524243789)--Connection(1193196169)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.679--ServerSession(524243789)--Connection(1561328637)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PHONE
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.68--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.68--ServerSession(524243789)--Connection(1193196169)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.68--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.68--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PRODUCT")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.68--ServerSession(524243789)--Connection(1646992010)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.68--ServerSession(524243789)--Connection(1646992010)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.68--ServerSession(524243789)--Connection(1347628724)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PRODUCT
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.68--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.681--ServerSession(524243789)--Connection(1646992010)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.681--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.681--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_VENDOR")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.681--ServerSession(524243789)--Connection(554614095)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.681--ServerSession(524243789)--Connection(554614095)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.681--ServerSession(524243789)--Connection(466291886)--Thread(Thread[main,5,main])--DROP TABLE TMP2_VENDOR
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.681--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.681--ServerSession(524243789)--Connection(554614095)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.681--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.681--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_FA")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.682--ServerSession(524243789)--Connection(792904094)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.682--ServerSession(524243789)--Connection(792904094)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.682--ServerSession(524243789)--Connection(2079520252)--Thread(Thread[main,5,main])--DROP TABLE TMP2_EMBEDD_FA
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.682--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.682--ServerSession(524243789)--Connection(792904094)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.682--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.682--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_PA")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.682--ServerSession(524243789)--Connection(1341356913)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.682--ServerSession(524243789)--Connection(1341356913)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.682--ServerSession(524243789)--Connection(1979981088)--Thread(Thread[main,5,main])--DROP TABLE TMP2_EMBEDD_PA
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.683--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.683--ServerSession(524243789)--Connection(1341356913)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.683--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.683--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_CARRIER")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.683--ServerSession(524243789)--Connection(1537818023)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.683--ServerSession(524243789)--Connection(1537818023)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.683--ServerSession(524243789)--Connection(265678160)--Thread(Thread[main,5,main])--DROP TABLE TMP2_CARRIER
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.684--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.684--ServerSession(524243789)--Connection(1537818023)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.684--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.684--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_CONNECTION")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.684--ServerSession(524243789)--Connection(1765009824)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.684--ServerSession(524243789)--Connection(1765009824)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.684--ServerSession(524243789)--Connection(2070263076)--Thread(Thread[main,5,main])--DROP TABLE TMP2_CONNECTION
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.684--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.685--ServerSession(524243789)--Connection(1765009824)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.685--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.685--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_FLIGHT")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.685--ServerSession(524243789)--Connection(1926847785)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.685--ServerSession(524243789)--Connection(1926847785)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.685--ServerSession(524243789)--Connection(80856123)--Thread(Thread[main,5,main])--DROP TABLE TMP2_FLIGHT
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.685--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.685--ServerSession(524243789)--Connection(1926847785)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.685--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.685--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_DEPARTMENT")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.685--ServerSession(524243789)--Connection(1526394604)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.686--ServerSession(524243789)--Connection(1526394604)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.686--ServerSession(524243789)--Connection(1651687567)--Thread(Thread[main,5,main])--DROP TABLE TMP2_DEPARTMENT
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.686--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.686--ServerSession(524243789)--Connection(1526394604)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.686--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.686--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PERSON")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.686--ServerSession(524243789)--Connection(1722090474)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.686--ServerSession(524243789)--Connection(1722090474)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.686--ServerSession(524243789)--Connection(1805982812)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PERSON
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.687--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.687--ServerSession(524243789)--Connection(1722090474)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.687--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.687--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PHONE")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.687--ServerSession(524243789)--Connection(906056461)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.687--ServerSession(524243789)--Connection(906056461)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.687--ServerSession(524243789)--Connection(2020981876)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PHONE
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.688--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.688--ServerSession(524243789)--Connection(906056461)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.688--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.688--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PRODUCT")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.688--ServerSession(524243789)--Connection(437221260)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.688--ServerSession(524243789)--Connection(437221260)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.688--ServerSession(524243789)--Connection(648726267)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PRODUCT
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.689--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.689--ServerSession(524243789)--Connection(437221260)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.689--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.689--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_VENDOR")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.689--ServerSession(524243789)--Connection(1089288505)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.689--ServerSession(524243789)--Connection(1089288505)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.689--ServerSession(524243789)--Connection(566199743)--Thread(Thread[main,5,main])--DROP TABLE TMP2_VENDOR
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.689--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.69--ServerSession(524243789)--Connection(1089288505)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.69--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.69--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_FA")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.69--ServerSession(524243789)--Connection(1757469561)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.69--ServerSession(524243789)--Connection(1757469561)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.69--ServerSession(524243789)--Connection(1095566249)--Thread(Thread[main,5,main])--DROP TABLE TMP2_EMBEDD_FA
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.69--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.69--ServerSession(524243789)--Connection(1757469561)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.69--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.691--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_PA")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.691--ServerSession(524243789)--Connection(1568824517)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.691--ServerSession(524243789)--Connection(1568824517)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.691--ServerSession(524243789)--Connection(871849759)--Thread(Thread[main,5,main])--DROP TABLE TMP2_EMBEDD_PA
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.691--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.691--ServerSession(524243789)--Connection(1568824517)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.691--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.691--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_CARRIER")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.691--ServerSession(524243789)--Connection(296031588)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.691--ServerSession(524243789)--Connection(296031588)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.691--ServerSession(524243789)--Connection(1586370529)--Thread(Thread[main,5,main])--DROP TABLE TMP2_CARRIER
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.752--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.753--ServerSession(524243789)--Connection(296031588)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.753--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.753--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_CONNECTION")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.753--ServerSession(524243789)--Connection(1073409712)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.753--ServerSession(524243789)--Connection(1073409712)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.753--ServerSession(524243789)--Connection(105759262)--Thread(Thread[main,5,main])--DROP TABLE TMP2_CONNECTION
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.753--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.754--ServerSession(524243789)--Connection(1073409712)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.754--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.754--ServerSession(524243789)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_FLIGHT")
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.754--ServerSession(524243789)--Connection(988557663)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.754--ServerSession(524243789)--Connection(988557663)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.754--ServerSession(524243789)--Connection(1376503772)--Thread(Thread[main,5,main])--DROP TABLE TMP2_FLIGHT
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.754--ServerSession(524243789)--Thread(Thread[main,5,main])--SELECT 1
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.754--ServerSession(524243789)--Connection(988557663)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Warning]: 2024-04-17 17:54:28.754--ServerSession(524243789)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 17:54:28.755--ServerSession(524243789)--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-17 17:54:28.755--ServerSession(524243789)--Connection(95597179)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.755--ServerSession(524243789)--Connection(95597179)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.755--ServerSession(524243789)--Connection(1578044763)--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-17 17:54:28.758--ServerSession(524243789)--Connection(95597179)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: ddl: 2024-04-17 17:54:28.758--Thread(Thread[main,5,main])--The table (TMP2_DEPARTMENT) is created.
    [junit] [EL Finest]: query: 2024-04-17 17:54:28.758--ServerSession(524243789)--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-17 17:54:28.758--ServerSession(524243789)--Connection(491954108)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.758--ServerSession(524243789)--Connection(491954108)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.758--ServerSession(524243789)--Connection(224642823)--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-17 17:54:28.762--ServerSession(524243789)--Connection(491954108)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: ddl: 2024-04-17 17:54:28.762--Thread(Thread[main,5,main])--The table (TMP2_PERSON) is created.
    [junit] [EL Finest]: query: 2024-04-17 17:54:28.762--ServerSession(524243789)--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-17 17:54:28.762--ServerSession(524243789)--Connection(1230469692)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.762--ServerSession(524243789)--Connection(1230469692)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.762--ServerSession(524243789)--Connection(1089582037)--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-17 17:54:28.765--ServerSession(524243789)--Connection(1230469692)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: ddl: 2024-04-17 17:54:28.765--Thread(Thread[main,5,main])--The table (TMP2_PHONE) is created.
    [junit] [EL Finest]: query: 2024-04-17 17:54:28.765--ServerSession(524243789)--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-17 17:54:28.765--ServerSession(524243789)--Connection(2072009279)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.765--ServerSession(524243789)--Connection(2072009279)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.765--ServerSession(524243789)--Connection(158620137)--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-17 17:54:28.767--ServerSession(524243789)--Connection(2072009279)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: ddl: 2024-04-17 17:54:28.767--Thread(Thread[main,5,main])--The table (TMP2_PRODUCT) is created.
    [junit] [EL Finest]: query: 2024-04-17 17:54:28.767--ServerSession(524243789)--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-17 17:54:28.767--ServerSession(524243789)--Connection(1603138343)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.767--ServerSession(524243789)--Connection(1603138343)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.768--ServerSession(524243789)--Connection(639961931)--Thread(Thread[main,5,main])--CREATE TABLE TMP2_VENDOR (NAME VARCHAR(255) NOT NULL, PRIMARY KEY (NAME))
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.77--ServerSession(524243789)--Connection(1603138343)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: ddl: 2024-04-17 17:54:28.77--Thread(Thread[main,5,main])--The table (TMP2_VENDOR) is created.
    [junit] [EL Finest]: query: 2024-04-17 17:54:28.77--ServerSession(524243789)--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-17 17:54:28.77--ServerSession(524243789)--Connection(2021025468)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.77--ServerSession(524243789)--Connection(2021025468)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.77--ServerSession(524243789)--Connection(1213376094)--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-17 17:54:28.773--ServerSession(524243789)--Connection(2021025468)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: ddl: 2024-04-17 17:54:28.773--Thread(Thread[main,5,main])--The table (TMP2_EMBEDD_FA) is created.
    [junit] [EL Finest]: query: 2024-04-17 17:54:28.773--ServerSession(524243789)--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-17 17:54:28.773--ServerSession(524243789)--Connection(1721600226)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.773--ServerSession(524243789)--Connection(1721600226)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.773--ServerSession(524243789)--Connection(764756235)--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-17 17:54:28.776--ServerSession(524243789)--Connection(1721600226)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: ddl: 2024-04-17 17:54:28.776--Thread(Thread[main,5,main])--The table (TMP2_EMBEDD_PA) is created.
    [junit] [EL Finest]: query: 2024-04-17 17:54:28.776--ServerSession(524243789)--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-17 17:54:28.776--ServerSession(524243789)--Connection(717993499)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.776--ServerSession(524243789)--Connection(717993499)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.776--ServerSession(524243789)--Connection(547090744)--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-17 17:54:28.779--ServerSession(524243789)--Connection(717993499)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: ddl: 2024-04-17 17:54:28.779--Thread(Thread[main,5,main])--The table (TMP2_CARRIER) is created.
    [junit] [EL Finest]: query: 2024-04-17 17:54:28.779--ServerSession(524243789)--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-17 17:54:28.779--ServerSession(524243789)--Connection(344957570)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.779--ServerSession(524243789)--Connection(344957570)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.779--ServerSession(524243789)--Connection(1669576038)--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-17 17:54:28.782--ServerSession(524243789)--Connection(344957570)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: ddl: 2024-04-17 17:54:28.782--Thread(Thread[main,5,main])--The table (TMP2_CONNECTION) is created.
    [junit] [EL Finest]: query: 2024-04-17 17:54:28.782--ServerSession(524243789)--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-17 17:54:28.782--ServerSession(524243789)--Connection(810203154)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.782--ServerSession(524243789)--Connection(810203154)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.782--ServerSession(524243789)--Connection(1505269547)--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-17 17:54:28.785--ServerSession(524243789)--Connection(810203154)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: ddl: 2024-04-17 17:54:28.785--Thread(Thread[main,5,main])--The table (TMP2_FLIGHT) is created.
    [junit] [EL Finest]: query: 2024-04-17 17:54:28.785--ServerSession(524243789)--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-17 17:54:28.785--ServerSession(524243789)--Connection(1337485695)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.785--ServerSession(524243789)--Connection(1337485695)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.785--ServerSession(524243789)--Connection(710394546)--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-17 17:54:28.796--ServerSession(524243789)--Connection(1337485695)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: query: 2024-04-17 17:54:28.796--ServerSession(524243789)--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-17 17:54:28.796--ServerSession(524243789)--Connection(1643952083)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.796--ServerSession(524243789)--Connection(1643952083)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.796--ServerSession(524243789)--Connection(1837353218)--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-17 17:54:28.808--ServerSession(524243789)--Connection(1643952083)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: query: 2024-04-17 17:54:28.808--ServerSession(524243789)--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-17 17:54:28.808--ServerSession(524243789)--Connection(372875661)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.808--ServerSession(524243789)--Connection(372875661)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.808--ServerSession(524243789)--Connection(310365878)--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-17 17:54:28.816--ServerSession(524243789)--Connection(372875661)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: query: 2024-04-17 17:54:28.816--ServerSession(524243789)--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-17 17:54:28.816--ServerSession(524243789)--Connection(912744716)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.816--ServerSession(524243789)--Connection(912744716)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.816--ServerSession(524243789)--Connection(1837734788)--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-17 17:54:28.824--ServerSession(524243789)--Connection(912744716)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: query: 2024-04-17 17:54:28.824--ServerSession(524243789)--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-17 17:54:28.824--ServerSession(524243789)--Connection(1577454140)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.824--ServerSession(524243789)--Connection(1577454140)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.824--ServerSession(524243789)--Connection(1399091185)--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-17 17:54:28.833--ServerSession(524243789)--Connection(1577454140)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: metamodel: 2024-04-17 17:54:28.834--ServerSession(524243789)--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-17 17:54:28.834--ServerSession(524243789)--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-17 17:54:28.834--ServerSession(524243789)--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-17 17:54:28.834--ServerSession(524243789)--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-17 17:54:28.834--ServerSession(524243789)--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-17 17:54:28.834--ServerSession(524243789)--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-17 17:54:28.834--ServerSession(524243789)--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-17 17:54:28.834--ServerSession(524243789)--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-17 17:54:28.834--ServerSession(524243789)--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-17 17:54:28.835--ServerSession(524243789)--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-17 17:54:28.835--ServerSession(524243789)--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-17 17:54:28.835--ServerSession(524243789)--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-17 17:54:28.835--ServerSession(524243789)--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-17 17:54:28.835--ServerSession(524243789)--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-17 17:54:28.835--ServerSession(524243789)--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-17 17:54:28.835--ServerSession(524243789)--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-17 17:54:28.835--ServerSession(524243789)--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-17 17:54:28.835--ServerSession(524243789)--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-17 17:54:28.835--ServerSession(524243789)--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-17 17:54:28.835--ServerSession(524243789)--Thread(Thread[main,5,main])--client acquired: 1766297946
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.835--ClientSession(1766297946)--Thread(Thread[main,5,main])--acquire unit of work: 886955858
    [junit] [EL Finest]: transaction: 2024-04-17 17:54:28.835--UnitOfWork(886955858)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: connection: 2024-04-17 17:54:28.84--ServerSession(524243789)--Thread(Thread[main,5,main])--client acquired: 382340553
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.84--ClientSession(382340553)--Thread(Thread[main,5,main])--acquire unit of work: 922070210
    [junit] [EL Finest]: transaction: 2024-04-17 17:54:28.84--UnitOfWork(922070210)--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.265 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa2.embeddable.TestNestedEmbeddables
    [junit] [EL Finer]: connection: 2024-04-17 17:54:28.851--ServerSession(524243789)--Thread(Thread[main,5,main])--client acquired: 1238160207
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.851--ClientSession(1238160207)--Thread(Thread[main,5,main])--acquire unit of work: 185420190
    [junit] [EL Finest]: transaction: 2024-04-17 17:54:28.851--UnitOfWork(185420190)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.851--UnitOfWork(185420190)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: query: 2024-04-17 17:54:28.851--UnitOfWork(185420190)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa2.employee.Employee@91f78b4)
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.851--ServerSession(524243789)--Connection(3495197)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.851--ClientSession(1238160207)--Connection(3495197)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.851--ClientSession(1238160207)--Connection(3495197)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.852--ClientSession(1238160207)--Connection(1922910071)--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-17 17:54:28.852--ClientSession(1238160207)--Connection(1922910071)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.852--ServerSession(524243789)--Connection(3495197)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.852--UnitOfWork(185420190)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.852--UnitOfWork(185420190)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: cache: 2024-04-17 17:54:28.853--UnitOfWork(185420190)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: cache: 2024-04-17 17:54:28.853--ClientSession(1238160207)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.853--UnitOfWork(185420190)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: connection: 2024-04-17 17:54:28.853--ClientSession(1238160207)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: connection: 2024-04-17 17:54:28.853--ServerSession(524243789)--Thread(Thread[main,5,main])--client acquired: 304424559
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.853--ClientSession(304424559)--Thread(Thread[main,5,main])--acquire unit of work: 949097611
    [junit] [EL Finest]: query: 2024-04-17 17:54:28.853--UnitOfWork(949097611)--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-17 17:54:28.853--ServerSession(524243789)--Connection(963687283)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.853--ServerSession(524243789)--Connection(963687283)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.853--ServerSession(524243789)--Connection(1918234480)--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-17 17:54:28.853--ServerSession(524243789)--Connection(963687283)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: connection: 2024-04-17 17:54:28.858--ServerSession(524243789)--Thread(Thread[main,5,main])--client acquired: 1579280091
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.858--ClientSession(1579280091)--Thread(Thread[main,5,main])--acquire unit of work: 533531882
    [junit] [EL Finest]: transaction: 2024-04-17 17:54:28.858--UnitOfWork(533531882)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.858--UnitOfWork(533531882)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: query: 2024-04-17 17:54:28.858--UnitOfWork(533531882)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa2.employee.Person@5c773297)
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.858--ServerSession(524243789)--Connection(160073395)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.858--ClientSession(1579280091)--Connection(160073395)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.858--ClientSession(1579280091)--Connection(160073395)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.859--ClientSession(1579280091)--Connection(2128048436)--Thread(Thread[main,5,main])--INSERT INTO TMP2_PERSON (SSN, NAME, DTYPE) VALUES (?, ?, ?)
    [junit] 	bind => [1234, Emil, Person2]
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.859--ClientSession(1579280091)--Connection(2128048436)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.859--ServerSession(524243789)--Connection(160073395)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.859--UnitOfWork(533531882)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.859--UnitOfWork(533531882)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: connection: 2024-04-17 17:54:28.863--ServerSession(524243789)--Thread(Thread[main,5,main])--client acquired: 1048281966
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.863--ClientSession(1048281966)--Thread(Thread[main,5,main])--acquire unit of work: 755426765
    [junit] [EL Finest]: transaction: 2024-04-17 17:54:28.864--UnitOfWork(755426765)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.864--UnitOfWork(755426765)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: query: 2024-04-17 17:54:28.864--UnitOfWork(755426765)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa2.employee.Employee@1e032081)
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.864--ServerSession(524243789)--Connection(448262431)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.864--ClientSession(1048281966)--Connection(448262431)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.864--ClientSession(1048281966)--Connection(448262431)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.864--ClientSession(1048281966)--Connection(1087788619)--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-17 17:54:28.864--ClientSession(1048281966)--Connection(1087788619)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.865--ServerSession(524243789)--Connection(448262431)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.865--UnitOfWork(755426765)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.865--UnitOfWork(755426765)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: cache: 2024-04-17 17:54:28.865--UnitOfWork(755426765)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: cache: 2024-04-17 17:54:28.865--ClientSession(1048281966)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.865--UnitOfWork(755426765)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: connection: 2024-04-17 17:54:28.865--ClientSession(1048281966)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: connection: 2024-04-17 17:54:28.865--ServerSession(524243789)--Thread(Thread[main,5,main])--client acquired: 1330047443
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.865--ClientSession(1330047443)--Thread(Thread[main,5,main])--acquire unit of work: 1784469037
    [junit] [EL Finest]: query: 2024-04-17 17:54:28.865--UnitOfWork(1784469037)--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-17 17:54:28.865--ServerSession(524243789)--Connection(407548195)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.865--ServerSession(524243789)--Connection(407548195)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.865--ServerSession(524243789)--Connection(671057549)--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-17 17:54:28.865--ServerSession(524243789)--Connection(407548195)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.866--UnitOfWork(1784469037)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: query: 2024-04-17 17:54:28.866--UnitOfWork(1784469037)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa2.employee.Employee@53eea3b2)
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.866--ServerSession(524243789)--Connection(430699299)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.866--ClientSession(1330047443)--Connection(430699299)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.866--ClientSession(1330047443)--Connection(430699299)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.866--ClientSession(1330047443)--Connection(1929273670)--Thread(Thread[main,5,main])--UPDATE TMP2_PERSON SET STREET = ? WHERE (SSN = ?)
    [junit] 	bind => [Dietmar-Hopp-Allee, 5678]
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.866--ClientSession(1330047443)--Connection(1929273670)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.867--ServerSession(524243789)--Connection(430699299)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.867--UnitOfWork(1784469037)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.867--UnitOfWork(1784469037)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: cache: 2024-04-17 17:54:28.867--UnitOfWork(1784469037)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: cache: 2024-04-17 17:54:28.867--ClientSession(1330047443)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.867--UnitOfWork(1784469037)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: connection: 2024-04-17 17:54:28.867--ClientSession(1330047443)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: connection: 2024-04-17 17:54:28.867--ServerSession(524243789)--Thread(Thread[main,5,main])--client acquired: 2061137990
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.867--ClientSession(2061137990)--Thread(Thread[main,5,main])--acquire unit of work: 1009692373
    [junit] [EL Finest]: query: 2024-04-17 17:54:28.867--UnitOfWork(1009692373)--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-17 17:54:28.867--ServerSession(524243789)--Connection(1037769799)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.867--ServerSession(524243789)--Connection(1037769799)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.867--ServerSession(524243789)--Connection(336627518)--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-17 17:54:28.867--ServerSession(524243789)--Connection(1037769799)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: connection: 2024-04-17 17:54:28.872--ServerSession(524243789)--Thread(Thread[main,5,main])--client acquired: 854203033
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.872--ClientSession(854203033)--Thread(Thread[main,5,main])--acquire unit of work: 1112337957
    [junit] [EL Finest]: transaction: 2024-04-17 17:54:28.872--UnitOfWork(1112337957)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.872--UnitOfWork(1112337957)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: query: 2024-04-17 17:54:28.872--UnitOfWork(1112337957)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa2.employee.Employee@372c7c43)
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.872--ServerSession(524243789)--Connection(2047879635)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.872--ClientSession(854203033)--Connection(2047879635)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.872--ClientSession(854203033)--Connection(2047879635)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.872--ClientSession(854203033)--Connection(1602801010)--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-17 17:54:28.872--ClientSession(854203033)--Connection(1602801010)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.873--ServerSession(524243789)--Connection(2047879635)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.873--UnitOfWork(1112337957)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.873--UnitOfWork(1112337957)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: cache: 2024-04-17 17:54:28.873--UnitOfWork(1112337957)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: cache: 2024-04-17 17:54:28.873--ClientSession(854203033)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.873--UnitOfWork(1112337957)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: connection: 2024-04-17 17:54:28.873--ClientSession(854203033)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: connection: 2024-04-17 17:54:28.873--ServerSession(524243789)--Thread(Thread[main,5,main])--client acquired: 390792608
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.873--ClientSession(390792608)--Thread(Thread[main,5,main])--acquire unit of work: 262421665
    [junit] [EL Finest]: query: 2024-04-17 17:54:28.873--UnitOfWork(262421665)--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-17 17:54:28.873--ServerSession(524243789)--Connection(1480292047)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.873--ServerSession(524243789)--Connection(1480292047)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.874--ServerSession(524243789)--Connection(1541106915)--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-17 17:54:28.874--ServerSession(524243789)--Connection(1480292047)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finer]: connection: 2024-04-17 17:54:28.878--ServerSession(524243789)--Thread(Thread[main,5,main])--client acquired: 1039700213
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.878--ClientSession(1039700213)--Thread(Thread[main,5,main])--acquire unit of work: 1823326399
    [junit] [EL Finest]: transaction: 2024-04-17 17:54:28.878--UnitOfWork(1823326399)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.878--UnitOfWork(1823326399)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: query: 2024-04-17 17:54:28.878--UnitOfWork(1823326399)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa2.employee.Employee@4a2534c9)
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.878--ServerSession(524243789)--Connection(306629447)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.878--ClientSession(1039700213)--Connection(306629447)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.878--ClientSession(1039700213)--Connection(306629447)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.879--ClientSession(1039700213)--Connection(1325716529)--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-17 17:54:28.879--ClientSession(1039700213)--Connection(1325716529)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.88--ServerSession(524243789)--Connection(306629447)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.88--UnitOfWork(1823326399)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.88--UnitOfWork(1823326399)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: cache: 2024-04-17 17:54:28.88--UnitOfWork(1823326399)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: cache: 2024-04-17 17:54:28.88--ClientSession(1039700213)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.88--UnitOfWork(1823326399)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: connection: 2024-04-17 17:54:28.88--ClientSession(1039700213)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: connection: 2024-04-17 17:54:28.88--ServerSession(524243789)--Thread(Thread[main,5,main])--client acquired: 90316593
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.88--ClientSession(90316593)--Thread(Thread[main,5,main])--acquire unit of work: 1958841954
    [junit] [EL Finest]: query: 2024-04-17 17:54:28.88--UnitOfWork(1958841954)--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-17 17:54:28.881--ServerSession(524243789)--Connection(1748501849)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.881--ServerSession(524243789)--Connection(1748501849)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.881--ServerSession(524243789)--Connection(946405257)--Thread(Thread[main,5,main])--SELECT NAME FROM TMP2_PERSON WHERE ((STREET = ?) AND (DTYPE = ?))
    [junit] 	bind => [Feldweg, Employee2]
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.881--ServerSession(524243789)--Connection(1748501849)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
    [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa2.embeddable.TestNestedEmbeddedIds
    [junit] [EL Finer]: connection: 2024-04-17 17:54:28.889--ServerSession(524243789)--Thread(Thread[main,5,main])--client acquired: 519845929
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.889--ClientSession(519845929)--Thread(Thread[main,5,main])--acquire unit of work: 1726251840
    [junit] [EL Finest]: transaction: 2024-04-17 17:54:28.89--UnitOfWork(1726251840)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: transaction: 2024-04-17 17:54:28.89--UnitOfWork(1726251840)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finest]: transaction: 2024-04-17 17:54:28.89--UnitOfWork(1726251840)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.89--UnitOfWork(1726251840)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: query: 2024-04-17 17:54:28.89--UnitOfWork(1726251840)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa2.flight.Carrier@70453a3b)
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.89--ServerSession(524243789)--Connection(822973127)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.89--ClientSession(519845929)--Connection(822973127)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.89--ClientSession(519845929)--Connection(822973127)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.89--ClientSession(519845929)--Connection(571588198)--Thread(Thread[main,5,main])--INSERT INTO TMP2_CARRIER (CARRIER_ID, DESCRIPTION) VALUES (?, ?)
    [junit] 	bind => [LH, Lufthansa]
    [junit] [EL Finest]: query: 2024-04-17 17:54:28.891--UnitOfWork(1726251840)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa2.flight.Connection@56bc5774)
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.891--ClientSession(519845929)--Connection(571588198)--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-17 17:54:28.892--UnitOfWork(1726251840)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa2.flight.Flight@328f03a7)
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.892--ClientSession(519845929)--Connection(571588198)--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-17 17:54:28.893--ClientSession(519845929)--Connection(571588198)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.893--ServerSession(524243789)--Connection(822973127)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.893--UnitOfWork(1726251840)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.893--UnitOfWork(1726251840)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: cache: 2024-04-17 17:54:28.893--UnitOfWork(1726251840)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: cache: 2024-04-17 17:54:28.893--ClientSession(519845929)--Thread(Thread[main,5,main])--initialize identitymaps
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.893--UnitOfWork(1726251840)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: connection: 2024-04-17 17:54:28.893--ClientSession(519845929)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: connection: 2024-04-17 17:54:28.893--ServerSession(524243789)--Thread(Thread[main,5,main])--client acquired: 126291695
    [junit] [EL Finer]: transaction: 2024-04-17 17:54:28.893--ClientSession(126291695)--Thread(Thread[main,5,main])--acquire unit of work: 829622944
    [junit] [EL Finest]: query: 2024-04-17 17:54:28.893--UnitOfWork(829622944)--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-17 17:54:28.893--ServerSession(524243789)--Connection(1675660198)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.894--ServerSession(524243789)--Connection(1675660198)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.894--ServerSession(524243789)--Connection(1400181362)--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-17 17:54:28.894--ServerSession(524243789)--Connection(1675660198)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: query: 2024-04-17 17:54:28.894--UnitOfWork(829622944)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="connection" referenceClass=Connection )
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.894--ServerSession(524243789)--Connection(1377637372)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.894--ServerSession(524243789)--Connection(1377637372)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.894--ServerSession(524243789)--Connection(1219740863)--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-17 17:54:28.895--ServerSession(524243789)--Connection(1377637372)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] [EL Finest]: query: 2024-04-17 17:54:28.895--UnitOfWork(829622944)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="carrier" referenceClass=Carrier )
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.895--ServerSession(524243789)--Connection(1349792159)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read].
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.895--ServerSession(524243789)--Connection(1349792159)--Thread(Thread[main,5,main])--reconnecting to external connection pool
    [junit] [EL Fine]: sql: 2024-04-17 17:54:28.895--ServerSession(524243789)--Connection(1866316070)--Thread(Thread[main,5,main])--SELECT CARRIER_ID, DESCRIPTION FROM TMP2_CARRIER WHERE (CARRIER_ID = ?)
    [junit] 	bind => [LH]
    [junit] [EL Finest]: connection: 2024-04-17 17:54:28.895--ServerSession(524243789)--Connection(1349792159)--Thread(Thread[main,5,main])--Connection released to connection pool [read].
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 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: 948ms

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.v20240417-36e9af724e.jar'
     [echo] core.lib              ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.core_2.7.15.v20240417-36e9af724e.jar'
     [echo] moxy.lib              ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.moxy_2.7.15.v20240417-36e9af724e.jar'
     [echo] jpa.lib               ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.jpa_2.7.15.v20240417-36e9af724e.jar'
     [echo] jpars.lib             ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.jpars_2.7.15.v20240417-36e9af724e.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 17, 2024 5:54:30 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-17 17:54:30.977--ServerSession(507819576)--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.v20240417-36e9af724e
    [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.v20240417-36e9af724e
    [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.v20240417-36e9af724e
    [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.v20240417-36e9af724e): 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, 1713376472737, 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, 1713376472737, 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, 1713376472737, 2, 22]
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY 4692302b-bc9f-46d7-bcfd-eccb170f505d
    [junit] [EL Warning]: metadata: 2024-04-17 17:54:32.784--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-17 17:54:32.789--ServerSession(809439796)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: moxy: 2024-04-17 17:54:32.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.oxm.OXMJavaModelInputImpl
    [junit] [EL Finest]: jpars: 2024-04-17 17:54:32.888--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 4692302b-bc9f-46d7-bcfd-eccb170f505d
    [junit] [EL Finest]: jpars: 2024-04-17 17:54:32.91--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 4692302b-bc9f-46d7-bcfd-eccb170f505d 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 4692302b-bc9f-46d7-bcfd-eccb170f505d
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 4692302b-bc9f-46d7-bcfd-eccb170f505d 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 4692302b-bc9f-46d7-bcfd-eccb170f505d
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 4692302b-bc9f-46d7-bcfd-eccb170f505d 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 93a17b06-d20d-4551-ae10-538e15af5dff
    [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 7e784a4b-03f9-49fa-80de-1b11c80cff15
    [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 12ec5a65-b8f7-4eef-8b47-5bf695641172
    [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 12ec5a65-b8f7-4eef-8b47-5bf695641172
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 12ec5a65-b8f7-4eef-8b47-5bf695641172 [{"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 12ec5a65-b8f7-4eef-8b47-5bf695641172
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 12ec5a65-b8f7-4eef-8b47-5bf695641172 [{"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 0c2804d7-5857-44aa-b1e4-04cd3d85f481
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 0c2804d7-5857-44aa-b1e4-04cd3d85f481
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 0c2804d7-5857-44aa-b1e4-04cd3d85f481 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 0c2804d7-5857-44aa-b1e4-04cd3d85f481
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 0c2804d7-5857-44aa-b1e4-04cd3d85f481 [{"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 0c2804d7-5857-44aa-b1e4-04cd3d85f481
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 0c2804d7-5857-44aa-b1e4-04cd3d85f481 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 b95bdbaf-f685-46ce-a0f5-bbc5abbf076a
    [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 b95bdbaf-f685-46ce-a0f5-bbc5abbf076a
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN b95bdbaf-f685-46ce-a0f5-bbc5abbf076a 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 75930232-e843-404c-b79c-61f73b8f3da5
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV1--ENTRY 75930232-e843-404c-b79c-61f73b8f3da5
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getTypesInternal--ENTRY c2498abe-0e26-4f3e-aed5-f4d29271f847
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getDescriptorMetadataInternal--ENTRY 746f6b01-b302-437a-b026-cb36cead099c
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getQueriesMetadataInternal--ENTRY 388eb074-0fb9-4ae1-87b1-dfbfa9d5c39a
    [junit] [EL Finest]: jpars: 2024-04-17 17:54:33.065--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 388eb074-0fb9-4ae1-87b1-dfbfa9d5c39a
    [junit] [EL Finest]: jpars: 2024-04-17 17:54:33.066--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 388eb074-0fb9-4ae1-87b1-dfbfa9d5c39a 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 70132f61-0eb0-4b8b-96a0-9757568e803b
    [junit] [EL Finest]: jpars: 2024-04-17 17:54:33.066--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 70132f61-0eb0-4b8b-96a0-9757568e803b
    [junit] [EL Finest]: jpars: 2024-04-17 17:54:33.067--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 70132f61-0eb0-4b8b-96a0-9757568e803b org.eclipse.persistence.jpars.test.model.multitenant.Account org.eclipse.persistence.jpars.test.model.multitenant.Account@74606204
    [junit] [EL Finest]: jpars: 2024-04-17 17:54:33.073--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 70132f61-0eb0-4b8b-96a0-9757568e803b
    [junit] [EL Finest]: jpars: 2024-04-17 17:54:33.073--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 70132f61-0eb0-4b8b-96a0-9757568e803b 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 45a3e88c-6c7d-44ef-b4f7-8de232aeb21d
    [junit] [EL Finest]: jpars: 2024-04-17 17:54:33.076--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 45a3e88c-6c7d-44ef-b4f7-8de232aeb21d
    [junit] [EL Finest]: jpars: 2024-04-17 17:54:33.077--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 45a3e88c-6c7d-44ef-b4f7-8de232aeb21d 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 e9239ef6-564b-46f5-ae0a-c5aee69fb454
    [junit] [EL Severe]: jpars: 2024-04-17 17:54:33.079--ServerSession(809439796)--requestId: e9239ef6-564b-46f5-ae0a-c5aee69fb454. 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 abee2a00-f72b-4d49-bc77-ad7d3bc21f91
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV1--ENTRY abee2a00-f72b-4d49-bc77-ad7d3bc21f91
    [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 db592ebe-8e61-445e-8e9b-715358dc6e2c
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY db592ebe-8e61-445e-8e9b-715358dc6e2c
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN db592ebe-8e61-445e-8e9b-715358dc6e2c 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 db592ebe-8e61-445e-8e9b-715358dc6e2c
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN db592ebe-8e61-445e-8e9b-715358dc6e2c [{"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 334ccfa2-97a3-40e6-9570-a78a601fca7f
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 334ccfa2-97a3-40e6-9570-a78a601fca7f
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 334ccfa2-97a3-40e6-9570-a78a601fca7f 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 334ccfa2-97a3-40e6-9570-a78a601fca7f
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 334ccfa2-97a3-40e6-9570-a78a601fca7f [{"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 334ccfa2-97a3-40e6-9570-a78a601fca7f
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 334ccfa2-97a3-40e6-9570-a78a601fca7f 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 2da3a405-bfd8-4f00-a9b2-908793f0a305
    [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 2da3a405-bfd8-4f00-a9b2-908793f0a305
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 2da3a405-bfd8-4f00-a9b2-908793f0a305 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 e733f31c-4c9f-4de2-b3fd-e10cf52bb4b3
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY e733f31c-4c9f-4de2-b3fd-e10cf52bb4b3
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN e733f31c-4c9f-4de2-b3fd-e10cf52bb4b3 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 e733f31c-4c9f-4de2-b3fd-e10cf52bb4b3
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN e733f31c-4c9f-4de2-b3fd-e10cf52bb4b3 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 90eb6b74-2215-4b7e-8313-0e0c2f9ff3ff
    [junit] [EL Finest]: jpars: 2024-04-17 17:54:33.152--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 90eb6b74-2215-4b7e-8313-0e0c2f9ff3ff
    [junit] [EL Finest]: jpars: 2024-04-17 17:54:33.154--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 90eb6b74-2215-4b7e-8313-0e0c2f9ff3ff org.eclipse.persistence.jpars.test.model.auction.StaticBid {"amount":110.0,"id":5,"time":1713376472737,"_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-17 17:54:33.156--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 90eb6b74-2215-4b7e-8313-0e0c2f9ff3ff
    [junit] [EL Finest]: jpars: 2024-04-17 17:54:33.157--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 90eb6b74-2215-4b7e-8313-0e0c2f9ff3ff 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 67133e5f-3a04-48f6-b33f-fb89695f9f6c
    [junit] [EL Finest]: jpars: 2024-04-17 17:54:33.157--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 67133e5f-3a04-48f6-b33f-fb89695f9f6c
    [junit] [EL Finest]: jpars: 2024-04-17 17:54:33.158--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 67133e5f-3a04-48f6-b33f-fb89695f9f6c org.eclipse.persistence.jpars.test.model.auction.StaticUser org.eclipse.persistence.jpars.test.model.auction.StaticUser@4640195a
    [junit] [EL Finest]: jpars: 2024-04-17 17:54:33.161--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 67133e5f-3a04-48f6-b33f-fb89695f9f6c
    [junit] [EL Finest]: jpars: 2024-04-17 17:54:33.162--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 67133e5f-3a04-48f6-b33f-fb89695f9f6c org.eclipse.persistence.jpars.test.model.auction.StaticBid {"amount":110.0,"id":5,"time":1713376472737,"_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 67133e5f-3a04-48f6-b33f-fb89695f9f6c
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 67133e5f-3a04-48f6-b33f-fb89695f9f6c 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 abe174b4-6e97-431e-90e7-be79d30d1b1e
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY abe174b4-6e97-431e-90e7-be79d30d1b1e
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN abe174b4-6e97-431e-90e7-be79d30d1b1e 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 abe174b4-6e97-431e-90e7-be79d30d1b1e
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN abe174b4-6e97-431e-90e7-be79d30d1b1e 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 767af90f-adf9-4504-89dd-7042459eb377
    [junit] [EL Finest]: jpars: 2024-04-17 17:54:33.178--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 767af90f-adf9-4504-89dd-7042459eb377
    [junit] [EL Finest]: jpars: 2024-04-17 17:54:33.19--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 767af90f-adf9-4504-89dd-7042459eb377 {"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.v20240417-36e9af724e
    [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.v20240417-36e9af724e): 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 767af90f-adf9-4504-89dd-7042459eb377
    [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 767af90f-adf9-4504-89dd-7042459eb377 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 767af90f-adf9-4504-89dd-7042459eb377
    [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, 1713376473382, null, 2002]
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 767af90f-adf9-4504-89dd-7042459eb377
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 767af90f-adf9-4504-89dd-7042459eb377 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, 1713376473395, 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, 1713376473395, null, null]
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 767af90f-adf9-4504-89dd-7042459eb377
    [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 767af90f-adf9-4504-89dd-7042459eb377 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.v20240417-36e9af724e
    [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-17, 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 767af90f-adf9-4504-89dd-7042459eb377
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 767af90f-adf9-4504-89dd-7042459eb377 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-17, 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 767af90f-adf9-4504-89dd-7042459eb377
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 767af90f-adf9-4504-89dd-7042459eb377 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 767af90f-adf9-4504-89dd-7042459eb377
    [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 767af90f-adf9-4504-89dd-7042459eb377 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 767af90f-adf9-4504-89dd-7042459eb377
    [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, 1713376473846, null, 2002]
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 767af90f-adf9-4504-89dd-7042459eb377
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 767af90f-adf9-4504-89dd-7042459eb377 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, 1713376473854, 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, 1713376473854, null, null]
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 767af90f-adf9-4504-89dd-7042459eb377
    [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 767af90f-adf9-4504-89dd-7042459eb377 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-17, 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 767af90f-adf9-4504-89dd-7042459eb377
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 767af90f-adf9-4504-89dd-7042459eb377 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-17, 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 767af90f-adf9-4504-89dd-7042459eb377
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 767af90f-adf9-4504-89dd-7042459eb377 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 a990a6af-b620-459e-9513-ca8bbd9057f8
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQueryMetadataResponse--ENTRY f591330d-db0e-4188-99ea-418d22cb654d
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY 3ee108e7-a1de-4647-a257-b5600f86e39b
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--buildEntityOptionsResponse--ENTRY ab2d5f93-c07b-4cd7-9ebf-8ec4499c9e3c
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildMetadataCatalogResponse--ENTRY 9c2cdb33-9e15-4bd4-b941-af4caf06ea98
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--buildQueryOptionsResponse--ENTRY ac12c707-973e-4563-8716-0ae486ce322b
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntitySchemaResponse--ENTRY ea25a9ab-47fa-432c-aca4-1f51017b4de9
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY 1ed95551-513e-407d-9233-982eaa6b2d3d
    [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 17, 2024 5:54:34 PM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshalAuction
    [junit] INFO: <?xml version="1.0" encoding="UTF-8"?><staticAuction><bids><links rel="self" href="http://localhost:7001/eclipselink.jpars.test/persistence/v2.0/jpars_auction-static/entity/StaticAuction/1/bids"/><links rel="canonical" href="http://localhost:7001/eclipselink.jpars.test/persistence/v2.0/jpars_auction-static/entity/StaticAuction/1/bids"/></bids><description>Test Auction Description</description><endPrice>0.0</endPrice><id>1</id><name>Test Auction</name><sold>false</sold><startPrice>0.0</startPrice></staticAuction>
    [junit] Apr 17, 2024 5:54:34 PM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshal
    [junit] INFO: <?xml version="1.0" encoding="UTF-8"?><staticBid><amount>100.0</amount><id>20</id><time>1713376474040</time><user><links rel="canonical" href="http://localhost:7001/eclipselink.jpars.test/persistence/v2.0/jpars_auction-static/entity/StaticUser/22"/></user></staticBid>
    [junit] Apr 17, 2024 5:54:34 PM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshal
    [junit] INFO: <?xml version="1.0" encoding="UTF-8"?><staticUser><address><links rel="canonical" href="http://localhost:7001/eclipselink.jpars.test/persistence/v2.0/jpars_auction-static/entity/StaticAddress/67+Home"/></address><id>22</id><name>Brahms</name><version>0</version><links rel="canonical" href="http://localhost:7001/eclipselink.jpars.test/persistence/v2.0/jpars_auction-static/entity/StaticUser/22"/></staticUser>
    [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, 1713376474020, 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, 1713376474020, 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, 1713376474020, null, 2002]
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 1ed95551-513e-407d-9233-982eaa6b2d3d
    [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 1ed95551-513e-407d-9233-982eaa6b2d3d 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 1ed95551-513e-407d-9233-982eaa6b2d3d
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 1ed95551-513e-407d-9233-982eaa6b2d3d 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 1ed95551-513e-407d-9233-982eaa6b2d3d
    [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 1ed95551-513e-407d-9233-982eaa6b2d3d 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 1ed95551-513e-407d-9233-982eaa6b2d3d
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 1ed95551-513e-407d-9233-982eaa6b2d3d 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 1ed95551-513e-407d-9233-982eaa6b2d3d
    [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 1ed95551-513e-407d-9233-982eaa6b2d3d 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-17, 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 1ed95551-513e-407d-9233-982eaa6b2d3d
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 1ed95551-513e-407d-9233-982eaa6b2d3d 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-17, 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 1ed95551-513e-407d-9233-982eaa6b2d3d
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 1ed95551-513e-407d-9233-982eaa6b2d3d 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.v20240417-36e9af724e
    [junit] Apr 17, 2024 5:54:34 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 17, 2024 5:54:34 PM org.eclipse.persistence.jpars.test.service.v2.LinksTest testLinksXml
    [junit] INFO: <?xml version="1.0" encoding="UTF-8"?><basket><basketItems><links rel="self" href="http://localhost:7001/eclipselink.jpars.test/persistence/v2.0/jpars_basket-static/entity/Basket/1/basketItems"/><links rel="canonical" href="http://localhost:7001/eclipselink.jpars.test/persistence/v2.0/jpars_basket-static/entity/Basket/1/basketItems"/></basketItems><id>1</id><name>Basket1</name></basket>
    [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 724cb7da-4dc7-4398-bb4f-f978ea227b5c
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV2--ENTRY 724cb7da-4dc7-4398-bb4f-f978ea227b5c
    [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] Apr 17, 2024 5:54:34 PM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshalAuction
    [junit] INFO: <?xml version="1.0" encoding="UTF-8"?><staticAuction><bids><links rel="self" href="http://localhost:7001/eclipselink.jpars.test/persistence/latest/jpars_auction-static/entity/StaticAuction/1/bids"/><links rel="canonical" href="http://localhost:7001/eclipselink.jpars.test/persistence/latest/jpars_auction-static/entity/StaticAuction/1/bids"/></bids><description>Test Auction Description</description><endPrice>0.0</endPrice><id>1</id><name>Test Auction</name><sold>false</sold><startPrice>0.0</startPrice></staticAuction>
    [junit] Apr 17, 2024 5:54:34 PM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshal
    [junit] INFO: <?xml version="1.0" encoding="UTF-8"?><staticBid><amount>100.0</amount><id>20</id><time>1713376474284</time><user><links rel="canonical" href="http://localhost:7001/eclipselink.jpars.test/persistence/latest/jpars_auction-static/entity/StaticUser/22"/></user></staticBid>
    [junit] Apr 17, 2024 5:54:34 PM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshal
    [junit] INFO: <?xml version="1.0" encoding="UTF-8"?><staticUser><address><links rel="canonical" href="http://localhost:7001/eclipselink.jpars.test/persistence/latest/jpars_auction-static/entity/StaticAddress/67+Home"/></address><id>22</id><name>Brahms</name><version>0</version><links rel="canonical" href="http://localhost:7001/eclipselink.jpars.test/persistence/latest/jpars_auction-static/entity/StaticUser/22"/></staticUser>
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntityMetadataResponse--ENTRY c15c38b6-411f-41c0-9535-7702dcac0357
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQueryMetadataResponse--ENTRY d200e297-a342-46cf-a94f-23d6acb6ef87
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY e5c1f538-c195-4789-a001-4d6e1c47d6cb
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--buildEntityOptionsResponse--ENTRY e07f5676-4fd6-4798-b745-eec6ac9da1c5
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildMetadataCatalogResponse--ENTRY 6435efb2-0894-48d9-8ebb-56fc3bad474c
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--buildQueryOptionsResponse--ENTRY edae0dc6-5829-4214-9055-a2f0406d5a17
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntitySchemaResponse--ENTRY 2d4c7fb4-f475-47b8-8afd-26cf1ff30266
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY 9c768245-125e-40b1-a5c6-a6cd0d4b9a2d
    [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, 1713376474272, 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, 1713376474272, 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, 1713376474272, 1, null]
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 9c768245-125e-40b1-a5c6-a6cd0d4b9a2d
    [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 9c768245-125e-40b1-a5c6-a6cd0d4b9a2d 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 9c768245-125e-40b1-a5c6-a6cd0d4b9a2d
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 9c768245-125e-40b1-a5c6-a6cd0d4b9a2d 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 9c768245-125e-40b1-a5c6-a6cd0d4b9a2d
    [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 9c768245-125e-40b1-a5c6-a6cd0d4b9a2d 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 9c768245-125e-40b1-a5c6-a6cd0d4b9a2d
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 9c768245-125e-40b1-a5c6-a6cd0d4b9a2d 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 9c768245-125e-40b1-a5c6-a6cd0d4b9a2d
    [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 9c768245-125e-40b1-a5c6-a6cd0d4b9a2d 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-17, 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 9c768245-125e-40b1-a5c6-a6cd0d4b9a2d
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 9c768245-125e-40b1-a5c6-a6cd0d4b9a2d 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] Apr 17, 2024 5:54:34 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 17, 2024 5:54:34 PM org.eclipse.persistence.jpars.test.service.v2.LinksTest testLinksXml
    [junit] INFO: <?xml version="1.0" encoding="UTF-8"?><basket><basketItems><links rel="self" href="http://localhost:7001/eclipselink.jpars.test/persistence/latest/jpars_basket-static/entity/Basket/1/basketItems"/><links rel="canonical" href="http://localhost:7001/eclipselink.jpars.test/persistence/latest/jpars_basket-static/entity/Basket/1/basketItems"/></basketItems><id>1</id><name>Basket1</name></basket>
    [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-17, 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 9c768245-125e-40b1-a5c6-a6cd0d4b9a2d
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 9c768245-125e-40b1-a5c6-a6cd0d4b9a2d 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 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 a8d897f6-dfb9-46d9-955e-b1ee3cac19d4
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV2--ENTRY a8d897f6-dfb9-46d9-955e-b1ee3cac19d4
    [junit] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.931 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.v20240417-36e9af724e
    [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.v20240417-36e9af724e
    [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.v20240417-36e9af724e
    [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.v20240417-36e9af724e): 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, 1713376472737, 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, 1713376472737, 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, 1713376472737, 2, 22]
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY 4692302b-bc9f-46d7-bcfd-eccb170f505d
    [junit] [EL Warning]: metadata: 2024-04-17 17:54:32.784--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-17 17:54:32.789--ServerSession(809439796)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] [EL Warning]: moxy: 2024-04-17 17:54:32.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.oxm.OXMJavaModelInputImpl
    [junit] [EL Finest]: jpars: 2024-04-17 17:54:32.888--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 4692302b-bc9f-46d7-bcfd-eccb170f505d
    [junit] [EL Finest]: jpars: 2024-04-17 17:54:32.91--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 4692302b-bc9f-46d7-bcfd-eccb170f505d 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 4692302b-bc9f-46d7-bcfd-eccb170f505d
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 4692302b-bc9f-46d7-bcfd-eccb170f505d 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 4692302b-bc9f-46d7-bcfd-eccb170f505d
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 4692302b-bc9f-46d7-bcfd-eccb170f505d 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 93a17b06-d20d-4551-ae10-538e15af5dff
    [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 7e784a4b-03f9-49fa-80de-1b11c80cff15
    [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 12ec5a65-b8f7-4eef-8b47-5bf695641172
    [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 12ec5a65-b8f7-4eef-8b47-5bf695641172
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 12ec5a65-b8f7-4eef-8b47-5bf695641172 [{"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 12ec5a65-b8f7-4eef-8b47-5bf695641172
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 12ec5a65-b8f7-4eef-8b47-5bf695641172 [{"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 0c2804d7-5857-44aa-b1e4-04cd3d85f481
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 0c2804d7-5857-44aa-b1e4-04cd3d85f481
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 0c2804d7-5857-44aa-b1e4-04cd3d85f481 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 0c2804d7-5857-44aa-b1e4-04cd3d85f481
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 0c2804d7-5857-44aa-b1e4-04cd3d85f481 [{"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 0c2804d7-5857-44aa-b1e4-04cd3d85f481
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 0c2804d7-5857-44aa-b1e4-04cd3d85f481 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 b95bdbaf-f685-46ce-a0f5-bbc5abbf076a
    [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 b95bdbaf-f685-46ce-a0f5-bbc5abbf076a
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN b95bdbaf-f685-46ce-a0f5-bbc5abbf076a 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 75930232-e843-404c-b79c-61f73b8f3da5
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV1--ENTRY 75930232-e843-404c-b79c-61f73b8f3da5
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getTypesInternal--ENTRY c2498abe-0e26-4f3e-aed5-f4d29271f847
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getDescriptorMetadataInternal--ENTRY 746f6b01-b302-437a-b026-cb36cead099c
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getQueriesMetadataInternal--ENTRY 388eb074-0fb9-4ae1-87b1-dfbfa9d5c39a
    [junit] [EL Finest]: jpars: 2024-04-17 17:54:33.065--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 388eb074-0fb9-4ae1-87b1-dfbfa9d5c39a
    [junit] [EL Finest]: jpars: 2024-04-17 17:54:33.066--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 388eb074-0fb9-4ae1-87b1-dfbfa9d5c39a 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 70132f61-0eb0-4b8b-96a0-9757568e803b
    [junit] [EL Finest]: jpars: 2024-04-17 17:54:33.066--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 70132f61-0eb0-4b8b-96a0-9757568e803b
    [junit] [EL Finest]: jpars: 2024-04-17 17:54:33.067--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 70132f61-0eb0-4b8b-96a0-9757568e803b org.eclipse.persistence.jpars.test.model.multitenant.Account org.eclipse.persistence.jpars.test.model.multitenant.Account@74606204
    [junit] [EL Finest]: jpars: 2024-04-17 17:54:33.073--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 70132f61-0eb0-4b8b-96a0-9757568e803b
    [junit] [EL Finest]: jpars: 2024-04-17 17:54:33.073--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 70132f61-0eb0-4b8b-96a0-9757568e803b 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 45a3e88c-6c7d-44ef-b4f7-8de232aeb21d
    [junit] [EL Finest]: jpars: 2024-04-17 17:54:33.076--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 45a3e88c-6c7d-44ef-b4f7-8de232aeb21d
    [junit] [EL Finest]: jpars: 2024-04-17 17:54:33.077--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 45a3e88c-6c7d-44ef-b4f7-8de232aeb21d 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 e9239ef6-564b-46f5-ae0a-c5aee69fb454
    [junit] [EL Severe]: jpars: 2024-04-17 17:54:33.079--ServerSession(809439796)--requestId: e9239ef6-564b-46f5-ae0a-c5aee69fb454. 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 abee2a00-f72b-4d49-bc77-ad7d3bc21f91
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV1--ENTRY abee2a00-f72b-4d49-bc77-ad7d3bc21f91
    [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 db592ebe-8e61-445e-8e9b-715358dc6e2c
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY db592ebe-8e61-445e-8e9b-715358dc6e2c
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN db592ebe-8e61-445e-8e9b-715358dc6e2c 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 db592ebe-8e61-445e-8e9b-715358dc6e2c
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN db592ebe-8e61-445e-8e9b-715358dc6e2c [{"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 334ccfa2-97a3-40e6-9570-a78a601fca7f
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 334ccfa2-97a3-40e6-9570-a78a601fca7f
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 334ccfa2-97a3-40e6-9570-a78a601fca7f 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 334ccfa2-97a3-40e6-9570-a78a601fca7f
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 334ccfa2-97a3-40e6-9570-a78a601fca7f [{"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 334ccfa2-97a3-40e6-9570-a78a601fca7f
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 334ccfa2-97a3-40e6-9570-a78a601fca7f 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 2da3a405-bfd8-4f00-a9b2-908793f0a305
    [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 2da3a405-bfd8-4f00-a9b2-908793f0a305
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 2da3a405-bfd8-4f00-a9b2-908793f0a305 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 e733f31c-4c9f-4de2-b3fd-e10cf52bb4b3
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY e733f31c-4c9f-4de2-b3fd-e10cf52bb4b3
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN e733f31c-4c9f-4de2-b3fd-e10cf52bb4b3 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 e733f31c-4c9f-4de2-b3fd-e10cf52bb4b3
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN e733f31c-4c9f-4de2-b3fd-e10cf52bb4b3 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 90eb6b74-2215-4b7e-8313-0e0c2f9ff3ff
    [junit] [EL Finest]: jpars: 2024-04-17 17:54:33.152--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 90eb6b74-2215-4b7e-8313-0e0c2f9ff3ff
    [junit] [EL Finest]: jpars: 2024-04-17 17:54:33.154--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 90eb6b74-2215-4b7e-8313-0e0c2f9ff3ff org.eclipse.persistence.jpars.test.model.auction.StaticBid {"amount":110.0,"id":5,"time":1713376472737,"_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-17 17:54:33.156--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 90eb6b74-2215-4b7e-8313-0e0c2f9ff3ff
    [junit] [EL Finest]: jpars: 2024-04-17 17:54:33.157--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 90eb6b74-2215-4b7e-8313-0e0c2f9ff3ff 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 67133e5f-3a04-48f6-b33f-fb89695f9f6c
    [junit] [EL Finest]: jpars: 2024-04-17 17:54:33.157--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 67133e5f-3a04-48f6-b33f-fb89695f9f6c
    [junit] [EL Finest]: jpars: 2024-04-17 17:54:33.158--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 67133e5f-3a04-48f6-b33f-fb89695f9f6c org.eclipse.persistence.jpars.test.model.auction.StaticUser org.eclipse.persistence.jpars.test.model.auction.StaticUser@4640195a
    [junit] [EL Finest]: jpars: 2024-04-17 17:54:33.161--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 67133e5f-3a04-48f6-b33f-fb89695f9f6c
    [junit] [EL Finest]: jpars: 2024-04-17 17:54:33.162--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 67133e5f-3a04-48f6-b33f-fb89695f9f6c org.eclipse.persistence.jpars.test.model.auction.StaticBid {"amount":110.0,"id":5,"time":1713376472737,"_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 67133e5f-3a04-48f6-b33f-fb89695f9f6c
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 67133e5f-3a04-48f6-b33f-fb89695f9f6c 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 abe174b4-6e97-431e-90e7-be79d30d1b1e
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY abe174b4-6e97-431e-90e7-be79d30d1b1e
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN abe174b4-6e97-431e-90e7-be79d30d1b1e 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 abe174b4-6e97-431e-90e7-be79d30d1b1e
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN abe174b4-6e97-431e-90e7-be79d30d1b1e 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 767af90f-adf9-4504-89dd-7042459eb377
    [junit] [EL Finest]: jpars: 2024-04-17 17:54:33.178--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 767af90f-adf9-4504-89dd-7042459eb377
    [junit] [EL Finest]: jpars: 2024-04-17 17:54:33.19--ServerSession(809439796)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 767af90f-adf9-4504-89dd-7042459eb377 {"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.v20240417-36e9af724e
    [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.v20240417-36e9af724e): 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 767af90f-adf9-4504-89dd-7042459eb377
    [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 767af90f-adf9-4504-89dd-7042459eb377 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 767af90f-adf9-4504-89dd-7042459eb377
    [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, 1713376473382, null, 2002]
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 767af90f-adf9-4504-89dd-7042459eb377
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 767af90f-adf9-4504-89dd-7042459eb377 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, 1713376473395, 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, 1713376473395, null, null]
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 767af90f-adf9-4504-89dd-7042459eb377
    [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 767af90f-adf9-4504-89dd-7042459eb377 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.v20240417-36e9af724e
    [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-17, 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 767af90f-adf9-4504-89dd-7042459eb377
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 767af90f-adf9-4504-89dd-7042459eb377 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-17, 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 767af90f-adf9-4504-89dd-7042459eb377
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 767af90f-adf9-4504-89dd-7042459eb377 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 767af90f-adf9-4504-89dd-7042459eb377
    [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 767af90f-adf9-4504-89dd-7042459eb377 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 767af90f-adf9-4504-89dd-7042459eb377
    [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, 1713376473846, null, 2002]
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 767af90f-adf9-4504-89dd-7042459eb377
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 767af90f-adf9-4504-89dd-7042459eb377 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, 1713376473854, 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, 1713376473854, null, null]
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 767af90f-adf9-4504-89dd-7042459eb377
    [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 767af90f-adf9-4504-89dd-7042459eb377 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-17, 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 767af90f-adf9-4504-89dd-7042459eb377
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 767af90f-adf9-4504-89dd-7042459eb377 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-17, 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 767af90f-adf9-4504-89dd-7042459eb377
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 767af90f-adf9-4504-89dd-7042459eb377 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 a990a6af-b620-459e-9513-ca8bbd9057f8
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQueryMetadataResponse--ENTRY f591330d-db0e-4188-99ea-418d22cb654d
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY 3ee108e7-a1de-4647-a257-b5600f86e39b
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--buildEntityOptionsResponse--ENTRY ab2d5f93-c07b-4cd7-9ebf-8ec4499c9e3c
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildMetadataCatalogResponse--ENTRY 9c2cdb33-9e15-4bd4-b941-af4caf06ea98
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--buildQueryOptionsResponse--ENTRY ac12c707-973e-4563-8716-0ae486ce322b
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntitySchemaResponse--ENTRY ea25a9ab-47fa-432c-aca4-1f51017b4de9
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY 1ed95551-513e-407d-9233-982eaa6b2d3d
    [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, 1713376474020, 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, 1713376474020, 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, 1713376474020, null, 2002]
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 1ed95551-513e-407d-9233-982eaa6b2d3d
    [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 1ed95551-513e-407d-9233-982eaa6b2d3d 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 1ed95551-513e-407d-9233-982eaa6b2d3d
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 1ed95551-513e-407d-9233-982eaa6b2d3d 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 1ed95551-513e-407d-9233-982eaa6b2d3d
    [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 1ed95551-513e-407d-9233-982eaa6b2d3d 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 1ed95551-513e-407d-9233-982eaa6b2d3d
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 1ed95551-513e-407d-9233-982eaa6b2d3d 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 1ed95551-513e-407d-9233-982eaa6b2d3d
    [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 1ed95551-513e-407d-9233-982eaa6b2d3d 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-17, 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 1ed95551-513e-407d-9233-982eaa6b2d3d
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 1ed95551-513e-407d-9233-982eaa6b2d3d 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-17, 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 1ed95551-513e-407d-9233-982eaa6b2d3d
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 1ed95551-513e-407d-9233-982eaa6b2d3d 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.v20240417-36e9af724e
    [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 724cb7da-4dc7-4398-bb4f-f978ea227b5c
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV2--ENTRY 724cb7da-4dc7-4398-bb4f-f978ea227b5c
    [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 c15c38b6-411f-41c0-9535-7702dcac0357
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQueryMetadataResponse--ENTRY d200e297-a342-46cf-a94f-23d6acb6ef87
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY e5c1f538-c195-4789-a001-4d6e1c47d6cb
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--buildEntityOptionsResponse--ENTRY e07f5676-4fd6-4798-b745-eec6ac9da1c5
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildMetadataCatalogResponse--ENTRY 6435efb2-0894-48d9-8ebb-56fc3bad474c
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--buildQueryOptionsResponse--ENTRY edae0dc6-5829-4214-9055-a2f0406d5a17
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntitySchemaResponse--ENTRY 2d4c7fb4-f475-47b8-8afd-26cf1ff30266
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY 9c768245-125e-40b1-a5c6-a6cd0d4b9a2d
    [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, 1713376474272, 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, 1713376474272, 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, 1713376474272, 1, null]
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 9c768245-125e-40b1-a5c6-a6cd0d4b9a2d
    [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 9c768245-125e-40b1-a5c6-a6cd0d4b9a2d 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 9c768245-125e-40b1-a5c6-a6cd0d4b9a2d
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 9c768245-125e-40b1-a5c6-a6cd0d4b9a2d 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 9c768245-125e-40b1-a5c6-a6cd0d4b9a2d
    [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 9c768245-125e-40b1-a5c6-a6cd0d4b9a2d 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 9c768245-125e-40b1-a5c6-a6cd0d4b9a2d
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 9c768245-125e-40b1-a5c6-a6cd0d4b9a2d 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 9c768245-125e-40b1-a5c6-a6cd0d4b9a2d
    [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 9c768245-125e-40b1-a5c6-a6cd0d4b9a2d 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-17, 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 9c768245-125e-40b1-a5c6-a6cd0d4b9a2d
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 9c768245-125e-40b1-a5c6-a6cd0d4b9a2d 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-17, 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 9c768245-125e-40b1-a5c6-a6cd0d4b9a2d
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 9c768245-125e-40b1-a5c6-a6cd0d4b9a2d 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 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 a8d897f6-dfb9-46d9-955e-b1ee3cac19d4
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV2--ENTRY a8d897f6-dfb9-46d9-955e-b1ee3cac19d4
    [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: 50ms

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.v20240417-36e9af724e.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.936 sec
    [junit] Running org.eclipse.persistence.testing.jaxb.JAXBTestSuite2
    [junit] [EL Warning]: connection: 2024-04-17 10:54:59.026--Exception [EclipseLink-7100] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 10:54:59.099--Exception [EclipseLink-7100] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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] <?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
    [junit] 
    [junit]     Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved.
    [junit] 
    [junit]     This program and the accompanying materials are made available under the
    [junit]     terms of the Eclipse Public License v. 2.0 which is available at
    [junit]     http://www.eclipse.org/legal/epl-2.0,
    [junit]     or the Eclipse Distribution License v. 1.0 which is available at
    [junit]     http://www.eclipse.org/org/documents/edl-v10.php.
    [junit] 
    [junit]     SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
    [junit] 
    [junit] --><employee><!-- Comment 1 --><name>Matt</name><!-- Comment 2 --><address/><phone>123-4567</phone><phone/><phone>234-5678</phone></employee><?xml version="1.0" encoding="UTF-8"?><employee><!-- Comment 1 --><name>Matt</name><!-- Comment 2 --><address/><phone>123-4567</phone><phone/><phone>234-5678</phone></employee>Tests run: 2773, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.553 sec
    [junit] Running org.eclipse.persistence.testing.jaxb.JAXBTestSuite3
    [junit] Tests run: 1626, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.63 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] <?xml version="1.0" encoding="UTF-8" standalone="yes"?><root><foo/><foo/></root>Tests run: 3950, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.059 sec
    [junit] Running org.eclipse.persistence.testing.jaxb.annotations.AnnotationsTestSuite
    [junit] class javax.xml.bind.JAXBElement
    [junit] <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    [junit] <foo/>
    [junit] <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    [junit] <foo/>
    [junit] Apr 17, 2024 10:55:23 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 17, 2024 10:55:23 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.344 sec
    [junit] [EL Warning]: moxy: 2024-04-17 10:55:25.972--MOXy 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-17 10:55:25.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-17 10:55:25.989--MOXy 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-17 10:55:25.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.oxm.OXMJavaModelInputImpl
    [junit] [EL Warning]: moxy: 2024-04-17 10:55:25.999--MOXy 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-17 10:55:26.004--MOXy 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-17 10:55:26.008--MOXy 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-17 10:55:26.013--MOXy 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-17 10:55:26.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.oxm.OXMJavaModelInputImpl
    [junit] [EL Warning]: moxy: 2024-04-17 10:55:26.022--MOXy 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-17 10:55:26.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-17 10:55:26.031--MOXy 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-17 10:55:26.035--MOXy 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-17 10:55:26.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-17 10:55:26.044--MOXy 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-17 10:55:26.05--MOXy 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-17 10:55:26.054--MOXy 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-17 10:55:26.059--MOXy 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-17 10:55:26.064--MOXy 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-17 10:55:26.068--MOXy 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-17 10:55:26.072--MOXy 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-17 10:55:26.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-17 10:55:26.081--MOXy 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-17 10:55:26.086--MOXy 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-17 10:55:26.09--MOXy 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-17 10:55:26.094--MOXy 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-17 10:55:26.099--MOXy 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-17 10:55:26.104--MOXy 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-17 10:55:26.11--MOXy 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-17 10:55:26.114--MOXy 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-17 10:55:26.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-17 10:55:26.124--MOXy 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-17 10:55:26.129--MOXy 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-17 10:55:26.133--MOXy 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-17 10:55:26.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.oxm.OXMJavaModelInputImpl
    [junit] [EL Warning]: moxy: 2024-04-17 10:55:26.142--MOXy 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-17 10:55:26.146--MOXy 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-17 10:55:26.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-17 10:55:26.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-17 10:55:26.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-17 10:55:26.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-17 10:55:26.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-17 10:55:26.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-17 10:55:26.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-17 10:55:26.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-17 10:55:26.182--MOXy 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-17 10:55:26.187--MOXy 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-17 10:55:26.191--MOXy 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-17 10:55:26.194--MOXy 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-17 10:55:26.198--MOXy 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-17 10:55:26.202--MOXy 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-17 10:55:26.206--MOXy 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-17 10:55:26.21--MOXy 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-17 10:55:26.214--MOXy 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-17 10:55:26.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-17 10:55:26.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-17 10:55:26.224--MOXy 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-17 10:55:26.228--MOXy 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-17 10:55:26.232--MOXy 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-17 10:55:26.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-17 10:55:26.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-17 10:55:26.243--MOXy 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-17 10:55:26.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-17 10:55:26.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-17 10:55:26.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-17 10:55:26.259--MOXy 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-17 10:55:26.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-17 10:55:26.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-17 10:55:26.27--MOXy 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-17 10:55:26.274--MOXy 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-17 10:55:26.278--MOXy 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-17 10:55:26.282--MOXy 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-17 10:55:26.286--MOXy 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-17 10:55:26.29--MOXy 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-17 10:55:26.294--MOXy 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-17 10:55:26.298--MOXy 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-17 10:55:26.302--MOXy 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-17 10:55:26.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.oxm.OXMJavaModelInputImpl
    [junit] [EL Warning]: moxy: 2024-04-17 10:55:26.31--MOXy 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-17 10:55:26.314--MOXy 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-17 10:55:26.318--MOXy 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-17 10:55:26.322--MOXy 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-17 10:55:26.326--MOXy 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-17 10:55:26.33--MOXy 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-17 10:55:26.334--MOXy 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-17 10:55:26.338--MOXy 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-17 10:55:26.342--MOXy 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-17 10:55:26.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-17 10:55:26.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-17 10:55:26.355--MOXy 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-17 10:55:26.359--MOXy 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-17 10:55:26.363--MOXy 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-17 10:55:26.367--MOXy 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-17 10:55:26.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-17 10:55:26.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.oxm.OXMJavaModelInputImpl
    [junit] [EL Warning]: moxy: 2024-04-17 10:55:26.381--MOXy 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-17 10:55:26.385--MOXy 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-17 10:55:26.389--MOXy 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-17 10:55:26.393--MOXy 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-17 10:55:26.397--MOXy 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-17 10:55:26.402--MOXy 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-17 10:55:26.406--MOXy 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-17 10:55:26.41--MOXy 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-17 10:55:26.414--MOXy 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-17 10:55:26.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.oxm.OXMJavaModelInputImpl
    [junit] [EL Warning]: moxy: 2024-04-17 10:55:26.422--MOXy 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-17 10:55:26.426--MOXy 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-17 10:55:26.43--MOXy 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-17 10:55:26.435--MOXy 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-17 10:55:26.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.oxm.OXMJavaModelInputImpl
    [junit] [EL Warning]: moxy: 2024-04-17 10:55:26.443--MOXy 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-17 10:55:26.447--MOXy 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-17 10:55:26.452--MOXy 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-17 10:55:26.456--MOXy 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-17 10:55:26.459--MOXy 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-17 10:55:26.463--MOXy 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-17 10:55:26.467--MOXy 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-17 10:55:26.47--MOXy 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-17 10:55:26.474--MOXy 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-17 10:55:26.478--MOXy 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-17 10:55:26.492--MOXy 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-17 10:55:26.497--MOXy 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-17 10:55:26.501--MOXy 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-17 10:55:26.504--MOXy 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-17 10:55:26.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-17 10:55:26.832--MOXy 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-17 10:55:27.038--MOXy 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-17 10:55:27.063--MOXy 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-17 10:55:27.073--MOXy 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-17 10:55:27.086--MOXy 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-17 10:55:27.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-17 10:55:27.124--MOXy 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-17 10:55:27.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-17 10:55:27.275--MOXy 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-17 10:55:27.296--MOXy 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-17 10:55:27.315--MOXy 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-17 10:55:27.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.xjc.XJCJavaModelInputImpl
    [junit] [EL Warning]: moxy: 2024-04-17 10:55:27.344--MOXy 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-17 10:55:27.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-17 10:55:27.373--MOXy 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-17 10:55:27.389--MOXy 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-17 10:55:27.409--MOXy 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-17 10:55:27.424--MOXy 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-17 10:55:27.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-17 10:55:27.453--MOXy 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-17 10:55:27.467--MOXy 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-17 10:55:27.481--MOXy 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-17 10:55:27.495--MOXy 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-17 10:55:27.51--MOXy 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-17 10:55:27.524--MOXy 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-17 10:55:27.537--MOXy 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-17 10:55:27.551--MOXy 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-17 10:55:27.565--MOXy 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-17 10:55:27.579--MOXy 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-17 10:55:27.592--MOXy 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-17 10:55:27.605--MOXy 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-17 10:55:27.618--MOXy 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-17 10:55:27.631--MOXy 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-17 10:55:27.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.xjc.XJCJavaModelInputImpl
    [junit] [EL Warning]: moxy: 2024-04-17 10:55:27.657--MOXy 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-17 10:55:27.67--MOXy 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-17 10:55:27.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.xjc.XJCJavaModelInputImpl
    [junit] [EL Warning]: moxy: 2024-04-17 10:55:27.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.xjc.XJCJavaModelInputImpl
    [junit] [EL Warning]: moxy: 2024-04-17 10:55:27.709--MOXy 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-17 10:55:27.722--MOXy 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-17 10:55:27.735--MOXy 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-17 10:55:27.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.xjc.XJCJavaModelInputImpl
    [junit] [EL Warning]: moxy: 2024-04-17 10:55:27.763--MOXy 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-17 10:55:27.775--MOXy 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-17 10:55:27.788--MOXy 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-17 10:55:27.802--MOXy 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-17 10:55:27.814--MOXy 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-17 10:55:27.826--MOXy 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-17 10:55:27.838--MOXy 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-17 10:55:27.85--MOXy 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-17 10:55:27.862--MOXy 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-17 10:55:27.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-17 10:55:27.886--MOXy 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-17 10:55:27.898--MOXy 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-17 10:55:27.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-17 10:55:27.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.xjc.XJCJavaModelInputImpl
    [junit] [EL Warning]: moxy: 2024-04-17 10:55:27.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-17 10:55:27.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.xjc.XJCJavaModelInputImpl
    [junit] [EL Warning]: moxy: 2024-04-17 10:55:27.958--MOXy 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-17 10:55:27.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-17 10:55:27.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-17 10:55:27.995--MOXy 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-17 10:55:28.007--MOXy 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-17 10:55:28.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-17 10:55:28.029--MOXy 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-17 10:55:28.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.xjc.XJCJavaModelInputImpl
    [junit] [EL Warning]: moxy: 2024-04-17 10:55:28.055--MOXy 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-17 10:55:28.065--MOXy 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-17 10:55:28.077--MOXy 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-17 10:55:28.091--MOXy 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-17 10:55:28.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.xjc.XJCJavaModelInputImpl
    [junit] [EL Warning]: moxy: 2024-04-17 10:55:28.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] [EL Warning]: moxy: 2024-04-17 10:55:28.126--MOXy 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-17 10:55:28.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-17 10:55:28.149--MOXy 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-17 10:55:28.159--MOXy 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-17 10:55:28.169--MOXy 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-17 10:55:28.184--MOXy 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-17 10:55:28.203--MOXy 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-17 10:55:28.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.xjc.XJCJavaModelInputImpl
    [junit] [EL Warning]: moxy: 2024-04-17 10:55:28.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.xjc.XJCJavaModelInputImpl
    [junit] [EL Warning]: moxy: 2024-04-17 10:55:28.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-17 10:55:28.346--MOXy 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-17 10:55:28.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.xjc.XJCJavaModelInputImpl
    [junit] [EL Warning]: moxy: 2024-04-17 10:55:28.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.xjc.XJCJavaModelInputImpl
    [junit] [EL Warning]: moxy: 2024-04-17 10:55:28.381--MOXy 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-17 10:55:28.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-17 10:55:28.401--MOXy 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-17 10:55:28.411--MOXy 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-17 10:55:28.421--MOXy 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-17 10:55:28.431--MOXy 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-17 10:55:28.57--MOXy 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-17 10:55:28.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.oxm.OXMJavaModelInputImpl
    [junit] [EL Warning]: moxy: 2024-04-17 10:55:28.626--MOXy 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-17 10:55:28.629--MOXy 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-17 10:55:28.633--MOXy 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-17 10:55:28.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.oxm.OXMJavaModelInputImpl
    [junit] [EL Warning]: moxy: 2024-04-17 10:55:28.639--MOXy 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-17 10:55:28.642--MOXy 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-17 10:55:28.645--MOXy 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-17 10:55:28.657--MOXy 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-17 10:55:28.667--MOXy 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-17 10:55:28.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-17 10:55:28.676--MOXy 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-17 10:55:28.679--MOXy 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-17 10:55:28.683--MOXy 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-17 10:55:28.687--MOXy 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-17 10:55:28.69--MOXy 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-17 10:55:28.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-17 10:55:28.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-17 10:55:28.702--MOXy 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-17 10:55:28.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.oxm.OXMJavaModelInputImpl
    [junit] [EL Warning]: moxy: 2024-04-17 10:55:28.709--MOXy 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-17 10:55:28.712--MOXy 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-17 10:55:28.716--MOXy 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-17 10:55:28.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-17 10:55:28.725--MOXy 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-17 10:55:28.728--MOXy 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-17 10:55:28.73--MOXy 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-17 10:55:28.733--MOXy 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-17 10:55:28.735--MOXy 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-17 10:55:28.739--MOXy 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-17 10:55:28.756--MOXy 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-17 10:55:28.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-17 10:55:28.763--MOXy 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-17 10:55:28.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.oxm.OXMJavaModelInputImpl
    [junit] [EL Warning]: moxy: 2024-04-17 10:55:28.787--MOXy 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-17 10:55:28.79--MOXy 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-17 10:55:28.793--MOXy 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-17 10:55:28.802--MOXy 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] ERROR:  'Stream closed'
    [junit] [EL Warning]: moxy: 2024-04-17 10:55:28.814--MOXy 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-17 10:55:28.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.oxm.OXMJavaModelInputImpl
    [junit] [EL Warning]: moxy: 2024-04-17 10:55:28.826--MOXy 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-17 10:55:28.829--MOXy 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-17 10:55:28.832--MOXy 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-17 10:55:28.842--MOXy 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-17 10:55:28.854--MOXy 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-17 10:55:28.862--MOXy 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-17 10:55:28.866--MOXy 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-17 10:55:28.871--MOXy 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-17 10:55:28.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.oxm.OXMJavaModelInputImpl
    [junit] [EL Warning]: moxy: 2024-04-17 10:55:28.879--MOXy 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-17 10:55:28.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.xjc.XJCJavaModelInputImpl
    [junit] [EL Warning]: moxy: 2024-04-17 10:55:28.896--MOXy 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-17 10:55:28.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-17 10:55:29.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-17 10:55:29.077--MOXy 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.572 sec
    [junit] [EL Warning]: 2024-04-17 10:55:36.647--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-17 10:55:36.653--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-17 10:55:36.654--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-17 10:55:36.655--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-17 10:55:36.656--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-17 10:55:36.657--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-17 10:55:36.658--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-17 10:55:36.659--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-17 10:55:36.66--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-17 10:55:36.661--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-17 10:55:36.662--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-17 10:55:36.663--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-17 10:55:36.664--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-17 10:55:36.665--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-17 10:55:36.666--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-17 10:55:36.667--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-17 10:55:36.668--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-17 10:55:36.669--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-17 10:55:36.67--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-17 10:55:36.671--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-17 10:55:36.672--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-17 10:55:36.673--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-17 10:55:36.674--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-17 10:55:36.675--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-17 10:55:36.676--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-17 10:55:36.677--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-17 10:55:36.678--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-17 10:55:36.679--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-17 10:55:36.68--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-17 10:55:36.681--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-17 10:55:36.682--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-17 10:55:42.793--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-17 10:55:42.802--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it.
    [junit] Apr 17, 2024 10:55:42 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 17, 2024 10:55:43 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 17, 2024 10:55:43 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 17, 2024 10:55:43 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 17, 2024 10:55:43 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 17, 2024 10:55:43 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 17, 2024 10:55:43 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 17, 2024 10:55:43 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 17, 2024 10:55:43 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 17, 2024 10:55:43 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 17, 2024 10:55:43 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 17, 2024 10:55:43 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 17, 2024 10:55:43 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 17, 2024 10:55:43 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 17, 2024 10:55:43 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 17, 2024 10:55:43 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 17, 2024 10:55:43 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 17, 2024 10:55:43 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 17, 2024 10:55:43 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 17, 2024 10:55:43 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 17, 2024 10:55:43 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.051 sec
    [junit] Apr 17, 2024 10:55:43 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 17, 2024 10:55:43 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 17, 2024 10:55:43 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.394 sec
    [junit] Running org.eclipse.persistence.testing.jaxb.json.JSONTestSuite
    [junit] Tests run: 1286, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.344 sec
    [junit] [EL Warning]: 2024-04-17 10:55:53.562--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.571--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.576--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.581--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.585--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.589--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.593--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.597--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.6--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.604--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.607--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.611--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.614--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.617--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.621--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.625--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.629--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.632--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.635--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.639--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.642--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.646--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.649--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.653--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.656--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.659--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.662--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.666--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.669--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.672--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.675--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.678--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.681--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.684--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.687--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.689--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.692--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.695--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.698--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.702--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.704--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.707--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.709--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.712--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.714--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.717--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.719--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.722--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.724--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.726--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.731--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.734--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.737--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.739--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.743--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.745--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.747--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.75--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.752--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.755--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.758--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.76--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.762--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.764--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.767--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.77--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.772--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.774--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.777--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.779--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.781--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.784--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.786--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.789--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.791--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.807--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.81--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:53.813--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-17 10:55:56.585--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int].
    [junit] [EL Warning]: 2024-04-17 10:55:56.625--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.273 sec
    [junit] Running org.eclipse.persistence.testing.jaxb.rs.RESTfulTestSuite
    [junit] [EL Warning]: moxy: 2024-04-17 17:55:57.687--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.v20240417-36e9af724e): 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-17 17:55:57.932--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.v20240417-36e9af724e): 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.699 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.262 sec
    [junit] Running org.eclipse.persistence.testing.jaxb.typemappinginfo.TypeMappingInfoTestSuite
    [junit] Tests run: 623, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.889 sec
    [junit] Running org.eclipse.persistence.testing.jaxb.xmladapter.XmlAdapterTestSuite
    [junit] Tests run: 994, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.401 sec
    [junit] Running org.eclipse.persistence.testing.moxy.unit.jaxb.MOXySystemPropertiesTestCase
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 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.416 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.693 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.281 sec
    [junit] Running org.eclipse.persistence.testing.jaxb.annotations.xmlidref.XmlIdSystemPropertyTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264 sec
    [junit] Running org.eclipse.persistence.testing.jaxb.annotations.xmlidref.XmlIdSystemPropertyNotSetTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.289 sec
    [junit] Running org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.XmlValueSystemPropertyNotSetTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264 sec
    [junit] Running org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.XmlValueSystemPropertyTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.243 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.471 sec
    [junit] Running org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.422 sec
    [junit] Running org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite
    [junit] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 sec
    [junit] Running org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite
    [junit] Tests run: 863, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.257 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite
    [junit] Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.569 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite
    [junit] Tests run: 338, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.893 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite
    [junit] Tests run: 322, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.777 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.binarydata.XMLBinaryDataMappingTestSuite
    [junit] Tests run: 276, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.712 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.XMLBinaryDataCollectionMappingTestSuite
    [junit] Tests run: 153, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.574 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.choice.XMLChoiceMappingTestSuite
    [junit] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.4 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.choicecollection.XMLChoiceCollectionMappingTestSuite
    [junit] Tests run: 150, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.767 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.collectionreference.CollectionReferenceMappingTestSuite
    [junit] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.289 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.531 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.containeraccessor.ContainerAccessorTestSuite
    [junit] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.24 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.directcollection.DirectCollectionMappingTestSuite
    [junit] Tests run: 647, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.226 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.429 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.008 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.keybased.KeyBasedMappingTestSuite
    [junit] Tests run: 381, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.224 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.511 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.612 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.NamespaceTestSuite
    [junit] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.397 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.296 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.sequenced.SequencedMappingTestSuite
    [junit] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.359 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.simpletypes.SimpleTypeMappingTestSuite
    [junit] Tests run: 126, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.513 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.transformation.TransformationMappingTestSuite
    [junit] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.843 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.486 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.XMLFragmentCollectionMappingTestSuite
    [junit] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.572 sec
    [junit] java.lang.IllegalStateException: Running on JDK 9 requires -javaagent:<proper path>/jmockit-1.n.jar or -Djdk.attach.allowAttachSelf
    [junit] Running org.eclipse.persistence.testing.oxm.systemproperties.OXMSystemPropertiesTestCases
    [junit] 	at junit.framework.JUnit4TestAdapter.<init>(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.068 sec
    [junit] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalFragmentTestCases
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.338 sec
    [junit] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalTestCases
    [junit] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.405 sec
    [junit] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshallerValidationModeTestCases
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.381 sec
    [junit] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases
    [junit] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.779 sec
    [junit] Local Exception Stack: 
    [junit] Exception [EclipseLink-25008] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.51 sec
    [junit] Running org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.374 sec
    [junit] Running org.eclipse.persistence.testing.oxm.converter.ConverterTestSuite
    [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
    [junit] Running org.eclipse.persistence.testing.oxm.deferred.DeferredContentHandlerTestSuite
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
    [junit] Running org.eclipse.persistence.testing.oxm.deploymentxml.DeploymentXMLXsiTypeTestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.739 sec
    [junit] Running org.eclipse.persistence.testing.oxm.descriptor.primarykey.PrimaryKeyTestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.574 sec
    [junit] Running org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite
    [junit] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 sec
    [junit] Running org.eclipse.persistence.testing.oxm.documentpreservation.DocumentPreservationTestSuite
    [junit] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.819 sec
    [junit] Running org.eclipse.persistence.testing.oxm.dynamic.DynamicTestSuite
    [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 sec
    [junit] Running org.eclipse.persistence.testing.oxm.events.OXEventCallbackTestSuite
    [junit] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.307 sec
    [junit] Running org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite
    [junit] Tests run: 863, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.173 sec
    [junit] Running org.eclipse.persistence.testing.oxm.inheritance.typetests.TypeTestSuite
    [junit] Tests run: 646, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.215 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.advancedxpath.UnmarshalTestCases
    [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite
    [junit] Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.549 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite
    [junit] Tests run: 338, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.841 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite
    [junit] Tests run: 322, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.687 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.binarydata.XMLBinaryDataMappingTestSuite
    [junit] Tests run: 276, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.668 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.XMLBinaryDataCollectionMappingTestSuite
    [junit] Tests run: 153, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.542 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.choice.XMLChoiceMappingTestSuite
    [junit] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.393 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.choicecollection.XMLChoiceCollectionMappingTestSuite
    [junit] Tests run: 150, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.722 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.collectionreference.CollectionReferenceMappingTestSuite
    [junit] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.compositecollection.CompositeCollectionMappingTestSuite
    [junit] Tests run: 419, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.992 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.compositeobject.CompositeObjectMappingTestSuite
    [junit] Tests run: 802, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.435 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.207 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.containeraccessor.ContainerAccessorTestSuite
    [junit] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.24 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.directcollection.DirectCollectionMappingTestSuite
    [junit] Tests run: 647, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.177 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.385 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.942 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.214 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.keybased.KeyBasedMappingTestSuite
    [junit] Tests run: 381, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.221 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.lexicalhandler.LexicalHandlerTestSuite
    [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.NamespaceTestSuite
    [junit] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.385 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.302 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.simpletypes.SimpleTypeMappingTestSuite
    [junit] Tests run: 126, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.491 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.transformation.TransformationMappingTestSuite
    [junit] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.843 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.typeddirect.TypedDirectMappingTestSuite
    [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragment.XMLFragmentMappingTestSuite
    [junit] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.47 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.XMLFragmentCollectionMappingTestSuite
    [junit] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.533 sec
    [junit] Running org.eclipse.persistence.testing.oxm.platform.PlatformTestSuite
    [junit] Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.382 sec
    [junit] Running org.eclipse.persistence.testing.oxm.reader.ReaderTestSuite
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
    [junit] Running org.eclipse.persistence.testing.oxm.readonly.ReadOnlyTestSuite
    [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.395 sec
    [junit] Running org.eclipse.persistence.testing.oxm.schemamodelgenerator.GenerateSchemaTestSuite
    [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.864 sec
    [junit] Running org.eclipse.persistence.testing.oxm.schemareference.XMLSchemaReferenceTestSuite
    [junit] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec
    [junit] Running org.eclipse.persistence.testing.oxm.unmapped.UnmappedTestSuite
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.334 sec
    [junit] Running org.eclipse.persistence.testing.oxm.xmlbinder.XMLBinderTestSuite
    [junit] Employee:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Employee@53aac487
    [junit] Address:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Address@7db12bb6
    [junit] Employee:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Employee@53aac487
    [junit] Address:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Address@771a660
    [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.446 sec
    [junit] Running org.eclipse.persistence.testing.oxm.xmlcontext.byxpath.XMLContextByXPathTestSuite
    [junit] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.335 sec
    [junit] Running org.eclipse.persistence.testing.oxm.xmlconversionmanager.XMLConversionManagerTestSuite
    [junit] Tests run: 527, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.45 sec
    [junit] Running org.eclipse.persistence.testing.oxm.xmllogin.XMLLoginTestSuite
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.079 sec
    [junit] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshallerTestSuite
    [junit] [EL Warning]: connection: 2024-04-17 10:57:49.212--Exception [EclipseLink-7100] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 10:57:49.387--Exception [EclipseLink-7100] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.25 sec
    [junit] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.structureValidation.StructureValidationTestSuite
    [junit] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
    [junit] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.twoprojects.TwoProjectsTestSuite
    [junit] [EL Info]: 2024-04-17 10:57:51.489--DatabaseSessionImpl(1068945248)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.14 sec
    [junit] Running org.eclipse.persistence.testing.oxm.xmlroot.XMLRootTestSuite
    [junit] Tests run: 239, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.605 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.298 sec
    [junit] Running org.eclipse.persistence.testing.oxm.xpathengine.XPathEngineTestSuite
    [junit] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.541 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.814 sec
    [junit] Running org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.687 sec
    [junit] Running org.eclipse.persistence.testing.oxm.converter.ConverterTestSuite
    [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.589 sec
    [junit] Running org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite
    [junit] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.147 sec
    [junit] Running org.eclipse.persistence.testing.oxm.documentpreservation.DocumentPreservationTestSuite
    [junit] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.432 sec
    [junit] Running org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite
    [junit] Tests run: 863, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.315 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite
    [junit] Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.896 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite
    [junit] Tests run: 338, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.376 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite
    [junit] Tests run: 322, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.139 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.binarydata.XMLBinaryDataMappingTestSuite
    [junit] Tests run: 276, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.895 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.XMLBinaryDataCollectionMappingTestSuite
    [junit] Tests run: 153, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.26 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.collectionreference.CollectionReferenceMappingTestSuite
    [junit] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.05 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.compositecollection.CompositeCollectionMappingTestSuite
    [junit] Tests run: 419, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.978 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.compositeobject.CompositeObjectMappingTestSuite
    [junit] Tests run: 788, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.794 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.directcollection.DirectCollectionMappingTestSuite
    [junit] Tests run: 647, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.895 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: 18.23 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.keybased.KeyBasedMappingTestSuite
    [junit] Tests run: 381, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.413 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.NamespaceTestSuite
    [junit] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.056 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.886 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.simpletypes.SimpleTypeMappingTestSuite
    [junit] Tests run: 126, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.798 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.transformation.TransformationMappingTestSuite
    [junit] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.034 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.typeddirect.TypedDirectMappingTestSuite
    [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.95 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragment.XMLFragmentMappingTestSuite
    [junit] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.149 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.XMLFragmentCollectionMappingTestSuite
    [junit] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.234 sec
    [junit] Running org.eclipse.persistence.testing.oxm.readonly.ReadOnlyTestSuite
    [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.07 sec
    [junit] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalFragmentTestCases
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.807 sec
    [junit] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalTestCases
    [junit] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.517 sec
    [junit] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases
    [junit] Local Exception Stack: 
    [junit] Exception [EclipseLink-25008] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.192 sec
    [junit] Running org.eclipse.persistence.testing.oxm.xmlroot.XMLRootTestSuite
    [junit] Tests run: 239, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.093 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.466 sec
    [junit] Running org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.372 sec
    [junit] Running org.eclipse.persistence.testing.oxm.converter.ConverterTestSuite
    [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 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.747 sec
    [junit] Running org.eclipse.persistence.testing.oxm.descriptor.primarykey.PrimaryKeyTestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.564 sec
    [junit] Running org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite
    [junit] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.219 sec
    [junit] Running org.eclipse.persistence.testing.oxm.documentpreservation.DocumentPreservationTestSuite
    [junit] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.826 sec
    [junit] Running org.eclipse.persistence.testing.oxm.dynamic.DynamicTestSuite
    [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.23 sec
    [junit] Running org.eclipse.persistence.testing.oxm.events.OXEventCallbackTestSuite
    [junit] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.32 sec
    [junit] Running org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite
    [junit] Tests run: 863, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.184 sec
    [junit] Running org.eclipse.persistence.testing.oxm.inheritance.typetests.TypeTestSuite
    [junit] Tests run: 646, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.295 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite
    [junit] Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.646 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite
    [junit] Tests run: 338, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.895 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite
    [junit] Tests run: 322, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.702 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.binarydata.XMLBinaryDataMappingTestSuite
    [junit] Tests run: 276, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.715 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.XMLBinaryDataCollectionMappingTestSuite
    [junit] Tests run: 153, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.57 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.choice.XMLChoiceMappingTestSuite
    [junit] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.393 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.choicecollection.XMLChoiceCollectionMappingTestSuite
    [junit] Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.582 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: 1.124 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.compositeobject.CompositeObjectMappingTestSuite
    [junit] Tests run: 802, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.549 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.196 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.containeraccessor.ContainerAccessorTestSuite
    [junit] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.251 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.directcollection.DirectCollectionMappingTestSuite
    [junit] Tests run: 647, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.306 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.405 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.797 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.227 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.lexicalhandler.LexicalHandlerTestSuite
    [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.NamespaceTestSuite
    [junit] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.427 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.311 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.simpletypes.SimpleTypeMappingTestSuite
    [junit] Tests run: 126, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.554 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.transformation.TransformationMappingTestSuite
    [junit] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.852 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.typeddirect.TypedDirectMappingTestSuite
    [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.244 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragment.XMLFragmentMappingTestSuite
    [junit] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.504 sec
    [junit] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.XMLFragmentCollectionMappingTestSuite
    [junit] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.55 sec
    [junit] Running org.eclipse.persistence.testing.oxm.platform.PlatformTestSuite
    [junit] Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.385 sec
    [junit] Running org.eclipse.persistence.testing.oxm.reader.ReaderTestSuite
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
    [junit] Running org.eclipse.persistence.testing.oxm.schemamodelgenerator.GenerateSchemaTestSuite
    [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.886 sec
    [junit] Running org.eclipse.persistence.testing.oxm.schemareference.XMLSchemaReferenceTestSuite
    [junit] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec
    [junit] Running org.eclipse.persistence.testing.oxm.unmapped.UnmappedTestSuite
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.334 sec
    [junit] Running org.eclipse.persistence.testing.oxm.xmlbinder.XMLBinderTestSuite
    [junit] Employee:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Employee@53aac487
    [junit] Address:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Address@7db12bb6
    [junit] Employee:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Employee@53aac487
    [junit] Address:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Address@771a660
    [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.441 sec
    [junit] Running org.eclipse.persistence.testing.oxm.xmlcontext.byxpath.XMLContextByXPathTestSuite
    [junit] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.335 sec
    [junit] Running org.eclipse.persistence.testing.oxm.xmlconversionmanager.XMLConversionManagerTestSuite
    [junit] Tests run: 527, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.42 sec
    [junit] Running org.eclipse.persistence.testing.oxm.xmllogin.XMLLoginTestSuite
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.121 sec
    [junit] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshallerTestSuite
    [junit] [EL Warning]: connection: 2024-04-17 11:00:53.466--Exception [EclipseLink-7100] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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-17 11:00:53.647--Exception [EclipseLink-7100] (Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e): 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.v20240417-36e9af724e): 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.36 sec
    [junit] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.structureValidation.StructureValidationTestSuite
    [junit] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec
    [junit] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.twoprojects.TwoProjectsTestSuite
    [junit] [EL Info]: 2024-04-17 11:00:55.915--DatabaseSessionImpl(1068945248)--EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240417-36e9af724e
    [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.157 sec
    [junit] Running org.eclipse.persistence.testing.oxm.xmlroot.XMLRootTestSuite
    [junit] Tests run: 239, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.644 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.318 sec
    [junit] Running org.eclipse.persistence.testing.oxm.xpathengine.XPathEngineTestSuite
    [junit] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.522 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.242 sec
    [junit] java.lang.IllegalStateException: Running on JDK 9 requires -javaagent:<proper path>/jmockit-1.n.jar or -Djdk.attach.allowAttachSelf
    [junit] 	at junit.framework.JUnit4TestAdapter.<init>(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.OXMSystemPropertiesNonDefaultTestCases
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 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: 494ms

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: 2060ms

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-17 14:01:07.453--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.764 sec
    [junit] Output:
    [junit] [EL Severe]: 2024-04-17 14:01:07.453--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-17 14:01:09.062--SDOUtil: Generated Type [invalid-classname] java class name changed to [InvalidClassname] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:09.098--SDOUtil: Generated Type [invalid-classname] java class name changed to [InvalidClassname] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:09.099--SDOUtil: Generated Type [invalid-classname] java get/set method name changed to [InvalidClassname] to follow class naming conventions.
    [junit] [EL Warning]: 2024-04-17 14:01:12.812--An java.lang.NullPointerException occurred processing referenced schema with uri my.uri5 with schemaLocation null.
    [junit] [EL Warning]: 2024-04-17 14:01:12.826--An java.lang.NullPointerException occurred processing referenced schema with uri my.uri5 with schemaLocation null.
    [junit] [EL Warning]: 2024-04-17 14:01:12.845--An java.lang.NullPointerException occurred processing referenced schema with uri my.uri5 with schemaLocation null.
    [junit] [EL Warning]: 2024-04-17 14:01:12.857--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.326 sec
    [junit] Output:
    [junit] [EL Info]: 2024-04-17 14:01:09.062--SDOUtil: Generated Type [invalid-classname] java class name changed to [InvalidClassname] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:09.098--SDOUtil: Generated Type [invalid-classname] java class name changed to [InvalidClassname] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:09.099--SDOUtil: Generated Type [invalid-classname] java get/set method name changed to [InvalidClassname] to follow class naming conventions.
    [junit] [EL Warning]: 2024-04-17 14:01:12.812--An java.lang.NullPointerException occurred processing referenced schema with uri my.uri5 with schemaLocation null.
    [junit] [EL Warning]: 2024-04-17 14:01:12.826--An java.lang.NullPointerException occurred processing referenced schema with uri my.uri5 with schemaLocation null.
    [junit] [EL Warning]: 2024-04-17 14:01:12.845--An java.lang.NullPointerException occurred processing referenced schema with uri my.uri5 with schemaLocation null.
    [junit] [EL Warning]: 2024-04-17 14:01:12.857--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-17 14:01:17.874--SDOUtil: Generated Type [anySimpleType-property] java get/set method name changed to [AnySimpleTypeProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.878--SDOUtil: Generated Type [anyType-property] java get/set method name changed to [AnyTypeProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.879--SDOUtil: Generated Type [anyURI-property] java get/set method name changed to [AnyURIProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.879--SDOUtil: Generated Type [base64Binary-property] java get/set method name changed to [Base64BinaryProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.879--SDOUtil: Generated Type [boolean-property] java get/set method name changed to [BooleanProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.879--SDOUtil: Generated Type [byte-property] java get/set method name changed to [ByteProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.88--SDOUtil: Generated Type [date-property] java get/set method name changed to [DateProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.88--SDOUtil: Generated Type [dateTime-property] java get/set method name changed to [DateTimeProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.88--SDOUtil: Generated Type [decimal-property] java get/set method name changed to [DecimalProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.88--SDOUtil: Generated Type [double-property] java get/set method name changed to [DoubleProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.881--SDOUtil: Generated Type [duration-property] java get/set method name changed to [DurationProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.881--SDOUtil: Generated Type [ENTITIES-property] java get/set method name changed to [ENTITIESProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.881--SDOUtil: Generated Type [ENTITY-property] java get/set method name changed to [ENTITYProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.881--SDOUtil: Generated Type [float-property] java get/set method name changed to [FloatProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.881--SDOUtil: Generated Type [gDay-property] java get/set method name changed to [GDayProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.882--SDOUtil: Generated Type [gMonth-property] java get/set method name changed to [GMonthProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.882--SDOUtil: Generated Type [gMonthDay-property] java get/set method name changed to [GMonthDayProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.882--SDOUtil: Generated Type [gYear-property] java get/set method name changed to [GYearProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.882--SDOUtil: Generated Type [gYearMonth-property] java get/set method name changed to [GYearMonthProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.882--SDOUtil: Generated Type [hexBinary-property] java get/set method name changed to [HexBinaryProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.883--SDOUtil: Generated Type [ID-property] java get/set method name changed to [IDProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.883--SDOUtil: Generated Type [IDREF-property] java get/set method name changed to [IDREFProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.883--SDOUtil: Generated Type [int-property] java get/set method name changed to [IntProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.883--SDOUtil: Generated Type [integer-property] java get/set method name changed to [IntegerProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.883--SDOUtil: Generated Type [language-property] java get/set method name changed to [LanguageProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.884--SDOUtil: Generated Type [long-property] java get/set method name changed to [LongProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.884--SDOUtil: Generated Type [Name-property] java get/set method name changed to [NameProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.884--SDOUtil: Generated Type [NCName-property] java get/set method name changed to [NCNameProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.884--SDOUtil: Generated Type [negativeInteger-property] java get/set method name changed to [NegativeIntegerProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.884--SDOUtil: Generated Type [NMTOKEN-property] java get/set method name changed to [NMTOKENProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.885--SDOUtil: Generated Type [NMTOKENS-property] java get/set method name changed to [NMTOKENSProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.885--SDOUtil: Generated Type [nonNegativeInteger-property] java get/set method name changed to [NonNegativeIntegerProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.885--SDOUtil: Generated Type [nonPositiveInteger-property] java get/set method name changed to [NonPositiveIntegerProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.885--SDOUtil: Generated Type [normalizedString-property] java get/set method name changed to [NormalizedStringProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.885--SDOUtil: Generated Type [positiveInteger-property] java get/set method name changed to [PositiveIntegerProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.919--SDOUtil: Generated Type [anySimpleType-property] java get/set method name changed to [AnySimpleTypeProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.919--SDOUtil: Generated Type [anyType-property] java get/set method name changed to [AnyTypeProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.92--SDOUtil: Generated Type [anyURI-property] java get/set method name changed to [AnyURIProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.92--SDOUtil: Generated Type [base64Binary-property] java get/set method name changed to [Base64BinaryProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.92--SDOUtil: Generated Type [boolean-property] java get/set method name changed to [BooleanProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.92--SDOUtil: Generated Type [byte-property] java get/set method name changed to [ByteProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.92--SDOUtil: Generated Type [date-property] java get/set method name changed to [DateProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.92--SDOUtil: Generated Type [dateTime-property] java get/set method name changed to [DateTimeProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.921--SDOUtil: Generated Type [decimal-property] java get/set method name changed to [DecimalProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.921--SDOUtil: Generated Type [double-property] java get/set method name changed to [DoubleProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.921--SDOUtil: Generated Type [duration-property] java get/set method name changed to [DurationProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.921--SDOUtil: Generated Type [ENTITIES-property] java get/set method name changed to [ENTITIESProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.921--SDOUtil: Generated Type [ENTITY-property] java get/set method name changed to [ENTITYProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.922--SDOUtil: Generated Type [float-property] java get/set method name changed to [FloatProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.922--SDOUtil: Generated Type [gDay-property] java get/set method name changed to [GDayProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.922--SDOUtil: Generated Type [gMonth-property] java get/set method name changed to [GMonthProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.922--SDOUtil: Generated Type [gMonthDay-property] java get/set method name changed to [GMonthDayProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.922--SDOUtil: Generated Type [gYear-property] java get/set method name changed to [GYearProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.922--SDOUtil: Generated Type [gYearMonth-property] java get/set method name changed to [GYearMonthProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.923--SDOUtil: Generated Type [hexBinary-property] java get/set method name changed to [HexBinaryProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.923--SDOUtil: Generated Type [ID-property] java get/set method name changed to [IDProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.923--SDOUtil: Generated Type [IDREF-property] java get/set method name changed to [IDREFProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.923--SDOUtil: Generated Type [int-property] java get/set method name changed to [IntProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.923--SDOUtil: Generated Type [integer-property] java get/set method name changed to [IntegerProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.924--SDOUtil: Generated Type [language-property] java get/set method name changed to [LanguageProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.924--SDOUtil: Generated Type [long-property] java get/set method name changed to [LongProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.924--SDOUtil: Generated Type [Name-property] java get/set method name changed to [NameProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.924--SDOUtil: Generated Type [NCName-property] java get/set method name changed to [NCNameProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.924--SDOUtil: Generated Type [negativeInteger-property] java get/set method name changed to [NegativeIntegerProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.925--SDOUtil: Generated Type [NMTOKEN-property] java get/set method name changed to [NMTOKENProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.925--SDOUtil: Generated Type [NMTOKENS-property] java get/set method name changed to [NMTOKENSProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.925--SDOUtil: Generated Type [nonNegativeInteger-property] java get/set method name changed to [NonNegativeIntegerProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.925--SDOUtil: Generated Type [nonPositiveInteger-property] java get/set method name changed to [NonPositiveIntegerProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.925--SDOUtil: Generated Type [normalizedString-property] java get/set method name changed to [NormalizedStringProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.926--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.636 sec
    [junit] Output:
    [junit] [EL Info]: 2024-04-17 14:01:17.874--SDOUtil: Generated Type [anySimpleType-property] java get/set method name changed to [AnySimpleTypeProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.878--SDOUtil: Generated Type [anyType-property] java get/set method name changed to [AnyTypeProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.879--SDOUtil: Generated Type [anyURI-property] java get/set method name changed to [AnyURIProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.879--SDOUtil: Generated Type [base64Binary-property] java get/set method name changed to [Base64BinaryProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.879--SDOUtil: Generated Type [boolean-property] java get/set method name changed to [BooleanProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.879--SDOUtil: Generated Type [byte-property] java get/set method name changed to [ByteProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.88--SDOUtil: Generated Type [date-property] java get/set method name changed to [DateProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.88--SDOUtil: Generated Type [dateTime-property] java get/set method name changed to [DateTimeProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.88--SDOUtil: Generated Type [decimal-property] java get/set method name changed to [DecimalProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.88--SDOUtil: Generated Type [double-property] java get/set method name changed to [DoubleProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.881--SDOUtil: Generated Type [duration-property] java get/set method name changed to [DurationProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.881--SDOUtil: Generated Type [ENTITIES-property] java get/set method name changed to [ENTITIESProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.881--SDOUtil: Generated Type [ENTITY-property] java get/set method name changed to [ENTITYProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.881--SDOUtil: Generated Type [float-property] java get/set method name changed to [FloatProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.881--SDOUtil: Generated Type [gDay-property] java get/set method name changed to [GDayProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.882--SDOUtil: Generated Type [gMonth-property] java get/set method name changed to [GMonthProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.882--SDOUtil: Generated Type [gMonthDay-property] java get/set method name changed to [GMonthDayProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.882--SDOUtil: Generated Type [gYear-property] java get/set method name changed to [GYearProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.882--SDOUtil: Generated Type [gYearMonth-property] java get/set method name changed to [GYearMonthProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.882--SDOUtil: Generated Type [hexBinary-property] java get/set method name changed to [HexBinaryProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.883--SDOUtil: Generated Type [ID-property] java get/set method name changed to [IDProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.883--SDOUtil: Generated Type [IDREF-property] java get/set method name changed to [IDREFProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.883--SDOUtil: Generated Type [int-property] java get/set method name changed to [IntProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.883--SDOUtil: Generated Type [integer-property] java get/set method name changed to [IntegerProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.883--SDOUtil: Generated Type [language-property] java get/set method name changed to [LanguageProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.884--SDOUtil: Generated Type [long-property] java get/set method name changed to [LongProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.884--SDOUtil: Generated Type [Name-property] java get/set method name changed to [NameProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.884--SDOUtil: Generated Type [NCName-property] java get/set method name changed to [NCNameProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.884--SDOUtil: Generated Type [negativeInteger-property] java get/set method name changed to [NegativeIntegerProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.884--SDOUtil: Generated Type [NMTOKEN-property] java get/set method name changed to [NMTOKENProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.885--SDOUtil: Generated Type [NMTOKENS-property] java get/set method name changed to [NMTOKENSProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.885--SDOUtil: Generated Type [nonNegativeInteger-property] java get/set method name changed to [NonNegativeIntegerProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.885--SDOUtil: Generated Type [nonPositiveInteger-property] java get/set method name changed to [NonPositiveIntegerProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.885--SDOUtil: Generated Type [normalizedString-property] java get/set method name changed to [NormalizedStringProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.885--SDOUtil: Generated Type [positiveInteger-property] java get/set method name changed to [PositiveIntegerProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.919--SDOUtil: Generated Type [anySimpleType-property] java get/set method name changed to [AnySimpleTypeProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.919--SDOUtil: Generated Type [anyType-property] java get/set method name changed to [AnyTypeProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.92--SDOUtil: Generated Type [anyURI-property] java get/set method name changed to [AnyURIProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.92--SDOUtil: Generated Type [base64Binary-property] java get/set method name changed to [Base64BinaryProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.92--SDOUtil: Generated Type [boolean-property] java get/set method name changed to [BooleanProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.92--SDOUtil: Generated Type [byte-property] java get/set method name changed to [ByteProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.92--SDOUtil: Generated Type [date-property] java get/set method name changed to [DateProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.92--SDOUtil: Generated Type [dateTime-property] java get/set method name changed to [DateTimeProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.921--SDOUtil: Generated Type [decimal-property] java get/set method name changed to [DecimalProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.921--SDOUtil: Generated Type [double-property] java get/set method name changed to [DoubleProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.921--SDOUtil: Generated Type [duration-property] java get/set method name changed to [DurationProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.921--SDOUtil: Generated Type [ENTITIES-property] java get/set method name changed to [ENTITIESProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.921--SDOUtil: Generated Type [ENTITY-property] java get/set method name changed to [ENTITYProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.922--SDOUtil: Generated Type [float-property] java get/set method name changed to [FloatProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.922--SDOUtil: Generated Type [gDay-property] java get/set method name changed to [GDayProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.922--SDOUtil: Generated Type [gMonth-property] java get/set method name changed to [GMonthProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.922--SDOUtil: Generated Type [gMonthDay-property] java get/set method name changed to [GMonthDayProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.922--SDOUtil: Generated Type [gYear-property] java get/set method name changed to [GYearProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.922--SDOUtil: Generated Type [gYearMonth-property] java get/set method name changed to [GYearMonthProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.923--SDOUtil: Generated Type [hexBinary-property] java get/set method name changed to [HexBinaryProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.923--SDOUtil: Generated Type [ID-property] java get/set method name changed to [IDProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.923--SDOUtil: Generated Type [IDREF-property] java get/set method name changed to [IDREFProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.923--SDOUtil: Generated Type [int-property] java get/set method name changed to [IntProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.923--SDOUtil: Generated Type [integer-property] java get/set method name changed to [IntegerProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.924--SDOUtil: Generated Type [language-property] java get/set method name changed to [LanguageProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.924--SDOUtil: Generated Type [long-property] java get/set method name changed to [LongProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.924--SDOUtil: Generated Type [Name-property] java get/set method name changed to [NameProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.924--SDOUtil: Generated Type [NCName-property] java get/set method name changed to [NCNameProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.924--SDOUtil: Generated Type [negativeInteger-property] java get/set method name changed to [NegativeIntegerProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.925--SDOUtil: Generated Type [NMTOKEN-property] java get/set method name changed to [NMTOKENProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.925--SDOUtil: Generated Type [NMTOKENS-property] java get/set method name changed to [NMTOKENSProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.925--SDOUtil: Generated Type [nonNegativeInteger-property] java get/set method name changed to [NonNegativeIntegerProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.925--SDOUtil: Generated Type [nonPositiveInteger-property] java get/set method name changed to [NonPositiveIntegerProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.925--SDOUtil: Generated Type [normalizedString-property] java get/set method name changed to [NormalizedStringProperty] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:17.926--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-17 14:01:19.167--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:19.172--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:19.203--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:19.203--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:19.22--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:19.22--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:19.24--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:19.241--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:19.257--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:19.257--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:19.276--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:19.277--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:19.296--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:19.296--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.022 sec
    [junit] Output:
    [junit] [EL Info]: 2024-04-17 14:01:19.167--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:19.172--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:19.203--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:19.203--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:19.22--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:19.22--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:19.24--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:19.241--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:19.257--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:19.257--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:19.276--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:19.277--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:19.296--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:19.296--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 17, 2024 2:01:19 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.48 sec
    [junit] INFO: Looking for : class org.eclipse.persistence.testing.sdo.helper.datafactory.SDODataFactoryExceptionTestCases
    [junit] Error: 
    [junit] Apr 17, 2024 2:01:19 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType
    [junit] Apr 17, 2024 2:01:19 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 17, 2024 2:01:19 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 [Ljava.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.BigDecimal, class java.math.BigInteger, 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 [Ljava.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.BigDecimal, class java.math.BigInteger, 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 17, 2024 2:01:20 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType
    [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] INFO: Looking for : interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress
    [junit] 
    [junit] Apr 17, 2024 2:01:20 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType
    [junit] Apr 17, 2024 2:01:20 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType
    [junit] INFO: Not found: interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress
    [junit] INFO: Looking for : interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress
    [junit] Content of interfacesToSDOTypeHashMap: []
    [junit] Apr 17, 2024 2:01:20 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 [Ljava.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.BigDecimal, class java.math.BigInteger, class java.lang.Character, class java.lang.Float, char, class java.lang.Short]
    [junit] INFO: Not found: interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress
    [junit] Content of typesHashMap: null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, interface org.eclipse.persistence.sdo.dataobjects.OpenSequencedType, null, null, null, null, 
    [junit] Content of interfacesToSDOTypeHashMap: []
    [junit] Content of anonymousTypes: null
    [junit] Content of sdoTypeForSimpleJavaType: [byte, class java.lang.String, boolean, short, long, class java.lang.Byte, class [Ljava.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.BigDecimal, class java.math.BigInteger, 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, null, interface org.eclipse.persistence.sdo.dataobjects.OpenSequencedType, null, null, null, null, 
    [junit] 
    [junit] Content of anonymousTypes: null
    [junit] Apr 17, 2024 2:01:20 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType
    [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] INFO: Looking for : interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress
    [junit] 
    [junit] Apr 17, 2024 2:01:20 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType
    [junit] Apr 17, 2024 2:01:20 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] INFO: Looking for : interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress
    [junit] Apr 17, 2024 2:01:20 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.76 sec
    [junit] Running org.eclipse.persistence.testing.sdo.helper.entityresolver.EntityResolverTestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.43 sec
    [junit] Running org.eclipse.persistence.testing.sdo.helper.equalityhelper.SDOEqualityHelperTestSuite
    [junit] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.756 sec
    [junit] Running org.eclipse.persistence.testing.sdo.helper.helpercontext.SDOHelperContextTestSuite
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.712 sec
    [junit] Running org.eclipse.persistence.testing.sdo.helper.jaxbhelper.JAXBHelperTestSuite
    [junit] [EL Info]: 2024-04-17 14:01:25.408--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:25.42--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:25.425--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:25.432--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:25.438--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:25.444--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:25.449--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:25.568--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.37 sec
    [junit] Output:
    [junit] [EL Info]: 2024-04-17 14:01:25.408--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:25.42--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:25.425--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:25.432--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:25.438--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:25.444--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:25.449--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:25.568--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-17 14:01:26.622--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.751 sec
    [junit] Output:
    [junit] [EL Info]: 2024-04-17 14:01:26.622--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-17 14:01:28.154--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-17 14:01:28.173--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-17 14:01:28.183--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:28.189--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:28.196--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-17 14:01:28.204--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:28.211--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:28.218--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-17 14:01:28.225--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.463 sec
    [junit] Output:
    [junit] [EL Info]: 2024-04-17 14:01:28.154--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-17 14:01:28.173--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-17 14:01:28.183--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:28.189--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:28.196--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-17 14:01:28.204--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:28.211--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:28.218--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-17 14:01:28.225--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.v20240417-36e9af724e
    [junit] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.642 sec
    [junit] Output:
    [junit] 2.7.15.v20240417-36e9af724e
    [junit] 
    [junit] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.SDOXMLHelperLoadAndSaveBase64TestSuite
    [junit] [EL Info]: 2024-04-17 14:01:36.885--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:36.89--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:36.891--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:36.891--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:37.624--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:37.624--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:37.634--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:37.634--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:37.641--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:37.642--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:37.648--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:37.648--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:37.655--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:37.655--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:37.665--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:37.665--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:37.671--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:37.671--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:37.678--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:37.678--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:37.687--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:37.688--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 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-17 14:01:37.694--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:38.472--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:38.473--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:38.473--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:38.475--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:38.475--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:38.475--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:38.476--SDOUtil: Generated Type [postal-code] java get/set method name changed to [PostalCode] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:38.476--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:38.476--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:38.477--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:38.477--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.243--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.244--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.244--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.252--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.252--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.252--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.259--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.26--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.26--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.266--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.266--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.267--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.273--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.273--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.273--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.297--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.297--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.297--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.304--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.304--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.304--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.311--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.312--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.312--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.319--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.319--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.319--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.326--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.326--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.327--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.334--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.335--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.335--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.336--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.336--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.336--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.337--SDOUtil: Generated Type [postal-code] java get/set method name changed to [PostalCode] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.337--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.337--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.338--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.338--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.055--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.056--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.056--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.064--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.064--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.064--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.071--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.071--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.071--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.078--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.079--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.079--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.086--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.086--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.086--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.096--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.097--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.097--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.103--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.103--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.104--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.11--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.11--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.11--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.117--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.117--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.117--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.125--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.125--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.125--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.133--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.133--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.134--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.136--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.136--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.136--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.137--SDOUtil: Generated Type [postal-code] java get/set method name changed to [PostalCode] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.138--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.138--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.138--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.138--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.854--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.855--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.855--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.864--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.865--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.865--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.872--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.872--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.872--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.879--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.88--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.88--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.887--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.887--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.887--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.9--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.901--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.901--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.91--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.91--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.91--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.918--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.918--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.918--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.926--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.926--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.926--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.933--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.933--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.933--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.183 sec
    [junit] Output:
    [junit] [EL Info]: 2024-04-17 14:01:36.885--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:36.89--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:36.891--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:36.891--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:37.624--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:37.624--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:37.634--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:37.634--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:37.641--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:37.642--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:37.648--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:37.648--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:37.655--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:37.655--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:37.665--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:37.665--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:37.671--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:37.671--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:37.678--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:37.678--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:37.687--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:37.688--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 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-17 14:01:37.694--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:38.472--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:38.473--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:38.473--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:38.475--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:38.475--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:38.475--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:38.476--SDOUtil: Generated Type [postal-code] java get/set method name changed to [PostalCode] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:38.476--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:38.476--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:38.477--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:38.477--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.243--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.244--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.244--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.252--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.252--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.252--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.259--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.26--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.26--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.266--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.266--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.267--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.273--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.273--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.273--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.297--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.297--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.297--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.304--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.304--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.304--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.311--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.312--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.312--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.319--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.319--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.319--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.326--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.326--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.327--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.334--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.335--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.335--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.336--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.336--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.336--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.337--SDOUtil: Generated Type [postal-code] java get/set method name changed to [PostalCode] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.337--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.337--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.338--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:39.338--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.055--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.056--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.056--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.064--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.064--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.064--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.071--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.071--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.071--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.078--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.079--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.079--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.086--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.086--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.086--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.096--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.097--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.097--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.103--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.103--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.104--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.11--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.11--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.11--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.117--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.117--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.117--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.125--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.125--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.125--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.133--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.133--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.134--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.136--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.136--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.136--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.137--SDOUtil: Generated Type [postal-code] java get/set method name changed to [PostalCode] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.138--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.138--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.138--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.138--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.854--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.855--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.855--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.864--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.865--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.865--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.872--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.872--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.872--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.879--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.88--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.88--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.887--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.887--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.887--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.9--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.901--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.901--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.91--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.91--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.91--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.918--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.918--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.918--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.926--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.926--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.926--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.933--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.933--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:40.933--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-17 14:01:45.468--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:45.475--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:45.476--SDOUtil: Generated Type [first-name] java get/set method name changed to [FirstName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:45.476--SDOUtil: Generated Type [start-date] java get/set method name changed to [StartDate] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:45.476--SDOUtil: Generated Type [end-date] java get/set method name changed to [EndDate] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:45.476--SDOUtil: Generated Type [last-name] java get/set method name changed to [LastName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:46.162--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:46.178--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:46.187--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:46.197--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:46.209--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:46.224--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:46.234--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:46.244--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:46.254--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:46.265--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:49.958--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:49.959--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:49.96--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:49.961--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.667--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.668--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.696--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.697--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.704--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.704--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.71--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.71--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.718--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.718--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.727--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.727--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.733--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.734--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.74--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.74--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.751--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.751--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.759--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.759--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.766--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.766--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.767--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.767--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.477--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.478--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.485--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.485--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.491--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.491--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.5--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.501--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.508--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.508--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.518--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.518--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.524--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.524--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.531--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.531--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.541--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.541--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.548--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.549--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:52.524--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:52.524--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:52.527--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:52.527--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.29--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.29--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.301--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.301--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.309--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.309--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.316--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.316--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.324--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.324--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.335--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.336--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.343--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.343--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.35--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.351--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.356--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.358--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.365--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.365--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.372--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.373--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:54.299--SDOUtil: Generated Type [first-name] java get/set method name changed to [FirstName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:54.299--SDOUtil: Generated Type [last-name] java get/set method name changed to [LastName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:55.075--SDOUtil: Generated Type [first-name] java get/set method name changed to [FirstName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:55.075--SDOUtil: Generated Type [last-name] java get/set method name changed to [LastName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:55.841--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.549 sec
    [junit] Output:
    [junit] [EL Info]: 2024-04-17 14:01:45.468--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:45.475--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:45.476--SDOUtil: Generated Type [first-name] java get/set method name changed to [FirstName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:45.476--SDOUtil: Generated Type [start-date] java get/set method name changed to [StartDate] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:45.476--SDOUtil: Generated Type [end-date] java get/set method name changed to [EndDate] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:45.476--SDOUtil: Generated Type [last-name] java get/set method name changed to [LastName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:46.162--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:46.178--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:46.187--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:46.197--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:46.209--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:46.224--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:46.234--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:46.244--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:46.254--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:46.265--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:49.958--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:49.959--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:49.96--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:49.961--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.667--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.668--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.696--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.697--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.704--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.704--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.71--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.71--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.718--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.718--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.727--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.727--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.733--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.734--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.74--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.74--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.751--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.751--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.759--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.759--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.766--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.766--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.767--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:50.767--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.477--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.478--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.485--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.485--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.491--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.491--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.5--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.501--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.508--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.508--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.518--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.518--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.524--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.524--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.531--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.531--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.541--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.541--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.548--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:51.549--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:52.524--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:52.524--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:52.527--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:52.527--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.29--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.29--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.301--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.301--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.309--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.309--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.316--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.316--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.324--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.324--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.335--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.336--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.343--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.343--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.35--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.351--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.356--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.358--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.365--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.365--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.372--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:53.373--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:54.299--SDOUtil: Generated Type [first-name] java get/set method name changed to [FirstName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:54.299--SDOUtil: Generated Type [last-name] java get/set method name changed to [LastName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:55.075--SDOUtil: Generated Type [first-name] java get/set method name changed to [FirstName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:55.075--SDOUtil: Generated Type [last-name] java get/set method name changed to [LastName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:55.841--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-17 14:01:57.331--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:57.336--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:57.336--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:57.354--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:57.355--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:57.36--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:57.36--SDOUtil: Generated Type [personal-info] java get/set method name changed to [PersonalInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:57.36--SDOUtil: Generated Type [contact-info] java get/set method name changed to [ContactInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:57.361--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:57.361--SDOUtil: Generated Type [zip-code] java get/set method name changed to [ZipCode] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:57.362--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:57.362--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:57.363--SDOUtil: Generated Type [billing-address] java get/set method name changed to [BillingAddress] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:57.363--SDOUtil: Generated Type [shipping-address] java get/set method name changed to [ShippingAddress] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:57.363--SDOUtil: Generated Type [phone-number] java get/set method name changed to [PhoneNumber] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:57.363--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:57.364--SDOUtil: Generated Type [first-name] java get/set method name changed to [FirstName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:57.364--SDOUtil: Generated Type [last-name] java get/set method name changed to [LastName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:57.364--SDOUtil: Generated Type [date-of-birth] java get/set method name changed to [DateOfBirth] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.145--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.146--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.146--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.147--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.147--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.186--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.186--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.187--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.188--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.188--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.212--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.212--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.212--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.213--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.214--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.234--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.234--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.235--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.235--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.236--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.256--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.257--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.257--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.258--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.258--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.297--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.297--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.297--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.298--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.299--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.317--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.317--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.317--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.318--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.319--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.335--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.335--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.335--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.336--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.337--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.351--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.352--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.352--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.353--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.353--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.376--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.376--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.376--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.377--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.378--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:03.73--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:03.731--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:04.406--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:04.412--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:04.418--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:04.423--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:04.428--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:04.436--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:04.442--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:04.446--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:04.455--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:04.461--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:06.166--SDOUtil: Generated Type [global-before] java get/set method name changed to [GlobalBefore] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:06.166--SDOUtil: Generated Type [global-after] java get/set method name changed to [GlobalAfter] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:06.878--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:06.878--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:06.879--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:06.88--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.576--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.576--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.587--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.588--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.597--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.597--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.603--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.603--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.611--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.612--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.616--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.617--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.622--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.622--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.627--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.627--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.636--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.636--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.642--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.642--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: 12.978 sec
    [junit] Output:
    [junit] [EL Info]: 2024-04-17 14:01:57.331--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:57.336--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:57.336--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:57.354--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:57.355--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:57.36--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:57.36--SDOUtil: Generated Type [personal-info] java get/set method name changed to [PersonalInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:57.36--SDOUtil: Generated Type [contact-info] java get/set method name changed to [ContactInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:57.361--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:57.361--SDOUtil: Generated Type [zip-code] java get/set method name changed to [ZipCode] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:57.362--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:57.362--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:57.363--SDOUtil: Generated Type [billing-address] java get/set method name changed to [BillingAddress] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:57.363--SDOUtil: Generated Type [shipping-address] java get/set method name changed to [ShippingAddress] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:57.363--SDOUtil: Generated Type [phone-number] java get/set method name changed to [PhoneNumber] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:57.363--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:57.364--SDOUtil: Generated Type [first-name] java get/set method name changed to [FirstName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:57.364--SDOUtil: Generated Type [last-name] java get/set method name changed to [LastName] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:57.364--SDOUtil: Generated Type [date-of-birth] java get/set method name changed to [DateOfBirth] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.145--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.146--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.146--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.147--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.147--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.186--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.186--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.187--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.188--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.188--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.212--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.212--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.212--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.213--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.214--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.234--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.234--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.235--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.235--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.236--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.256--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.257--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.257--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.258--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.258--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.297--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.297--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.297--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.298--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.299--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.317--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.317--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.317--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.318--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.319--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.335--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.335--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.335--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.336--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.337--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.351--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.352--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.352--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.353--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.353--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.376--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.376--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.376--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.377--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:01:58.378--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:03.73--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:03.731--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:04.406--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:04.412--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:04.418--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:04.423--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:04.428--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:04.436--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:04.442--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:04.446--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:04.455--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:04.461--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:06.166--SDOUtil: Generated Type [global-before] java get/set method name changed to [GlobalBefore] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:06.166--SDOUtil: Generated Type [global-after] java get/set method name changed to [GlobalAfter] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:06.878--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:06.878--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:06.879--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:06.88--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.576--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.576--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.587--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.588--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.597--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.597--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.603--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.603--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.611--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.612--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.616--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.617--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.622--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.622--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.627--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.627--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.636--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.636--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.642--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:07.642--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-17 14:02:18.702--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.434 sec
    [junit] Output:
    [junit] [EL Warning]: 2024-04-17 14:02:18.702--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-17 14:02:21.351--SDOUtil: Generated Type [ChangeSummary] conflicts with SDO specification naming rules for [ChangeSummary] and should be renamed.
    [junit] [EL Warning]: 2024-04-17 14:02:22.471--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.71 sec
    [junit] Output:
    [junit] [EL Warning]: 2024-04-17 14:02:21.351--SDOUtil: Generated Type [ChangeSummary] conflicts with SDO specification naming rules for [ChangeSummary] and should be renamed.
    [junit] [EL Warning]: 2024-04-17 14:02:22.471--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-17 14:02:27.183--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.293 sec
    [junit] Output:
    [junit] [EL Warning]: 2024-04-17 14:02:27.183--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-17 14:02:31.77--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.565 sec
    [junit] Output:
    [junit] [EL Warning]: 2024-04-17 14:02:31.77--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.405 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.72 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.664 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.097 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.425 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-17 14:02:53.391--SDOUtil: Generated Type [restricted-child] java class name changed to [RestrictedChild] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:53.396--SDOUtil: Generated Type [extended-child] java class name changed to [ExtendedChild] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:53.405--SDOUtil: Generated Type [restricted-child] java class name changed to [RestrictedChild] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:53.405--SDOUtil: Generated Type [extended-child] java class name changed to [ExtendedChild] to follow class naming conventions.
    [junit] [EL Warning]: 2024-04-17 14:02:53.688--An java.lang.NullPointerException occurred processing referenced schema with uri my.uri5 with schemaLocation null.
    [junit] [EL Warning]: 2024-04-17 14:02:53.739--An java.lang.IllegalArgumentException occurred processing referenced schema with uri my.uri2 with schemaLocation Cyclic2.xsd.
    [junit] [EL Warning]: 2024-04-17 14:02:53.741--An java.lang.IllegalArgumentException occurred processing referenced schema with uri my.uri2 with schemaLocation Cyclic2.xsd.
    [junit] [EL Info]: 2024-04-17 14:02:53.921--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:53.921--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:53.928--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:53.934--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:53.94--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:53.953--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:53.959--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:53.965--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.652 sec
    [junit] Output:
    [junit] [EL Info]: 2024-04-17 14:02:53.391--SDOUtil: Generated Type [restricted-child] java class name changed to [RestrictedChild] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:53.396--SDOUtil: Generated Type [extended-child] java class name changed to [ExtendedChild] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:53.405--SDOUtil: Generated Type [restricted-child] java class name changed to [RestrictedChild] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:53.405--SDOUtil: Generated Type [extended-child] java class name changed to [ExtendedChild] to follow class naming conventions.
    [junit] [EL Warning]: 2024-04-17 14:02:53.688--An java.lang.NullPointerException occurred processing referenced schema with uri my.uri5 with schemaLocation null.
    [junit] [EL Warning]: 2024-04-17 14:02:53.739--An java.lang.IllegalArgumentException occurred processing referenced schema with uri my.uri2 with schemaLocation Cyclic2.xsd.
    [junit] [EL Warning]: 2024-04-17 14:02:53.741--An java.lang.IllegalArgumentException occurred processing referenced schema with uri my.uri2 with schemaLocation Cyclic2.xsd.
    [junit] [EL Info]: 2024-04-17 14:02:53.921--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:53.921--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:53.928--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:53.934--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:53.94--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:53.953--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:53.959--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:53.965--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-17 14:02:55.237--An java.lang.NullPointerException occurred processing referenced schema with uri my.uri5 with schemaLocation null.
    [junit] [EL Warning]: 2024-04-17 14:02:55.304--An java.lang.IllegalArgumentException occurred processing referenced schema with uri my.uri2 with schemaLocation Cyclic2.xsd.
    [junit] [EL Warning]: 2024-04-17 14:02:55.307--An java.lang.IllegalArgumentException occurred processing referenced schema with uri my.uri2 with schemaLocation Cyclic2.xsd.
    [junit] [EL Info]: 2024-04-17 14:02:55.568--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:55.568--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:55.575--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:55.582--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:55.588--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:55.601--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:55.609--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:55.629--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.008 sec
    [junit] Output:
    [junit] [EL Warning]: 2024-04-17 14:02:55.237--An java.lang.NullPointerException occurred processing referenced schema with uri my.uri5 with schemaLocation null.
    [junit] [EL Warning]: 2024-04-17 14:02:55.304--An java.lang.IllegalArgumentException occurred processing referenced schema with uri my.uri2 with schemaLocation Cyclic2.xsd.
    [junit] [EL Warning]: 2024-04-17 14:02:55.307--An java.lang.IllegalArgumentException occurred processing referenced schema with uri my.uri2 with schemaLocation Cyclic2.xsd.
    [junit] [EL Info]: 2024-04-17 14:02:55.568--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:55.568--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:55.575--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:55.582--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:55.588--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:55.601--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:55.609--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:55.629--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.472 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.574 sec
    [junit] Running org.eclipse.persistence.testing.sdo.helper.xsdhelper.define.complextypes.SDOComplexTypeXSDTestSuite
    [junit] [EL Info]: 2024-04-17 14:02:58.046--SDOUtil: Generated Type [restricted-child] java class name changed to [RestrictedChild] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:58.05--SDOUtil: Generated Type [extended-child] java class name changed to [ExtendedChild] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:58.064--SDOUtil: Generated Type [restricted-child] java class name changed to [RestrictedChild] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:58.064--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.661 sec
    [junit] Output:
    [junit] [EL Info]: 2024-04-17 14:02:58.046--SDOUtil: Generated Type [restricted-child] java class name changed to [RestrictedChild] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:58.05--SDOUtil: Generated Type [extended-child] java class name changed to [ExtendedChild] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:58.064--SDOUtil: Generated Type [restricted-child] java class name changed to [RestrictedChild] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:02:58.064--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.649 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.545 sec
    [junit] Running org.eclipse.persistence.testing.sdo.helper.xsdhelper.defineandgenerate.XSDHelperDefineAndGenerateTestSuite
    [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.995 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.94 sec
    [junit] Running org.eclipse.persistence.testing.sdo.instanceclass.InstanceClassTestSuite
    [junit] [EL Info]: 2024-04-17 14:03:02.965--SDOUtil: Generated Type [phone-number] java get/set method name changed to [PhoneNumber] to follow class naming conventions.
    [junit] [EL Warning]: 2024-04-17 14:03:02.972--SDOUtil: Generated Type [changeSummary] conflicts with SDO specification naming rules for [ChangeSummary] and should be renamed.
    [junit] [EL Warning]: 2024-04-17 14:03:02.973--SDOUtil: Generated Type [changeSummary] conflicts with SDO specification naming rules for [ChangeSummary] and should be renamed.
    [junit] [EL Info]: 2024-04-17 14:03:03.015--SDOUtil: Generated Type [phone-number] java get/set method name changed to [PhoneNumber] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:03:03.063--SDOUtil: Generated Type [phone-number] java get/set method name changed to [PhoneNumber] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:03:03.088--SDOUtil: Generated Type [phone-number] java get/set method name changed to [PhoneNumber] to follow class naming conventions.
    [junit] [EL Info]: 2024-04-17 14:03:03.105--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.711 sec
    [junit] Output:
    [junit] Apr 17, 2024 2:03:03 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType
    [junit] [EL Info]: 2024-04-17 14:03:02.965--SDOUtil: Generated Type [phone-number] java get/set method name changed to [PhoneNumber] to follow class naming conventions.
    [junit] [EL Warning]: 2024-04-17 14:03:02.972--SDOUtil: Generated Type [changeSummary] conflicts with SDO specification naming rules for [ChangeSummary] and should be renamed.
    [junit] INFO: Looking for : interface org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithIncorrectGetters
    [junit] [EL Warning]: 2024-04-17 14:03:02.973--SDOUtil: Generated Type [changeSummary] conflicts with SDO specification naming rules for [ChangeSummary] and should be renamed.
    [junit] Apr 17, 2024 2:03:03 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType
    [junit] [EL Info]: 2024-04-17 14:03:03.015--SDOUtil: Generated Type [phone-number] java get/set method name changed to [PhoneNumber] to follow class naming conventions.
    [junit] INFO: interface org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithIncorrectGetters was found in: typesHashMap.
    [junit] [EL Info]: 2024-04-17 14:03:03.063--SDOUtil: Generated Type [phone-number] java get/set method name changed to [PhoneNumber] to follow class naming conventions.
    [junit] Apr 17, 2024 2:03:03 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType
    [junit] [EL Info]: 2024-04-17 14:03:03.088--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.CustomerInterfaceWithCorrectGetters
    [junit] [EL Info]: 2024-04-17 14:03:03.105--SDOUtil: Generated Type [phone-number] java get/set method name changed to [PhoneNumber] to follow class naming conventions.
    [junit] Apr 17, 2024 2:03:03 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType
    [junit] 
    [junit] INFO: interface org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithCorrectGetters was found in: typesHashMap.
    [junit] Error: 
    [junit] Apr 17, 2024 2:03:03 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType
    [junit] Apr 17, 2024 2:03:03 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType
    [junit] INFO: Looking for : interface org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithIncorrectGetters
    [junit] INFO: Looking for : interface org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithIncorrectGetters
    [junit] Apr 17, 2024 2:03:03 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType
    [junit] Apr 17, 2024 2:03:03 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType
    [junit] INFO: interface org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithIncorrectGetters was found in: typesHashMap.
    [junit] INFO: interface org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithIncorrectGetters was found in: typesHashMap.
    [junit] Apr 17, 2024 2:03:03 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType
    [junit] INFO: Looking for : interface org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithCorrectGetters
    [junit] Apr 17, 2024 2:03:03 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 17, 2024 2:03:03 PM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType
    [junit] INFO: Looking for : interface org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithIncorrectGetters
    [junit] Apr 17, 2024 2:03:03 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] Running org.eclipse.persistence.testing.sdo.model.changesummary.ChangeSummaryTestSuite
    [junit] Tests run: 241, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.029 sec
    [junit] Running org.eclipse.persistence.testing.sdo.model.changesummary.ChangeSummaryXSDWithCSOnChildTestSuite
    [junit] Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.498 sec
    [junit] Running org.eclipse.persistence.testing.sdo.model.changesummary.ChangeSummaryXSDWithCSOnRootTestSuite
    [junit] Tests run: 156, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.634 sec
    [junit] Running org.eclipse.persistence.testing.sdo.model.datagraph.SDODataGraphTestSuite
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.583 sec
    [junit] Running org.eclipse.persistence.testing.sdo.model.dataobject.SDODataObjectGetIndexTestSuite
    [junit] Tests run: 196, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.874 sec
    [junit] Running org.eclipse.persistence.testing.sdo.model.dataobject.SDODataObjectGetPathConversionTestSuite
    [junit] Tests run: 302, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.118 sec
    [junit] Running org.eclipse.persistence.testing.sdo.model.dataobject.SDODataObjectGetPathTestSuite
    [junit] Tests run: 286, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.459 sec
    [junit] Running org.eclipse.persistence.testing.sdo.model.dataobject.SDODataObjectGetTestSuite
    [junit] Tests run: 338, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.175 sec
    [junit] Running org.eclipse.persistence.testing.sdo.model.dataobject.SDODataObjectTestSuite
    [junit] Tests run: 174, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.166 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.488 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.112 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.156 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.852 sec
    [junit] Running org.eclipse.persistence.testing.sdo.model.property.SDOPropertyEqualityTestSuite
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.461 sec
    [junit] Running org.eclipse.persistence.testing.sdo.model.sequence.SDOSequenceTestSuite
    [junit] Tests run: 322, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.34 sec
    [junit] Running org.eclipse.persistence.testing.sdo.model.type.SDOTypeTestSuite
    [junit] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.721 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: 532ms
   [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.102 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: 35ms
      [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.091 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: 68ms
      [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.13 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: 58ms

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.v20240417-36e9af724e.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.793 sec
    [junit] Output:
    [junit] [EL Warning]: moxy: 2024-04-17 18:03:44.13--MOXy 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.234 sec
    [junit] Running dbws.testing.bindingmodel.BindingModelTestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec
    [junit] Running dbws.testing.crud.CRUDTestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 sec
    [junit] Running dbws.testing.customsql.CustomSQLTestSuite
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 sec
    [junit] Running dbws.testing.inlinebinary.InlineBinaryTestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 sec
    [junit] Running dbws.testing.invalidinput.InvalidInputTestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec
    [junit] Running dbws.testing.loglevelvalidation.LogLevelValidationTestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 sec
    [junit] Running dbws.testing.mtom.MTOMTestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.997 sec
    [junit] Error: 
    [junit] Apr 17, 2024 6:03:45 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.<init>(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.122 sec
    [junit] Running dbws.testing.optlock.OptLockTestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 sec
    [junit] Running dbws.testing.rootcause.RootCauseTestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 sec
    [junit] Running dbws.testing.secondarysql.SecondarySQLTestSuite
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.242 sec
    [junit] Running dbws.testing.simplesp.SimpleSPTestSuite
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 sec
    [junit] Running dbws.testing.simpletable.SimpleTableTestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 sec
    [junit] Running dbws.testing.simpletablewithnestedsql.SimpleTableWithNestedSQLTestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
    [junit] Running dbws.testing.soap12.SOAP12TestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.545 sec
    [junit] Running dbws.testing.sqlascollection.SQLAsCollectionTestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 sec
    [junit] Running dbws.testing.updatefault.UpdateFaultTestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 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: 282ms

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.v20240417-36e9af724e.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=v20240417-36e9af724e
     [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.6.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 31 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 368 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 959 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 926 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 1.6 MB/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 714 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 391 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 2.8 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 337 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 4.9 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 64 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 391 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 516 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.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 389 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.5 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 288 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 121 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 110 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 142 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 159 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 927 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 124 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 463 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 251 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.2 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 68 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 1.4 MB/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 56 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 517 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 1.5 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.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 282 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 392 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 3.3 MB/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 513 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 59 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 890 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 100 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 621 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 39 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 272 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 214 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 629 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 50 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 22 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 34 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 62 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 52 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 477 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 209 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 26 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 426 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 1.5 MB/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 304 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 746 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 41 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 120 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 219 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 38 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 23 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 50 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 38 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 268 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 37 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 128 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 380 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 21 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 16 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 33 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 47 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 27 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 36 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 64 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 560 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 684 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 51 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 96 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 728 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 106 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 68 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 136 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 95 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 871 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 207 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 23 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 100 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 38 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 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-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 92 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 47 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 924 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 1.1 MB/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 9.0 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 237 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 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/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 3.5 MB/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 1.4 MB/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 85 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 133 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 88 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 37 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 2.8 MB/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 6.1 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 510 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 603 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 44 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 152 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 400 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 27 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 341 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 41 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 412 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 24 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 1.3 MB/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 236 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 76 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/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/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/javax/inject/javax.inject/1/javax.inject-1.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] 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 18 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.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 7.7 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/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar (3.4 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/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 359 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/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar (778 kB at 4.2 MB/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/apache/logging/log4j/log4j-api/2.16.0/log4j-api-2.16.0.jar (302 kB at 1.6 MB/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/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar (88 kB at 461 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.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 66 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-io/1.5.1/ops4j-base-io-1.5.1.jar (26 kB at 124 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-monitors/1.5.1/ops4j-base-monitors-1.5.1.jar (13 kB at 61 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-lang/1.5.1/ops4j-base-lang-1.5.1.jar (11 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-util-property/1.5.1/ops4j-base-util-property-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/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-store/1.5.1/ops4j-base-store-1.5.1.jar (13 kB at 57 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] 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 307 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.jar
     [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 136 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/base/ops4j-base-net/1.5.1/ops4j-base-net-1.5.1.jar (18 kB at 68 kB/s)
     [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 113 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] 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/base/ops4j-base-spi/1.5.1/ops4j-base-spi-1.5.1.jar (12 kB at 46 kB/s)
     [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 54 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/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 kB at 148 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.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 127 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 23 kB/s)
     [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 52 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-link-mvn/4.13.4/pax-exam-link-mvn-4.13.4.jar (11 kB at 39 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/url/pax-url-link/2.6.2/pax-url-link-2.6.2.jar (7.8 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-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/biz/aQute/bnd/bndlib/2.4.0/bndlib-2.4.0.jar (2.0 MB at 6.4 MB/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 12 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 30 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/url/pax-url-classpath/2.6.2/pax-url-classpath-2.6.2.jar (9.0 kB at 27 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/swissbox/pax-swissbox-optional-jcl/1.8.3/pax-swissbox-optional-jcl-1.8.3.jar (6.7 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 17 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-spi/1.8.2/maven-resolver-spi-1.8.2.jar (48 kB at 131 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] 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 91 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.jar
     [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 407 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-util/1.8.2/maven-resolver-util-1.8.2.jar (176 kB at 459 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/org/apache/maven/resolver/maven-resolver-impl/1.8.2/maven-resolver-impl-1.8.2.jar (248 kB at 643 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/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 1.5 MB/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/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.jar (17 kB at 42 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/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar (27 kB at 67 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.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 9.2 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 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 130 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 507 kB/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.3 MB/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.5 MB/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 341 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 2.2 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 50 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 251 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 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-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 474 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 485 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 140 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 136 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 440 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 111 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 136 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 90 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 147 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 90 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 270 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 380 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 174 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 175 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 149 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 275 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 1.1 MB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.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 62 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 325 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 49 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 55 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 58 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-incremental/1.1/maven-shared-incremental-1.1.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] 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 1.5 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/codehaus/plexus/plexus-java/0.9.2/plexus-java-0.9.2.jar (31 kB at 1.9 MB/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/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar (164 kB at 8.6 MB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.2/plexus-compiler-api-2.8.2.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 11 MB/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.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 2.5 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/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 158 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 146 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 776 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 410 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 6.4 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 67 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 1.1 MB/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 1.9 MB/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 88 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 143 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 121 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 165 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 114 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 159 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 91 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 110 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 354 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 89 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 139 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 114 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 112 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 611 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 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.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 134 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 148 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 68 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 201 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 184 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 672 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 126 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 342 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 225 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 119 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 133 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 192 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 125 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 107 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 419 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 642 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 321 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 972 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 82 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 699 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 13 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 109 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 382 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 158 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 83 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 224 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 196 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 299 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 602 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.4 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 193 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 334 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 2.4 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.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 45 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 732 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 107 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 93 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 28 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 356 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 103 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 303 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 20 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 309 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 123 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 120 kB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.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 87 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 102 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 51 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 485 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 198 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 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.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 182 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 249 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 145 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 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.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 89 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 93 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 138 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 289 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 125 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 711 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 242 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 208 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 129 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 68 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 104 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 76 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 105 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 100 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 120 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 288 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 234 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 1.2 MB/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 356 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 191 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 222 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 75 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 183 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 242 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 667 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 1.0 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.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-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] 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] 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 537 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.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.9 MB/s)
     [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-core/2.0.9/maven-core-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-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 2.8 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] 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-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 709 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.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 464 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-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 kB at 300 kB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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-core/2.0.9/maven-core-2.0.9.jar (160 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/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-model/2.0.9/maven-model-2.0.9.jar (87 kB at 1.8 MB/s)
     [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-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 180 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 597 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/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar (21 kB at 332 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 372 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/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 826 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 785 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] 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 501 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.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 121 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-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (91 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/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/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (109 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/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/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 485 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-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 505 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/commons-io/commons-io/1.4/commons-io-1.4.jar (109 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-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-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 182 kB/s)
     [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 462 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] 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 196 kB/s)
     [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 250 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] 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/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar (186 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/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 324 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/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar (232 kB at 1.9 MB/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/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 kB at 316 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/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 342 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-io/2.0.6/plexus-io-2.0.6.jar (58 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/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar (27 kB at 211 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/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 328 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 31 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 226 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 428 kB/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 204 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 3.6 MB/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 284 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 38 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 491 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 142 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 43 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 180 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 209 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 51 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 51 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-logger-api/2.21.0/surefire-logger-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] 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 367 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/maven-surefire-common/2.21.0/maven-surefire-common-2.21.0.jar (521 kB at 11 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/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (228 kB at 3.9 MB/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/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 504 kB/s)
     [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 170 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.jar
     [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-core/2.2.1/maven-core-2.2.1.jar (178 kB at 2.0 MB/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/apache/maven/surefire/surefire-booter/2.21.0/surefire-booter-2.21.0.jar (273 kB at 2.9 MB/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/surefire/surefire-api/2.21.0/surefire-api-2.21.0.jar (185 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-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/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 222 kB/s)
     [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 88 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.jar
     [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 121 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/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 149 kB/s)
     [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 199 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 330 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 87 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 192 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 86 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 57 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 1.6 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@3508dbf1]...
     [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-09c74b04-6584-4e2d-9f9c-b01941c027ac]
     [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227, }, ManifestEntry{ key=PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-1483b873-d182-4c22-9c2b-1084601ab227, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalInvalid }]
     [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-Executable to be in PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,
     [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891 to be in PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,
     [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-b2529eb1-11df-42b4-97c3-7569e92bf891" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid"
     [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-1483b873-d182-4c22-9c2b-1084601ab227 to be in PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,
     [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-1483b873-d182-4c22-9c2b-1084601ab227" 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-b60a4217-2f93-475b-92eb-66fa1802abc5 to be in PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,
     [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-b60a4217-2f93-475b-92eb-66fa1802abc5" 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-643971c6-5d28-441a-b5c7-680762f9a3bd to be in PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,
     [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-643971c6-5d28-441a-b5c7-680762f9a3bd" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalInvalid"
     [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.inject]
     [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-09c74b04-6584-4e2d-9f9c-b01941c027ac]
     [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227, }, ManifestEntry{ key=PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-1483b873-d182-4c22-9c2b-1084601ab227, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalInvalid }]
     [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@5b64d3a3.]
     [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam]
     [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service]
     [java] 
     [java] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.791 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@48ac9ea1]...
     [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-09c74b04-6584-4e2d-9f9c-b01941c027ac]
     [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39,PaxExam-663173a0-f76d-4caf-8505-daeba107db4e,PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c,PaxExam-16b4555d-c11a-4456-b05e-0aece1241404, }, ManifestEntry{ key=PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-1483b873-d182-4c22-9c2b-1084601ab227, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-663173a0-f76d-4caf-8505-daeba107db4e, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-16b4555d-c11a-4456-b05e-0aece1241404, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalValid }]
     [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-Executable to be in PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39,PaxExam-663173a0-f76d-4caf-8505-daeba107db4e,PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c,PaxExam-16b4555d-c11a-4456-b05e-0aece1241404,
     [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891 to be in PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39,PaxExam-663173a0-f76d-4caf-8505-daeba107db4e,PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c,PaxExam-16b4555d-c11a-4456-b05e-0aece1241404,
     [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-b2529eb1-11df-42b4-97c3-7569e92bf891" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid"
     [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-1483b873-d182-4c22-9c2b-1084601ab227 to be in PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39,PaxExam-663173a0-f76d-4caf-8505-daeba107db4e,PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c,PaxExam-16b4555d-c11a-4456-b05e-0aece1241404,
     [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-1483b873-d182-4c22-9c2b-1084601ab227" 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-663173a0-f76d-4caf-8505-daeba107db4e to be in PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39,PaxExam-663173a0-f76d-4caf-8505-daeba107db4e,PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c,PaxExam-16b4555d-c11a-4456-b05e-0aece1241404,
     [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-663173a0-f76d-4caf-8505-daeba107db4e" 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-b60a4217-2f93-475b-92eb-66fa1802abc5 to be in PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39,PaxExam-663173a0-f76d-4caf-8505-daeba107db4e,PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c,PaxExam-16b4555d-c11a-4456-b05e-0aece1241404,
     [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-b60a4217-2f93-475b-92eb-66fa1802abc5" 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-643971c6-5d28-441a-b5c7-680762f9a3bd to be in PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39,PaxExam-663173a0-f76d-4caf-8505-daeba107db4e,PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c,PaxExam-16b4555d-c11a-4456-b05e-0aece1241404,
     [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-643971c6-5d28-441a-b5c7-680762f9a3bd" 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-f6d866e5-7afa-4765-a4c0-7202195bfe1c to be in PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39,PaxExam-663173a0-f76d-4caf-8505-daeba107db4e,PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c,PaxExam-16b4555d-c11a-4456-b05e-0aece1241404,
     [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-f6d866e5-7afa-4765-a4c0-7202195bfe1c" 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-6a68a67d-6d55-4956-a25e-40ecba728e39 to be in PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39,PaxExam-663173a0-f76d-4caf-8505-daeba107db4e,PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c,PaxExam-16b4555d-c11a-4456-b05e-0aece1241404,
     [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-6a68a67d-6d55-4956-a25e-40ecba728e39" 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-16b4555d-c11a-4456-b05e-0aece1241404 to be in PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39,PaxExam-663173a0-f76d-4caf-8505-daeba107db4e,PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c,PaxExam-16b4555d-c11a-4456-b05e-0aece1241404,
     [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-16b4555d-c11a-4456-b05e-0aece1241404" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalValid"
     [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-09c74b04-6584-4e2d-9f9c-b01941c027ac]
     [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39,PaxExam-663173a0-f76d-4caf-8505-daeba107db4e,PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c,PaxExam-16b4555d-c11a-4456-b05e-0aece1241404, }, ManifestEntry{ key=PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-1483b873-d182-4c22-9c2b-1084601ab227, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-663173a0-f76d-4caf-8505-daeba107db4e, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-16b4555d-c11a-4456-b05e-0aece1241404, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalValid }]
     [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@1bf9ea3a.]
     [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam]
     [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] 
     [java] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.751 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@911736b]...
     [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-09c74b04-6584-4e2d-9f9c-b01941c027ac]
     [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-663173a0-f76d-4caf-8505-daeba107db4e, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-d1b9ca37-df58-478b-b102-3bd39c7fb180, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testInternalJaxbMany }, ManifestEntry{ key=PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-09e13142-a2d1-4e55-944a-ad20840f67f6, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodelOxm }, ManifestEntry{ key=PaxExam-5fb191a0-3151-4b1b-bd4c-f385d88e1ec0, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodel }, ManifestEntry{ key=PaxExam-c433aaed-022c-4027-992a-c7ff236f7ae2, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxb }, ManifestEntry{ key=PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-1483b873-d182-4c22-9c2b-1084601ab227, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-5bfa52a1-f7f2-4f20-86b4-d08e783314aa, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxNaming }, ManifestEntry{ key=PaxExam-6e571b90-6e88-48d1-8126-92976d30fd3a, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbCompiler }, ManifestEntry{ key=PaxExam-002cb0a0-8e9d-435c-aac0-5ba7e1d4aa67, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testOrgXmlSaxHelpers }, ManifestEntry{ key=PaxExam-96f5180b-0056-4b41-bf04-202bb796bb60, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbRs }, ManifestEntry{ key=PaxExam-925be1c1-ef50-45b8-b870-d15491962a24, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testAsmVersion }, ManifestEntry{ key=PaxExam-75279c1d-8d2f-403e-8fd6-ceb15cacf650, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbDynamicMetadata }, ManifestEntry{ key=PaxExam-55db7c62-affa-4e0c-949f-497dd0472c80, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbXmlmodel }, ManifestEntry{ key=PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-165d8cd4-a041-42de-baeb-81085d02e8d8, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testInternalJaxb }, ManifestEntry{ key=PaxExam-afe3a89c-366d-4719-aa71-d06b1fe9af67, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodelReflection }, ManifestEntry{ key=PaxExam-1937d9b1-2213-46ee-bfd1-f870244ab209, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbDynamic }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39,PaxExam-663173a0-f76d-4caf-8505-daeba107db4e,PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c,PaxExam-16b4555d-c11a-4456-b05e-0aece1241404,PaxExam-278f78d8-5463-4612-8495-34fb2be5add8,PaxExam-09e13142-a2d1-4e55-944a-ad20840f67f6,PaxExam-5fb191a0-3151-4b1b-bd4c-f385d88e1ec0,PaxExam-925be1c1-ef50-45b8-b870-d15491962a24,PaxExam-c433aaed-022c-4027-992a-c7ff236f7ae2,PaxExam-d1b9ca37-df58-478b-b102-3bd39c7fb180,PaxExam-6e571b90-6e88-48d1-8126-92976d30fd3a,PaxExam-838569c8-c734-46cc-bcec-3143fbf7b7aa,PaxExam-55db7c62-affa-4e0c-949f-497dd0472c80,PaxExam-5bfa52a1-f7f2-4f20-86b4-d08e783314aa,PaxExam-002cb0a0-8e9d-435c-aac0-5ba7e1d4aa67,PaxExam-afe3a89c-366d-4719-aa71-d06b1fe9af67,PaxExam-1937d9b1-2213-46ee-bfd1-f870244ab209,PaxExam-9b3cbbb2-fe59-43af-b4e0-773528b11e12,PaxExam-165d8cd4-a041-42de-baeb-81085d02e8d8,PaxExam-75279c1d-8d2f-403e-8fd6-ceb15cacf650,PaxExam-96f5180b-0056-4b41-bf04-202bb796bb60, }, ManifestEntry{ key=PaxExam-9b3cbbb2-fe59-43af-b4e0-773528b11e12, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbAttachment }, ManifestEntry{ key=PaxExam-838569c8-c734-46cc-bcec-3143fbf7b7aa, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbMetadata }, ManifestEntry{ key=PaxExam-278f78d8-5463-4612-8495-34fb2be5add8, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxXmlParsers }, ManifestEntry{ key=PaxExam-16b4555d-c11a-4456-b05e-0aece1241404, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalValid }]
     [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-663173a0-f76d-4caf-8505-daeba107db4e to be in PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39,PaxExam-663173a0-f76d-4caf-8505-daeba107db4e,PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c,PaxExam-16b4555d-c11a-4456-b05e-0aece1241404,PaxExam-278f78d8-5463-4612-8495-34fb2be5add8,PaxExam-09e13142-a2d1-4e55-944a-ad20840f67f6,PaxExam-5fb191a0-3151-4b1b-bd4c-f385d88e1ec0,PaxExam-925be1c1-ef50-45b8-b870-d15491962a24,PaxExam-c433aaed-022c-4027-992a-c7ff236f7ae2,PaxExam-d1b9ca37-df58-478b-b102-3bd39c7fb180,PaxExam-6e571b90-6e88-48d1-8126-92976d30fd3a,PaxExam-838569c8-c734-46cc-bcec-3143fbf7b7aa,PaxExam-55db7c62-affa-4e0c-949f-497dd0472c80,PaxExam-5bfa52a1-f7f2-4f20-86b4-d08e783314aa,PaxExam-002cb0a0-8e9d-435c-aac0-5ba7e1d4aa67,PaxExam-afe3a89c-366d-4719-aa71-d06b1fe9af67,PaxExam-1937d9b1-2213-46ee-bfd1-f870244ab209,PaxExam-9b3cbbb2-fe59-43af-b4e0-773528b11e12,PaxExam-165d8cd4-a041-42de-baeb-81085d02e8d8,PaxExam-75279c1d-8d2f-403e-8fd6-ceb15cacf650,PaxExam-96f5180b-0056-4b41-bf04-202bb796bb60,
     [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-663173a0-f76d-4caf-8505-daeba107db4e" 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-d1b9ca37-df58-478b-b102-3bd39c7fb180 to be in PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39,PaxExam-663173a0-f76d-4caf-8505-daeba107db4e,PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c,PaxExam-16b4555d-c11a-4456-b05e-0aece1241404,PaxExam-278f78d8-5463-4612-8495-34fb2be5add8,PaxExam-09e13142-a2d1-4e55-944a-ad20840f67f6,PaxExam-5fb191a0-3151-4b1b-bd4c-f385d88e1ec0,PaxExam-925be1c1-ef50-45b8-b870-d15491962a24,PaxExam-c433aaed-022c-4027-992a-c7ff236f7ae2,PaxExam-d1b9ca37-df58-478b-b102-3bd39c7fb180,PaxExam-6e571b90-6e88-48d1-8126-92976d30fd3a,PaxExam-838569c8-c734-46cc-bcec-3143fbf7b7aa,PaxExam-55db7c62-affa-4e0c-949f-497dd0472c80,PaxExam-5bfa52a1-f7f2-4f20-86b4-d08e783314aa,PaxExam-002cb0a0-8e9d-435c-aac0-5ba7e1d4aa67,PaxExam-afe3a89c-366d-4719-aa71-d06b1fe9af67,PaxExam-1937d9b1-2213-46ee-bfd1-f870244ab209,PaxExam-9b3cbbb2-fe59-43af-b4e0-773528b11e12,PaxExam-165d8cd4-a041-42de-baeb-81085d02e8d8,PaxExam-75279c1d-8d2f-403e-8fd6-ceb15cacf650,PaxExam-96f5180b-0056-4b41-bf04-202bb796bb60,
     [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-d1b9ca37-df58-478b-b102-3bd39c7fb180" 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-b60a4217-2f93-475b-92eb-66fa1802abc5 to be in PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39,PaxExam-663173a0-f76d-4caf-8505-daeba107db4e,PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c,PaxExam-16b4555d-c11a-4456-b05e-0aece1241404,PaxExam-278f78d8-5463-4612-8495-34fb2be5add8,PaxExam-09e13142-a2d1-4e55-944a-ad20840f67f6,PaxExam-5fb191a0-3151-4b1b-bd4c-f385d88e1ec0,PaxExam-925be1c1-ef50-45b8-b870-d15491962a24,PaxExam-c433aaed-022c-4027-992a-c7ff236f7ae2,PaxExam-d1b9ca37-df58-478b-b102-3bd39c7fb180,PaxExam-6e571b90-6e88-48d1-8126-92976d30fd3a,PaxExam-838569c8-c734-46cc-bcec-3143fbf7b7aa,PaxExam-55db7c62-affa-4e0c-949f-497dd0472c80,PaxExam-5bfa52a1-f7f2-4f20-86b4-d08e783314aa,PaxExam-002cb0a0-8e9d-435c-aac0-5ba7e1d4aa67,PaxExam-afe3a89c-366d-4719-aa71-d06b1fe9af67,PaxExam-1937d9b1-2213-46ee-bfd1-f870244ab209,PaxExam-9b3cbbb2-fe59-43af-b4e0-773528b11e12,PaxExam-165d8cd4-a041-42de-baeb-81085d02e8d8,PaxExam-75279c1d-8d2f-403e-8fd6-ceb15cacf650,PaxExam-96f5180b-0056-4b41-bf04-202bb796bb60,
     [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-b60a4217-2f93-475b-92eb-66fa1802abc5" 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-09e13142-a2d1-4e55-944a-ad20840f67f6 to be in PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39,PaxExam-663173a0-f76d-4caf-8505-daeba107db4e,PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c,PaxExam-16b4555d-c11a-4456-b05e-0aece1241404,PaxExam-278f78d8-5463-4612-8495-34fb2be5add8,PaxExam-09e13142-a2d1-4e55-944a-ad20840f67f6,PaxExam-5fb191a0-3151-4b1b-bd4c-f385d88e1ec0,PaxExam-925be1c1-ef50-45b8-b870-d15491962a24,PaxExam-c433aaed-022c-4027-992a-c7ff236f7ae2,PaxExam-d1b9ca37-df58-478b-b102-3bd39c7fb180,PaxExam-6e571b90-6e88-48d1-8126-92976d30fd3a,PaxExam-838569c8-c734-46cc-bcec-3143fbf7b7aa,PaxExam-55db7c62-affa-4e0c-949f-497dd0472c80,PaxExam-5bfa52a1-f7f2-4f20-86b4-d08e783314aa,PaxExam-002cb0a0-8e9d-435c-aac0-5ba7e1d4aa67,PaxExam-afe3a89c-366d-4719-aa71-d06b1fe9af67,PaxExam-1937d9b1-2213-46ee-bfd1-f870244ab209,PaxExam-9b3cbbb2-fe59-43af-b4e0-773528b11e12,PaxExam-165d8cd4-a041-42de-baeb-81085d02e8d8,PaxExam-75279c1d-8d2f-403e-8fd6-ceb15cacf650,PaxExam-96f5180b-0056-4b41-bf04-202bb796bb60,
     [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-09e13142-a2d1-4e55-944a-ad20840f67f6" 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-5fb191a0-3151-4b1b-bd4c-f385d88e1ec0 to be in PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39,PaxExam-663173a0-f76d-4caf-8505-daeba107db4e,PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c,PaxExam-16b4555d-c11a-4456-b05e-0aece1241404,PaxExam-278f78d8-5463-4612-8495-34fb2be5add8,PaxExam-09e13142-a2d1-4e55-944a-ad20840f67f6,PaxExam-5fb191a0-3151-4b1b-bd4c-f385d88e1ec0,PaxExam-925be1c1-ef50-45b8-b870-d15491962a24,PaxExam-c433aaed-022c-4027-992a-c7ff236f7ae2,PaxExam-d1b9ca37-df58-478b-b102-3bd39c7fb180,PaxExam-6e571b90-6e88-48d1-8126-92976d30fd3a,PaxExam-838569c8-c734-46cc-bcec-3143fbf7b7aa,PaxExam-55db7c62-affa-4e0c-949f-497dd0472c80,PaxExam-5bfa52a1-f7f2-4f20-86b4-d08e783314aa,PaxExam-002cb0a0-8e9d-435c-aac0-5ba7e1d4aa67,PaxExam-afe3a89c-366d-4719-aa71-d06b1fe9af67,PaxExam-1937d9b1-2213-46ee-bfd1-f870244ab209,PaxExam-9b3cbbb2-fe59-43af-b4e0-773528b11e12,PaxExam-165d8cd4-a041-42de-baeb-81085d02e8d8,PaxExam-75279c1d-8d2f-403e-8fd6-ceb15cacf650,PaxExam-96f5180b-0056-4b41-bf04-202bb796bb60,
     [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-5fb191a0-3151-4b1b-bd4c-f385d88e1ec0" 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-c433aaed-022c-4027-992a-c7ff236f7ae2 to be in PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39,PaxExam-663173a0-f76d-4caf-8505-daeba107db4e,PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c,PaxExam-16b4555d-c11a-4456-b05e-0aece1241404,PaxExam-278f78d8-5463-4612-8495-34fb2be5add8,PaxExam-09e13142-a2d1-4e55-944a-ad20840f67f6,PaxExam-5fb191a0-3151-4b1b-bd4c-f385d88e1ec0,PaxExam-925be1c1-ef50-45b8-b870-d15491962a24,PaxExam-c433aaed-022c-4027-992a-c7ff236f7ae2,PaxExam-d1b9ca37-df58-478b-b102-3bd39c7fb180,PaxExam-6e571b90-6e88-48d1-8126-92976d30fd3a,PaxExam-838569c8-c734-46cc-bcec-3143fbf7b7aa,PaxExam-55db7c62-affa-4e0c-949f-497dd0472c80,PaxExam-5bfa52a1-f7f2-4f20-86b4-d08e783314aa,PaxExam-002cb0a0-8e9d-435c-aac0-5ba7e1d4aa67,PaxExam-afe3a89c-366d-4719-aa71-d06b1fe9af67,PaxExam-1937d9b1-2213-46ee-bfd1-f870244ab209,PaxExam-9b3cbbb2-fe59-43af-b4e0-773528b11e12,PaxExam-165d8cd4-a041-42de-baeb-81085d02e8d8,PaxExam-75279c1d-8d2f-403e-8fd6-ceb15cacf650,PaxExam-96f5180b-0056-4b41-bf04-202bb796bb60,
     [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-c433aaed-022c-4027-992a-c7ff236f7ae2" 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-6a68a67d-6d55-4956-a25e-40ecba728e39 to be in PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39,PaxExam-663173a0-f76d-4caf-8505-daeba107db4e,PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c,PaxExam-16b4555d-c11a-4456-b05e-0aece1241404,PaxExam-278f78d8-5463-4612-8495-34fb2be5add8,PaxExam-09e13142-a2d1-4e55-944a-ad20840f67f6,PaxExam-5fb191a0-3151-4b1b-bd4c-f385d88e1ec0,PaxExam-925be1c1-ef50-45b8-b870-d15491962a24,PaxExam-c433aaed-022c-4027-992a-c7ff236f7ae2,PaxExam-d1b9ca37-df58-478b-b102-3bd39c7fb180,PaxExam-6e571b90-6e88-48d1-8126-92976d30fd3a,PaxExam-838569c8-c734-46cc-bcec-3143fbf7b7aa,PaxExam-55db7c62-affa-4e0c-949f-497dd0472c80,PaxExam-5bfa52a1-f7f2-4f20-86b4-d08e783314aa,PaxExam-002cb0a0-8e9d-435c-aac0-5ba7e1d4aa67,PaxExam-afe3a89c-366d-4719-aa71-d06b1fe9af67,PaxExam-1937d9b1-2213-46ee-bfd1-f870244ab209,PaxExam-9b3cbbb2-fe59-43af-b4e0-773528b11e12,PaxExam-165d8cd4-a041-42de-baeb-81085d02e8d8,PaxExam-75279c1d-8d2f-403e-8fd6-ceb15cacf650,PaxExam-96f5180b-0056-4b41-bf04-202bb796bb60,
     [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-6a68a67d-6d55-4956-a25e-40ecba728e39" 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-1483b873-d182-4c22-9c2b-1084601ab227 to be in PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39,PaxExam-663173a0-f76d-4caf-8505-daeba107db4e,PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c,PaxExam-16b4555d-c11a-4456-b05e-0aece1241404,PaxExam-278f78d8-5463-4612-8495-34fb2be5add8,PaxExam-09e13142-a2d1-4e55-944a-ad20840f67f6,PaxExam-5fb191a0-3151-4b1b-bd4c-f385d88e1ec0,PaxExam-925be1c1-ef50-45b8-b870-d15491962a24,PaxExam-c433aaed-022c-4027-992a-c7ff236f7ae2,PaxExam-d1b9ca37-df58-478b-b102-3bd39c7fb180,PaxExam-6e571b90-6e88-48d1-8126-92976d30fd3a,PaxExam-838569c8-c734-46cc-bcec-3143fbf7b7aa,PaxExam-55db7c62-affa-4e0c-949f-497dd0472c80,PaxExam-5bfa52a1-f7f2-4f20-86b4-d08e783314aa,PaxExam-002cb0a0-8e9d-435c-aac0-5ba7e1d4aa67,PaxExam-afe3a89c-366d-4719-aa71-d06b1fe9af67,PaxExam-1937d9b1-2213-46ee-bfd1-f870244ab209,PaxExam-9b3cbbb2-fe59-43af-b4e0-773528b11e12,PaxExam-165d8cd4-a041-42de-baeb-81085d02e8d8,PaxExam-75279c1d-8d2f-403e-8fd6-ceb15cacf650,PaxExam-96f5180b-0056-4b41-bf04-202bb796bb60,
     [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-1483b873-d182-4c22-9c2b-1084601ab227" 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-5bfa52a1-f7f2-4f20-86b4-d08e783314aa to be in PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39,PaxExam-663173a0-f76d-4caf-8505-daeba107db4e,PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c,PaxExam-16b4555d-c11a-4456-b05e-0aece1241404,PaxExam-278f78d8-5463-4612-8495-34fb2be5add8,PaxExam-09e13142-a2d1-4e55-944a-ad20840f67f6,PaxExam-5fb191a0-3151-4b1b-bd4c-f385d88e1ec0,PaxExam-925be1c1-ef50-45b8-b870-d15491962a24,PaxExam-c433aaed-022c-4027-992a-c7ff236f7ae2,PaxExam-d1b9ca37-df58-478b-b102-3bd39c7fb180,PaxExam-6e571b90-6e88-48d1-8126-92976d30fd3a,PaxExam-838569c8-c734-46cc-bcec-3143fbf7b7aa,PaxExam-55db7c62-affa-4e0c-949f-497dd0472c80,PaxExam-5bfa52a1-f7f2-4f20-86b4-d08e783314aa,PaxExam-002cb0a0-8e9d-435c-aac0-5ba7e1d4aa67,PaxExam-afe3a89c-366d-4719-aa71-d06b1fe9af67,PaxExam-1937d9b1-2213-46ee-bfd1-f870244ab209,PaxExam-9b3cbbb2-fe59-43af-b4e0-773528b11e12,PaxExam-165d8cd4-a041-42de-baeb-81085d02e8d8,PaxExam-75279c1d-8d2f-403e-8fd6-ceb15cacf650,PaxExam-96f5180b-0056-4b41-bf04-202bb796bb60,
     [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-5bfa52a1-f7f2-4f20-86b4-d08e783314aa" 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-6e571b90-6e88-48d1-8126-92976d30fd3a to be in PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39,PaxExam-663173a0-f76d-4caf-8505-daeba107db4e,PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c,PaxExam-16b4555d-c11a-4456-b05e-0aece1241404,PaxExam-278f78d8-5463-4612-8495-34fb2be5add8,PaxExam-09e13142-a2d1-4e55-944a-ad20840f67f6,PaxExam-5fb191a0-3151-4b1b-bd4c-f385d88e1ec0,PaxExam-925be1c1-ef50-45b8-b870-d15491962a24,PaxExam-c433aaed-022c-4027-992a-c7ff236f7ae2,PaxExam-d1b9ca37-df58-478b-b102-3bd39c7fb180,PaxExam-6e571b90-6e88-48d1-8126-92976d30fd3a,PaxExam-838569c8-c734-46cc-bcec-3143fbf7b7aa,PaxExam-55db7c62-affa-4e0c-949f-497dd0472c80,PaxExam-5bfa52a1-f7f2-4f20-86b4-d08e783314aa,PaxExam-002cb0a0-8e9d-435c-aac0-5ba7e1d4aa67,PaxExam-afe3a89c-366d-4719-aa71-d06b1fe9af67,PaxExam-1937d9b1-2213-46ee-bfd1-f870244ab209,PaxExam-9b3cbbb2-fe59-43af-b4e0-773528b11e12,PaxExam-165d8cd4-a041-42de-baeb-81085d02e8d8,PaxExam-75279c1d-8d2f-403e-8fd6-ceb15cacf650,PaxExam-96f5180b-0056-4b41-bf04-202bb796bb60,
     [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-6e571b90-6e88-48d1-8126-92976d30fd3a" 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-002cb0a0-8e9d-435c-aac0-5ba7e1d4aa67 to be in PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39,PaxExam-663173a0-f76d-4caf-8505-daeba107db4e,PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c,PaxExam-16b4555d-c11a-4456-b05e-0aece1241404,PaxExam-278f78d8-5463-4612-8495-34fb2be5add8,PaxExam-09e13142-a2d1-4e55-944a-ad20840f67f6,PaxExam-5fb191a0-3151-4b1b-bd4c-f385d88e1ec0,PaxExam-925be1c1-ef50-45b8-b870-d15491962a24,PaxExam-c433aaed-022c-4027-992a-c7ff236f7ae2,PaxExam-d1b9ca37-df58-478b-b102-3bd39c7fb180,PaxExam-6e571b90-6e88-48d1-8126-92976d30fd3a,PaxExam-838569c8-c734-46cc-bcec-3143fbf7b7aa,PaxExam-55db7c62-affa-4e0c-949f-497dd0472c80,PaxExam-5bfa52a1-f7f2-4f20-86b4-d08e783314aa,PaxExam-002cb0a0-8e9d-435c-aac0-5ba7e1d4aa67,PaxExam-afe3a89c-366d-4719-aa71-d06b1fe9af67,PaxExam-1937d9b1-2213-46ee-bfd1-f870244ab209,PaxExam-9b3cbbb2-fe59-43af-b4e0-773528b11e12,PaxExam-165d8cd4-a041-42de-baeb-81085d02e8d8,PaxExam-75279c1d-8d2f-403e-8fd6-ceb15cacf650,PaxExam-96f5180b-0056-4b41-bf04-202bb796bb60,
     [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-002cb0a0-8e9d-435c-aac0-5ba7e1d4aa67" 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-96f5180b-0056-4b41-bf04-202bb796bb60 to be in PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39,PaxExam-663173a0-f76d-4caf-8505-daeba107db4e,PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c,PaxExam-16b4555d-c11a-4456-b05e-0aece1241404,PaxExam-278f78d8-5463-4612-8495-34fb2be5add8,PaxExam-09e13142-a2d1-4e55-944a-ad20840f67f6,PaxExam-5fb191a0-3151-4b1b-bd4c-f385d88e1ec0,PaxExam-925be1c1-ef50-45b8-b870-d15491962a24,PaxExam-c433aaed-022c-4027-992a-c7ff236f7ae2,PaxExam-d1b9ca37-df58-478b-b102-3bd39c7fb180,PaxExam-6e571b90-6e88-48d1-8126-92976d30fd3a,PaxExam-838569c8-c734-46cc-bcec-3143fbf7b7aa,PaxExam-55db7c62-affa-4e0c-949f-497dd0472c80,PaxExam-5bfa52a1-f7f2-4f20-86b4-d08e783314aa,PaxExam-002cb0a0-8e9d-435c-aac0-5ba7e1d4aa67,PaxExam-afe3a89c-366d-4719-aa71-d06b1fe9af67,PaxExam-1937d9b1-2213-46ee-bfd1-f870244ab209,PaxExam-9b3cbbb2-fe59-43af-b4e0-773528b11e12,PaxExam-165d8cd4-a041-42de-baeb-81085d02e8d8,PaxExam-75279c1d-8d2f-403e-8fd6-ceb15cacf650,PaxExam-96f5180b-0056-4b41-bf04-202bb796bb60,
     [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-96f5180b-0056-4b41-bf04-202bb796bb60" 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-925be1c1-ef50-45b8-b870-d15491962a24 to be in PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39,PaxExam-663173a0-f76d-4caf-8505-daeba107db4e,PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c,PaxExam-16b4555d-c11a-4456-b05e-0aece1241404,PaxExam-278f78d8-5463-4612-8495-34fb2be5add8,PaxExam-09e13142-a2d1-4e55-944a-ad20840f67f6,PaxExam-5fb191a0-3151-4b1b-bd4c-f385d88e1ec0,PaxExam-925be1c1-ef50-45b8-b870-d15491962a24,PaxExam-c433aaed-022c-4027-992a-c7ff236f7ae2,PaxExam-d1b9ca37-df58-478b-b102-3bd39c7fb180,PaxExam-6e571b90-6e88-48d1-8126-92976d30fd3a,PaxExam-838569c8-c734-46cc-bcec-3143fbf7b7aa,PaxExam-55db7c62-affa-4e0c-949f-497dd0472c80,PaxExam-5bfa52a1-f7f2-4f20-86b4-d08e783314aa,PaxExam-002cb0a0-8e9d-435c-aac0-5ba7e1d4aa67,PaxExam-afe3a89c-366d-4719-aa71-d06b1fe9af67,PaxExam-1937d9b1-2213-46ee-bfd1-f870244ab209,PaxExam-9b3cbbb2-fe59-43af-b4e0-773528b11e12,PaxExam-165d8cd4-a041-42de-baeb-81085d02e8d8,PaxExam-75279c1d-8d2f-403e-8fd6-ceb15cacf650,PaxExam-96f5180b-0056-4b41-bf04-202bb796bb60,
     [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-925be1c1-ef50-45b8-b870-d15491962a24" 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-75279c1d-8d2f-403e-8fd6-ceb15cacf650 to be in PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39,PaxExam-663173a0-f76d-4caf-8505-daeba107db4e,PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c,PaxExam-16b4555d-c11a-4456-b05e-0aece1241404,PaxExam-278f78d8-5463-4612-8495-34fb2be5add8,PaxExam-09e13142-a2d1-4e55-944a-ad20840f67f6,PaxExam-5fb191a0-3151-4b1b-bd4c-f385d88e1ec0,PaxExam-925be1c1-ef50-45b8-b870-d15491962a24,PaxExam-c433aaed-022c-4027-992a-c7ff236f7ae2,PaxExam-d1b9ca37-df58-478b-b102-3bd39c7fb180,PaxExam-6e571b90-6e88-48d1-8126-92976d30fd3a,PaxExam-838569c8-c734-46cc-bcec-3143fbf7b7aa,PaxExam-55db7c62-affa-4e0c-949f-497dd0472c80,PaxExam-5bfa52a1-f7f2-4f20-86b4-d08e783314aa,PaxExam-002cb0a0-8e9d-435c-aac0-5ba7e1d4aa67,PaxExam-afe3a89c-366d-4719-aa71-d06b1fe9af67,PaxExam-1937d9b1-2213-46ee-bfd1-f870244ab209,PaxExam-9b3cbbb2-fe59-43af-b4e0-773528b11e12,PaxExam-165d8cd4-a041-42de-baeb-81085d02e8d8,PaxExam-75279c1d-8d2f-403e-8fd6-ceb15cacf650,PaxExam-96f5180b-0056-4b41-bf04-202bb796bb60,
     [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-75279c1d-8d2f-403e-8fd6-ceb15cacf650" 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-55db7c62-affa-4e0c-949f-497dd0472c80 to be in PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39,PaxExam-663173a0-f76d-4caf-8505-daeba107db4e,PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c,PaxExam-16b4555d-c11a-4456-b05e-0aece1241404,PaxExam-278f78d8-5463-4612-8495-34fb2be5add8,PaxExam-09e13142-a2d1-4e55-944a-ad20840f67f6,PaxExam-5fb191a0-3151-4b1b-bd4c-f385d88e1ec0,PaxExam-925be1c1-ef50-45b8-b870-d15491962a24,PaxExam-c433aaed-022c-4027-992a-c7ff236f7ae2,PaxExam-d1b9ca37-df58-478b-b102-3bd39c7fb180,PaxExam-6e571b90-6e88-48d1-8126-92976d30fd3a,PaxExam-838569c8-c734-46cc-bcec-3143fbf7b7aa,PaxExam-55db7c62-affa-4e0c-949f-497dd0472c80,PaxExam-5bfa52a1-f7f2-4f20-86b4-d08e783314aa,PaxExam-002cb0a0-8e9d-435c-aac0-5ba7e1d4aa67,PaxExam-afe3a89c-366d-4719-aa71-d06b1fe9af67,PaxExam-1937d9b1-2213-46ee-bfd1-f870244ab209,PaxExam-9b3cbbb2-fe59-43af-b4e0-773528b11e12,PaxExam-165d8cd4-a041-42de-baeb-81085d02e8d8,PaxExam-75279c1d-8d2f-403e-8fd6-ceb15cacf650,PaxExam-96f5180b-0056-4b41-bf04-202bb796bb60,
     [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-55db7c62-affa-4e0c-949f-497dd0472c80" 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-643971c6-5d28-441a-b5c7-680762f9a3bd to be in PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39,PaxExam-663173a0-f76d-4caf-8505-daeba107db4e,PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c,PaxExam-16b4555d-c11a-4456-b05e-0aece1241404,PaxExam-278f78d8-5463-4612-8495-34fb2be5add8,PaxExam-09e13142-a2d1-4e55-944a-ad20840f67f6,PaxExam-5fb191a0-3151-4b1b-bd4c-f385d88e1ec0,PaxExam-925be1c1-ef50-45b8-b870-d15491962a24,PaxExam-c433aaed-022c-4027-992a-c7ff236f7ae2,PaxExam-d1b9ca37-df58-478b-b102-3bd39c7fb180,PaxExam-6e571b90-6e88-48d1-8126-92976d30fd3a,PaxExam-838569c8-c734-46cc-bcec-3143fbf7b7aa,PaxExam-55db7c62-affa-4e0c-949f-497dd0472c80,PaxExam-5bfa52a1-f7f2-4f20-86b4-d08e783314aa,PaxExam-002cb0a0-8e9d-435c-aac0-5ba7e1d4aa67,PaxExam-afe3a89c-366d-4719-aa71-d06b1fe9af67,PaxExam-1937d9b1-2213-46ee-bfd1-f870244ab209,PaxExam-9b3cbbb2-fe59-43af-b4e0-773528b11e12,PaxExam-165d8cd4-a041-42de-baeb-81085d02e8d8,PaxExam-75279c1d-8d2f-403e-8fd6-ceb15cacf650,PaxExam-96f5180b-0056-4b41-bf04-202bb796bb60,
     [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-643971c6-5d28-441a-b5c7-680762f9a3bd" 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-f6d866e5-7afa-4765-a4c0-7202195bfe1c to be in PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39,PaxExam-663173a0-f76d-4caf-8505-daeba107db4e,PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c,PaxExam-16b4555d-c11a-4456-b05e-0aece1241404,PaxExam-278f78d8-5463-4612-8495-34fb2be5add8,PaxExam-09e13142-a2d1-4e55-944a-ad20840f67f6,PaxExam-5fb191a0-3151-4b1b-bd4c-f385d88e1ec0,PaxExam-925be1c1-ef50-45b8-b870-d15491962a24,PaxExam-c433aaed-022c-4027-992a-c7ff236f7ae2,PaxExam-d1b9ca37-df58-478b-b102-3bd39c7fb180,PaxExam-6e571b90-6e88-48d1-8126-92976d30fd3a,PaxExam-838569c8-c734-46cc-bcec-3143fbf7b7aa,PaxExam-55db7c62-affa-4e0c-949f-497dd0472c80,PaxExam-5bfa52a1-f7f2-4f20-86b4-d08e783314aa,PaxExam-002cb0a0-8e9d-435c-aac0-5ba7e1d4aa67,PaxExam-afe3a89c-366d-4719-aa71-d06b1fe9af67,PaxExam-1937d9b1-2213-46ee-bfd1-f870244ab209,PaxExam-9b3cbbb2-fe59-43af-b4e0-773528b11e12,PaxExam-165d8cd4-a041-42de-baeb-81085d02e8d8,PaxExam-75279c1d-8d2f-403e-8fd6-ceb15cacf650,PaxExam-96f5180b-0056-4b41-bf04-202bb796bb60,
     [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-f6d866e5-7afa-4765-a4c0-7202195bfe1c" 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-b2529eb1-11df-42b4-97c3-7569e92bf891 to be in PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39,PaxExam-663173a0-f76d-4caf-8505-daeba107db4e,PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c,PaxExam-16b4555d-c11a-4456-b05e-0aece1241404,PaxExam-278f78d8-5463-4612-8495-34fb2be5add8,PaxExam-09e13142-a2d1-4e55-944a-ad20840f67f6,PaxExam-5fb191a0-3151-4b1b-bd4c-f385d88e1ec0,PaxExam-925be1c1-ef50-45b8-b870-d15491962a24,PaxExam-c433aaed-022c-4027-992a-c7ff236f7ae2,PaxExam-d1b9ca37-df58-478b-b102-3bd39c7fb180,PaxExam-6e571b90-6e88-48d1-8126-92976d30fd3a,PaxExam-838569c8-c734-46cc-bcec-3143fbf7b7aa,PaxExam-55db7c62-affa-4e0c-949f-497dd0472c80,PaxExam-5bfa52a1-f7f2-4f20-86b4-d08e783314aa,PaxExam-002cb0a0-8e9d-435c-aac0-5ba7e1d4aa67,PaxExam-afe3a89c-366d-4719-aa71-d06b1fe9af67,PaxExam-1937d9b1-2213-46ee-bfd1-f870244ab209,PaxExam-9b3cbbb2-fe59-43af-b4e0-773528b11e12,PaxExam-165d8cd4-a041-42de-baeb-81085d02e8d8,PaxExam-75279c1d-8d2f-403e-8fd6-ceb15cacf650,PaxExam-96f5180b-0056-4b41-bf04-202bb796bb60,
     [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-b2529eb1-11df-42b4-97c3-7569e92bf891" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid"
     [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-165d8cd4-a041-42de-baeb-81085d02e8d8 to be in PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39,PaxExam-663173a0-f76d-4caf-8505-daeba107db4e,PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c,PaxExam-16b4555d-c11a-4456-b05e-0aece1241404,PaxExam-278f78d8-5463-4612-8495-34fb2be5add8,PaxExam-09e13142-a2d1-4e55-944a-ad20840f67f6,PaxExam-5fb191a0-3151-4b1b-bd4c-f385d88e1ec0,PaxExam-925be1c1-ef50-45b8-b870-d15491962a24,PaxExam-c433aaed-022c-4027-992a-c7ff236f7ae2,PaxExam-d1b9ca37-df58-478b-b102-3bd39c7fb180,PaxExam-6e571b90-6e88-48d1-8126-92976d30fd3a,PaxExam-838569c8-c734-46cc-bcec-3143fbf7b7aa,PaxExam-55db7c62-affa-4e0c-949f-497dd0472c80,PaxExam-5bfa52a1-f7f2-4f20-86b4-d08e783314aa,PaxExam-002cb0a0-8e9d-435c-aac0-5ba7e1d4aa67,PaxExam-afe3a89c-366d-4719-aa71-d06b1fe9af67,PaxExam-1937d9b1-2213-46ee-bfd1-f870244ab209,PaxExam-9b3cbbb2-fe59-43af-b4e0-773528b11e12,PaxExam-165d8cd4-a041-42de-baeb-81085d02e8d8,PaxExam-75279c1d-8d2f-403e-8fd6-ceb15cacf650,PaxExam-96f5180b-0056-4b41-bf04-202bb796bb60,
     [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-165d8cd4-a041-42de-baeb-81085d02e8d8" 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-afe3a89c-366d-4719-aa71-d06b1fe9af67 to be in PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39,PaxExam-663173a0-f76d-4caf-8505-daeba107db4e,PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c,PaxExam-16b4555d-c11a-4456-b05e-0aece1241404,PaxExam-278f78d8-5463-4612-8495-34fb2be5add8,PaxExam-09e13142-a2d1-4e55-944a-ad20840f67f6,PaxExam-5fb191a0-3151-4b1b-bd4c-f385d88e1ec0,PaxExam-925be1c1-ef50-45b8-b870-d15491962a24,PaxExam-c433aaed-022c-4027-992a-c7ff236f7ae2,PaxExam-d1b9ca37-df58-478b-b102-3bd39c7fb180,PaxExam-6e571b90-6e88-48d1-8126-92976d30fd3a,PaxExam-838569c8-c734-46cc-bcec-3143fbf7b7aa,PaxExam-55db7c62-affa-4e0c-949f-497dd0472c80,PaxExam-5bfa52a1-f7f2-4f20-86b4-d08e783314aa,PaxExam-002cb0a0-8e9d-435c-aac0-5ba7e1d4aa67,PaxExam-afe3a89c-366d-4719-aa71-d06b1fe9af67,PaxExam-1937d9b1-2213-46ee-bfd1-f870244ab209,PaxExam-9b3cbbb2-fe59-43af-b4e0-773528b11e12,PaxExam-165d8cd4-a041-42de-baeb-81085d02e8d8,PaxExam-75279c1d-8d2f-403e-8fd6-ceb15cacf650,PaxExam-96f5180b-0056-4b41-bf04-202bb796bb60,
     [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-afe3a89c-366d-4719-aa71-d06b1fe9af67" 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-1937d9b1-2213-46ee-bfd1-f870244ab209 to be in PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39,PaxExam-663173a0-f76d-4caf-8505-daeba107db4e,PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c,PaxExam-16b4555d-c11a-4456-b05e-0aece1241404,PaxExam-278f78d8-5463-4612-8495-34fb2be5add8,PaxExam-09e13142-a2d1-4e55-944a-ad20840f67f6,PaxExam-5fb191a0-3151-4b1b-bd4c-f385d88e1ec0,PaxExam-925be1c1-ef50-45b8-b870-d15491962a24,PaxExam-c433aaed-022c-4027-992a-c7ff236f7ae2,PaxExam-d1b9ca37-df58-478b-b102-3bd39c7fb180,PaxExam-6e571b90-6e88-48d1-8126-92976d30fd3a,PaxExam-838569c8-c734-46cc-bcec-3143fbf7b7aa,PaxExam-55db7c62-affa-4e0c-949f-497dd0472c80,PaxExam-5bfa52a1-f7f2-4f20-86b4-d08e783314aa,PaxExam-002cb0a0-8e9d-435c-aac0-5ba7e1d4aa67,PaxExam-afe3a89c-366d-4719-aa71-d06b1fe9af67,PaxExam-1937d9b1-2213-46ee-bfd1-f870244ab209,PaxExam-9b3cbbb2-fe59-43af-b4e0-773528b11e12,PaxExam-165d8cd4-a041-42de-baeb-81085d02e8d8,PaxExam-75279c1d-8d2f-403e-8fd6-ceb15cacf650,PaxExam-96f5180b-0056-4b41-bf04-202bb796bb60,
     [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-1937d9b1-2213-46ee-bfd1-f870244ab209" 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-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39,PaxExam-663173a0-f76d-4caf-8505-daeba107db4e,PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c,PaxExam-16b4555d-c11a-4456-b05e-0aece1241404,PaxExam-278f78d8-5463-4612-8495-34fb2be5add8,PaxExam-09e13142-a2d1-4e55-944a-ad20840f67f6,PaxExam-5fb191a0-3151-4b1b-bd4c-f385d88e1ec0,PaxExam-925be1c1-ef50-45b8-b870-d15491962a24,PaxExam-c433aaed-022c-4027-992a-c7ff236f7ae2,PaxExam-d1b9ca37-df58-478b-b102-3bd39c7fb180,PaxExam-6e571b90-6e88-48d1-8126-92976d30fd3a,PaxExam-838569c8-c734-46cc-bcec-3143fbf7b7aa,PaxExam-55db7c62-affa-4e0c-949f-497dd0472c80,PaxExam-5bfa52a1-f7f2-4f20-86b4-d08e783314aa,PaxExam-002cb0a0-8e9d-435c-aac0-5ba7e1d4aa67,PaxExam-afe3a89c-366d-4719-aa71-d06b1fe9af67,PaxExam-1937d9b1-2213-46ee-bfd1-f870244ab209,PaxExam-9b3cbbb2-fe59-43af-b4e0-773528b11e12,PaxExam-165d8cd4-a041-42de-baeb-81085d02e8d8,PaxExam-75279c1d-8d2f-403e-8fd6-ceb15cacf650,PaxExam-96f5180b-0056-4b41-bf04-202bb796bb60,
     [java] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-9b3cbbb2-fe59-43af-b4e0-773528b11e12 to be in PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39,PaxExam-663173a0-f76d-4caf-8505-daeba107db4e,PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c,PaxExam-16b4555d-c11a-4456-b05e-0aece1241404,PaxExam-278f78d8-5463-4612-8495-34fb2be5add8,PaxExam-09e13142-a2d1-4e55-944a-ad20840f67f6,PaxExam-5fb191a0-3151-4b1b-bd4c-f385d88e1ec0,PaxExam-925be1c1-ef50-45b8-b870-d15491962a24,PaxExam-c433aaed-022c-4027-992a-c7ff236f7ae2,PaxExam-d1b9ca37-df58-478b-b102-3bd39c7fb180,PaxExam-6e571b90-6e88-48d1-8126-92976d30fd3a,PaxExam-838569c8-c734-46cc-bcec-3143fbf7b7aa,PaxExam-55db7c62-affa-4e0c-949f-497dd0472c80,PaxExam-5bfa52a1-f7f2-4f20-86b4-d08e783314aa,PaxExam-002cb0a0-8e9d-435c-aac0-5ba7e1d4aa67,PaxExam-afe3a89c-366d-4719-aa71-d06b1fe9af67,PaxExam-1937d9b1-2213-46ee-bfd1-f870244ab209,PaxExam-9b3cbbb2-fe59-43af-b4e0-773528b11e12,PaxExam-165d8cd4-a041-42de-baeb-81085d02e8d8,PaxExam-75279c1d-8d2f-403e-8fd6-ceb15cacf650,PaxExam-96f5180b-0056-4b41-bf04-202bb796bb60,
     [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-9b3cbbb2-fe59-43af-b4e0-773528b11e12" 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-838569c8-c734-46cc-bcec-3143fbf7b7aa to be in PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39,PaxExam-663173a0-f76d-4caf-8505-daeba107db4e,PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c,PaxExam-16b4555d-c11a-4456-b05e-0aece1241404,PaxExam-278f78d8-5463-4612-8495-34fb2be5add8,PaxExam-09e13142-a2d1-4e55-944a-ad20840f67f6,PaxExam-5fb191a0-3151-4b1b-bd4c-f385d88e1ec0,PaxExam-925be1c1-ef50-45b8-b870-d15491962a24,PaxExam-c433aaed-022c-4027-992a-c7ff236f7ae2,PaxExam-d1b9ca37-df58-478b-b102-3bd39c7fb180,PaxExam-6e571b90-6e88-48d1-8126-92976d30fd3a,PaxExam-838569c8-c734-46cc-bcec-3143fbf7b7aa,PaxExam-55db7c62-affa-4e0c-949f-497dd0472c80,PaxExam-5bfa52a1-f7f2-4f20-86b4-d08e783314aa,PaxExam-002cb0a0-8e9d-435c-aac0-5ba7e1d4aa67,PaxExam-afe3a89c-366d-4719-aa71-d06b1fe9af67,PaxExam-1937d9b1-2213-46ee-bfd1-f870244ab209,PaxExam-9b3cbbb2-fe59-43af-b4e0-773528b11e12,PaxExam-165d8cd4-a041-42de-baeb-81085d02e8d8,PaxExam-75279c1d-8d2f-403e-8fd6-ceb15cacf650,PaxExam-96f5180b-0056-4b41-bf04-202bb796bb60,
     [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-838569c8-c734-46cc-bcec-3143fbf7b7aa" 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-278f78d8-5463-4612-8495-34fb2be5add8 to be in PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39,PaxExam-663173a0-f76d-4caf-8505-daeba107db4e,PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c,PaxExam-16b4555d-c11a-4456-b05e-0aece1241404,PaxExam-278f78d8-5463-4612-8495-34fb2be5add8,PaxExam-09e13142-a2d1-4e55-944a-ad20840f67f6,PaxExam-5fb191a0-3151-4b1b-bd4c-f385d88e1ec0,PaxExam-925be1c1-ef50-45b8-b870-d15491962a24,PaxExam-c433aaed-022c-4027-992a-c7ff236f7ae2,PaxExam-d1b9ca37-df58-478b-b102-3bd39c7fb180,PaxExam-6e571b90-6e88-48d1-8126-92976d30fd3a,PaxExam-838569c8-c734-46cc-bcec-3143fbf7b7aa,PaxExam-55db7c62-affa-4e0c-949f-497dd0472c80,PaxExam-5bfa52a1-f7f2-4f20-86b4-d08e783314aa,PaxExam-002cb0a0-8e9d-435c-aac0-5ba7e1d4aa67,PaxExam-afe3a89c-366d-4719-aa71-d06b1fe9af67,PaxExam-1937d9b1-2213-46ee-bfd1-f870244ab209,PaxExam-9b3cbbb2-fe59-43af-b4e0-773528b11e12,PaxExam-165d8cd4-a041-42de-baeb-81085d02e8d8,PaxExam-75279c1d-8d2f-403e-8fd6-ceb15cacf650,PaxExam-96f5180b-0056-4b41-bf04-202bb796bb60,
     [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-278f78d8-5463-4612-8495-34fb2be5add8" 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-16b4555d-c11a-4456-b05e-0aece1241404 to be in PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39,PaxExam-663173a0-f76d-4caf-8505-daeba107db4e,PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c,PaxExam-16b4555d-c11a-4456-b05e-0aece1241404,PaxExam-278f78d8-5463-4612-8495-34fb2be5add8,PaxExam-09e13142-a2d1-4e55-944a-ad20840f67f6,PaxExam-5fb191a0-3151-4b1b-bd4c-f385d88e1ec0,PaxExam-925be1c1-ef50-45b8-b870-d15491962a24,PaxExam-c433aaed-022c-4027-992a-c7ff236f7ae2,PaxExam-d1b9ca37-df58-478b-b102-3bd39c7fb180,PaxExam-6e571b90-6e88-48d1-8126-92976d30fd3a,PaxExam-838569c8-c734-46cc-bcec-3143fbf7b7aa,PaxExam-55db7c62-affa-4e0c-949f-497dd0472c80,PaxExam-5bfa52a1-f7f2-4f20-86b4-d08e783314aa,PaxExam-002cb0a0-8e9d-435c-aac0-5ba7e1d4aa67,PaxExam-afe3a89c-366d-4719-aa71-d06b1fe9af67,PaxExam-1937d9b1-2213-46ee-bfd1-f870244ab209,PaxExam-9b3cbbb2-fe59-43af-b4e0-773528b11e12,PaxExam-165d8cd4-a041-42de-baeb-81085d02e8d8,PaxExam-75279c1d-8d2f-403e-8fd6-ceb15cacf650,PaxExam-96f5180b-0056-4b41-bf04-202bb796bb60,
     [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-16b4555d-c11a-4456-b05e-0aece1241404" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalValid"
     [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 [PAXEXAM-PROBE-09c74b04-6584-4e2d-9f9c-b01941c027ac]
     [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-663173a0-f76d-4caf-8505-daeba107db4e, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-d1b9ca37-df58-478b-b102-3bd39c7fb180, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testInternalJaxbMany }, ManifestEntry{ key=PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-09e13142-a2d1-4e55-944a-ad20840f67f6, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodelOxm }, ManifestEntry{ key=PaxExam-5fb191a0-3151-4b1b-bd4c-f385d88e1ec0, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodel }, ManifestEntry{ key=PaxExam-c433aaed-022c-4027-992a-c7ff236f7ae2, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxb }, ManifestEntry{ key=PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-1483b873-d182-4c22-9c2b-1084601ab227, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-5bfa52a1-f7f2-4f20-86b4-d08e783314aa, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxNaming }, ManifestEntry{ key=PaxExam-6e571b90-6e88-48d1-8126-92976d30fd3a, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbCompiler }, ManifestEntry{ key=PaxExam-002cb0a0-8e9d-435c-aac0-5ba7e1d4aa67, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testOrgXmlSaxHelpers }, ManifestEntry{ key=PaxExam-96f5180b-0056-4b41-bf04-202bb796bb60, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbRs }, ManifestEntry{ key=PaxExam-925be1c1-ef50-45b8-b870-d15491962a24, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testAsmVersion }, ManifestEntry{ key=PaxExam-75279c1d-8d2f-403e-8fd6-ceb15cacf650, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbDynamicMetadata }, ManifestEntry{ key=PaxExam-55db7c62-affa-4e0c-949f-497dd0472c80, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbXmlmodel }, ManifestEntry{ key=PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-165d8cd4-a041-42de-baeb-81085d02e8d8, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testInternalJaxb }, ManifestEntry{ key=PaxExam-afe3a89c-366d-4719-aa71-d06b1fe9af67, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodelReflection }, ManifestEntry{ key=PaxExam-1937d9b1-2213-46ee-bfd1-f870244ab209, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbDynamic }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-643971c6-5d28-441a-b5c7-680762f9a3bd,PaxExam-b60a4217-2f93-475b-92eb-66fa1802abc5,PaxExam-b2529eb1-11df-42b4-97c3-7569e92bf891,PaxExam-1483b873-d182-4c22-9c2b-1084601ab227,PaxExam-6a68a67d-6d55-4956-a25e-40ecba728e39,PaxExam-663173a0-f76d-4caf-8505-daeba107db4e,PaxExam-f6d866e5-7afa-4765-a4c0-7202195bfe1c,PaxExam-16b4555d-c11a-4456-b05e-0aece1241404,PaxExam-278f78d8-5463-4612-8495-34fb2be5add8,PaxExam-09e13142-a2d1-4e55-944a-ad20840f67f6,PaxExam-5fb191a0-3151-4b1b-bd4c-f385d88e1ec0,PaxExam-925be1c1-ef50-45b8-b870-d15491962a24,PaxExam-c433aaed-022c-4027-992a-c7ff236f7ae2,PaxExam-d1b9ca37-df58-478b-b102-3bd39c7fb180,PaxExam-6e571b90-6e88-48d1-8126-92976d30fd3a,PaxExam-838569c8-c734-46cc-bcec-3143fbf7b7aa,PaxExam-55db7c62-affa-4e0c-949f-497dd0472c80,PaxExam-5bfa52a1-f7f2-4f20-86b4-d08e783314aa,PaxExam-002cb0a0-8e9d-435c-aac0-5ba7e1d4aa67,PaxExam-afe3a89c-366d-4719-aa71-d06b1fe9af67,PaxExam-1937d9b1-2213-46ee-bfd1-f870244ab209,PaxExam-9b3cbbb2-fe59-43af-b4e0-773528b11e12,PaxExam-165d8cd4-a041-42de-baeb-81085d02e8d8,PaxExam-75279c1d-8d2f-403e-8fd6-ceb15cacf650,PaxExam-96f5180b-0056-4b41-bf04-202bb796bb60, }, ManifestEntry{ key=PaxExam-9b3cbbb2-fe59-43af-b4e0-773528b11e12, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbAttachment }, ManifestEntry{ key=PaxExam-838569c8-c734-46cc-bcec-3143fbf7b7aa, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbMetadata }, ManifestEntry{ key=PaxExam-278f78d8-5463-4612-8495-34fb2be5add8, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxXmlParsers }, ManifestEntry{ key=PaxExam-16b4555d-c11a-4456-b05e-0aece1241404, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalValid }]
     [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@75395181.]
     [java] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam]
     [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.apache.felix.framework]
     [java] 
     [java] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.872 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:  17.104 s
     [java] [INFO] Finished at: 2024-04-17T18:04:07Z
     [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/null160454778
[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: 8319ms
[junitreport] Deleting: /tmp/null160454778
[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: 5619ms
     [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/20240417/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/20240417/Eclipse'
     [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/test/2.7.15/20240417/Eclipse
     [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/test/2.7.15/20240417/Eclipse
     [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/test/2.7.15/20240417/Eclipse
     [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/test/2.7.15/20240417/Eclipse
     [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/test/2.7.15/20240417/Eclipse
     [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/test/2.7.15/20240417/Eclipse
     [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/test/2.7.15/20240417/Eclipse
     [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/test/2.7.15/20240417/Eclipse
     [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/test/2.7.15/20240417/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='20240417.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  ='v20240417-36e9af724e'
     [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.v20240417-36e9af724e'
     [echo] build.number   ='20240417'
     [echo] git.hash       ='36e9af724e'
     [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/20240417/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-v20240417-36e9af724e.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/20240417/Eclipse'
     [echo]     handoff.file ='/home/jenkins/agent/workspace/eclipselink-nightly-2.7/exported_builds/test/2.7.15/20240417/Eclipse/ResultSummary.dat'
   [script] Warning: Nashorn engine is planned to be removed from a future JDK release
   [script] eclipselink-core-lrg-2.7.15.v20240417-36e9af724e.html:8537:8537:0
   [script] eclipselink-dbws-lrg-2.7.15.v20240417-36e9af724e.html:10:10:0
   [script] eclipselink-dbws-util-lrg-2.7.15.v20240417-36e9af724e.html:34:34:0
   [script] eclipselink-jaxb-lrg-2.7.15.v20240417-36e9af724e.html:24607:24607:0
   [script] eclipselink-jpa-lrg-2.7.15.v20240417-36e9af724e.html:3305:3305:0
   [script] eclipselink-jpa-wdf-lrg-2.7.15.v20240417-36e9af724e.html:1014:1014:0
   [script] eclipselink-jpars-lrg-2.7.15.v20240417-36e9af724e.html:75:75:0
   [script] eclipselink-oxm-lrg-2.7.15.v20240417-36e9af724e.html:32351:32351:0
   [script] eclipselink-sdo-lrg-2.7.15.v20240417-36e9af724e.html:4640:4640:0

build-nightly:

BUILD SUCCESSFUL
Total time: 30 minutes 14 seconds
Weld SE container 5e40d26d-1fad-436c-96e1-ac7bf75e4cf4 shut down by shutdown hook
[17.04.2024 18:04:28] -[ Stopping MySQL Database ]------------------------------
[17.04.2024 18:04:28] --[ 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='20240417.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  ='v20240417-36e9af724e'
     [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.v20240417-36e9af724e'
     [echo] build.number   ='20240417'
     [echo] git.hash       ='36e9af724e'
     [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/20240417'
    [mkdir] Created dir: /home/jenkins/etc/jenkins/download/nightly/2.7.15/20240417
     [copy] Copying 9 files to /home/jenkins/etc/jenkins/download/nightly/2.7.15/20240417
     [copy] Copying 1 file to /home/jenkins/etc/jenkins/download/nightly/2.7.15/20240417
     [copy] Copying 1 file to /home/jenkins/etc/jenkins

publish-init:
     [echo] download.dir         ='/home/jenkins/etc/jenkins/download/nightly/2.7.15/20240417'
     [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.v20240417-36e9af724e'
     [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 17, 2024'
     [echo] run.date       ='20240417'
     [echo] run.time       ='1804'
      [say] /home/jenkins/etc/jenkins/download/nightly/2.7.15/20240417/eclipselink-P2signed-2.7.15.v20240417-36e9af724e.zip found.
    [mkdir] Created dir: /tmp/EL20240417.1804-2.7.15.v20240417-36e9af724e

extract-signed-artifacts:
     [echo] Extracting signed jars from archive...
    [unzip] Expanding: /home/jenkins/etc/jenkins/download/nightly/2.7.15/20240417/eclipselink-P2signed-2.7.15.v20240417-36e9af724e.zip into /tmp/EL20240417.1804-2.7.15.v20240417-36e9af724e/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/20240417/eclipselink-2.7.15.v20240417-36e9af724e.zip into /tmp/EL20240417.1804-2.7.15.v20240417-36e9af724e/install

regen-plugin-archive:
     [echo] Creating signed versions of Plugins archive...
    [unzip] Expanding: /home/jenkins/etc/jenkins/download/nightly/2.7.15/20240417/eclipselink-plugins-2.7.15.v20240417-36e9af724e.zip into /tmp/EL20240417.1804-2.7.15.v20240417-36e9af724e/bundlezip
     [copy] Copying 6 files to /tmp/EL20240417.1804-2.7.15.v20240417-36e9af724e/bundlezip
      [zip] Building zip: /tmp/EL20240417.1804-2.7.15.v20240417-36e9af724e/eclipselink-plugins-2.7.15.v20240417-36e9af724e.zip

regen-nosql-archive:
     [echo] Creating signed versions of NoSQL archive...
    [unzip] Expanding: /home/jenkins/etc/jenkins/download/nightly/2.7.15/20240417/eclipselink-plugins-nosql-2.7.15.v20240417-36e9af724e.zip into /tmp/EL20240417.1804-2.7.15.v20240417-36e9af724e/nosqlzip
      [zip] Building zip: /tmp/EL20240417.1804-2.7.15.v20240417-36e9af724e/eclipselink-plugins-nosql-2.7.15.v20240417-36e9af724e.zip

gen-build-for-maven:
     [echo] Prepare for Maven publishing
    [mkdir] Created dir: /tmp/EL20240417.1804-2.7.15.v20240417-36e9af724e/maven
     [copy] Copying 1 file to /tmp/EL20240417.1804-2.7.15.v20240417-36e9af724e/maven
     [copy] Copying 1 file to /tmp/EL20240417.1804-2.7.15.v20240417-36e9af724e/maven
     [copy] Copying 1 file to /tmp/EL20240417.1804-2.7.15.v20240417-36e9af724e/maven
     [copy] Copying 1 file to /tmp/EL20240417.1804-2.7.15.v20240417-36e9af724e/maven
     [copy] Copying 1 file to /tmp/EL20240417.1804-2.7.15.v20240417-36e9af724e/maven
     [copy] Copying 31 files to /tmp/EL20240417.1804-2.7.15.v20240417-36e9af724e/maven
     [copy] Copying 2 files to /tmp/EL20240417.1804-2.7.15.v20240417-36e9af724e/maven
     [copy] Copying 3 files to /tmp/EL20240417.1804-2.7.15.v20240417-36e9af724e/maven
     [copy] Copying 1 file to /tmp/EL20240417.1804-2.7.15.v20240417-36e9af724e/maven/buildsystem/compdeps

publish-milestone-artifacts:
     [copy] Copying 2 files to /home/jenkins/etc/jenkins/download/nightly/2.7.15/20240417
     [copy] Copying 1 file to /tmp/EL20240417.1804-2.7.15.v20240417-36e9af724e/maven
     [copy] Copying 1 file to /tmp/EL20240417.1804-2.7.15.v20240417-36e9af724e/maven
     [copy] Copying 1 file to /tmp/EL20240417.1804-2.7.15.v20240417-36e9af724e/maven

publish-milestone-nexus:
     [echo] Publish-milestone-nexus: 
     [echo]     using: /home/jenkins/agent/workspace/eclipselink-nightly-2.7/uploadToNexus.xml
     [echo]     from dir '/tmp/EL20240417.1804-2.7.15.v20240417-36e9af724e/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.v20240417-36e9af724e'
     [echo]                          '2.7.15.v20240417-36e9af724e'
     [echo]         build.date      ='20240417'
     [echo]         build.type      ='SNAPSHOT'
     [echo]         bundle.dir      ='/tmp/EL20240417.1804-2.7.15.v20240417-36e9af724e/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/EL20240417.1804-2.7.15.v20240417-36e9af724e/maven
     [echo] maven.2.common.plugins.dir (common) = /tmp/EL20240417.1804-2.7.15.v20240417-36e9af724e/maven
     [echo] maven.2.jpa.plugins.dir  (JPA-API)  = /tmp/EL20240417.1804-2.7.15.v20240417-36e9af724e/maven
     [echo] maven.2.sdo.plugins.dir  (commonj)  = /tmp/EL20240417.1804-2.7.15.v20240417-36e9af724e/maven
     [echo] maven.2.util.plugins.dir (DDLparser)= /tmp/EL20240417.1804-2.7.15.v20240417-36e9af724e/maven
     [echo] maven.2.buildsys.dir                = /home/jenkins/agent/workspace/eclipselink-nightly-2.7/buildsystem
     [echo] release.version: 2.7.15
     [echo] build.date:      20240417
     [echo] build.type:      SNAPSHOT
     [echo] git.hash:        36e9af724e
     [echo] version.string:  2.7.15.v20240417-36e9af724e
     [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.v20240417-36e9af724e
     [echo] oraclenosql.version= 2.7.15.v20240417-36e9af724e
     [echo] hermes.version     = 2.7.15.v20240417-36e9af724e
     [echo] extension.version  = 2.7.15.v20240417-36e9af724e
      [say] jpaapi.mvn.version = 2.2.3
      [say] sdoapi.mvn.version = 2.1.1
      [say] asm.mvn.version    = 9.6.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 139 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 1.4 MB/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 255 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 1.9 MB/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 436 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 690 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 1.6 MB/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 399 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 998 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 208 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 596 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.6 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 6.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-20240417.180435-13.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-20240417.180435-13.jar (9.2 MB at 5.2 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-20240417.180435-13.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-20240417.180435-13.pom (3.4 kB at 16 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 11 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 5.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 6.2 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  4.061 s
     [exec] [INFO] Finished at: 2024-04-17T18:04:38Z
     [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 3.8 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-20240417.180440-14-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-20240417.180440-14-sources.jar (8.7 MB at 13 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-20240417.180440-14.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-20240417.180440-14.pom (3.4 kB at 23 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 14 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 7.9 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.3 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  2.158 s
     [exec] [INFO] Finished at: 2024-04-17T18:04:41Z
     [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 3.3 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-20240417.180443-15-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-20240417.180443-15-javadoc.jar (15 MB at 6.5 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-20240417.180443-15.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-20240417.180443-15.pom (3.4 kB at 15 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 11 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 5.4 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 4.5 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  4.209 s
     [exec] [INFO] Finished at: 2024-04-17T18: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/EL20240417.1804-2.7.15.v20240417-36e9af724e/maven/org.eclipse.persistence.jpa.jpql.source_2.7.15.v20240417-36e9af724e.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/EL20240417.1804-2.7.15.v20240417-36e9af724e/maven/org.eclipse.persistence.jpa.jpql.javadocs_2.7.15.v20240417-36e9af724e.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-20240417.180459-13.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-20240417.180459-13.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.jpql/2.7.15-SNAPSHOT/org.eclipse.persistence.jpa.jpql-2.7.15-20240417.180459-13.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-20240417.180459-13.pom (3.1 kB at 19 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 14 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.0 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 6.9 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.854 s
     [exec] [INFO] Finished at: 2024-04-17T18:05:00Z
     [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 3.8 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-20240417.180502-14-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-20240417.180502-14-sources.jar (1.2 MB at 3.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-20240417.180502-14.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-20240417.180502-14.pom (3.1 kB at 20 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 14 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 7.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 6.8 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.790 s
     [exec] [INFO] Finished at: 2024-04-17T18:05:03Z
     [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-20240417.180505-15-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-20240417.180505-15-javadoc.jar (4.1 MB at 8.9 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-20240417.180505-15.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-20240417.180505-15.pom (3.1 kB at 19 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 14 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 7.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 6.4 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.910 s
     [exec] [INFO] Finished at: 2024-04-17T18:05: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/EL20240417.1804-2.7.15.v20240417-36e9af724e/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/EL20240417.1804-2.7.15.v20240417-36e9af724e/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-20240417.180510-13.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-20240417.180510-13.jar (150 kB at 503 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-20240417.180510-13.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-20240417.180510-13.pom (3.0 kB at 17 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 6.2 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 7.0 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.3 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.829 s
     [exec] [INFO] Finished at: 2024-04-17T18:05:11Z
     [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 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-20240417.180513-14-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-20240417.180513-14-sources.jar (221 kB at 664 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-20240417.180513-14.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-20240417.180513-14.pom (3.0 kB at 16 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 6.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 6.4 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 2.5 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.952 s
     [exec] [INFO] Finished at: 2024-04-17T18:05:14Z
     [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 3.4 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-20240417.180516-15-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-20240417.180516-15-javadoc.jar (501 kB at 1.2 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-20240417.180516-15.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-20240417.180516-15.pom (3.0 kB at 14 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 5.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 5.3 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 2.6 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  2.129 s
     [exec] [INFO] Finished at: 2024-04-17T18:05: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/EL20240417.1804-2.7.15.v20240417-36e9af724e/maven/org.eclipse.persistence.core.source_2.7.15.v20240417-36e9af724e.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/EL20240417.1804-2.7.15.v20240417-36e9af724e/maven/org.eclipse.persistence.core.javadocs_2.7.15.v20240417-36e9af724e.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 3.8 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-20240417.180537-13.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-20240417.180537-13.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-20240417.180537-13.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-20240417.180537-13.pom (3.3 kB at 21 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 15 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.4 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.3 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.935 s
     [exec] [INFO] Finished at: 2024-04-17T18:05:39Z
     [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 4.1 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-20240417.180540-14-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-20240417.180540-14-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-20240417.180540-14.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-20240417.180540-14.pom (3.3 kB at 21 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 15 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.4 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.4 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.857 s
     [exec] [INFO] Finished at: 2024-04-17T18:05:41Z
     [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 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-20240417.180543-15-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-20240417.180543-15-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-20240417.180543-15.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-20240417.180543-15.pom (3.3 kB at 21 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 14 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.4 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.3 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  2.149 s
     [exec] [INFO] Finished at: 2024-04-17T18:05:45Z
     [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/EL20240417.1804-2.7.15.v20240417-36e9af724e/maven/org.eclipse.persistence.oracle.source_2.7.15.v20240417-36e9af724e.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/EL20240417.1804-2.7.15.v20240417-36e9af724e/maven/org.eclipse.persistence.oracle.javadocs_2.7.15.v20240417-36e9af724e.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 3.7 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-20240417.180549-13.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-20240417.180549-13.jar (86 kB at 397 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-20240417.180549-13.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-20240417.180549-13.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.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 15 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.3 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.2 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.717 s
     [exec] [INFO] Finished at: 2024-04-17T18:05:49Z
     [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.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-20240417.180551-14-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-20240417.180551-14-sources.jar (73 kB at 336 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-20240417.180551-14.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-20240417.180551-14.pom (3.7 kB at 19 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 15 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.3 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.3 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.674 s
     [exec] [INFO] Finished at: 2024-04-17T18:05:52Z
     [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.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-20240417.180554-15-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-20240417.180554-15-javadoc.jar (192 kB at 810 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-20240417.180554-15.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-20240417.180554-15.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.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 15 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.4 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.637 s
     [exec] [INFO] Finished at: 2024-04-17T18:05:55Z
     [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 3.8 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-20240417.180557-13.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-20240417.180557-13.jar (55 kB at 248 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-20240417.180557-13.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-20240417.180557-13.pom (3.3 kB at 21 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 15 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.3 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.2 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.689 s
     [exec] [INFO] Finished at: 2024-04-17T18:05:58Z
     [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 3.7 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-20240417.180600-14-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-20240417.180600-14-sources.jar (49 kB at 222 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-20240417.180600-14.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-20240417.180600-14.pom (3.3 kB at 21 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 14 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.4 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.2 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.717 s
     [exec] [INFO] Finished at: 2024-04-17T18:06:00Z
     [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-20240417.180602-15-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-20240417.180602-15-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-20240417.180602-15.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-20240417.180602-15.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.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 14 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.5 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.700 s
     [exec] [INFO] Finished at: 2024-04-17T18:06:03Z
     [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.8 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-20240417.180605-13.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-20240417.180605-13.jar (123 kB at 508 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-20240417.180605-13.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-20240417.180605-13.pom (4.3 kB at 28 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 14 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.4 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.3 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.698 s
     [exec] [INFO] Finished at: 2024-04-17T18:06:06Z
     [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.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-20240417.180608-14-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-20240417.180608-14-sources.jar (110 kB at 454 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-20240417.180608-14.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-20240417.180608-14.pom (4.3 kB at 28 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 15 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.2 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.1 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.665 s
     [exec] [INFO] Finished at: 2024-04-17T18:06:08Z
     [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.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-20240417.180610-15-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-20240417.180610-15-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.nosql/2.7.15-SNAPSHOT/org.eclipse.persistence.nosql-2.7.15-20240417.180610-15.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-20240417.180610-15.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 15 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 5.6 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.739 s
     [exec] [INFO] Finished at: 2024-04-17T18:06:11Z
     [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/EL20240417.1804-2.7.15.v20240417-36e9af724e/maven/org.eclipse.persistence.jpa.source_2.7.15.v20240417-36e9af724e.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/EL20240417.1804-2.7.15.v20240417-36e9af724e/maven/org.eclipse.persistence.jpa.javadocs_2.7.15.v20240417-36e9af724e.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 3.9 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-20240417.180620-13.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-20240417.180620-13.jar (1.4 MB at 4.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-20240417.180620-13.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-20240417.180620-13.pom (4.1 kB at 27 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 14 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.4 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.758 s
     [exec] [INFO] Finished at: 2024-04-17T18:06:21Z
     [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 3.8 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-20240417.180623-14-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-20240417.180623-14-sources.jar (1.3 MB at 3.8 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-20240417.180623-14.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-20240417.180623-14.pom (4.1 kB at 27 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 15 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.5 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.5 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.776 s
     [exec] [INFO] Finished at: 2024-04-17T18:06:24Z
     [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.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-20240417.180626-15-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-20240417.180626-15-javadoc.jar (2.7 MB at 6.9 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-20240417.180626-15.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-20240417.180626-15.pom (4.1 kB at 26 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 15 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.4 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.814 s
     [exec] [INFO] Finished at: 2024-04-17T18:06: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

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 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-20240417.180629-13.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-20240417.180629-13.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-20240417.180629-13.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-20240417.180629-13.pom (3.0 kB at 16 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 14 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.5 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.3 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.621 s
     [exec] [INFO] Finished at: 2024-04-17T18:06:29Z
     [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 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-20240417.180631-14-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-20240417.180631-14-sources.jar (16 kB at 80 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-20240417.180631-14.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-20240417.180631-14.pom (3.0 kB at 20 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 15 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.3 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.2 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.622 s
     [exec] [INFO] Finished at: 2024-04-17T18:06:32Z
     [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-20240417.180634-15-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-20240417.180634-15-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-20240417.180634-15.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-20240417.180634-15.pom (3.0 kB at 20 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 15 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.4 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.666 s
     [exec] [INFO] Finished at: 2024-04-17T18:06:35Z
     [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/EL20240417.1804-2.7.15.v20240417-36e9af724e/maven/org.eclipse.persistence.jpa.modelgen.source_2.7.15.v20240417-36e9af724e.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/EL20240417.1804-2.7.15.v20240417-36e9af724e/maven/org.eclipse.persistence.jpa.modelgen.javadocs_2.7.15.v20240417-36e9af724e.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 3.6 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-20240417.180638-13.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-20240417.180638-13.jar (56 kB at 259 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-20240417.180638-13.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-20240417.180638-13.pom (3.5 kB at 23 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 15 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.6 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.4 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.686 s
     [exec] [INFO] Finished at: 2024-04-17T18:06:39Z
     [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-20240417.180641-14-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-20240417.180641-14-sources.jar (47 kB at 217 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-20240417.180641-14.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-20240417.180641-14.pom (3.5 kB at 23 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 14 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.3 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.4 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.666 s
     [exec] [INFO] Finished at: 2024-04-17T18:06:42Z
     [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 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-20240417.180644-15-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-20240417.180644-15-javadoc.jar (67 kB at 307 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-20240417.180644-15.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-20240417.180644-15.pom (3.5 kB at 23 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 15 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.5 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.3 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.611 s
     [exec] [INFO] Finished at: 2024-04-17T18:06:44Z
     [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/EL20240417.1804-2.7.15.v20240417-36e9af724e/maven/org.eclipse.persistence.moxy.source_2.7.15.v20240417-36e9af724e.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/EL20240417.1804-2.7.15.v20240417-36e9af724e/maven/org.eclipse.persistence.moxy.javadocs_2.7.15.v20240417-36e9af724e.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 3.4 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-20240417.180650-13.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-20240417.180650-13.jar (607 kB at 2.1 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-20240417.180650-13.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-20240417.180650-13.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 15 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.4 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.2 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.780 s
     [exec] [INFO] Finished at: 2024-04-17T18:06:51Z
     [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.1 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-20240417.180653-14-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-20240417.180653-14-sources.jar (464 kB at 1.6 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-20240417.180653-14.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-20240417.180653-14.pom (3.3 kB at 21 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 14 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 7.5 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.2 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.724 s
     [exec] [INFO] Finished at: 2024-04-17T18:06:54Z
     [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.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-20240417.180656-15-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-20240417.180656-15-javadoc.jar (810 kB at 2.6 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-20240417.180656-15.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-20240417.180656-15.pom (3.3 kB at 21 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 14 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.2 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.0 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.737 s
     [exec] [INFO] Finished at: 2024-04-17T18:06:57Z
     [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/EL20240417.1804-2.7.15.v20240417-36e9af724e/maven/org.eclipse.persistence.sdo.source_2.7.15.v20240417-36e9af724e.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/EL20240417.1804-2.7.15.v20240417-36e9af724e/maven/org.eclipse.persistence.sdo.javadocs_2.7.15.v20240417-36e9af724e.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.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-20240417.180702-13.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-20240417.180702-13.jar (382 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.sdo/2.7.15-SNAPSHOT/org.eclipse.persistence.sdo-2.7.15-20240417.180702-13.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-20240417.180702-13.pom (3.7 kB at 23 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 14 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.0 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 6.9 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.719 s
     [exec] [INFO] Finished at: 2024-04-17T18:07:02Z
     [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 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-20240417.180704-14-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-20240417.180704-14-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-20240417.180704-14.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-20240417.180704-14.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 12 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.2 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 6.9 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.709 s
     [exec] [INFO] Finished at: 2024-04-17T18:07:05Z
     [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-20240417.180707-15-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-20240417.180707-15-javadoc.jar (561 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.sdo/2.7.15-SNAPSHOT/org.eclipse.persistence.sdo-2.7.15-20240417.180707-15.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-20240417.180707-15.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 15 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.4 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.683 s
     [exec] [INFO] Finished at: 2024-04-17T18:07:08Z
     [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/EL20240417.1804-2.7.15.v20240417-36e9af724e/maven/org.eclipse.persistence.dbws.source_2.7.15.v20240417-36e9af724e.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/EL20240417.1804-2.7.15.v20240417-36e9af724e/maven/org.eclipse.persistence.dbws.javadocs_2.7.15.v20240417-36e9af724e.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.9 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-20240417.180713-13.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-20240417.180713-13.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-20240417.180713-13.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-20240417.180713-13.pom (3.3 kB at 21 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 15 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.3 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.2 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.694 s
     [exec] [INFO] Finished at: 2024-04-17T18:07:13Z
     [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-20240417.180715-14-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-20240417.180715-14-sources.jar (260 kB at 993 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-20240417.180715-14.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-20240417.180715-14.pom (3.3 kB at 21 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 15 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.2 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.2 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.672 s
     [exec] [INFO] Finished at: 2024-04-17T18:07:16Z
     [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.0 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-20240417.180718-15-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-20240417.180718-15-javadoc.jar (568 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.dbws/2.7.15-SNAPSHOT/org.eclipse.persistence.dbws-2.7.15-20240417.180718-15.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-20240417.180718-15.pom (3.3 kB at 21 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 14 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.3 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.0 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.732 s
     [exec] [INFO] Finished at: 2024-04-17T18:07:19Z
     [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/EL20240417.1804-2.7.15.v20240417-36e9af724e/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/EL20240417.1804-2.7.15.v20240417-36e9af724e/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 3.6 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-20240417.180723-13.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-20240417.180723-13.jar (167 kB at 685 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-20240417.180723-13.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-20240417.180723-13.pom (3.1 kB at 20 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 7.4 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.3 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.1 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.712 s
     [exec] [INFO] Finished at: 2024-04-17T18:07:24Z
     [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.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-20240417.180726-14-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-20240417.180726-14-sources.jar (129 kB at 522 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-20240417.180726-14.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-20240417.180726-14.pom (3.1 kB at 19 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.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/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.3 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.1 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.676 s
     [exec] [INFO] Finished at: 2024-04-17T18:07:27Z
     [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.3 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-20240417.180729-15-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-20240417.180729-15-javadoc.jar (353 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.oracleddlparser/2.7.15-SNAPSHOT/org.eclipse.persistence.oracleddlparser-2.7.15-20240417.180729-15.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-20240417.180729-15.pom (3.1 kB at 20 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.4 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.6 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.2 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.650 s
     [exec] [INFO] Finished at: 2024-04-17T18:07:29Z
     [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/EL20240417.1804-2.7.15.v20240417-36e9af724e/maven/org.eclipse.persistence.dbws.builder.source_2.7.15.v20240417-36e9af724e.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/EL20240417.1804-2.7.15.v20240417-36e9af724e/maven/org.eclipse.persistence.dbws.builder.javadocs_2.7.15.v20240417-36e9af724e.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 4.0 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-20240417.180734-13.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-20240417.180734-13.jar (228 kB at 863 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-20240417.180734-13.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-20240417.180734-13.pom (5.0 kB at 32 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 14 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.3 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.2 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.743 s
     [exec] [INFO] Finished at: 2024-04-17T18:07:35Z
     [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.2 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-20240417.180737-14-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-20240417.180737-14-sources.jar (158 kB at 670 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-20240417.180737-14.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-20240417.180737-14.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 15 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.5 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.4 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.643 s
     [exec] [INFO] Finished at: 2024-04-17T18:07:37Z
     [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.0 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-20240417.180739-15-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-20240417.180739-15-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-20240417.180739-15.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-20240417.180739-15.pom (5.0 kB at 32 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 14 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.3 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.3 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.692 s
     [exec] [INFO] Finished at: 2024-04-17T18:07:40Z
     [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/EL20240417.1804-2.7.15.v20240417-36e9af724e/maven/org.eclipse.persistence.extension.source_2.7.15.v20240417-36e9af724e.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/EL20240417.1804-2.7.15.v20240417-36e9af724e/maven/org.eclipse.persistence.extension.javadocs_2.7.15.v20240417-36e9af724e.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.8 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-20240417.180743-13.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-20240417.180743-13.jar (30 kB at 154 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-20240417.180743-13.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-20240417.180743-13.pom (3.5 kB at 23 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 15 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.4 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.3 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.620 s
     [exec] [INFO] Finished at: 2024-04-17T18:07:44Z
     [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 4.1 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-20240417.180746-14-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-20240417.180746-14-sources.jar (23 kB at 118 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-20240417.180746-14.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-20240417.180746-14.pom (3.5 kB at 23 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 15 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.5 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.3 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.600 s
     [exec] [INFO] Finished at: 2024-04-17T18:07:47Z
     [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-20240417.180748-15-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-20240417.180748-15-javadoc.jar (47 kB at 214 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-20240417.180748-15.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-20240417.180748-15.pom (3.5 kB at 23 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 14 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.4 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.4 kB/s)
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESS
     [exec] [INFO] ------------------------------------------------------------------------
     [exec] [INFO] Total time:  1.640 s
     [exec] [INFO] Finished at: 2024-04-17T18:07:49Z
     [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 20 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-GTcHqLeNaRsr/agent.385
SSH_AGENT_PID=387
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/eclipselink-nightly-2.7@tmp/private_key_10223114197009727523.key (/home/jenkins/agent/workspace/eclipselink-nightly-2.7@tmp/private_key_10223114197009727523.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 387 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